html,
body {
    overflow-x: hidden !important;
    max-width: 100%;
}

#scrollTopBtn {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #020202e5;
    border-radius: 20%;
    box-shadow: 0px 4px 20.84px 0px #F6C85F6C;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99999;
}

#scrollTopBtn.show {
    opacity: 0.98;
    visibility: visible;
}

.scroll-arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
}

/* navbar */

.custom-navbar {
    background: rgba(25, 135, 84, 0.08);

    backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    padding: 14px 0;
}

.brand-text {
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}

.brand-icon {
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
}


.custom-navbar .navbar-brand:hover .brand-text {
    color: #22c55e;
    transition: 0.3s ease;
}


@media (max-width: 768px) {
    .brand-text {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
}









/* img section  */
.hero-banner {
    position: relative;

}


.hero-buttons {
    position: absolute;
    left: 80px;

    bottom: 300px;

    z-index: 10;
}


.hero-banner {
    position: relative;

}


.hero-buttons {
    position: absolute;
    left: 80px;
    bottom: 300px;
    z-index: 10;
}


.mobile-hero-buttons {
    display: none;
}


@media (max-width: 768px) {


    .hero-buttons {
        display: none;
    }


    .mobile-hero-buttons {
        display: flex;
        position: absolute;

        left: 12px;
        bottom: 65px;
        gap: 6px;
        z-index: 10;
    }

    .mobile-btn {
        font-size: 11px;
        padding: 6px 10px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        line-height: 1;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }

    .mobile-map {
        background: #198754;
        color: #fff;
    }

    .mobile-call {
        background: #ffffff;
        color: #198754;
        border: 1px solid #198754;
    }
}







/* वैशिष्ट्ये */

.features-box,
.register-card {
    height: 100%;
}


.features-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 36px;
    border-top: 5px solid #22c55e;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    color: #14532d;
}


.features-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #14532d;
    margin-bottom: 28px;
    position: relative;
}

.features-title::after {
    content: "";
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e, #16a34a);
    display: block;
    margin-top: 12px;
    border-radius: 4px;
}


.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    font-size: 17px;
    color: #1f2937;
    border-bottom: 1px solid rgba(25, 135, 84, 0.15);
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list li::before {
    content: "✔";
    color: #22c55e;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin-top: 3px;
}

.register-card {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.register-title {
    font-size: 27px;
    color: #14532d;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}

/* LABELS */
.register-card .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #09100b;
    margin-bottom: 6px;
}


.register-card .form-control {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    padding: 14px 18px;
    font-size: 15px;
}

.register-card .form-control:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 0.18rem rgba(34, 197, 94, 0.25);
}


.submit-btn {
    border-radius: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 15px;
    background: linear-gradient(90deg, #14532d, #14532d);
    border: none;
}


.features-box:hover,
.register-card:hover {
    transform: translateY(-6px);
    transition: 0.35s ease;
}


@media (max-width: 768px) {

    .features-title,
    .register-title {
        text-align: center;
    }

    .features-title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .features-box {
        padding: 28px;
    }

    .features-list li {
        font-size: 15px;
    }
}



/* 500+ */
.stat-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 20px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-6px);
}

.stat-number {
    color: #14532d;
}

.stat-box p {
    color: #374151;
}




/* footer */

.footer-section {
    position: relative;
    background: url('img/footer-bg.png') center/cover no-repeat;
    color: #ffffff;
    padding: 60px 0 32px;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 60, 45, 0.9),
            rgba(0, 40, 30, 0.95));
    z-index: 1;
}

.footer-section .container {
    z-index: 2;
}

.footer-title {
    font-size: 24px;
    color: #ffffff;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #22c55e;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
}

.footer-subtext {
    font-size: 14px;
    line-height: 1.7;
}

.highlight-text {
    color: #a7f3d0;
    font-weight: 600;
}


.footer-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 22px 24px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

/* contact rows */
.footer-card p {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
}

/* last item no border */
.footer-card p:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* name highlight */
.footer-card strong {
    font-weight: 600;
    color: #ecfdf5;
}



.footer-divider {
    margin: 28px 0 18px;
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    max-width: 75px;
    opacity: 0.9;
    transition: 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
    opacity: 1;
}

.footer-credit {
    font-size: 11px;
    letter-spacing: 1.4px;
    color: #bbf7d0;
    font-weight: 600;
}


@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

    .footer-title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-card {
        margin-top: 12px;
        padding: 18px 16px;
        text-align: left;
    }

    .footer-logo {
        max-width: 65px;
    }
}





/* 2024 */

.collage-section {
    background: #f0fdf4;
}


.collage-title span {
    display: inline-block;
    background: #16a34a;
    color: #ffffff;
    padding: 8px 22px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 30px;
    letter-spacing: 1px;
}


.collage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
    gap: 14px;
}


.collage-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}


.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}


.collage-item:hover img {
    transform: scale(1.08);
}


.collage-item.p {
    grid-row: span 1;
}


.collage-item.r {
    grid-row: span 2;
}

.reel-badge {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: 0.3s ease;
}


.collage-item.r:hover .reel-badge {
    opacity: 1;
}

/* Mobile layout */
@media (max-width: 768px) {
    .collage-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 140px;
    }
}



/* 2025 */

.collage-2025-section {
    background: #f0fdf4;

}


.collage-2025-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}


.c25-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.c25-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}


.c25-item:hover img {
    transform: scale(1.08);
}


.c25-item.photo {
    aspect-ratio: 1 / 1;
}


.c25-item.reel {
    aspect-ratio: 9 / 16;
}


.reel-badge {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: 0.3s ease;
}

.c25-item.reel:hover .reel-badge {
    opacity: 1;
}


@media (max-width: 768px) {
    .collage-2025-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}




/* MODAL BOX */
.whatsapp-modal {
    border-radius: 18px;
    overflow: hidden;
}


.whatsapp-header {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #ffffff;
    padding: 16px 20px;
}

.whatsapp-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


.success-text {
    font-size: 17px;
    font-weight: 600;
    color: #14532d;
}

.info-text {
    font-size: 15px;
    color: #1f2937;
    line-height: 1.6;
}

.note-text {
    color: #6b7280;
}

.join-btn {
    border-radius: 14px;
    font-weight: 700;
    padding: 14px;
    letter-spacing: 0.3px;
}

.join-btn:hover {
    transform: scale(1.03);
}


/* MOBILE OPTIMIZATION */
@media (max-width: 576px) {

    .modal-dialog {
        margin: 16px;
    }

    .whatsapp-modal {
        border-radius: 14px;
    }

    .whatsapp-header {
        padding: 14px 16px;
    }

    .whatsapp-header .modal-title {
        font-size: 17px;
    }

    .modal-body {
        padding: 18px 16px !important;
    }

    .success-text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .info-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .join-btn {
        font-size: 15px;
        padding: 12px;
        border-radius: 12px;
    }

    .whatsapp-icon {
        font-size: 18px;
    }

    .note-text {
        font-size: 12px;
    }
}


.whatsapp-modal {
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.96);
}

.modal.fade .modal-dialog {
    transform: translateY(-30px) scale(0.96);
    transition: all 0.35s ease;
}

.modal.show .modal-dialog {
    transform: translateY(0) scale(1);
}


.whatsapp-icon {
    display: inline-block;
    font-size: 20px;
    animation: pulseWhatsApp 1.5s infinite;
}

@keyframes pulseWhatsApp {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.25);
        opacity: 0.75;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.join-btn {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    border: none;
}

.join-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.45);
}

.join-btn {
    animation: softBounce 2.5s infinite;
}

@keyframes softBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}