:root {
    --terracotta: #ab6146;
    --terracotta-dark: #7e2c1a;
    --terracotta-light: #bc7254;
    --cream: #F5F0E8;
    --dark: #1a1209;
    --gold: #c9a96e;
    --text-muted: #7a6a5a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../font/fonnts.com-IvyMode_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../font/fonnts.com-IvyMode_Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../font/fonnts.com-IvyMode_SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../font/fonnts.com-IvyMode_SemiBold_Italic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../font/fonnts.com-IvyMode_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyMode';
    src: url('../font/fonnts.com-IvyMode_Bold_Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ---- GothaPro ----------------------------------─ */
@font-face {
    font-family: 'GothaPro';
    src: url('../font/GothaProReg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothaPro';
    src: url('../font/GothaProMed.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothaPro';
    src: url('../font/GothaProBol.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---- Montserrat ------------------------------── */
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---- Raleway ----------------------------------── */
@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    background: #fff;
    color: var(--dark);
    overflow-x: hidden;
}

p {
    font-family: 'GothaPro', sans-serif !important;
}

/* ===================== NAVBAR ===================== */
.navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
    background: transparent;
}

.navbar_wrap {
    padding: 25px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-main.scrolled {
    backdrop-filter: blur(44px);
}

.nav-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-logo img {
    max-width: 130px;
}

.nav-logo .logo-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
}

.nav-logo .logo-text {
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 1;
}

.nav-logo .logo-sub {
    color: var(--gold);
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ===================== HAMBURGER – always visible ===================== */
.hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
    z-index: 1001;
    position: relative;
}

.hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #000000;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
}

.menu-label {
    position: absolute;
    left: 43px;
    height: 0;
    top: 1px;
    height: 0 !important;
    font-family: 'GothaPro', sans-serif;
}

.navbar_wrap .contact-info {
    margin-right: 10px;
}

.navbar_wrap .contact-info img {
    width: 14px;
}

.navbar_wrap .contact-info .mobilenumber {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'GothaPro', sans-serif;
}

.navbar_wrap .contact-info .mobilenumber:hover {
    color: var(--terracotta);
}

/* X transform when open */
.hamburger.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

/* ===================== FULLSCREEN MENU ===================== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Clip from top */
    clip-path: circle(0% at calc(100% - 56px) 40px);
    transition: clip-path 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    pointer-events: none;
    overflow: hidden;
}

/* Noise texture overlay like image */
.mobile-menu::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url(../images/mobile-menu-backgrround.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mobile-menu::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    background-size: 200px;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.mobile-menu.open {
    clip-path: circle(150% at calc(100% - 56px) 40px);
    pointer-events: all;
}

/* Logo inside menu */
.menu-logo img {
    width: 130px;
    margin-bottom: 20px;
}



/* Close X in menu */
.mobile-menu .close-btn {
    position: absolute;
    top: 24px;
    left: 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s 0.5s;
    line-height: 1;
}

.mobile-menu.open .close-btn {
    opacity: 1;
}

/* Nav list */
.mobile-menu ul {
    list-style: none;
    text-align: center;
    z-index: 2;
    padding: 0;
}

.mobile-menu ul li {
    overflow: hidden;
    margin: 6px 0;
}

.mobile-menu ul li a {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    transform: translateY(60px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
        color 0.3s;
    font-family: 'IvyMode', serif;
}

.mobile-menu ul li a:after {
    content: '';
    width: 0;
    display: block;
    height: 1px;
    background: #fff;
    transition: all .2s linear;
}

.mobile-menu ul li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.mobile-menu ul li a:hover:after {
    width: 100%;
}

/* Stagger each link when menu opens */
.mobile-menu.open ul li:nth-child(1) a {
    transition-delay: 0.25s;
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu.open ul li:nth-child(2) a {
    transition-delay: 0.32s;
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu.open ul li:nth-child(3) a {
    transition-delay: 0.39s;
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu.open ul li:nth-child(4) a {
    transition-delay: 0.46s;
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu.open ul li:nth-child(5) a {
    transition-delay: 0.53s;
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu.open ul li:nth-child(6) a {
    transition-delay: 0.60s;
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu.open ul li:nth-child(7) a {
    transition-delay: 0.67s;
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu.open ul li:nth-child(8) a {
    transition-delay: 0.74s;
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu.open ul li:nth-child(9) a {
    transition-delay: 0.81s;
    transform: translateY(0);
    opacity: 1;
}

/* Divider line in menu */
.menu-divider {
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 16px auto;
    z-index: 2;
    transform: scaleX(0);
    transition: transform 0.5s 0.5s;
}

.mobile-menu.open .menu-divider {
    transform: scaleX(1);
}

/* ===================== HERO ===================== */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.innerhero {
    height: 80vh;
}

.hero-section .container {
    height: 100%;
}

.hero-section .container .content {
    height: 100%;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.mobileBanner{display: none;}

.content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.hero-section .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 50px;
}

.hero-section .content .banner_logo img {
    max-width: 200px;
}

.hero-section .content .banner_tagline {
    color: #4e565a;
    display: block;
    text-align: center;
    font-size: 36px;
    font-style: italic;
    margin-top: 24px;
    font-family: 'GothaPro', sans-serif;
}

.hero-section .content .banner_tagline .taglkinedes {
    background: linear-gradient(90deg, #7e2c1a 11%, #a94e32 51%, #7e2c1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    font-style: normal;
}

.hero-section .content .banner_tagline .taglkinedes:after {
    content: '';
    display: block;
    width: 107px;
    height: 2px;
    background: #4e565a;
    position: absolute;
    right: -123px;
    bottom: 15px;
}

.site-header.scrolled {
    background: #ffffff85;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #4e565a;
}

/* ===================== INTRO ===================== */
.section-intro {
    padding: 50px 0;
    background: var(--terracotta);
    overflow-x: hidden;
}


.intro-image-wrap {
    width: 100%;
    padding: 20px;
    border: 3px solid #c5866f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-image-wrap img {
    width: 100%;
}

.section-intro .intro-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-family: 'IvyMode', serif;
}

.section-intro .intro-content h1 span {
    display: block;
    font-size: 34px;
}

.section-intro .intro-content .devider {
    width: 100%;
    height: 2px;
    background: #c5866f;
    margin: 25px 0 25px 0;
}

.section-intro .intro-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0 0 10px 0;
    font-family: 'GothaPro', sans-serif;
}

/* ===================== Video section ===================== */
.videosection {
    width: 100%;
    padding: 70px 0px;
    position: relative;
}

.videosection .videosectionbg {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.videosection .videosectionbg .brownbg {
    background-color: #231f20;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    z-index: -2;
}

.videosection .videosectionbg .blackbg {
    background-color: #0f0d0d;
    position: absolute;
    top: 0;
    left: 0;
    height: 65%;
    width: 100%;
    z-index: -1;
}

.video_box img {
    width: 100%;
}

.video_box .heading1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 4px;
    font-family: 'IvyMode', serif;
}

.video_box .heading1:before {
    content: '';
    width: 118px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.video_box .heading2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 70px;
    letter-spacing: 1px;
    font-family: 'IvyMode', serif;
}

.video_box .heading2:before {
    content: '';
    width: 118px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.play-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-card:hover .play-ring {
    border-color: #fff;
    background: rgba(181, 104, 58, 0.85);
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(181, 104, 58, 0.2);
}

.play-ring img {
    width: 28px;
    height: 28px;
    fill: #fff;
    margin-left: 5px;
}

/* Ripple on click */
.play-ring::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: ripple 2s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* ── Video wrapper ── */
.video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    /* Dark border/shadow like screenshot */
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 40px 100px rgba(0, 0, 0, 0.8);
}

/* Thumbnail image */
.video-thumb {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.4s ease;
}

.video-wrapper:hover .video-thumb {
    transform: scale(1.02);
}

/* Dark overlay */
.video-overlay {
    position: absolute;
    inset: 0;
    transition: background 0.4s;
}

.video-wrapper:hover .video-overlay {
    background: rgba(0, 0, 0, 0.32);
}

/* ── Play / Pause Button ── */
.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.3s ease;

    /* Glassmorphism circle — exactly like screenshot */
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px) saturate(1.5);
    -webkit-backdrop-filter: blur(8px) saturate(1.5);
    box-shadow:
        0 0 0 1.5px rgba(255, 255, 255, 0.35),
        0 8px 32px rgba(0, 0, 0, 0.4);
}

.video-wrapper:hover .play-pause-btn {
    transform: translate(-50%, -50%) scale(1.12);
    background: rgba(255, 255, 255, 0.26);
    box-shadow:
        0 0 0 1.5px rgba(255, 255, 255, 0.55),
        0 12px 40px rgba(0, 0, 0, 0.5);
}

/* Ripple ring */
.play-pause-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    animation: ripple 2.5s ease-out infinite;
}

.play-pause-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    animation: ripple 2.5s ease-out infinite 0.8s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

/* SVG icons */
.icon-play,
.icon-pause {
    width: 26px;
    height: 26px;
    fill: #fff;
    transition: opacity 0.2s;
    position: absolute;
}

.icon-play {
    margin-left: 4px;
}

.icon-pause {
    display: none;
}

/* When playing */
.video-wrapper.playing .icon-play {
    display: none;
}

.video-wrapper.playing .icon-pause {
    display: block;
}

.video-wrapper.playing .video-thumb {
    display: none;
}

.video-wrapper.playing .video-overlay {
    display: none;
}

.video-wrapper.playing .play-pause-btn::before,
.video-wrapper.playing .play-pause-btn::after {
    animation: none;
    opacity: 0;
}

/* Actual video (hidden until play) */
.video-iframe {
    display: none;
    width: 100%;
    border: none;
    background: #000;
    outline: none;
}

.video-wrapper.playing .video-iframe {
    display: block;
}

.video-wrapper.playing .play-pause-btn {
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s;
}

.video-wrapper.playing:hover .play-pause-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
}

.gallery-section .heading1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-family: 'IvyMode', serif;
}

.gallery-section .heading1:before {
    content: '';
    width: 118px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}


/* ===================== Flip Sections ===================== */
.flipsection1 .flipbox1 {
    width: 100%;
    background-image: url(../images/flip-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 75vh;
    position: relative;
    overflow: hidden;
}

/* .flipsection1 .flipbox1:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(7deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
} */

.flipbox1 .flipcaption1 {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
    width: 320px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'IvyMode', serif;
}


.flipbox1 .flipcaption3 {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
    width: 350px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'IvyMode', serif;
}

.flipbox1 .flipcaption1 .flipnumber {
    font-size: 73px;
    display: block;
    line-height: 1;
    margin-right: 22px;
    color: #fff;
    font-weight: lighter;
}

.flipbox1 .flipcaption1 .fliptext {
    background: linear-gradient(90deg, #e6c98c 51%, #cd993c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style: normal;
    font-size: 26px;
    line-height: 1.3;
}

.flipbox1 .flipcaption1:after {
    content: '';
    clip-path: polygon(90% 0, 100% 0, 43% 51%, 100% 100%, 90% 100%, 33% 51%);
    display: block;
    width: 100px;
    height: 110px;
    position: absolute;
    right: -13px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/noicy-texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.flipsection1 .flipbox2 {
    width: 100%;
    background-image: url(../images/flip-2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 75vh;
    position: relative;
}

.flipsection1 .flipbox2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(7deg, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 1) 100%);
}

.flipbox2 .flip_name {
    color: #fff;
    position: absolute;
    bottom: 70px;
    left: 180px;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    font-family: 'IvyMode', serif;
}

.flipsection1 .flipbox3 {
    width: 100%;
    background-image: url(../images/flip-3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 75vh;
    position: relative;
}

.flipsection1 .flipbox3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(7deg, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 1) 100%);
}

.flipbox3 .flip_name {
    color: #fff;
    position: absolute;
    bottom: 70px;
    left: 180px;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    font-family: 'IvyMode', serif;
}

/* Paddle Court */
.paddlecourt {
    width: 100%;
    background: var(--terracotta);
    padding: 40px 0 20px;
}


.paddlecourt .heading1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'IvyMode', serif;
}

.paddlecourt .heading1:before {
    content: '';
    width: 118px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.paddlecourtimg {
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    height: 700px;
    overflow: hidden;

}

.paddlecourtimg .paddlecourtcontent {
    background: #0000005e;
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -225px;
}

.paddlecourtimg .paddlecourtcontent .paddlename {
    font-family: 'IvyMode', serif;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 13px;
}

.paddlecourtimg .paddlecourtcontent .paddlesubname {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

/* ======================= Gallery ====================== */
/* ---- Wrapper ------------------------------ */
.gallery-section {
    width: 100%;
    padding: 50px 0;
    background: #231f20;
}

.gallery-label {
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 10px;
}

.gallery-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 300;
    color: #fff;
    margin-bottom: 32px;
    line-height: 1.1;
}

.gallery-heading em {
    font-style: italic;
    color: #c9a96e;
}

/* ---- Main layout ---------------------------── */
.gallery-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 0;
    height: 580px;
    position: relative;
}

/* ---- LEFT: Main Slider -------------------── */
.main-slider {
    position: relative;
    overflow: hidden;
    background: #111;
    margin-right: 5px;
}

/* Fade overlay on right edge */

.main-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}

.main-slide.active {
    opacity: 1;
    z-index: 2;
}

.main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Slide caption */
.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 36px 28px;
    background: linear-gradient(to top, rgba(10, 8, 5, 0.85) 0%, transparent 100%);
    z-index: 5;
}

.slide-caption-label {
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 6px;
}

.slide-caption-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}

/* Dots */
.slide-dots {
    position: absolute;
    bottom: 28px;
    right: 36px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}

.dot.active {
    background: #fff;
    border-color: #fff;
    transform: scale(1.2);
}

/* ---- RIGHT: Thumbnail Panel --------------- */
.thumb-panel {
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Nav arrows top/bottom */
.thumb-nav {
    flex-shrink: 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
    position: relative;
    z-index: 5;
}

.thumb-nav:hover {
    background: #1e1810;
    color: #c9a96e;
}

.thumb-nav svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Fade edges on thumb panel */
.thumb-nav-top-fade {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    height: 32px;
    background: linear-gradient(to bottom, #0e0c0a, transparent);
    z-index: 4;
    pointer-events: none;
}

.thumb-nav-bot-fade {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    height: 32px;
    background: linear-gradient(to top, #0e0c0a, transparent);
    z-index: 4;
    pointer-events: none;
}

/* Scrollable thumb list */
.thumb-track-wrap {
    flex: 1;
    position: relative;
}

.thumb-track {
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Individual thumbnail */
.thumb-item {
    position: relative;
    flex-shrink: 0;
    height: 155px;
    cursor: pointer;
    overflow: hidden;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.4s ease;
    filter: brightness(0.55) saturate(0.8);
}

.thumb-item:hover img,
.thumb-item.active img {
    filter: brightness(0.85) saturate(1);
    transform: scale(1.04);
}

/* Thumb label */
.thumb-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 12px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.3s;
}

.thumb-item.active .thumb-label,
.thumb-item:hover .thumb-label {
    color: rgba(255, 255, 255, 0.9);
}

/* Active border left indicator */
.thumb-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #c9a96e;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.thumb-item.active::before {
    transform: scaleY(1);
}

#thumbPrev {
    position: absolute;
    background: #000;
    height: 23px;
    width: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 3px;
}

#thumbNext {
    position: absolute;
    background: #000;
    height: 23px;
    width: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 3px;
}

/* ------ Count label ------------------- */
.gallery-count {
    position: absolute;
    bottom: 28px;
    left: 36px;
    font-size: 11px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.gallery-count strong {
    color: #c9a96e;
    font-weight: 400;
}

/* =========== Footer ============ */
.footer {
    background: var(--terracotta);
    padding: 5px 0px 25px;
    overflow-x: hidden;
}

.footer .heading1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'IvyMode', serif;
    margin-bottom: 30px;
}

.footer .heading1:before {
    content: '';
    width: 118px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.location-form-wrapper {
    display: flex;
    align-items: stretch;
}

.map-box {
    flex: 1;
}

.map-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.form-box {
    flex: 1;
    position: relative;
    background: url('../images/video-bg-image.jpg') center center/cover no-repeat;
    min-height: 420px;
}

.form-overlay {
    background: #0000008a;
    width: 100%;
    height: 100%;
    padding: 25px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-overlay h2 {
    color: var(--terracotta);
    font-size: 25px;
    margin: 0 0 10px;
    line-height: 1.2;
}

.form-overlay h2 em {
    color: #ffffff;
    font-style: italic;
}

.form-overlay p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 25px;
}

.form-overlay form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-overlay input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    background: none;
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
}

.enquiryForm label{color:#fff; display: none;}
.textAreaBox{display:none}

.enquiryForm .hp-field{position:absolute; left:-9999px; width:1px; height:1px; opacity:0;}
.enquiryForm input[type="number"]::-webkit-outer-spin-button,
.enquiryForm input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none; margin:0;}
.enquiryForm input[type="number"]{-moz-appearance:textfield; appearance:textfield;}

.enquiryForm .captcha-group{display:flex; align-items:center; gap:12px; flex-wrap:wrap;}
.enquiryForm .captcha-group input{flex:1 1 100px; width:auto; min-width:0;}
.enquiryForm .captcha-group .captcha-question,
#contact-section .captcha-group .captcha-question{
    display:block;
    margin:0;
    color:#fff;
    font-weight:600;
    font-size:0.85rem;
    letter-spacing:0.02em;
    text-transform:none;
    white-space:nowrap;
    flex:0 0 auto;
}
.enquiryForm .form-status{font-size:0.8rem; margin:10px 0; min-height:1em;}
.enquiryForm .form-status.success{color:#8fd19e;}
.enquiryForm .form-status.error{color:#ff9b9b;}
.enquiryForm button[disabled]{opacity:0.6; cursor:not-allowed;}


.form-overlay input:focus-visible {
    outline: none;
}

.form-overlay input::placeholder {
    color: #fff;
}

.captcha {
    width: 300px;
    height: 55px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}

.form-overlay button {
    width: 140px;
    height: 46px;
    border: none;
    background: var(--terracotta);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 5px;
}


.footer-section {
    background: var(--terracotta);
    color: #fff;
    position: relative;
    padding-top: 25px;

    overflow-x: hidden;
}

.footer-title,
.footer-subtitle {
    color: #f5c0a3;
    font-size: 18px;
    font-weight: 600;
}

.footer-text {
    max-width: 400px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'GothaPro', sans-serif !important;
    font-size: 17px;
    line-height: 1.4;

}

.footer-contact a,
.footer-menu a,
.footer-policy {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    max-width: 400px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'GothaPro', sans-serif !important;
    font-size: 17px;
    line-height: 1.4;
}

.footermobilenumber {
    font-weight: 300 !important;
    ;
    font-family: 'GothaPro', sans-serif !important, sans-serif;
}

.footer-contact {
    font-size: 22px;
}

.footer-menu li {
    margin-bottom: 3px;
}

.footer-menu a {
    line-height: 0;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'GothaPro', sans-serif !important;
    font-size: 17px;
    line-height: 1.4;
}

.footer-divider {
    border-color: rgba(255, 255, 255, .6);
    opacity: 1;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
}

.copyright,
.footer-policy {
    font-size: 14px;
    letter-spacing: .5px;
    font-family: 'GothaPro', sans-serif !important;
}

.footer-menu a:hover,
.footer-contact a:hover,
.social-icons a:hover {
    color: #f5c0a3;
}

.social-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 0;
}

.follow-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.follow-text .line {
    width: 1px;
    height: 34px;
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
    animation: growLine 1.2s cubic-bezier(.19, 1, .22, 1) forwards;
}

.follow-text .line2 {
    height: 22px;
}

.follow-text .text {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 3px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* .social-icons a {
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    transition: .3s;
} */

.social-icons a img {
    max-width: 20px;
}

@keyframes growLine {
    from {
        transform: scaleY(0);
        opacity: 0;
    }

    to {
        transform: scaleY(1);
        opacity: 1;
    }
}


/* ===================== REVEAL ANIMATIONS ===================== */
[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

/* ===================== FLOATING ACTION BUTTONS ===================== */
.fab-sidebar {
    position: fixed;
    right: -2px;
    bottom: 24px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fab-btn {
    width: 100px;
    height: 43px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        box-shadow 0.3s ease,
        background 0.3s ease;

    /* Glassmorphism */
    background: #ffffff05;
    ;
    backdrop-filter: blur(10px) saturate(1.4);
    -webkit-backdrop-filter: blur(14px) saturate(1.4);
    border: 1px solid #9b9b9b5e;
}

.fab-btn:hover {
    margin-right: -5px;
}

.fab-btn img {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.82);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s;
}

.fab-btn:hover img {
    stroke: #fff;
}

/* Badge */
.fab-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e53e3e;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(30, 20, 12, 0.6);
    animation: badgePulse 2s infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(229, 62, 62, 0.5);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(229, 62, 62, 0);
    }
}

/* Slide-in on page load */
.fab-btn {
    opacity: 0;
    animation: fabSlideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.fab-btn:nth-child(1) {
    animation-delay: 1.8s;
}

.fab-btn:nth-child(2) {
    animation-delay: 1.95s;
}

.fab-btn:nth-child(3) {
    animation-delay: 2.1s;
}

.fab-btn:nth-child(4) {
    animation-delay: 2.25s;
}

@keyframes fabSlideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* About page */
.chairman-section {
    background: #211d1b;
    padding: 60px 32px;
}

.chairman-heading-wrap {
    text-align: center;
    margin-bottom: 32px;
}

.chairman-section .heading1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-family: 'IvyMode', serif;
}

.chairman-section .heading1:before {
    content: '';
    width: 118px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.chairman-quote-box {
    border: 1px solid #c98a68;
    padding: 40px 40px 32px;
    max-width: calc(100% - 300px);
    margin: 0 auto;
}

.chairman-quote-icon {
    text-align: center;
    margin-bottom: 16px;
}

.chairman-quote-icon svg {
    width: 40px;
    height: 40px;
    fill: #f2ede8;
    transform: rotate(180deg);
}

.chairman-quote-title {
    text-align: center;
    font-size: 36px;
    letter-spacing: 3px;
    color: #d98a5e;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1.4;
    font-family: 'GothaPro', sans-serif;
}

.chairman-quote-body {
    color: #e7e2dc;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.Credibility .intro-image-wrap img {
    width: 100%;
}

/* Planned Living Section Sections */
.planned-image-wrap {
    margin-bottom: 40px;
}

.planned-image-wrap img {
    width: 100%;
}

.planned_section {
    width: 100%;
    background: #231f20;
    padding: 80px 0px;
}

.wpl-section {
    background: #211d1b;
    border: 1px solid #c98a68;
    border-radius: 2px;
    padding: 2.5rem 2.5rem;
}

.wpl-title {
    font-family: 'IvyMode', serif;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
}

.wpl-title-line1 {
    display: inline-block;
    color: #d48365;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 4px 10px 4px 0;
    font-weight: 600;
}

.wpl-title-line2 {
    display: inline-block;
    color: #d48365;
    font-size: 74px;
    letter-spacing: 4px;
    padding: 0 10px 4px 0;
    margin-top: 6px;
}

.wpl-text p {
    color: #f2ede8;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.wpl-text p:last-child {
    margin-bottom: 0;
}

/* Sanctuary Section */
.gc-mainbox {
    width: 100%;
    border: 1px solid #c98a68;
    padding: 35px;
}

.sanctuary-section {
    background: #211d1b;
    border: 1px solid #c98a68;
    border-radius: 2px;
    padding: 2rem;
}

.sanctuary-img-main {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.sanctuary-img-small {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.sanctuary-heading {
    color: #d98a5e;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 7px;
    margin-bottom: 1.25rem;
    font-family: 'IvyMode', serif;
}

.sanctuary-text p {
    color: #e7e2dc;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.sanctuary-text p:last-child {
    margin-bottom: 0;
}

.sanctuary-right-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sanctuary-text-block {
    flex: 6 1 auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 65px 45px;
}

.sanctuary-small-img-wrap {
    margin-top: 1.5rem;
}

/*  */
.banquetSection {
    width: 100%;
    padding: 80px 0px;
    background-color: var(--terracotta-light);
}

.banquetSection .heading1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-family: 'IvyMode', serif;
}

.banquetSection .heading1:before {
    content: '';
    width: 118px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.amenities-section .heading1 {
    font-size: 30px;
    color: var(--terracotta);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-family: 'IvyMode', serif;
}

.amenities-section .heading1:before {
    content: '';
    width: 118px;
    display: block;
    height: 2px;
    background: var(--terracotta);
    margin: 0 auto;
    margin-bottom: 20px;
}

.amenities-section {
    background: #f4dcbf;
    padding: 4.5rem 1rem 5rem;
    position: relative;
    overflow: hidden;
}


.section-eyebrow-rule {
    width: 64px;
    height: 2px;
    background: #c0774c;
    margin: 0 auto 1.3rem;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #a5613e;
    font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.35rem);
    text-align: center;
    margin-bottom: 3.5rem;
}

.amenity {
    text-align: center;
    padding: 0 .5rem;
    margin-bottom: 2.75rem;
}

.amenity-icon {
    max-width: 80px;
    margin: 0 auto 15px;
    transition: all .2s linear;
}

.amenity-icon img {
    width: 80px;
    display: block;
    margin: 0 auto;
}

/* corner bracket accent appears on hover, echoing blueprint marks */
.amenity-icon::before,
.amenity-icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1.6px solid transparent;
    transition: border-color .35s ease, transform .35s ease;
}

.amenity-icon::before {
    top: -6px;
    left: -6px;
    border-right: none;
    border-bottom: none;
}

.amenity-icon::after {
    bottom: -6px;
    right: -6px;
    border-left: none;
    border-top: none;
}

.amenity:hover .amenity-icon {
    transform: translateY(-6px);
}

.amenity:hover .amenity-icon::before,
.amenity:hover .amenity-icon::after {
    border-color: #7f4529;
}

.amenity:hover .amenity-icon::before {
    transform: translate(-3px, -3px);
}

.amenity:hover .amenity-icon::after {
    transform: translate(3px, 3px);
}

.amenity-label {
    font-weight: 500;
    text-transform: uppercase;
    color: #22314a;
    font-size: .92rem;
    line-height: 1.45;
    max-width: 170px;
    margin: 0 auto;
}

@media (max-width:575.98px) {
    .amenities-section {
        padding: 3.5rem 0 3.75rem;
    }

    .amenity-label {
        font-size: .82rem;
        max-width: 140px;
    }

    .section-title {
        letter-spacing: .1em;
    }
}

.la_imagerightbox .sanctuary-text-block {
    padding: 0px;
}

.la_imagerightbox .sanctuary-small-img-wrap {
    margin-top: 0px;
}

.la_heading {
    color: var(--terracotta) !important;
}

.new_life_section .la_heading {
    margin: 0;
}

.new_life_section .video_box p {
    color: #fff;
    text-align: center;
    max-width: 760px;
    margin: 20px auto 30px;
}

/* Gallery */
.gallery-wrap {
    padding: 2.5rem 1rem;
    background: #b56a45;
}

.gallery-inner {
    border: 2px solid #fefefe;
    border-radius: 3px;
    padding: 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    aspect-ratio: 3 / 4;
    background: #8a4a30;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item .placeholder-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fdf2e6;
    font-size: .8rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 1rem;
    background: linear-gradient(160deg, #a5613e 0%, #7f4529 100%);
}

.gcp_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gcp_box .chairman-quote-icon {
    width: 60%;
    margin-bottom: 0;
    margin-right: 5%;
}

.gcp_box .chairman-quote-icon img {
    width: 100%;
}

.gcp_box .gcp_content_box {
    width: 35%;
}

.gcp_content_box h3 {
    text-align: left;
}

.gcp_content_box p {
    text-align: left;
}


.GCP_wrapper .gcp-img-main {
    width: 100%;
}

.GCP_wrapper .sanctuary-text-block {
    padding: 0;
}

.GCP_wrapper .gcp_gallery {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gcp-img-main2 {
    display: none;
}

.gcp-img-main3 {
    display: none;
}


.thumb-item2 {
    height: 173px;
}



#galaxy-brochure-section {
    font-family: 'Raleway', sans-serif;
}

/* Thick outer frame */
#galaxy-brochure-section .page-frame {
    background-color: #f2d9bb;
    position: relative;
    padding: 40px 15px;
}

#galaxy-brochure-section .brochure-wrap {
    width: 100%;
    margin: 0 auto;
}

/* Header */
#galaxy-brochure-section .brochure-header {
    background-color: #c98268;
    padding: 22px 20px;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.35s ease-in;
}

#galaxy-brochure-section .brochure-header .heading {
    font-family: 'IvyMode', serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
    padding-left: 0.35em;
    /* optical centering for letter-spacing */
}

#galaxy-brochure-section .brochure-header:hover {
    background: #4a3f35;
}

