/* header */

  .dropdown-toggle::after {
    margin-left: 0.3em;
    transition: transform 0.3s ease;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  .navbar>.container-fluid{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}


.navbar{
height: 80px;
}

.nav-link{
color: black;
font-size: 20px;
font-weight: 500;

}



.nav-item{
padding: 20px 5px;
color: #000;
}

  .dropdown-menu{
    padding: 20px;

  }

  .redirect-link{
    text-decoration-line: none;
  }
   
  .button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #056fb4;
    color: #fff;
    padding: 12px 24px;
    border: #000;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgb(6 111 180 / 30%);
  }

   
  /* whatsapp call all page */
.whatsapp-icon{
  color: white;
  position: fixed;
  width: 50px;
  height: 50px;
  background: #25d366;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: blush;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9999;
  bottom: 40px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

}

@keyframes blush {
0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}
80% {
  box-shadow: 0 0 0 14px rgba(62, 141, 91, 0);
}
  100% {
  box-shadow: 0 0 0 7px rgba(30, 109, 59, 0);
}

}

.fa-whatsapp{
  font-size: 34px;
}

.whatsapp-icon:hover{
  color: white;
}




/* section 1 */

   /*h1 image  */

   .h1{
    padding-top: 80px;
   }

.h1-head1{
      padding-top: 150px;
      font-weight: 700;
      font-size: 48px;
      
  }
  
  .h1-head2{
      font-weight: 700;
      font-size: 48px;
      
  }
  
  
  .p-head{
      color: rgb(0, 0, 0);
  }

  span{
    color: #056fb4;
    }



