@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /* background: #faf6ec; */
    color: #1f241d;
    overflow-x: hidden;

    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

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

ul {
    list-style: none;
}

.container {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.section {
    padding: 60px 0;
    position: relative;
}

.section-small {
    padding: 60px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 32px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #d9a65c;
    margin-bottom: 15px;
    font-weight: 700;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #b8892f;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: "Cinzel", serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #1f241d;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-bottom: 16px;
}

h1 {
    font-size: clamp(22px, 4vw, 50px);
    letter-spacing: 0px;
    max-width: 930px;
}

h2 {
    font-size: clamp(20px, 3.5vw, 42px);
    letter-spacing: 0px;
}

h3 {
    font-size: 25px;
    letter-spacing: 0px;
}

p {
    color: #70695f;
    font-size: 16px;
    line-height: 1.6;
}

.gold-text {
    color: #b8892f;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.35s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #b8892f, #d8ad55);
    color: #20180a;
    box-shadow: 0 14px 34px rgba(184, 137, 47, 0.26);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(184, 137, 47, 0.34);
}

.btn-outline {
    color: #27352a;
    border-color: rgba(39, 53, 42, 0.18);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
}

.btn-outline:hover {
    border-color: #b8892f;
    color: #b8892f;
    transform: translateY(-3px);
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0px 0;
    transition: 0.35s ease;
    background: #ffffff40;
}

.site-header.scrolled {
    /* background: rgba(250, 246, 236, 0.9); */
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 40px rgba(39, 53, 42, 0.12);
    padding: 0px 0;
    background: radial-gradient(
        circle at 50% 50%,
        #296e6d 0%,
        #206261 70%,
        #103c3b 100%
    );
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.about-btn {
    padding: 16px 36px;
    background: #d9a65c;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 40px;
    display: block;
    border: none;
    transition: 0.5s ease-in-out;
    width: fit-content;
}
.about-btn:hover {
    background: #1a1f24;
    color: #d9a65c;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: #27352a;
}
.logo img {
    height: 90px;
    filter: invert(1) brightness(0.5);
    width: auto;
}

.site-header.scrolled .logo img {
    width: 120px;
    filter: invert(1) brightness(23);
    object-fit: contain;
    height: auto;
}
.logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #b8892f, #d8ad55);
    color: #19140b;
    font-weight: 900;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-menu a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0px;
    position: relative;
    transition: 0.3s ease;
    font-family: "Cinzel", serif !important;
}
.site-header.scrolled .nav-menu a {
    color: rgba(255, 255, 255, 1);
    transition: 0.3s ease;
}

.nav-menu a:hover {
    color: #ff9802 !important;
}

@media (min-width: 1024px) {
    /* .nav-menu a {
        color: #fff;
    } */
    .nav-menu a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
        background: #ff9802;
        transition: width 0.3s ease-in-out;
    }

    .nav-menu a:hover::after,
    .nav-menu a.active::after {
        width: 100%;
    }
    .dropdown-menu a::after {
        display: none;
    }

    .nav-menu a:hover {
        color: #fff !important;
    }

    .gallery-page .nav-menu a {
        color: #000 !important;
    }
    .gallery-page .site-header.scrolled .nav-menu .dropdown-menu a {
        color: #000 !important;
    }
    .gallery-page .site-header.scrolled .nav-menu a {
        color: #fff !important;
    }

    .nav-menu .dropdown-menu a:hover {
        color: #000 !important;
    }

    .gallery-page .nav-menu a:hover {
        color: #000 !important;
    }
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(39, 53, 42, 0.12);
    background: #ffffff;
    color: #27352a;
    font-size: 24px;
    cursor: pointer;
}

/* menu css start */
.nav-item,
.dropdown-item {
    position: relative;
}

.dropdown-link,
.sub-dropdown-link {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.dropdown-menu,
.sub-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: 0.3s ease;
    z-index: 999;
}

.dropdown-menu a,
.sub-dropdown-menu a,
.sub-dropdown-link {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    color: #111;
    white-space: nowrap;
}

.dropdown-menu a:hover,
.sub-dropdown-menu a:hover,
.sub-dropdown-link:hover {
    background: #f5f5f5;
}

.sub-dropdown-menu {
    top: 0;
    left: 100%;
    transform: translateX(12px);
}
.mobile-logo {
    display: none;
}
.dropdown-menu a,
.sub-dropdown-menu a,
.sub-dropdown-link {
    font-weight: 600;
    font-size: 15px;
}
.site-header.scrolled .nav-menu .dropdown-menu a,
.site-header.scrolled .nav-menu .dropdown-menu .sub-dropdown-menu {
    color: #000;
}