.brochure-panel-Overlay{position: fixed; background-color: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top:0px; left:0px; z-index:99999; display: none;}
/* Form panel */
#galaxy-brochure-section .brochure-panel {
    background-color: #4a3f35;
    padding: 50px 65px;
    max-width: 900px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.popupCloseBtn{cursor: pointer; color:#fff; font-size: 30px; transition: all 0.35s ease-in-out; position: absolute; right: 30px; top: 30px;}
.popupCloseBtn:hover{color: var(--terracotta);}

#galaxy-brochure-section .brochure-intro {
    color: #ffffff;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    margin-bottom: 28px;
}

#galaxy-brochure-section .brochure-intro a {
    color: #ffffff;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    margin-bottom: 28px;
    text-decoration: none;
}

#galaxy-brochure-section .field-group {
    margin-bottom: 22px;
}

#galaxy-brochure-section .field-group label {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#galaxy-brochure-section .field-group input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #8a7e70;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 0.95rem;
    padding: 0 0 10px 0;
    outline: none;
}

#galaxy-brochure-section .field-group input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

#galaxy-brochure-section .field-group input:focus {
    border-bottom-color: #ffffff;
}

/* Fake reCAPTCHA box */
#galaxy-brochure-section .fake-recaptcha {
    background-color: #1a1a1a;
    border: 1px solid #d48365;
    border-radius: 3px;
    width: 100%;
    max-width: 300px;
    margin: 10px auto 30px auto;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#galaxy-brochure-section .fake-recaptcha .rc-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

