*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin: 0 !important;
    padding: 0 !important;
}
:root{
    --clr-dark: #000;
    --clr-light: #fff;

    --clr-accent-1: #067565;
    --clr-accent-2: #FBC900;

    --border-width: 0.125rem;
    --heading-ul: 0.25rem;

    --ff: "Montserrat";
}
html{
    height: 100vh;
}
body{
    background-image: url("/assets/images/hero-image-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: var(--ff);
}




.navbar{
    border-radius: 2rem;
    padding: 0.3rem !important;
    background-color: #ffffff1b;
    backdrop-filter: blur(20px);
    border: 1px solid #ffffff;
    /* position: fixed !important; */
    width: 100%;
    z-index: 9;
}
.nav-logo{
    padding: 0 !important;
    display: flex;
    justify-content: start;
}
.nav-logo img{
    width: 2.5rem;
}
.nav-items{
    padding: 0 !important;
}
.nav-items ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-content: center;
    line-height: normal;
    font-weight: 500;
}
.nav-items ul li a{
    text-decoration: none;
    color: var(--clr-dark);
}
/* .nav-items ul li a:hover{
    border-block: var(--border-width) solid var(--clr-accent-1);
    width: 100%;
    padding-bottom: 0.2rem;
} */
.nav-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-icons img{
    width: 1rem;
    height: auto;
    display: none;
}
.off_screen_menu{
    /* background-color: var(--clr-primary); */
    z-index: 999;
    position: fixed;
    top: 0;
    right: -110%;

    
    display: flex;
    justify-content: end;
    padding: 0 !important;
    margin: 0 !important;

    transition: 0.4s ease;
}
.off_screen_menu.active{
    right: 0;
}
.off_screen_menu_contents{
    list-style: none;
    height: 100vh;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    background-color: var(--clr-accent-1);
}
.off_screen_menu_contents li{
    padding: 1rem 1rem 0rem 2rem;
    width: 100%;
}
.off_screen_menu_contents a{
    text-decoration: none;
    color: var(--clr-light);
}
.close_button_holder{
    display: flex;
    justify-content: end;
}
.close_button_holder button{
    background-color: transparent;
    border: none;
}
.close_button img{
    width: 1.5rem;
    height: auto;
}


.hero-content{
    padding: 8rem 0rem ;
}
.hero-content h1{
    font-size: 7rem;
    font-weight: 700;
    color: var(--clr-light);
    width: 50%;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
    margin-bottom: 0.5rem !important;
}
.hero-content p{
    width: 45%;
    margin-bottom: 1.5rem !important;
}
.hero-content a{
    background-color: var(--clr-accent-2);
    color: var(--clr-dark);
    text-decoration: none;
    padding: 0;
    border: var(--border-width) solid #000;
    border-radius: 0.5rem;
    padding: 0.3rem 1.5rem 0.5rem 1.5rem;
}
.hero-content a img{
    width: 1.5rem;
    height: auto;
    padding-bottom: 0.1rem;
}


#about-us{
    background-color: #fff8ec;
    padding: 4rem 0rem;
}

.aboutus-title{
    display: flex;
    justify-content: center;
    padding: 0rem !important;
}
.aboutus-title h1{
    font-size: 3rem;
    font-weight: 700;
    border-bottom: var(--heading-ul) solid var(--clr-accent-1);
    width: 25%;
    text-align: center;
}
.aboutus-title-2{
    display: flex;
    justify-content: center;
    padding: 1rem 0rem 0rem 0rem !important;
    
}
.aboutus-title-2 p{
    font-weight: 500;
    text-align: center;
}
.aboutus-description-1{
    margin-top: 2rem !important;
    text-align: justify;
    padding: 0rem 1rem 1rem 1rem !important;
}
.aboutus-description-1 p{
    padding-top: 1rem !important;
}
.aboutus-image-1{
    margin-top: 2.5rem !important;
    padding: 1rem !important;
}
.aboutus-image-1 img{
    width: 100%;
    object-fit: contain;
    margin: 0 !important;
    border-radius: 0.5rem;
}

.aboutus-image-2{
    margin-top: 3rem !important;
    padding: 1rem !important;
}
.aboutus-image-2 img{
    width: 100%;
    object-fit: contain;
    margin: 0 !important;
    border-radius: 0.5rem;
}
.aboutus-points{
    margin-top: 3rem !important;
    padding: 1rem !important;
    text-align: justify;
}
.aboutus-points p{
    margin-bottom: 1rem !important;
    color: gray;
}
.custom-li li{
    margin-bottom: 0.5rem !important;
    list-style-image: url('../images/icons8-tick.svg');
}