/* Desktop hover */
@media (min-width: 1025px) {
    .has-dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .has-sub-dropdown:hover > .sub-dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

/* Mobile menu */
@media (max-width: 1024px) {
    .mobile-logo {
        display: block;
    }
    .menu-toggle {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 400px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 5px 24px 30px;
        transition: 0.35s ease;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        z-index: 998;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu a,
    .dropdown-link,
    .sub-dropdown-link {
        width: 100%;
        padding: 12px 0;
        font-size: 14px;
    }
    .dropdown-link,
    .sub-dropdown-link {
        justify-content: space-between;
    }
    .has-dropdown.open > .dropdown-menu,
    .has-sub-dropdown.open > .sub-dropdown-menu {
        margin: 0px;
    }
    .has-dropdown.open > .dropdown-menu,
    .has-sub-dropdown.open > .sub-dropdown-menu {
        padding: 0px 8px;
    }
    .site-header.scrolled .nav-menu a {
        color: #000;
    }
    .mobile-logo img {
        height: 55px;
        filter: none;
    }
    .site-header.scrolled .mobile-logo {
        padding: 0px;
    }
    .site-header.scrolled .mobile-logo img {
        width: auto;
        height: 75px;
        filter: none;
        object-fit: contain;
    }
    .has-sub-dropdown.open span {
        transform: rotate(90deg);
    }

    .nav-item,
    .dropdown-item {
        width: 100%;
    }

    .dropdown-menu,
    .sub-dropdown-menu {
        position: static;
        width: 100%;
        min-width: unset;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: #f7f7f7;
        margin-left: 10px;
    }

    .sub-dropdown-menu {
        background: #efefef;
    }

    .has-dropdown.open > .dropdown-menu,
    .has-sub-dropdown.open > .sub-dropdown-menu {
        display: block;
    }

    .dropdown-menu a,
    .sub-dropdown-menu a,
    .sub-dropdown-link {
        padding: 12px 16px;
    }

    @media (max-width: 576px) {
        .nav-menu {
            width: 80%;
        }
        .nav-menu a,
        .dropdown-link,
        .sub-dropdown-link {
            width: 100%;
            padding: 10px 0;
        }
    }
}
/* menu css end */

/* Hero */
.hero {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 130px 0 80px;
    background:
        linear-gradient(180deg, #0000002b, rgb(0 0 0 / 40%)),
        url(../images/banner.webp) center / cover;
    /* background:
    linear-gradient(
      180deg,
      rgb(250 246 236 / 0%) 0%,
      rgb(173 173 173 / 28%) 0%,
      rgb(18 18 18 / 42%) 100%
    ),
    url(../images/banner.webp) center / cover; */
    position: relative;
    overflow: hidden;
}
.hero .hero-wrapper-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero .hero-wrapper-content h2 {
    margin: auto;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    max-width: 420px;
}
.hero .hero-wrapper-content .about-btn {
    margin-top: 25px;
    background: transparent;
    padding: 0;
    position: relative;
}
.hero .hero-wrapper-content .about-btn::after {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 28%;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease-in-out;
}
.hero .hero-wrapper-content .about-btn:hover::after {
    width: 70%;
}

.hero h1 {
    font-size: clamp(22px, 4vw, 50px);
    letter-spacing: 0px;
    max-width: 930px;
}

.hero::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -120px;
    top: 120px;
    border-radius: 50%;
    background: rgba(216, 173, 85, 0);
    filter: blur(30px);
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -20% -10%;
    height: 220px;
    background: linear-gradient(to bottom, transparent, #faf6ec);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.75fr;
    align-items: center;
    gap: 46px;
}
.hero-grid h1 {
    line-height: 1.3;
}
.hero-grid .eyebrow {
    color: #b5833a !important;
}

.hero-content p {
    max-width: 760px;
    margin: 22px 0 0;
    font-size: 18px;
    color: #000;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.nav-actions a {
    margin-top: 0px;
}

.hero-card {
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 32px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 55px rgba(39, 53, 42, 0.12);
    animation: floatCard 5s ease-in-out infinite;
}

.hero-card h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.hero-stats {
    display: grid;
    gap: 14px;
}

.stat-box {
    padding: 18px;
    border-radius: 22px;
    background: #fffaf0;
    border: 1px solid rgba(39, 53, 42, 0.12);
}

.stat-box strong {
    display: block;
    font-size: 22px;
    color: #b8892f;
    margin-bottom: 4px;
    font-family: "Cinzel", serif !important;
}

.stat-box span {
    color: #70695f;
    font-size: 14px;
}

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

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

/* About */
.about-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    align-items: stretch;
}

#commercial .section-heading h2,
#commercial .section-heading p {
    color: #fff;
}

.image-panel {
    min-height: 470px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(31, 36, 29, 0.55)),
        url("../images/about.webp") center/cover;
    position: relative;
    box-shadow: 0 20px 55px rgba(39, 53, 42, 0.12);
}
.monk-panel {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(31, 36, 29, 0.55)),
        url("../images/monk-monastery/7.webp") center/cover;
}
.churning-panel {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(31, 36, 29, 0.55)),
        url("../images/churning-monk/3.webp") center/cover;
}
.geek-panel {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(31, 36, 29, 0.55)),
        url("../images/wonder-of-geek/2.webp") top/cover;
}

.image-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    right: 24px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 250, 240, 0.88);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.72);
}

.image-badge h3 {
    color: #27352a;
}

.content-card {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 34px;
    padding: 36px;
    box-shadow: 0 20px 55px rgba(39, 53, 42, 0.12);
}

.content-card p + p {
    margin-top: 16px;
}

/* Mini Cards */
.property-grid,
.reason-grid,
.choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mini-card {
    padding: 24px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(39, 53, 42, 0.12);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(39, 53, 42, 0.06);
}

.mini-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top right,
        rgba(216, 173, 85, 0.18),
        transparent 42%
    );
    opacity: 0;
    transition: 0.35s ease;
}

.mini-card:hover {
    transform: translateY(-7px);
    border-color: rgba(184, 137, 47, 0.34);
    box-shadow: 0 22px 48px rgba(39, 53, 42, 0.12);
}

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

.mini-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: transparent;
    color: #b8892f;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.mini-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mini-card h3,
.mini-card p {
    position: relative;
    z-index: 1;
}

.mini-card h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.mini-card p {
    font-size: 16px;
    line-height: 1.6;
}

