@charset "UTF-8";

.bg-light-primary {
    background-color: #FEF7EC !important;
}

.ytp-cued-thumbnail-overlay-image {
    background-position: top center;
    margin-top: 20px;
}

.text-primary {
    color: #FD7A01 !important;
}

.btn {
    padding: 8px 18px !important;
    font-weight: 600 !important;
}

.btn-primary {
    background-color: #FD7A01;
    border-color: #FD7A01;
    color: #FFFFFF;
}

    .btn-primary:hover {
        background-color: #000;
        border-color: #000;
    }

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

    .section-title h5 {
        display: none;
        font-size: 14px;
        color: #FD7A01;
        margin-top: -4px;
        margin-bottom: 15px;
        font-weight: 800;
        letter-spacing: 0.2px;
    }

    .section-title h2 {
        color: #000000;
        /* orange */
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        text-transform: capitalize;
        margin: 0;
    }

@media (max-width: 576px) {
    .section-title .line {
        max-width: 60px;
    }

    .section-title h2 {
        font-size: 22px;
    }
}

.hindi-body {
    font-family: "Poppins", sans-serif !important;
}

.hindi-title {
    font-family: "Poppins", sans-serif !important;
}

.banner.guruji-banner .youtube-container {
    aspect-ratio: 15/10;
}

    .banner.guruji-banner .youtube-container iframe {
        top: 0;
    }

.banner .youtube-container .dham-frame {
    height: 130%;
}

.banner.main-index .youtube-container iframe {
    top: 0;
}

.banner .youtube-container {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 17/10;
    pointer-events: none;
}

.banner .videobg {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}

.banner .youtube-container iframe {
    width: 300%;
    height: 100%;
    margin-left: -100%;
    top: -112px;
    position: relative;
}

.banner-slider.mt-minus {
    margin-top: -80px;
}

    .banner-slider.mt-minus .carousel-inner {
        border-radius: 10px;
    }

        .banner-slider.mt-minus .carousel-inner .carousel-item img {
            width: 100%;
        }

.header.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.header {
    width: 100%;
    z-index: 1050;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .header .donate-btn-res .donate-btn-icon {
        display: none;
    }

        .header .donate-btn-res .donate-btn-icon img {
            width: 35px;
        }

    .header .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .header ul.dropdown-menu li:last-child .dropdown-item {
        border-bottom: 0;
    }

    .header .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 30px;
    }

    .header .nav-link:focus-visible {
        box-shadow: none;
    }

    .header .navbar {
        background-color: #FFFFFF;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .header .navbar-brand img {
        height: 60px;
    }

    .header .nav-link {
        color: #000000 !important;
        font-size: 14px;
        font-weight: 500;
        margin: 0 8px;
    }

    .header .dropdown-menu {
        font-size: 12px;
    }

        .header .dropdown-menu .dropdown-item {
            border-bottom: 1px solid #eee;
            margin-bottom: 4px;
        }

    .header .nav-link:hover {
        color: #FD7A01 !important;
    }

    .header .donate-btn {
        background-color: #FD7A01;
        color: #FFFFFF !important;
        border-radius: 20px;
        padding: 6px 18px;
        font-size: 14px;
        font-weight: 600;
        border: none;
    }

    .header .dropdown-menu a:hover {
        background-color: #f9f9f9;
        color: #FD7A01 !important;
    }

#customLanguageDropdown {
    margin-right: 15px;
    /* Smooth Dropdown Look */
    /* Hide Google default banner */
    /* Prevent Google Translate from touching these elements */
}

    #customLanguageDropdown .dropdown-toggle {
        background-color: #fff !important;
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
        transition: all 0.3s ease;
        padding: 5px 13px !important;
        font-size: 13px;
    }

        #customLanguageDropdown .dropdown-toggle:hover {
            background-color: #f8f9fa !important;
            transform: translateY(-1px);
        }

    #customLanguageDropdown .dropdown-menu {
        margin-top: -15px;
        border: 1px solid #ddd;
        min-width: 180px;
        border-radius: 10px;
        animation: fadeIn 0.2s ease-in-out;
    }

    #customLanguageDropdown .dropdown-item {
        border-radius: 6px;
        transition: all 0.2s ease-in-out;
    }

        #customLanguageDropdown .dropdown-item:hover {
            background-color: #fd7a01;
            color: #fff;
            transform: translateX(3px);
        }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#customLanguageDropdown .goog-te-banner-frame.skiptranslate,
