*{
    margin: 0;

}
html {
  scroll-behavior: smooth;
}
.pre-nav{
    background:linear-gradient(90deg, #11342e, #9cc3ca); 
    color: white;
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    font-size: 14px;
}
body{
    background-color: #f0f4f4;
     font-family: 'Poppins', sans-serif;
      /* padding-top: 140px; */
}
.contact-num,.time{
    display: inline-block;
}

.contact-num{
    margin-left: 20px;
}

.pre-nav-items {
    position: absolute;
    right: 30px;
}
/* .logo{
    margin-left: 15px;
} */

.logo {
    margin-top: 5px;
    margin-left: 15px;
    width: 150px;
    height: 110px;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  box-shadow: 0 4px 8px 0 rgb(172 172 172 / 20%),
              0 6px 20px 0 rgb(156 156 156 / 19%);
  background-color: #ffffff;
  position: relative;                /* 👈 important */
}
.nav-items{
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 9;
    /* margin-right: 60px; */
}

.nav-item{
    text-decoration: none;
    color: #123a3f;;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.nav-item:active{
    color:black
}
.nav-item:visited{
    color:black
}
.weekend{
  padding-left: 30px;
}
/* .book-appointment-link{
    display: block;
    text-decoration: none;   
    cursor: pointer;
}
.content-book-appointment-link{
    display: block;
    text-decoration: none;  
    width: 0px; 
} */

/* .book-appointment-btn{
    text-decoration: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 150px;
    background: linear-gradient(90deg, #11342e, #9cc3ca);
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
}
.book-nav{
    text-decoration: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 160px;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #5D8183;
}
.book{
    text-decoration: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 160px;
    background: linear-gradient(90deg, #11342e, #9cc3ca);
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
} */
.main-content {
    width: 77%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 6% 0 0 12%;

}
.content {
  flex: 1;
}

.tagline {
  display: inline-block;
  padding: 6px 14px;
   /* background:linear-gradient(90deg, #11342e, #9cc3ca);  */
    background-color: #52877e;
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.head {
  font-size: 48px;
  font-weight: 700;
  color: #222;
  margin: 10px 0;
}

.head span {
  color: #466f6a;
}

.short-des {
  font-size: 20px;
  font-weight: 500;
  color: #444;
}

.long-des {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 20px 0;
  width: 70%;
}

.controls {
  display: flex;
  gap: 20px;
  margin: 25px 0;
}

.btn {
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
   font-family: 'Poppins', sans-serif;
}

/* .btn.book {
  background: #007bff;
  color: white;
} */

/* .btn.book:hover {
  background: #0056b3;
} */

/* .btn.learn {
  border: 2px solid #20544a;
  color: black;
} */

/* .btn.learn:hover {
  background:linear-gradient(90deg, #11342e, #9cc3ca); 
  color: #fff;
}

.stats {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}

.stats strong {
  font-size: 24px;
  color: #155353;
}

.image img {
  width: 400px;
  max-width: 100%;
}
.services {
    text-align: center;
    margin-top: 7rem;
    width: 97%;
    margin-left: 20px;
}

.services-header .badge {
  background-color: #52877e;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.services-header h1 {
  font-size: 3.2rem;
  margin: 15px 0;
}

.services-header h1 span {
  color:#466F6A;
}

.services-header p {
  max-width: 600px;
  font-size: 20px;
  margin: 0 auto;
  color: #555;
} */

/* .service-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
  flex-wrap: wrap;
}
*/
/* .service-card{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 50px;
    width: 250px;
    text-align: center;
    transition: transform 0.3s ease;
}
.service-card p{
  text-align: left;
}
.service-card-head{
    color:#466F6A;
    margin-bottom: 20px;
    text-align: left;
} */
/* .service-list{
   margin-top:20px;
   text-align: justify;
   padding-left: 20px;

} */

/* .service-list {
   margin-top: 20px;
   padding-left: 18px; 
   text-align: left;   
} */
/* .learn-more{
    margin-top: 20px;
    text-decoration: none;
    color: #52877e;
    font-weight: 600;
    border: 2px solid #52877e;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
} */
/* .learn-more:hover{
    background:linear-gradient(90deg, #11342e, #9cc3ca); 
    color: #fff;
    border: none;
} */

/* .service-list li::marker {
  color: #1c6357; 
  font-size: 1rem; 
} */

/* .service-list li {
  margin-bottom: 8px;
  line-height: 1.5;
} */

/* .read-more-btn,.hide-btn{
    border: none;
    margin-top: 50px;
    width: 200px;
    text-decoration: none;
    color: #f8f8f8;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    background-color: #5D8183;
} */

/* .book-appointment-btn{
    width: 180px;
    text-align: center;
    text-decoration: none;
    color: #5D8183;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

    background:rgb(255, 255, 255);
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
} */

/* .call-now{
    text-align: center;
    text-decoration: none;
    color: white;
    border: 2px solid rgb(61 87 80);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
} */
/* 

.booking-content {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 40px 30px 40px 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 70%;
    background-color: #5D8183;
} */

/* .booking-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 20px;
} */

/* .booking-controls{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.booking-head{
    color: white;
}

.booking-des{
    color: white;
} */




/* -----------------------------------------------------------------------*/

/* .why-choose-cards{
    width: 90%;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    gap: 20px;
}

.why-choose-card .card{
   border: 1px solid #ccc;
}

.why-choose{
  
    margin-top: 50px;
}
.why-choose-container{
width: 80%;
text-align: center;

}

.intro{
    width: 60%;
    margin-left: 19%;
}
.why-choose{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon{
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
   background: linear-gradient(90deg, #11342e, #9cc3ca);
    align-items: center;
    margin-bottom:20px ;
} */

/* .card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.choose-head{
    color: #5D8183;
}
.why-choose-container-des{
    color: #5D8183;
}

.card p,.intro{
    color: rgb(97, 97, 97);
} */

/* ---------------------------------------- */

.footer {
      background-color: #204143;
  color: #fff;
  padding: 70px 20px 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col h2 {
  font-weight: 700;
  line-height: 1.3;
}

.footer-col .sub {
  font-size: 0.9rem;
  color: #9fcfe0;
  letter-spacing: 1px;
}

.footer-col .tagline {
  margin: 10px 0;
  font-weight: 600;
  color: #ffffff;
}

.footer-col .desc {
  color: #cfd8dc;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-col h3 {
  margin-bottom: 15px;
 color: #c3ccce;
  font-size: 1.1rem;
}

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

.footer-col ul li {
  margin-bottom: 10px;
  color: #cfd8dc;
  font-size: 0.9rem;
}



.footer-col ul li a {
  color: #cfd8dc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #00bcd4;
}

.socials a {
  color: #fff;
  margin-right: 12px;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.socials a:hover {
  color: #00bcd4;
}

.book-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background-color: #467d84;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s;
}

.book-btn:hover {
  background-color: #114c55;
}

.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid #103238;
  padding-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #b0bec5;
}
/* .about{
  width: 90%;
} */
.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: #b0bec5;
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #4f797c;
}

.footer-logo{
    width: 200px;
    margin-bottom: 10px;
}

.footer-loction,.footer-call,.footer-mail,.footer-experience{
    width: 20px;
    margin-right: 10px;
}

.footer-col ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-col {
  width: 100%;
  max-width: 300px; /* jitna tum chaaho */
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.registration-form{
    width: 40%;
    margin: auto;
    padding: 20px 0 20px 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
.male{
    margin-left: 20px;
}
.married{
    margin-left: 20px;
}
.address{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* width: 55%; */
}
.issue{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* width: 40%; */
}
.textarea-address,.textarea-issue{
    resize: none;
    margin-left:15px ;
}

.appointment-head{
    display: flex;
    justify-content: center;
    align-items: center;    
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #103238;
}
.form-div{
    margin-top: 10px;
}

.registration-form input{
   
    border: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 8px;

    
}
textarea{
    border-radius: 8px;
}

#pat-name{
 width: 68%;
}
.gender-label{
  margin-left: 30px;
}

#residential-Address{
  padding: 10px;
  width: 60%;
}
#disease-type{
  padding: 10px;
  width: 68%;
}