#galaxy-brochure-section .fake-recaptcha .rc-checkbox {
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    flex-shrink: 0;
}

#galaxy-brochure-section .fake-recaptcha .rc-label {
    font-family: 'Raleway', sans-serif;
    color: #e0e0e0;
    font-size: 0.85rem;
}

#galaxy-brochure-section .fake-recaptcha .rc-logo {
    text-align: center;
}

#galaxy-brochure-section .fake-recaptcha .rc-logo img {
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 auto 2px auto;
}

#galaxy-brochure-section .fake-recaptcha .rc-fine-print {
    font-family: 'Raleway', sans-serif;
    color: #8a8a8a;
    font-size: 0.55rem;
    line-height: 1.2;
}

/* Submit button */
#galaxy-brochure-section .btn-submit {
    display: block;
    margin: 0 auto;
    background-color: #c9805f;
    border: none;
    color: #ffffff;
    font-family: 'IvyMode', serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 51px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

#galaxy-brochure-section .btn-submit:hover,
#galaxy-brochure-section .btn-submit:focus {
    background-color: #b76f50;
    color: #ffffff;
}

.form-box2 {
    background-image: none;
    min-height: auto;
}

.form-overlay2 {
    background: none;
    min-height: auto;
    padding: 0;
}


.gr_section {
    background: #2b2a29;
}