/* Projects */
.green-bg {
    background: radial-gradient(
        circle at 50% 50%,
        #296e6d 0%,
        #206261 70%,
        #103c3b 100%
    );
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.project-card {
    border-radius: 34px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(39, 53, 42, 0.12);
    box-shadow: 0 20px 55px rgba(39, 53, 42, 0.12);
    transition: 0.35s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    border-color: rgba(184, 137, 47, 0.35);
}

.project-img {
    height: 270px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-img.one {
    background-image:
        linear-gradient(180deg, transparent, rgba(31, 36, 29, 0.62)),
        url("../images/monke.webp");
}

.project-img.two {
    background-image:
        linear-gradient(180deg, transparent, rgba(31, 36, 29, 0.62)),
        url("../images/geek.webp");
}
.project-img.three {
    background-image:
        linear-gradient(180deg, transparent, rgba(31, 36, 29, 0.62)),
        url("../images/coming_soon.webp");
}

.tag {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 250, 240, 0.88);
    color: #27352a;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}

.project-body {
    padding: 28px;
}

.project-body h3 {
    margin-bottom: 12px;
}

.feature-list {
    display: grid;
    gap: 11px;
    margin-top: 20px;
}
.project-card .about-btn {
    margin-top: 25px;
}

.feature-list li {
    color: #70695f;
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.feature-list li::before {
    content: "✓";
    color: #b8892f;
    font-weight: 900;
}

/* cta main content section start */
.center-content .hero-content {
    text-align: center;
    width: 100%;
}
.center-content .hero-content h1 {
    margin: auto;
    color: #fff;
}
.center-content .hero-content h1 .gold-text {
    color: #d9a65c;
}
.center-content .hero-content p {
    margin: 22px auto 0px auto;
    color: #fff;
}
.center-content .hero-content .hero-buttons {
    justify-content: center;
}
/* cta main content section start */

/* CTA Strip */
.cta-strip {
    padding: 40px;
    border-radius: 34px;
    background: linear-gradient(
        135deg,
        rgba(244, 234, 216, 0.95),
        rgba(255, 255, 255, 0.86)
    );
    border: 1px solid rgba(184, 137, 47, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 20px 55px rgba(39, 53, 42, 0.12);
    flex-direction: column;
    text-align: center;
}

.cta-strip h2 {
    font-size: clamp(20px, 3.5vw, 44px);
}

.cta-strip p {
    max-width: 650px;
    margin-top: 12px;
    margin: auto;
    text-align: center;
}
.cta-strip .about-btn {
    margin: 0;
}

/* FAQ */
.faq-wrap {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid rgba(39, 53, 42, 0.12);
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(39, 53, 42, 0.06);
}

.faq-question {
    width: 100%;
    padding: 22px 24px;
    border: 0;
    background: transparent;
    color: #1f241d;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-family: "Cinzel", serif !important;
    letter-spacing: 0.5px;
}

.faq-question span {
    color: #b8892f;
    font-size: 22px;
    transition: 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.35s ease;
}

.faq-answer p {
    padding: 0 24px 22px;
    font-size: 16px;
}

.faq-item.active .faq-answer {
    max-height: 180px;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

/* Contact */
.contact-grid {
    display: grid;
    gap: 26px;
    align-items: center;
}
.green-bg {
    position: relative;
}
.green-bg .section-heading h2,
.green-bg .section-heading p {
    color: #fff;
}
.green-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 50% 50%,
        #296e6d 0%,
        #206261 70%,
        #103c3b 100%
    );
    backdrop-filter: blur(4px);
    z-index: -1;
}

.contact-info {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
}

.contact-box {
    padding: 24px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(39, 53, 42, 0.12);
    box-shadow: 0 12px 35px rgba(39, 53, 42, 0.06);
}

.contact-box strong {
    display: block;
    color: #1f241d;
    margin-bottom: 6px;
    font-size: 18px;
}

.contact-form {
    padding: 32px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(39, 53, 42, 0.12);
    box-shadow: 0 20px 55px rgba(39, 53, 42, 0.12);
    height: fit-content;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid rgba(39, 53, 42, 0.14);
    border-radius: 18px;
    background: #fffaf0;
    color: #1f241d;
    font-family: inherit;
    font-size: 15px;
    padding: 15px 16px;
    outline: none;
    margin-bottom: 14px;
    transition: 0.3s ease;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: rgba(31, 36, 29, 0.46);
}

input:focus,
select:focus,
textarea:focus {
    border-color: #b8892f;
    box-shadow: 0 0 0 4px rgba(184, 137, 47, 0.12);
}
.contact-form .about-btn {
    margin-top: 0px;
}

/* Footer */
.footer-logo img {
    height: 100px;
    filter: invert(1) brightness(10.5);
    margin-bottom: 5px;
}
.footer {
    /* background: #27352a; */
    background: radial-gradient(
        circle at 50% 50%,
        #1a5958 0%,
        #206261 70%,
        #103c3b 100%
    );
    padding: 58px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer .logo {
    color: #fffaf0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.7fr 0.7fr 1fr;
    gap: 28px;
    margin-bottom: 34px;
}

.footer h4 {
    margin-bottom: 16px;
    font-size: 18px;
    color: #d9a65c;
}

.footer p,
.footer a,
.footer li {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

.footer a:hover {
    color: #d8ad55;
}

.footer-bottom {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, 0.932);
    font-size: 14px;
}

/* Animation */
.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: 0.75s ease;
}

.reveal.show {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

/* Responsive */

section#faq {
    background: #faf6ec;
}
/* why choose section start */

.monk-choose-image-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -140px;
    top: -120px;
    border-radius: 50%;
    background: rgba(184, 137, 47, 0.14);
    filter: blur(35px);
}

.monk-choose-container {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 55px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.monk-choose-image-box {
    position: relative;
    height: 610px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 28px 75px rgba(39, 53, 42, 0.18);
    animation: monkImageFade 0.9s ease forwards;
}

.monk-choose-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease;
}

.monk-choose-image-box:hover img {
    transform: scale(1.07);
}

.monk-choose-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(31, 36, 29, 0.05),
        rgba(31, 36, 29, 0.72)
    );
}

