.ci-desc {
    font-size: 13px;
    line-height: 1.5;
}
.ci-content-wrap a {
    font-size: 16px;
    line-height: 22px;
}
p.ci-desc {
    margin-bottom: 0;
}
  .sticky-heading {
    position: sticky;
    top: 100px; /* Adjust based on your header height */
  }
  .padding-100{
      padding:100px 0px;
  }
.desktop-padd {
    padding: 00px 250px;
}
.desktop-padd h5 {
    font-weight: 600;
    color: #053967;
    font-size: 22px;
    line-height: 28px;
}
.metric-card h5, .metric-card p {
    color: #000 !important;
}
ul.list-unstyled li {
    font-size: 16px;
}
.wptb-slider--content h2 {
    color: #053968;
    font-family: "Poppins", serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}

a, .cta-contact.pb-3c a {
    text-decoration: none !important;
}
  .cta-section {
    background: linear-gradient(135deg, #170028 0%, #ba1fb5 100%);
    color: white;
    border-radius: 30px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    overflow:hidden;
  }
  .image-size img {
    width: 100%;
    margin-bottom:-80px;
    }

  .cta-heading {
    font-size: 2.2rem;
    font-weight: 500;
  }
.cta-content p {
    color: #fff;
}
  .cta-subheading {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .cta-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .cta-contact a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    margin-right: 15px;
  }

  .cta-button {
    background: linear-gradient(to right, #f94f9c, #7743db);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
  }
.card-text h4 {
    font-size: 22px;
    font-weight: 600;
    color: #053967;
    margin-bottom: 8px;
}
.card-text p b {
    font-size: 16px;
    font-weight: 600;
    color: #053967;
}
.pb-0 {

    margin-bottom: 0px;
}
  @media (max-width: 768px) {
    .cta-heading {
      font-size: 1.6rem;
    }

    .cta-subheading {
      font-size: 1.2rem;
    }

    .cta-button {
      width: 100%;
      justify-content: center;
    }
    .card-text h4 {
    font-size: 18px !important;
    line-height: 24px !important;
}

  }
  
  
  
  
  
  
  
  
  
  .feature-box {
    transition: all 0.3s ease-in-out;
  }

  .feature-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    border-color: #ba1fb5;
  }

  .feature-box h5 {
    font-weight: 600;
    color: #053967;
  }
.sticky-heading.text-white h3 {
    font-weight: 500;
    margin-bottom: 15px;
}
.sticky-heading.text-white p {
    color: #fff;
}
  .feature-box span {
    font-size: 18px;
    margin-right: 8px;
  }
  .hover-effect {
    transition: all 0.3s ease-in-out;
  }

  .hover-effect:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
    border-color: #ba1fb5;
  }

  .services-section h5 {
    color: #053967;
  }
h5.fw-semibold {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
}
  .gradient-two {
    background: linear-gradient(135deg, #ba1fb5 0%, #171463 100%);
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: none;
  }

  .gradient-two:hover {
    background: linear-gradient(135deg, #171463 0%, #ba1fb5 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  table td, table th {
    text-align: left !important;
    padding:15px 20px !important;
  }
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    margin-bottom:20px;
  }
  .step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a0ca3, #ba1fb5); /* Blended gradient */
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation */
}

