* {

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #4CAF50;
    --secondart-color: #8B5E3C;
    --backgroud-color: #F5F5DC;
    --text-color: #333333;
    --accent-color: #5DADE2;
    --footer-backgroud: #2E7D32;
    --nav-background: : #5DADE2;

}

/* common classes */
.section-heading {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.container {
    width: 80%;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#navbar {
    display: flex;
    width: 100%;
    height: 90px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: white;
    transition: background-color 0.3s;
    z-index: 20;

}
li{
    list-style: none;
}


#navbar .logo {
    background-size: cover;
    border: none;
    height: 80px;
    width: 20%;
    overflow: hidden;
}

.logo img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    padding-left: 10px;
    /* mix-blend-mode: color-burn; */
}

.nav-links {

    /* width: 70%; */
    text-decoration: none;

    display: flex;
}

.nav-links {
    display: flex;
    gap: 20px;
    align-items: center;


}

.nav-links li {
    list-style: none;
    /* margin-right: 20px; */




}

.nav-links li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
}

.nav-links li a:hover {
    border-bottom: 2px solid var(--primary-color);
}

.call-button {

    padding: 10px 10px;
    font-family: inherit;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-radius: 1.5em;
    cursor: pointer;
    border: none;
    background: var(--primary-color);
    color: ghostwhite;
    overflow: hidden;
}


/* hamburger */
.hamburger {
    display: none;
    border: none;
    background-color: white;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0 20px;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: black;
}

.hamburger:hover .bar {
    background-color: green;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        /* Hide links by default */
        flex-direction: column;
        background-color: white;
        width: 100%;
        position: absolute;
        top: 90px;
        /* Adjust based on your navbar height */
        left: 0;
    }



    .nav-links.show {
        display: flex;
        /* Show links when toggled */
        padding-bottom: 15px;
    }

    .hamburger {
        display: block;
    }
}

/* policy */
.policy {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.policy .container {
    text-align: justify;
}
/* footer */

footer {
    background: linear-gradient(135deg, #d1dbd1, #292a2b);

    background-color: grey;
    display: flex;
    color: #fff;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}

.footer-bottom {
    text-align: center;
    width: 90%;
    padding-bottom: 60px;
}

.footer-container {
    width: 90%;
    display: flex;
    gap: 20px;
    padding: 60px 0;
}


.footer-col {
    flex: 1 1 calc(25% - 20px);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

h3 {
    font-size: 1.5rem;
    /* font-weight: bold; */
    margin-bottom: 20px;
}

.footer-col img {
    /* background-size: cover; */
    /* border: none; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    mix-blend-mode: color-burn;


}



.footer-col a {
    text-decoration: none;
    color: white;
}

.footer-col i {
    /* background-color: #333; Background color of the circle */
    color: white;
    /* Color of the icon */
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    width: 36px;
    height: 36px;
    text-align: center;
    transition: background-color 0.3s ease;


}

.footer-col .fa-facebook-f {
    background-color: #0861F2;
}

.footer-col .fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-col div {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.floating-button {
    position: fixed;
    transform: rotate(-90deg);
    right: -30px;
    top: 30%;
    background-color: rgb(200, 200, 27);
    color: black;
    text-decoration: none;
    padding: 10px;
    z-index: 10;

}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.whatsapp-button i {
    color: white;
    vertical-align: middle;
}

.float-icon-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 50%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.float-icon-container a {
    padding: 10px;
}

.fb-icon {
    background-color: blue;
    padding: 12px;
    color: white;

}

.ig-icon {
    padding: 12px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

@media (max-width: 1024px) {
    .footer-container {
        flex-wrap: wrap;
    }

    .footer-col {
        flex: 0 0 100%;
    }

    .footer-img-wrapper {
        display: none;
    }
}