#service{
    background-color: #ffffff;
    padding: 4rem 0rem;
}
.service-title{
    display: flex;
    justify-content: center;
    padding: 0rem !important;
    
}
.service-title h1{
    font-size: 3rem;
    font-weight: 700;
    border-bottom: var(--heading-ul) solid var(--clr-accent-1);
    width: 30%;
    text-align: center;
}
.service-title-2{
    display: flex;
    justify-content: center;
    padding: 1rem 0rem 0rem 0rem !important;
}
.service-title-2 p{
    font-weight: 500;
    text-align: center;
}
.service-container{
    padding: 1.5rem 1.5rem !important;
}
.service-details{
    border: var(--border-width) solid var(--clr-accent-1);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    height: 20rem;
}
.service-details img, h5{
    margin-top: 1.5rem !important;
}
.service-details p{
    margin-top: 0.5rem !important;
}

#testimonial{
    background-color: #fff;
}
.testimonial-title{
    display: flex;
    justify-content: center;
    padding: 0rem !important;
}
.testimonial-title h1{
    font-size: 3rem;
    font-weight: 700;
    border-bottom: var(--heading-ul) solid var(--clr-accent-1);
    width: 30%;
    text-align: center;
}
.testimonial-title-2{
    display: flex;
    justify-content: center;
    padding: 1rem 0rem 0rem 0rem !important;
}
.testimonial-title-2 p{
    text-align: center;
    width: 70%;
}

.carousel{
    margin: 5rem 0rem !important;
}
.swiper {
    width: 100%;
    height: auto;
}
.swiper-slide{
    filter: drop-shadow(2px 2px 2px rgba(0,0,0, 0.5));
}
.swiper-slide img{
    width: 100%;
    height: fit-content;
}

#faq{
    background-color: var(--clr-light);
    padding: 3rem 0rem 5rem 0rem !important;
}
.faq-title{
    padding: 0rem !important;
}
.faq-title h1{
    font-size: 2rem;
    font-weight: 700;
    border-bottom: var(--heading-ul) solid var(--clr-accent-1);
    width: 70%;
    text-align: start;
    padding-bottom: 0.5rem !important;
}
.faq-title p{
    text-align: justify;
    padding: 0rem 1rem 0rem 0rem !important;
    margin-top: 1rem !important;
}

.faq-container{
    border: none;
}
.accordion {
    width: 100%;
    margin: auto;
}
.accordion-item{
    border: none !important;
    margin-bottom: 1rem !important;
}
.accordion-header {
    background: #ffffff;
    padding: 1rem 0.5rem;
    cursor: pointer;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    transition: background 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header h5{
    margin: 0rem !important;
}
.accordion-arrow{
    width: 1rem;
    height: auto;
}

.accordion-header .accordion-arrow {
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    /* background: linear-gradient(to top, #ffe88d1f, #ffffff00); */
    border-bottom: var(--border-width) solid var(--clr-dark);
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}



#contact{
    background-color: #fff;
}
.contact-title{
    display: flex;
    justify-content: center;
    padding: 0rem !important;
}
.contact-title h1{
    font-size: 3rem;
    font-weight: 700;
    border-bottom: var(--heading-ul) solid var(--clr-accent-1);
    width: 23%;
    text-align: center;
}

.form-container{
    margin-block: 4rem !important;
}
form input,textarea{
    width: 90%;
    padding: 0.5rem;
    border: var(--border-width) solid var(--clr-dark);
    margin-bottom: 1rem !important;
    border-radius: 0.5rem;
}
form button{
    width: 90%;
    padding: 0.7rem;
    border: none;
    background-color: var(--clr-accent-2);
    font-weight: 700;
    border-radius: 0.5rem;

}
.whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0rem !important;
    border-radius: 2rem;
    background: linear-gradient(to right, var(--clr-accent-2), var(--clr-light));
}
.whatsapp:not(last-child){
   justify-content: start; 
}
.whatsapp img{
    width: 3.5rem;
    height: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.6rem;
    border: var(--border-width) solid var(--clr-dark);
}
.whatsapp h5{
    font-weight: 700;
    margin: 0rem !important;
    padding-left: 1.5rem !important;
    text-decoration: none;
    color: var(--clr-dark);
}
.whatsapp a,h5{
    text-decoration: none;
}

.instagram{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0rem !important;
    border-radius: 2rem;
    background: linear-gradient(to right, var(--clr-accent-2), var(--clr-light));
}
.instagram:not(last-child){
   justify-content: start; 
}
.instagram img{
    width: 3.5rem;
    height: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.6rem;
    border: var(--border-width) solid var(--clr-dark);
}
.instagram h5{
    font-weight: 700;
    margin: 0rem !important;
    padding-left: 1.5rem !important;
    text-decoration: none;
    color: var(--clr-dark);
}
.instagram a,h5{
    text-decoration: none;
}

