/* ==================================================
   MOBILE FIXES / RESPONSIVE OVERRIDES
   File: mobile-fix.css
================================================== */

/* Neuro Care Hospital - comprehensive mobile/responsive stabilization layer */
html,body{max-width:100%;overflow-x:hidden}
body{min-width:0}
img,svg,video,canvas,iframe{max-width:100%}
img{height:auto}
input,select,textarea,button{max-width:100%}
*{min-width:0}

/* Shared header: keep logo/actions inside every viewport */
.v2-header{width:100%;overflow:visible}
.v2-header-inner{position:relative}
.v2-logo{min-width:0;max-width:100%}
.v2-logo img{max-width:100%;object-fit:contain}
.v2-mobile-menu{z-index:1200}
.v2-mobile-menu a{overflow-wrap:anywhere}

/* Long content safety */
.v2-card,.v2-icon-card,.v2-doc-card,.v2-policy-content,.v2-contact-panel,.v2-form-card,
.nc-quick-card,.nc-special-card,.nc-facility-card,.nc-form,.nc-contact-info{min-width:0}
.v2-card h3,.v2-card p,.v2-page-hero h1,.v2-policy-content,.v2-contact-list,
.nc-quick-card strong,.nc-quick-card p,.nc-title,.nc-subtitle,.nc-special-content h3,.nc-special-content p,
.nc-contact-line,.nc-form{overflow-wrap:anywhere;word-break:normal}

/* Tables/documents must never force horizontal page overflow */
.v2-policy-content table,.v2-legacy table,table.responsive-table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse}
.v2-policy-content iframe,.v2-legacy iframe{width:100%!important;max-width:100%!important}

@media (max-width:1180px){
  .v2-header-inner{height:76px;gap:10px}
  .v2-logo{flex:1 1 auto;display:flex;align-items:center;overflow:hidden}
  .v2-logo img{height:auto!important;width:clamp(155px,26vw,220px)!important;max-height:54px!important}
  .v2-call-pill{flex:0 0 auto;margin-left:0!important;min-width:44px;height:44px;padding:0 13px}
  .v2-menu-toggle{flex:0 0 44px!important;width:44px!important;height:44px!important;margin:0;padding:0}
  .v2-mobile-menu{top:76px!important;left:-1px!important;right:-1px!important;width:auto!important;max-height:calc(100dvh - 76px)!important;padding:14px 16px max(24px,env(safe-area-inset-bottom))!important;overscroll-behavior:contain}
  .v2-mobile-menu.open{display:grid!important}
  body.v2-menu-open{overflow:hidden}
}

