@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.philosopher-regular {
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-link {
    font-weight: 700 !important;
    color: #088257 !important;
    margin-left: 20px !important;
}

.navbar-brand img {
    width: 40px;
    opacity: 0;
    visibility: hidden;
}

.main-header {
    position: fixed;
    width: 100%;
    top: 0;
 z-index: 10;
    transition: all 0.4s ease;
    background: transparent;

    transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}

.abs-logo {
    position: absolute;
    top: 0px;
    left: 20px;
}

.abs-logo img {
    width: 170px;
}


/* Scroll hone ke baad */
.main-header.scrolled {
    background: white;
    /* apna color */
    padding: 8px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 20px 20px;
}

/* Container styling */
.top-bar {
    background-color: transparent;
    /* Dark professional blue */

    padding: 8px 0;
    font-family: sans-serif;
    font-size: 13px;
}

/* Flexbox to align list items horizontally */
.top-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    /* Pushes content to the right */
    gap: 30px;
    /* Space between items */
}

.top-info-list li {
    font-size: 19px;
    color: #088257;
    font-weight: 500;
}

.top-info-list li a {
    font-size: 19px;
    color: #1b5e20;
    text-decoration: none;
    font-weight: 500;
}


.notify {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 280px;
    max-width: 360px;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    animation: slideIn 0.4s ease forwards;
}



.notify-success {
    background: #16a34a;
    color: #ffffff;
}

.notify-error {
    background: #dc2626;
    color: #ffffff;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive tweak for mobile */
@media (max-width: 992px) {
    .top-info-list {
        justify-content: center;
        margin-top: 10px;
    }

    .support-text {
        display: block;
        text-align: center;
    }
}

.poster img {
    width: 100%;
    height: 120vh;
    object-position: center;
    object-fit: cover;
    z-index: 7 !important;
}

.poster {
    width: 100%;
    height: 120vh;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;


}

.poster-content {
    position: absolute;
    top: 0px;
    text-align: center;
    padding-top: 160px;
    width: 900px;
    z-index: 8 !important;
}





.poster-content h1 {
    font-size: 82px;
    font-weight: bolder;
    color: #088257;

    animation-duration: 0.7s;
}

.poster-content h3 {
    font-size: 34px;
    letter-spacing: 2px;
    animation-duration: 0.5s;
    font-weight: 800;
    color: #a77325;
}



.facilities-container {
    background-color: #2E7D32;
    padding: 40px 0px;
}

.facility-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    border-left: 6px solid #2e7d32;
    margin-top: 30px;
}

.facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.facility-number {
    width: 45px;
    height: 45px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    margin-right: 15px;
    font-size: 18px;
}

.facility-content {
    flex: 1;
}

.facility-content h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #1b5e20;
}

.facility-content p {
    font-size: 14px;
    color: #555;
    margin: 6px 0 10px;
}

.facility-content a {
    color: white;
    background-color: #088257;
    padding: 9px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

.facility-card img {
    width: 170px;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 15px;
}

.glass-card-main {
    width: 100%;
    background-color: white;
    border-radius: 20px;

    margin: auto;
    margin-top: 100px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    padding: 20px 0px;

}

.glass-card-main h5 {
    font-size: 21px;
    text-align: center;
    margin: auto;
    color: #044535;
    font-weight: 700;

}

.glass-card {

    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: space-between;
}

.gcard li {
    list-style: none;
    text-align: center;
    font-size: 21px;
   
}

.gcard a {
    text-decoration: none;
    color: #088257;
    font-size: 23px;
    font-weight: 500;

}

.gcard li:nth-child(1) {
    font-weight: 800;
}

.actio-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.view-more-btn{
     background-color: transparent;
    border-radius: 5px;
    border: none;
    background-color: white;
    padding: 10px 20px;
    color: #0a7a5e;
    border: 2px solid #088257;
text-decoration: none;

}

.call-btn button {
    background-color: transparent;
    border-radius: 5px;
    border: none;
    background-color: white;
    padding: 10px 20px;
    color: #0a7a5e;
    border: 2px solid #088257;

}

.contact-btn {
    background-color: #894C26;
    border-radius: 5px;
    border: none;

    padding: 10px 20px;
    color: white;
    border: 2px solid #894C26
}

.heading-section {
    padding: 30px 0px;
    text-align: center;
}

.heading-section h2 {
    font-size: 54px;
    color: white;
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
}

.heading-section2 {
    padding: 30px 0px;
    text-align: center;
}

.heading-section2 h2 {
    font-size: 54px;
    color: #088257;
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
}

.heading-section2 .line {
    height: 4px;
    background-color: #088257;
    margin: auto;
    border-radius: 30px;
    width: 100px;

}

.heading-section .line {
    height: 4px;
    background-color: white;
    margin: auto;
    border-radius: 30px;
    width: 100px;

}


.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
    margin-right: 8px;
    vertical-align: middle;
}

.gallery-section {
    padding: 40px 0px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 15px;
}

