html, body {
  touch-action: manipulation;
}

a, button, .fab-btn {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
/* Default: show on mobile */
#mobileSwiper {
  display: block;
}

/* Hide from 768px to infinite (tablet + desktop) */
@media (min-width: 768px) {
  #mobileSwiper {
    display: none !important;
  }
}

/* Optional: hide desktop layout on mobile */
@media (max-width: 767px) {
  .layout {
    display: none !important;
  }
}

/* Hide floating buttons on mobile devices */
@media (max-width: 768px) {
  .floating-stack {
    display: none !important;
  }
}
/* Mobile font size control */
@media (max-width: 768px) {

.main-heading{
    text-align: justify !important;
    font-size: 19px;

}
.content-grid ul{
    margin-top:-20px !important;
}
.content-grid{
    gap:0px !important;
}
  h1 {
    font-size: 19px !important;
    line-height: 1.3;
  }

  h2 {
    font-size: 20px !important;
    line-height: 1.3;
  }

  h3 {
    font-size: 18px !important;
    line-height: 1.3;
  }

  p,
  li {
    font-size: 16px !important;
    line-height: 1.6;
  }

}


.patient-exp {
  padding: 20px 20px 40px;
  background-color: rgba(240, 240, 240, 0.8);

}
.patient-exp h2{
    font-size:32px;
    text-align: center;
}
.layout {
  display: flex;
  gap: 24px;
}

/* columns */
.col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.col.center { justify-content: center; }
.col.wide { width: 22%; }
.col:not(.wide) { width: 18%; }

/* heights */
.tall { height: 210px; }
.medium { height: 210px; }
.very-tall { height: 450px; }

/* card */
.card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #ddd;
}

/* media */
.card img,
.card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card video {
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}

.card img {
  transition: opacity .3s ease;
}

/* hover video desktop */
@media (hover:hover) {
  .card:hover video { opacity:1; }
  .card:hover img { opacity:0; }
}

/* text */
.card span {
  position:absolute;
  bottom:16px;
  width:100%;
  text-align:center;
  color:#fff;
  font-weight:600;
  z-index:2;
}

/* play icon */
.play-icon {
  position:absolute;
  top:50%;
  left:50%;
  width:56px;
  height:56px;
  border:2px solid #fff;
  border-radius:50%;
  transform:translate(-50%,-50%);
  z-index:2;
}
.play-icon::after {
  content:"";
  position:absolute;
  left:22px;
  top:16px;
  border-left:14px solid #fff;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
}

/* ---------------- MOBILE SWIPER ---------------- */
.swiper { display:none; }

@media(max-width:768px){
  .layout { display:none; }
  .swiper { display:block; }

  .swiper-slide {
    display:flex;
    justify-content:center;
  }

  .card {
width: 95%;
height: 272px !important;
  }
  .treatment-desc{
      text-align: justify;
  }

  .swiper-button-prev,
  .swiper-button-next {
    color:#0a1f44;
  }
}
body{
  font-family:Poppins, Arial, sans-serif;
  margin:0;
}

/* MOBILE MENU */
.mobile-menu-panel{
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
background:#fff;
z-index:9999;
display:none;
overflow:auto;
padding:20px;
}