@media (max-width:760px){
  .v2-container,.nc-container{width:calc(100% - 24px)!important;max-width:1180px!important}
  .v2-header-inner{height:70px;gap:8px}
  .v2-logo img{width:clamp(150px,52vw,205px)!important;max-height:50px!important}
  .v2-call-pill{width:42px!important;height:42px!important;padding:0!important;justify-content:center!important;border-radius:50%!important}
  .v2-call-pill span{display:none!important}
  .v2-menu-toggle{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:12px!important}
  .v2-mobile-menu{top:70px!important;max-height:calc(100dvh - 70px)!important;grid-template-columns:1fr!important;gap:7px!important;padding:12px 12px max(22px,env(safe-area-inset-bottom))!important}
  .v2-mobile-menu a{display:block;padding:12px 13px!important;font-size:14px!important;line-height:1.35!important}
  .v2-mobile-call{padding:13px 14px!important}

  /* Inner page hero */
  .v2-page-hero{min-height:300px!important}
  .v2-page-hero-copy{padding:50px 0!important}
  .v2-page-hero h1{font-size:clamp(34px,10vw,44px)!important;line-height:1.08!important;letter-spacing:-1.1px!important;margin:10px 0 15px!important}
  .v2-page-hero p{font-size:15px!important;line-height:1.65!important}
  .v2-breadcrumb{flex-wrap:wrap;margin-top:18px!important}

  /* Inner page sections/cards */
  .v2-section{padding:58px 0!important}
  .v2-section.compact{padding:48px 0!important}
  .v2-section-head{display:block!important;margin-bottom:28px!important}
  .v2-section-head h2,.v2-title{font-size:clamp(29px,8.5vw,38px)!important;line-height:1.14!important;letter-spacing:-.8px!important}
  .v2-grid-2,.v2-grid-3,.v2-grid-4,.v2-about-split,.v2-contact-grid,.v2-policy-layout,.v2-career-hero-card,.v2-blog-featured,.v2-news-grid,.v2-doc-grid,.v2-award-grid,.v2-mission-grid{grid-template-columns:minmax(0,1fr)!important}
  .v2-card-media{height:210px!important}
  .v2-card-body,.v2-icon-card{padding:20px!important}
  .v2-about-split{gap:30px!important}
  .v2-about-image>img{height:380px!important;border-radius:24px!important}
  .v2-doctor-badge{left:12px!important;right:12px!important;bottom:12px!important;max-width:none!important;padding:12px!important}
  .v2-doctor-badge img{width:60px!important;height:60px!important}
  .v2-feature-list{grid-template-columns:1fr!important}
  .v2-info-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:24px 14px!important;gap:12px!important}
  .v2-stat strong{font-size:28px!important}
  .v2-policy-nav{display:none!important}
  .v2-policy-content{padding:22px!important;border-radius:20px!important}
  .v2-policy-content h2{font-size:21px!important}
  .v2-contact-panel,.v2-form-card{padding:24px!important;border-radius:22px!important}
  .v2-contact-panel h2{font-size:30px!important}
  .v2-form-grid{grid-template-columns:1fr!important}
  .v2-field.full{grid-column:auto!important}
  .v2-field input,.v2-field select,.v2-field textarea{width:100%!important;min-width:0!important}
  .v2-blog-featured img{min-height:230px!important;max-height:330px!important}
  .v2-blog-featured-copy{padding:24px!important}
  .v2-blog-featured h2{font-size:29px!important}
  .v2-news-card img{height:auto!important;max-height:none!important}
  .v2-cta{padding:28px 0 58px!important}
  .v2-cta-box{padding:28px 22px!important;border-radius:24px!important;display:block!important}
  .v2-cta-box h2{font-size:29px!important}
  .v2-cta-box .v2-btn{margin-top:18px!important;width:100%!important;white-space:normal!important;text-align:center!important}

  /* Footer */
  .v2-footer{padding:52px 0 18px!important}
  .v2-footer-grid{grid-template-columns:1fr!important;gap:28px!important}
  .v2-footer-brand img{height:auto!important;max-height:64px!important;max-width:230px!important}
  .v2-footer-bottom{display:block!important;margin-top:32px!important}
  .v2-footer-bottom span{display:block!important;margin:5px 0!important}
  .v2-float-call,.v2-float-wa{right:12px!important;width:48px!important;height:48px!important}
  .v2-float-call{bottom:74px!important}.v2-float-wa{bottom:14px!important}
}