.gallery-grid img {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.4s;
}

.gallery-grid img:hover {
    transform: scale(1.08);
}

/* Fullscreen Popup */
.gallery-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.gallery-popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

.popup-slider {
    margin-top: 40px;
}

.popup-slider img {
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    margin: auto;
}

/* Fullscreen Popup */
.gallery-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
}

/* Close Button */
.gallery-popup .close {
    position: fixed;
    top: 20px;
    right: 25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s;
}

.gallery-popup .close:hover {
    background: #fff;
    color: #000;
}

/* Slider Image */
.popup-slider img {
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    margin: auto;
}

/* Slick arrows alignment */
.popup-slider .slick-prev,
.popup-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    z-index: 9999;
}

.popup-slider .slick-prev {
    left: 20px;
}

.popup-slider .slick-next {
    right: 20px;
}

.popup-slider .slick-prev:hover,
.popup-slider .slick-next:hover {
    background: #fff;
}

/* Arrow icon color */
.popup-slider .slick-prev:before,
.popup-slider .slick-next:before {
    font-size: 26px;
    color: #000;
}

.slick-dots {
    display: none !important;
}



/* Card */
.forest-card {
    width: 100%;
    background: #FAFAF7;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    margin-top: 30px;
}

.forest-card:hover {
    transform: translateY(-10px);
}

/* Top Gradient */
.card-top {
    background: linear-gradient(135deg, #2E6B3F, #1F3D2B);
    height: 170px;
    position: relative;
}

/* Profile Image */
.card-top img {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}

/* Card Body */
.card-body {
    padding: 60px 20px 25px;
}

.card-body h3 {
    margin: 10px 0;
    color: #1F3D2B;
}

.card-body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

/* Button */
.card-body button {
    background: #2E6B3F;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.card-body button:hover {
    background: #1F3D2B;
}

.card-container {
    padding: 40px 0px;
    background-color: white
}


.review-section {
    background: #ffffff;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}


.review-card {
    background: white;
    border-radius: 20px;
    padding: 20px 25px;
    margin: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 280px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
}


.review-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    border-color: rgba(102, 126, 234, 0.2);
}

.review-card:hover::before {
    opacity: 1;
}

.review-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0 0 15px 0;
    flex-grow: 1;
    font-weight: 400;
}

.stars {
    color: #fbbf24;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.review-card h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    letter-spacing: -0.5px;
}

/* Owl Carousel Custom Styles */
.owl-carousel .owl-stage {
    padding: 20px 0;
}

.owl-carousel .owl-nav {
    margin-top: 30px;
}

.owl-carousel .owl-nav button {
    background: #088257;
    border: none !important;
    border-radius: 50% !important;
    width: 56px !important;
    height: 56px !important;
    margin: 0 10px !important;
    color: white !important;
    font-size: 20px !important;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4) !important;
    transition: all 0.3s ease !important;
}

.owl-carousel .owl-nav button:hover {
    transform: scale(1.1) !important;

}

/* Section Background */
.faq-section {
    background: #F4F1E8;
    padding: 40px 0px;
}

/* Section Tag */
.about-tag {
    background: #2E6B3F;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
}

/* Accordion Item */
.accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Accordion Button */
.accordion-button {
    background: #ffffff;
    color: #1F3D2B;
    font-weight: 500;
    border-radius: 5px !important;
    padding: 18px;
}

/* When Open */
.accordion-button:not(.collapsed) {
    background: #2E6B3F;
    color: #fff;
    box-shadow: none;
}

/* Accordion Body */
.accordion-body {
    background: #FAFAF7;
    color: #555;
    font-size: 14px;
}

/* Remove Bootstrap Arrow */
.accordion-button::after {
    filter: hue-rotate(60deg);
}

/* Right Side Box */
.faq-section .bg-white {
    background: #FAFAF7 !important;
    border-left: 5px solid #2E6B3F;
}

/* Button Forest Theme */
.main-btn {
    background: #2E6B3F;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.main-btn:hover {
    background: #1F3D2B;
    color: #fff;
}

/* Shadow Soft */
.shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}


/* ABOUT SECTION FOREST THEME */
.about-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #edf7ed, #dcefdc);
    position: relative;
}