.monk-choose-image-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 250, 240, 0.9);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.monk-choose-image-card p {
    margin: 0;
    color: #70695f;
    font-size: 16px;
    line-height: 1.6;
}

.monk-choose-content {
    animation: monkContentFade 0.9s ease forwards;
}

.monk-choose-list {
    display: grid;
    gap: 15px;
}

.monk-choose-point {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 18px;
    padding: 10px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(39, 53, 42, 0.11);
    box-shadow: 0 14px 36px rgba(39, 53, 42, 0.07);
    transition: 0.35s ease;
}

.monk-choose-point:hover {
    transform: translateX(10px);
    border-color: rgba(184, 137, 47, 0.38);
    box-shadow: 0 22px 50px rgba(39, 53, 42, 0.12);
}

.monk-choose-point span {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #206160;
    color: #d8ad55;
    font-size: 16px;
    font-weight: 900;
}

.monk-choose-point p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 1680px) {
    .hero {
        min-height: 80vh;
    }
}
@media (max-width: 1480px) {
    .hero {
        min-height: 70vh;
    }
}

@media (max-width: 1199px) {
    .hero {
        min-height: 70vh;
    }
}

@media (max-width: 767px) {
    .brand-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .brand-logo-card {
        height: 80px;
        border-radius: 14px;
        padding: 15px;
    }
    .brand-logo-card img {
        max-height: 50px;
    }

    @media (max-width: 500px) {
        .brand-logo-card {
            height: auto;
            border-radius: 14px;
            padding: 15px;
            width: calc(32.33% - 10px);
        }
        .brand-logo-grid {
            gap: 8px;
        }
    }
}

@media (max-width: 420px) {
    .brand-logo-grid {
        grid-template-columns: 1fr;
    }
}
/* brand section end */

/* Animation */
.monk-choose-point {
    opacity: 0;
    transform: translateY(22px);
    animation: monkPointFade 0.65s ease forwards;
}

/* .monk-choose-point:nth-child(1) {
  animation-delay: 0.08s;
}

.monk-choose-point:nth-child(2) {
  animation-delay: 0.16s;
}

.monk-choose-point:nth-child(3) {
  animation-delay: 0.24s;
}

.monk-choose-point:nth-child(4) {
  animation-delay: 0.32s;
}

.monk-choose-point:nth-child(5) {
  animation-delay: 0.4s;
}

.monk-choose-point:nth-child(6) {
  animation-delay: 0.48s;
} */

#about,
#commercial,
#projects,
#faq,
#contact {
    scroll-margin-top: 4rem;
}