@media (max-width:575px){
  /* Small mobile header: remove competing call control */
  .v2-call-pill{display:none!important}
  .v2-logo img{width:clamp(148px,62vw,198px)!important}
  .v2-header-inner{gap:8px!important}

  /* Homepage hero */
  .nc-hero{min-height:520px!important}
  .nc-hero-slide{background-position:58% center!important}
  .nc-hero-content{padding:58px 0 82px!important;max-width:100%!important}
  .nc-kicker{font-size:10px!important;line-height:1.35!important;padding:7px 10px!important;white-space:normal!important}
  .nc-hero h1{font-size:clamp(34px,11vw,43px)!important;line-height:1.07!important;letter-spacing:-1.2px!important;margin:16px 0!important}
  .nc-hero p{font-size:15px!important;line-height:1.62!important;margin-bottom:24px!important}
  .nc-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .nc-btn{width:100%!important;min-height:50px!important;padding:0 16px!important;white-space:normal!important;text-align:center!important}
  .nc-hero-dots{bottom:24px!important}

  /* Homepage quick cards and sections */
  .nc-quick-wrap{margin-top:-30px!important}
  .nc-quick-grid{grid-template-columns:1fr!important;gap:12px!important}
  .nc-quick-card{padding:16px!important;gap:12px!important;border-radius:18px!important;align-items:flex-start!important}
  .nc-quick-icon{width:50px!important;height:50px!important;flex-basis:50px!important;border-radius:15px!important}
  .nc-quick-card>div:last-child{flex:1 1 auto!important;min-width:0!important}
  .nc-quick-card strong{font-size:16px!important;line-height:1.3!important}
  .nc-section{padding:60px 0!important}
  .nc-section-head{display:block!important;margin-bottom:26px!important}
  .nc-title{font-size:clamp(29px,9vw,36px)!important;line-height:1.13!important;letter-spacing:-.8px!important}
  .nc-subtitle{font-size:15px!important;line-height:1.65!important}
  .nc-section-head .nc-text-link{margin-top:16px!important}

  /* About image/badge */
  .nc-about-grid{grid-template-columns:1fr!important;gap:34px!important}
  .nc-about-media{padding:0!important;max-width:none!important}
  .nc-about-main{height:330px!important;border-radius:24px!important}
  .nc-doctor-card{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;margin-top:12px!important;border-radius:18px!important}
  .nc-doctor-card img{width:62px!important;height:62px!important}
  .nc-checks{grid-template-columns:1fr!important;gap:11px!important}

  /* Homepage cards/grids */
  .nc-special-grid{grid-template-columns:1fr!important;gap:14px!important}
  .nc-special-card{height:275px!important;border-radius:20px!important}
  .nc-special-content{left:16px!important;right:16px!important;bottom:16px!important}
  .nc-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .nc-stat{padding:22px 8px!important}
  .nc-stat strong{font-size:27px!important}
  .nc-stat span{font-size:10.5px!important;line-height:1.4!important}
  .nc-facility-grid{grid-template-columns:1fr!important;grid-template-rows:none!important;gap:14px!important}
  .nc-facility-card,.nc-facility-card:first-child{grid-column:auto!important;grid-row:auto!important;height:245px!important;border-radius:20px!important}
  .nc-facility-label{left:14px!important;right:14px!important;bottom:14px!important;padding:13px 14px!important}
  .nc-facility-label h3{font-size:16px!important}
  .nc-cta{padding:50px 0!important}
  .nc-cta-box{padding:30px 20px!important;border-radius:22px!important}
  .nc-cta-content{display:block!important}
  .nc-cta-content .nc-btn{margin-top:18px!important}
  .nc-contact-grid{grid-template-columns:1fr!important;gap:16px!important}
  .nc-contact-info,.nc-form{padding:23px 18px!important;border-radius:20px!important}
  .nc-contact-line{gap:10px!important}
  .nc-form-grid{grid-template-columns:1fr!important}
  .nc-field.full{grid-column:auto!important}
  .nc-field input,.nc-field textarea,.nc-field select{width:100%!important;min-width:0!important}
  .nc-floating{right:10px!important;bottom:12px!important}
  .nc-float-btn{width:46px!important;height:46px!important}

  /* Legacy speciality/facility detail pages */
  body.v2-legacy .about,body.v2-legacy .services,body.v2-legacy .gallery,body.v2-legacy .contact,body.v2-legacy .blog{padding:38px 0!important}
  body.v2-legacy .container{width:calc(100% - 24px)!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}
  body.v2-legacy .row{margin-left:0!important;margin-right:0!important}
  body.v2-legacy [class*="col-"]{float:none!important;width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important}
  body.v2-legacy .about-left,body.v2-legacy .about-right,body.v2-legacy .service-left,body.v2-legacy .service-right,body.v2-legacy .contact-grid{float:none!important;width:100%!important;max-width:100%!important;padding:20px!important;margin:0!important;border-radius:20px!important}
  body.v2-legacy .about h1{font-size:clamp(26px,8.5vw,34px)!important;line-height:1.2!important;margin:0 0 18px!important}
  body.v2-legacy .about h2,body.v2-legacy .about h3{line-height:1.25!important}
  body.v2-legacy .ab{display:block!important;padding:0!important;overflow:visible!important}
  body.v2-legacy .about-pic,body.v2-legacy .welcome-pic{float:none!important;width:100%!important;max-width:100%!important;margin:0 0 18px!important}
  body.v2-legacy .about-pic img,body.v2-legacy .welcome-pic img{width:100%!important;height:auto!important;max-height:360px!important;object-fit:cover!important;border:0!important;border-radius:16px!important}
  body.v2-legacy .about-content,body.v2-legacy .ab-content,body.v2-legacy .abt-lft,body.v2-legacy .abt-rgt{float:none!important;width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}
  body.v2-legacy p,body.v2-legacy li{font-size:14.5px!important;line-height:1.72!important;overflow-wrap:anywhere!important}
  body.v2-legacy ul,body.v2-legacy ol{padding-left:20px!important}
  body.v2-legacy .gallery-left,body.v2-legacy .g-left{float:none!important;width:100%!important;max-width:100%!important}
  body.v2-legacy .gallery img{height:auto!important}
  body.v2-legacy form,body.v2-legacy input,body.v2-legacy select,body.v2-legacy textarea{width:100%!important;max-width:100%!important}
}