/* Image */
.about-img-box {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-img-box img {
    width: 100%;
    height: 500px;
    border-radius: 25px;
    transition: 0.5s;
}

.about-img-box:hover img {
    transform: scale(1.05);
}

/* Tag */
.about-tag {
    background: #2e7d32;
    color: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

/* Heading */
.about-section h2 {
    color: #1b5e20;
    font-size: 36px;
    margin-bottom: 20px;
}

/* Paragraph */
.about-section p {
    color: #2f4f2f;
    line-height: 1.7;
}

/* Points */
.about-points {
    margin-top: 20px;
}

.about-point {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    color: #1b5e20;
}

.about-point i {
    margin-right: 10px;
    color: #4caf50;
}

/* Button */
.btn2 {
    background: #2e7d32;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    transition: 0.3s;
}

.btn2:hover {
    background: #1b5e20;
    transform: translateY(-3px);
}


.contact-section {
    background: linear-gradient(to bottom, #e8f5e9, #c8e6c9);
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

.contact-section .about-tag {
    background-color: #388e3c;
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-section .section-title {
    color: #1b5e20;
    font-size: 2.5rem;
    font-weight: 700;
}
.contact-form2{
    padding: 10px;
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-form2 input,
.contact-form2 textarea {
    width: 100%;
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid #4caf50;
    outline: none;

    transition: all 0.3s ease;
}

.contact-form2 button {
    background-color: #388e3c;
    color: #fff;
    padding: 12px 25px;
    width: 100%;
    font-weight: 600;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}


.contact-form,
.contact-info {
    background-color: #f6f6f6;
    border: 2px solid #81c784;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form:hover,
.contact-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(46, 125, 50, 0.3);
}

.contact-form label {
    color: #2e7d32;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid #4caf50;
    outline: none;

    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1b5e20;
    box-shadow: 0 0 5px rgba(27, 94, 32, 0.3);
}

.contact-form button {
    background-color: #388e3c;
    color: #fff;
    padding: 12px 25px;
    width: 100%;
    font-weight: 600;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.contact-form button:hover {
    background-color: #2e7d32;
    transform: translateY(-3px);
}

.contact-info h4 {
    color: #2e7d32;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-info h6 {
    color: #2e7d32;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-info p {
    color: #1b5e20;
    margin-bottom: 20px;
}

.info-item {
    margin-bottom: 20px;
}

.info-item a {
    text-decoration: none;
    color: #1b5e20;
    font-weight: 600;
}

/* FOOTER FOREST THEME */
.footer-section {
    background: linear-gradient(to right, #1b5e20, #2e7d32);
    color: #e8f5e9;
    position: relative;
}

/* Footer Titles */
.footer-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #c8e6c9;
    font-weight: 600;
}

/* Footer Text */
.footer-text {
    color: #e8f5e9;
    line-height: 1.7;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #e8f5e9;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #a5d6a7;
    padding-left: 5px;
}

/* Contact */
.footer-contact {
    margin-bottom: 15px;
    color: #e8f5e9;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #c8e6c9;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #a5d6a7;
}



/* Responsive */
@media(max-width:991px) {

    .contact-form,
    .contact-info {
        padding: 30px;
    }
}






/* Responsive */
@media (max-width: 768px) {
    .review-section {
        padding: 60px 0;
    }

    .philosopher-regular {
        font-size: 36px;
    }

    .review-card {
        margin: 10px;
        padding: 30px 25px;
        height: 260px;
    }

    .review-card p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .about-tag {
        padding: 6px 20px;
        font-size: 12px;
    }

    .review-card {
        height: 240px;
        padding: 25px 20px;
    }

    .review-card p {
        font-size: 15px;
    }
}




@media(max-width:768px) {

    .popup-slider .slick-prev,
    .popup-slider .slick-next {
        width: 38px;
        height: 38px;
    }

    /* Slider Image */
    .popup-slider img {
        margin-top: 120px;
    }
}






/* Small Mobile */
@media (max-width: 675px) {
    .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px;
}
   
    .navbar-nav {
        background-color: white !important;
        border: 2px solid green;
        border-radius: 10px;
    }

    .navbtn {
        display: none;
    }

    .about-img-box img {
        height: 230px;
    }

    .poster {
        height: 100vh;
        background-position: center;
    }

    .poster img {
        height: 100vh;
    }

    .poster-content h1 {
        font-size: 43px;
        font-weight: bolder;
        color: #044535;
        animation-duration: 0.7s;
    }

    .top-info-list {
        flex-wrap: wrap;
    }

    .poster-content {
        width: 100%;
    }

    .poster-content h3 {
        font-size: 24px;
        letter-spacing: 2px;
        animation-duration: 0.5s;
        font-weight: 800;
        color: #a77325;
    }

    .facilities-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        padding: 20px 0px;
    }

    .top-bar {
        display: none;
    }

    .abs-logo {
        display: none;
    }

    .main-header {
        padding: 0px !important;
    }

    .poster-content {
        padding-top: 170px;
    }

    .navbar-brand img {
        opacity: 1;
        visibility: visible;
        width: 150px;
        height: auto !important;
    }

    .glass-card {
        flex-wrap: wrap;
        border-radius: 10px;
        gap: 20px;
        padding: 10px 20px;
        justify-content: center;
    }

    .glass-card li {
        font-size: 16px;
    }

    .glass-card-main {
        width: 95%;
        margin: auto;
        margin-top: 60px;
    }

    .facility-card {
        flex-direction: column;
    }

    .facility-card img {
        margin-top: 20px;
    }
}


/* Tablet */
@media (max-width: 1024px) {
    .poster {
        height: 100vh;
        background-position: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .poster {
        height: 100vh;
        background-position: center;
    }
}