@keyframes monkImageFade {
    from {
        opacity: 0;
        transform: translateX(-35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes monkContentFade {
    from {
        opacity: 0;
        transform: translateX(35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes monkPointFade {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Monk monastery page css start */
.mm-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b8892f;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.mm-label::before {
    content: "";
    width: 36px;
    height: 1px;
    background: #b8892f;
}

.mm-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.mm-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    margin-top: 0px;
    transition: 0.35s ease;
}

.mm-btn-primary {
    background: linear-gradient(135deg, #b8892f, #d8b765);
    color: #211809;
    box-shadow: 0 18px 42px rgba(184, 137, 47, 0.3);
}

.mm-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 58px rgba(184, 137, 47, 0.4);
}

.mm-btn-outline {
    background: rgba(255, 255, 255, 0.82);
    color: #263529;
    border: 1px solid rgba(38, 53, 41, 0.16);
}

.mm-btn-outline:hover {
    transform: translateY(-4px);
    color: #b8892f;
    border-color: rgba(184, 137, 47, 0.4);
}

/* HERO */
.mm-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 130px 0 42px;
    /* background:
    linear-gradient(180deg, rgba(30, 36, 28, 0.25), rgba(30, 36, 28, 0.9)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=85")
      center/cover; */
    background:
        radial-gradient(
            circle at 15% 18%,
            rgb(217 180 97 / 12%),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            rgb(251 244 232) 0%,
            rgb(255 250 240 / 68%) 54%,
            rgb(240 223 193 / 0%) 100%
        ),
        url(../images/monk-monastery/banner.webp) center / cover;
    overflow: hidden;
}

.churning-hero {
    background:
        radial-gradient(
            circle at 15% 18%,
            rgb(217 180 97 / 12%),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            rgb(251 244 232) 0%,
            rgb(255 250 240 / 68%) 54%,
            rgb(240 223 193 / 0%) 100%
        ),
        url(../images/churning-monk/banner.webp) center / cover;
}
.wonders-geek-hero {
    background:
        radial-gradient(
            circle at 15% 18%,
            rgb(217 180 97 / 12%),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            rgb(251 244 232) 0%,
            rgb(255 250 240 / 68%) 54%,
            rgb(240 223 193 / 0%) 100%
        ),
        url(../images/wonder-of-geek/banner.webp) center / cover;
}

.mm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background:
  radial-gradient(
      circle at 80% 20%,
      rgba(216, 183, 101, 0.26),
      transparent 30%
    ),
    linear-gradient(90deg, rgba(30, 36, 28, 0.86), rgba(30, 36, 28, 0.35)); */
}

.mm-hero-content {
    position: relative;
    z-index: 2;
    max-width: 940px;
    animation: fadeUp 0.9s ease both;
}

.mm-hero .mm-label {
    color: #000000;
}

.mm-hero .mm-label::before {
    background: #000;
}

.mm-hero h1 {
    color: #216463;
}

.mm-hero p {
    color: #000;
    font-size: 18px;
    line-height: 1.75;
    max-width: 760px;
}

.mm-quick-card {
    position: relative;
    z-index: 3;
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.mm-quick-item {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 250, 240, 0.92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.mm-quick-item span {
    display: block;
    color: #b8892f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.mm-quick-item strong {
    color: #1e241c;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Cinzel", serif !important;
}
.monk-about-wrap {
    grid-template-columns: 1.1fr 0.9fr;
}

/* About us section */
/* Why Choose */
.monk-why-block {
    position: relative;
}

.monk-why-heading {
    max-width: 820px;
    margin-bottom: 40px;
}

.monk-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.monk-why-card {
    min-height: 330px;
    padding: 30px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(38, 53, 41, 0.12);
    box-shadow: 0 18px 48px rgba(38, 53, 41, 0.08);
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
}
.monk-why-card h3 {
    font-size: 18px;
}

.monk-why-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -55px;
    top: -55px;
    border-radius: 50%;
    background: rgba(184, 137, 47, 0.13);
    transition: 0.35s ease;
}

.monk-why-card:hover {
    transform: translateY(-10px);
    border-color: rgba(184, 137, 47, 0.38);
    box-shadow: 0 30px 68px rgba(38, 53, 41, 0.14);
}

.monk-why-card:hover::before {
    transform: scale(1.6);
}

.monk-card-dark {
    grid-row: span 2;
    background:
        linear-gradient(135deg, rgb(38 53 41 / 29%), rgba(38, 53, 41, 0.82)),
        url("../images/monk-monastery/4.webp") center/cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.churning-card-dark {
    background:
        linear-gradient(135deg, rgb(38 53 41 / 29%), rgba(38, 53, 41, 0.82)),
        url("../images/churning-monk/4.webp") center/cover;
}
.geek-card-dark {
    background:
        linear-gradient(135deg, rgb(38 53 41 / 29%), rgba(38, 53, 41, 0.82)),
        url("../images/about.webp") center/cover;
}

.monk-card-dark::before {
    background: rgba(216, 183, 101, 0.18);
}

.monk-card-number {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: #263529;
    color: #d8b765;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.monk-card-dark .monk-card-number {
    background: rgba(255, 250, 240, 0.14);
    color: #d8b765;
    border: 1px solid rgba(255, 250, 240, 0.2);
}

/* .monk-why-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6f665b;
  font-size: 16px;
  line-height: 1.7;
} */
.pt-0 {
    padding-top: 0px;
}

.monk-card-dark h3,
.monk-card-dark p {
    color: #fffaf0;
}

.monk-card-image {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 24px;
    padding: 20px;
}

.monk-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 26px;
    position: relative;
    z-index: 1;
}

.monk-card-image-content {
    padding: 10px 8px;
}

/* Brochure Section start */
.brochure-modern-section {
    background:
        radial-gradient(
            circle at top left,
            rgba(183, 130, 82, 0.16),
            transparent 32%
        ),
        #f8f1e5;
}

.brochure-modern-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
    align-items: stretch;
}

.brochure-left-box {
    background:
        linear-gradient(135deg, rgba(38, 53, 41, 0.96), rgba(38, 53, 41, 0.86)),
        url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=80")
            center/cover;
    border-radius: 28px;
    padding: 36px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 22px 55px rgba(38, 53, 41, 0.18);
    overflow: hidden;
    position: relative;
}

.brochure-left-box::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 250, 240, 0.24);
    border-radius: 20px;
    pointer-events: none;
}

.brochure-left-box span {
    color: #d8b765;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.brochure-left-box h3 {
    color: #ffffff;
    margin: 0px;
    position: relative;
    z-index: 1;
}

.brochure-left-box p {
    color: rgba(255, 250, 240, 0.78);
    font-size: 16px;
    line-height: 1.6;
    margin-top: 14px;
    position: relative;
    z-index: 1;
}

.brochure-card-grid {
    display: grid;
    gap: 18px;
}

.brochure-modern-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgba(38, 53, 41, 0.1);
    box-shadow: 0 14px 36px rgba(38, 53, 41, 0.08);
    display: grid;
    grid-template-columns: 62px 1fr auto;
    gap: 18px;
    align-items: center;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

.brochure-modern-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -55px;
    top: -55px;
    border-radius: 50%;
    background: rgba(183, 130, 82, 0.12);
    transition: 0.35s ease;
}

.brochure-modern-card:hover {
    transform: translateY(-6px);
    border-color: rgba(183, 130, 82, 0.34);
    box-shadow: 0 24px 58px rgba(38, 53, 41, 0.14);
}

.brochure-modern-card:hover::after {
    transform: scale(1.5);
}

.brochure-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #263529;
    color: #d8b765;
    display: grid;
    place-items: center;
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.brochure-card-content {
    position: relative;
    z-index: 1;
}

.brochure-card-content h3 {
    color: #1e241c;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 7px;
}

.brochure-card-content p {
    color: #566174;
    font-size: 14.5px;
    line-height: 1.5;
}

.brochure-download-btn {
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 100px;
    background: #b78252;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    transition: 0.35s ease;
}

.brochure-download-btn:hover {
    background: #96683f;
    transform: translateY(-2px);
}

.brochure-coming {
    background: #f2eadf;
    color: #8b735f;
    pointer-events: none;
}

.brochure-modern-card.disabled {
    opacity: 0.85;
}

.brochure-modern-card.disabled .brochure-icon {
    background: #efe0c4;
    color: #b78252;
}

@media (max-width: 992px) {
    .brochure-modern-container {
        grid-template-columns: 1fr;
    }

    .brochure-left-box {
        min-height: 300px;
    }
}

@media (max-width: 680px) {
    .brochure-left-box {
        padding: 26px;
        border-radius: 22px;
        min-height: 260px;
    }

    .brochure-left-box h2 {
        font-size: 34px;
    }

    .brochure-modern-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
        border-radius: 20px;
    }

    .brochure-download-btn {
        width: 100%;
    }
}
/* Brochure Section end */

