.breadcrumb-area .title span {
    color: var(--thm-black);
    font-size: 46px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
}

.serach-button-style1 {
    position: relative;
    /* display: block; */
    margin-left: 30px;
    margin-right: -30px;
}
ul.lists li {
    list-style: disc;
    margin-left: 16px;
}

/*floating-icon-css*/
  .float-bar {
      position: fixed;
      left: 20px;
      top: 75%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 12px;
      z-index: 9999;
    }
 
    .float-btn {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      text-decoration: none;
      position: relative;
      /*animation: floatBob var(--fb-dur, 3s) ease-in-out infinite;*/
      animation-delay: var(--fb-delay, 0s);
      transition: transform 0.2s ease;
    }
 
    .float-btn:hover { transform: translateX(8px) scale(1.12) !important; }
 
    .float-btn-tip {
      position: absolute;
      left: 62px;
      top: 50%;
      transform: translateY(-50%);
      background: #1a1a2e;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 5px 11px;
      border-radius: 8px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.18s;
    }
 
    .float-btn-tip::before {
      content: '';
      position: absolute;
      left: -6px;
      top: 50%;
      transform: translateY(-50%);
      border: 6px solid transparent;
      border-right-color: #1a1a2e;
      border-left: 0;
    }
 
    .float-btn:hover .float-btn-tip { opacity: 1; }
 
    @keyframes floatBob {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-10px); }
    }
 
    .float-google    { background: #fff;     color: #4285f4; border: 1px solid #e0e0e0; box-shadow: 0 6px 20px rgba(66,133,244,.30); }
    .float-instagram { background: #e1306c;  color: #fff;    box-shadow: 0 6px 20px rgba(225,48,108,.45); }
    .float-whatsapp  { background: #25d366;  color: #fff;    box-shadow: 0 6px 20px rgba(37,211,102,.40); }
    .float-call      { background: #076382;  color: #fff;    box-shadow: 0 6px 20px rgba(52,168,83,.45); }
    .float-facebook { background: #0ca2d5;  color: #fff;    box-shadow: 0 6px 20px rgba(52,168,83,.45); }
    .float-youtube { background: #e53a10;  color: #fff;    box-shadow: 0 6px 20px rgba(52,168,83,.45); }
 
 .dc-body {
    padding: 1.2rem 1.5rem 1.4rem;
    background: #fff;
    border-radius: 0 0 14px 14px;  /* ✅ rounds the bottom corners */
}
.dc-input#dc-treatment {
    direction: ltr;
}
.dc-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.6); z-index:9999; align-items:center; justify-content:center; padding:15px; }
.dc-card {
    background: #fff;
    border-radius: 14px;
    width: 90%;
    max-width: 500px;
    overflow: visible;  /* ✅ changed from hidden to visible */
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.dc-header {
    background: linear-gradient(135deg, #00a3d4, #52c0e1);
    padding: 1rem 1.5rem;
    position: relative;
        border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.dc-close { position:absolute; top:12px; right:14px; background:rgba(255,255,255,0.2); border:none; color:#fff; font-size:18px; width:28px; height:28px; border-radius:50%; cursor:pointer; line-height:1; }
.dc-header-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgb(255 255 255 / 95%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dc-header-top { display:flex; align-items:center; gap:10px; }
.dc-header-sub { font-size:10px; font-weight:600; color:rgba(255,255,255,0.75); text-transform:uppercase; letter-spacing:1.2px; margin:0 0 2px; }
.dc-header-title { font-size:17px; font-weight:600; color:#fff; margin:0; line-height: 1.5; }
.dc-badges { display:flex; gap:6px; margin-top:10px; }
.dc-badge { background:rgba(255,255,255,0.18); color:#fff; font-size:10px; padding:2px 10px; border-radius:20px; }
.dc-body { padding:1.2rem 1.5rem 1.4rem; }
.dc-fields { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.dc-field-full { grid-column: span 2; }
.dc-field label { font-size:12px; font-weight:600; color:#555; display:block; margin-bottom:5px; }
.dc-input { width:100%; box-sizing:border-box; height:40px; padding:0 12px; border-radius:8px; border:1.5px solid #e0e0e0; font-size:13px; color:#222; background:#fff; outline:none; transition:border-color 0.2s; }
.dc-input:focus { border-color:#1aa1d1; }
.dc-input::placeholder { color:#aaa; }
.dc-error { font-size:12px; color:#de2c12; margin:8px 0 0; display:none; }
.dc-wa-btn { margin-top:12px; width:100%; height:44px; border-radius:8px; background:#25D366; border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:10px; font-size:14px; font-weight:600; color:#fff; }
.dc-wa-btn:hover { background:#1ebe5d; }
.dc-footer-note { font-size:11px; color:#999; text-align:center; margin:8px 0 0; }

 .dc-select-wrap { position:relative; }
.dc-select-selected {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1.5px solid #e0e0e0;
    font-size: 13px;
    color: #aaa;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}
.dc-select-selected.chosen { color: #222; }
.dc-select-selected:hover { border-color: #1aa1d1; }
.dc-arrow { font-size: 10px; color: #aaa; transition: transform 0.2s; }
.dc-select-list {
    position: absolute;
    bottom: 44px; /* ✅ opens UPWARD */
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #1aa1d1;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99999;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    display: none;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.1);
}
.dc-select-list.open { display: block; }
.dc-select-list li {
    padding: 9px 14px;
    font-size: 13px;
    color: #222;
    cursor: pointer;
}
.dc-select-list li:hover { background: #e8f7fd; color: #1aa1d1; }


 .dr-wrap {
      background: #96d5ef17;
      padding: 36px 32px 40px;
      border-radius: 12px;
      max-width: 1280px;
      margin: 0 auto;
    }
 
    .dr-heading {
      /*font-family: 'Playfair Display', serif;*/
      font-size: 32px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 10px;
    }
 
    .dr-redline {
      width: 52px;
      height: 3px;
      background: #1d9fcf;
      border-radius: 2px;
      margin-bottom: 28px;
    }
 
    .dr-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 28px;
    }
 
    .dr-tab {
      padding: 10px 22px;
      border-radius: 30px;
      font-size: 13.5px;
      font-weight: 500;
      cursor: pointer;
      border: 1.5px solid #1d9fcf;
      /*font-family: 'DM Sans', sans-serif;*/
      background: #fff;
      color: #1d9fcf;
      transition: background 0.2s, color 0.2s;
    }
 
    /*.dr-tab:hover {*/
    /*  background: #f5d5d3;*/
    /*}*/
 
    .dr-tab.dr-active {
      background: #1d9fcf;
      color: #fff;
    }
 
    .dr-panel {
      display: none;
      flex-direction: column;
      gap: 13px;
    }
 
    .dr-panel.dr-active {
      display: flex;
    }
 
  .dr-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 17px;
    color: #2a2a2ab0;
    line-height: 1.6;
}
 
    .dr-chk {
      width: 22px;
      height: 22px;
      min-width: 22px;
      border-radius: 5px;
      background: #1d9fcf;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
    }
    
     .dr-phi-section {
      /*background: #f9f0f0;*/
      border-radius: 16px;
      padding: 44px 36px 40px;
      max-width: 1225px;
      margin: 0 auto;
    }
 
    .dr-phi-top-label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }
 
    .dr-phi-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #10a0d4;
      flex-shrink: 0;
    }
 
    .dr-phi-label-text {
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #10a0d4;
      font-weight: 500;
    }
 
    .dr-phi-heading {
      /*font-family: var(--thm-font-2);*/
      font-size: 38px;
      font-weight: 600;
      color: #1a1a1a;
      line-height: 1.15;
      margin-bottom: 6px;
    }
 
    .dr-phi-redline {
      width: 50px;
      height: 3px;
      background: #10a0d4;
      border-radius: 2px;
      margin-bottom: 28px;
    }
 
    .dr-phi-quote-wrap {
      border-left: 3px solid #10a0d4;
      padding-left: 20px;
      margin-bottom: 36px;
      border-radius: 0;
    }
 
    .dr-phi-quote {
      /*font-family: 'Cormorant Garamond', serif;*/
      font-size: 17px;
      font-style: italic;
      /*color: #2a2a2a;*/
      line-height: 1.75;
      font-weight: 500;
    }
 
    .dr-phi-pillars {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }
 
    @media (max-width: 600px) {
      .dr-phi-pillars {
        grid-template-columns: 1fr;
      }
      .dr-phi-heading {
        font-size: 28px;
      }
      .dr-phi-section {
        padding: 28px 20px 28px;
      }
    }
 
    .dr-phi-pillar {
      background: #fff;
      border-radius: 12px;
      padding: 22px 18px 20px;
      border: 1px solid #f0dada;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
 
    .dr-phi-icon-wrap {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #fbeaea;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
 
    .dr-phi-icon-wrap svg {
      width: 22px;
      height: 22px;
    }
 
    .dr-phi-pillar-title {
      font-size: 14px;
      font-weight: 500;
      color: #1a1a1a;
      line-height: 1.3;
    }
 
    .dr-phi-pillar-desc {
      font-size: 12.5px;
      color: #666;
      line-height: 1.6;
    }
 
    .dr-phi-bottom {
      margin-top: 28px;
      padding-top: 22px;
      border-top: 1px solid #f0dada;
      display: flex;
      align-items: center;
      gap: 14px;
    }
 
    .dr-phi-avatar {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: #c0392b;
      display: flex;
      align-items: center;
      justify-content: center;
      /*font-family: 'Cormorant Garamond', serif;*/
      font-size: 17px;
      font-weight: 600;
      color: #fff;
      flex-shrink: 0;
    }
 
    .dr-phi-sig-name {
      font-size: 14px;
      font-weight: 500;
      color: #1a1a1a;
    }
 
    .dr-phi-sig-title {
      font-size: 12px;
      color: #888;
      margin-top: 2px;
    }
    
    
    
     .dr-team-section {
      /*font-family: 'DM Sans', sans-serif;*/
      padding: 48px 0;
      max-width: 1175px;
      margin: 0 auto;
    }
 
    /* ── TOP ROW ── */
    .dr-team-top {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: flex-start;
      margin-bottom: 36px;
    }
 
    /* Image */
    .dr-team-img-box { position: relative; }
    .dr-team-img-box img {
      width: 100%;
      border-radius: 16px;
      display: block;
      object-fit: cover;
    }
 
    /* Content */
    .dr-team-content {
      display: flex;
      flex-direction: column;
      gap: 18px;
      justify-content: center;
      padding-top: 8px;
    }
 
    .dr-team-top-tag { display: flex; align-items: center; gap: 8px; }
    .dr-team-tag-dot { width: 8px; height: 8px; border-radius: 50%; background: #c0392b; }
    .dr-team-tag-txt {
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #c0392b;
      font-weight: 500;
    }
 
    .dr-team-name {
      /*font-family: 'Cormorant Garamond', serif;*/
      font-size: 48px;
      font-weight: 700;
      color: #1a1a1a;
      line-height: 1.1;
    }
 
    .dr-team-redline {
      width: 48px;
      height: 3px;
      background: #c0392b;
      border-radius: 2px;
      margin-top: 10px;
    }
 
    .dr-team-creds {
      font-size: 14px;
      color: #888;
      margin-top: 8px;
    }
 
    .dr-team-spec-row { display: flex; flex-direction: column; gap: 6px; }
    .dr-team-spec-item { display: flex; align-items: flex-start; gap: 10px; }
    .dr-team-spec-bar {
      width: 3px;
      min-height: 18px;
      background: #c0392b;
      border-radius: 2px;
      flex-shrink: 0;
      margin-top: 3px;
    }
    .dr-team-spec-text { font-size: 13.5px; color: #333; font-weight: 500; line-height: 1.5; }
 
    .dr-team-desc { font-size: 17px; color: #555; line-height: 1.85; color: #2a2a2ab0;}
 
    /* ── BOTTOM ROW ── */
    .dr-team-bottom {
      /*background: #f9f0f0;*/
      border-radius: 16px;
      padding: 32px 36px;
      border: 1px solid #f0dada;
      /*display: grid;*/
      /*grid-template-columns: 1fr 1fr;*/
      /*gap: 36px;*/
    }
 
    .dr-team-bottom-desc { font-size: 14px; color: #555; line-height: 1.85; }
    .dr-team-bottom-desc + .dr-team-bottom-desc { margin-top: 16px; }
 
    .dr-team-fellow-title {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #c0392b;
      font-weight: 500;
      margin-bottom: 16px;
      padding-bottom: 10px;
      border-bottom: 1px solid #f0dada;
    }
 
    .dr-team-fellow-list { display: flex; flex-direction: column; gap: 10px; }
    .dr-team-fellow-item { display: flex; gap: 10px; align-items: flex-start; }
    .dr-team-fellow-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #c0392b;
      flex-shrink: 0;
      margin-top: 6px;
    }
    .dr-team-fellow-text { font-size: 13.5px; color: #555; line-height: 1.6; }
 
    /* Responsive */
    @media (max-width: 768px) {
      .dr-team-top { grid-template-columns: 1fr; gap: 28px; }
      .dr-team-bottom { grid-template-columns: 1fr; padding: 24px 20px; }
      .dr-team-name { font-size: 36px; }
    }
    
    
    
    .main-slider.style1 .sub-title .ban-title-1 {
    color: var(--thm-base);
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-transform: none;
    font-family: var(--thm-font);
}
.main-slider .content .big-title .ban-main-title {
    color: var(--thm-black);
    font-size: 85px;
    line-height: 1.20em;
    font-weight: 200;
    text-transform: capitalize;
        font-family: var(--thm-font-2);
}
.main-slider .content .big-title .ban-main-title span {
    position: relative;
    display: inline-block;
}
.main-slider .content .big-title .ban-main-title span:before {
    position: absolute;
    top: -140px;
    left: 80px;
    font-size: 70px;
    line-height: 70px;
    transform: rotate(45deg);
    color: var(--thm-base);
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}
.main-slider .content .big-title .ban-main-title span img {
    position: absolute;
    top: -5px;
    right: -25px;
    width: auto;
}
.callto-action__conent p.below-ban {
    color: #b0bcc2;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-font);
}
.form-style1__image-box .overlay-content .cta-sec {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--thm-font-2);
}
.cta-sec {
    /*color: #ffffff;*/
    font-size: 24px;
    font-weight: 400;
    font-family: var(--thm-font-2);
}
.contact-style1__content-box .cta-2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--thm-font);
}
.cro-cta-buttons a:hover {
    color: #fff;
}
.btns-box.review {

    display: flex;
    align-items: center;
    justify-content: center;
}
 .btns-box.review .dental-practice-style1-content-btn {
    position: relative;
    display: block;
    margin-top: 0px;
    line-height: 0;
}

  /* Responsive */
    @media (max-width: 991px) {
        .btns-box.review {

    display: block;
    align-items: center;
    justify-content: center;
}
 .btns-box.review .dental-practice-style1-content-btn {
    position: relative;
    display: block;
    margin-top: 0px;
    line-height: 0;
}
        
.main-slider .content .big-title .ban-main-title span:before {
    position: absolute;
    top: -285px;
    left: 0px;
    font-size: 70px;
    line-height: 70px;
    transform: rotate(45deg);
    color: var(--thm-base);
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}
.main-slider .content .big-title .ban-main-title {
    color: var(--thm-black);
    font-size: 45px;
    line-height: 1.20em;
    font-weight: 200;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
}
    }
    
    
@media (max-width: 1199px){

    .about-style1__content .sec-title{
        display: none;
    }

}

.single-footer-widget .our-company-info ul li a:hover {
    color: #ffffff;
}


/* ── Timing Bar ── */
.ms-timing-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #0ea5e9;
  border-radius: 12px 12px 0 0;
  padding: 18px 30px;
}
.ms-timing-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
}
.ms-timing-text p {
  margin: 0;
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ms-timing-text h3 {
    margin: 4px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-top: 5px;
        font-family: 'DM Sans';
}

/* ── Contact Grid ── */
/*.ms-contact-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  gap: 12px;*/
/*  background: #1a2e44;*/
/*  border-radius: 0 0 12px 12px;*/
/*  padding: 20px 30px 24px;*/
/*}*/

.ms-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    background: #1a2e44;
    border-radius: 0 0 12px 12px;
    padding: 20px 30px 24px;
    margin-bottom: -75px;
    z-index: 9999;
    position: relative;
}
.ms-contact-card {
  border-radius: 12px;
  padding: 16px 20px;
  text-decoration: none;
  display: block;
  transition: opacity 0.2s;
}
.ms-contact-card:hover { opacity: 0.85; }

.ms-whatsapp  { background: #ffffff17; }
.ms-reception { background: #ffffff17; }
.ms-doctor    { background: #ffffff17; }

.ms-card-icon {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
}
.ms-card-label {
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.ms-card-number {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.ms-card-cta {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}

/* ── Mobile Responsive ── */
@media (max-width: 600px) {
  .ms-contact-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .ms-timing-bar {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }
  .ms-timing-text h3 {
    font-size: 15px;
  }
}




/*vision-mssion-css*/

 .ms-section {
      padding: 4rem 2rem;
      max-width: 1340px;
      margin: 0 auto;
    }
 
    .ms-badge {
      display: inline-block;
      background: #00a4d5;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 20px;
      margin-bottom: 0.75rem;
    }
 
    .ms-heading {
      font-size: 32px;
      font-weight: 700;
      color: #1a1a1a;
      margin: 0 0 0.4rem;
    }
 
    .ms-sub {
      font-size: 13px;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin: 0 0 2.5rem;
    }
 
    .vm-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
      margin-bottom: 2.5rem;
    }
 
    .vm-card {
      background: #fff;
      border: 1px solid #f0f0f0;
      border-radius: 12px;
      padding: 1.5rem;
      border-top: 3px solid #00a3d4;
    }
 
.vm-card-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #00a3d4;
    font-weight: 600;
    margin: 0 0 0.6rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
 
    .vm-card-label i {
      font-size: 15px;
    }
 
    .vm-card-text {
      font-size: 18px;
      line-height: 1.8;
      color: #555;
      margin: 0;
      /*font-style: italic;*/
    }
 
    .divider {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin: 2rem 0 1.5rem;
    }
 
    .divider-line {
      flex: 1;
      height: 1px;
      background: #eee;
    }
 
    /*.divider-label {*/
    /*  font-size: 12px;*/
    /*  text-transform: uppercase;*/
    /*  letter-spacing: 0.12em;*/
    /*  color: #999;*/
    /*  white-space: nowrap;*/
    /*}*/
    
    
    .divider-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #838080;
    white-space: nowrap;
    font-weight: 600;
}
 
    .values-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
      gap: 1rem;
    }
 
    .val-card {
      background: #00a3d40a;
      border-radius: 10px;
      padding: 1.25rem;
      border-left: 3px solid #00a3d4;
    }
 
    .val-icon {
      font-size: 22px;
      color: #e8001d;
      margin-bottom: 0.5rem;
    }
 
    .val-title {
      font-size: 20px;
      font-weight: 600;
      color: #1a1a1a;
      margin: 0 0 0.4rem;
    }
 
    .val-text {
      font-size: 18px;
      line-height: 1.65;
      color: #666;
      margin: 0;
    }
 
    @media (max-width: 640px) {
      .vm-grid { grid-template-columns: 1fr; }
      .ms-heading { font-size: 24px; }
    }
    
    
    /*contact page css*/
    
.nice-select {
    position: relative;
    display: block;
    -webkit-tap-highlight-color: transparent;
    background-color: #edf3f2;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: left;
    font-family: inherit;
    color: #808288;
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    line-height: 48px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: -webkit-fill-available;
}



 .jw-section {
    font-family: 'DM Sans', sans-serif;
    background: #f0f8fc;
    padding: 96px 72px;
    position: relative;
    overflow: hidden;
  }
 


 
  .jw-inner {
    max-width: 1160px;
    margin: 0 auto;
  }
 
  /* ── Heading ── */
  .jw-eyebrow {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #00a3d4;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .jw-eyebrow span {
    display: block;
    width: 32px; height: 1px;
    background: #00a3d4;
    opacity: 0.5;
  }
 
  .jw-title {
    font-family: var(--thm-font-2);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 300;
    color: #0a2a36;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 8px;
  }
  .jw-title em {
    font-style: italic;
    color: #e53a10;
  }
 
  .jw-subtitle {
    text-align: center;
    font-size: 20px;
    color: #5a7a88;
    line-height: 1.7;
    margin-bottom: 52px;
  }
 
  /* ── Step track ── */
  .jw-track {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
  }
 
  .jw-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 130px;
    flex-shrink: 0;
    cursor: pointer;
  }
 
  .jw-ring {
    width: 68px; height: 68px;
    border-radius: 50%;
    border: 2px solid #b8dce8;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: border-color 0.4s, transform 0.4s;
  }
  .jw-ring-inner {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: #e8f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--thm-font-2);
    font-size: 20px;
    font-weight: 300;
    color: #8ab8c8;
    transition: background 0.4s, color 0.4s;
  }
  .jw-label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    color: #8ab8c8;
    text-align: center;
    line-height: 1.5;
    transition: color 0.4s;
  }
 
  /* active state — blue */
  .jw-node.jw-active .jw-ring  { border-color: #00a3d4; transform: scale(1.1); }
  .jw-node.jw-active .jw-ring-inner { background: #00a3d4; color: #fff; }
  .jw-node.jw-active .jw-label { color: #00a3d4; }
 
  /* done state — red */
  .jw-node.jw-done .jw-ring  { border-color: #e53a10; }
  .jw-node.jw-done .jw-ring-inner { background: #e53a10; color: #fff; }
  .jw-node.jw-done .jw-label { color: #e53a10; }
 
  /* ── Connectors ── */
  .jw-connector {
    flex: 1;
    height: 2px;
    background: #d0e9f2;
    position: relative;
    overflow: hidden;
  }
  .jw-connector-fill {
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 0%;
    background: #00a3d4;
  }
 
  /* ── Detail card ── */
  .jw-card {
    background: #fff;
    border: 1.5px solid #d0e9f2;
    border-left: 4px solid #00a3d4;
    border-radius: 0 12px 12px 0;
    padding: 36px 40px;
    min-height: 120px;
    transition: opacity 0.4s, transform 0.4s;
  }
  .jw-card-row {
    display: flex;
    align-items: flex-start;
    gap: 22px;
  }
  .jw-card-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: #e8f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a3d4;
    flex-shrink: 0;
  }
  .jw-card-tag {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e53a10;
    margin-bottom: 8px;
  }
  .jw-card-title {
    font-family: var(--thm-font-2);
    font-size: 26px;
    font-weight: 400;
    color: #0a2a36;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .jw-card-body {
    font-size: 20px;
    color: #4a6a78;
    line-height: 1.85;
  }
 
  /* ── Controls ── */
  .jw-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
  }
  .jw-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 4px;
    cursor: pointer;
    border: 1.5px solid;
    transition: all 0.2s;
  }
  .jw-btn-prev {
    background: #fff;
    border-color: #b8dce8;
    color: #5a7a88;
  }
  .jw-btn-prev:hover:not(:disabled) {
    border-color: #00a3d4;
    color: #00a3d4;
  }
  .jw-btn-prev:disabled { opacity: 0.3; cursor: default; }
 
  .jw-btn-next {
    background: #00a3d4;
    border-color: #00a3d4;
    color: #fff;
  }
  .jw-btn-next:hover:not(:disabled) { background: #0091bc; }
  .jw-btn-next:disabled { opacity: 0.35; cursor: default; }
 
  .jw-btn-play {
    background: #fff;
    border-color: #e53a10;
    color: #e53a10;
    min-width: 96px;
  }
  .jw-btn-play:hover { background: #fef2ef; }
 
  .jw-progress-bar {
    flex: 1;
    max-width: 180px;
    height: 3px;
    background: #d0e9f2;
    border-radius: 2px;
    overflow: hidden;
  }
  .jw-progress-fill {
    height: 100%;
    background: #00a3d4;
    transition: width 0.4s ease;
  }
  .jw-counter {
    font-size: 12px;
    color: #8ab8c8;
    min-width: 32px;
    text-align: center;
  }
 
  /* ── Responsive ── */
  @media (max-width: 900px) {
    .jw-section { padding: 64px 28px; }
    .jw-track { flex-wrap: wrap; gap: 20px; }
    .jw-connector { display: none; }
    .jw-node { width: calc(50% - 10px); }
    .jw-card { padding: 24px 20px; }
    .jw-card-row { flex-direction: column; }
  }
  @media (max-width: 480px) {
    .jw-node { width: 100%; }
  }


 .wc-section {
    background: #fff;
    padding: 80px 40px;
    font-family: inherit;
  }
 
  .wc-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
 
  /* ── Two-column grid ── */
  .wc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0,163,212,0.10);
  }
 
  /* ══════════ LEFT PANEL ══════════ */
  .wc-left {
    background: #00a3d4;
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
 
  /* decorative circles */
  .wc-left::before {
    content: '';
    position: absolute;
    top: -50px; left: -50px;
    width: 160px; height: 160px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
  }
  .wc-left::after {
    content: '';
    position: absolute;
    bottom: -70px; right: -70px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
  }
 
  .wc-left-tag {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
        margin-top: -14rem;
  }
  .wc-left-tag::before {
    content: '';
    display: block;
    width: 24px; height: 3px;
    background: #e53a10;
    border-radius: 2px;
  }
 
  .wc-heading {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
  }
  .wc-heading em {
    font-style: italic;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
  }
 
  .wc-desc {
    font-size: 20px;
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
  }
 
  /* Doctor card */
  .wc-dr-card {
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .wc-dr-avatar {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: #e53a10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
  }
  .wc-dr-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
  }
  .wc-dr-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.68);
    line-height: 1.5;
  }
 
  /* Badges */
  .wc-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .wc-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 20px;
    padding: 5px 13px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
  }
 
  /* ══════════ RIGHT PANEL ══════════ */
  .wc-right {
    background: #f5fbfd;
    padding: 52px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
 
  .wc-right-tag {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00a3d4;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .wc-right-tag::before {
    content: '';
    display: block;
    width: 20px; height: 3px;
    background: #e53a10;
    border-radius: 2px;
  }
 
  /* Reason items */
  .wc-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #daeef5;
  }
  .wc-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .wc-item:first-child {
    padding-top: 0;
  }
 
  .wc-item-icon {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: #e8f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a3d4;
    flex-shrink: 0;
  }
  .wc-item-icon.wc-red {
    background: #fef0ec;
    color: #e53a10;
  }
 
  .wc-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2a36;
    margin-bottom: 2px;
  }
  .wc-item-body {
    font-size: 20px;
    color: #4a6a78;
    line-height: 1.6;
  }
 
  /* ── Responsive ── */
  @media (max-width: 860px) {
    .wc-section { padding: 56px 20px; }
    .wc-grid { grid-template-columns: 1fr; }
    .wc-left { padding: 40px 28px; }
    .wc-right { padding: 36px 28px; }
    .wc-heading { font-size: 24px; }
    .wc-badges { gap: 6px; }
  }
  @media (max-width: 480px) {
    .wc-badge { font-size: 10px; padding: 4px 10px; }
    .wc-item-icon { width: 30px; height: 30px; }
  }
  
  .pc-section {
    background: #fff;
    padding: 80px 40px;
    font-family: inherit;
  }
 
  .pc-inner {
    max-width: 960px;
    margin: 0 auto;
  }
 
  /* ── Heading ── */
  .pc-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00a3d4;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .pc-eyebrow::before,
  .pc-eyebrow::after {
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background: #e53a10;
    border-radius: 2px;
  }
 
  .pc-title {
    font-size: 26px;
    font-weight: 100;
    color: #0a2a36;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .pc-title em {
    font-style: italic;
    color: #00a3d4;
    font-weight: 400;
  }
 
  .pc-subtitle {
    font-size: 20px;
    color: #5a7a88;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
 
  /* ── Stats strip ── */
  .pc-stats {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 36px;
  }
  .pc-stat {
    flex: 1;
    padding: 20px 16px;
    text-align: center;
    background: #00a3d4;
  }
  .pc-stat:nth-child(2) { background: #0091bc; }
  .pc-stat:nth-child(3) { background: #e53a10; }
 
  .pc-stat-num {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
  }
  .pc-stat-lbl {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
  }
 
  /* ── Table ── */
  .pc-table-wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d0e9f2;
    margin-bottom: 24px;
  }
 
  .pc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
 
  .pc-table thead tr {
    background: #0a2a36;
  }
  .pc-table thead th {
    padding: 15px 22px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
  }
  .pc-table thead th:nth-child(2) { color: #7dd8f0; }
  .pc-table thead th:nth-child(3) { color: #ffb8a8; }
 
  .pc-table tbody tr {
    border-bottom: 1px solid #e4f3f8;
    transition: background 0.2s;
  }
  .pc-table tbody tr:last-child { border-bottom: none; }
  .pc-table tbody tr:hover { background: #f0fafd; }
 
  .pc-table td {
    padding: 18px 22px;
    vertical-align: middle;
  }
 
  /* Treatment name */
  .pc-table td:first-child {
    font-weight: 700;
    color: #0a2a36;
    font-size: 15px;
  }
 
  /* India price pill */
  .pc-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #e8f6fb;
    border: 1px solid #b8dce8;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #007aa0;
    white-space: nowrap;
  }
  .pc-pill svg { flex-shrink: 0; }
 
  /* Abroad price */
  .pc-abroad-wrap { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
  .pc-abroad {
    font-size: 15px;
    color: #7a9aaa;
    white-space: nowrap;
  }
  .pc-save-badge {
    display: inline-block;
    background: #fef0ec;
    border: 1px solid #f5c4b4;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #e53a10;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }
 
  /* ── Footer note ── */
  .pc-note {
    background: #f5fbfd;
    border-left: 4px solid #00a3d4;
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
    font-size: 20px;
    color: #3a6070;
    line-height: 1.75;
  }
  .pc-note strong { color: #0a2a36; }
 
  /* ── Responsive ── */
  @media (max-width: 768px) {
    .pc-section { padding: 56px 20px; }
    .pc-stats { flex-direction: column; border-radius: 10px; }
    .pc-stat { padding: 16px; }
    .pc-table { font-size: 12px; }
    .pc-table td, .pc-table th { padding: 12px 14px; }
    .pc-pill { font-size: 15px; padding: 4px 10px; }
    .pc-title { font-size: 22px; }
    .pc-abroad-wrap { flex-direction: column; align-items: flex-start; gap: 4px; }
  }
 
  @media (max-width: 520px) {
    .pc-table thead th:nth-child(3),
    .pc-table td:nth-child(3) { display: none; }
  }
  
  
  
  .ct-section {
    background: #eaf6fb;
    padding: 80px 40px;
    font-family: inherit;
    position: relative;
    overflow: hidden;
  }
 
  /* soft decorative circles */
  .ct-section::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 380px; height: 380px;
    border-radius: 50%;
    background: rgba(0,163,212,0.07);
    pointer-events: none;
  }
  .ct-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(229,58,16,0.05);
    pointer-events: none;
  }
 
  .ct-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
 
  /* ── GRID: text left, illustration right ── */
  .ct-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 64px;
    align-items: center;
  }
 
  /* ══════════ LEFT TEXT ══════════ */
  .ct-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #b8dce8;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #00a3d4;
    margin-bottom: 20px;
    width: fit-content;
  }
  .ct-tag-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #e53a10;
    flex-shrink: 0;
  }
 
  .ct-heading {
    font-size: 30px;
    font-weight: 100;
    color: #0a2a36;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .ct-heading em {
    font-style: italic;
    font-weight: 400;
    color: #00a3d4;
  }
 
  .ct-divider {
    width: 48px; height: 3px;
    background: #e53a10;
    border-radius: 2px;
    margin: 20px 0;
  }
 
  .ct-body {
    font-size: 20px;
    color: #3a6070;
    line-height: 1.85;
    margin-bottom: 12px;
  }
 
  .ct-body2 {
    font-size: 20px;
    color: #5a7a88;
    line-height: 1.85;
    margin-bottom: 32px;
  }
 
  /* CTA Buttons */
  .ct-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
 
  .ct-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #e53a10;
    color: #fff;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
    line-height: 1;
  }
  .ct-btn-primary:hover { background: #cc3210; }
 
  .ct-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    color: #00a3d4;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #00a3d4;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-family: inherit;
    line-height: 1;
  }
  .ct-btn-secondary:hover {
    background: #00a3d4;
    color: #fff;
  }
 
  /* Trust items */
  .ct-trust {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .ct-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #7a9aaa;
    font-weight: 600;
  }
  .ct-trust-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #00a3d4;
    flex-shrink: 0;
  }
 
  /* ══════════ RIGHT ILLUSTRATION ══════════ */
  .ct-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  /* big light circle behind illustration */
  .ct-illus-bg {
    position: absolute;
    width: 340px; height: 340px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #d0e9f2;
  }
 
  .ct-illus-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px; height: 340px;
  }
 
  /* Floating stat cards */
  .ct-float {
    position: absolute;
    background: #fff;
    border: 1px solid #d0e9f2;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 4;
    min-width: 130px;
  }
  .ct-float.f1 { top: 10px;   right: -10px; }
  .ct-float.f2 { top: 100px;  left: -16px; }
  .ct-float.f3 { bottom: 50px; right: -10px; }
 
  .ct-float-icon {
    width: 34px; height: 34px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .ct-float-icon.blue { background: #e8f6fb; color: #00a3d4; }
  .ct-float-icon.red  { background: #fef0ec; color: #e53a10; }
 
  .ct-float-num {
    font-size: 14px;
    font-weight: 700;
    color: #0a2a36;
    line-height: 1;
    font-family: inherit;
  }
  .ct-float-lbl {
    font-size: 10px;
    color: #5a7a88;
    font-weight: 500;
    margin-top: 2px;
    font-family: inherit;
  }
 
  .ct-illus-badge {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #e53a10;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px 18px;
    border-radius: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: inherit;
    z-index: 5;
  }
 
  /* ── Responsive ── */
  @media (max-width: 900px) {
    .ct-section { padding: 60px 20px; }
    .ct-grid { grid-template-columns: 1fr; gap: 48px; }
    .ct-right { margin: 0 auto; }
    .ct-heading { font-size: 24px; }
    .ct-btns { flex-direction: column; align-items: flex-start; }
  }
  @media (max-width: 480px) {
    .ct-heading { font-size: 21px; }
    .ct-illus-bg, .ct-illus-wrap { width: 280px; height: 280px; }
    .ct-float.f1 { right: -4px; }
    .ct-float.f2 { left: -4px; }
    .ct-float.f3 { right: -4px; }
  }
  