.gr_section .wpl-section {
    background: #231f20;
}

.gr_devider {
    width: 1px;
    height: 500px;
    background: #8d5b4a;
    margin: 0 auto;
}

#vision-mission-section {
    background-color: #ecceac;
    font-family: 'Raleway', sans-serif;
    padding: 60px 0;
}

#vision-mission-section .vm-wrap {
    margin: 0 auto;
    padding: 0;
}

#vision-mission-section .vm-row {
    margin-bottom: 10px;
}

/* Image frame */
#vision-mission-section .vm-media-col {
    padding: 15px;
}

#vision-mission-section .vm-frame {
    border: 1px solid #d48365;
    padding: 20px;
    background-color: transparent;
}

#vision-mission-section .vm-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Text column */
#vision-mission-section .vm-text-col {
    padding: 25px 30px;
}

#vision-mission-section .vm-heading {
    font-family: 'IvyMode', serif;
    font-weight: 400;
    color: #d48365;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-size: clamp(1.3rem, 2.6vw, 1.9rem);
    margin-bottom: 22px;
}

#vision-mission-section .vm-para {
    font-family: 'Raleway', sans-serif;
    color: #2b2b2b;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 18px;
}

#vision-mission-section .vm-para:last-child {
    margin-bottom: 0;
}