#contact-num{
  width: 42%;
}

#email{
  width: 57%;
}
#referal-name{
  width: 70%;
}
#referal-contact{
  margin-top: 15px;
  width: 56%;
}
.verify-btn{
  display: inline-block;
  margin-left: 30px;
  padding: 5px 30px;
  /* border: 1px solid rgb(21, 106, 99); */
  border-radius: 5px;
  font-weight: 600;
  background-color: #204143;
  background-color: #5D8183;
  color: white;
}

.registration-section{
    margin-top: 100px;
    margin-bottom: 100px;
}


.submit-btn-issue{
    border: none;
    margin-top: 20px;
    margin-left: 30%;
    width: 40%;
    text-decoration: none;
    color: #f8f8f8;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    background-color: #204143;
}

.close-registration-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
/* ---------------------------------------------------- appointment section -------------------------------------------------------- */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f3f6f8;
}

.appointment-container {
  max-width: 720px;
  margin: 40px auto;
  padding: 32px 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.appointment-container h2 {
  text-align: center;
  margin-bottom: 24px;
  color: #123a3f;
  font-weight: 600;
}

.appointment-form fieldset {
  border: 1px solid #d5dde2;
  border-radius: 6px;
  padding: 16px 18px 12px;
  margin-bottom: 18px;
}

.appointment-form legend {
  padding: 0 6px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #123a3f;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
#payment-appointment-row{
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 12px;
}
/* #date-time-label{
  margin-left: 100px;
} */
#payment-label{
  margin-right: 10px;
}
.form-row.two-cols {
  flex-direction: row;
  gap: 16px;
}

