body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    font-family: Inter;
}
.hero{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero-bg{
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    filter: brightness(90%);
    background-image: url(Dr.img/IMG-20250313-WA0022.jpg);  
}
.hero-p{
    position: absolute;
    top: 22%;
    left: 12%;
    color: white;
    font-size: 1.8rem;
    line-height: 20px;
    font-weight: bolder;
}
.hero-call-now{
    padding: 7px 17px 7px 17px;
    border-radius: 8px;
    background-color: rgb(134, 19, 166);
    color: white;
    font-size: 1.1rem;
    text-decoration: none;
    align-items: center;
}
.hero-call-now:hover{
    background-color: #077e42;
    opacity: 85%;
}
.hero-p i{
    color: rgba(0, 128, 0, 0.706);
    font-size: 13px;
    gap: 5px;
}
.hero-p li{
    padding-top: 15px;
    list-style: none;
    font-size: 15px;
}
.hero-p li i{
    color: rgba(255, 255, 255, 0.48);
    padding-right: 15px;
}
.header{
    width: 100%;
    height: 12vh;
    background-color: #3ca4e7;
    padding: 15px 3px 3px 4px;
    position: fixed;
    z-index: 1000;
    opacity: 85%;
    display: flex;
    align-items: center;
    top: 0%;
}
.header ul{
    display: inline-flex;
    list-style: none;
    gap: 40px;
    right: 11%;
    align-items: center;
    position: absolute;

}
.header ul a:hover {
    border-bottom: white solid 3px;
}
.header a{
    text-decoration: none;
    color: white;
}
.hamburger-menu{
    margin-right: 20px;
    display: none;
    position: absolute;
    top: 32%;
    right: 3%;
    color: white;
    font-size: 30px;
   
}
.menubar{
    width: 0;
    position: fixed;
    z-index: 100;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #7f888d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.closebtn{
    position: absolute;
    top: 3%;
    right: 8%;
    font-size: 50px;
}
.menu{
    width: 100%;
    height: 50%;
    position: relative;
    margin-top: 3vh;
    align-items: center;
}
.menu a{
    padding: 20px 0px 20px 0px;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: white solid 1px;
}
.menucall{
    margin-top: 5vh;
    margin-left: 7vh;
    width: 25vh;
    padding: 10px 10px 10px 10px;
    border: white 1px solid;
    border-radius: 5px;
    background-color: #1ac84b;

}
.call-now-mob{
    padding: 6px 20px 6px 20px;
    border: white solid 1px;
    border-radius: 5px;
    color: white;
    background-color: #3ca4e7;
    text-decoration: none;
    display: none;
}
.call-now{
    padding: 6px 25px 6px 25px;
    border: white solid 1px;
    border-radius: 7px;
    color: white;
    background-color: #3ca4e7;
    text-decoration: none;
    margin-left: 20px;
}
.call-now:hover{
    border: white solid 2px;
    background-color: #57abe3;
    border-bottom: none;

}
.logo{
    position: relative;
    margin-left: 5%;
}
.logo img{
    width: 12.5vh;
    height: auto;
    background-size: cover;
}
.sect{
    padding: 25px 20px;
}
.subh{
    font-size: 30px;
    font-weight: bold;
    color: #077e42 ;
    letter-spacing: 2px;
    padding-bottom: 13px;
    text-align: center;
}
.whatwedo li{
    list-style: none;
    display:flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 5px;
}
.whatwedo i{
    color: #077e42  ;
    font-size: 40px;
    padding-left: 10vw;
}
.buying{
    display: block;
    position: relative;
    padding: 0vw 10vw 1vw 10vw;
}
.buying-cont{
    display: flex;
    gap: 30px;
    padding-left: 5vw;
    align-items: center;
}
.buying p{
    padding: 1vw 2vw 1vw 2vw;
    border-radius: 7px;
    width: 32vw;
    height: 30vw;
}
.buying-cont img{
    width: 32vw;
    height: 32vw;
    border-radius: 7px;
    background-size: cover;
}
.why-us{
    padding: 0vw 10vw 0vw 10vw;
}
.why-us h6{
    font-weight: bold;
    font-size: 26px;
    color: black;
    padding: 0px;
    margin: 6px;
    margin-left: 10px;
}
.why-us h6::before{
    content: "•";
    font-size: 20px;
    margin-right: 8px;   
}

.rules-n-reg{
    padding: 0;
    position: relative;
    margin: 0;
    display: block;
}
.rules-cont{
    display: flex;
    position: relative;
    padding-left: 5vw;
    padding-right: 5vw;
}
.rules-txt{
    width: 40vw;
    position: relative;
    padding: 1vw 5vw 0vw 5vw;
}
.rules-img{
    width: fit-content;
    position: relative;
}
.rules-n-reg img{
    width: 150%;
    height: auto;
    background-position: center;
    background-size: cover;
}
.faqs-content{
    justify-content: center;
    padding-left: 10vw;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 16px;
    width: 90%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 15px;
}
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}
.faqs-content{
    font-size: 20px;
}
  
  /* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 10px;
    width: 85%;
    font-size: 15px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-color:#777;
}
.panel p{
    padding: 4px;
}
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
  
.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.faqs-img{
    width: 90%;
    position: relative;
    display: none;
}
.faqs-img img{
    width: 100%;
    height: 80vw;
    object-fit: cover;
    object-position: center ;
}
.testimonials{
    padding: 1vw 10vw 3vw 10vw;
    margin-bottom: 10vw;
    text-align: center;
}
.slideshow-testimonials{
    border: grey solid 1px;
    padding: 4vh 7vh 4vh 7vh;
    line-height: 35px;
    position: relative;

}
.mySlides {
    display: none;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.fade {
    animation-name: fade;
    animation-duration: 7s;
}
  
  @keyframes fade {
    from {opacity: .3}
    to {opacity: 1}
}
  
.fa-quote-left{
    color:#777;
    text-align: center;
}
.t-name{
    font-weight: bolder;
    font-size: 30px;
    margin: 1vh 0vh 1vh 0vh;
}
.t-career{
    color: #777;
}
.drfaheen-cont{
    padding-left: 3vw;
    padding-right: 3vw;
}
.dcp1{
    display: flex;
    gap: 3vw;
}
.dc-img{
    width: fit-content;
    position: relative;
}
.dc-img img{
    width: 27vw;
    height: auto;
    background-position: center;
    background-size: cover;
}
.clinic-dr{
    height: 50vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(Dr.img/clinical\ doctor.jpg);
}
.clinic-dr a{
    position: absolute;
    top: 40%;
    left: 37%;
    display: flex;
    text-decoration: none;
    color: white;
    border-radius: 10px;
    background-color: rgb(134, 19, 166);
    padding: 1vw 5vw 1vw 5vw;
    justify-content: center;
}


footer{
    height: 90vh;
    background-color: #3ca4e7;
    align-items: center;
    display:block;
    position: relative;
    overflow: hidden;
}
.footer-content{
    padding: 1vw 5vw 4vw 5vw;
}
.footer-columns{
    display: flex;
    gap: 4vw;
    color: rgba(255, 255, 255, 0.725);
}
.ftc-header{
    font-size: 35px;
    color: white;
    letter-spacing: 2px;
    padding-bottom: 0px;
    margin-bottom: 0vh;
}
.ft-column1{
    padding-top: 8vw;
    width: 20%;
}
.ft-column1 img{
    width: 12vw;
    height: auto;
    background-size: cover;
    padding-bottom: 2vw;
}
.ft-column2{
    width: 25%;
}
.ft-column2 li{
    list-style: none;
    display: flex;
    margin-bottom: 0px;
    gap: 10px;
    padding: 0px;
    align-items: center;
}
.ft-column3{
    width: 20%;
}
.ft-column3 a{
    padding-top: 20px;
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.725);

}
.ft-column3 a:hover{
    color: white;
    border-bottom: white 1px solid;
}
.ft-column3 a i{
    color: rgba(255, 255, 255, 0.48);
    padding-right: 15px;
}
.ft-column4{
    width: 25%;
}
.ft-callnow{
    display: flex;
    align-items: center;
    color: white;
    width: fit-content;
    padding: 1vw 4vw 1vw 4vw;
    background-color: rgb(57, 200, 32);
    border-radius: 9px;
    text-decoration: none;
    gap: 10px;
    font-size: 26px;
    margin-bottom: 15px;
}
.medialinks{
    display: flex;
    gap: 10px;
    color: green;
    font-size: 40px;
}
.medialinks i{
    color: green;
}
.ft-callnow:hover{
    opacity: 70%;
}
.bottom-banner{
    width: 100%;
    text-align: center;
    color: white;
    padding: 1vw 0vw 3vw 0vw;
    border-top: #cccccc85 solid 1px;
    font-size: 13px;
}
.whatsapp-link{
    text-decoration: none;
    position: fixed;
    bottom: 7%;
    right: 5%;
    z-index: 999;
}
.whatsapp-link i{
    color: rgb(38, 205, 38);
    font-size: 60px;
}
@media (max-width: 470px) {
    .hamburger-menu{
        display: block;
    }
    .header{
        height: 9vh;
    }
    .call-now-mob{
        display: block;
    }
    .header ul{
        display: none;
    }
    .logo img{
        width: 9.5vh;
    }
    .hero{
        height: 65vh;
    }
    .hero-p{
        top: 21%;
        left: 8%;
        font-size: 1.6rem;
    }
    .hero-bg{
        background-attachment:local;
    }
    .whatwedo i{
        padding-left: 0vw;
    }
    .whatwedo ul{
        padding: 0vw;
    }
    .buying-cont{
        display: block;
        padding-left: 0vw;
    }
    .buying p{
        width: 100%;
        height: auto;
    }
    .buying-cont img{
        display: block;
        width: 100%;
        height: auto;
    }
    .why-us{
        padding: 0vw;
        position: relative;
    }
    .why-us p{
        padding: 0vw 10vw 0vw 10vw;
    }
    .rules-cont{
        display: block;
    }
    .rules-txt{
        width: fit-content;
        text-align: center;
        padding: 0vw 5vw 2vw 5vw;
    }
    .rules-n-reg img{
        width: 100%;
        height: auto;
    }
    .rules-img{
        padding: 0vw 5vw 0vw 4vw;
    }
   .faqs-content{
        padding-left: 4vw;
        width: 100%;
   }
   .faqs-img{
        display: block;
        padding-left: 4vw;
   }
   .testimonials{
        padding: 1vw 2vw 1vw 2vw;
   }
   .dcp1{
        display: block;
   }
   .dc-img img{
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
    }
   .clinic-dr{
        height: 25vh;
    }
    .clinic-dr a{
        top: 40%;
        left: 25%;
        border-radius: 5px;
    }
   .slideshow-testimonials{
    padding: 2vh 2vh 1vh 2vh;
   }
   .footer{
    height: auto;
   }
   .footer-content{
    padding-bottom: 10vw;
   }
   .footer-columns{
    display: block;
   }
   .ft-column1, .ft-column2, .ft-column3, .ft-column4 {
    width: 100%;
   }
}