.mobile-menu{list-style:none;padding:0;margin:0;}
.mobile-menu>li{border-bottom:1px solid #eee;}

.mobile-menu a,
.mobile-menu span{
display:block;
padding:14px 0;
font-size:18px;
color:#333;
text-decoration:none;
cursor:pointer;
}

.has-sub span:after{
content:"▾";
float:right;
}

.sub-menu{display:none;padding-left:12px;}
.sub-menu a{font-size:16px;color:#555;}

/* FOOTER */
.footer {
background:#fff;
padding:0px 40px 20px;
margin-top:50px;
color:#3a3a3a;
}

.footer-wrapper {
max-width:1400px;
margin:auto;
display:grid;
grid-template-columns:1.2fr 1fr 1fr 0.7fr;
column-gap:40px;
}

.logo-col img {margin-bottom:18px;}

.footer-desc {
font-size:15px;
line-height:1.75;
color:#555;
}

.footer-col h4 {
font-size:22px;
font-weight:600;
margin-bottom:18px;
color:#222;
margin-top:0px;
}

.footer-col ul {list-style:none;padding:0;margin:0;}

.footer-col ul li {
font-size:15px;
line-height:1.8;
margin-bottom:6px;
color:#4a4a4a;
}

.footer-bottom {
text-align:center;
margin-top:55px;
font-size:14px;
color:#333;
}

/* RESPONSIVE */
@media (max-width:900px){
.footer-wrapper{grid-template-columns:1fr 1fr;row-gap:40px;}
.footer-desc{max-width:100%;}
}
@media (max-width:500px){
.footer-wrapper{grid-template-columns:1fr;}
}
.newsroom-section {
  padding: 20px 20px 40px;
  background: #f7f9fc;
  font-family: Poppins, Arial, sans-serif;
}

.newsroom-header {
  display: flex;
  justify-content: space-between;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 40px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: grab;
  padding:10px;
}

.slider::-webkit-scrollbar {
  display: none;
}

.news-card {
  scroll-snap-align: start;
  min-width: 420px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.news-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.news-info {
  padding: 0px 22px 22px;
}

.news-info h3 {
  font-size: 18px;
  line-height: 1.45;
}

.news-meta {
  font-size: 13px;
  color: #1f2a60;
  margin-bottom: 14px;
}

.read-more {
  font-weight: 600;
  color: #1f2a60;
  text-decoration: none;
}
.athena-banner-mobile {
  display:block;
}

@media(min-width:768px){
  .athena-banner-mobile {
    display:none;
  }
}

.nav-btn {
  position: absolute;
  top: 38%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1f2a60;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
}

.nav-btn.left { left: 0px; }
.nav-btn.right { right: 0px; }
.treatment-section {
  padding: 20px 20px 40px;
  background: rgba(230, 230, 230, 0.33);
  text-align: center;
}

.treatment-section h2 {
  font-size: 32px;
  color: #0a1f44;
  margin-bottom: 15px;
}

.treatment-desc {
  max-width: 900px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* reuse same slider */
.treatment-slider {
  gap: 40px;
}

/* CARD */
.treatment-card {
  min-width: 220px;
  height: 180px;
  border-radius: 18px;
  box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  background-color: #fff;
  background-image: radial-gradient(#ddd 1px, transparent 1px);
  background-size: 18px 18px;
  transition: 
    background-color 0.3s ease,
    background-image 0.3s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.treatment-card img {
  margin-bottom: 15px;
}

.treatment-card h3 {
  font-size: 18px;
  color: #333;
  text-align: center;
}


.treatment-card:hover {
  background-color: #fbce2fa6;
  background-image: none; /* remove dots */
  transform: translateY(-4px);
  box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.08);
}


.treatment-card.active {
  background-color: #ffd966;
  background-image: none; /* remove dots */
}

/* MOBILE */
@media (max-width: 768px) {
  .treatment-card {
    min-width: 220px;
    height: 200px;
  }

  .treatment-card h3 {
    font-size: 16px;
  }
}

.insurance-section {
  padding: 20px 20px 40px;
  background: #fff;
  text-align: center;
}

.insurance-section h2 {
  font-size: 32px;
  color: #0a1f44;
  margin-bottom: 40px;
}

/* reuse slider gap */
.insurance-slider {
  gap: 30px;
}

/* CARD */
.insurance-card {
min-width: 225px;
height: 103px;
background: #fff;
border-radius: 14px;
box-shadow: 0 1px 11px rgba(0, 0, 0, 0.43);
display: flex;
align-items: center;
justify-content: center;
scroll-snap-align: start;
transition: transform 0.2s ease, box-shadow 0.2s ease;
padding:10px;

}

.insurance-card img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* hover polish */
.insurance-card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.42);
}

/* MOBILE */
@media (max-width: 768px) {
    
    .news-card {
scroll-snap-align: start;
min-width: 313px;
background: #fff;
border-radius: 18px;
box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.newsroom-section {
padding: 20px 20px 33px;
background: #f7f9fc;
font-family: Poppins, Arial, sans-serif;
}
    .news-card img {
width: 100%;
height: 190px;
object-fit: cover;
}
  .insurance-card {
    min-width: 200px;
    height: 120px;
  }
}
.numbers-section {
  padding: 20px 20px 40px;
  background: #fff;
  text-align: center;
}

.numbers-section h2 {
  font-size: 32px;
  color: #0a1f44;
  margin-bottom: 40px;
}

/* DESKTOP GRID */
.numbers-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.number-card {
height: 230px;
border-radius: 18px;
box-shadow: rgba(0, 0, 0, 0.26) 0px 0px 10px;
padding: 0px ;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: rgb(255, 255, 255);
background-image: radial-gradient(rgb(221, 221, 221) 1px, transparent 1px);
background-size: 18px 18px;
transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
}

.number-card img {
  margin-bottom: 12px;
}

.number-card h3 {
font-size: 34px;
color: #1f2a60;
margin: 0px 0 5px;
}

.number-card p {
  font-size: 16px;
  color: #555;
  line-height: 0px;
}

/* HOVER */
.number-card:hover {
  background-color: #fbce2fa6;
  background-image: radial-gradient(rgb(221, 221, 221) 1px, transparent 1px);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.26) 0px 0px 10px;
}

/* hide arrows on desktop */
.numbers-wrapper .nav-btn {
  display: none;
}

/* MOBILE SLIDER MODE */
@media (max-width: 768px) {

  .numbers-slider {
    display: flex;                /* becomes slider */
    gap: 26px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }

  .number-card {
    min-width: 260px;
    scroll-snap-align: start;
  }

  .numbers-wrapper .nav-btn {
    display: block;
  }

}

.faq-section {
padding: 30px 40px;
background: #F6F6F6;
text-align: center;
font-family: Poppins, Arial, sans-serif;
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgba(0, 0, 0, 0.24);

}

.faq-section h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0a1f44;
  margin-bottom: 60px;
}

/* GRID */
.faq-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.faq-column {
  text-align: left;
}

/* ITEM */
.faq-item {
  border-bottom: 1px solid #d6d6d6;
  padding: 18px 0;
}

/* QUESTION */
.faq-item summary {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* ANSWER */
.faq-item p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

/* OPEN STATE */
.faq-item[open] summary {
  color: #0a1f44;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .faq-item summary {
    font-size: 16px;
  }
}
.athena-banner {
  width:100%;
  line-height:0;
}

.athena-banner img{
  width:100%;
  height:auto;
  display:block;
}

.athena-banner-desktop{
  display:block;
}

.athena-banner-mobile{
  display:none;
}

@media(max-width:768px){

  .athena-banner-desktop{
    display:none;
  }

  .athena-banner-mobile{
    display:block;
  }

}


.section-wrapper {
    max-width: 1300px;
    margin: auto;
    padding: 20px 20px 40px;
}

.main-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #0b1e3c;
    line-height: 1.4;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

li {
    margin-bottom: 18px;
    line-height: 1.6;
    font-size: 16px;
}

li strong {
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
    #faq_2{
        margin-top:-30px;
    }
    .main-heading{
        margin-bottom:40px;
    }
}
/* Force hide on tablet & desktop (768px and above) */
@media (min-width: 768px) {
  .mobile-sticky-links {
    display: none !important;
  }
}

.floating-stack{
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  z-index: 9999;
}

/* common */
.fab-btn{
  height: 60px;
  border-radius: 30px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 6px 15px rgba(0,0,0,0.15);
}

/* PHONE BUTTON */
.phone-btn{
  width:190px;              /* 30% less than others */
  background:#0a57c5;
  color:#fff;
  position:relative;
}



.phone-btn::before {
content: "Call Us Now";
position: absolute;
top: -20px;
right: 0;
width: 119px;
height: 27px;
background: #ffffff;
color: #000;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 600;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);

}
/* equal width buttons */
.help-btn,
.whatsapp-btn{
  width:230px;
}

/* colors */
.help-btn{
  background:#ffd43b;
  color:#000;
}

.whatsapp-btn{
  background:#22c55e;
  color:#fff;
}

/* mobile */
@media(max-width:768px){
    .section-wrapper{
        padding:20px 20px;
    }
  .help-btn,
  .whatsapp-btn{ width:200px; }
  .phone-btn{ width:140px; }

  .phone-btn::before{
    width:160px;
    height:34px;
    font-size:13px;
    top:-36px;
  }

  .fab-btn{ height:46px; font-size:14px; }
}
/* testimonial */
.card video {
  position: absolute;
  inset: 0;
  width:100%;
  height:100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

@media (hover:hover) {
  .card:hover video { opacity: 1; }
  .card:hover img { opacity: 0; }
}
========================== -->

.card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 16px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* iframe */
.video-box iframe {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  z-index:2;
}

/* hide image + icon when playing */
.card.playing img,
.card.playing .play-icon {
  display:none;
}

/* play icon centered */
.play-icon {
  position:absolute;

}

.play-icon::before {
  content:"";
  width:48px;
  height:48px;
  background:url("assets/images/icons/play-icon.png") no-repeat center;
  background-size:contain;
}

/* caption */
.card span {
  position:absolute;
  bottom:12px;
  left:12px;
  color:#fff;
  font-size:14px;
  font-weight:600;
  z-index:4;
}

/* swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  width:36px;
  height:36px;
  color:#000;
}

@media(max-width:768px){
  .swiper-button-prev,
  .swiper-button-next{
    display:block;
  }
}

.award-section {
  padding: 60px 20px;
  background: #f7f7f7;
  text-align: center;
}

.award-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0a1f44;
  margin-bottom: 40px;
}

/* Desktop grid */
.award-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card */
.award-card {
  background: 
    url("https://www.athenabhs.com/award.jpg") center no-repeat,
    #fff;
  background-size: 290px auto;
  border-radius: 20px;
  padding: 0px 20px;
  min-height: 130px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-card p {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  line-height: 1.4;
  max-width: 220px;
}

/* ✅ Mobile slider */
@media (max-width: 768px) {
  .award-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 10px;
  }

  .award-card {
    min-width: 85%;
    scroll-snap-align: center;
  }

  .award-wrapper::-webkit-scrollbar {
    display: none;
  }
}


    .award-section {
  padding: 40px 15px;
  text-align: center;
}

.award-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

/* Desktop grid */
.award-viewport {
  overflow: hidden;
}

.award-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.award-card {
background: url("https://www.athenabhs.com/award.jpg") center no-repeat #fff;
background-size: 300px auto;
border-radius: 20px;
margin: 10px;
padding: 0px;
min-height: 130px;
box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
display: flex;
align-items: center;
justify-content: center;
}

.award-card p {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-align: center;
  max-width: 240px;
}

/* arrows hidden desktop */
.award-btn {
  display: none;
}

/* ✅ MOBILE SLIDER */
@media (max-width: 768px) {

  .award-container {
    position: relative;
  }

  .award-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
  }

  .award-card {
    min-width: 90%;
    flex-shrink: 0;
  }

  .award-btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    font-size: 22px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    cursor: pointer;
    z-index: 10;
  }

  .award-btn.left { left: -7px; }
  .award-btn.right { right: 5px; }
}