.form-row.two-cols > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 0.9rem;
  color: #233745;
}

label span {
  color: #d12c2c;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #c3ccd3;
  font-size: 0.9rem;
  outline: none;
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  border-color: #216772;
  box-shadow: 0 0 0 2px rgba(33, 103, 114, 0.12);
}

textarea {
  resize: none;
}

.inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.88rem;
}

.inline-options label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.input-with-button {
  display: flex;
  gap: 8px;
  flex-direction: column;

}

.input-with-button input {
  flex: 1;
}

.primary-btn,
.secondary-btn,.contactsecondary-btn,.emailsecondary-btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}

.primary-btn {
  background-color: #7ba5ab;
  cursor: pointer;
  color: #ffffff;
}

.primary-btn:hover {
  background-color: #54888f;
}

.secondary-btn, .contactsecondary-btn, .emailsecondary-btn {
    background-color: #859ea4;
    color: white;
}

.secondary-btn:hover{
  background-color: #9cb4b9;
}

.form-actions {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .appointment-container {
    margin: 16px;
    padding: 20px;
  }

  .form-row.two-cols {
    flex-direction: column;
  }
}
.outer-otp-div{
  display: flex;
  justify-content: space-between;
}
.otp-div{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 49%;
}

.contact-otp-input,.mail-otp-input{
  width: 50%;
}


.hide{
  display: none;
}
.show{
  display: flex;
  justify-content: space-between;
  gap: 16px;
}


.email-input-outer,.contact-input-outer{
  display: flex;
  justify-content: space-between;
  gap: 8px; 
}

.btn-disabled {
  cursor: default;
}
.btn-able{
  cursor: pointer;
}
/* #appointmentDateTime{
  margin-left: 15px;
} */


/* .services-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}

.service-window {
  overflow: hidden;
  width: 100%;
  padding: 10px;
}

.service-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
} */

/* Existing .service-card styles rehne do,
   sirf width fix kar do taaki slider sahi chale */
/* .service-card {
    flex: 0 0 calc(18% - 18px);
} */

/* Arrows */
/* .carousel-btn {
  border: none;
  background: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #215960;
  font-size: 20px;
} */

/* .carousel-btn:disabled {
  opacity: 0.4;
  cursor: default;
} */

/* Responsive: 1 card per view on mobile */
@media (max-width: 768px) {
  .service-card {
    flex: 0 0 100%;
  }
}
#map {
    margin-left: 10%;
    width: 90%;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

/* ------------------------------------------------------------------------------------------- media queries------------------------- */


/* existing pre-nav theek hai; sirf small screens me wrap */
@media (max-width: 970px) {
  .pre-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 10px;
    font-size: 12px;
  }
  .pre-nav-items {
    position: static;
    margin-top: 4px;
  }
  .nav-item {
    width: auto;         /* 100% ki jagah */
    display: inline-block;
    font-size: 15px;
  }
}

/* main nav base (desktop) */
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  box-shadow: 0 4px 8px 0 rgb(172 172 172 / 20%), 0 6px 20px 0 rgb(156 156 156 / 19%);
  background-color: #ffffff;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 120px;
  height: auto;
  margin: 0;
}

.site-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #123a3f;
  font-size: 16px;
}

.nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
  /* margin-right: 20px; */
}

.nav-item {
  text-decoration: none;
  color: #123a3f;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* hamburger button default hidden (desktop) */
.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  color: #123a3f;
}