/* Dotted divider */
#vision-mission-section .vm-divider {
    border-top: 2px dotted #d48365;
    margin: 40px 0px;
}

.innerhero {
    position: relative;
}

.banner_contact {
    color: #b99e95;
    font-family: 'IvyMode', serif;
    font-size: 80px;
    letter-spacing: 19px;
    position: absolute;
    bottom: 0px;
    line-height: 0.9;
    left: 90px;
}


@media (max-width: 576px) {
    #galaxy-brochure-section .brochure-panel {
        padding: 30px 22px;
    }

    #galaxy-brochure-section .brochure-header h1 {
        letter-spacing: 0.15em;
    }
}



/* Tablet: 2 columns */
@media (max-width: 767.98px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-frame {
        padding: 14px;
    }

    .gallery-inner {
        padding: 10px;
    }

    .gallery-grid {
        gap: 10px;
    }

    .gr_devider {
        width: 100%;
        height: 1px;
        background: #8d5b4a;
        margin: 0 auto;
    }
    
    .contactHero{max-height: 40vh;}

    .flipsection1 .flipbox1, .flipsection1 .flipbox2, .flipsection1 .flipbox3{height:300px; background-attachment: unset;}
    .flipsection1 .flipbox1::after, .flipsection1 .flipbox2::after, .flipsection1 .flipbox3::after{content: ""; position: absolute; left: 0px;top:0px; width:100%; height: 100%; background: rgba(0, 0, 0, 0.3);}
    .flipbox1 .flipcaption1:after{width: 70px; height: 70px;}
    .flipbox1 .flipcaption1 .flipnumber{font-size: 50px;}
    .flipbox2 .flip_name, .flipbox3 .flip_name{z-index: 1;}
    .flipbox1 .flipcaption1, .flipbox1 .flipcaption1{justify-content:flex-end; padding-right: 70px;}
    .flipbox1 .flipcaption3{width: auto;}
    .flipbox2 .flip_name, .flipbox3 .flip_name{left:auto !important; right:50px;}
    .paddlecourtimg{height: 300px; background-attachment: unset;}
    .aadhiTedhiImages .gcp-img-main3{max-width: 240px; margin: 0 auto;}


    .footer-text, .footer-contact a, .footer-menu a, .footer-policy{font-size: 15px; letter-spacing: normal;}
    .footer-section .align-items-center{max-width: 75%; margin: 0px auto;}

    .desktopOnly, .hero-section .content{display: none;}
    .mobileBanner{display: block; width: 100%;}
    .hero-section{height: auto;}
    
    #galaxy-brochure-section .brochure-panel{padding: 30px 20px; max-width: 500px; width:90%;}
    #galaxy-brochure-section .brochure-intro{padding-right: 45px;margin-bottom: 10px;}

}