/* Client logo section start */
.brand-logo-section {
    background: #f8f1e5;
}

.brand-logo-heading {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
}

.brand-logo-heading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #b8892f;
    margin-bottom: 15px;
    font-weight: 700;
}

.brand-logo-heading span::before,
.brand-logo-heading span::after {
    content: "";
    width: 34px;
    height: 1px;
    background: #b8892f;
}

.brand-logo-heading p {
    margin: 12px 0 0;
    color: #6f665b;
    font-size: 16px;
    line-height: 1.7;
}

.brand-logo-slider {
    position: relative;
}

.brand-logo-card {
    height: 120px;
    padding: 12px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(38, 53, 41, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s ease;
}

.brand-logo-card:hover {
    transform: translateY(-6px);
    border-color: rgba(184, 137, 47, 0.35);
    box-shadow: 0 22px 52px rgba(38, 53, 41, 0.13);
}

.brand-logo-card img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
    opacity: 1;
    transition: 0.35s ease;
}

.brand-logo-card:hover img {
    transform: scale(1.06);
}

/* Owl Dots */
.brand-logo-slider .owl-dots {
    margin-top: 24px;
    text-align: center;
}

.brand-logo-slider .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background: rgba(38, 53, 41, 0.25);
    display: block;
    border-radius: 50%;
    transition: 0.3s ease;
}

.brand-logo-slider .owl-dot.active span {
    width: 26px;
    border-radius: 20px;
    background: #b8892f;
}

/* Owl Nav */
.brand-logo-slider .owl-nav {
    display: none;
}