.treatment-card a{
    text-decoration: none;
}
.visit-popup-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 12px;
  box-sizing: border-box;
}

.visit-popup-box {
  background: #ffffff;
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  padding: 20px 18px 18px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  font-family: system-ui, sans-serif;
}

.visit-popup-close {
  position: absolute;
  right: 10px;
  top: 8px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #555;
}

.visit-popup-title {
  font-size: 18px;
  margin-bottom: 6px;
  color: #003a70;
  font-weight: 700;
}

.visit-popup-text {
  font-size: 12px;
  margin-bottom: 14px;
  color: #555;
}

.visit-field {
  margin-bottom: 10px;
}

.visit-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #333;
}

.visit-field input,
.visit-field textarea {
  width: 96% ;
  padding: 8px 9px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: none;
}

.visit-field textarea {
  height: 60px;
}

.visit-btn-submit {
  padding: 9px 10px;
  font-size: 14px;
  border-radius: 6px;
  background: #003a70;
  color: #fff;
  border: none;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
}

.visit-contact-block {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  text-align: center;
}

.visit-contact-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.visit-contact-link {
  font-size: 12px;
  padding: 7px 16px;
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  border: 2px solid;
}

.visit-contact-link.call-link {
  background: #fcc300;
  border-color: #b58900;
  color: #003a70;
}