/* Small mobile: keep 2 columns, tighter */
@media (max-width: 420px) {
    .gallery-item {
        aspect-ratio: 1 / 1.05;
    }
}


#contact-section {
    background-color: #ecceac;
    font-family: 'Raleway', sans-serif;
    padding: 60px 40px;
}

#contact-section .contact-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}

#contact-section .contact-intro {
    color: #2b2b2b;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 35px auto;
}

#contact-section .contact-panels {
    overflow: hidden;
}

/* Left grey panel */
#contact-section .contact-left {
    background-color: #5b5b5b;
    padding: 35px 30px;
}

#contact-section .contact-subhead {
    font-family: 'GothaPro', sans-serif;
    color: #d48365;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#contact-section .contact-address {
    font-family: 'Raleway', sans-serif;
    color: #f0e2d0;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 22px;
}

#contact-section .contact-address a {
    color: #f0e2d0;
    text-decoration: none;
}

#contact-section .contact-map {
    width: 100%;
    height: 285px;
    border: 1px solid #7a7a7a;
    overflow: hidden;
}

#contact-section .contact-map iframe {
    display: block;
}

/* Right dark panel */
#contact-section .contact-right {
    background-color: #1e1e1e;
    padding: 35px 40px;
}

#contact-section .contact-heading {
    font-family: 'IvyMode', serif;
    font-weight: 400;
    color: #d48365;
    font-size: clamp(1.4rem, 2.8vw, 1.9rem);
    margin-bottom: 25px;
    letter-spacing: 2px;
}

