.fyncare-logo {
  width: 120px;
  height: 78px;
  object-fit: contain;
}
    



@media (max-width: 768px) {
  .layout-wrapper {
    grid-template-columns: 1fr;
  }
}

.doctor-cards{ border-radius: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.verified-icon { color: green; margin-left: 5px; }
.rating-star { color: green; }
.form-section { background: #f8f9ff; border-radius: 10px; padding: 20px; }
.clinic-box { border-radius: 10px; box-shadow: 0 0 8px rgba(0,0,0,0.1); padding: 15px; }
.review-card, .service-card {
  background: #fff; border-radius: 10px; padding: 15px; box-shadow: 0 0 6px rgba(0,0,0,0.05); margin-bottom: 15px;
}
.review-header, .service-title { font-weight: bold; }
.review-rating { color: orange; }
.nav-tabs .nav-link.active { font-weight: bold; border-bottom: 3px solid #0d6efd; }
.tab-content-section { display: none; }
.tab-content-section.active { display: block; }
.doctor_breadcrumb { padding: 12px 0; }
.booking-form {
  background: linear-gradient(to bottom, #eaf1ff 0%, #ffffff 30%);
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.booking-form select option:disabled {
  color: #888;
  font-style: italic;
}
  /* Smooth dropdown on hover */
  .nav-item.dropdown.position-static:hover .dropdown-menu,
  .nav-item.dropdown.position-static:focus-within .dropdown-menu {
    display: block !important;
    
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s, transform 0.3s;
  }
  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
  }
  /* Make dropdown visible when Bootstrap adds .show */
.dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

  /* Simple dropdown grid, no card/box */
  .dropdown-grid-simple {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 18px 0;
  }
  .dropdown-simple-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px;
    background: none;
    border: none;
    border-radius: 8px;
    transition: background 0.2s;
    cursor: pointer;
    font-size: 1rem;
    color: #92131a;
    font-weight: 500;
  }
  .nav-item.position-static {
  position: relative !important; /* or whatever default you want */
}
  .dropdown-simple-item img {
    height: 32px;
    width: 32px;
    object-fit: contain;
    margin-right: 8px;
  }
  .dropdown-simple-item:hover, .dropdown-simple-item:focus {
    background: #f3f4f7;
    text-decoration: underline;
    color: #92131a;
  }
  .services-dropdown-grid {
    display: grid;
    grid-template-columns: 1.2fr 3fr ;
    gap: 32px;
    padding: 32px 0;
    min-width: 900px;
  }
  .services-dropdown-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .services-dropdown-col h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #111;
  }
  .services-dropdown-col .services-sub {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .services-dropdown-list {
    display: flex;
    flex-direction: column;

    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .services-dropdown-item {
    display: flex;
    align-items: center;
  
    font-size: 14px;
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
    padding: 2px 0;
  }
  .services-dropdown-item img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 6px;
  }
  .services-dropdown-item:hover {
    color: #92131a;
    text-decoration: underline;
  }
  .services-dropdown-intro h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
  }
  .services-dropdown-intro p {
    font-size: 14px;
    color: #444;
    margin-bottom: 18px;
  }
  .services-dropdown-intro .consult-link {
    color: #111;
    font-weight: 600;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 1rem;
    transition: color 0.2s;
  }
  .services-dropdown-intro .consult-link:hover {
    color: #92131a;
  }
  @media (max-width: 1100px) {
    .services-dropdown-grid {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      min-width: 0;
    }
    .services-dropdown-col, .services-dropdown-intro {
      min-width: 0;
    }
  }
  @media (max-width: 700px) {
    .services-dropdown-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
  }
  @media (max-width: 991px) {
    .dropdown-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    .dropdown-grid-simple {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }
  }
  
    .container {
    width: 85%!important;
    --bs-gutter-x: 0rem!important;
   
    }
    /* Outer background gradient and shape */
.custom-bg {
  /* background: url('/v1/images/hero.png') no-repeat; */
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-top: 3%;
}
.heading-title{
  font-size: 48px;
      width: 70%;
}
.form-select:focus {
    border-color: #C22127 !important;
    box-shadow: 0 0 0 0rem rgba(194, 33, 39, 0.25)!important; /* red tint */
}
.form-control:focus {
    border-color: black !important;
    box-shadow: 0 0 0 0rem rgba(194, 33, 39, 0.25)!important; /* red tint */
}
@media (max-width: 767.99px) {
  .custom-bg {
   
     margin-top: 42px;
 
  }
  .heading-title{
    font-size: 24px!important;
    text-align: center;
        width: 100%!important;

  }
}

/* Jagged edge */
.not-sure-jagged {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.not-sure-jagged:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0px 14px,
    #fff 14px 24px
  );
  position: absolute;
  left: 0; top: 0;
  z-index: 2;
}
@media (max-width: 767.99px) {
  .not-sure-jagged {
    display: none;
  }
}

/* Headline styling */
.headline-section {
  position: relative;
  z-index: 2;
  margin-top: 2.2rem;
}
.headline-subtext {
  font-size: 21px;
  margin-top: 150px;
  color: #222;
  margin-bottom: .75rem;
  font-weight: 700;
  font-family:'Source Sans Pro';
}
.headline-title {
  font-family:'Merriweather';
  font-size: 64px;
  color: #111;
  line-height: 71px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 0.7rem;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}
.headline-desc {
  font-family:'Source Sans Pro';
  font-size: 21px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width:767.99px) {
  .headline-title {
    font-size: 32px;
    line-height: 1.18;
    color:white;
  }
  .headline-subtext,
  .headline-desc {
    font-size: 21px;
    color:white;
  }
  .headline-section {
    margin-top: 2.2rem;

  }
}

/* Card container row, matches image width */
@media (min-width:768px) {
  .centered-row {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:767.99px) {
  .centered-row {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Appointment card and Not Sure box layout */
.appointment-card {
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 8px 32px 0 rgba(52,28,28,0.13);
  min-height: 193px;
  z-index: 2;
  overflow: visible;
  padding: 0;
}
@media (max-width: 767.99px) {
  .appointment-card {
    flex-direction: column;
    border-radius: 14px;
    min-height: unset;
  }
}

/* Appointment form styling */
.appointment-form {
  flex: 1 1 0;
  padding: 2.2rem 2rem 2rem 2rem;
  z-index: 2;
  border-radius: 20px 0 0 20px;
  min-width: 0;
  position: relative;
}
@media (max-width: 991.99px) {
  .appointment-form {
    padding: 1.3rem 1rem 1rem 1rem;
  }
}
@media (max-width: 767.99px) {
  .appointment-form {
    border-radius: 14px 14px 0 0;
    padding: 1.3rem 1rem 1rem 1rem;
  }
}

/* Appointment title */
.appointment-title {
  font-size: 40px;
  font-family: Merriweather;
  color: #565656;
  font-weight: 600 !important;
}
@media (max-width:767.99px) {
  .appointment-title {
    font-size: 24px;
  }
}

.form-select {
  font-size: 1.05rem;
  border-radius: 7px;
  border: 1.2px solid #ddd;
  min-height: 42px;
}
.search-btn {
  background: #ba2127;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 7px;
  min-height: 42px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: background .15s;
  border: none;
}
.search-btn:hover, .search-btn:focus {
  background: #92131a;
  color: #fff;
}

/* Not sure box */
.not-sure-box {
  background: #ba2127;
  min-width: 400px;
  max-width: 340px;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
}

@media (max-width: 767.99px) {
  .not-sure-box {
    border-radius: 0 0 14px 14px;
    min-width: unset;
    max-width: unset;
    padding-left: 1.1rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}
.specialist-services-section {
  padding: 22px 0 0 0;
  font-family: 'Inter', Arial, sans-serif;
}
.specialist-services-title {
  font-family: 'Merriweather', serif;
  color: #ba2127;
  font-weight: 800;
  font-size: 2.3rem;
  margin-top:65px;
  
}
.specialist-services-desc {
  color: #232323;
  font-size: 1.13rem;
  margin-bottom: 36px;
}
.specialist-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 35px;
 
     margin-bottom: 100px !important;
 
}
@media (max-width: 700px) {
  .specialist-services-section {
    padding: 14px 0 0 0;
  }
  .specialist-services-title {
    font-size: 1.4rem;
    margin-top: 32px;
    text-align: left;
  }
  .specialist-services-desc {
    font-size: 1rem;
    margin-bottom: 22px;
    text-align: left;
  }

  /* Make grid a horizontal scroll carousel */
  .specialist-services-grid {
    display: flex;
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 38px !important;
  }
  .specialist-service-card,
  .specialist-service-card.no-image {
    min-width: 87vw;
    max-width: 92vw;
    flex: 0 0 87vw;
    margin-right: 22px;
    margin-left: 2px;
    scroll-snap-align: center;
    height: 290px;
    border-radius: 18px;
    box-shadow: 0 4px 22px 0 rgba(52,28,28,0.13);
    background: transparent;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: visible;
  }

  .specialist-service-img {
    width: 100%;
    height: 170px;
    border-radius: 16px;
    object-fit: cover;
    display: block;
  }

  .specialist-service-card-content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) translateY(-14px);
    bottom: 0;
    width: 90%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 18px 0 rgba(52,28,28,0.10);
    z-index: 2;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px 10px 2px 10px;
  }

  .specialist-service-card .service-title {
    font-size: 1.08rem;
    font-weight: 700;
    padding: 2px 0 2px 1px;
    color: #181818;
    letter-spacing: -0.2px;
  }
  .specialist-service-card .service-desc {
    font-size: 0.95rem;
    color: #232323;
    margin-bottom: 2px;
    font-weight: 400;
    padding: 0 0 0 1px;
  }

  /* Bottom action row: Book Now and price, like image4 */
  .card-bottom-gradients {
    background: #f9f2f2!important;
    margin-top: 0;
    height: 47px;
    background: none;
    border-radius: 0 0 12px 12px;
    border-top: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    box-shadow: none;
    padding: 0;
    gap: 0;
  }
  .price-gradient {
    background: none!important;
    border-radius: 0;
    min-width: 0;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: none;
    border-right: none;
    height: auto!important;
  }
  
  .price-at {
  color: #BD1922;
font-family: "Source Sans Pro";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 86%;
  }
  .price-amount {
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-left: 2px;
    color: #d32f2f;
  }

  .book-btn-gradient {
    background: linear-gradient(90deg, #ba2127 70%, #a51e22 100%);
    border-radius: 0px 0px 14px 14px;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 9px 22px 9px 22px;
    min-width: 56vw!important;
    margin-left: auto;
    margin-right: 0;
    color: #fff;
    border: none;
    box-shadow: none;
    align-items: center;
    display: flex;
    justify-content: center;
    outline: none;
    cursor: pointer;
    transition: background 0.22s, box-shadow 0.22s;
  }
  .book-btn-gradient .arrow,
  .book-btn-gradient i {
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: 10px;
    color: #fff;
    vertical-align: middle;
  }

  /* Carousel arrows (optional, if you add) */
  .specialist-services-grid::-webkit-scrollbar {
    display: none;
  }
  .specialist-services-grid {
    scrollbar-width: none; -ms-overflow-style: none;
    height:310px;
  }
  /* Hide no-image card on mobile for carousel look */
  .specialist-service-card.no-image {
    display: none !important;
  }

  /* Responsive Explore Services card (optional) */
  .explore-services-card {
    min-width: 87vw;
    max-width: 92vw;
    height: 210px;
    margin: 10px auto 0 auto;
    padding: 0;
    display: none;
  }
}
.specialist-service-card {
  position: relative;
  height: 255px;
  border-radius: 16px;
  overflow: visible;
  background: transparent;
  display: flex;
  /* align-items: flex-end; */
  justify-content: flex-start;
}
.specialist-service-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}
.specialist-service-card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-left: 5%;
  transform: translateY(32px); /* pulls card up out of image */
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 28px 0 rgba(52,28,28,0.13);
 
  z-index: 2;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* सिर्फ 2 line दिखेगी */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.specialist-service-card .service-title {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.17rem;
  padding: 6px 6px 6px 6px;
  
  color: #181818;
  letter-spacing: -0.4px;
}
.specialist-service-card .service-desc {
  font-size: 0.97rem;
  color: #232323;
  padding:2px 6px 4px 6px;
  margin-bottom: 0;
  font-weight: 400;
}
.specialist-service-card .service-action-row {
  display: flex;
  align-items: center;
  margin-top: 14px;
  gap: 14px;
}
.specialist-service-card .service-price {
  color: #ba2127;
  font-weight: 600;
  font-size: 1rem;
  background: #fff;
  border-radius: 20px;
  padding: 2px 12px 2px 5px;
  border: none;
  min-width: 100px;
  display: flex;
  align-items: center;
}
.specialist-service-card .service-book-btn {
  background: #ba2127;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  padding: 8px 26px 8px 18px;
  border-radius: 22px;
  cursor: pointer;
  transition: background .13s;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 0.5px;
}
.specialist-service-card .service-book-btn:hover {
  background: #9b1c22;
}
.specialist-service-card .service-book-btn i {
  font-size: 1.1em;
}
.specialist-service-card.no-image {
  background: #f6f7f9;
  box-shadow: 0 3px 18px 0 rgba(50, 30, 30, 0.07);
  min-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.specialist-service-card.no-image .specialist-service-card-content {
  position: relative;
  left: 0;
  bottom: 0;
  margin-left: 0;
  width: 100%;
  transform: none;
  box-shadow: none;
  background: #f6f7f9;
  border-radius: 16px;
  min-height: 160px;
  padding: 38px 22px 28px 22px;
  align-items: flex-start;
  justify-content: center;
}
.specialist-service-card .service-explore-btn {
  background: #ba2127;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  padding: 9px 24px 9px 16px;
  border-radius: 21px;
  cursor: pointer;
  transition: background .13s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}
.specialist-service-card .service-explore-btn:hover {
  background: #9b1c22;
}
  .card-bottom-gradients {
      background: #f9f2f2!important;
    display: flex
;
    justify-content: space-between;
    background: none;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
    height: 45px;
    border-top: 1.7px solid #e42c2c1c;
    width: 100%;
  }
  .price-at {
    color: #BD1922;
font-family: "Source Sans Pro";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 86%;
  }
  
  .price-amount {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
   
  }
.book-btn-gradient {
    flex: 0 0 auto;
    border: none;
    font-size: 18px;
    background: linear-gradient(
    90deg,
    rgba(126, 20, 29, 1) 0%,
    rgba(252, 30, 39, 1) 100%
  );
  border-radius: 12px 0px 12px 12px;
  padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: 700;
    font-family: inherit;
   font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
 

    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    transition: background 0.22s, box-shadow 0.22s;
    min-width: 50%!important;
    letter-spacing: 0.04em;
  }
  .book-btn-gradient:hover {
    background: linear-gradient(90deg, #000 0%, #c62828 60%, #d32f2f 100%);
  }
 
  .arrow {
    align-self: center;
   
    width: 0px!important;
  }
  .book-btn-gradient:hover .arrow { transform: translateX(4px); }

  .scrolling-wrapper {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .scrolling-wrapper::-webkit-scrollbar {
    display: none;
  }
  .price-gradient {
   
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
   
    min-width: 50%;
    height: 100%!important;
    padding: 9px 11px 15px 23px;
    border-radius: 0 0 0 12px;
  

  }


  @media (max-width: 650px) {
    .ccm-illustration img {
        width: 100%!important;
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 2px 18px rgba(0, 0, 0, 0.32));
    }
  }
  @media (max-width: 991.98px) {
    .package-card {
      min-width: 300px;
      max-width: 320px;
    }
    .card-bottom-gradients { min-height: 48px; }
    .price-gradient { min-width: 100px; padding: 7px 15px 7px 10px; }
    .book-btn-gradient { font-size: 1.1rem; min-width: 120px; }
  }
  @media (max-width: 575.98px) {
    .section-title {
      font-size: 24px!important;
    }
    .subtitle{
      font-size: 1rem!important;
    }
  .why-choose-title{
    font-size: 24px!important;
    font-weight: 700!important;
    line-height: 1.2!important;
  }
  .why-choose-subtitle{
    font-size: 1rem!important;

  }
  .reach-impact-perfect-title{
    font-size: 24px!important;
    font-weight: 700!important;
    line-height: 1.2!important;
  }
  
.reach-impact-perfect-subtitle{
  font-size: 1rem!important;

}
    .package-card {
      min-width: 95vw;
      max-width: 98vw;
    }
    .card-bottom-gradients { min-height: 38px; }
    .book-btn-gradient { font-size: 0.92rem; min-width: 70px; }
    .price-gradient { min-width: 50%; padding: 10px 15px 7px 10px; }
  }
  /* External CSS for Explore Services Card (exact like image) */
.explore-services-card {
  width: 300px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 38px 0 rgba(34,32,32,0.17);
  padding: 0;
  font-family: 'Inter', Arial, sans-serif;
  position: relative;
  overflow: visible;
  margin: 28px auto;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.explore-services-card-content {
  margin: 24px 20px 0 20px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 12px;
  text-align: center;
}
.explore-services-card-title {
  font-weight: 700;
  font-size: 1.18rem;
  color: #232323;
  margin-bottom: 7px;
}
.explore-services-card-desc {
  color: #555;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.45;
}
.explore-services-card-action {
  width: 100%;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(90deg, #ba2127 70%, #a51e22 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.18rem;
  padding: 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  cursor: pointer;
  letter-spacing: 0.02em;
  border: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: none;
  transition: background .14s;
}
.explore-services-card-action:hover {
  background: linear-gradient(90deg, #a51e22 80%, #ba2127 100%);
}
.explore-services-card-action span {
  margin-right: 10px;
}
.explore-services-card-action i {
  font-size: 1.22em;
  font-weight: 600;
  vertical-align: middle;
}
.book-btn-gradient .arrow {
    /* margin-left: 18px; */
    font-size: 1.32rem;
    font-weight: 900;
    display: inline-block;
    transition: transform 0.18s;
    color: white;
}
.book-btn-gradient i {
  font-size: 1.22em;
  font-weight: 600;
  vertical-align: middle;
  margin-left:5px;
}

/* Not sure box text */
.not-sure-title {
  font-family: 'Merriweather', serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.13;
  margin-bottom: 0.7rem;
}
.not-sure-phone {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0.65rem;
}
.not-sure-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.98rem;
  color: #ffeaea;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0.1rem;
}
@media (max-width:767.99px) {
  .not-sure-title {
    font-size: 23px;
    
  }
  .not-sure-phone {
    font-size: 20px;
   
  }
}

/* Hide form select arrows on Safari for cleaner look */
.form-select::-webkit-input-placeholder { color: #aaa; }
.form-select:-ms-input-placeholder { color: #aaa; }
.form-select::placeholder { color: #aaa; }
.footer-modern-clean {
  background: #fff;
  color: #000;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: visible;
  
  width: 100%;
}
.footer-modern-clean-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0px 0 0px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.footer-modern-clean-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 230px;
  position: relative;
  width: 100%;
}
.footer-modern-clean-brand {
  flex: 1.3 1 0;
  min-width: 320px;
  max-width: 410px;
  margin-right: 30px;
  z-index: 2;
}
.footer-modern-clean-brandlogo {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-modern-clean-brandlogo img {
  height: 67px;
  width: auto;
  display: block;
}
.footer-modern-clean-brandname {
  font-family: 'Merriweather', serif;
  color: #ba2127;
  font-weight: 800;
  font-size: 2.1rem;
  margin-bottom: 8px;
}
.footer-modern-clean-brandsub {
  font-family: 'Inter', Arial, sans-serif;
  color: #ba2127;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 13px;
}
.footer-modern-clean-branddesc {
  color: #232323;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6;
  font-family: 'Inter', Arial, sans-serif;
}
.footer-modern-clean-followus {
  margin-top: 22px;
}
.footer-modern-clean-followus-title {
  color: #ba2127;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.11rem;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.footer-modern-clean-socials {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-modern-clean-socials a {
  color:black;
  font-size: 1.2rem;
  transition: color 0.15s;
  display: inline-flex;
  align-items: center;
}
.footer-modern-clean-socials a:hover {
  color: #111;
}
.footer-modern-clean-col {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 260px;
  margin-right: 18px;
}
.footer-modern-clean-col:last-child {margin-right: 0;}
.footer-modern-clean-col-title {
  color: #ba2127;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.23rem;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}
.footer-modern-clean-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-modern-clean-links li {
  margin-bottom: 6px;
}
.footer-modern-clean-links a {
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', Arial, sans-serif;
  transition: color .13s;
  padding: 3px 0;
  display: inline-block;
}
.footer-modern-clean-links a:hover {
  color: #ba2127;
  text-decoration: underline;
}
.footer-modern-clean-links .need-help {
  color: #ba2127;
  font-weight: 600;
}

/* ----- COLUMN GROUPS ------ */
.footer-modern-clean-col-group,
.footer-modern-clean-contact-group {
  display: flex;
  flex-direction: row;
  gap: 18px;
  width: 100%;
  margin-bottom: 0;
}

.footer-modern-clean-col-group .footer-modern-clean-col,
.footer-modern-clean-contact-group .footer-modern-clean-col,
.footer-modern-clean-contact-group .footer-modern-clean-contact {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 260px;
  margin-right: 0;
  margin-bottom: 0;
}

/* Contact Us section */
.footer-modern-clean-contact {
  min-width: 170px;
  max-width: 230px;
  margin-left: 0;
  z-index: 2;
  background: none;
  font-family: 'Inter', Arial, sans-serif;
}
.footer-modern-clean-contact p {
  margin-bottom: 8px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
  background: none;
}
.footer-modern-clean-bgsvg {
  position: absolute;
  right: -68px;
  bottom: -48px;
  width: 390px;
  height: 210px;
  opacity: 0.16;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  max-width: 100%;
}
.footer-modern-clean-bottom {
  margin-top: 46px;
  border-top: 1.2px solid #e5e5e5;
  padding: 26px 0 9px 0;
  text-align: left;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.08rem;
  color: #232323;
  letter-spacing: -0.2px;
  width: 100%;
}
.footer-modern-clean-bottom strong {
  color: #ba2127;
  font-weight: 700;
  font-family: 'Inter', Arial, sans-serif;
}

/* Tablet: wrap columns, full width */
@media (max-width: 1200px) {
  .footer-modern-clean-inner {padding: 40px 0px 0 0px;}
  .footer-modern-clean-row {flex-wrap: wrap; width: 100%;}
  .footer-modern-clean-brand, .footer-modern-clean-col, .footer-modern-clean-contact {min-width: 220px; max-width: 100%;}
  .footer-modern-clean-bgsvg {width: 260px; right: -30px;}
}

/* Mobile: columns stack except groups (side-by-side, scrollable) */
@media (max-width: 900px) {
  .footer-modern-clean-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
  .footer-modern-clean-brand {
    margin-bottom: 25px;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
  }
  .footer-modern-clean-bgsvg {display: none;}
  .footer-modern-clean-col-group,
  .footer-modern-clean-contact-group {
    flex-direction: row;
    gap: 10px;
    
    
  }
  .footer-modern-clean-col-group .footer-modern-clean-col,
  .footer-modern-clean-contact-group .footer-modern-clean-col,
  .footer-modern-clean-contact-group .footer-modern-clean-contact {
    min-width: 150px;
    max-width: 80vw;
    
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-modern-clean-contact {
    margin-bottom: 0;
    margin-left: 0;
  }
  /* Optional: Custom scrollbar for col group and contact group */
  .footer-modern-clean-col-group::-webkit-scrollbar,
  .footer-modern-clean-contact-group::-webkit-scrollbar {
    height: 5px;
  }
  .footer-modern-clean-col-group::-webkit-scrollbar-thumb,
  .footer-modern-clean-contact-group::-webkit-scrollbar-thumb {
    background: #ba2127;
    border-radius: 3px;
  }
  .footer-modern-clean-col-group::-webkit-scrollbar-track,
  .footer-modern-clean-contact-group::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 3px;
  }
}

/* Extra compact for very small screens */
@media (max-width: 600px) {
  .footer-modern-clean-col-group,
  .footer-modern-clean-contact-group {
    gap: 7px;
    width: 100%;
  }
  .footer-modern-clean-inner,
  .footer-modern-clean-row,
  .footer-modern-clean-brand,
  .footer-modern-clean-col,
  .footer-modern-clean-contact {
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
.container-fluid {
  max-width: 87%;

}
.navbar-custom {
    font-size: 18px;
    font-weight: 600;
}
.navbar-nav.flex-row {
  gap: 20px; /* works in modern browsers */
}

/* Mobile override */
@media (max-width: 767px) {
  .container-fluid {
    max-width: 100% !important;
    height: auto !important;
  }

}

.container-fluid {
  max-width: 87%;
 
}
.nav-link {
    font-size: 18px!important;
    font-weight: 600!important;
}
.navbar-nav.flex-row {
  gap: 20px;
}

/* Mobile override */
@media (max-width: 767px) {
  .container-fluid {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Black top bar on mobile */
  .mobile-hours-location {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1049; /* just above navbar */
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
  }
  .mobile-hours-location p {
    margin: 0;
    line-height: 1.4;
  }
  .mobile-hours-location .label {
    color: #00c853;
    font-weight: 600;
  }
  .frame-237 {
            margin-top: 7px;
  border-radius: 8px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 4px 8px 4px 8px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  
  flex-shrink: 0;
  position: relative;
}

  /* Push navbar down so it doesn't overlap */
  
}

 .line-9,
.line-9 * {
  box-sizing: border-box;
}
.line-9 {
  margin-top: 5px;
  margin-bottom: 5px;
  border-style: solid;
  border-color: #bd1922;
  border-width: 0.5px 0 0 0;
  flex-shrink: 0;
  width: 100%;
  height: 0px;
  position: relative;
}

  .section-title {
        color: #BD1922;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
  .subtitle {
    color: #222;
    font-size: 22px;
    font-family: Source Sans Pro;
    margin-bottom: 1.5rem;
}
  .category-btn {
    background: #fff;
    border: none;
    border-radius: 1.5rem;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    color: #222;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.02);
    transition: background .2s, color .2s;
  }
  .category-btn.active, .category-btn:focus {
    background: #222;
    color: #fff;
  }
  .arrow-btn {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.06);
  }
  .arrow-btn:focus {
    outline: 2px solid #c62828;
  }
  .package-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgb(44 39 56 / 8%);
    margin-right: 18px;
    margin-bottom: 1rem;
    min-width: 320px;
    max-width: 340px;
    background: #fff;
    transition: box-shadow .2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .package-card:last-child {
    margin-right: 0;
  }
  .package-title {
    width: 100%;
  }
  .dropdown-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(44,39,56,0.03);
    margin-left: 10px;
    margin-top: -4px;
  }
  .dropdown-icon-box svg {
    display:block;
  }
  .card-info-label {
    font-size: 11px;
    color: #888;
    font-weight: 500;
    margin-right: 18px;
    margin-top: 3px;
    display: flex;
    align-items: center;
  }
  .card-info-badge {
    background: #f3f3f3;
    color: #222;
    border-radius: 6px;
    font-size: 0.98em;
    padding: 2.5px 13px;
    font-weight: 700;
    display: inline-block;
    margin-left: 7px;
    border: 1.2px solid #e0e0e0;
  }
  
.card-info-pill {
    display: inline-block;
    background: #f3f3f3;
    border-radius: 12px;
    padding: 0.19rem 0.82rem;
    font-size: 10px;
    color: #5E6C7F;
    font-weight: 600;
    margin-bottom: 0px;
    margin-right: 0px;
}
  .package-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 0.8rem;
    margin-top: 0.45rem;
   
    padding-top: 0.75rem;
  }

  
  
  .price-starting-label {
    color: #BD1922;

font-family: "Source Sans Pro";
font-size: 8px;
font-style: normal;
font-weight: 400;
line-height: 86%;
  }
  .card-bottom-gradient {
        background: #f9f2f2 !important;
    display: flex
;
    justify-content: space-between;
    background: none;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    padding: 0;
    margin-top: 15px;
    height: 56px;
    border-top: 1.7px solid #e42c2c1c;
  }
  .price-at {
    color: #c62828;
    font-size: 1rem;
    font-weight: 800;
    font-family: inherit;
    margin-top: 1px;
    line-height: 1.2;
  }
  .price-at b {
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
  .price-amount {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
   
  }
  
.cbmain-bg {
  background: #f9f2f2;
  width: 100vw;
  min-height: 100vh;
  padding: 48px 0 48px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbmain-main-stack {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  align-items: center;
}
.cb2-row {
  display: flex;
  gap: 34px;
  max-width: 850px;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.cb2-left-card {
  background: #fff;
  border-radius: 24px;
  padding: 10px;
  min-width: 409px;
  max-width: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}
.cb2-left-card .cb2-icon {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 1rem;
}
.cb2-left-card .cb2-top-btn {
  border: 2.1px solid #222;
  border-radius: 30px;
  padding: 7px 19px;
  font-weight: 700;
  font-size: 18px;
  color: #111;
  background: #fff;
  margin-bottom: 1.0rem;
  margin-top: 0.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', Arial, sans-serif;
}
.cb2-left-card .cb2-title {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 800;
  color: #ba2127;
  font-size: 24px;
  margin-bottom: 0.7rem;
  margin-top: 0.0rem;
  text-align: center;
  line-height: 1.15;
}
.cb2-left-card .cb2-desc {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.2rem;
  margin-top: 0.0rem;
  text-align: center;
  line-height: 1.38;
  max-width: 375px;
  font-family: 'Inter', Arial, sans-serif;
}
.cb2-left-card .cb2-btn {
  margin-bottom: 1.0rem;
  background: linear-gradient(90deg, #ba2127 60%, #d43239 100%);
  color: #fff;
  border-radius: 22px;
  border: none;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 22px rgba(146, 19, 26, 0.11);
  transition: background .14s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Inter', Arial, sans-serif;
}
.cb2-left-card .cb2-btn i {font-size: 1.24rem;}
.cb2-left-card .cb2-btn:hover {background: #92131a;}
.cb2-steps-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 100%;
  border-style: solid;
  border-color: #bd1922;
  border-width: 0px 4px 0px 0px;
}
.cb2-step-row {
  display: flex;
  align-items: center;
  border-radius: 42px 0px 0px 42px;
  border-style: solid;
  border-color: #bd1922;
  border-width: 1px;
  background: #fff;
  padding: 0 0 0 0;
  min-height: 79px;
  box-sizing: border-box;
  transition: box-shadow 0.16s;
  position: relative;
}
.cb2-step-icon-wrap {
  margin-left: 27px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  height: 77px;
}
.cb2-step-icon {
  background: #fff;
  border: 2px solid #ba2127;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.43rem;
  color: #ba2127;
}
.cb2-step-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.09rem;
  min-width: 0;
}
.cb2-step-title {
  font-weight: 700;
  color: #ba2127;
  font-size: 1.20rem;
  margin-bottom: 0.04rem;
  font-family: 'Merriweather', Georgia, serif;
}
.cb2-step-desc {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.33;
  word-break: break-word;
  font-family: 'Inter', Arial, sans-serif;
}
.cb2-step-arrow-wrap {
  margin-right: 27px;
  margin-left: 14px;
  display: flex;
  align-items: center;
  height: 77px;
}
.cb2-step-arrow {
  color: #ba2127;
  font-size: 1.43rem;
}
.cb3-row {
  display: flex;
  gap: 34px;
  max-width: 850px;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.cb3-steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 100%;
  border-style: solid;
  border-color: #bd1922;
  border-width: 0px 4px 0px 0px;
}
.cb3-step-row {
  display: flex;
  align-items: center;
  border-radius: 42px 0px 0px 42px;
  border-style: solid;
  border-color: #bd1922;
  border-width: 1px;
  background: #fff;
  margin-bottom: 12px;
  box-sizing: border-box;
  transition: box-shadow 0.16s;
  position: relative;
  min-height: 92px;
  padding: 0 0 0 0;
}
.cb3-step-row:last-child {margin-bottom: 0;}
.cb3-step-arrow-wrap {
  margin-left: 27px;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: 92px;
}
.cb3-step-arrow {
  color: #ba2127;
  font-size: 1.34rem;
}
.cb3-step-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
  gap: 0.1rem;
  min-width: 0;
}
.cb3-step-title {
  font-weight: 700;
  color: #ba2127;
  font-size: 1.20rem;
  margin-bottom: 0.04rem;
  font-family: 'Merriweather', Georgia, serif;
}
.cb3-step-desc {
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0.03rem;
  line-height: 1.23;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-step-icon-wrap {
  margin-right: 27px;
  margin-left: 0;
  display: flex;
  align-items: center;
  height: 92px;
}
.cb3-step-icon-outer {
  border: 2.1px solid #ba2127;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ba2127;
  font-size: 1.8rem;
  background: #fff;
  margin-left: 12px;
}
.cb3-right-card {
  background: #fff;
  border-radius: 24px;
  min-width: 409px;
  max-width: 470px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}
.cb3-right-card .cb3-badge {
  display: inline-block;
  background: #fff;
  border: 2px solid #232323;
  border-radius: 24px;
  font-size: 1.12rem;
  font-weight: 700;
  color: #222;
  padding: 10px 32px;
  margin-bottom: 1.0rem;
  margin-top: 0.0rem;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-right-card .cb3-desc {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.2rem;
  margin-top: 0.0rem;
  text-align: center;
  line-height: 1.38;
  max-width: 375px;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-right-card .cb3-btn {
  margin-bottom: 1.0rem;
  background: linear-gradient(90deg, #ba2127 60%, #d43239 100%);
  color: #fff;
  border-radius: 22px;
  border: none;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 22px rgba(146, 19, 26, 0.11);
  transition: background .14s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-right-card .cb3-btn i {font-size: 1.24rem;}
.cb3-right-card .cb3-btn:hover {background: #92131a;}
.cb3-right-card .cb3-icon {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 1rem;
}
.cb3-right-card .cb3-top-btn {
  border: 2.1px solid #222;
  border-radius: 30px;
  padding: 7px 19px;
  font-weight: 700;
  font-size: 18px;
  color: #111;
  background: #fff;
  margin-bottom: 1.0rem;
  margin-top: 0.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-right-card .cb3-title {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 800;
  color: #ba2127;
  font-size: 24px;
  margin-bottom: 0.7rem;
  margin-top: 0.0rem;
  text-align: center;
  line-height: 1.15;
}
.cb3-right-card .cb3-btn i {font-size: 1.24rem;}
.cb3-right-card .cb3-btn:hover {background: #92131a;}
/* Responsive adjustments for desktop */
@media (max-width: 1300px) {
  .cb3-steps-list, .cb2-steps-list {min-width: 99vw; max-width: 99vw; width: 99vw;}
  .cb3-row, .cb2-row {gap: 16px;}
  .cb2-left-card, .cb3-right-card {min-width: 99vw; max-width: 99vw; padding: 20px 0.6rem;}
}

/* ----------------------------------------
   Mobile Cards Redesign
---------------------------------------- */
@media (max-width: 900px) {

  /* Section background image + mobile padding */
  .cbmain-bg {
    
              background: url(/v1/images/card2.png) center top / cover no-repeat;
    min-height: unset;
    padding: 40px 0 50px;
  }

  .cbmain-main-stack { gap: 0 !important; }

  .cb2-row, .cb3-row {
     display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  }

  /* Main cards: white, shadowed, rounded */
  .cb2-left-card,
  .cb3-right-card {
    background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  
  position: relative;
  }

  /* Step lists: no border, no gap */
  .cb2-steps-list, .cb3-steps-list {
    border: none !important;
    gap: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  /* Steps: individual white cards, shadowed */
  .cb2-step-row,
  .cb3-step-row {
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(146,19,26,0.07), 0 1px 4px rgba(0,0,0,0.04);
    border-radius: 16px;
    padding: 4px !important;
    margin-bottom: 14px;
    border: none !important;
    align-items: center;
    display: flex;
    min-height: unset;
  }

  /* Step icons: round, pale, left */
  .cb2-step-icon, .cb3-step-icon-outer {
    border: none !important;
    background: #f9f2f2 !important;
    width: 42px;
    height: 42px;
    font-size: 1.7rem;
    margin-right: 12px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cb3-step-icon-outer { width: 52px; height: 52px; font-size: 2rem; }

  /* Hide arrows for steps */
  .cb2-step-arrow-wrap, .cb3-step-arrow-wrap { display: none !important; }

  /* Step text: left-aligned */
  .cb2-step-content, .cb3-step-content {
    align-items: flex-start !important;
    text-align: left !important;
    min-width: 0;
    gap: 0.1rem;
  }
  .cb2-step-title, .cb3-step-title {
    font-size: 1.1rem;
    margin-bottom: 0.12rem;
    color: #ba2127;
    font-family: 'Merriweather', Georgia, serif;
  }
  .cb2-step-desc, .cb3-step-desc {
    font-size: 0.98rem;
    color: #232323;
    font-family: 'Inter', Arial, sans-serif;
  }

  /* Buttons: big, red, rounded, full width */
  .cb2-btn, .cb3-btn {
    background: linear-gradient(90deg, #ba2127 60%, #d43239 100%) !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 24px;
    border: none !important;
    width: 100%;
    padding: 13px 0 !important;
    box-shadow: 0 2px 12px rgba(146,19,26,0.09);
    margin-top: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-family: 'Inter', Arial, sans-serif;
  }
  .cb2-btn i, .cb3-btn i { font-size: 1.24rem; }

  /* Top/badge buttons: pill style */
  .cb2-top-btn, .cb3-badge {
    background: none transparent !important;
    border-radius: 16px;
    border: 2px solid white !important;
    font-size: 1rem;
    font-weight: 700;
    color: white !important;
    padding: 6px 18px;
    margin-bottom: 0.5rem;
    margin-top: 0.1rem;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* Card titles and descs: centered, bold */
  .cb2-title, .cb3-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: white!important;
    text-align: center;
    margin-bottom: 0.55rem;
    margin-top: 0;
    font-family: 'Merriweather', Georgia, serif;
    line-height: 1.22;
  }
  .cb2-desc, .cb3-desc {
    font-size: 1rem;
    color: white!important;
    font-family: 'Inter', Arial, sans-serif;
    margin-bottom: 0.7rem;
    text-align: center;
    line-height: 1.36;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Main card icons: bigger, centered, red */
  .cb2-icon, .cb3-icon {
    border-radius: 100px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  position: relative;
  }
  .cb2-icon i, .cb3-icon i {
    color: white;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

/* Stronger overlay for very small phones */
@media (max-width: 480px) {
  .cbmain-bg {
    background:

      url('v1/images/mobile-hero-bn.png')  cover no-repeat;
  }
  .cb3-right-card {
    min-width: 99vw;
    max-width: 99vw;
  }
}
.reach-impact-perfect-title {
  color: #BD1922;
  font-family: Merriweather, serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.5px;
  margin-top: 4rem;
  margin-bottom: 0.18rem;
}
.reach-impact-perfect-subtitle {
  color: #222;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 0;
}
.reach-impact-perfect-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin-top:4rem;
  flex-wrap: nowrap;
}
.reach-impact-perfect-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-box-shadow, 0px 4px 54px 0px rgba(0, 0, 0, 0.25));
  border: none;
  padding: 30px 16px;
  width: 23.5%;
  min-width: 200px;
  margin-right: -5px;
 
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.14s, z-index 0.14s;
}
.reach-impact-perfect-card:first-child { z-index: 4; }
.reach-impact-perfect-card:nth-child(2) { z-index: 3; }
.reach-impact-perfect-card:nth-child(3) { z-index: 2; }
.reach-impact-perfect-card:nth-child(4) { z-index: 1; }
.reach-impact-perfect-card:last-child { margin-right: 0; }
.reach-impact-perfect-card:hover {
  z-index: 10;
  box-shadow: 0 12px 40px rgba(146, 19, 26, 0.22);
}

/* Icon Circle Style (matches image 5) */
.reach-impact-perfect-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.45rem;
  background: #f9f5f5;
  border-radius: 50%;
  border: 3px solid #ba2127;
  box-sizing: border-box;
}
.reach-impact-perfect-icon i {
  font-size: 1.5rem;
  color: #ba2127;
  background: none;
  margin: 0;
}

/* Card text styles */
.reach-impact-perfect-number {
  font-size: 1.18rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.02rem;
  font-family: inherit;
}
.reach-impact-perfect-title2 {
  font-size: 18px;
  color: #ba2127;
  font-weight: 700;
  margin-bottom: 0.1rem;
  font-family: inherit;
  line-height: 1.09;
}
.reach-impact-perfect-desc {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0.48rem;
  margin-bottom: 0;
  text-align: center;
  font-family: inherit;
  line-height: 1.22;
  min-height: 38px;
}

/* Responsive */
@media (max-width: 1100px) {
  .reach-impact-perfect-card {
    padding: 1.15rem 0.6rem 0.9rem 0.6rem;
  }
 
}
@media (max-width: 900px) {
  .reach-impact-perfect-row {
    flex-wrap: wrap;
  }
  .reach-impact-perfect-card {
    width: 46%;
    min-width: 160px;
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .reach-impact-perfect-row {
    flex-direction: column;
  }
  .reach-impact-perfect-card {
    width: 100%;
    min-width: unset;
    margin-right: 0;
  }
}
.partner-network-section {
  max-width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.partner-network-title {
    color: #BD1922;
    font-weight: 700;
    font-size: 2rem;
    font-family: inherit;
    text-align: left;
    margin-bottom: 38px;
    letter-spacing: -1px;
    margin-top: 3rem;
}

.partner-network-marquee-outer {
  width: 100%;
  margin-bottom: 65px;
  position: relative;
  height: 55px;
 
}
.partner-network-marquee-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  animation: marquee-scroll 22s linear infinite;
  will-change: transform;
}
@keyframes marquee-scroll {
  0% { transform: translateX(0);}
  100% { transform: translateX(-50%);}
}
.partner-network-logo {
  display: flex;
  align-items: center;
  min-width: 195px;
  gap: 0.5rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: #161616;
  user-select: none;
}
.partner-network-logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
  margin-right: 0.21rem;
}
.partner-network-logo span {
  font-size: 1.08rem;
  font-weight: 700;
}
.partner-network-logo .blue { color: #2d33fa;}
.partner-network-logo .red { color: #ba2127;}
.partner-network-logo .purple { color: #7a51fa;}
.partner-network-logo .orange { color: #ff8800;}
.partner-network-logo .navy { color: #0d2a48;}
.partner-network-logo .green { color: #34d15b;}
@media (max-width: 900px) {
  .partner-network-title {margin-left: 1.1rem;}
  .partner-network-marquee-inner {gap: 2.2rem;}
  .partner-network-logo {min-width: 120px;}
}
@media (max-width: 600px) {
  .partner-network-title {font-size: 1.5rem;}
  .why-choose-feature-title {font-size: 18px!important;}
  .partner-network-marquee-inner {gap: 1.2rem;}
  .partner-network-marquee-outer {height: 44px;}
  .partner-network-logo img {width: 23px; height: 23px;}
  .partner-network-logo {font-size: 0.98rem;}
}
.why-choose-title {
  margin-top: 4rem;
    color: #BD1922;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    font-family: inherit;
    letter-spacing: -1px;
}
.why-choose-subtitle {
  color: #222;
  font-size: 1.07rem;
  font-weight: 400;
  margin-bottom: 1.7rem;
  margin-top: 0;
}
.why-choose-feature-card {
  background: #f9f2f2;
  border-radius: 9px;
  padding:17px;
  display: flex;
  align-items: flex-start;
  gap:8px;
  border: none;
  box-shadow: none;
  margin-bottom: 1rem;
  transition: none;
  width: 100%;
  height:100%;
}
.why-choose-feature-icon {
  margin-top: 1px;
  font-size: 1.7rem;
  color: #92131a;
  flex-shrink: 0;
  min-width: 2.05rem;
  text-align: center;
}
.why-choose-feature-title {
    color: #ba2127;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.03rem;
    font-family: inherit;
    letter-spacing: -.2px;
}
.why-choose-feature-title.blue {
  color: #1586d3;
}
.why-choose-feature-desc {
  color: #222;
  font-size: 0.96rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-family: inherit;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .why-choose-img-col img {height: 100%;}
  .why-choose-feature-card {margin-bottom: 0.7rem;}
}
.row {
    --bs-gutter-x: 0.5rem!important;
}
@media screen and (max-width: 1536px) {
  .why-choose-feature-card {
    background: #f9f2f2;
    border-radius: 9px;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border: none;
    box-shadow: none;
    margin-bottom: 1rem;
    transition: none;
    width: 100%;
    height: 100%;
  }

}
.cbmain-bg {
  background: #f9f2f2;
  width: 100vw;
  min-height: 100vh;
  padding: 48px 0 48px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbmain-main-stack {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  align-items: center;
}
.cb2-row {
  display: flex;
  gap: 34px;
  max-width: 850px;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.cb2-left-card {
  background: #fff;
  border-radius: 24px;
  padding: 10px;
  min-width: 409px;
  max-width: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}
.cb2-left-card .cb2-icon {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 1rem;
}
.cb2-left-card .cb2-top-btn {
  border: 2.1px solid #222;
  border-radius: 30px;
  padding: 7px 19px;
  font-weight: 700;
  font-size: 18px;
  color: #111;
  background: #fff;
  margin-bottom: 1.0rem;
  margin-top: 0.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', Arial, sans-serif;
}
.cb2-left-card .cb2-title {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 800;
  color: #ba2127;
  font-size: 24px;
  margin-bottom: 0.7rem;
  margin-top: 0.0rem;
  text-align: center;
  line-height: 1.15;
}
.cb2-left-card .cb2-desc {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.2rem;
  margin-top: 0.0rem;
  text-align: center;
  line-height: 1.38;
  max-width: 375px;
  font-family: 'Inter', Arial, sans-serif;
}
.cb2-left-card .cb2-btn {
  margin-bottom: 1.0rem;
  background: linear-gradient(90deg, #ba2127 60%, #d43239 100%);
  color: #fff;
  border-radius: 22px;
  border: none;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 22px rgba(146, 19, 26, 0.11);
  transition: background .14s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Inter', Arial, sans-serif;
}
.cb2-left-card .cb2-btn i {font-size: 1.24rem;}
.cb2-left-card .cb2-btn:hover {background: #92131a;}
.cb2-steps-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 100%;
  border-style: solid;
  border-color: #bd1922;
  border-width: 0px 4px 0px 0px;
}
.cb2-step-row {
  display: flex;
  align-items: center;
  border-radius: 42px 0px 0px 42px;
  border-style: solid;
  border-color: #bd1922;
  border-width: 1px;
  background: #fff;
  padding: 0 0 0 0;
  min-height: 79px;
  box-sizing: border-box;
  transition: box-shadow 0.16s;
  position: relative;
}
.cb2-step-icon-wrap {
  margin-left: 27px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  height: 77px;
}
.cb2-step-icon {
  background: #fff;
  border: 2px solid #ba2127;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.43rem;
  color: #ba2127;
}
.cb2-step-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.09rem;
  min-width: 0;
}
.cb2-step-title {
  font-weight: 700;
  color: #ba2127;
  font-size: 1.20rem;
  margin-bottom: 0.04rem;
  font-family: 'Merriweather', Georgia, serif;
}
.cb2-step-desc {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.33;
  word-break: break-word;
  font-family: 'Inter', Arial, sans-serif;
}
.cb2-step-arrow-wrap {
  margin-right: 27px;
  margin-left: 14px;
  display: flex;
  align-items: center;
  height: 77px;
}
.cb2-step-arrow {
  color: #ba2127;
  font-size: 1.43rem;
}
.cb3-row {
  display: flex;
  gap: 34px;
  max-width: 850px;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.cb3-steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 100%;
  border-style: solid;
  border-color: #bd1922;
  border-width: 0px 4px 0px 0px;
}
.cb3-step-row {
  display: flex;
  align-items: center;
  border-radius: 42px 0px 0px 42px;
  border-style: solid;
  border-color: #bd1922;
  border-width: 1px;
  background: #fff;
  margin-bottom: 12px;
  box-sizing: border-box;
  transition: box-shadow 0.16s;
  position: relative;
  min-height: 92px;
  padding: 0 0 0 0;
}
.cb3-step-row:last-child {margin-bottom: 0;}
.cb3-step-arrow-wrap {
  margin-left: 27px;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: 92px;
}
.cb3-step-arrow {
  color: #ba2127;
  font-size: 1.34rem;
}
.cb3-step-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
  gap: 0.1rem;
  min-width: 0;
}
.cb3-step-title {
  font-weight: 700;
  color: #ba2127;
  font-size: 1.20rem;
  margin-bottom: 0.04rem;
  font-family: 'Merriweather', Georgia, serif;
}
.cb3-step-desc {
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0.03rem;
  line-height: 1.23;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-step-icon-wrap {
  margin-right: 27px;
  margin-left: 0;
  display: flex;
  align-items: center;
  height: 92px;
}
.cb3-step-icon-outer {
  border: 2.1px solid #ba2127;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ba2127;
  font-size: 1.8rem;
  background: #fff;
  margin-left: 12px;
}
.cb3-right-card {
  background: #fff;
  border-radius: 24px;
  min-width: 409px;
  max-width: 470px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}
.cb3-right-card .cb3-badge {
  display: inline-block;
  background: #fff;
  border: 2px solid #232323;
  border-radius: 24px;
  font-size: 1.12rem;
  font-weight: 700;
  color: #222;
  padding: 10px 32px;
  margin-bottom: 1.0rem;
  margin-top: 0.0rem;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-right-card .cb3-desc {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.2rem;
  margin-top: 0.0rem;
  text-align: center;
  line-height: 1.38;
  max-width: 375px;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-right-card .cb3-btn {
  margin-bottom: 1.0rem;
  background: linear-gradient(90deg, #ba2127 60%, #d43239 100%);
  color: #fff;
  border-radius: 22px;
  border: none;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 22px rgba(146, 19, 26, 0.11);
  transition: background .14s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-right-card .cb3-btn i {font-size: 1.24rem;}
.cb3-right-card .cb3-btn:hover {background: #92131a;}
.cb3-right-card .cb3-icon {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 1rem;
}
.cb3-right-card .cb3-top-btn {
  border: 2.1px solid #222;
  border-radius: 30px;
  padding: 7px 19px;
  font-weight: 700;
  font-size: 18px;
  color: #111;
  background: #fff;
  margin-bottom: 1.0rem;
  margin-top: 0.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', Arial, sans-serif;
}
.cb3-right-card .cb3-title {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 800;
  color: #ba2127;
  font-size: 24px;
  margin-bottom: 0.7rem;
  margin-top: 0.0rem;
  text-align: center;
  line-height: 1.15;
}
.cb3-right-card .cb3-btn i {font-size: 1.24rem;}
.cb3-right-card .cb3-btn:hover {background: #92131a;}
/* Responsive adjustments for desktop */
@media (max-width: 1300px) {
  .cb3-steps-list, .cb2-steps-list {min-width: 99vw; max-width: 99vw; width: 99vw;}
  .cb3-row, .cb2-row {gap: 16px;}
  .cb2-left-card, .cb3-right-card {min-width: 99vw; max-width: 99vw; padding: 20px 0.6rem;}
}
/* Place the left card after the steps on mobile (max-width: 900px) */
@media (max-width: 900px) {
  .cb3-row {
    display: flex;
    flex-direction: column;
  }
  /* Default order: card first, steps second */
  .cb3-right-card { order: 1; }   /* Show card after steps */
  .cb3-steps-list { order: 2; }  /* Show steps first */
}
/* ----------------------------------------
   Mobile Cards Redesign
---------------------------------------- */
@media (max-width: 900px) {

  /* Section background image + mobile padding */
  .cbmain-bg {
    
              background: url(/v1/images/card2.png) center top / cover no-repeat;
    min-height: unset;
    padding: 40px 0 50px;
  }

  .cbmain-main-stack { gap: 0 !important; }

  .cb2-row, .cb3-row {
     display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  }

  /* Main cards: white, shadowed, rounded */
  .cb2-left-card,
  .cb3-right-card {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    padding: 14px 8px 16px 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 92vw;
    max-width: 370px!important;
    min-width: unset!important;
    margin: 10px auto 14px auto;
    box-sizing: border-box;
  }

  /* Step lists: no border, no gap */
  .cb2-steps-list, .cb3-steps-list {
    border: none !important;
    gap: 0;
    min-width: 92vw;
    max-width: 370px;
    width: 92vw;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
  }

  /* Steps: individual white cards, shadowed */
  .cb2-step-row,
  .cb3-step-row {
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(146,19,26,0.07), 0 1px 4px rgba(0,0,0,0.04);
    border-radius: 16px;
    padding: 7px 10px 7px 10px !important;
    margin-bottom: 8px;
    border: none !important;
    align-items: center;
    display: flex;
    min-height: unset;
  }

  /* Step icons: round, pale, left */
  .cb2-step-icon, .cb3-step-icon-outer {
    border: none !important;
    background: #f9f2f2 !important;
    width: 42px;
    height: 42px;
    font-size: 1.7rem;
    margin-right: 12px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cb3-step-icon-outer { width: 52px; height: 52px; font-size: 2rem; }

  /* Hide arrows for steps */
  .cb2-step-arrow-wrap, .cb3-step-arrow-wrap { display: none !important; }
.cb2-step-content{
 align-items: flex-start !important;
    text-align: left !important;
    min-width: 0;
    gap: 0.1rem;  
}
.cb3-step-icon-wrap{
  margin-right: 0 !important;
  margin-left: 10px !important;
}
  /* Step text: left-aligned */
   .cb3-step-content {
    align-items: flex-end !important;
    text-align: right !important;
    min-width: 0;
    gap: 0.1rem;
  }
  .cb2-step-title, .cb3-step-title {
    font-size: 1rem;
    margin-bottom: 0.12rem;
    color: #ba2127;
    font-family: 'Merriweather', Georgia, serif;
  }
  .cb2-step-desc, .cb3-step-desc {
    font-size: 0.9rem;
    color: #232323;
    font-family: 'Inter', Arial, sans-serif;
  }

  /* Buttons: big, red, rounded, full width */
  .cb2-btn, .cb3-btn {
    background: linear-gradient(90deg, #ba2127 60%, #d43239 100%) !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 24px;
    border: none !important;
    width: 100%;
    padding: 13px 0 !important;
    box-shadow: 0 2px 12px rgba(146,19,26,0.09);
    margin-top: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-family: 'Inter', Arial, sans-serif;
  }
  .cb2-btn i, .cb3-btn i { font-size: 1.24rem; }

  /* Top/badge buttons: pill style */
  .cb2-top-btn, .cb3-badge {
    background: none transparent !important;
    border-radius: 16px;
    border: 2px solid white !important;
    font-size: 1rem;
    font-weight: 700;
    color: white !important;
    padding: 6px 18px;
    margin-bottom: 0.5rem;
    margin-top: 0.1rem;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* Card titles and descs: centered, bold */
  .cb2-title, .cb3-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: white!important;
    text-align: center;
    margin-bottom: 0.55rem;
    margin-top: 0;
    font-family: 'Merriweather', Georgia, serif;
    line-height: 1.22;
  }
  .cb2-desc, .cb3-desc {
    font-size: 1rem;
    color: white!important;
    font-family: 'Inter', Arial, sans-serif;
    margin-bottom: 0.7rem;
    text-align: center;
    line-height: 1.36;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Main card icons: bigger, centered, red */
  .cb2-icon, .cb3-icon {
    border-radius: 100px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  position: relative;
  }
  .cb2-icon i, .cb3-icon i {
    color: white;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

/* Stronger overlay for very small phones */
@media (max-width: 480px) {
  .cbmain-bg {
    background:
     
      url('v1/images/mobile-hero-bn.png')  cover no-repeat;
  }
  .cb3-right-card {
    min-width: 99vw;
    max-width: 99vw;
  }



}
.bg-gradient-primary {
  background: linear-gradient(90deg, #7b0b14 0%, #d92026 60%, #ff3b3b 100%);
}
.bg-gradient-secondary {
  background: #d92026;
}
.btn-primary {
  background: linear-gradient(90deg, #7b0b14 0%, #d92026 60%, #ff3b3b 100%);
  border: none;
  border-radius: 10px;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(203, 32, 44, 0.3);
}
.form-control {
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid #ddd;
}
.input-group-text {
  border-radius: 8px 0 0 8px;
}





    





