
.about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about .about-image {
  border-radius: 8px;
  overflow: hidden;
}

.about .about-image .experience-badge {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: var(--heading-color);
  color: var(--contrast-color);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 140px;
}

.about .about-image .experience-badge .years {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.about .about-image .experience-badge .text {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .about .about-image .experience-badge {
    right: 0;
    bottom: 20px;
    padding: 1rem;
    min-width: 120px;
  }

  .about .about-image .experience-badge .years {
    font-size: 2rem;
  }
}

.about .about-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .about .about-content h2 {
    font-size: 1.8rem;
  }
}

.about .about-content .lead {
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
}

.about .about-content p {
  margin-bottom: 1rem;
}

.about .about-content .feature-item {
  padding: 1.25rem;
  background-color: var(--surface-color);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.about .about-content .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about .about-content .feature-item i {
  font-size: 1.75rem;
  color: var(--accent-color);
  margin-bottom: 0.75rem;
  display: block;
}

.about .about-content .feature-item h5 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.about .about-content .feature-item p {
  font-size: 0.9rem;
  margin-bottom: 0;
}


.about .testimonial-section {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.about .testimonial-section .testimonial-intro h3 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.about .testimonial-section .testimonial-intro p {
  margin-bottom: 1.5rem;
}

.about .testimonial-section .testimonial-intro .swiper-nav-buttons {
  display: flex;
  gap: 10px;
}

.about .testimonial-section .testimonial-intro .swiper-nav-buttons button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--surface-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about .testimonial-section .testimonial-intro .swiper-nav-buttons button:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.about .testimonial-section .testimonial-intro .swiper-nav-buttons button i {
  font-size: 1.25rem;
}

.about .testimonial-section .testimonial-slider {
  overflow: hidden;
}

.about .testimonial-section .testimonial-slider .swiper-wrapper {
  height: auto !important;
}

.about .testimonial-section .testimonial-item {
  /* background-color: #f6fafd; */
  border-radius: 10px;
  padding: 2rem;
  border: 1px solid #ccc;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}


.about .testimonial-section .testimonial-item p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.about .testimonial-section .testimonial-item .client-info h6 {
  font-weight: 600;
}

.about .testimonial-section .testimonial-item .client-info span {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.custom-hero .service-item:hover{
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/*----blog section-----*/
    .blog-card {
      border: 1px solid #ddd;
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s;
    }
    .blog-card:hover {
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .blog-thumbnail {
      object-fit: cover;
      width: 100%;
    }
    .custom-blog-b .btn {
      margin-right: 10px;
      margin-bottom: 10px;
      border:1px solid #005892;
      border-radius: 20px;
      padding: 8px 14px;
      color: #005892;
    }
    .custom-blog-b .btn:hover {
      background-color: #005892;
      color: #fff;
      border-color: #005892;
    }
    .blog-title {
      font-size: 1.25rem;
      font-weight: 600;
         color: #005892;
    }
  .evil {
  width: 100%;
  min-height: calc(117vh - 100px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0 60px 0;
  overflow: hidden;
}

.evil:before {
  content: "";
  background: color-mix(in srgb, #2f2e2e, transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.evil img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.evil .container {
  position: relative;
  z-index: 3;
}

.evil h1 {
  /* margin: 0; */
  font-size: 50px;
  font-weight: 700;
  /* line-height: 72px; */
  color: #fafdff;
}

.evil p {
  margin: 10px 0 0 0;
  font-size: 19px;
  color: #eae5e5;
}
.evil .card {
  border-radius: 5px;
  background-color: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.evil .card:hover {
  box-shadow: 1px 1px 35px 6px #73a4ff;
}
.evil .card form input, textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-bottom: 10px;
}
.evil .card form button{
  padding: 6px 14px;
  border: none;
  border-radius: 20px;
  background-color: #005892;
  color: #fff;
  cursor: pointer;
}


.custom-services .blog-item {
  background-color: var(--surface-color);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.custom-services .web{
  /* background-color: #f6fafd; */
  color: #fff;
}
.custom-services .blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background-color: #ecf5fc;
}

.custom-services .blog-content{
  padding: 36px 0px 16px;
}
.custom-services .blog-text{
  padding: 25px 0px 16px;
}
.custom-services .blog-btn .btn{
  /* background-color: var(--accent-color); */
  color: var(--heading-color);
  padding: 10px 20px;
  border-radius: 23px;
  text-decoration: none;
  border: 1px solid var(--accent-color);
  transition: background-color 0.3s ease;
}
.custom-services .blog-btn .btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.custom-services .blog-item .big-b{
  font-size: 36px;
  color: #005892;
}
.custom-what {
  padding: 50px 0;
  background-color: #005892;
}
.custom-what .design p{
  font-size: 25px;
  font-weight: 700;
  color: #f6fafd;
}
.custom-web .head-service{
  font-size: 35px;
  font-weight: 600;
}
.accordion .accordion-item button {
  font-weight: 600;
  color: #005892;
}
.info-card {
      border-radius: 20px;
      padding: 20px;
      margin-bottom: 20px;
      min-height: 180px;
    }
  .light-card{
  background-color: #e4edf6;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}

 .light-card:hover {
  transform: translateY(-5px);
    background-color: #fff;
}
    .emoji {
      float: right;
      /* color: #f68633; */
      /* height: 50px; */
      font-size: 30px;
    }
    .emoji-icon {
      float: right;
      /* color: #f68633; */
      font-size: 30px;
      margin-left: 10px;
    }
    .emoji img{
      height: 50px;
      object-fit: contain;
    }
    .card-number {
      font-family: var(--heading-font);
      font-size: 18px;
      margin-bottom: 60px;
      color: #005892;
    }
@media (max-width: 768px) {
  .col-md-4 {
    margin-bottom: 20px;
  }
}
/* #footer {
  background-image: url('/assets/img/footer-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
@media (max-width: 480px) {
  .header .logo img {
    max-height: 32px;
    margin-right: 8px;
}
.header .btn-getstarted, .header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: #005892;
    font-size: 10px;
    border-radius: 25px;
    transition: 0.3s;
}
}
.ux-details .card .card-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #005892;
}
.ux-details .card .card-text {
  font-size: 1.0rem;
  color: #777777;
}
.ux-details .card .btn{
  border: 1px solid #f68633;
  color: #005892;
  padding: 6px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.ux-details .card .btn:hover {
  background-color: #f68633;
  color: #fff;
  border-color: #f68633;
}
.custom-ux .card{
  background-color: var(--surface-color);
  border: none;
      border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.custom-ux .card:hover {
   transform: translateY(-5px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.custom-ux .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #005892;
}
.custom-ux .card:hover{
  background-color: #e4edf6;
}
.custom-ux .card .card-body h6{
  padding-bottom: 22px;
}
.heru .col-md-6 .lap{
  font-size: 3.0rem;
  font-weight: 700;
  color: #005892;
}
 .heru .btn1{
        border:1px solid #f68633;
        color: rgb(78, 77, 77);
        padding: 7px 20px;
        border-radius: 50px;
    }
    .heru .btn1:hover {
      background-color: #f68633;
      color: white;
    }
    @media (min-width:992px) and (max-width:1200px) {
      .heru .col-md-6 .lap{
        font-size: 2.0rem;
      }
      .heru .btn1{
        padding: 5px 15px;
      }
    }
     @media (min-width:768px) and (max-width:991px) {
      .heru .col-md-6 .lap{
        font-size: 1.3rem;
      }
      .heru .btn1{
        padding: 5px 15px;
      }
    }
    @media (max-width:767px) {
      .heru .col-md-6 .lap{
        font-size: 1.6rem;
      }
       .heru .btn1{
        padding: 4px 12px;
      }
    }
    .snd-msg{
  background-color: #005892;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px 20px;
    }
    .modal-body input{
      border-radius: 20px;
    }
.card-custom {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}
.card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #f6fafd;
}
    .card-custom h5{
  font-size: 1.1rem;
  font-weight: 600;
  color: #005892;
    }
     .card-custom .card-icon{
  font-size: 1.8rem;
  color: #005892;
  padding-bottom: 20px;
     }
     .custom-paid .card-body ul>li{
      list-style: none;
     }
     .custom-paid .card-body ul{
      padding-left: 1rem;
     }
     .custom-paid .card-body ul>li i{
      color: #005892;
      margin-right: 5px;
     }
 
    .pricing-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 30px 20px;
      background-color: #ffffff;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      transition: 0.3s;
    }
    .pricing-card.featured {
      background-color: #0f172a;
      color: #fff;
      border: 2px solid #0f172a;
    }
    .pricing-card.featured .btn-primary {
      background-color: #a3e635;
      border: none;
      color: #000;
    }
    
    .pricing-card ul {
      padding-left: 0;
      list-style: none;
    }
    .pricing-card ul li {
      margin-bottom: 10px;
    }
    .pricing-card ul li i {
      color: #005892;
      margin-right: 8px;
    }
    .btn-outline-light {
      border-color: #ccc;
    }
.blog-item .sub-text {
  color: #333;
}
.port-btn .btn{
  border: 1px solid #005892;
  color: #005892;
  padding: 5px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.port-btn .btn:hover {
  background-color: #005892;
  color: #fff;
}
.custom-portfolio .card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.custom-portfolio .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.director .card-body{
  padding: 5px 40px;
}
.director .card-body .card-title{
  font-weight: 700;
  color: #005892;
}
.director .card-body .card-text{
  text-align: justify;
  color: #646464;
}
@media screen and (max-width:1024px){
    .director .card-body .card-text{
      font-size:15px;
    }
}
.odd h1 a{
  color:#fff;
}
.odd h1 a:hover{
  color:#2c92f1;
}
.h5-wrapper {
  background-color: white;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 300px;
}
.blinking-dot {
  height: 10px;
  width: 10px;
  background-color: #005892;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1s infinite;
  margin: 0px 4px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

  .tool-img img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
  }

  .tool-img img:hover {
    transform: scale(1.1);
  }
  .service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #eee;
  /* padding: 2px 10px; */
  border-radius: 12px;
  /* background-color: #fff; */
  background: transparent;
  border-radius: 20px;
}
.hero .service-icon {
  font-size: 15px;
  color: #fff;
  object-fit: contain;
  margin-bottom: 8px;
}

.industry-box {
    border: 1px solid #005892;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .industry-box:hover {
    background-color: #005892;
    color: #fff;
  }
.industry-box p{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 0.9rem;
  font-weight: 600;
}
.industry-box i {
    font-size: 1.5rem;
  }
   @media (max-width: 480px) {
    .industry-box  {
      flex-direction: column-reverse;
      align-items: center;
    }
  }
.swiper-slide.techno-box {
  position: relative;
  width: 160px;
  height: 220px;
  background: #fff;
  border: 2px solid #005892;
  box-shadow: 4px 4px 0 #005892;
  text-align: center;
  border-radius: 8px;
  padding: 20px 10px;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: gold;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
}

.icon-boxer {
  width: 40px;
  height: 40px;
  margin: 30px auto 10px; 
}
.icon-boxer i{
  font-size: 30px;
}

.serv-icon {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 20px 0;
}

.arrow-button {
  width: 35px;
  height: 35px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #005892;
  font-size: 18px;
  cursor: pointer;
}
.new-sec .row .col .card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 0px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-bottom: 7px solid #005892;
}
.new-sec .row .col .card .card-text{
  font-weight: 600;
  margin-top: 15px;
}
.new-sec .row .col .card i{
  font-size: 30px;
  margin-bottom: 10px;
}
.new-sec .row .col .card span{
  font-size: 18px;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #333;
  color: #005892;
}
.react-sec {
  width: 100%;
  min-height: calc(117vh - 100px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0 60px 0;
  overflow: hidden;
}

.react-sec:before {
  content: "";
  background: color-mix(in srgb, #2f2e2e, transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.react-sec img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.quote{
  padding: 20px 20px;
}
.why-i{
  color: #005892;
  font-size: 1.8rem;
}
.react-sec .container {
  position: relative;
  z-index: 3;
}
.react-sec p {
  font-size: 1.5rem;
  color: #fafdff;
}
.react-sec h5{
  font-size: 2.0rem;
  color: #fafdff;
  font-weight: 600;
  margin-bottom: 20px;
}
.react-sec ul>li {
  font-size: 1.2rem;
  color: #fafdff;
  margin-bottom: 10px;
}
.react-sec .card{
  background-color: #6e6b6b;
  padding: 45px 25px 45px 25px;
}
.react-sec .card h1{
  color: #fafdff;
  font-size: 40px;
}
.react-sec .card .f1{
  font-size: 0.9rem;
  color: #fafdff;
  margin-top: 25px;
}
.react-sec .card .f2{
  line-height: 28px;
  margin: 25px 0px 50px 0px; ;
}
.react-sec .card a{
  text-decoration: none;
  padding: 10px 20px;
  background-color: #fff;
  color: #005892;
  font-weight: 600;
  border-radius: 3px;
}
.react-card {
        border: 1px solid #005892; /* Light blue border */
        border-radius: 8px;
        padding: 20px;
        height: 100%;
        background: #fff;
    }
    .react-card h5 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 15px;
    }
.reactj-card{
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  background: #fff;
  text-align: center;
}
.reactj-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.reactjs-card{
  text-align: center;
  padding: 0px 20px;
}
.reactjs-card i{
  color: #005892;
  font-size: 27px;
}
.reactjs-card h5 {
  margin-top: 13px;
}
.prtnr .card{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}
.prtnr .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.prtnr .card i{
    color: #005892;
  font-size: 27px;
}
@media (max-width: 480px) {
  .portfolio .expert-tech{
    font-size: 1.2rem;
    text-align: center;
}
}
    .heru {
      background: linear-gradient(120deg, #1e3c72, #2a5298);   
      text-align: center;
      padding: 200px 0;
      min-height: calc(117vh - 100px);
    }
    .heru h1 {
      font-size: 2.8rem;
      font-weight: bold;
      color: white;
    }
    .heru p {
      font-size: 1.2rem;
      color: white;
      max-width: 700px;
      margin: 20px auto;
    }
    .heru .btn{
        border:1px solid #fff;
        color: white;
        padding: 7px 20px;
        border-radius: 50px;
    }
    .heru .btn:hover {
      background-color: #005892;
      color: white;
    }
    .section-tit {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .icon-box {
      background: #f6fafd;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 25px;
      height: 100%;
      transition: transform 0.3s;
    }
    .icon-box:hover {
      transform: translateY(-5px);
    }
    .icon-box i{
      color: #005892;
    }
    .step {
      border-left: 4px solid #0d6efd;
      padding: 20px 20px;
      margin-bottom: 20px;
      background-color: #f6fafd;
    }
    .benefit-box {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
      transition: transform 0.3s;
    }
      .benefit-box:hover {
      transform: translateY(-5px);
    }
    .benefit-box i{
      color: #005892;
    }
    .cta {
      /* background: #f1f3f5; */
      padding: 60px 20px;
      text-align: center;
    }
       .h {
      color: white;
      padding: 100px 0;
    }
    .custom-dev .lap{
      font-weight: 700;
      font-size: 43px;
    }
        .feature-icon {
      font-size: 2rem;
      color: #0d6efd;
    }
    .section-tit {
      font-weight: 700;
    }
    .report-card {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 20px;
      transition: 0.3s;
    }
    .report-card:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
     .report-card i{
      color: #005892;
     }
      .icon-circle {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    flex-shrink: 0;
  }
  .icon-circle i{
    color: #005892;
  }
     .service-card {
      border: 1px solid #eee;
      padding: 20px;
      border-radius: 12px;
      height: 100%;
      transition: 0.3s;
      background: white;
    }
    
    .service-card:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
      transform: translateY(-5px);
    }
    .img-placeholder {
      /* background: #f5f5f5; */
      width: 100%;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: #bbb;
      border-radius: 12px;
      margin-bottom: 15px;
    }
    .blog-details .btn-blog{
      color: #005892;
      padding: 6px 20px;
      border-radius: 25px;
      text-decoration: none;
      border: 1px solid #005892;
    }
    .blog-details .btn-blog:hover {
      background-color: #005892;  
      color: #fff;
    }