/* ---------- Tablet & Mobile ---------- */

@media (max-width: 992px) {
  .site-name {
    font-size: 14px;
  }
}

@media (max-width: 970px) {
  .main-nav {
    padding: 8px 10px;
  }

  .logo {
    width: 80px;
  }

  .site-name {
    font-size: 13px;
  }
  
  .nav-items {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;                      /* 👈 nav ke bilkul neeche */
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0 16px;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    z-index: 9;
  }

  .nav-items.open {
    max-height: 280px;
    padding-bottom: 10px;
  }

 
  .nav-item {
    width: auto;         /* 100% ki jagah */
    display: inline-block;
    font-size: 15px;
  }
  .nav-items a:first-child {
    margin-top: 15px;
  }
  /* show hamburger, hide menu initially */
  .nav-toggle {
    display: block;
  }

   .about{
    margin-top:20px ;
  }

  .information{
    margin-top: 20px;
  }

  .nav-items.open {
    max-height: 280px;   /* enough for all links */
    padding-bottom: 10px;
  }

  .nav-item {
    width: 100%;
    font-size: 15px;

  }
  
  #google_translate_element {
    margin-top: 4px;
  }
}



@media (max-width: 1114px){

  .pre-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 10px;
    font-size: 12px;
  }
  .pre-nav-items {
    position: static;
    margin-top: 4px;
  }
}

.nav-item.information {
  position: relative;
  padding: 8px 14px;
  border-radius: 999px;
  color: #e5e7eb;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}

.nav-item.information::before {
  content: "";
  width: 63px;
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #4f46e5, #22c55e, #eab308);
  background-size: 200% 200%;
  border-radius: inherit;
  z-index: -1;
  animation: infoGlow 4s ease-in-out infinite;
}


.nav-item.information:hover::before,
.nav-item.information:focus-visible::before {
  animation: none;
  background: #5D8183;
}

.nav-item.information:hover,
.nav-item.information:focus-visible {
  color: #ffffff;
}


@keyframes infoGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ------------------ MOBILE FORM FIX ------------------ */
@media (max-width: 768px) {

  /* overall container */
  .appointment-container {
    margin: 12px;
    padding: 18px 16px;
  }

  /* ALL rows stack vertically */
  .form-row,
  .form-row.two-cols {
    flex-direction: column !important;
    gap: 10px;
  }

  /* payment + datetime row fix */
  #payment-appointment-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  /* remove dangerous margins */
  #date-time-label,
  #appointmentDateTime {
    margin-left: 0 !important;
  }

  /* inputs full width */
  input,
  textarea,
  select {
    width: 100% !important;
  }

  /* inline radios wrap nicely */
  .inline-options {
    flex-wrap: wrap;
    gap: 10px;
  }

  /* contact + email */
  .contact-input-outer,
  .email-input-outer {
    flex-direction: column;
    gap: 8px;
  }

  /* OTP layout (future safe) */
  .outer-otp-div,
  .otp-div {
    flex-direction: column;
    width: 100%;
  }

  /* submit button */
  .form-actions button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}
/* --------------------------------------------------- event-------------------------------------------- */


.pre-nav2 {
  position: relative;
  overflow: hidden;
  padding: 30px 16px;
  background: linear-gradient(90deg, #0f766e, #22c55e, #0ea5e9);
  background-size: 200% 200%;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  animation: bannerGradient 8s ease-in-out infinite;
}

/* halka glow line bottom */
.pre-nav2::after {
  content: "";
  position: absolute;
  left: -20%;
  bottom: 0;
  width: 40%;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(4px);
  animation: bannerGlow 4s linear infinite;
}

/* text thoda sa float + fade */
.pre-nav2-text {
  display: inline-block;
  white-space: nowrap;
  animation: bannerText 6s ease-in-out infinite;
}

/* gradient background motion */
@keyframes bannerGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* neeche se light line slide */
@keyframes bannerGlow {
  0%   { transform: translateX(-50%); opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { transform: translateX(350%); opacity: 0; }
}

/* text subtle up‑down + opacity */
@keyframes bannerText {
  0%,100% { transform: translateY(0); opacity: 0.9; }
  50%     { transform: translateY(-2px); opacity: 1; }
}

@media (max-width: 768px) {
  .pre-nav2 {
    font-size: 12px;
    padding: 8px 10px;
  }
  .pre-nav2-text {
    white-space: normal;
  }
}