.facebook{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0rem !important;
    border-radius: 2rem;
    background: linear-gradient(to right, var(--clr-accent-2), var(--clr-light));
}
.facebook:not(last-child){
   justify-content: start; 
}
.facebook img{
    width: 3.5rem;
    height: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.6rem;
    border: var(--border-width) solid var(--clr-dark);
}
.facebook h5{
    font-weight: 700;
    margin: 0rem !important;
    padding-left: 1.5rem !important;
    color: var(--clr-dark);
}
.facebook a,h5{
    text-decoration: none;
}

#footer{
    background-color: var(--clr-accent-1);
    padding-block: 3rem;
}
.footer-contents{
    color: var(--clr-light);
}
.footer-contents h2{
    font-size: clamp(3rem ,6vw, 5rem);
    font-weight: 700;
}
.footer-contents p{
    text-align: justify;
    width: 70%;
}

.social-icons{
    display: flex;
    justify-content: end;
    place-items: center;
    margin-top: 2.5rem;
}
.social-icons img{
    width: 2rem;
    height: auto;
    margin-left: 1rem;
}

.button-to-top{
    background-color: var(--clr-accent-2);
    padding: 0.5rem;
    border: 1px solid #000000;
    transition: 500ms ease;
    width: fit-content;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 10;
}
.button-to-top img{
    width: 2rem;
    height: auto;
}   





/* MEDIA QUERIES */


@media only screen and (min-device-width : 240px) and (max-device-width : 576px){


    body{
        background-size: 600px 350px;
    }
    .off_screen_menu{
        right: -120%;
    }

    .navbar{
        position: fixed !important;
        width: 100%;
        z-index: 9;
    }
    .nav-items{
        display: none;
    }
    .nav-icons img{
        display: block;
    }
    .hero-content{
        padding: 4rem 0rem 3.5rem 0rem;
    }
    .hero-content h1{
        font-size: 4rem !important;
    }
    .hero-content p{
        width: 90%;
        text-align: justify;
    }

    #about-us{
        padding: 2rem 0rem 0rem 0rem !important;
    }
    .aboutus-title h1{
        font-size: 2.5rem;
        width: 55%;
    }
    .aboutus-description-1{
        margin-top: 0.5rem !important;
    }
    .aboutus-image-1{
        margin-top: 0rem !important;
    }
    .aboutus-image-2{
        margin-top: 0rem !important;
    }
    .aboutus-points{
        margin-top: 0rem !important;
    }

    #service{
        padding: 1.5rem 0rem !important;
    }
    .service-container{
        padding: 1rem 2rem !important;
    }
    .service-title h1{
        font-size: 2.5rem;
        width: 60%;
    }
    .service-title-2 p{
        width: 80%;
    }

    .testimonial-title h1{
        font-size: 2.5rem !important;
        width: 70%;
    }
    .testimonial-title-2{
        padding-top: 2rem !important;
    }
    .testimonial-title-2 p{
        text-align: justify;
        width: 90%;
    }
    .carousel{
        margin: 2rem 0rem !important;
    }

    .faq-heading{
        display: flex;
        justify-content: center;    
    }
    .faq-heading h1{
        width: 70%;
        padding: 0rem 1rem !important;
        font-size: 2rem;
        text-align: center;
    }
    .faq-title p{
        text-align: justify;
        padding: 0rem 1rem !important;
        margin-top: 1rem !important;
    }
    .faq-container{
        margin-top: 2rem !important;
    }


    .contact-title h1{
        font-size: 2.5rem !important;
        width: 45%;
    }
    .contact-container{
        display: flex;
        justify-content: center;
    }
    .form-container{
        margin-block: 2rem !important;
    }
    form input,textarea{
        width: 100%;
        margin-bottom: 1rem !important;
    }
    form button{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .facebook{
        margin-bottom: 0rem;
    }

    #footer{
        padding: 2rem 0rem 2rem 0rem;
    }
    .footer-contents h2{
        text-align: start;
    }
    .footer-contents p{
        text-align: justify;
        width: 100%;
    }
    .social-icons{
        margin-top: 1rem;
        display: flex;
        justify-content: start;
    }
    .social-icons img{
        margin-left: 0rem;
        margin-right: 1rem;
    }
}


