@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



/* Entire Page */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    min-height: 100vh;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

footer {
    background-image: linear-gradient(to right, #060b3d, #041153, #041569, #071880, #101b98);
    color: white;
}




/* Header Section */
.header__div {
    background-color: #ffffff;
}

.nav-link:hover {
    color: #0185bd;
}

.header__main__logo {
    width: 10%;
}


.text__change {
    font-family: "Montserrat", sans-serif;
}

/* Home Section */
.banner__section {
    text-align: start;
    padding: 0.1rem;
    padding-top: 89px;
}
.banner__div {
    margin: 3rem;
    padding: 2rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #060b3d, #041153, #041569, #071880, #101b98);
    height: 500px;
    color: #fff;
    text-align: start;
}

.btn.btn-primary.banner__btn {
    background-color: #529810;
    border: none;
}
.btn.btn-primary.banner__btn:hover {
    background-color: #109820;
}

.btn.btn-primary.banner__btn > a {
    text-decoration: none;
    color: #fff;
}



/* About Section */
.about__div {
    margin: 3rem;
    padding: 2rem;
    border-radius: 20px;
}



/* Services Section */
.services__img__div {
    border-radius: 8px;
}

.services__sub__div {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(193, 193, 193, 0.558);
}

.services__sub__div:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .175);
    border: none;
}

.services__img__div > img {
    border-radius: 0.5rem;
}



/* Contact Section */
.contact__div {
    margin: 3rem;
    padding: 2rem;
    border-radius: 8px;
}

.contact__sub__div {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(193, 193, 193, 0.558);
}

.whatsapp__btn {
    background-color: #529810;
    border: none;
}

.whatsapp__btn:hover {
    background-color: #109820;
}



/* Footer Section */
.footer__div {
    border-bottom: 1px solid white;
}

.footer__map__frame {
    width: 100%;
}


@media (max-width: 991px) {
    .header__main__logo {
        width: 20%;
    }

    .banner__section {
        text-align: center;
    }
    .banner__div {
        margin: 1.5rem;
        padding: 1rem;
        min-height: 0;
    }

    .about__div {
        margin: 3rem 0 0;
        padding: 0.5rem;
    }

    .services__div {
        margin: 3rem 0 0;
        padding: 1rem;
    }
    
    .contact__div {
        margin: 1rem;
        padding: 0;
        text-align: center;
        margin-bottom: 2rem;
    }
    .whatsapp__div {
        justify-content: center;
    }

    .footer__div {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .footer__items__div {
        padding-top: 2rem;
    }
}

@media (max-width: 768px) {
    .vision__heading {
        text-align: center;
        padding-top: 2rem;
    }
    .mission__heading {
        text-align: center;
        padding-top: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer__map__frame {
        width: 60%;
    }
}




/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101b90; /* Optional, adjust as needed */
    z-index: -1; /* Ensure the particles stay behind other content */
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

/* Optional: Style the banner__div */
.banner__div {
    margin: 3rem;
    padding: 2rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #060b3d, #041153, #041569, #071880, #101b98);
    height: 500px;
    color: #fff;
    text-align: start;
    position: relative; /* Ensure it is above the particles */
}

/* Ensure the content doesn't overlap with particles */
.container {
    position: relative;
    z-index: 1;
}










/* Add a fade-in animation for sections */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Button Hover Animation */
.btn.btn-primary.banner__btn {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn.btn-primary.banner__btn:hover {
    transform: scale(1.05);
    background-color: #109820; /* You already have this color */
}

.btn.btn-primary.whatsapp__btn {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn.btn-primary.whatsapp__btn:hover {
    transform: scale(1.05);
    background-color: #109820; /* You already have this color */
}

.services__sub__div {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(193, 193, 193, 0.558);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services__sub__div:hover {
    transform: translateY(-5px);  /* Slight upward movement */
    box-shadow: 0 8px 16px rgba(0, 0, 0, .175);
    border: none;
}

.services__sub__div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;  /* Rounded corners for a modern look */
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.services__sub__div:hover {
    transform: scale(1.05); /* Slightly increase the size */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* Enhance the shadow */
}

.services__sub__div {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 15px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.services__sub__div:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 192, 255, 0.5); /* Soft glow effect */
}


/* For banner button */
.btn.btn-primary.banner__btn {
    background-color: #529810;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1.1rem;
    color: white;
    transition: all 0.3s ease; /* Smooth transition */
}

/* Apply Soft Glow Effect on Hover */
.btn.btn-primary.banner__btn:hover {
    background-color: #109820; /* Darker green on hover */
    box-shadow: 0 0 12px rgba(0, 255, 0, 0.6); /* Green glow */
    transform: scale(1.05); /* Slightly enlarge the button */
}


/* For banner button */
.btn.btn-primary.whatsapp__btn {
    background-color: #529810;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1.1rem;
    color: white;
    transition: all 0.3s ease; /* Smooth transition */
}

/* Apply Soft Glow Effect on Hover */
.btn.btn-primary.whatsapp__btn:hover {
    background-color: #109820; /* Darker green on hover */
    box-shadow: 0 0 12px rgba(0, 255, 0, 0.6); /* Green glow */
    transform: scale(1.05); /* Slightly enlarge the button */
}