.step-number:hover {
  transform: scale(1.1); /* Zoom effect on hover */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.image-left {
    max-width: 100%;
    height: 510px;
    object-fit: cover;
    margin-top: 100px;
}
.padding-right{
    padding-right:50px;
}



 
.stacked-section {
  position: relative;
}

/* Each card takes full viewport height */
.stacked-card {
  position: sticky;
  top: 0;
  height: 80vh;
  display: flex;
  align-items: center;
  z-index: 1;
}

/* Higher z-index for later cards */
.stacked-card:nth-child(1) { z-index: 1; }
.stacked-card:nth-child(2) { z-index: 2; }
.stacked-card:nth-child(3) { z-index: 3; }
.stacked-card:nth-child(4) { z-index: 4; }
.stacked-card:nth-child(5) { z-index: 5; }
.stacked-card:nth-child(6) { z-index: 6; }
.stacked-card:nth-child(7) { z-index: 7; }
.stacked-card:nth-child(8) { z-index: 8; }
.stacked-card:nth-child(9) { z-index: 9; }

 
/* Card inner layout - full width under container */
.card-inner {
  display: flex;
  width: 100%;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Image styling */
.card-image {
  flex: 1;
  min-height: 500px;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text styling */
.card-text {
  flex: 1;
  padding: 40px;
}
.card-text h3 {
  margin-top: 0;
  font-size: 1.8rem;
}
.card-text ul {
  padding-left: 20px;
}
.card-text li {
  margin-bottom: 0px;
}


.padding-0{
    padding-top:0px;
    padding-bottom:30px;
}

.boxs {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.stat-card{
    height:160px;
}
.section-title {
    font-weight: 700;
    font-size: 2rem;
    color: #222;
}

.sub-title {
    font-weight: 600;
    font-size: 1.3rem;
    color: #0d6efd;
    margin-bottom: 15px;
}

.lead-text {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

.card-custom {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
    background: #fff;
}

.card-custom:hover {
    transform: translateY(-5px);
}

.card-custom i {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 10px;
}

.card-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.card-text {
    font-size: 0.95rem;
    color: #444;
}

 .stat-card {
    background: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-color: #ba1fb5 !important; /* Brand color border */
  }
  .stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
  }
  .stat-card h3 {
    font-size: 1.5rem;
    color: #171463;
  }
  .bg-gradient {
    background: linear-gradient(135deg, #171463, #ba1fb5);
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .bg-gradient:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 20px rgba(0,0,0,0.3);
    }

                          
    .custom-slider {
      width: 90%;
      margin: auto;
    }
    .custom-box {
      width: 200px;
      text-align: left;
      box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
      margin: 15px;
      padding: 20px 25px;
      font-size: 1rem;
      background: #fff;
      border-radius: 10px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      cursor: grab;
      color: #444;
      box-sizing: border-box;
      flex-direction: row;
    }
    .custom-box .icon {
      width: 45px;
      height: 45px;
      background: #ba1fb5;
      color: white;
      border-radius: 50%;
      font-size: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      margin-top: 4px;
    }
    .custom-box h5 {
      margin: 0 0 5px 0;
      font-size: 1.1rem;
      color: #ba1fb5;
      font-weight: 700;
    }
    .custom-box p {
      margin: 0;
      font-weight: 600;
      font-size: 0.9rem;
      color: #555;
    }
    .slick-prev, .slick-next {
      position: absolute;
      line-height: 0;
      top: 50%;
      width: 30px;
      height: 30px;
      display: block;
      padding: 0;
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      border-radius: 50px;
      background: #043e46;
      z-index: 10;
    }
    .slick-next {
      right: -30px;
    }
    .slick-prev {
      left: -30px;
    }
    .slick-next:before {
      content: '\003e';
      font-size: 1.2em;
      font-weight: 1000;
      padding-left: 12px;
      color: white;
    }
    .slick-prev:before {
      content: '\003c';
      font-size: 1.2em;
      font-weight: 1000;
      padding-left: 9px;
      color: white;
    }
    .slick-slider {
      user-select: none;
    }
    .custom-boxs {
    box-shadow: none;
    padding: 0px;
}
.package{
    padding-top:10px;
}
 .accordion-item {
          border: none;
          margin-bottom: 15px;
          border-radius: 10px;
          box-shadow: 0px 4px 15px rgba(0,0,0,0.06);
        }
        .accordion-button {
          font-weight: 600;
          font-size: 16px;
          padding: 20px;
          border-radius: 10px !important;
          background: #fff;
        }
        .accordion-button:not(.collapsed) {
          background: #ffffff;
          color: #000;
          box-shadow: none;
        }
        .accordion-button:focus {
          box-shadow: none;
        }
        .accordion-button::before {
          
          font-size: 14px;
          margin-right: 10px;
          color: #6c63ff;
        }
        .accordion-body {
          padding: 15px 25px;
          font-size: 15px;
          line-height: 24px;
          color: #444;
          background: #fff;
          border-radius: 0 0 10px 10px;
        }