#contact-section .contact-field-group {
    margin-bottom: 18px;
}

#contact-section .contact-field-group label {
    display: block;
    color: #d48365;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#contact-section .contact-field-group input,
#contact-section .contact-field-group textarea {
    width: 100%;
    background-color: #ecceac;
    border: none;
    color: #2b2b2b;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    padding: 10px 14px;
    outline: none;
    resize: none;
}
#contact-section .textAreaBox{display:block}
#contact-section .contact-field-group textarea {
    height: 70px;
}


/* Submit button */
#contact-section .contact-btn-submit {
    display: block;
    margin: 10px auto 0 auto;
    background-color: #c9805f;
    border: none;
    color: #ffffff;
    font-family: 'IvyMode', serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 11px 45px;
    transition: background-color 0.2s ease;
}

#contact-section .contact-btn-submit:hover,
#contact-section .contact-btn-submit:focus {
    background-color: #b76f50;
    color: #ffffff;
}

@media (max-width: 991px) {
    #contact-section {
        padding: 40px 20px;
    }

    #contact-section .contact-left,
    #contact-section .contact-right {
        padding: 30px 22px;
    }

    #contact-section .contact-map {
        height: 200px;
        margin-bottom: 10px;
    }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
    .hero-section .content .banner_logo img {
        max-width: 80px;
        margin: 36px 0px 70px;
    }
    .hero-section .content .banner_tagline, .hero-section .content .banner_tagline .taglkinedes{color:#fff !important}
    .hero-section::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 30%);
    }

}

/* ===================== PRIVACY POLICY ===================== */
#privacy-section {
    background-color: #ecceac;
    font-family: 'Raleway', sans-serif;
    padding: 70px 40px 90px;
}

#privacy-section .privacy-wrap {
    max-width: 980px;
    margin: 0 auto;
    color: #2b2b2b;
}

#privacy-section .privacy-updated {
    font-family: 'GothaPro', sans-serif;
    color: #7a4a34;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#privacy-section .privacy-intro {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

#privacy-section .privacy-heading {
    font-family: 'IvyMode', serif;
    font-weight: 600;
    color: #7e2c1a;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    letter-spacing: 0.5px;
    margin: 40px 0 14px;
}

#privacy-section p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 14px;
}

#privacy-section .privacy-list {
    margin: 0 0 14px 0;
    padding-left: 22px;
}

#privacy-section .privacy-list li {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 8px;
}

#privacy-section .privacy-contact {
    background-color: #f0e2d0;
    border-left: 3px solid #c9805f;
    padding: 18px 22px;
    line-height: 1.8;
}

#privacy-section .privacy-contact a {
    color: #7e2c1a;
    text-decoration: none;
}

#privacy-section .privacy-contact a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    #privacy-section {
        padding: 45px 20px 60px;
    }
}


/* ===================== RESPONSIVE MEDIA QUERIES ===================== */

@media(max-width:1399px) {
    .sanctuary-text-block {
        padding: 130px 45px;
    }
    .wpl-title-line1{font-size: 30px;}
    .wpl-title-line2{font-size: 70px;}
}

