.elementor-7 .elementor-element.elementor-element-2a7f768{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-81c15a2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-525bb7d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-0861b81{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-6507fe6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-63bcb6f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-6c295b6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-c8a975e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-ecc00e2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2a7f768 *//* =========================================================
   ISKCON VRINDAAVAN
   PREMIUM HEADER
========================================================= */

.site-header {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 9999;

    background:
        rgba(255, 253, 247, 0.92);

    border-bottom:
        1px solid
        rgba(36, 59, 100, 0.08);

    backdrop-filter:
        blur(18px);

    -webkit-backdrop-filter:
        blur(18px);

    transition:
        background .35s ease,
        box-shadow .35s ease,
        transform .35s ease;
}


/* =========================================================
   SCROLLED HEADER
========================================================= */

.site-header.scrolled {
    background:
        rgba(255, 253, 247, 0.97);

    box-shadow:
        0 8px 30px
        rgba(36, 59, 100, 0.07);
}


/* =========================================================
   HEADER CONTAINER
========================================================= */

.header-container {
    width: min(1180px, 92%);

    min-height: 82px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


/* =========================================================
   LOGO
========================================================= */

.site-logo {
    display: flex;

    flex-direction: column;

    flex-shrink: 0;

    text-decoration: none;

    line-height: 1;
}


/* MAIN LOGO */

.logo-main {
    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 27px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #243B64;
}


/* SUB LOGO */

.logo-sub {
    margin-top: 5px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 4px;

    color: #D97706;
}


/* =========================================================
   NAVIGATION
========================================================= */

.main-nav {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 28px;

    margin-left: auto;
}


/* NAV LINK */

.nav-link {
    position: relative;

    padding: 31px 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    font-weight: 500;

    text-decoration: none;

    white-space: nowrap;

    color: #4E5663;

    transition:
        color .3s ease;
}


/* UNDERLINE */

.nav-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 24px;

    width: 100%;
    height: 1px;

    background: #D97706;

    transform:
        scaleX(0);

    transform-origin:
        center;

    transition:
        transform .3s ease;
}


/* HOVER */

.nav-link:hover {
    color: #243B64;
}


.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}


/* ACTIVE */

.nav-link.active {
    color: #243B64;

    font-weight: 600;
}


/* =========================================================
   HEADER CTA
========================================================= */

.header-cta {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    flex-shrink: 0;

    min-height: 42px;

    padding: 0 17px;

    background: #243B64;

    color: #FFFFFF;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 10px;

    font-weight: 600;

    text-decoration: none;

    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


.header-cta span {
    font-size: 15px;

    transition:
        transform .3s ease;
}


.header-cta:hover {
    background: #D97706;

    transform: translateY(-1px);

    box-shadow:
        0 8px 20px
        rgba(217, 119, 6, .16);
}


.header-cta:hover span {
    transform: translateX(4px);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.menu-toggle {
    display: none;

    width: 42px;
    height: 42px;

    padding: 0;

    border: 1px solid
        rgba(36, 59, 100, 0.12);

    background: #FFFFFF;

    cursor: pointer;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    gap: 5px;
}


.menu-toggle span {
    display: block;

    width: 18px;
    height: 1.5px;

    background: #243B64;

    transition:
        transform .3s ease,
        opacity .3s ease;
}


/* =========================================================
   MOBILE MENU ACTIVE
========================================================= */

.menu-toggle.active span:nth-child(1) {
    transform:
        translateY(6.5px)
        rotate(45deg);
}


.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}


.menu-toggle.active span:nth-child(3) {
    transform:
        translateY(-6.5px)
        rotate(-45deg);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .header-container {
        min-height: 76px;
    }


    .main-nav {
        gap: 19px;
    }


    .nav-link {
        font-size: 10px;
    }


    .header-cta {
        padding: 0 14px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    .header-container {
        min-height: 72px;

        width: 90%;
    }


    /* LOGO */

    .logo-main {
        font-size: 25px;
    }


    .logo-sub {
        font-size: 6.5px;

        letter-spacing: 3.5px;
    }


    /* DESKTOP NAV HIDDEN */

    .main-nav {
        position: absolute;

        top: 100%;

        left: 0;

        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 0;

        margin: 0;

        padding: 8px 5% 18px;

        background:
            rgba(255, 253, 247, 0.98);

        border-bottom:
            1px solid
            rgba(36, 59, 100, 0.08);

        box-shadow:
            0 15px 30px
            rgba(36, 59, 100, 0.07);

        opacity: 0;

        visibility: hidden;

        transform:
            translateY(-10px);

        transition:
            opacity .3s ease,
            visibility .3s ease,
            transform .3s ease;
    }


    /* MOBILE NAV OPEN */

    .main-nav.mobile-open {
        opacity: 1;

        visibility: visible;

        transform:
            translateY(0);
    }


    /* MOBILE LINKS */

    .nav-link {
        width: 100%;

        padding: 15px 5px;

        border-bottom:
            1px solid
            rgba(36, 59, 100, 0.06);

        font-size: 11px;
    }


    .nav-link:last-child {
        border-bottom: none;
    }


    .nav-link::after {
        display: none;
    }


    /* CTA */

    .header-cta {
        display: none;
    }


    /* MENU */

    .menu-toggle {
        display: flex;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .header-container {
        min-height: 68px;
    }


    .logo-main {
        font-size: 23px;
    }


    .logo-sub {
        font-size: 6px;

        letter-spacing: 3px;
    }


    .menu-toggle {
        width: 39px;

        height: 39px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81c15a2 *//* =========================================================
   ISKCON VRINDAAVAN
   PREMIUM HERO SECTION
========================================================= */

.hero-section {
    position: relative;
    width: 100%;
    min-height: 92vh;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.98) 0%,
            rgba(255, 253, 247, 0.94) 38%,
            rgba(255, 253, 247, 0.68) 60%,
            rgba(255, 253, 247, 0.12) 100%
        ),
        url("YOUR-HERO-IMAGE.jpg");

    background-size: cover;
    background-position: center;
}


/* =========================================================
   OVERLAY
========================================================= */

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(217, 119, 6, 0.08),
            transparent 35%
        );

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.hero-container {
    position: relative;
    z-index: 2;

    width: min(1180px, 92%);
    margin: 0 auto;

    padding: 130px 0 100px;
}


/* =========================================================
   CONTENT
========================================================= */

.hero-content {
    width: min(650px, 100%);
}


/* =========================================================
   BRAND NAME
========================================================= */

.hero-brand {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 22px;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;

    letter-spacing: 3.5px;
    text-transform: uppercase;

    color: #243B64;
}


.brand-line {
    width: 30px;
    height: 1px;

    background: #C99A3D;

    flex-shrink: 0;
}


/* =========================================================
   EYEBROW
========================================================= */

.hero-eyebrow {
    display: inline-block;

    margin-bottom: 18px;

    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #D97706;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.hero-content h1 {
    margin: 0;

    max-width: 650px;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(52px, 6.2vw, 78px);

    line-height: 0.98;

    font-weight: 600;

    letter-spacing: -1.8px;

    color: #243B64;
}


.hero-content h1 span {
    display: block;

    margin-top: 5px;

    color: #D97706;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.hero-description {
    max-width: 570px;

    margin: 28px 0 34px;

    font-family: "Poppins", sans-serif;

    font-size: 15px;
    font-weight: 400;

    line-height: 1.85;

    color: #6B6258;
}


/* =========================================================
   BUTTONS
========================================================= */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;

    flex-wrap: wrap;
}


.hero-btn {
    min-height: 54px;

    padding: 0 25px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    border-radius: 4px;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition:
        all 0.3s ease;
}


/* PRIMARY BUTTON */

.hero-btn-primary {
    background: #D97706;

    color: #FFFFFF;

    box-shadow:
        0 12px 30px rgba(217, 119, 6, 0.18);
}


.hero-btn-primary span {
    font-size: 19px;

    transition:
        transform 0.3s ease;
}


.hero-btn-primary:hover {
    background: #B85F00;

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(217, 119, 6, 0.25);
}


.hero-btn-primary:hover span {
    transform: translateX(4px);
}


/* SECONDARY BUTTON */

.hero-btn-secondary {
    border: 1px solid rgba(36, 59, 100, 0.25);

    background: rgba(255, 255, 255, 0.55);

    color: #243B64;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


.hero-btn-secondary:hover {
    background: #243B64;

    border-color: #243B64;

    color: #FFFFFF;

    transform: translateY(-2px);
}


/* =========================================================
   RATING
========================================================= */

.hero-rating {
    display: inline-flex;
    align-items: center;

    gap: 14px;

    margin-top: 38px;

    padding: 11px 18px;

    border: 1px solid rgba(201, 154, 61, 0.3);

    border-radius: 5px;

    background: rgba(255, 253, 247, 0.75);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


/* STARS */

.rating-stars {
    font-size: 14px;

    letter-spacing: 2px;

    color: #C99A3D;
}


/* RATING CONTENT */

.rating-content {
    display: flex;
    align-items: center;

    gap: 8px;
}


.rating-content strong {
    font-family: "Poppins", sans-serif;

    font-size: 14px;
    font-weight: 700;

    color: #243B64;
}


.rating-content span {
    font-family: "Poppins", sans-serif;

    font-size: 11px;

    color: #6B6258;
}


/* =========================================================
   SCROLL INDICATOR
========================================================= */

.hero-scroll {
    position: absolute;

    z-index: 3;

    right: 4%;
    bottom: 40px;

    display: flex;
    align-items: center;

    gap: 14px;

    transform: rotate(90deg);

    transform-origin: right center;
}


.hero-scroll span {
    font-family: "Poppins", sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 2px;

    color: #6B6258;
}


.scroll-line {
    width: 50px;
    height: 1px;

    background: #C99A3D;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .hero-section {
        min-height: 85vh;

        background:
            linear-gradient(
                90deg,
                rgba(255, 253, 247, 0.97) 0%,
                rgba(255, 253, 247, 0.86) 55%,
                rgba(255, 253, 247, 0.35) 100%
            ),
            url("YOUR-HERO-IMAGE.jpg");

        background-size: cover;
        background-position: center;
    }


    .hero-container {
        padding: 110px 0 80px;
    }


    .hero-scroll {
        display: none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .hero-section {
        min-height: auto;

        background:
            linear-gradient(
                180deg,
                rgba(255, 253, 247, 0.95) 0%,
                rgba(255, 253, 247, 0.91) 55%,
                rgba(255, 253, 247, 0.80) 100%
            ),
            url("YOUR-HERO-IMAGE.jpg");

        background-size: cover;

        background-position: center;
    }


    .hero-container {
        width: 90%;

        padding: 125px 0 70px;
    }


    /* BRAND */

    .hero-brand {
        gap: 8px;

        margin-bottom: 17px;

        font-size: 10px;

        letter-spacing: 2.3px;
    }


    .brand-line {
        width: 20px;
    }


    /* EYEBROW */

    .hero-eyebrow {
        margin-bottom: 15px;

        font-size: 9px;

        letter-spacing: 2.2px;
    }


    /* HEADING */

    .hero-content h1 {
        font-size: clamp(43px, 12vw, 55px);

        line-height: 1;

        letter-spacing: -0.8px;
    }


    .hero-content h1 span {
        margin-top: 4px;
    }


    /* DESCRIPTION */

    .hero-description {
        margin: 21px 0 27px;

        font-size: 13px;

        line-height: 1.75;
    }


    /* BUTTONS */

    .hero-buttons {
        width: 100%;

        flex-direction: column;

        align-items: stretch;
    }


    .hero-btn {
        width: 100%;

        min-height: 52px;
    }


    /* RATING */

    .hero-rating {
        margin-top: 30px;

        padding: 10px 14px;

        gap: 10px;
    }


    .rating-stars {
        font-size: 12px;

        letter-spacing: 1px;
    }


    .rating-content {
        gap: 5px;
    }


    .rating-content strong {
        font-size: 12px;
    }


    .rating-content span {
        font-size: 9px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-525bb7d *//* =========================================================
   ABOUT SECTION
========================================================= */

.about-section {
    position: relative;

    width: 100%;

    padding: 120px 0;

    background: #FFFDF7;
}


.about-container {
    width: min(1120px, 90%);

    margin: 0 auto;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.about-heading {
    max-width: 760px;

    margin-bottom: 75px;
}


.section-eyebrow {
    display: inline-block;

    margin-bottom: 17px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #D97706;
}


.about-heading h2 {
    margin: 0;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(44px, 5vw, 64px);

    line-height: 1;

    font-weight: 600;

    letter-spacing: -1px;

    color: #243B64;
}


.about-heading h2 span {
    display: block;

    color: #D97706;
}


.about-heading > p {
    max-width: 650px;

    margin-top: 27px;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.85;

    color: #6B6258;
}


/* =========================================================
   STORY
========================================================= */

.about-story {
    position: relative;

    padding: 55px 60px;

    margin-bottom: 28px;

    background: #F8F3E8;

    border-left: 3px solid #C99A3D;
}


.about-story-content {
    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 30px;
}


.story-number {
    font-family: "Cormorant Garamond", serif;

    font-size: 48px;

    line-height: 1;

    color: #C99A3D;
}


.small-heading {
    display: block;

    margin-bottom: 12px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;

    color: #D97706;
}


.about-story h3 {
    max-width: 650px;

    margin: 0 0 20px;

    font-family: "Cormorant Garamond", serif;

    font-size: 34px;

    line-height: 1.15;

    font-weight: 600;

    color: #243B64;
}


.about-story p {
    max-width: 760px;

    margin: 0 0 15px;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.85;

    color: #6B6258;
}


.about-story p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   VISION & MISSION
========================================================= */

.about-pillars {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 28px;
}


.about-pillar {
    display: flex;

    gap: 24px;

    padding: 42px;

    background: #FFFFFF;

    border: 1px solid rgba(36, 59, 100, 0.09);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.about-pillar:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 45px rgba(36, 59, 100, 0.07);
}


/* Icon */

.pillar-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #FFF7E8;

    color: #C99A3D;

    font-size: 18px;
}


.pillar-content h3 {
    margin: 0 0 14px;

    font-family: "Cormorant Garamond", serif;

    font-size: 30px;

    line-height: 1.1;

    font-weight: 600;

    color: #243B64;
}


.pillar-content p {
    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    line-height: 1.8;

    color: #6B6258;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .about-section {
        padding: 90px 0;
    }


    .about-heading {
        margin-bottom: 55px;
    }


    .about-story {
        padding: 40px;
    }


    .about-pillars {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .about-section {
        padding: 75px 0;
    }


    .about-container {
        width: 90%;
    }


    .section-eyebrow {
        font-size: 9px;

        letter-spacing: 2px;
    }


    .about-heading h2 {
        font-size: 43px;

        line-height: 1.02;
    }


    .about-heading > p {
        margin-top: 20px;

        font-size: 13px;

        line-height: 1.75;
    }


    /* STORY */

    .about-story {
        padding: 30px 24px;

        border-left-width: 2px;
    }


    .about-story-content {
        display: block;
    }


    .story-number {
        display: block;

        margin-bottom: 20px;

        font-size: 38px;
    }


    .small-heading {
        font-size: 9px;

        letter-spacing: 2px;
    }


    .about-story h3 {
        font-size: 29px;

        line-height: 1.15;
    }


    .about-story p {
        font-size: 13px;

        line-height: 1.75;
    }


    /* VISION / MISSION */

    .about-pillar {
        padding: 28px 24px;

        gap: 17px;
    }


    .pillar-icon {
        width: 40px;
        height: 40px;

        font-size: 15px;
    }


    .pillar-content h3 {
        font-size: 27px;
    }


    .pillar-content p {
        font-size: 12px;

        line-height: 1.75;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0861b81 *//* =========================================================
   ISKCON VRINDAAVAN
   PREMIUM ROOMS SECTION
========================================================= */

.rooms-section {
    position: relative;

    width: 100%;

    padding: 120px 0;

    background: #F8F3E8;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.rooms-container {
    width: min(1120px, 90%);

    margin: 0 auto;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.rooms-header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 58px;
}


/* =========================================================
   HEADING
========================================================= */

.rooms-heading {
    flex: 1;
}


.rooms-section .section-eyebrow {
    display: inline-block;

    margin-bottom: 17px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #D97706;
}


.rooms-heading h2 {
    margin: 0;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(44px, 5vw, 64px);

    line-height: 0.98;

    font-weight: 600;

    letter-spacing: -1px;

    color: #243B64;
}


.rooms-heading h2 span {
    display: block;

    color: #D97706;
}


/* =========================================================
   INTRO
========================================================= */

.rooms-intro {
    flex: 0 0 390px;

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.85;

    color: #6B6258;
}


/* =========================================================
   ROOMS GRID
========================================================= */

.rooms-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;
}


/* =========================================================
   ROOM CARD
========================================================= */

.room-card {
    position: relative;

    display: flex;

    flex-direction: column;

    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid rgba(36, 59, 100, 0.08);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.room-card:hover {
    transform: translateY(-7px);

    border-color:
        rgba(201, 154, 61, 0.30);

    box-shadow:
        0 20px 50px rgba(36, 59, 100, 0.10);
}


/* =========================================================
   IMAGE
========================================================= */

.room-image {
    position: relative;

    width: 100%;

    height: 275px;

    overflow: hidden;

    background: #EDE7DA;
}


.room-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.65s cubic-bezier(.2,.7,.2,1);
}


.room-card:hover .room-image img {
    transform: scale(1.055);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.room-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(36, 59, 100, 0) 55%,
            rgba(36, 59, 100, 0.18) 100%
        );

    pointer-events: none;
}


/* =========================================================
   ROOM NUMBER
========================================================= */

.room-number {
    position: absolute;

    z-index: 2;

    top: 16px;

    right: 16px;

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        rgba(255, 253, 247, 0.90);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 16px;

    font-weight: 700;

    color: #243B64;

    border:
        1px solid
        rgba(201, 154, 61, 0.30);
}


/* =========================================================
   ROOM CONTENT
========================================================= */

.room-content {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 28px 28px 25px;
}


/* =========================================================
   CATEGORY
========================================================= */

.room-category {
    display: block;

    margin-bottom: 9px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #C99A3D;
}


/* =========================================================
   ROOM TITLE
========================================================= */

.room-content h3 {
    margin: 0 0 13px;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 31px;

    line-height: 1.05;

    font-weight: 600;

    letter-spacing: -0.3px;

    color: #243B64;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.room-content p {
    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 400;

    line-height: 1.8;

    color: #6B6258;
}


/* =========================================================
   ROOM PRICE
========================================================= */

.room-price {
    display: flex;

    align-items: baseline;

    gap: 5px;

    margin-top: 20px;

    padding-top: 17px;

    border-top:
        1px solid
        rgba(36, 59, 100, 0.09);
}


.room-price span {
    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 400;

    color: #7A7167;
}


.room-price strong {
    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 28px;

    line-height: 1;

    font-weight: 700;

    color: #243B64;
}


.room-price small {
    font-family: "Poppins", sans-serif;

    font-size: 9px;

    color: #7A7167;
}


/* =========================================================
   ROOM FOOTER
========================================================= */

.room-footer {
    display: flex;

    align-items: center;

    margin-top: auto;

    padding-top: 20px;
}


/* =========================================================
   ROOM LINK
========================================================= */

.room-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.5px;

    text-decoration: none;

    color: #243B64;

    transition:
        color 0.3s ease;
}


.room-link span {
    display: inline-block;

    font-size: 17px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


.room-link:hover {
    color: #D97706;
}


.room-link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.rooms-bottom {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 30px;

    margin-top: 52px;

    padding-top: 35px;

    border-top:
        1px solid
        rgba(36, 59, 100, 0.10);
}


.rooms-bottom-content {
    text-align: right;
}


.bottom-eyebrow {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #C99A3D;
}


.rooms-bottom p {
    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    font-weight: 400;

    color: #6B6258;
}


/* =========================================================
   BOTTOM BUTTON
========================================================= */

.rooms-main-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 48px;

    padding: 0 21px;

    background: #243B64;

    color: #FFFFFF;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.rooms-main-btn span {
    font-size: 16px;

    transition:
        transform 0.3s ease;
}


.rooms-main-btn:hover {
    background: #D97706;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px
        rgba(217, 119, 6, 0.18);
}


.rooms-main-btn:hover span {
    transform: translateX(4px);
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1050px) {

    .rooms-header {
        gap: 30px;
    }


    .rooms-intro {
        flex: 0 0 340px;
    }


    .room-image {
        height: 245px;
    }


    .room-content {
        padding: 24px 23px;
    }


    .room-content h3 {
        font-size: 28px;
    }


    .room-price strong {
        font-size: 26px;
    }

}


/* =========================================================
   TABLET — 2 COLUMNS
========================================================= */

@media (max-width: 850px) {

    .rooms-section {
        padding: 95px 0;
    }


    .rooms-header {
        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

        margin-bottom: 45px;
    }


    .rooms-intro {
        flex: none;

        max-width: 650px;
    }


    .rooms-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }


    .room-image {
        height: 260px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .rooms-section {
        padding: 75px 0;
    }


    .rooms-container {
        width: 90%;
    }


    /* HEADER */

    .rooms-header {
        gap: 17px;

        margin-bottom: 35px;
    }


    /* EYEBROW */

    .rooms-section .section-eyebrow {
        margin-bottom: 13px;

        font-size: 9px;

        letter-spacing: 2px;
    }


    /* HEADING */

    .rooms-heading h2 {
        font-size: 43px;

        line-height: 1.01;

        letter-spacing: -0.7px;
    }


    /* INTRO */

    .rooms-intro {
        font-size: 13px;

        line-height: 1.75;
    }


    /* GRID */

    .rooms-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    /* IMAGE */

    .room-image {
        height: 245px;
    }


    /* CONTENT */

    .room-content {
        padding: 25px 23px 23px;
    }


    /* CATEGORY */

    .room-category {
        margin-bottom: 8px;

        font-size: 8px;

        letter-spacing: 1.8px;
    }


    /* TITLE */

    .room-content h3 {
        margin-bottom: 11px;

        font-size: 29px;

        line-height: 1.05;
    }


    /* DESCRIPTION */

    .room-content p {
        font-size: 12px;

        line-height: 1.75;
    }


    /* PRICE */

    .room-price {
        margin-top: 18px;

        padding-top: 15px;
    }


    .room-price span {
        font-size: 8px;
    }


    .room-price strong {
        font-size: 27px;
    }


    .room-price small {
        font-size: 8px;
    }


    /* LINK */

    .room-footer {
        padding-top: 19px;
    }


    .room-link {
        font-size: 10px;
    }


    /* BOTTOM */

    .rooms-bottom {
        flex-direction: column;

        gap: 17px;

        margin-top: 38px;

        padding-top: 28px;

        text-align: center;
    }


    .rooms-bottom-content {
        text-align: center;
    }


    .rooms-bottom p {
        font-size: 12px;
    }


    .rooms-main-btn {
        width: 100%;

        min-height: 48px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .rooms-section {
        padding: 65px 0;
    }


    .rooms-heading h2 {
        font-size: 39px;
    }


    .room-image {
        height: 220px;
    }


    .room-content {
        padding: 22px 20px;
    }


    .room-number {
        width: 34px;

        height: 34px;

        font-size: 14px;
    }


    .room-price strong {
        font-size: 25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6507fe6 *//* =========================================================
   ISKCON VRINDAAVAN
   WHY CHOOSE US SECTION
========================================================= */

.why-us-section {
    position: relative;

    width: 100%;

    padding: 120px 0;

    background: #FFFDF7;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.why-us-container {
    width: min(1120px, 90%);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.why-us-header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 65px;
}


/* =========================================================
   EYEBROW
========================================================= */

.why-us-section .section-eyebrow {
    display: inline-block;

    margin-bottom: 17px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #D97706;
}


/* =========================================================
   HEADING
========================================================= */

.why-us-header h2 {
    margin: 0;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: clamp(44px, 5vw, 64px);

    line-height: 0.98;

    font-weight: 600;

    letter-spacing: -1px;

    color: #243B64;
}


.why-us-header h2 span {
    display: block;

    color: #D97706;
}


/* =========================================================
   INTRO
========================================================= */

.why-us-header > p {
    flex: 0 0 390px;

    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 14px;

    line-height: 1.85;

    color: #6B6258;
}


/* =========================================================
   GRID
========================================================= */

.why-us-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    border-top:
        1px solid
        rgba(36, 59, 100, 0.10);

    border-bottom:
        1px solid
        rgba(36, 59, 100, 0.10);
}


/* =========================================================
   CARD
========================================================= */

.why-us-card {
    position: relative;

    min-height: 330px;

    padding: 38px 28px 35px;

    border-right:
        1px solid
        rgba(36, 59, 100, 0.10);

    transition:
        background 0.35s ease;
}


.why-us-card:last-child {
    border-right: none;
}


.why-us-card:hover {
    background: #F8F3E8;
}


/* =========================================================
   NUMBER
========================================================= */

.why-number {
    position: absolute;

    top: 27px;

    right: 25px;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 17px;

    font-weight: 600;

    color: #C99A3D;
}


/* =========================================================
   ICON
========================================================= */

.why-icon {
    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 45px;

    border:
        1px solid
        rgba(201, 154, 61, 0.35);

    border-radius: 50%;

    background: #FFF7E8;

    font-size: 17px;

    color: #C99A3D;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.why-us-card:hover .why-icon {
    background: #D97706;

    color: #FFFFFF;

    transform: rotate(8deg);
}


/* =========================================================
   CARD HEADING
========================================================= */

.why-us-card h3 {
    max-width: 190px;

    margin: 0 0 15px;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 28px;

    line-height: 1.05;

    font-weight: 600;

    color: #243B64;
}


/* =========================================================
   CARD TEXT
========================================================= */

.why-us-card p {
    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11.5px;

    line-height: 1.8;

    color: #6B6258;
}


/* =========================================================
   BOTTOM STATEMENT
========================================================= */

.why-us-bottom {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 22px;

    margin-top: 48px;
}


.why-line {
    width: 55px;

    height: 1px;

    background: #C99A3D;
}


.why-us-bottom p {
    margin: 0;

    text-align: center;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 12px;

    line-height: 1.7;

    color: #6B6258;
}


.why-us-bottom strong {
    color: #243B64;
}


.why-us-bottom span {
    display: block;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .why-us-header {
        align-items: flex-start;

        flex-direction: column;

        gap: 20px;
    }


    .why-us-header > p {
        flex: none;

        max-width: 650px;
    }


    .why-us-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .why-us-card:nth-child(2) {
        border-right: none;
    }


    .why-us-card:nth-child(1),
    .why-us-card:nth-child(2) {
        border-bottom:
            1px solid
            rgba(36, 59, 100, 0.10);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .why-us-section {
        padding: 75px 0;
    }


    .why-us-container {
        width: 90%;
    }


    /* HEADER */

    .why-us-header {
        gap: 17px;

        margin-bottom: 40px;
    }


    /* EYEBROW */

    .why-us-section .section-eyebrow {
        margin-bottom: 13px;

        font-size: 9px;

        letter-spacing: 2px;
    }


    /* HEADING */

    .why-us-header h2 {
        font-size: 43px;

        line-height: 1.01;

        letter-spacing: -0.7px;
    }


    /* INTRO */

    .why-us-header > p {
        font-size: 13px;

        line-height: 1.75;
    }


    /* GRID */

    .why-us-grid {
        grid-template-columns: 1fr;
    }


    /* CARD */

    .why-us-card {
        min-height: auto;

        padding: 32px 23px 35px;

        border-right: none;

        border-bottom:
            1px solid
            rgba(36, 59, 100, 0.10);
    }


    .why-us-card:last-child {
        border-bottom: none;
    }


    /* NUMBER */

    .why-number {
        top: 25px;

        right: 22px;

        font-size: 15px;
    }


    /* ICON */

    .why-icon {
        width: 43px;

        height: 43px;

        margin-bottom: 28px;

        font-size: 15px;
    }


    /* TITLE */

    .why-us-card h3 {
        max-width: 250px;

        margin-bottom: 12px;

        font-size: 27px;
    }


    /* TEXT */

    .why-us-card p {
        font-size: 12px;

        line-height: 1.75;
    }


    /* BOTTOM */

    .why-us-bottom {
        gap: 10px;

        margin-top: 35px;
    }


    .why-line {
        width: 20px;
    }


    .why-us-bottom p {
        font-size: 10px;

        line-height: 1.65;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63bcb6f *//* =========================================================
   ISKCON VRINDAAVAN
   NEARBY ATTRACTIONS SECTION
========================================================= */

.attractions-section {
    position: relative;

    width: 100%;

    padding: 120px 0;

    background: #F8F3E8;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.attractions-container {
    width: min(1120px, 90%);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.attractions-header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 58px;
}


.attractions-heading {
    flex: 1;
}


/* EYEBROW */

.attractions-section .section-eyebrow {
    display: inline-block;

    margin-bottom: 17px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #D97706;
}


/* HEADING */

.attractions-heading h2 {
    margin: 0;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: clamp(44px, 5vw, 64px);

    line-height: 0.98;

    font-weight: 600;

    letter-spacing: -1px;

    color: #243B64;
}


.attractions-heading h2 span {
    display: block;

    color: #D97706;
}


/* INTRO */

.attractions-intro {
    flex: 0 0 390px;

    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 14px;

    line-height: 1.85;

    color: #6B6258;
}


/* =========================================================
   GRID
========================================================= */

.attractions-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;
}


/* =========================================================
   CARD
========================================================= */

.attraction-card {
    display: flex;

    flex-direction: column;

    overflow: hidden;

    background: #FFFFFF;

    border:
        1px solid
        rgba(36, 59, 100, 0.08);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.attraction-card:hover {
    transform: translateY(-7px);

    border-color:
        rgba(201, 154, 61, 0.28);

    box-shadow:
        0 20px 50px
        rgba(36, 59, 100, 0.10);
}


/* =========================================================
   IMAGE
========================================================= */

.attraction-image {
    position: relative;

    width: 100%;

    height: 245px;

    overflow: hidden;

    background: #EDE7DA;
}


.attraction-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.65s
        cubic-bezier(.2,.7,.2,1);
}


.attraction-card:hover
.attraction-image img {
    transform: scale(1.055);
}


/* IMAGE OVERLAY */

.attraction-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(36, 59, 100, 0) 55%,
            rgba(36, 59, 100, 0.18) 100%
        );

    pointer-events: none;
}


/* =========================================================
   NUMBER
========================================================= */

.attraction-number {
    position: absolute;

    z-index: 2;

    top: 16px;

    right: 16px;

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        rgba(255, 253, 247, 0.90);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    border:
        1px solid
        rgba(201, 154, 61, 0.30);

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 16px;

    font-weight: 700;

    color: #243B64;
}


/* =========================================================
   CONTENT
========================================================= */

.attraction-content {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 27px 27px 25px;
}


/* CATEGORY */

.attraction-category {
    display: block;

    margin-bottom: 9px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #C99A3D;
}


/* TITLE */

.attraction-content h3 {
    margin: 0 0 13px;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 30px;

    line-height: 1.05;

    font-weight: 600;

    color: #243B64;
}


/* DESCRIPTION */

.attraction-content p {
    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 12px;

    line-height: 1.8;

    color: #6B6258;
}


/* =========================================================
   LINK
========================================================= */

.attraction-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    width: fit-content;

    margin-top: auto;

    padding-top: 20px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.5px;

    text-decoration: none;

    color: #243B64;

    transition:
        color 0.3s ease;
}


.attraction-link span {
    font-size: 16px;

    transition:
        transform 0.3s ease;
}


.attraction-link:hover {
    color: #D97706;
}


.attraction-link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.attractions-bottom {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 28px;

    margin-top: 50px;

    padding-top: 35px;

    border-top:
        1px solid
        rgba(36, 59, 100, 0.10);
}


.attractions-bottom p {
    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 12px;

    color: #6B6258;
}


.attractions-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 46px;

    padding: 0 20px;

    background: #243B64;

    color: #FFFFFF;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 10px;

    font-weight: 600;

    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.attractions-btn span {
    font-size: 16px;
}


.attractions-btn:hover {
    background: #D97706;

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .attractions-header {
        align-items: flex-start;

        flex-direction: column;

        gap: 20px;
    }


    .attractions-intro {
        flex: none;

        max-width: 650px;
    }


    .attractions-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .attractions-section {
        padding: 75px 0;
    }


    .attractions-container {
        width: 90%;
    }


    /* HEADER */

    .attractions-header {
        gap: 17px;

        margin-bottom: 35px;
    }


    /* EYEBROW */

    .attractions-section .section-eyebrow {
        margin-bottom: 13px;

        font-size: 9px;

        letter-spacing: 2px;
    }


    /* HEADING */

    .attractions-heading h2 {
        font-size: 43px;

        line-height: 1.01;

        letter-spacing: -0.7px;
    }


    /* INTRO */

    .attractions-intro {
        font-size: 13px;

        line-height: 1.75;
    }


    /* GRID */

    .attractions-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    /* IMAGE */

    .attraction-image {
        height: 240px;
    }


    /* CONTENT */

    .attraction-content {
        padding: 25px 23px 23px;
    }


    /* CATEGORY */

    .attraction-category {
        margin-bottom: 8px;

        font-size: 8px;

        letter-spacing: 1.8px;
    }


    /* TITLE */

    .attraction-content h3 {
        font-size: 29px;

        margin-bottom: 11px;
    }


    /* DESCRIPTION */

    .attraction-content p {
        font-size: 12px;

        line-height: 1.75;
    }


    /* BOTTOM */

    .attractions-bottom {
        flex-direction: column;

        gap: 16px;

        margin-top: 38px;

        padding-top: 28px;

        text-align: center;
    }


    .attractions-bottom p {
        font-size: 11px;

        line-height: 1.7;
    }


    .attractions-btn {
        width: 100%;

        min-height: 48px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c295b6 *//* =========================================================
   ISKCON VRINDAAVAN
   GOOGLE STYLE REVIEWS SECTION
========================================================= */

.reviews-section {
    position: relative;

    width: 100%;

    padding: 120px 0;

    background: #FFFDF7;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.reviews-container {
    width: min(1120px, 90%);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.reviews-header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 50px;
}


.reviews-heading {
    flex: 1;
}


/* EYEBROW */

.reviews-section .section-eyebrow {
    display: inline-block;

    margin-bottom: 17px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #D97706;
}


/* HEADING */

.reviews-heading h2 {
    margin: 0;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: clamp(44px, 5vw, 64px);

    line-height: 0.98;

    font-weight: 600;

    letter-spacing: -1px;

    color: #243B64;
}


.reviews-heading h2 span {
    display: block;

    color: #D97706;
}


/* INTRO */

.reviews-intro {
    flex: 0 0 380px;

    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 14px;

    line-height: 1.85;

    color: #6B6258;
}


/* =========================================================
   GOOGLE SUMMARY
========================================================= */

.google-summary {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 22px 25px;

    margin-bottom: 25px;

    background: #FFFFFF;

    border:
        1px solid
        rgba(36, 59, 100, 0.10);

    border-radius: 6px;

    box-shadow:
        0 8px 30px
        rgba(36, 59, 100, 0.04);
}


/* GOOGLE BRAND */

.google-brand {
    display: flex;

    align-items: center;

    gap: 11px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 13px;

    font-weight: 600;

    color: #243B64;
}


.google-g {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 32px;

    height: 32px;

    border-radius: 50%;

    background: #F3F3F3;

    font-family:
        Arial,
        sans-serif;

    font-size: 18px;

    font-weight: 700;

    color: #4285F4;
}


/* RATING */

.google-rating {
    display: flex;

    align-items: center;

    gap: 13px;

    font-family:
        "Poppins",
        sans-serif;
}


.google-rating strong {
    font-size: 20px;

    font-weight: 700;

    color: #243B64;
}


.google-rating > span {
    font-size: 11px;

    color: #6B6258;
}


/* STARS */

.google-stars {
    font-size: 15px;

    letter-spacing: 2px;

    color: #F4B400;
}


/* =========================================================
   REVIEWS GRID
========================================================= */

.reviews-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}


/* =========================================================
   REVIEW CARD
========================================================= */

.review-card {
    padding: 27px;

    background: #FFFFFF;

    border:
        1px solid
        rgba(36, 59, 100, 0.09);

    border-radius: 6px;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.review-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px
        rgba(36, 59, 100, 0.08);
}


/* =========================================================
   REVIEW TOP
========================================================= */

.review-top {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 15px;

    margin-bottom: 18px;
}


/* REVIEWER */

.reviewer {
    display: flex;

    align-items: center;

    gap: 11px;
}


/* AVATAR */

.review-avatar {
    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #F3EBDD;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    color: #243B64;
}


/* NAME */

.reviewer h3 {
    margin: 0 0 2px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 12px;

    font-weight: 600;

    color: #243B64;
}


/* REVIEWER TYPE */

.reviewer span {
    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    color: #7A7167;
}


/* GOOGLE LABEL */

.review-google {
    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    color: #7A7167;
}


/* =========================================================
   REVIEW STARS
========================================================= */

.review-stars {
    margin-bottom: 15px;

    font-size: 13px;

    letter-spacing: 2px;

    color: #F4B400;
}


/* =========================================================
   REVIEW TEXT
========================================================= */

.review-text {
    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 12px;

    line-height: 1.8;

    color: #4F4942;
}


/* =========================================================
   REVIEW TIME
========================================================= */

.review-time {
    display: block;

    margin-top: 18px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    color: #8A8177;
}


/* =========================================================
   BOTTOM
========================================================= */

.reviews-bottom {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 22px;

    margin-top: 42px;
}


.reviews-line {
    width: 55px;

    height: 1px;

    background: #C99A3D;
}


/* BUTTON */

.reviews-btn {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    font-weight: 600;

    text-decoration: none;

    color: #243B64;
}


.reviews-btn span {
    font-size: 16px;

    transition:
        transform .3s ease;
}


.reviews-btn:hover {
    color: #D97706;
}


.reviews-btn:hover span {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .reviews-header {
        align-items: flex-start;

        flex-direction: column;

        gap: 20px;
    }


    .reviews-intro {
        flex: none;

        max-width: 650px;
    }


    .reviews-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .reviews-section {
        padding: 75px 0;
    }


    .reviews-container {
        width: 90%;
    }


    /* HEADER */

    .reviews-header {
        gap: 17px;

        margin-bottom: 35px;
    }


    .reviews-section .section-eyebrow {
        margin-bottom: 13px;

        font-size: 9px;

        letter-spacing: 2px;
    }


    .reviews-heading h2 {
        font-size: 43px;

        line-height: 1.01;
    }


    .reviews-intro {
        font-size: 13px;

        line-height: 1.75;
    }


    /* SUMMARY */

    .google-summary {
        flex-direction: column;

        align-items: flex-start;

        gap: 16px;

        padding: 20px;
    }


    .google-rating {
        flex-wrap: wrap;

        gap: 8px;
    }


    .google-rating strong {
        font-size: 19px;
    }


    /* GRID */

    .reviews-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    /* CARD */

    .review-card {
        padding: 23px;
    }


    /* BOTTOM */

    .reviews-bottom {
        gap: 12px;

        margin-top: 32px;
    }


    .reviews-line {
        width: 25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8a975e *//* =========================================================
   ISKCON VRINDAAVAN
   FAQ SECTION
========================================================= */

.faq-section {
    position: relative;

    width: 100%;

    padding: 120px 0;

    background: #F8F3E8;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.faq-container {
    width: min(950px, 90%);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.faq-header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 45px;

    margin-bottom: 55px;
}


.faq-heading {
    flex: 1;
}


/* =========================================================
   EYEBROW
========================================================= */

.faq-section .section-eyebrow {
    display: inline-block;

    margin-bottom: 17px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #D97706;
}


/* =========================================================
   HEADING
========================================================= */

.faq-heading h2 {
    margin: 0;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: clamp(44px, 5vw, 62px);

    line-height: 0.98;

    font-weight: 600;

    letter-spacing: -1px;

    color: #243B64;
}


.faq-heading h2 span {
    display: block;

    color: #D97706;
}


/* =========================================================
   INTRO
========================================================= */

.faq-intro {
    flex: 0 0 300px;

    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 13px;

    line-height: 1.85;

    color: #6B6258;
}


/* =========================================================
   FAQ LIST
========================================================= */

.faq-list {
    width: 100%;

    border-top:
        1px solid
        rgba(36, 59, 100, 0.12);
}


/* =========================================================
   FAQ ITEM
========================================================= */

.faq-item {
    border-bottom:
        1px solid
        rgba(36, 59, 100, 0.12);
}


/* =========================================================
   QUESTION
========================================================= */

.faq-item summary {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 25px 5px;

    cursor: pointer;

    list-style: none;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.5;

    color: #243B64;

    transition:
        color .3s ease;
}


/* Remove browser marker */

.faq-item summary::-webkit-details-marker {
    display: none;
}


.faq-item summary::marker {
    display: none;
}


/* QUESTION HOVER */

.faq-item summary:hover {
    color: #D97706;
}


/* =========================================================
   PLUS ICON
========================================================= */

.faq-item summary i {
    width: 32px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border:
        1px solid
        rgba(201, 154, 61, 0.35);

    border-radius: 50%;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 17px;

    font-style: normal;

    font-weight: 400;

    color: #C99A3D;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}


/* OPEN ICON */

.faq-item[open] summary i {
    transform: rotate(45deg);

    background: #D97706;

    color: #FFFFFF;
}


/* =========================================================
   ANSWER
========================================================= */

.faq-answer {
    padding: 0 55px 25px 5px;

    animation:
        faqOpen .35s ease;
}


.faq-answer p {
    max-width: 760px;

    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 12px;

    line-height: 1.85;

    color: #6B6258;
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes faqOpen {

    from {
        opacity: 0;

        transform: translateY(-5px);
    }

    to {
        opacity: 1;

        transform: translateY(0);
    }

}


/* =========================================================
   BOTTOM CTA
========================================================= */

.faq-bottom {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    margin-top: 45px;
}


.faq-bottom p {
    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 12px;

    color: #6B6258;
}


.faq-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 44px;

    padding: 0 19px;

    background: #243B64;

    color: #FFFFFF;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 10px;

    font-weight: 600;

    text-decoration: none;

    transition:
        background .3s ease,
        transform .3s ease;
}


.faq-btn span {
    font-size: 15px;
}


.faq-btn:hover {
    background: #D97706;

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .faq-section {
        padding: 95px 0;
    }


    .faq-header {
        flex-direction: column;

        align-items: flex-start;

        gap: 20px;
    }


    .faq-intro {
        flex: none;

        max-width: 600px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .faq-section {
        padding: 75px 0;
    }


    .faq-container {
        width: 90%;
    }


    /* HEADER */

    .faq-header {
        gap: 17px;

        margin-bottom: 35px;
    }


    /* EYEBROW */

    .faq-section .section-eyebrow {
        margin-bottom: 13px;

        font-size: 9px;

        letter-spacing: 2px;
    }


    /* HEADING */

    .faq-heading h2 {
        font-size: 43px;

        line-height: 1.01;

        letter-spacing: -0.7px;
    }


    /* INTRO */

    .faq-intro {
        font-size: 13px;

        line-height: 1.75;
    }


    /* QUESTION */

    .faq-item summary {
        padding: 21px 0;

        gap: 18px;

        font-size: 12px;

        line-height: 1.55;
    }


    /* ICON */

    .faq-item summary i {
        width: 29px;

        height: 29px;

        font-size: 15px;
    }


    /* ANSWER */

    .faq-answer {
        padding:
            0
            40px
            21px
            0;
    }


    .faq-answer p {
        font-size: 11px;

        line-height: 1.75;
    }


    /* CTA */

    .faq-bottom {
        flex-direction: column;

        gap: 14px;

        margin-top: 35px;
    }


    .faq-bottom p {
        font-size: 11px;
    }


    .faq-btn {
        width: 100%;

        min-height: 48px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecc00e2 *//* =========================================================
   ISKCON VRINDAAVAN
   PREMIUM FOOTER
========================================================= */

.site-footer {
    position: relative;

    width: 100%;

    background: #243B64;

    color: #FFFFFF;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.footer-container {
    width: min(1120px, 90%);

    margin: 0 auto;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.footer-main {
    display: grid;

    grid-template-columns:
        1.6fr
        0.8fr
        1fr
        1.25fr;

    gap: 55px;

    padding: 85px 0 65px;
}


/* =========================================================
   BRAND
========================================================= */

.footer-brand {
    max-width: 340px;
}


.footer-logo {
    display: inline-block;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 31px;

    line-height: 0.8;

    font-weight: 700;

    letter-spacing: 1px;

    text-decoration: none;

    color: #FFFFFF;
}


.footer-logo span {
    display: block;

    margin-top: 8px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 4px;

    color: #E0B95C;
}


.footer-description {
    margin: 25px 0 25px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 12px;

    line-height: 1.8;

    color: rgba(255, 255, 255, 0.65);
}


/* =========================================================
   FOOTER RATING
========================================================= */

.footer-rating {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 10px 14px;

    border:
        1px solid
        rgba(224, 185, 92, 0.25);

    background:
        rgba(255, 255, 255, 0.05);
}


.footer-stars {
    font-size: 12px;

    letter-spacing: 1.5px;

    color: #E0B95C;
}


.footer-rating strong {
    display: inline-block;

    margin-right: 5px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    color: #FFFFFF;
}


.footer-rating small {
    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    color: rgba(255, 255, 255, 0.55);
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column h3 {
    margin: 0 0 23px;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 25px;

    font-weight: 600;

    color: #FFFFFF;
}


.footer-column ul {
    list-style: none;

    padding: 0;

    margin: 0;
}


.footer-column li {
    margin-bottom: 12px;
}


.footer-column a {
    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    text-decoration: none;

    color:
        rgba(255, 255, 255, 0.62);

    transition:
        color .3s ease,
        padding-left .3s ease;
}


.footer-column a:hover {
    color: #E0B95C;

    padding-left: 4px;
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact-item {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 17px;
}


.contact-symbol {
    width: 26px;

    height: 26px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border:
        1px solid
        rgba(224, 185, 92, 0.28);

    border-radius: 50%;

    font-size: 10px;

    color: #E0B95C;
}


.footer-contact-item p {
    margin: 3px 0 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    line-height: 1.7;

    color:
        rgba(255, 255, 255, 0.62);
}


.footer-contact-item a {
    margin-top: 4px;

    font-size: 11px;

    color:
        rgba(255, 255, 255, 0.68);
}


/* =========================================================
   CTA
========================================================= */

.footer-cta {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 30px 0;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.10);

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.10);
}


.footer-cta span {
    display: block;

    margin-bottom: 6px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 2.5px;

    color: #E0B95C;
}


.footer-cta h3 {
    margin: 0;

    font-family:
        "Cormorant Garamond",
        serif;

    font-size: 28px;

    font-weight: 600;

    color: #FFFFFF;
}


/* CTA BUTTON */

.footer-cta-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 48px;

    padding: 0 22px;

    background: #D97706;

    color: #FFFFFF;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    font-weight: 600;

    text-decoration: none;

    transition:
        background .3s ease,
        transform .3s ease;
}


.footer-cta-btn span {
    margin: 0;

    font-size: 15px;

    color: #FFFFFF;
}


.footer-cta-btn:hover {
    background: #B85F00;

    transform: translateY(-2px);
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    padding: 25px 0;
}


.footer-bottom p {
    margin: 0;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    color:
        rgba(255, 255, 255, 0.45);
}


.footer-policies {
    display: flex;

    align-items: center;

    gap: 20px;
}


.footer-policies a {
    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    text-decoration: none;

    color:
        rgba(255, 255, 255, 0.45);

    transition:
        color .3s ease;
}


.footer-policies a:hover {
    color: #E0B95C;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .footer-main {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 45px;

        padding: 70px 0 55px;
    }


    .footer-brand {
        max-width: 450px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .footer-container {
        width: 90%;
    }


    .footer-main {
        grid-template-columns: 1fr;

        gap: 40px;

        padding: 60px 0 45px;
    }


    .footer-brand {
        max-width: 100%;
    }


    .footer-logo {
        font-size: 28px;
    }


    .footer-description {
        font-size: 11px;

        line-height: 1.75;
    }


    .footer-column h3 {
        margin-bottom: 18px;

        font-size: 23px;
    }


    .footer-column li {
        margin-bottom: 10px;
    }


    .footer-cta {
        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

        padding: 28px 0;
    }


    .footer-cta h3 {
        font-size: 26px;
    }


    .footer-cta-btn {
        width: 100%;
    }


    .footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 17px;

        padding: 22px 0;
    }


    .footer-policies {
        flex-wrap: wrap;

        gap: 10px 17px;
    }

}/* End custom CSS */