body{
    font-family: "Roboto", sans-serif;
}

.nav-opacity {
    width: 100%;
    height: 105px;
    background-color: rgba(58, 56, 55, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; 
}

.logo{
    width: 360px;
}
.logo-2{
    width: 260px;
}
.home-hero {
    width: 100%;
    height: 900px;
    padding-top: 85px;
    position: relative; 
}

.hero-text {
    position: absolute;
    bottom: 0px; 
    left: 50%;
    transform: translateX(-50%); 
    text-align: center;
    width: 100%; 
    background-color: rgba(58, 56, 55, 0.9);
    padding:25px 0px;
}
.hero-text > h1{
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
 
}

.hero-text > p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    margin-top:15px;
    padding:0px 32%
 
}



.nav-container{
 background-color: #2f2e2e;
    width: 185px;
    text-align: center;
    padding: 11px 0px;
    cursor: pointer;
     color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    border:none;
}
.nav-container:hover{
    background-color: #1c4737;
}

.active-nav{
     background-color: #1c4737;
}

.navlist > li {
    list-style: none;
    padding: 10px;

}

.navlist{
    margin-top:80px
}

.navbar {
    display: none;
}
.navigations,
.navbar {
    transition: all 0.3s ease-in-out;
}


#bootstrapNav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}




.hide-custom-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.show-custom-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: flex !important; /* Ensure layout stays okay */
}

.section-title{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
      font-family: "Open Sans", sans-serif;
}

.about-content > p{
    font-size: 18px;
    font-weight: 300;
    line-height: 2.3;
      font-family: "Open Sans", sans-serif;
      color:#2f2e2e;
}

.about-section, .services-section{
    margin-top:2%;
}

.page-btn{
      font-family: "Open Sans", sans-serif;
       font-weight: 400;
       letter-spacing: 3px;
         font-size: 18px;
         padding: 10px 25px;
         border-radius: 0px;
}

.btn-dark-green{
    background-color: #1c4737;
}

.service-item > h3{
      font-family: "Open Sans", sans-serif;
       font-weight: 700;
       font-size:16px;
       text-transform: uppercase;
}

.service-item{
    margin-top:20px;
}
.service-ul > li{
    font-family: "Open Sans", sans-serif;
       font-weight: 300;
       font-size:14px;
       color:#2f2e2e;
}