@media only screen and (min-device-width : 576px) and (max-device-width : 768px){


    body{
        background-size: 750px 400px;
    }
    .off_screen_menu{
        right: -120%;
    }
    .navbar{
        width: 100%;
    }
    .nav-items{
        display: none;
    }
    .nav-icons img{
        display: block;
    }

    .hero-content{
        padding: 4.5rem 0rem 3rem 0rem;
    }
    .hero-content h1{
        font-size: 4rem !important;
    }
    .hero-content p{
        width: 90%;
        text-align: justify;
    }

    #about-us{
        padding: 2rem 0rem 0rem 0rem !important;
    }
    .aboutus-title h1{
        font-size: 3rem;
        width: 50%;
    }
    .aboutus-description-1{
        margin-top: 0rem !important;
    }
    .aboutus-image-1{
        margin-top: 0rem !important;
    }
    .aboutus-image-2{
        margin-top: 0rem !important;
    }
    .aboutus-points{
        margin-top: 0rem !important;
    }

    #service{
        padding: 2rem 0rem !important;
    }
    .service-title h1{
        font-size: 3rem;
        width: 60%;
    }
    .service-title-2{
        margin-bottom: 1rem;
    }
    .service-container{
        padding: 0.7rem 0rem 0.7rem 0rem !important;
    }

    .testimonial-title h1{
        font-size: 2.5rem !important;
        width: 50%;
    }
    .testimonial-title-2 p{
        text-align: center;
        width: 90%;
    }

    .faq-heading{
        display: flex;
        justify-content: center;    
    }
    .faq-heading h1{
        width: 70%;
        padding: 0rem 1rem !important;
        font-size: 2rem;
        text-align: center;
    }
    .faq-title p{
        text-align: justify;
        padding: 0rem 1rem !important;
        margin-top: 1rem !important;
    }
    .faq-container{
        margin-top: 2rem !important;
    }

    .carousel{
        margin: 2rem 0rem !important;
    }
    .contact-title h1{
        font-size: 3rem !important;
        width: 40%;
    }
    .contact-container{
        display: flex;
        justify-content: center;
    }
    .form-container{
        margin-block: 2rem !important;
    }
    form input,textarea{
        width: 100%;
        margin-bottom: 1rem !important;
    }
    form button{
        width: 100%;
        margin-bottom: 1.5rem;
    }

    #footer{
        padding: 2rem 0rem 2rem 0rem;
    }
    .footer-contents p{
        text-align: justify;
        width: 90%;
    }
    .social-icons{
        margin-top: 1.5rem;
        display: flex;
        justify-content: start;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){


    body{
        background-size: 1050px 550px;
    }
    .off_screen_menu{
        display: none;
    }
    .navbar{
        width: 100%;
    }
    .nav-items{
        display: block;
    }
    .nav-icons img{
        display: none;
    }
    .hero-content{
        width: 100%;
    }
    .hero-content h1{
        font-size: 6rem !important;
    }
    .hero-content p{
        width: 80% !important;
    }

    .aboutus-title h1{
        width: 35%;
    }
    .aboutus-description-1{
        margin-top: 1rem !important;
    }
    .aboutus-image-1, .aboutus-image-2{
        margin-top: 1rem !important;
    }
    .aboutus-points{
        margin-top: 1rem !important;
    }

    .service-title h1{
        width: 45%;
    }
    .service-container{
        padding: 1rem !important;
    }
    .service-title-2{
        margin-bottom: 1.5rem !important;
    }

    .testimonial-title h1{
        width: 45%;
    }
    .testimonial-title-2 p{
        width: 95% !important;
        text-align: center;
    }
    .testimonial-title-2{
        padding-top: 2rem !important;
    }

    .faq-heading{
        display: flex;
        justify-content: center;    
    }
    .faq-heading h1{
        width: 70%;
        padding: 0rem 1rem !important;
        font-size: 2rem;
        text-align: center;
    }
    .faq-title p{
        text-align: justify;
        padding: 0rem 1rem !important;
        margin-top: 1rem !important;
    }
    .faq-container{
        margin-top: 2rem !important;
    }

    .contact-title h1{
        width: 35%;
    }

    .social-icons{
        display: flex;
        justify-content: end;
    }


    .whatsapp, .instagram, .facebook{
    padding: 0rem !important;
    }
    .whatsapp img, .instagram img, .facebook img{
        width: 3rem;
    }
    .whatsapp h5{
        font-size: 1.1rem !important;
        font-weight: 700;
    }

}

@media only screen and (min-device-width : 1024px) and (max-device-width : 2560px){


    body{
        background-size: cover;
    }
    .off_screen_menu{
        display: none;
    }
    .hero-content p{
        width: 70% !important;
    }
}