@media (max-width: 767px) {
    .brand-logo-heading span {
        font-size: 10px;
    }
}
@media (max-width: 640px) {
    .brand-logo-card {
        height: auto;
        padding: 12px;
        width: 100%;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brand-logo-card img {
        max-height: 65px;
    }
}
/* Client logo section end */
/* Animation */
.monk-about-image,
.monk-about-content,
.monk-why-heading,
.monk-why-card {
    opacity: 0;
    transform: translateY(34px);
    animation: monkFadeUp 0.8s ease forwards;
}

.monk-about-content {
    animation-delay: 0.12s;
}

.monk-why-heading {
    animation-delay: 0.16s;
}

.monk-why-card:nth-child(1) {
    animation-delay: 0.1s;
}

.monk-why-card:nth-child(2) {
    animation-delay: 0.2s;
}

.monk-why-card:nth-child(3) {
    animation-delay: 0.3s;
}

.monk-why-card:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes monkFadeUp {
    from {
        opacity: 0;
        transform: translateY(34px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1100px) {
    .monk-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .monk-card-dark {
        grid-row: auto;
    }

    .monk-card-image {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .monk-about-content h2,
    .monk-why-heading h2 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    .monk-why-grid {
        grid-template-columns: 1fr;
    }

    .monk-card-image {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .monk-card-image img {
        height: 230px;
    }

    .monk-why-card {
        min-height: auto;
        padding: 24px;
        border-radius: 28px;
    }
}

@media (max-width: 480px) {
    .monk-about-image {
        height: 350px;
    }

    .monk-card-number {
        width: 54px;
        height: 54px;
        border-radius: 17px;
    }
}

/* highlights section start */
.monk-compact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 42px;
}

.monk-compact-card {
    min-height: 120px;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(38, 53, 41, 0.1);
    box-shadow: 0 12px 32px rgba(38, 53, 41, 0.07);
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
}

.monk-compact-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -35px;
    top: -35px;
    border-radius: 50%;
    background: rgba(184, 137, 47, 0.12);
    transition: 0.35s ease;
}

.monk-compact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(184, 137, 47, 0.35);
    box-shadow: 0 20px 48px rgba(38, 53, 41, 0.13);
}

.monk-compact-card:hover::after {
    transform: scale(1.5);
}

.monk-compact-card span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #263529;
    color: #d8b765;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.monk-compact-card p {
    margin: 0;
    color: #1e241c;
    line-height: 1.35;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-family: "Cinzel", serif !important;
    margin-bottom: 10px;
    font-size: 21px;
}

.monk-highlight-header,
.monk-compact-card,
.monk-compact-cta {
    opacity: 0;
    transform: translateY(24px);
    animation: monkCompactFade 0.65s ease forwards;
}

.monk-compact-card:nth-child(1) {
    animation-delay: 0.05s;
}

.monk-compact-card:nth-child(2) {
    animation-delay: 0.1s;
}

.monk-compact-card:nth-child(3) {
    animation-delay: 0.15s;
}

.monk-compact-card:nth-child(4) {
    animation-delay: 0.2s;
}

.monk-compact-card:nth-child(5) {
    animation-delay: 0.25s;
}

.monk-compact-card:nth-child(6) {
    animation-delay: 0.3s;
}

.monk-compact-card:nth-child(7) {
    animation-delay: 0.35s;
}

.monk-compact-card:nth-child(8) {
    animation-delay: 0.4s;
}

.monk-compact-card:nth-child(9) {
    animation-delay: 0.45s;
}

.monk-compact-cta {
    animation-delay: 0.18s;
}

@keyframes monkCompactFade {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CTA Section */

.monk-compact-cta {
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 50%,
            #1a5958a8 0%,
            #206261e8 70%,
            #103c3be6 100%
        ),
        url("../images/monk-monastery/3.webp") center/cover;

    box-shadow: 0 24px 60px rgba(38, 53, 41, 0.16);
}
.churning-compact-cta {
    background:
        radial-gradient(
            circle at 50% 50%,
            #1a5958a8 0%,
            #206261e8 70%,
            #103c3be6 100%
        ),
        url("../images/churning-monk/5.webp") center/cover;
}
.geek-compact-cta {
    background:
        radial-gradient(
            circle at 50% 50%,
            #1a5958a8 0%,
            #206261e8 70%,
            #103c3be6 100%
        ),
        url("../images/wonder-of-geek/1.webp") center/cover;
}

.monk-cta-content {
    max-width: 768px;
    min-height: 65vh;
    margin: auto;
    text-align: center;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-white {
    color: #fff;
}

.monk-cta-content span {
    color: #d8b765;
}

.monk-cta-content span::before {
    background: #d8b765;
}

.monk-cta-content h2 {
    color: #ffffff;
}

.monk-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.monk-cta-btn {
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.35s ease;
}

.monk-cta-primary {
    background: linear-gradient(135deg, #b8892f, #d8b765);
    color: #211809;
    box-shadow: 0 16px 36px rgba(184, 137, 47, 0.28);
}

.monk-cta-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(184, 137, 47, 0.38);
}

.monk-cta-outline {
    background: rgba(255, 255, 255, 0.12);
    color: #fffaf0;
    border: 1px solid rgba(255, 250, 240, 0.32);
    backdrop-filter: blur(12px);
}

.monk-cta-outline:hover {
    transform: translateY(-4px);
    color: #d8b765;
    border-color: rgba(216, 183, 101, 0.58);
}

/* Responsive */
@media (max-width: 992px) {
    .monk-compact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .monk-cta-content {
        padding: 34px;
    }
}

@media (max-width: 640px) {
    .monk-compact-section {
        padding: 42px 0;
    }

    .monk-compact-container {
        width: min(100% - 24px, 1180px);
    }

    .monk-highlight-header {
        margin-bottom: 22px;
    }

    .monk-compact-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 32px;
    }

    .monk-compact-card {
        min-height: auto;
        padding: 16px;
        border-radius: 18px;
    }

    .monk-compact-card span {
        margin-bottom: 14px;
    }

    .monk-cta-content {
        padding: 28px 20px;
    }

    .monk-cta-buttons {
        flex-direction: column;
    }

    .monk-cta-btn {
        width: 100%;
    }
    .mm-hero p {
        font-size: 16px;
    }
    .mm-btns .about-btn {
        margin-top: 10px;
    }
    .mm-btns {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 20px;
    }
    .mm-label::before {
        content: "";
        width: 25px;
    }
    .mm-hero {
        position: relative;
        min-height: 60vh;
        display: flex;
        align-items: end;
        padding: 100px 0 42px;
        background:
            radial-gradient(
                circle at 15% 18%,
                rgb(217 180 97 / 12%),
                transparent 28%
            ),
            linear-gradient(
                135deg,
                rgb(251 244 232) 0%,
                rgb(255 250 240 / 74%) 54%,
                rgb(240 223 193) 100%
            ),
            url(../images/monk-monastery/banner.webp) center / cover;
    }
    .mm-label {
        font-size: 10px;
        margin-bottom: 15px;
    }
    .monk-compact-card p {
        font-size: 18px;
    }
}
/* Monk monastery page css end */

/* Gallery page CSS Start  */
.monk-gallery-section {
    background: #f8f1e5;
}

.monk-gallery-heading p {
    margin: 12px 0 0;
    max-width: 620px;
    color: #6f665b;
    font-size: 16px;
    line-height: 1.7;
}

.monk-gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.monk-gallery-tab {
    border: 1px solid rgba(38, 53, 41, 0.14);
    background: #ffffff;
    color: #263529;
    padding: 11px 20px;
    border-radius: 100px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 10px 28px rgba(38, 53, 41, 0.06);
}

.monk-gallery-tab:hover,
.monk-gallery-tab.active {
    background: #263529;
    color: #d8b765;
    border-color: #263529;
}

.monk-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.monk-gallery-item {
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 16px 44px rgba(38, 53, 41, 0.1);
    transition: 0.35s ease;
}

.monk-gallery-item.hide {
    display: none;
}

.monk-gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 65px rgba(38, 53, 41, 0.16);
}

.monk-gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.monk-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s ease;
}

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

.monk-gallery-overlay {
    position: absolute;
    inset: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, transparent 42%, rgb(30 36 28 / 27%));
}

.monk-gallery-overlay span {
    display: none;
    color: #d8b765;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.monk-gallery-overlay h3 {
    margin: 0;
    display: none;
    color: #ffffff;
}

.glightbox-container .gslide-title {
    color: #ffffff;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 992px) {
    .monk-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .monk-gallery-item {
        height: 280px;
    }
}