/* marquee section */


  .marquee-wrapper {
      overflow: hidden;
      background: #0b2139;
    /* background-color: hsl(203.79deg 93.55% 36.47% / 10%); */
      white-space: nowrap;
      box-sizing: border-box;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .marquee-content {
      display: inline-block;
      white-space: nowrap;
      animation: marquee 45s linear infinite;
    }

    .marquee-content img {
     
      margin-right: 20px;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    @keyframes marquee {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }




 /* section 2    */

 .card-body{
    padding: 15px;
    
}

.card{
    /* background-color: #eee; */
    background-color: hsl(203.79deg 93.55% 36.47% / 10%);
    border-radius: 30px;
    height: calc(80% - 20px);
    padding: 2rem;
    margin: 0 auto;
    margin-bottom: 40px;
}


.card-title1{
    font-size: 45px;
    padding: 5px;
    font-weight: 700;
    text-align: center;
    background: #066fb4;
    /* background: -webkit-linear-gradient(90.92deg, #056FB4 7.88%, #7acaff 93.01%); */
    -webkit-text-fill-color: #fff0;
    -webkit-background-clip: text;

}




.h2-tittle1{

  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.p-h2{
  text-align: center;
  color: #000;
}

.stats-sec{
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eee;
}


.values-item{
  text-align: center;
  color: #000;
  border: none;
}


.stats-heading {
    font-size: 2.5rem !important;
    color: #066fb4;
    margin-bottom: 1rem;
    line-height: 3.3rem;
    font-weight: 600;
}

.experience-p{
  font-size: 24px;
  color:  #000;
}

/* section 3 */


  .h2-tittle4{
    padding-top: 40px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #000;
  
  }


  .text-center {
    text-align: center !important;
}
.block-title {
    margin-bottom: 2rem;
}
.solution-single {
    cursor: pointer;
    color: black;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    border-radius: 11px;
    padding: 0px 23px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}
.toggle-header {
    display: flex;
    align-items: center;
}

.toggle-content {
    display: none;
    margin-top: 5px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.services-banner {
  background-color: rgb(11, 33, 57);
  color: rgb(255, 255, 255);
}
.services-banner h2 {
  color: rgb(255, 255, 255);
  font-weight: 800;
}
.services-banner h2 span {
  color: rgb(0, 219, 255);
  font-weight: 800;
}
.services-banner .row {
  align-items: center;
}
.solution-single {
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  border-radius: 11px;
  padding: 0px 23px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}
.toggle-header {
  display: flex;
  align-items: center;
}
.solution-single .icon {
  content: "+";
  font-size: 30px;
}

.icon {
  font-weight: 700;
  margin-right: 10px;
  color: #fff;
  /* transition: transform 0.3s ease-in-out; */
  transition: var(--bs-accordion-btn-icon-transition);
  
}

.block-title {
  margin-bottom: 2rem;
}
.dynamic-image {
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
  transition: opacity 0.3s ease-in-out;
}

.toggle-header h3 {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 24px;
  padding: 14px;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}


.toggle-header h3 {
  display: inline-block;
  padding: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 0;
  font-size: 24px;
}
.toggle-content {
  display: none;
  margin-top: 5px;
  color: #fff;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.open .toggle-content {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.icon {
  font-weight: 700;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}
.toggle-header {
  display: flex;
  align-items: center;
  padding: 4px;
}
.solution-single {
  cursor: pointer;
  color: #fff;
  border-radius: 11px;
  padding: 0 23px;
  border: 1px solid #ddd;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.solution-content {
  padding: 1rem;
  width: 100%;
}
.solution-single .icon {
  content: "+";
  font-size: 30px;
}
.solution-content {
  padding: 1rem;
  width: 100%;
}


/* section 4 */

.carousel-wrapper {
      overflow: hidden;
      width: 100%;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      will-change: transform;
    }

    .testimonial {
      flex: 0 0 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 1rem;
      margin: 0 0.5rem;
      background: #fff;
      border-radius: 10px;
      text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .testimonial img {
      width: 80px;
      height: 80px;
      /* border-radius: 50%; */
      /* object-fit: cover; */
      margin-bottom: 10px;
    }

    .stars {
  font-size: 1.2rem;
  color: orange;
}
.testimonial p {
  font-size: 0.95rem;
  line-height: 1.4;
}


/* section 5 */
.h6{
  font-size: 23px;
}

.h2-tittle2{

  font-weight: 700;
  font-size: 38px;
  text-align: center;
}


.accordion-flush .accordion-item .accordion-button {
  z-index: 1;
  position: static;
}


.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  z-index: 1;
  position: static;
}


/* footer */

footer {
  background-color: #f1f2f6;
  padding: 40px 0;
}

h5{
  text-align: left;
}

a{
  text-decoration: none;
  color: #000;
  font-size: 17px;
  text-align: left;
}
.footer-icon i {
  font-size: 20px;
  margin-right: 15px;
  color: black;
  background-color: white;
  border-radius: 50%;
  padding: 8px;
}
.footer-icon i:hover {
  color: #007bff;
}
.footer-section h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-section ul {
  list-style-type: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 10px;
}

.faq-header{
  border-bottom: 2px solid #eee;
  width: 100%;
  text-align: center;
  }

  .footer-bottom {
    
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
  }
  
.foot-span{
color: #000;
  }
  

/* seo page  */

/* section 1 */

.h2{
    padding-top: 20px;
   }

/* section 4 */

.h2-tittl1{

  font-weight: 700;
  font-size: 40px;
  text-align: center;
}


.plan-card {
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0,0,0,0.08);
      padding: 30px;
      margin-bottom: 30px;
    }
    .plan-header {
      display: inline-block;
      padding: 8px 20px;
      border-radius: 20px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 20px;
    }
    .silver { background-color: #056fb4; }
    .gold { background-color: #056fb4; }
    .diamond { background-color: #056fb4; }
    .feature-list li {
      margin-bottom: 12px;
      display: flex;
      align-items: center;
    }
    .feature-list i {
      font-size: 1.1rem;
      color: #000;
      background-color: #fff;
      border: 2px solid #000;
      border-radius: 50%;
      padding: 2px 5px;
      margin-right: 10px;
    }


    /* section 5 */

    .comparison-card {
      border-radius: 20px;
      padding: 30px;
      height: 300px;
      position: sticky;
      overflow: hidden;
      background-color: #fff;
    }

    .bg-highlight {
      background-color: #e8f9f8;
    }

    .comparison-heading {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 20px;
      position: relative;
      z-index: 2;
    }

    .comparison-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      position: relative;
      z-index: 2;
    }

    .comparison-list li {
      margin-bottom: 10px;
      display: flex;
      align-items: flex-start;
    }

    .small-check-icon {
      font-size: 0.75rem;
      color: #000;
      border: 1.5px solid #000;
      border-radius: 50%;
      padding: 2px 4px;
      margin-right: 10px;
      line-height: 1;
    }

    .curve-svg {
      position: absolute;
      top: -10px;
      right: -10px;
      width: 150px;
      height: 120px;
      z-index: 1;
      pointer-events: none;
    }

    /* about us */

.about-section {
      background-color: #04203d; /* dark blue */
      background-image: url('./images/about-us/waves-white.svg'); /* wave pattern */
      background-repeat: repeat;
      background-size: cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px 150px;
    }

   
   
   
   /* section 2 */
    .stats-box {
      background-color: #fff;
      color: #000;
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
      padding: 40px 20px;
      max-width: 1000px;
      margin: -80px auto 40px;
    }

    .stat-number {
      font-size: 32px;
      font-weight: 700;
      color: #007bcb;
    }

    .stat-label {
      font-size: 20px;

      color: #333;
    }

/* section 3 */

.icon-box {
      border: 1px solid #eee;
      padding: 20px;
      text-align: center;
      transition: all 0.3s ease-in-out;
      height: 100%;
      background-color: #fff;
    }

    .icon-box img {
      max-width: 80px;
      margin-bottom: 15px;
    }

    .icon-box p {
      font-weight: 600;
      color: #001f3f;
      margin: 0;
    }

    .section-heading {
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
    }



/* section 4 */

 body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #fff;
    }

    .services-section {
      padding: 60px 20px;
      text-align: center;
    }

    .services-section h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .services-section p.subtitle {
      font-size: 1.1rem;
      color: #444;
      margin-bottom: 40px;
    }

    .service-box {
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      padding: 30px 20px;
      margin-bottom: 30px;
      transition: all 0.3s ease;
      height: 200px;
      width: 200px;
    }

    .service-box:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      transform: translateY(-5px);
    }

    .service-box img {
      width: 60px;
      margin-bottom: 20px;
    }

    .service-box h5 {
      font-weight: bold;
      font-size: 1.1rem;
      color: #0a0a0a;
    }



/* section 5 */

h4{
  font-size: 38px;
  text-align: left;
}

.vision-mission-box {
      background-color: #06203d;
      color: #fff;
      border-radius: 16px;
      padding: 40px 20px;
      margin-bottom: 60px;
    }

    .vision-mission-box h4 {
      font-weight: 700;
    }

    .vision-mission-box p {
      margin-top: 10px;
      font-size: 1rem;
    }

    .founder-section h3 {
      font-weight: bold;
      color: #0b1a42;
      margin-bottom: 20px;
    }

    .founder-section p {
      font-size: 1rem;
      color: #333;
      line-height: 1.8;
    }

    .founder-card {
      background: #f8f9fa;
      text-align: center;
      padding: 20px;
      border-radius: 8px;
      margin-top: 20px;
    }

    .founder-card img {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
    }

    .founder-card h5 {
      margin-top: 15px;
      font-weight: 700;
    }

    .founder-card p {
      color: #666;
      font-size: 0.95rem;
      margin-bottom: 0;
    }


/* contact page */
/* section 1 */

.form-section {
      background: #0b1a42;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .form-control {
      border-radius: 8px;
      padding: 10px;
      
    }

    .btn-send {
      background-color: #056fb4;
      width: 100%;
      color: #fff;
      font-weight: bold;
      border-radius: 8px;
      padding: 10px 20px;
      transition: background-color 0.3s ease;
    }

    .btn-send:hover {
      background-color: #056fb4;
      color: #fff;
    }

 #message {
      height: 150px;
      resize: none;
    }
    .section-title {
      font-weight: bold;
      font-size: 34px;
      margin-bottom: 20px;
      color: #fff;

    }


    /* case studies realsubscriber */

 body {
      background-color: #f6f9fc;
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      padding: 0;
    }

    .outermost-wrapper {
      background: #ffffff;
      border-radius: 30px;
      padding: 40px 20px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
      margin: 30px auto;
      max-width: 1400px;
    }

    .case-heading {
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .case-heading span {
      color: #0076d6;
    }

    .divider {
      
      height: 1px;
      border-top: 2px dashed #ccc;
      margin: 0 auto 40px auto;
    }

    .outer-box {
      background-color: #ffffff;
      border-radius: 24px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
      padding: 20px;
    }

    .gradient-box {
      background: linear-gradient(to right, #b4e5fa, #d2f5d8);
      border-radius: 18px;
      padding: 20px;
    }

    .content-box {
      background-color: #c3ecff;
      border-radius: 16px;
      padding: 25px;
      height: 100%;
    }

    .content-box h5 {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 20px;
    }

    .bullet-text {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
      flex-wrap: nowrap;
    }

    .tick-circle {
      background-color: #000;
      color: #fff;
      font-size: 14px;
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-right: 10px;
      flex-shrink: 0;
      font-weight: bold;
    }

    .bullet-text span {
      font-size: 16px;
      line-height: 1.5;
      color: #000;
    }

    .stats {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      margin-top: 25px;
    }

    .stat {
      display: flex;
      flex-direction: column;
    }

    .stat-value {
      font-size: 22px;
      font-weight: bold;
      color: #0269c3;
    }

    .stat-label {
      font-size: 14px;
      color: #333;
      margin-top: 4px;
    }

    .image-container img {
      max-width: 100%;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }
  

  /* section 2 */
.custom-table-wrapper {
      background: #ffffff;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
      margin: 20px auto;
      max-width: 1100px;
    }

    .custom-table thead {
      background-color: #e8f1ec;
    }

    .custom-table th {
      font-weight: 600;
      font-size: 20px;
      vertical-align: middle;
    }

    .custom-table td {
      font-size: 17px;
      vertical-align: middle;
    }

    .custom-table tr:nth-child(even) td {
      background-color: #f9f9f9;
    }

       .custom-table th{
             background: hsl(157.73deg 65.99% 28.82% / 10%);
       }
       
    .custom-table {
      border-collapse: separate;
      border-spacing: 0;
      width: 100%;
    }

    .custom-table th,
    .custom-table td {
      border: none;
      padding: 12px 18px;
    }