.visit-contact-link.whatsapp-link {
  background: #25D366;
  border-color: #1cb85b;
  color: #fff;
}
/**/
    .visit-popup-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 12px;
  box-sizing: border-box;
}

.visit-popup-box {
  background: #ffffff;
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  padding: 20px 18px 18px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  font-family: system-ui, sans-serif;
}

.visit-popup-close {
  position: absolute;
  right: 10px;
  top: 8px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #555;
}

.visit-popup-title {
  font-size: 18px;
  margin-bottom: 6px;
  color: #003a70;
  font-weight: 700;
}

.visit-popup-text {
  font-size: 12px;
  margin-bottom: 14px;
  color: #555;
}

.visit-field {
  margin-bottom: 10px;
}

.visit-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #333;
}

.visit-field input,
.visit-field textarea {
  width: 96%;
  padding: 8px 9px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: none;
}

.visit-field textarea {
  height: 60px;
}

.visit-btn-submit {
  padding: 9px 10px;
  font-size: 14px;
  border-radius: 6px;
  background: #003a70;
  color: #fff;
  border: none;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
}

.visit-contact-block {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  text-align: center;
}

.visit-contact-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.visit-contact-link {
  font-size: 12px;
  padding: 7px 16px;
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  border: 2px solid;
}

.visit-contact-link.call-link {
  background: #fcc300;
  border-color: #b58900;
  color: #003a70;
}

