.octf-btn {
    background: linear-gradient(171deg, rgb(13 9 76) 0%, rgb(15 15 200) -16%, rgba(0, 212, 255, 1) 100%) !important;
    color: #ffffff !important;
    border: none !important;
}
.octf-btn:hover {
    background: linear-gradient(171deg, rgb(42 47 78) 0%, rgb(71 1 237) -16%, #bb8df8 100%) !important;
    box-shadow: 0 8px 16px rgb(17 53 190);
    color: rgb(255, 255, 255) !important;
}
.stats-section {
  background: #f8faff;
  padding: 60px 0;
}

.stats-box {
  
  padding: 20px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  
}
.rating-stars i {
  color: #FFD700; /* Gold color */
  margin-right: 3px;
  font-size: 20px;
}

/* .stat-item {
  border-right: 1px solid #e0e0e0;
}

.stat-item:last-child {
  border-right: none;
} */

.stat-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  opacity: 0.4;
}

.stat-number {
  font-size: 42px;
  font-weight: 700;
  color: #0b1d4c;
  margin-bottom: 5px;
}

.stat-label {
  color: #4687f4;
  font-weight: 500;
  font-size: 20px;
}
.stat-item {
  text-align: center;
  padding: 20px 10px;
  border-right: 1px solid #e0e0e0;
}

.stat-item:last-child {
  border-right: none;
}
.hero-section {
  position: relative;
 
  z-index: 1;
  
}

.animated-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
  animation: float 8s ease-in-out infinite;
}

/* Individual shape styles */
.shape1 {
  width: 150px;
  height: 150px;
  
  background: linear-gradient(14deg, rgb(13 9 76) 0%, rgb(2 184 247) -16%, rgb(13 52 211) 100%) !important;
  top: 3%;
  left: 3%;
  animation-delay: 0s;
}