@media (max-width:420px){
  .v2-container,.nc-container{width:calc(100% - 20px)!important}
  .v2-header-inner{height:66px!important}
  .v2-logo img{width:clamp(142px,66vw,188px)!important;max-height:46px!important}
  .v2-menu-toggle{width:40px!important;height:40px!important;flex-basis:40px!important}
  .v2-mobile-menu{top:66px!important;max-height:calc(100dvh - 66px)!important}
  .v2-page-hero{min-height:275px!important}
  .v2-page-hero h1{font-size:clamp(31px,10vw,38px)!important}
  .v2-info-strip{grid-template-columns:1fr!important}
  .v2-doctor-badge{position:static!important;margin-top:12px!important}
  .v2-about-image>img{height:320px!important}
  .v2-policy-content,.v2-contact-panel,.v2-form-card{padding:18px!important}
  .v2-card-body,.v2-icon-card,.v2-doc-card{padding:18px!important}
  .v2-gallery{columns:1!important}
  .nc-hero{min-height:500px!important}
  .nc-hero h1{font-size:clamp(32px,10.8vw,39px)!important}
  .nc-stat-grid{grid-template-columns:1fr!important}
  .nc-stat{border-bottom:1px solid var(--border)!important}
  .nc-stat:last-child{border-bottom:0!important}
  .nc-stat:after{display:none!important}
  .nc-about-main{height:300px!important}
  .nc-special-card{height:255px!important}
  .nc-facility-card,.nc-facility-card:first-child{height:225px!important}
  .nc-contact-info,.nc-form{padding:20px 16px!important}
}

@media (max-width:350px){
  .v2-logo img{width:145px!important}
  .v2-menu-toggle{width:38px!important;height:38px!important;flex-basis:38px!important}
  .v2-page-hero h1{font-size:30px!important}
  .nc-hero h1{font-size:31px!important}
  .nc-kicker{font-size:9px!important}
  .nc-quick-card{padding:14px!important}
  .nc-quick-icon{width:46px!important;height:46px!important;flex-basis:46px!important}
}

/* Landscape phones: keep menu usable and hero compact */
@media (max-height:520px) and (orientation:landscape) and (max-width:900px){
  .v2-mobile-menu{max-height:calc(100dvh - 66px)!important}
  .nc-hero{min-height:470px!important}
  .nc-hero-content{padding:42px 0 72px!important}
}

/* Final mobile usability polish */
@media (min-width:761px) and (max-width:1180px){
  .v2-mobile-menu{max-height:calc(100dvh - 118px)!important}
}
@media (max-width:760px){
  input,select,textarea{font-size:16px!important} /* prevents iOS focus zoom */
  .v2-menu-toggle,.v2-call-pill,.v2-mobile-menu a,.v2-btn,.nc-btn{min-height:44px}
  .v2-float-call,.v2-float-wa,.nc-float-btn{bottom:max(14px,env(safe-area-inset-bottom))}
  .v2-float-call{bottom:calc(max(14px,env(safe-area-inset-bottom)) + 60px)!important}
  .v2-float-wa{bottom:max(14px,env(safe-area-inset-bottom))!important}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .nc-reveal,.v2-reveal{opacity:1!important;transform:none!important}
}

