*{
    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;
}
.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: 10px 10px;
    /* background-color: white; */
    box-shadow: 0 4px 8px 0 rgb(172 172 172 / 20%), 0 6px 20px 0 rgb(156 156 156 / 19%);
}
.nav-items{
    display: flex;
    align-items: center;
    gap: 30px;
    /* margin-right: 60px; */
}

.nav-item{
    text-decoration: none;
    color: #123a3f;;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.nav-item:active{
    color:#123a3f
}
.nav-item:visited{
    color:#123a3f
}
.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;
    flex-wrap: wrap-reverse;
    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: 90%;
}

.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: 500px;
  max-width: 100%;
  min-width: 280px;  /* 👈 min size */
}
.services {
    text-align: center;
    margin-top: 7rem;
    width: 97%;
    margin-left: 1.5%;
}

.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; /* normal list spacing */
   text-align: left;   /* FIX */
}
.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(61 87 80); */
    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;
 word-wrap: break-word;
 word-break: break-word;

}

.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; 
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

@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;
  }
}

/* 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;
  z-index: 9;
  /* 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;
}


.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;
}

#map {
    margin-left: 10%;
    width: 90%;
}

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

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



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

/* Base: 4 cards per view on large screens */
.service-card {
  flex: 0 0 calc(25% - 20px);  
  max-width: calc(25% - 20px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px 24px;
  box-sizing: border-box;
}

/* 3 cards per view */
@media (max-width: 1200px) {
  .service-card {
    flex: 0 0 calc(33.333% - 18px);
    max-width: calc(33.333% - 18px);
  }
}

/* 2 cards per view */
@media (max-width: 900px) {
  .service-card {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

/* 1 card per view on small mobiles */
@media (max-width: 600px) {
  .service-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.services-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}

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

.service-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}
.service-window {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;        
}

.service-window::-webkit-scrollbar {
  display: none;               
}

.service-card {
  scroll-snap-align: start;
}

/* @media (max-width: 1003px) {
  .service-card {
    flex: 0 0 calc(22% - 15px);
  }
}
@media (max-width: 1380px) {
 .service-card {
    flex: 0 0 calc(25.5% - 18px);
}
}

@media (max-width: 997px) {
  .service-card {
    flex: 0 0 calc(22% - 18px);
  }
}


@media (max-width: 970px) {
  .service-card {
    flex: 0 0 calc(37% - 7px);
  }
}
/* 911px = around 2 cards */
/* @media (max-width: 911px) {
  .service-card {
    flex: 0 0 calc(37% - 12px);
  }
} */ 



/* @media (max-width: 970.50px) {
  .service-card {
    flex: 0 0 calc(38.5% - 18px);
  }
} */

/* 840px = 1 card */
/* @media (max-width: 875px) {
  .service-card {
    flex: 0 0 calc(81% - 18px);
  }
}

@media (max-width: 874.40px) {
  .service-card {
    flex: 0 0 calc(89% - 18px);
  }
}


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

}
 */



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

  .logo {
    width: 80px;
  }

  .site-name {
    font-size: 13px;
  }

  /* show hamburger, hide menu initially */
  .nav-toggle {
    display: block;
  }
  .nav-items {
        position: absolute;
        top: 114px;
        right: 0;
        left: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0px 16px;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.25s 
ease;
    }

    .about{
    margin-top:20px ;
  }

  .booking-content{
        padding: 40px 45px 40px 45px;
  }

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


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

  }
 .nav-items a:first-child {
  margin-top: 15px;
}
  
  .nav-item.information {
  width: 7%;
}
  #google_translate_element {
    margin-top: 4px;
  }
}


  
@media (max-width: 1130px){
    .nav-items a:first-child {
  margin-top: 15px;
}
  .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 {
        width: 35px;
    }

    .nav-items{
     position: absolute;
        top: 121px;
        right: 0;
        left: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0px 16px;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.25s 
}
}


/* ------------------------------------------------------------------------> */


@media (max-width: 600px) {

    .nav-items a:first-child {
  margin-top: 15px;
}
  .main-content {
    width: 100%;
    padding: 24px 16px 0 16px;   /* left padding 12% hatao */
  }
  .nav-items{
     position: absolute;
        top: 133px;
        right: 0;
        left: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0px 16px;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.25s 
  }
  .head {
    font-size: 32px;
    line-height: 1.2;
  }

  .short-des {
    font-size: 16px;
  }

  .long-des {
    width: 100%;
    font-size: 14px;
  }

  .controls {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
.stats {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        row-gap: 12px;
    }

    .services-header{
        padding: 0px 25px 0 25px;
    }
 
  .booking-content {
    width: 100%;
    padding: 24px 16px;
  }

  .booking-controls {
    flex-direction: column;
  }

  .why-choose-cards {
    flex-direction: column;
  }

  .services {
    width: 100%;
    margin-left: 0;
  }

  .controls .learn {
   width: 156px;        /* Learn More normal rahe */
  }

  .services-header h1 {
    font-size: 2.2rem;
    margin: 15px 0;
}
.services-header p {
    max-width: 380px;
    font-size: 20px;
    margin: 0 auto;
    color: #555;
}
    .nav-item.information {
        width: 35px;
    }
.booking-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 50px;
    gap: 20px;
}
.intro {
    width: 79%;
    margin-left: 12%;
}
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
} */

.Adminbtn,.logoutbtn {
  display: inline-block;
  padding: 12px 24px;
  background:#5D8183; 
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}


.overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
  z-index: 9999;
}

.overlay.show {
  display: flex;
}

.overlay-content {
  width: 100%;
  max-width: 420px;
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 20px;
  padding: 24px 20px 20px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.8);
  position: relative;
}

@media (max-width: 640px) {
  .overlay-content {
    padding: 28px 28px 24px;
  }

  .field input {
    width: 94%;
}
.nav-items:first-child{
    margin-top: 15px;  
  }


.nav-items{
     position: absolute;
        /* top: 133px; */
        right: 0;
        left: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0px 16px;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.25s 
}
.nav-items a:first-child {
  margin-top: 15px;
}
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  background: transparent;
  border: none;
  color: #9ca3af;
  font-size: 22px;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}

.close-btn:hover {
  color: #e5e7eb;
  transform: scale(1.05);
}

.tabs {
  display: flex;
  background: #020617;
  padding: 4px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.tab {
  flex: 1;
  border: none;
  background: transparent;
  color: #9ca3af;
  padding: 8px 0;
  font-size: 13px;
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease;
}



.form h2 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #f9fafb;
}

.field {
  margin-bottom: 12px;
}

.field label {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 4px;
}

.field input {
  width: 94%;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid #1f2937;
  background: #020617;
  color: #e5e7eb;
  font-size: 13px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.field input::placeholder {
  color: #6b7280;
}


.primary-btn {
  width: 100%;
  margin-top: 8px;
  padding: 10px 0;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(79, 70, 229, 0.55);
  opacity: 0.98;
}

.switch-text {
  margin-top: 10px;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
}

.switch-text span {
  color: #6366f1;
  font-weight: 500;
  cursor: pointer;
}

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

.nav-item.information::before {
  content: "";
  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%; }
}