.visit-contact-link.whatsapp-link {
  background: #25D366;
  border-color: #1cb85b;
  color: #fff;
}
.footer-col a{
    color:#000 !important;
    text-decoration: none;
}

/* ===== FORCE FIX BANNER WHITE SPACE ===== */
.visit-popup-wrap {

  position: fixed;
  inset: 0;

  background: rgba(0,0,0,0.5);

  display: none;

  align-items: center;
  justify-content: center;

  z-index: 999999;

  contain: strict; /* prevents layout recalculation */

}

.visit-popup-wrap.active {

  display: flex;

}
/* =========================================================
   ATHENA HELP POPUP — COMPLETE FINAL CSS
   Fixed size: 500px width × 590px height
   Fully isolated, no global conflicts, production safe
   ========================================================= */


/* OVERLAY */

.help-popup-overlay {

  position: fixed;
  inset: 0;

  background: rgba(0, 0, 0, 0.55);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 999999;

  padding: 20px;

}


/* POPUP BOX */

.help-popup-box {

  width: 450px;
  height: 600px;
  max-width: 450px;
  max-height: 600px;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 26px 22px 26px;
  position: relative;
  box-shadow:
  0 25px 70px rgba(0, 0, 0, 0.25),
  0 10px 25px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  box-sizing: border-box;
  animation: athenaPopupFade 0.25s ease;
}


/* FADE ANIMATION */

@keyframes athenaPopupFade {

  from {
    opacity: 0;
    transform: translateY(15px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

}


/* CLOSE BUTTON */

.help-close-btn {

  position: absolute;

  top: 10px;
  right: 14px;

  font-size: 26px;

  background: none;
  border: none;

  cursor: pointer;

  color: #000;

  line-height: 1;

}


/* TITLE */

.help-popup-title {

  text-align: center;

  font-size: 24px;
  font-weight: 700;

  color: #223366;

  margin-bottom: 18px;

  margin-top: 4px;

}


/* FORM LAYOUT */

.help-popup-box form {

  width: 100%;

}


/* FORM GROUP */

.help-form-group {

  margin-bottom: 14px;

}


/* LABEL */

.help-form-group label {

  display: block;

  font-size: 15px;
  font-weight: 600;

  color: #111;

  margin-bottom: 5px;

}


/* INPUT */

.help-form-group input {

  width: 100%;

  height: 30px;

  padding: 10px 12px;

  font-size: 15px;

  background: #ededed;

  border: none;

  border-bottom: 2px solid #222;
 
  outline: none;

  box-sizing: border-box;

}


/* SELECT r*/

.help-form-group select {

  width: 100%;

  height: 40px;

  padding: 8px 12px;

  font-size: 15px;

  background: #ededed;

  border: 1px solid #ccc;

  border-bottom: 2px solid #222;

  border-radius: 8px;

  outline: none;

  cursor: pointer;

  box-sizing: border-box;

}


/* TEXTAREA */

.help-form-group textarea {

  width: 100%;

  height: 50px;

  padding: 10px 12px;

  font-size: 15px;

  background: #ededed;

  border: none;

  border-bottom: 2px solid #222;


  outline: none;

  resize: none;

  box-sizing: border-box;

}


/* SUBMIT BUTTON */

.help-submit-btn {

  width: 100%;

  height: 48px;

  margin-top: 8px;

  font-size: 18px;
  font-weight: 600;

  background: #2f407a;

  color: #ffffff;

  border: none;

  border-radius: 14px;

  cursor: pointer;

  transition: background 0.2s ease;

}

.help-submit-btn:hover {

  background: #223366;

}


/* TRUST TEXT */

.help-trust {

  margin-top: 12px;

  text-align: center;

}

.help-trust p {

  font-size: 14px;

  color: #555;

  margin: 3px 0;

}


/* BODY SCROLL LOCK */

body.help-popup-open {

  overflow: hidden;

}


/* MOBILE RESPONSIVE */

@media (max-width: 768px) {

  .help-popup-box {

    width: 92%;

    height: auto;

    max-height: 90vh;

    padding: 22px 18px;

  }

  .help-popup-title {

    font-size: 24px;

  }

  .help-submit-btn {

    height: 44px;

    font-size: 16px;

  }

  .help-form-group textarea {

    height: 80px;

  }

  .help-trust p {

    font-size: 13px;

  }

}