.shape2 {
  width: 200px;
  height: 200px;
background: linear-gradient(14deg, rgb(232 24 7) 0%, rgb(235 74 60) -16%, #fcd152 100%) !important;
  bottom: 10%;
  right: -10%;
  animation-delay: 2s;
}

.shape3 {
  width: 65px;
  height: 65px;
 background: linear-gradient(14deg, #ffc107 0%, rgb(19 49 211) -16%, #fe485a 100%) !important;
  top: 70%;
  right: 50%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* Spark animation */
@keyframes spark {
  0% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(1.2) rotate(10deg); opacity: 0.7; }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.spark-icon {
  font-size: 32px;
  color: #1e2c86;
  animation: spark 1.5s ease-in-out infinite;
}

/* Star shimmer animation */
.spark-stars i {
  color: gold;
  animation: shine 2s infinite alternate;
}

@keyframes shine {
  0%   { opacity: 0.6; transform: scale(1); }
  50%  { opacity: 1; transform: scale(1.1); }
  100% { opacity: 0.6; transform: scale(1); }
}
/* secton2 end */

/* section 3 */
/* Flip card wrapper */
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front and back face */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

/* Front side (image) */
.flip-card-front {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Back side (content) */
.flip-card-back {
  background: linear-gradient(to right, #667eea, #764ba2);
  transform: rotateY(180deg);
  color: white;
  padding: 15px;
  height:370px;
 
}
/* section3 end */

@keyframes bounceScale {
  0% {
    transform: scale(0.8) translateY(30px);
    opacity: 0;
  }
  60% {
    transform: scale(1.05) translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.industry-img {
  opacity: 0;
  transform: scale(0.8) translateY(30px);
  transition: all 0.4s ease-out;
  will-change: transform, opacity;
}

.industry-img.animate {
  animation: bounceScale 0.8s ease-out forwards;
}

/* digital marketing  */
.read-more::after {
    margin-left: 8px;
    font-size: 16px;
    position: relative;
    top: 1px;
    transition: margin-left 0.3s ease;
}

.read-more {
    display: inline-block;
    padding: 1px 9px !important;
    background: transparent;
    color: #030f3f !important;
    font-weight: bold;
    text-decoration: none;
    /* border: 2px solid; */
   border-image: linear-gradient(135deg, #43baff, #0e24ce) 1;
    border-radius: 30px;                    
    font-family: 'Segoe UI', sans-serif;
      transition: all 0.4s ease;
      right:22px !important;
      bottom:20px !important;
}

/* Add gradient text if you want a richer outline effect */
.read-more:hover {
    background: linear-gradient(135deg, #0060ff, #792fdc);
    color: #fff;
    border: none; /* outline removed */
    box-shadow: 0 8px 16px rgba(113, 65, 177, 0.4);
}
.icon-box-s2.bg2:before {
   background: linear-gradient(171deg, #659af5 0%, #659af5 -16%, rgb(94 151 245) 100%) !important;

}

/* end */
/* service */
a.card1.h-100.service{
  border:1px solid #ffffff;
  background-color: transparent;
}a.card1.h-100.service::before{
  background-color: #ffffff;
}
.card p {
    font-size:18px;
    color:#ffffff;
}
.card1:hover p {
  color:#000000 !important;
}
.go-corner{
  background-color: #d9e7ff !important;
}
/* end */

.icon-box-s2.s2.border-s1.bg.bg1.text-center.animated-card.white-shadow.agency::before{
border:1px solid #d9e7ff !important;
background: linear-gradient(171deg, #659af5 0%, #659af5 -16%, rgb(94 151 245) 100%) !important;
}
img.img-fluid.process{
  max-width: 100%;
  height:75%;
}



 .testimonial-slide {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); /* four-side shadow */
  text-align: center;
  max-width: 600px;
  margin: auto;
}


    .testimonial-img {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      border: 5px solid #fff;
      margin-top: -60px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .quote {
      font-style: italic;
      color: #555;
      margin: 0px 0;
    }

    .name {
      font-weight: bold;
      font-size: 18px;
      color: #06168d;
    }

    .title {
      font-size: 16px;
      color: #888;
    }

    .stars {
      color: #f9a825;
      font-size: 18px;
      margin-top: 10px;
    }

    .carousel-indicators li {
      background-color: #06168d;
    }
    .carousel-item {
      margin-top:60px;
      margin-bottom:60px;
    }
    p.test_details{
      color:#010d3d;
    }
    .icon-box-s2.s2.border-s1.text-center.smo_box{
     height:480px !important;
    }
    .icon-box-s2.s2.border-s1.text-center.seo{
        height:467px !important;
    }
    .icon-box-s2.s2.border-s1.text-center.ppc{
    height: 436px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.cms_box{
    height: 289px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.aso{
    height: 325px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.affiliate{
    height: 305px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.email{
    height: 300px !important;
   }
    .icon-box-s2.s2.border-s1.text-center.rgs{
    height: 315px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.influencer{
    height: 60px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.orm{
    height: 310px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.devops{
    height: 270px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.it{
    height: 270px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.mad{
    height: 335px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.web{
    height: 245px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.responsive{
    height: 60px !important;
   }
   .icon-box-s2.s2.border-s1.bg.bg2.text-center.ppc_marketing{
padding:30px 10px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.dyn{
    height: 180px !important;
   }
   .icon-box-s2.s2.border-s1.text-center.stat{
    height: 160px !important;
   }
   /* .icon-box-s2.s2.border-s1.text-center.cms_box{
     height:320px !important;
   } */
    .faq-section {
    max-width: 930px;  /* Set max width for the FAQ container */
    margin: 0 auto;  /* Center the FAQ section */
  }

  .faq-box {
    background-color: #fff;
    border-radius: 8px;  /* Reduced border-radius for a more compact look */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;  /* Reduced margin for tighter spacing */
    overflow: hidden;
  }

  .faq-question {
    width: 100%;
    height:70px;
    text-align: left;
    padding: 12px 16px;  /* Reduced padding for a smaller box */
    background: #d5e4ff;
    border: none;
    font-size: 16px;  /* Smaller font size for a more compact appearance */
    font-weight: 600;
    color: #000;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius:0px;
  }

  .faq-question::after {
    content: '';
    position: absolute;
    right: 16px;  /* Reduced the distance from the right */
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    transform-origin: center;
  }

  .faq-question[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  .faq-answer {
    padding: 15px;  /* Reduced padding for the answer section */
    font-size: 18px;  /* Smaller font size for answer */
    color: #010d3d;
    background:#eaf2ff;
  }

  button:focus {
    outline: none !important;
  }
.icon-box-s2.s2.border-s1.bg.bg1.text-center.our_service{
  padding: 40px 16px !important;
}
 p.focus_text{
  color:#2a2f4e;
 } 
 .icon-box-s2.s2.border-s1.bg.bg1.text-center.our_product{
 height:230px;
 border: 1px solid #00104b;
 box-shadow: 0 6px 10px rgb(214 222 249);
 }
 .icon-box-s2.s2.border-s1.bg.bg1.text-center.our_product:hover{
  background-color: #f8faff !important;
  color:#ffffff !important;
  box-shadow: 0 6px 10px rgb(214 222 249);
 }
/* On small screens (mobile), change vertical borders to bottom borders */
@media (max-width: 767.98px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .stat-item:last-child {
    border-bottom: none;
  }
  .icon-box-s2.s2.border-s1.text-center.smo_box {
    height: 520px !important;
}
.icon-box-s2.s2.border-s1.text-center.seo {
    height: 481px !important;
}
.icon-box-s2.s2.border-s1.text-center.ppc{
    height: 450px !important;
   }
}