@media (max-width: 640px) {
    .monk-gallery-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .monk-gallery-tab {
        white-space: nowrap;
    }

    .monk-gallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .monk-gallery-item {
        height: 260px;
        border-radius: 20px;
    }

    .monk-gallery-overlay h3 {
        font-size: 20px;
    }
}
/* Gallery page CSS End */

/* Breadcrumb section start */
.monk-breadcrumb-section {
    position: relative;
    padding: 130px 0 58px;
    background: linear-gradient(
        90deg,
        rgba(38, 53, 41, 0.88),
        rgba(38, 53, 41, 0.58)
    );
    font-family: "Outfit", sans-serif;
    overflow: hidden;
}

.monk-breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(216, 183, 101, 0.35);
    border-radius: 28px;
    pointer-events: none;
}

.monk-breadcrumb-section::after {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgba(38, 53, 41, 0.88),
        rgba(38, 53, 41, 0.58)
    );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.monk-breadcrumb-section .container {
    position: relative;
    z-index: 1;
}
.monk-breadcrumb-content {
    max-width: 760px;
}

.monk-breadcrumb-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d8b765;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.monk-breadcrumb-tag::before {
    content: "";
    width: 36px;
    height: 1px;
    background: #d8b765;
}

.monk-breadcrumb-content h1 {
    margin: 0;
    color: #ffffff;
}

.monk-breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.monk-breadcrumb-list li {
    color: rgba(255, 250, 240, 0.82);
    font-size: 15px;
    font-weight: 600;
}

.monk-breadcrumb-list li a {
    color: #d8b765;
    text-decoration: none;
    transition: 0.3s ease;
}

.monk-breadcrumb-list li a:hover {
    color: #ffffff;
}

.monk-breadcrumb-list li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: rgba(255, 250, 240, 0.48);
}

/* Responsive */
@media (max-width: 768px) {
    .monk-breadcrumb-section {
        padding: 105px 0 44px;
    }
    .monk-breadcrumb-tag::before {
        content: "";
        width: 25px;
    }
    .monk-breadcrumb-tag {
        font-size: 10px;
    }

    .monk-breadcrumb-section::before {
        inset: 10px;
        border-radius: 22px;
    }
}

.gallery-page header {
    background: #fff;
}
/* Breadcrumb section end */

@media (max-width: 1400px) {
    .hero {
        height: 80vh;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .monk-choose-image-box {
        height: 470px;
    }
}

@media (max-width: 576px) {
    .monk-choose-image-box {
        height: 390px;
        border-radius: 26px;
    }

    .monk-choose-image-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 18px;
        border-radius: 20px;
    }

    .monk-choose-content h2 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .monk-choose-point {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }

    .monk-choose-point:hover {
        transform: translateY(-6px);
    }

    .monk-choose-point span {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .monk-choose-point p {
        font-size: 16px;
    }
}
/* why choose section end */

@media (max-width: 1150px) {
    .project-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1024px) {
    .hero-grid,
    .about-wrap,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        background:
            linear-gradient(180deg, transparent, rgb(0 0 0 / 62%)),
            url(../images/banner.webp) left / cover;
        height: 90vh;
    }

    .hero-card {
        max-width: 520px;
    }

    .property-grid,
    .reason-grid,
    .choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .menu-toggle {
        display: grid;
        place-items: center;
    }
    .site-header {
        padding: 0px 0px;
    }

    .site-header.scrolled .nav-menu a {
        color: #000;
    }
    /* .nav-menu {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    padding: 22px;

    gap: 25px;
    border-radius: 0;
    background: rgba(255, 250, 240, 0.98);
    border: 1px solid rgba(39, 53, 42, 0.12);
    backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    box-shadow: 0 20px 55px rgba(39, 53, 42, 0.12);
  } */

    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav-actions .btn {
        display: none;
    }

    .project-grid,
    .property-grid,
    .reason-grid,
    .choose-grid {
        grid-template-columns: 1fr;
    }

    .cta-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 767px) {
    .contact-info {
        display: flex;
        flex-direction: column;
    }

    .monk-choose-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .logo img {
        height: auto;
        width: 90px;
    }
    .site-header.scrolled .logo img {
        width: 90px;
    }
    .about-btn {
        padding: 15px 15px;
        margin-top: 15px;
        font-size: 12px;
    }
    .hero-buttons {
        gap: 0px;
    }
    .hero-content p {
        max-width: 760px;
        margin: 15px 0 0;
        font-size: 16px;
    }
    .about-wrap h3,
    .stat-box strong {
        font-size: 18px;
    }
    .hero-card h3 {
        font-size: 20px;
    }
    .eyebrow {
        font-size: 10px;
    }
    .eyebrow::before {
        content: "";
        width: 20px;
    }
    .mini-card h3,
    .project-body h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    h3 {
        font-size: 18px;
    }
    .faq-question {
        font-size: 16px;
    }
    .hero {
        background:
            linear-gradient(180deg, transparent, rgb(0 0 0 / 0%)),
            url(../images/mob-banner.webp) bottom / cover;
    }
    .hero .hero-wrapper-content h2 {
        margin: auto;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        max-width: 420px;
    }
    .hero .hero-wrapper-content .about-btn {
        margin-top: 16px;
        font-size: 12px;
    }
}

@media (max-width: 560px) {
    .section {
        padding: 54px 0;
    }

    .hero {
        padding: 118px 0 58px;
    }

    h1 {
        letter-spacing: -1px;
    }

    p {
        font-size: 16px;
    }
    .nav-actions a {
        display: none;
    }

    .content-card,
    .contact-form {
        padding: 24px;
        border-radius: 26px;
    }

    .image-panel {
        min-height: 360px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }
    .section {
        padding: 30px 0;
    }
}