@media(max-width:1199px) {
    .amenity-label {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .sanctuary-text-block {
        padding: 59px 14px;
    }

    .wpl-title-line1 {
        font-size: 23px;
    }

    .wpl-title-line2 {
        font-size: 55px;
    }

    .wpl-text p {
        font-size: 13px;
    }

    .wpl-title-line2 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .wpl-title-line1 {
        font-size: 31px;
    }

    .wpl-title-line2 {
        font-size: 42px;
    }

    #vision-mission-section {
        padding: 40px 20px;
    }

    #vision-mission-section .vm-text-col {
        padding: 20px 15px;
        text-align: left;
    }

    #vision-mission-section .vm-media-col {
        margin-bottom: 10px;
    }

    .gcp-img-main1 {
        display: none;
    }

    .gcp-img-main2 {
        display: block;
    }

    .sanctuary-text p {
        font-size: 14px;
    }

    .sanctuary-heading {
        font-size: 21px;
    }

    .sanctuary-text-block {
        padding: 0;
    }

    .chairman-quote-box {
        max-width: 100%;
    }

    .footer-menu {
        margin-top: 30px;
    }

    .navbar-main {
        padding: 16px 24px;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .gallery-item:first-child {
        grid-column: span 2;
    }

    .section-intro .intro-content h1 {
        font-size: 18px;
    }

    .section-intro .intro-content p, .chairman-quote-body {
        font-size: 14px;
        font-weight: 400;
    }

    .section-intro .intro-content .devider {
        margin: 18px 0px 18px 0;
    }

    .gallery-layout {
        grid-template-columns: none;
        grid-template-rows: 55vw;
        height: auto;
    }

    .main-slider::after {
        display: none;
    }

    .thumb-panel {
        flex-direction: row;
        height: 0;
        display: none;
    }

    .thumb-nav {
        width: 44px;
        height: 100%;
        writing-mode: horizontal-tb;
    }

    .thumb-nav svg {
        transform: rotate(90deg);
    }

    .thumb-nav-top-fade {
        top: 0;
        left: 44px;
        right: auto;
        width: 32px;
        height: 100%;
        background: linear-gradient(to right, #0e0c0a, transparent);
    }

    .thumb-nav-bot-fade {
        bottom: 0;
        right: 44px;
        left: auto;
        width: 32px;
        height: 100%;
        background: linear-gradient(to left, #0e0c0a, transparent);
    }

    .thumb-track-wrap {
        overflow: hidden;
    }

    .thumb-track {
        flex-direction: row;
        height: 100%;
    }

    .thumb-item {
        height: 100%;
        min-width: 140px;
        flex-shrink: 0;
    }

    .social-sidebar {
        top: 27%;
    }
}

@media (max-width: 767px) {

    .wpl-title{text-align: center;}

    .wpl-title-line2 {
        font-size: 72px;
        padding: 0;
    }

    .wpl-text p{text-align: center;}

    .amenity-label {
        font-size: 11px;
        letter-spacing: 0px;
    }

    .sanctuary-img-main {
        min-height: 260px;
        margin-bottom: 1.5rem;
    }

    .sanctuary-heading {
        font-size: 1.25rem;
    }

    .sanctuary-small-img-wrap {
        margin-top: 1rem;
    }

    .sanctuary-img-small {
        min-height: 120px;
    }

    .intro-image-wrap img {
        width: 210px;
        margin-bottom: 27px;
        border: 2px solid #c5866f;
        padding: 18px;
    }

    .Credibility .intro-image-wrap img {
        width: 100%;
    }

    .intro-image-wrap {
        border: 0px solid #c5866f;
        padding: 0;
        height: auto;
    }

    .section-intro .intro-content .devider {
        margin: 12px 0px 12px 0;
    }

    .section-intro .intro-content h1 {
        text-align: center;
    }

    .section-intro .intro-content p {
        text-align: center;
    }

    .location-form-wrapper {
        flex-direction: column;
    }

    .map-box,
    .form-box {
        width: 100%;
    }

    .form-overlay {
        padding: 20px;
    }

    .form-overlay h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {

    .chairman-quote-body{text-align: justify;}

    .gcp-img-main1 {
        display: none;
    }

    .gcp-img-main2 {
        display: none;
    }

    .gcp-img-main3 {
        display: block;
    }

    .chairman-quote-box {
        padding: 28px 20px;
    }

    .chairman-heading {
        font-size: 20px;
    }

    .chairman-quote-title {
        font-size: 20px;
    }

    .play-ring {
        width: 60px;
        height: 60px;
    }

    .play-ring img {
        width: 20px;
        height: 20px;
    }

    .innerhero {
    height: 50vh;
    }
    .videosection .videosectionbg .brownbg{height: 22%;}
    .banner_contact{font-size: 40px; letter-spacing: 10px; left: 20px; }

    .hero-title {
        font-size: 48px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item:first-child {
        grid-column: span 1;
    }

    .flip-card {
        height: 320px;
    }

    .fab-btn {
        width: 42px;
        height: 42px;
    }

    .fab-btn::before {
        display: none;
    }

    .navbar-main {
        padding: 0;
    }

    .navbar_wrap {
        padding: 25px 0;
    }

    .menu-label {
        display: none !important;
    }

    .mobile-menu ul li a {
        font-size: 22px;
    }

    .hero-section .content {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .hero-section .content .banner_logo img {
        max-width: 126px;
    }

    .hero-section .content .banner_tagline {
        margin-top: 8px;
    }

    .gallery-section {
        padding: 15px 0;
    }

    .thumb-item {
        min-width: 120px;
    }

    .slide-caption {
        padding: 32px 20px 20px;
    }

    .gallery-count {
        left: 20px;
    }

    .slide-dots {
        right: 20px;
    }

    .paddlecourtimg .paddlecourtcontent {
        width: 300px;
        margin-left: -150px;
        padding: 20px;
    }
    .paddlecourtimg .paddlecourtcontent .paddlesubname{font-size: 15px; line-height: 1.2;}
    .paddlecourtimg .paddlecourtcontent .paddlename{font-size: 18px; margin-bottom: 10px;}

    .captcha {
        width: 228px;
    }

    .flipbox2 .flip_name {
        left: 127px;
    }

    .mobilefont19 {
        font-size: 19px !important;
    }

    .hero-section .content .banner_tagline .taglkinedes:after {
        display: none;
    }
}