#customLanguageDropdown .VIpgJd-ZVi9od-ORHb-OEVmcd,
#customLanguageDropdown .goog-te-balloon-frame,
#customLanguageDropdown iframe.goog-te-menu-frame {
    display: none !important;
}

#customLanguageDropdown body {
    top: 0px !important;
}

#customLanguageDropdown .notranslate,
#customLanguageDropdown .notranslate * {
    translate: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#customLanguageDropdown .dropdown-menu .dropdown-item {
    border-radius: 8px;
    transition: background 0.2s ease-in-out;
}

#customLanguageDropdown .dropdown-item:hover {
    background-color: #fd7a01;
    color: #fff !important;
}

.chatbot {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 320px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    /*display: none;*/
    flex-direction: column;
    overflow: hidden;
    z-index: 9999;
    font-family: "Poppins", sans-serif;
}

.chatbot-header {
    background: #ffc794;
    color: #333;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .chatbot-header h4 {
        margin: 0;
        font-size: 16px;
    }

    .chatbot-header button {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

.chatbot-body {
    display: flex;
    flex-direction: column;
    height: 400px;
}

.chatbot-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .chatbot-messages .message {
        max-width: 80%;
        padding: 8px 12px;
        border-radius: 10px;
        font-size: 14px;
    }

        .chatbot-messages .message.bot {
            background: #f1f1f1;
            align-self: flex-start;
        }

        .chatbot-messages .message.user {
            background: #ffc794;
            color: #fff;
            align-self: flex-end;
        }

.chatbot-input {
    display: flex;
    border-top: 1px solid #eee;
}

    .chatbot-input input {
        flex: 1;
        padding: 10px;
        border: none;
        outline: none;
    }

    .chatbot-input button {
        background: #ffc794;
        color: #fff;
        border: none;
        padding: 0 15px;
        cursor: pointer;
    }

.chatbot-float {
    display: flex; /* ✅ visible */
    position: fixed;
    z-index: 99999; /* above header & footer */
    bottom: 20px;
    right: 20px;
    background: #fd7a01;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
}

.tooltip-chatbot {
    position: fixed;
}

    /* Tooltip text */
    .tooltip-chatbot::after {
        content: attr(data-tooltip);
        position: absolute;
        right: 65px; /* tooltip position */
        bottom: 50%;
        transform: translateY(50%);
        background: #000;
        color: #fff;
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 6px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    /* Tooltip arrow */
    .tooltip-chatbot::before {
        content: "";
        position: absolute;
        right: 55px;
        bottom: 50%;
        transform: translateY(50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent transparent #000;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    /* Show on hover */
    .tooltip-chatbot:hover::after,
    .tooltip-chatbot:hover::before {
        opacity: 1;
        transform: translateY(50%) translateX(-5px);
    }

    /*chatbot Style Ended*/

.about .title {
    font-size: 44px;
    text-decoration: underline;
    font-weight: 500;
}

.about .position-set {
    position: absolute;
    bottom: -120px;
    left: -165px;
    width: 470px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    opacity: 0.75;
    animation: spin 20s linear infinite;
}

.about .quote-mark {
    color: #FD7A01;
    font-size: 3rem;
}

.about .guru-img {
    border-radius: 32px;
    width: 100%;
    position: relative;
    z-index: 9;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.about .carousel-inner {
    width: 100%;
}

    .about .carousel-inner img {
        border-radius: 15px;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.about .carousel {
    width: -moz-fit-content;
    width: fit-content;
    border: 5px solid #000000;
    border-radius: 22px;
    padding: 0;
    display: inline-block;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.glimpses {
    /* Custom styling for the large central card (Card 2) to span two rows on large screens */
    /* Adjusting the grid for the specific 3x2 layout visual (using CSS Grid) */
}

    .glimpses .card-body {
        padding: 25px 15px;
    }

    .glimpses .position-set {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 400px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
        opacity: 0.75;
        animation: spin 20s linear infinite;
    }

    .glimpses .card {
        border: none;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        /* Subtle shadow */
        transition: transform 0.3s ease-in-out;
        height: 100%;
        /* Ensures all cards fill the grid slot */
    }

    .glimpses .card-2 .card {
        background-color: #FEF7EC;
    }

    .glimpses .card:hover {
        transform: translateY(-5px);
    }

    .glimpses .card-img-top {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .glimpses .btn-read-more {
        background-color: #FD7A01;
        /* Custom Orange color */
        border-color: #FD7A01;
        color: white;
        padding: 8px 24px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 13px;
        padding: 5px 20px !important;
    }

        .glimpses .btn-read-more:hover {
            background-color: #FD7A01;
            border-color: #FD7A01;
            color: white;
        }

    .glimpses .card-title {
        color: #212529;
        font-weight: 700;
        font-size: 1.25rem;
    }

    .glimpses .quote-block {
        border-radius: 12px;
        padding: 4rem 2rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .glimpses .quote-text {
        font-size: 25px;
        font-weight: 400;
        line-height: 1.6;
        color: #495057;
        text-decoration: underline;
    }

    .glimpses .quote-icon {
        font-size: 2.5rem;
        color: #FD7A01;
        line-height: 1;
    }

@media (min-width: 992px) {
    .glimpses .card-span-2-rows {
        grid-row: span 2;
    }
}

.glimpses .moments-grid {
    /* Default for mobile */
}

@media (min-width: 768px) {
    .glimpses {
        /* Tablet view */
    }
}

@media (min-width: 992px) {
    .glimpses .card-2 {
        grid-row: span 2;
        height: auto;
    }
}

.contribute {
    /* Responsive stacking for mobile */
}

    .contribute .card-title {
        cursor: pointer;
    }

        .contribute .card-title a {
            color: #000000;
            text-decoration: none;
            border-bottom: 1px solid #FD7A01;
        }

            .contribute .card-title a:hover {
                color: #FD7A01;
                border-bottom: 1px solid #000000;
            }

    .contribute .custom-card {
        border-radius: 1rem;
        border: 1px solid #C3C3C3;
        overflow: hidden;
    }

    .contribute .card-image-wrapper {
        flex-shrink: 0;
        width: 35%;
        height: 100%;
    }

    .contribute .card-img-custom {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 1rem 0 0 1rem;
    }

    .contribute .btn-orange-custom {
        background-color: #FD7A01;
        border-color: #FD7A01;
        color: white;
        padding: 5px 12px;
        border-radius: 5px;
        font-weight: 500;
        font-size: 12px;
    }

        .contribute .btn-orange-custom:hover {
            background-color: #FD7A01;
            border-color: #FD7A01;
        }

@media (max-width: 1024px) {
    .contribute {
        /* Breakpoint for large screens and smaller */
    }

        .contribute .card-content-flex {
            flex-direction: column;
            /* Stack image and text vertically on mobile */
        }

        .contribute .card-image-wrapper {
            width: 100%;
            height: 100%;
            flex-shrink: 1;
            /* Fixed height for image on mobile */
        }

        .contribute .custom-card .card-img-custom {
            height: 100%;
        }

        .contribute .card-img-custom {
            border-radius: 1rem 1rem 0 0;
            /* Rounded corners only on top */
        }
}

.bageshwar-bageecha {
    position: relative;
    overflow: hidden;
}

    .bageshwar-bageecha .position-set {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 380px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
        opacity: 0.75;
        animation: spin 20s linear infinite;
    }

.gallery-img-open .image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

    .gallery-img-open .image-modal img {
        margin: auto;
        max-width: 60%;
        max-height: 80vh;
        border-radius: 10px;
    }

    .gallery-img-open .image-modal .caption {
        color: #ccc;
        padding: 10px 0;
    }

    .gallery-img-open .image-modal .close {
        position: absolute;
        top: 15px;
        right: 25px;
        color: #fff;
        font-size: 35px;
        font-weight: bold;
        cursor: pointer;
    }

    .gallery-img-open .image-modal .prev,
    .gallery-img-open .image-modal .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 16px;
        color: white;
        font-size: 30px;
        transition: 0.3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .gallery-img-open .image-modal .prev {
        left: 10%;
    }

    .gallery-img-open .image-modal .next {
        right: 10%;
    }

        .gallery-img-open .image-modal .prev:hover,
        .gallery-img-open .image-modal .next:hover {
            color: #f1f1f1;
        }

.commandments {
    position: relative;
    overflow: hidden;
}

    .commandments .position-set {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 380px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
        opacity: 0.75;
        animation: spin 20s linear infinite;
    }

    .commandments .resolution-column {
        background-color: #f8f8f8;
        padding: 30px;
        border-radius: 12px;
        height: 100%;
        border: 1px solid #ddd;
        display: flex;
        flex-direction: column;
    }

    .commandments .orange-dot-container {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

    .commandments .outside-orange {
        height: 50px;
        width: 50px;
        border: 1px solid #FD7A01;
        position: relative;
        left: 40px;
        border-radius: 100%;
    }

    .commandments .orange-dot {
        width: 30px;
        height: 30px;
        background-color: #FD7A01;
        /* Center background */
        border: 0px solid #FD7A01;
        /* Orange border */
        border-radius: 50%;
        position: relative;
        z-index: 10;
    }

    .commandments .dot-line {
        height: 3px;
        background-color: #FD7A01;
        flex-grow: 1;
        margin-left: 10px;
        /* Space between dot and line */
        position: relative;
        z-index: 5;
        opacity: 0.6;
        /* Slight transparency for dashed look */
    }

    .commandments .resolution-list {
        margin: 0;
        list-style: none;
        padding-left: 0;
    }

        .commandments .resolution-list li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 1.5rem;
            /* Space for custom bullet */
            color: #495057;
            /* Darker text */
        }

            .commandments .resolution-list li::before {
                content: "•";
                /* Unicode for a bullet point */
                color: #FD7A01;
                /* Orange bullet */
                font-weight: bold;
                display: inline-block;
                width: 1em;
                margin-left: -0.5em;
                position: absolute;
                left: 5px;
                top: -9px;
                font-size: 26px;
            }

    .commandments .btn-black-outline {
        background-color: #000000;
        color: #FFFFFF;
        border: 2px solid #000000;
        padding: 9px 30px;
        font-weight: 600;
        border-radius: 50px;
        /* Rounded pill shape */
        transition: background-color 0.3s, color 0.3s;
    }

        .commandments .btn-black-outline:hover {
            background-color: #FD7A01;
            color: #FFFFFF;
            border-color: #FD7A01;
        }

.explorations {
    background-color: #FEF7EC;
}

    .explorations .experiences-section {
        padding: 4rem 0;
    }

    .explorations .video-thumbnail-container {
        position: relative;
        cursor: pointer;
        display: block;
    }

        .explorations .video-thumbnail-container img {
            width: 100%;
            height: auto;
            display: block;
        }

    .explorations .play-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 45px;
        height: 45px;
        background-color: rgba(255, 69, 0, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        clip-path: polygon(30% 20%, 80% 50%, 30% 80%);
        content: "";
        padding-left: 5px;
    }

    .explorations .card {
        border: 1px solid #ddd;
        position: relative;
        overflow: hidden;
    }

    .explorations .card-footer-black {
        background-color: #ff9a3d;
        color: #000000;
        margin-top: -10px;
        padding: 0.75rem 1rem;
        font-weight: 600;
        text-decoration: none;
        display: block;
    }

        .explorations .card-footer-black:hover {
            color: #ccc;
        }

    .explorations .card-title-meta {
        position: absolute;
        background: #ffffff;
        border-bottom: 2.2px dotted #9c9c9c;
        width: 100%;
        top: 0;
        padding: 15px 20px;
        color: #FD7A01;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .explorations .card-title-meta .icon {
            display: inline-block;
            margin-right: 8px;
            color: #000;
            font-size: 20px;
        }

.program {
    background-image: url("../img/world-map.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 100px;
    /* Segmented Control (Tab Buttons) */
    /* Event Card Styling */
}

    .program .event-box .wrap-box .text-white {
        font-size: 13px;
    }

    .program :root {
        --pin-color: #0d6efd;
        /* Bootstrap primary blue */
    }

    .program .segmented-control {
        display: inline-flex;
        background-color: #f1f1f1;
        border-radius: 50px;
        padding: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .program .tab-button {
        border: none;
        background: #000000;
        margin: 0 5px;
        padding: 8px 25px;
        font-weight: 600;
        color: #ffffff;
        border-radius: 50px;
        transition: all 0.3s ease;
    }

        .program .tab-button.active {
            background-color: #FD7A01;
            color: #FFFFFF;
            box-shadow: 0 2px 10px rgba(13, 110, 253, 0.3);
        }

        .program .tab-button:hover {
            background-color: #000000;
            color: #FFFFFF;
        }

    .program .event-sub {
        position: absolute;
        z-index: 9;
        top: 10px;
        left: 0;
    }

        .program .event-sub h5 {
            font-size: 16px;
            line-height: 23px;
            padding: 0 20px;
        }

    .program .event-img {
        height: 50%;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        border: 2px solid #ddd;
    }

    .program .event-card {
        background-image: url(../img/bg-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        border-radius: 0 0 12px 12px;
        padding: 20px;
        border: 1.2px solid #fd7a01;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        position: relative;
        overflow: hidden;
    }

        .program .event-card::after {
            content: "";
            position: absolute;
            height: 101%;
            width: 100%;
            bottom: 0;
            z-index: 1;
            left: 0;
            background-color: rgba(0, 0, 0, 0.05);
        }

        .program .event-card .wrap-box {
            position: relative;
            z-index: 9;
        }

        .program .event-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
        }

    .program .flag-icon {
        width: 40px;
        height: 25px;
        margin-bottom: 0px;
        border-radius: 4px;
        overflow: hidden;
    }

    .program .icon-pin,
    .program .icon-calendar {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

.builds .card-custom {
    border: 1px solid #C3C3C3;
    border-radius: 1.5rem !important;
    overflow: hidden;
    background-color: #FFFFFF;
    height: 100%;
}

.builds .card-img-top {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.builds .discourse-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.builds .card-body-custom {
    background-color: #FEF7EC;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.isotope-section .segmented {
    display: inline-flex;
    background: #FFFFFF;
    padding: 6px;
    border-radius: 999px;
    box-shadow: 0 6px 22px rgba(18, 30, 60, 0.06);
    gap: 6px;
    margin-bottom: 28px;
    border: 1px solid #C3C3C3;
}

    .isotope-section .segmented button {
        border: 0;
        background: transparent;
        padding: 10px 20px;
        border-radius: 999px;
        font-weight: 600;
        cursor: pointer;
        color: var(--muted);
        transition: background 0.3s ease, color 0.3s ease;
    }

        .isotope-section .segmented button.active {
            background: #FD7A01;
            color: #FFFFFF;
            box-shadow: 0 3px 10px rgba(13, 110, 253, 0.18);
        }

.isotope-section .toolbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.isotope-section .title {
    font-size: 18px;
    font-weight: 700;
}

.isotope-section .muted {
    color: var(--muted);
    font-size: 14px;
}

.isotope-section .grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -var(--gap);
    width: calc(100% + var(--gap));
    transition: opacity 0.2s ease;
}

.isotope-section .grid-item {
    width: 100%;
    padding-left: var(--gap);
    margin-bottom: var(--gap);
    opacity: 1;
    transition: opacity 0.25s ease;
}

@media (min-width: 600px) {
    .isotope-section .grid-item {
        width: 50%;
    }
}

@media (min-width: 900px) {
    .isotope-section .grid-item {
        width: 33.333%;
    }
}

@media (min-width: 1200px) {
    .isotope-section .grid-item {
        width: 25%;
    }
}

.isotope-section .card {
    background: var(--card);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(15, 30, 60, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 220px;
}

.isotope-section .thumb {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}

    .isotope-section .thumb img {
        cursor: pointer;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        transition: opacity 0.3s ease;
    }

.isotope-section .card:hover img {
    opacity: 0.85;
}

.isotope-section .card-body {
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.isotope-section .meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .isotope-section .meta .loc {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 14px;
    }

    .isotope-section .meta .date {
        color: var(--muted);
        font-size: 13px;
        display: none;
    }

.isotope-section .badge {
    display: none;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 999px;
    background: #f1f5ff;
    color: var(--accent);
    font-weight: 700;
}

.isotope-section .empty {
    text-align: center;
    padding: 60px;
    background: var(--card);
    border-radius: 12px;
    display: none;
    color: var(--muted);
}

.gallery-grid .gallery-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.gallery-grid .masonry-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gallery-grid .masonry-item:hover img {
    transform: scale(1.05);
}

.gallery-grid .masonry {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

@media (max-width: 1200px) {
    .gallery-grid .masonry {
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 992px) {
    .gallery-grid .masonry {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .gallery-grid .masonry {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .gallery-grid .masonry {
        -moz-column-count: 1;
        column-count: 1;
    }
}

.gallery-grid .masonry-item {
    background: #fff;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .gallery-grid .masonry-item img {
        width: 100%;
        display: block;
        transition: transform 0.3s ease;
    }

    .gallery-grid .masonry-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    }

        .gallery-grid .masonry-item:hover img {
            transform: scale(1.05);
        }

footer {
    background-color: #0a0a0a;
    color: #FFFFFF;
    padding: 60px 0 20px;
}

    footer h5 {
        font-weight: 700;
        font-size: 1.25rem;
        margin-bottom: 25px;
    }

    footer a {
        color: #ccc;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }

    footer footer a:hover {
        color: #FD7A01;
        transform: translateX(4px);
    }

    footer .social-icons a {
        font-size: 1.3rem;
        margin-right: 15px;
        color: #ccc;
        transition: color 0.3s;
    }

        footer .social-icons a:hover {
            color: #FD7A01;
        }

    footer .btn-update {
        background: linear-gradient(90deg, #f57c00, #ffb74d);
        color: #000;
        border: none;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        padding: 10px 30px;
        transition: transform 0.3s ease;
    }

        footer .btn-update:hover {
            transform: scale(1.05);
            color: #000;
        }

    footer .footer-bottom {
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-top: 40px;
        text-align: center;
        font-size: 0.9rem;
        color: #888;
    }

    footer .lang-select {
        background-color: #FD7A01;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 8px 15px;
        font-weight: 600;
        margin-top: 10px;
    }

.join-update-form form {
    background: #ffecda;
}

.join-update-form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.join-update-form .position-set {
    animation: spin 20s linear infinite;
}

.join-update-form .form-control {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
}

    .join-update-form .form-control:focus {
        border-color: #FD7A01;
        box-shadow: none;
    }

.join-update-form .btn-submit {
    background-color: #FD7A01;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

    .join-update-form .btn-submit:hover {
        background-color: #000;
    }

.instagram-modal .modal-dialog {
    width: 530px;
}

#ig-post-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    overflow: hidden;
    min-width: 500px;
}

    #ig-post-container img {
        width: 100%;
        min-height: 300px;
    }

    #ig-post-container .instagram-preview {
        min-height: 200px;
        opacity: 1 !important;
        visibility: visible !important;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    #ig-post-container iframe {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        display: block;
    }

.humanitarian ul li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.humanitarian ul ::marker {
    color: #FD7A01;
    font-size: 20px;
}

.dham-page .card-item {
    width: 100%;
}

.dham-page .card img {
    height: 400px;
}

.accordion-custom .accordion-button {
    background-color: #fafafa;
    font-size: 15px !important;
    line-height: 25px;
}

.accordion-custom .accordion-body {
    font-size: 13px;
}

.accordion-custom ul li {
    margin: 10px 0;
}

.accordion-custom .accordion-button:not(.collapsed) {
    background-color: #FD7A01;
    color: #FFFFFF;
    font-weight: 600;
}

    .accordion-custom .accordion-button:not(.collapsed)::after {
        filter: invert(1);
    }

.accordion-custom .accordion-button:focus {
    border-color: #FD7A01;
    box-shadow: none;
}

.accordion-custom .accordion-item {
    border: 1px solid #e1e1e1 !important;
    border-radius: 2px;
    margin: 15px 0;
}

.preview {
    background-image: url("/assets/img/bookguruji.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

    .preview::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

.number-design .num {
    height: 55px;
    width: 55px;
    border: 1px solid #FD7A01;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-weight: 700;
    margin-right: 15px;
}

.number-design li {
    margin-bottom: 18px;
}

.book-page .card {
    height: 500px;
}

    .book-page .card .card-img-top {
        border-radius: 12px;
        height: 100%;
        -o-object-fit: inherit;
        object-fit: inherit;
    }

.sanatan-sec .position-set {
    position: absolute;
    top: -225px;
    left: 60px;
    width: 400px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    opacity: 0.75;
    animation: spin 20s linear infinite;
}

.sanatan-sec ul {
    list-style: none;
    padding-left: 0;
}

.sanatan-sec li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.5rem;
    /* Space for custom bullet */
    color: #495057;
    /* Darker text */
}

    .sanatan-sec li::before {
        content: "•";
        /* Unicode for a bullet point */
        color: #FD7A01;
        /* Orange bullet */
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -0.5em;
        position: absolute;
        left: 5px;
        top: -9px;
        font-size: 26px;
    }

.color-box {
    background: #ffdbd1;
    padding: 15px;
    height: 100%;
}

.special-text {
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}

.gallery-grid.anna-masonry .masonry {
    -moz-column-count: 5;
    column-count: 6;
}

/* FAQ/Accordion Section */
.faq-section {
    padding-top: 6rem;
    /* py-24 */
    padding-bottom: 6rem;
    background-color: #fff;
    /* bg-gray-50 */
    overflow: hidden;
}

    .faq-section .shadow {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .faq-section .faq-item {
        background-color: white;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
        /* shadow-md */
        overflow: hidden;
    }

    .faq-section .faq-toggle {
        border: 0;
        transition: color 0.3s;
        background: #ffdbd1;
        font-size: 17px;
        text-transform: capitalize;
        font-weight: 500;
    }

        .faq-section .faq-toggle:hover {
            color: var(--accent-color);
        }

    .faq-section .faq-content {
        border-top: 1px solid #e5e7eb;
    }

        .faq-section .faq-content p {
            color: #4b5563;
            /* text-gray-700 */
        }

    .faq-section .position-set {
        position: absolute;
        bottom: -80px;
        left: -90px;
        width: 400px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
        opacity: 0.65;
        animation: spin 20s linear infinite;
    }

    .faq-section .guru-img {
        border-radius: 32px;
        width: 100%;
        position: relative;
        z-index: 9;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.gallery-grid.seva-grid .masonry-item img {
    height: 250px;
}

.gallery-grid.seva-grid .masonry {
    -moz-column-count: 5;
    column-count: 4;
}

.gallery-grid.vedic-grid .masonry {
    -moz-column-count: 5;
    column-count: 3;
}

.vivah-timeline .img-side {
    padding: 0 30px;
}

    .vivah-timeline .img-side img {
        border-radius: 8px;
    }

.vivah-timeline .box-side {
    background: #f8f8f8;
    border: 1px solid #cbcbcb;
    padding: 30px;
    border-radius: 8px;
}

.vivah-timeline .year-set {
    padding: 12px;
    background: #ffa289;
    font-size: 20px;
    font-weight: 800;
}

.vivah-timeline .bg-dark-set {
    background: #7c7c7c;
    padding: 8px 12px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
}

.skill-dev h4 {
    font-weight: 800;
    width: 70%;
    line-height: 38px;
    font-style: italic;
    margin-bottom: 25px;
}

.phases-sec .big-title {
    background: #f57c00;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px;
    color: #fff;
}

.phases-sec ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.phases-sec li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.5rem;
    /* Space for custom bullet */
    color: #495057;
    /* Darker text */
}

    .phases-sec li::before {
        content: "•";
        /* Unicode for a bullet point */
        color: #FD7A01;
        /* Orange bullet */
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -0.5em;
        position: absolute;
        left: 5px;
        top: -9px;
        font-size: 26px;
    }

.breadcrumb-section {
    background-image: url("../img/breadcrumb.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .breadcrumb-section h3 {
        color: #fff;
        text-transform: capitalize;
    }

    .breadcrumb-section .breadcrumb-item.active {
        color: var(--accent-gold);
    }

    .breadcrumb-section ol li {
        color: #fff !important;
    }

        .breadcrumb-section ol li a {
            color: #fff;
        }

#facebook {
    background-color: #fff;
}

    #facebook .fb-post-card {
        cursor: pointer;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
    }

        #facebook .fb-post-card:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        }

@media (max-width: 768px) {
    #facebook .fb-post-card img {
        width: 100%;
    }
}

.instagram-media {
    max-width: 100% !important;
    width: 100% !important;
}

.EmbedBrokenMedia {
    padding-bottom: 0;
    padding-top: 0;
}

@media (max-width: 1399.98px) {
    .contribute .card-image-wrapper {
        width: 50%;
    }
}

@media (max-width: 1299.98px) {
    .header .nav-link {
        font-size: 12px;
        margin: 0 3px;
    }

    .header .donate-btn {
        font-size: 12px;
    }

    .glimpses .card-title {
        font-size: 15px;
        line-height: 23px;
    }
}

@media (max-width: 1150.98px) {
    #customLanguageDropdown .dropdown-toggle {
        padding: 2px 9px !important;
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    #customLanguageDropdown {
        margin-right: 8px;
    }

    .header .navbar-brand img {
        height: 45px;
    }

    .header .nav-link {
        font-size: 11px;
        margin: 0 1px;
    }
}

@media (max-width: 1024px) {
    .contribute .card-image-wrapper {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .header .donate-btn-res .donate-btn-icon {
        display: block;
    }

    .header .donate-btn-res .donate-btn {
        display: none;
    }

    .header .dropdown-menu .dropdown-item {
        padding: 5px 8px !important;
    }

    .program {
        margin-top: 40px;
    }

    .section-padding {
        padding: 55px 0;
    }

    #customLanguageDropdown .dropdown-menu {
        padding: 0 !important;
    }

    .toggle-po-set {
        position: absolute;
        top: 15px;
        right: 65px;
        right: 105px;
    }

    .donate-btn-res {
        position: absolute;
        top: 14px;
        right: 65px;
    }

    .about .title {
        font-size: 25px;
    }

    .gallery-grid.seva-grid .masonry-item img {
        height: 160px;
    }

    .gallery-grid .gallery-container {
        padding: 0 20px;
    }

    .vivah-timeline .box-side {
        padding: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    #customLanguageDropdown .dropdown-menu {
        margin-top: 0px;
    }

    .banner .youtube-container iframe {
        top: 0;
    }

    .gallery-grid .masonry,
    .isotope-section .grid {
        height: 100vh !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .gallery-grid.seva-grid .masonry-item img {
        height: 100%;
    }

    .position-set {
        display: none;
    }

    .section-padding {
        padding: 37px 0;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .vivah-timeline .year-set {
        font-size: 16px;
    }

    .isotope-section .segmented {
        padding: 0px;
        gap: 3;
    }

        .isotope-section .segmented button {
            font-size: 13px;
            padding: 5px 15px;
        }

    .banner .youtube-container {
        aspect-ratio: 10;
        height: 400px;
    }
}
/*# sourceMappingURL=style.css.map */


.entity-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 4px solid #ff9933;
    position: relative;
    overflow: hidden;
}

    .entity-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(255, 153, 51, 0.15);
        border-top: 4px solid transparent;
        border: 1px solid #ff9933;
    }

    .entity-card .flag-icon {
        width: 35px;
    }

    .entity-card .country-title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        color: #2c3e50;
        position: relative;
        padding-bottom: 10px;
    }

        .entity-card .country-title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background-color: #eee;
        }

    .entity-card .entity-list {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: left;
    }

    .entity-card ul.entity-list li {
        padding: 10px 0;
        border-bottom: 1px dashed #d9d9d9;
        color: #5f6c7b;
        font-size: 0.95rem;
        display: flex;
        margin-bottom: 5px;
        align-items: flex-start;
        line-height: 1.4;
    }

    .entity-card .entity-list li:last-child {
        border-bottom: none;
    }

    .entity-card .entity-list li::before {
        content: "\f26e";
        font-family: "bootstrap-icons";
        font-weight: 900;
        color: #ff9933;
        margin-right: 10px;
        margin-top: 0;
        font-size: 28px;
        line-height: 28px;
        flex-shrink: 0;
    }