.services-container{
    background-image: url('../images/services-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
      background-position: center center;
}

.location-container{
    background-image: url('../images/location-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5%;
     padding-bottom: 5%;
       background-position: center center;
}

.services-list{
    background-color: #ffffff;
    padding:40px 40px 30px 40px;
}

.whitening-lab-content{
    color:#2f2e2e;
    font-family: "Open Sans", sans-serif;
       font-weight: 300;
       font-size:16px;
       line-height: 2.0;
}
.sub-section-title{
      font-family: "Open Sans", sans-serif;
       font-weight: 700;
       color:#2f2e2e;
       font-size:18px;
       text-transform: uppercase;
}

.locations-section{
    margin-top: 8% !important;
}
.location-card{
    background-color: rgba(59, 57, 56, 0.9);

     width: 100%;
     height: 100%;
     border-radius: 10px;
     padding:30px 50px;


}
.location-card > p{
    line-height: 1.8;
    font-weight: 300;
    color: #ffffff;
}
.location-title{
    font-weight: 700;
    font-size:24px;
}
.contact-number > h4{
          font-family: "Open Sans", sans-serif;
          color:#2f2e2e;
          font-size:30px;
          margin-left:30px;
}
.number{
    color:#2f2e2e;
    font-size:48px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    border:3px solid #2f2e2e;
    padding:10px 30px
}

.fb-link{
    color:#2f2e2e;
    font-size:18px;
    text-decoration: none;
}

.contact-section{
    margin-top:4%;
    margin-bottom:4%;
}

footer{
     background-color: rgba(44, 81, 61, 0.9);
     padding: 35px 0px 20px 0px;
}

.footer-container {
    height: 850px;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: center center;

}

.copyright-text{
    color:#ffffff;
    text-align: center;
     font-family: "Open Sans", sans-serif;
     margin-top:20px;
}


.footer-heading{
    text-align: center;
    font-size: 36px;
    color: #32594b;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top:50px;
}

#navbarNav{
    margin-left: -200px !important;
}
.nav-link{
    margin-left: 10px;
    margin-right:10px;
}

.contact-us-sub-heading{
    color:#2f2e2e;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
}



.form{
    width: 700px;
    margin-top: 5%;
}

.contact-input,.contact-select{
    height: 60px;
    border-radius: 0px;
    border:1px solid #2f2d2d;
}
.contact-select{
    padding-left: 20px;
     font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.contact-text-area{
    height: 130px;
    border-radius: 0px;
    border:1px solid #2f2d2d;

}
.contact-label{
    font-family: "Open Sans", sans-serif;
    font-size:18px;
    color:#333333;
}

.contact-btn > a > .page-btn{
    width: 300px;
}

.contact-label-container{
    display: flex;
    justify-content: end;
}

.contact-locations-section{
    margin-top: 5%;
    margin-bottom: 60px;
}


.about-container > p{
    line-height: 2.3;
    font-family: "Open Sans", sans-serif;
    color:#2f2e2e;
    font-weight: 300;

}



@media only screen and (max-width: 991px) {
    .f-img, .s-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-title{
        text-align: center;
    }

    .hero-text > p{
   
    padding:0px;
 
}

}
@media only screen and (max-width: 855px) {
    .navlist{
        padding: 5px;
    }
    
    .nav-container{
        width: 150px !important;
    }

}


@media only screen and (max-width: 767px) {
    .contact-label-container{

    justify-content: start;
}
    #customNav,#navLogo{
        display: none !important;
    }
    #bootstrapNav {
        display: block !important;
    }

    .hero-text > h1{
    font-size: 36px;
}
.home-hero {
  
    height: 500px;
 
}
.footer-container {
    height: 650px;
 

}
 .make-appointment-btn, .schedule-btn, .book-btn,.contact-btn{
        display: flex;
        justify-content: center !important;
    }
    .f-img{
        display: none;
    }

    #navbarNav{
    margin-left: 0px !important;
    margin-top:20px;
}
   


}


@media only screen and (max-width: 483px) {
    
    .contact-number{
       justify-content: center;
    }
    .contact-number > h4 {
        margin-top:20px;
    }
   
    .email{
        text-align: center;
    }
    .fb-icon{
        text-align: center;
    }


   

}


@media only screen and (max-width: 355px) {

   

   .logo-2{
    width: 200px;
}

}

  .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 64px;
        height: 64px;
        background: #25D366;
        border-radius: 50%;
        border: 2px solid #ffffff;
        box-shadow: 0 4px 16px rgba(0,0,0,.35);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        z-index: 999999;
        transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
        cursor: pointer;
    }
    .whatsapp-float svg {
        width: 32px;
        height: 32px;
    }
    .whatsapp-float:hover {
        background: #1ebe5d;
        box-shadow: 0 6px 20px rgba(0,0,0,.45);
        transform: scale(1.08);
    }
    .whatsapp-float:active {
        transform: scale(.96);
    }
    @media (max-width: 480px) {
        .whatsapp-float {
            bottom: 15px;
            right: 15px;
            width: 60px;
            height: 60px;
        }
    }

/* Make textual links black and underlined site-wide, but avoid underlining buttons */
a {
    color: #000;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}

/* Prevent underlines on button elements and Bootstrap buttons */
.page-btn,
.btn,
a .btn,
a .page-btn {
    text-decoration: none !important;
}

/* Ensure special link variants keep expected appearance */
.fb-link {
    color: #000;
    text-decoration: underline;
}