/* Legacy treatment/facility pages: remove float math before it can overflow tablets */
@media (max-width:900px){
  body.v2-legacy .ab{display:block!important;overflow:visible!important}
  body.v2-legacy .about-pic,body.v2-legacy .welcome-pic,
  body.v2-legacy .about-content,body.v2-legacy .ab-content,
  body.v2-legacy .abt-lft,body.v2-legacy .abt-rgt{
    float:none!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important
  }
  body.v2-legacy .about-pic,body.v2-legacy .welcome-pic{margin-top:0!important;margin-bottom:20px!important}
  body.v2-legacy .about-pic img,body.v2-legacy .welcome-pic img{width:100%!important;height:auto!important;max-height:430px!important;object-fit:cover!important;border-radius:18px!important}
}

/* ==================================================
   FINAL RESPONSIVE OPTIMIZATION - ALL PAGES
   Keeps all layouts inside the viewport on desktop,
   tablet and mobile devices.
================================================== */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{width:100%;margin:0;overflow-x:hidden}
.v2-container,.nc-container{max-width:100%}
.v2-main-nav,.v2-header-inner,.v2-footer-grid,.v2-grid-2,.v2-grid-3,.v2-grid-4{min-width:0}
a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}

/* Header Appointment CTA - perfectly centered */
.v2-call-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:8px!important;
  line-height:1!important;
}
.v2-call-pill span{display:inline-flex;align-items:center;justify-content:center;line-height:1}
.v2-mobile-call{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:9px!important;
}

/* ==================================================
   APPOINTMENT PAGE - EXTRA COMPACT DESKTOP CARD
================================================== */
.v2-appointment-booking-section{padding:42px 0 52px!important}
.v2-appointment-booking-grid{
  max-width:980px!important;
  grid-template-columns:minmax(250px,.68fr) minmax(0,1.32fr)!important;
  gap:18px!important;
  align-items:start!important;
}
.v2-appointment-info-card{padding:23px!important;border-radius:20px!important}
.v2-appointment-info-card h2{font-size:25px!important;margin:6px 0 9px!important}
.v2-appointment-info-card p{font-size:13px!important;line-height:1.55!important;margin-bottom:12px!important}
.v2-appointment-info-card .v2-contact-row{margin-top:12px!important;padding-top:12px!important;gap:10px!important}
.v2-appointment-info-card .v2-contact-row i{width:36px!important;height:36px!important;border-radius:10px!important}
.v2-appointment-info-card .v2-contact-row span,
.v2-appointment-info-card .v2-contact-row a{font-size:12.5px!important;line-height:1.45!important}

.v2-appointment-form-card{
  max-width:650px!important;
  width:100%!important;
  padding:21px 24px 22px!important;
  border-radius:20px!important;
  margin:0 auto!important;
}
.v2-appointment-form-card>.v2-eyebrow{font-size:10px!important;padding:6px 9px!important}
.v2-appointment-form-card>h2{font-size:25px!important;margin:5px 0 2px!important}
.v2-appointment-form-intro{font-size:12px!important;margin:0 0 12px!important;line-height:1.45!important}
.v2-appointment-form-card .v2-form-grid{gap:9px 11px!important}
.v2-appointment-form-card .v2-field{gap:4px!important}
.v2-appointment-form-card .v2-field label{font-size:11.5px!important;line-height:1.25!important}
.v2-appointment-form-card .v2-field input,
.v2-appointment-form-card .v2-field select,
.v2-appointment-form-card .v2-field textarea{
  min-height:40px!important;
  padding:8px 11px!important;
  border-radius:10px!important;
  font-size:13px!important;
  line-height:1.3!important;
}
.v2-appointment-form-card .v2-field textarea{min-height:54px!important;max-height:86px!important;resize:vertical}
.v2-appointment-form-card .appointment-submit-btn{min-height:43px!important;padding:10px 16px!important;font-size:13px!important}
.v2-appointment-form-card .v2-form-note{font-size:10px!important;line-height:1.35!important;margin-top:5px!important}

/* Tablet optimization */
@media (max-width:900px){
  .v2-appointment-booking-grid{
    max-width:720px!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .v2-appointment-form-card{order:1!important;max-width:680px!important}
  .v2-appointment-info-card{order:2!important;max-width:680px!important;margin:0 auto!important;width:100%!important}
}

/* Mobile optimization */
@media (max-width:760px){
  .v2-appointment-booking-section{padding:28px 0 38px!important}
  .v2-appointment-booking-grid{gap:14px!important}
  .v2-appointment-form-card,
  .v2-appointment-info-card{width:100%!important;max-width:100%!important}
  .v2-appointment-form-card{padding:18px 15px 19px!important;border-radius:18px!important}
  .v2-appointment-info-card{padding:19px 16px!important;border-radius:18px!important}
  .v2-appointment-form-card>h2{font-size:23px!important}
  .v2-appointment-form-intro{margin-bottom:11px!important}
  .v2-appointment-form-card .v2-form-grid{grid-template-columns:1fr!important;gap:9px!important}
  .v2-appointment-form-card .v2-field.full{grid-column:auto!important}
  .v2-appointment-form-card .v2-field input,
  .v2-appointment-form-card .v2-field select,
  .v2-appointment-form-card .v2-field textarea{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    font-size:16px!important;
    padding:9px 11px!important;
  }
  .v2-appointment-form-card .v2-field textarea{min-height:62px!important}
  .v2-appointment-form-card .appointment-submit-btn{width:100%!important;min-height:46px!important;white-space:normal!important}
  .v2-appointment-info-card h2{font-size:23px!important}
  .v2-page-hero{min-height:250px!important}
  .v2-page-hero-copy{padding:38px 0!important}
}

@media (max-width:575px){
  /* Appointment remains clearly accessible inside the centered mobile menu. */
  .v2-mobile-call{width:100%!important;min-height:46px!important;border-radius:12px!important}
  .v2-appointment-form-card{box-shadow:0 14px 34px rgba(21,83,118,.11)!important}
}

@media (max-width:380px){
  .v2-container,.nc-container{width:calc(100% - 18px)!important}
  .v2-appointment-form-card{padding:16px 12px 17px!important}
  .v2-appointment-info-card{padding:17px 13px!important}
  .v2-appointment-form-card>h2{font-size:21px!important}
  .v2-mobile-menu{padding-left:9px!important;padding-right:9px!important}
}

/* ==================================================
   MOBILE HEADER - APPOINTMENT BUTTON WITH LABEL
   Keeps the Appointment CTA readable beside logo and menu icon.
================================================== */
@media (max-width:760px){
  .v2-header-inner{
    gap:6px!important;
  }
  .v2-logo{
    min-width:0!important;
    flex:1 1 auto!important;
  }
  .v2-logo img{
    width:clamp(128px,43vw,175px)!important;
    max-width:100%!important;
  }
  .v2-call-pill{
    width:auto!important;
    min-width:104px!important;
    height:40px!important;
    padding:0 12px!important;
    border-radius:999px!important;
    gap:6px!important;
    flex:0 0 auto!important;
    white-space:nowrap!important;
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:0!important;
  }
  .v2-call-pill i{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:13px!important;
    line-height:1!important;
  }
  .v2-call-pill span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .v2-menu-toggle{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
  }
}

@media (max-width:390px){
  .v2-header-inner{
    gap:5px!important;
  }
  .v2-logo img{
    width:clamp(118px,39vw,145px)!important;
  }
  .v2-call-pill{
    min-width:96px!important;
    height:38px!important;
    padding:0 10px!important;
    gap:5px!important;
    font-size:11px!important;
  }
  .v2-call-pill i{
    font-size:12px!important;
  }
  .v2-menu-toggle{
    width:38px!important;
    height:38px!important;
    flex-basis:38px!important;
  }
}

@media (max-width:340px){
  .v2-logo img{
    width:112px!important;
  }
  .v2-call-pill{
    min-width:88px!important;
    padding:0 8px!important;
    font-size:10.5px!important;
  }
  .v2-call-pill i{
    display:none!important;
  }
}
