* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    /* Options: auto, thin, none */
    scrollbar-color: var(--primary-color) #f1f1f1;
    /* thumb-color track-color */
}

:root {
    --space-3xs-2xs: clamp(0.3125rem, 0.1847rem + 0.5682vw, 0.625rem);
    --space-2xs-xs: clamp(0.5625rem, 0.4091rem + 0.6818vw, 0.9375rem);
    --space-xs-s: clamp(0.875rem, 0.7216rem + 0.6818vw, 1.25rem);
    --space-s-m: clamp(1.125rem, 0.8182rem + 1.3636vw, 1.875rem);
    --space-m-l: clamp(1.6875rem, 1.3551rem + 1.4773vw, 2.5rem);
    --space-l-xl: clamp(2.25rem, 1.6364rem + 2.7273vw, 3.75rem);
    --space-xl-2xl: clamp(3.375rem, 2.7102rem + 2.9545vw, 5rem);
    --space-2xl-3xl: clamp(4.5rem, 3.2727rem + 5.4545vw, 7.5rem);
    --primary-color: #191970;
    --light-color: #fff;
    --light-gold: #EAE4D8;
    --dark-color: #000;
    --dark-two-color: #1E1E1E;
    --head-color: #D3AE34;
    --headtwo-color: #96824F;
    --line-height-tight: 1.2;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.65;
    --gray-two: #F7F7F7;
    --gray-three: #878787;
    --gray-four: #f7f7f7;
    --gray-five: #D9D9D9;
    --yellow-stroke: #EFBB0A;
    --yellow: #FED54A;
    --yellow-angle: linear-gradient(180deg, rgba(255, 214, 77, 1) 0%, rgba(237, 183, 0, 1) 100%);
    --yellow-angle-two: linear-gradient(232deg, rgba(255, 214, 77, 1) 0%, rgba(237, 183, 0, 1) 100%);
    --yellow-angle-three: linear-gradient(32deg, rgba(255, 214, 77, 1) 0%, rgba(237, 183, 0, 1) 100%);
    --line-height-tight: 1.2;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.65;
    --form-bg: #FCF8F1;
    --purple: linear-gradient(91deg, rgba(189, 32, 64, 1) 0%, rgba(47, 41, 104, 1) 29%, rgba(25, 16, 47, 1) 80%);
    --gold: linear-gradient(147.84deg, #FFE998 0.03%, #57370D 206.46%);
    --gold-angle: linear-gradient(-16.84deg, #FFE998 0.03%, #57370D 206.46%);
}

/* Custom Scrollbar Styles */
/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 12px;
    /* Width of vertical scrollbar */
    height: 12px;
    /* Height of horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: red;
    /* Light gray background for track */
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #0A4833;
    /* Your primary color */
    border-radius: 6px;
    border: 2px solid #f1f1f1;
    /* Creates a border effect */
}

::-webkit-scrollbar-thumb:hover {
    background: #0d5a3e;
    /* Slightly lighter shade on hover */
}

::-webkit-scrollbar-thumb:active {
    background: #083d2a;
    /* Darker shade when clicked */
}

::-webkit-scrollbar-corner {
    background: red;
    /* Corner where horizontal and vertical scrollbars meet */
}

/* For Firefox */
/* Alternative Firefox approach with more control (if needed) */
html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
}

header,
main,
nav,
section {
    display: block
}

ul,
ol {
    list-style-type: none;
}

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

button {
    font-family: 'gen' !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
}

button:focus {
    outline: none;
    box-shadow: none;
}

@font-face {
    font-family: 'gen';
    src: url('../fonts/Urbanist-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gen-med';
    src: url('../fonts/Urbanist-Medium.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gen-bold';
    src: url('../fonts/Urbanist-Bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gen-semi';
    src: url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'read';
    src: url('../fonts/RadingRegular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'gen', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: clamp(2.5rem, 5vw + 1rem, 4rem) !important;
    font-weight: 700;
    line-height: var(--line-height-tight);
    letter-spacing: -0.02em;
    margin-bottom: clamp(1rem, 2vw, 2rem);
    font-family: 'read', sans-serif;
}

/* Heading 2 - Section headers */
h2 {
    font-size: clamp(2rem, 4vw + 0.5rem, 3rem) !important;
    /* 30px - 56px */
    font-weight: 600;
    line-height: var(--line-height-tight);
    letter-spacing: -0.015em;
    margin-bottom: clamp(0.875rem, 1.5vw, 1.75rem);
    font-family: 'read', sans-serif;
}

/* Heading 3 - Subsection headers */
h3 {
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;
    /* 24px - 44px */
    font-weight: 600;
    line-height: var(--line-height-tight);
    letter-spacing: -0.01em;
    margin-bottom: clamp(0.75rem, 1.25vw, 1.5rem);
    font-family: 'read', sans-serif;
}

/* Heading 4 - Minor headers */
h4 {
    font-size: clamp(1.25rem, 2.5vw + 0.125rem, 1.75rem) !important;
    line-height: var(--line-height-normal);
    letter-spacing: -0.005em;
    margin-bottom: clamp(0.625rem, 1vw, 1.25rem);
    font-family: 'read', sans-serif;
}

/* Heading 5 - Small headers */
h5 {
    font-size: clamp(1.125rem, 2vw + 0.125rem, 1.5rem) !important;
    font-weight: 500;
    line-height: var(--line-height-normal);
    letter-spacing: 0;
    margin-bottom: clamp(0.5rem, 0.75vw, 1rem);
    font-family: 'read', sans-serif;
}

/* Heading 6 - Smallest headers */
h6 {
    font-size: clamp(1rem, 1.5vw + 0.125rem, 1.25rem);
    /* 16px - 22px */
    font-weight: 500;
    line-height: var(--line-height-normal);
    letter-spacing: 0.01em;
    margin-bottom: clamp(0.5rem, 0.5vw, 0.875rem);
    font-family: 'read', sans-serif;
}

/* Paragraph text */
p {
    font-size: clamp(1rem, 1.25vw + 0.75rem, 1.125rem) !important;
    /* 16px - 20px */
    font-weight: 400;
    line-height: var(--line-height-relaxed);
    margin-bottom: clamp(0rem, 2vw, 0.6rem) !important;
    font-family: 'gen', sans-serif;
}

/* Special paragraph variants */
p.lead {
    font-size: clamp(1.125rem, 1.5vw + 0.25rem, 1.5rem) !important;
    /* 18px - 24px */
    line-height: var(--line-height-normal);
    margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

p.small {
    font-size: clamp(0.875rem, 0.75vw + 0.125rem, 1rem) !important;
    /* 14px - 16px */
    line-height: var(--line-height-normal);
}

p.caption {
    font-size: clamp(0.75rem, 0.5vw + 0.125rem, 0.875rem) !important;
    /* 12px - 14px */
    line-height: var(--line-height-normal);
    font-style: italic;
}



/* Responsive adjustments for better mobile experience */
@media (max-width: 768px) {

    h1,
    h2,
    h3 {
        margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
    }

    p {
        max-width: none;
    }
}

/* Print styles */
@media print {
    h1 {
        font-size: 28pt;
    }

    h2 {
        font-size: 24pt;
    }

    h3 {
        font-size: 20pt;
    }

    h4 {
        font-size: 18pt;
    }

    h5 {
        font-size: 16pt;
    }

    h6 {
        font-size: 14pt;
    }

    p {
        font-size: 12pt;
        line-height: 1.4;
    }
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* --------------Navbar-style---------- */
.navbar {
    padding: 1rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar.scrolled {
    position: fixed !important;
    top: 0 !important;
    background: var(--purple) !important;
    padding: 0.5rem 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

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

/* Logo animation styles */
.navbar-brand img {
    margin-left: 8rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hide white-logo by default */
.navbar-brand .white-logo {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    justify-content: center;
    display: flex;
    top: 14px;
    position: absolute;
    width:160px!important;
    padding: 0 3rem;
    margin: 0 auto;
}

/* Show white-triangle by default */
.navbar-brand .white-triangle {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* When scrolled: hide white-triangle and show white-logo with zoom effect */
.navbar.scrolled .white-triangle {
    opacity: 0;
    transform: scale(0.8);
}

.navbar.scrolled .white-logo {
    opacity: 1;
    transform: scale(1.1);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Logo animation styles */
.navbar-brand img {
    margin-left: 8rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.navbar-brand .white-triangle {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
    padding: 0 1.6rem;
}

.navbar.scrolled .white-triangle {
    opacity: 0;
    transform: scale(0.8);
}

.navbar.scrolled .navbar-brand img:not(.white-triangle) {
    opacity: 1;
    transform: scale(1.1);
}

.hamburger-btn {
    background-color: unset;
    border: unset;


    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

/* Show hamburger button when scrolling */
.hamburger-btn.show {
    opacity: 1;

    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.hamburger-btn:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.hamburger-btn span {
    display: none;
}

.book-btn {

    text-transform: uppercase;
    color: var(--light-color);
    text-decoration: unset;
    padding: 0.6rem 2rem;
    border: 1px solid var(--yellow);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.search-ico {
    display: none;
    padding: 0.8rem;
    border: 1px solid var(--yellow);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.search-ico:hover {
    cursor: pointer;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.hamburger-btn {
    font-size: 1.2rem;
}

.book-call-btn {
    font-weight: 600;
    text-decoration: none;
}

/* Left Slide Menu Styles */
.slide-menu {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100vh;
    background: var(--light-color);
    z-index: 10000;
    transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.slide-menu-footer a {
    text-decoration: none;
}

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

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.slide-menu-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.slide-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid #e0e0e0;
    background: var(--primary-color);
}

.slide-menu-title {
    color: var(--light-color);
    font-size: 1.5rem !important;
    margin: 0;
    font-family: 'gen', sans-serif !important;
    letter-spacing: 1px;
}

.menu-close {
    background: none;
    color: var(--light-color);
    font-size: 1rem;
    cursor: pointer;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid var(--light-color);
    border-radius: 50%;
}

.menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.slide-menu-body {
    flex: 1;
    padding: 2rem 0;
}

.menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'gen', sans-serif !important;
    letter-spacing: 0.4px;
}

.menu-items li {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.menu-items a {
    color: var(--dark-two-color) !important;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    color: var(--dark-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.menu-items a:hover {
    background: var(--primary-color);
    color: var(--light-color) !important;
    transform: translateX(10px);
}

.menu-items a i {
    margin-right: 1rem;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.slide-menu-footer {
    padding: 2rem;
    border-top: 1px solid #e0e0e0;
    background: #f8f9fa;
    position: relative;
}

.contact-info p {
    margin: 0.5rem 0;
    color: var(--dark-two-color);
    font-size: 1rem !important;
    display: flex;
    align-items: center;
    font-family: 'gen', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.contact-info i {
    margin-right: 0.5rem;
    width: 16px;
    text-align: center;
    color: var(--primary-color);
}

.slide-menu-footer::after {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    background-image: url('../img/banner/menu-ban.webp');
}

/* Animation for menu items */
.slide-menu.active .menu-items li {
    animation: slideInLeft 0.4s ease forwards;
    opacity: 0;
    transform: translateX(-30px);
}

.slide-menu.active .menu-items li:nth-child(1) {
    animation-delay: 0.1s;
}

.slide-menu.active .menu-items li:nth-child(2) {
    animation-delay: 0.15s;
}

.slide-menu.active .menu-items li:nth-child(3) {
    animation-delay: 0.2s;
}

.slide-menu.active .menu-items li:nth-child(4) {
    animation-delay: 0.25s;
}

.slide-menu.active .menu-items li:nth-child(5) {
    animation-delay: 0.3s;
}

.slide-menu.active .menu-items li:nth-child(6) {
    animation-delay: 0.35s;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .slide-menu {
        width: 300px;
        left: -300px;
    }

    .slide-menu-header {
        padding: 1.5rem;
    }

    .slide-menu-title {
        font-size: 1.3rem;
    }

    .slide-menu-body {
        padding: 1rem 0;
    }

    .menu-items a {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }

    .contact-info {
        font-size: 0.85rem;
    }

    .slide-menu-footer {
        padding: 1.5rem;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .slide-menu {
        width: 280px;
        left: -280px;
    }

    .slide-menu-header {
        padding: 1rem;
    }

    .menu-items a {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
}

.search-icon {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s;
}

.search-icon:hover {
    color: #007bff;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(12px);
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.search-container {
    width: 90%;
    position: relative;
}

.search-input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    outline: none;
    background: white;
}

.close-search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

.search-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.search-overlay.active .search-container {
    animation: slideInScale 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInScale {
    from {
        transform: translateY(-50px) scale(0.8);
        opacity: 0;
    }

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

.hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center!important;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
    /* Pin effect optimizations */
    will-change: transform !important;
    transform: translateZ(0) !important;
    /* Hardware acceleration */
}

/* Pin effect specific styles */
.pin-spacer {
    /* GSAP adds this class during pinning */
    overflow: hidden !important;
}

/* Ensure smooth animation for pinned content */
#banner-pin {
    transform: translateZ(0);
    /* Hardware acceleration */
    backface-visibility: hidden;
    /* Prevent flickering */
}

/* Pin effect section styling */
.pin-effect {
    position: relative;
    z-index: 2;
    background: var(--light-color);
    /* Ensure it appears above the pinned section */
    transform: translateZ(0);
    /* Hardware acceleration */
}

.hero .heading h1 {
    position: relative;
    text-align: center;
    bottom: -100px;
    right: 0;
    color: var(--light-color);
    width: 100%;
    font-size: 5rem !important;
}

.hero .heading p {
    position: relative;
    text-align: center;
    bottom: -100px;
    right: 0;
    color: var(--light-color);
    width: 100%;
}


.home-explore-ani {
    position: absolute;
    text-align: center;
    bottom: 01%;
    right: 0;
    color: var(--light-color);
    width: 100%;
    padding: 1rem;
    cursor: pointer;
}



.banner-title {
    position: absolute;
    text-align: start;
    bottom: 15%;
    left: 05%;
    color: var(--light-color);
    width: auto;

    cursor: pointer;

}

.banner-title h4 {
    font-family: 'gen', sans-serif;
    /* text-decoration: underline;
    text-underline-offset: 08px; */
    letter-spacing: 1px;
}


.banner-title h4::after {
    content: '';
    position: absolute;
    bottom: 04px;
    left: 0;
    width: 0%;
    height: 1.6px;
    background: white;
    animation: border-expand 4s ease-in-out infinite;
}

@keyframes border-expand {
    0% {
        left: 0;
        width: 0%;
    }

    50% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0%;
    }
}

/* ------animation------ */
.rotate-linear {
    animation: smooth-rotation 5s linear infinite forwards;
    will-change: transform;
    transform-origin: center;
    -webkit-animation: smooth-rotation 5s linear infinite forwards;
}

@keyframes smooth-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.legacy-build {
    padding: clamp(2rem, 3vw, 5rem) 0 0;
    /* Pin effect enhancements */
    position: relative;
    z-index: 2;
    transition: all 0.6s ease;
    /* Remove any white gaps */
    margin-bottom: 0;
}

/* Hide legacy text by default */
.legacy-text {
    display: none;
}

.legacy-toggle-btn {
    background: var(--gold);
    border: none;
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    cursor: pointer;
    margin: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.legacy-toggle-btn:hover {
    background: var(--yellow-angle-three);
    border: none;
    border: 2px solid var(--yellow-stroke);
}



.legacy-build.pin-effect {
    /* Additional styling for when used as pin-effect */
    transform: translateZ(0);
    /* Hardware acceleration */
    will-change: transform, opacity;
}

/* Smooth entry animation for pin-effect content */
.pin-effect .legacy-counter {
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 0;
    padding-bottom: 3rem;
}

.legacy-counter {
    background-color: var(--gray-two);
    padding: 3rem !important;
    margin-bottom: 0;
}

.legacy-build h2 {
    text-align: center;
    padding: 1rem 0 0;
}

.main-button {
    color: var(--dark-color);
    text-decoration: unset;
    padding: 0.6rem 2rem;
    border: 1px solid var(--dark-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-button:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.legacy-build .stat-item {
    font-size: 3rem;
    background-image: linear-gradient(168deg, rgba(255, 233, 152, 1) 0%, rgba(87, 55, 13, 1) 80%);
    ;
    color: transparent;
    background-clip: text;
    font-weight: 800;
    font-family: 'gen-semi', sans-serif;
}

.legacy-build .stats-container {
    padding: 0 3rem 0 5rem;
}

.legacy-build .stats-container .stat-label {
    color: var(--dark-color);
}

/* Vertical Separator */
.vertical-separator {
    position: absolute;
    left: 07%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--head-color);
    transform: translateX(-50%);
}

.vertical-separator::before,
.vertical-separator::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d4a574;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.vertical-separator::before {
    top: 0;
}

.vertical-separator::after {
    bottom: 0;
}

/* --------Future project slider ---------- */
.featured {
    padding: clamp(3rem, 3vw, 5rem) 0 clamp(3rem, 3vw, 5rem);
    position: relative;
    overflow: hidden;
}

.featured .featured-title {
    color: var(--light-color);
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 1rem;
}

.featured .project-card {
    background: var(--light-color);
    padding: 1.5rem;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.featured .project-images {
    position: relative;
}

.featured .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    z-index: 0;
    filter: brightness(0.9);
    transform: scale(1.02);
}

.featured .background-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(212, 165, 116, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.featured .background-overlay.changing {
    transform: scale(1.05);
    opacity: 1;
}

.featured .swiper {
    height: auto;
    border-radius: 0;
    width: 100%;
    padding-bottom: 20px;
}

.featured .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.featured .project-image-display {
    overflow: hidden;
}

.featured .project-image-display img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 320px;
}

.featured .project-tag {
    position: absolute;
    background: var(--primary-color);
    color: white;
    padding: 0.6rem 1rem;
    z-index: 10;
}

.featured .swiper-button-next,
.featured .swiper-button-prev {
    background: var(--gold);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: 40px;
    margin-top: 0;
    font-weight: 800;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.featured .swiper-button-prev {
    left: calc(50% - 80px);
}

.featured .swiper-button-next {
    right: calc(50% - 80px);
}

.featured .swiper-button-next:hover,
.featured .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.5);
}

.featured .swiper-button-next:after,
.featured .swiper-button-prev:after {
    display: none;
}

.featured .project-details {
    padding: 0 0 0 2rem;
}

.featured .project-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 0.5rem;
}

.featured .badge-ramky {
    width: 100%;
    background: var(--yellow-angle);
    color: white;
    padding: 0.8rem 1rem;
    border: none;
    color: var(--primary-color);
    font-weight: 600;
}

.featured .project-details h3 {
    font-family: 'gen', sans-serif;
    color: var(--primary-color);
    margin-bottom: 0.3rem;
    font-size: 1.5rem !important;
}

.featured .project-location {
    color: var(--dark-color);
    margin-bottom: 2rem;
}

.featured .project-specs {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.5rem;
    margin-bottom: 0.7rem;
}

.featured .spec-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured .spec-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured .spec-icon img {
    width: 25px;
}

.featured .spec-details h6 {
    margin: 0;
    color: var(--dark-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'gen', sans-serif;
    font-size: 0.775rem;
}

.featured .spec-details p {
    margin: 0 !important;
    font-family: 'gen', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 0.875rem !important;
}

.featured .cta-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.featured .price-btn {
    border: unset;
    background: var(--gold);
    color: var(--primary-color);
    padding: 0.7rem 1.8rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.price-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.featured .call-btn {
    background: var(--gold);
    color: var(--primary-color);
    padding: 0.7rem 0.8rem;
    border-radius: 30px;
    border: unset;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.call-btn:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.swiper-button-prev {
    left: calc(18% - 80px) !important;
}

.swiper-button-next {
    right: calc(18% - 80px) !important;
}

.feature-custom {
    top: 10%;
    position: relative;
}

/* ----------press release------------- */
.press-release {
    padding: clamp(3rem, 3vw, 3rem) 0;
}

.press-release .building-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 500px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.press-release .building-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    position: relative;
}

.press-release .building-card:hover .building-image {
    transform: scale(1.03);
}

.press-release .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.press-release .info-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
}

.press-release .info-icon:hover img {
    -webkit-animation: slide-in-left 0.8s both;
    animation: slide-in-left 0.8s both;
}

/* .press-release .building-card:hover .info-icon {
    background: var(--yellow-angle-three);
    transform: scale(1.1) translateY(-160px);
} */
.press-release .text-content {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(30, 30, 30, 0.4)); */
    color: white;
    padding: 1rem 1.5rem;
    transition: bottom 0.4s ease;
}

.press-release .text-content p {
    margin-bottom: 0.5rem !important;
}

/* .press-release .building-card:hover .text-content {
    bottom: 0;
} */
.press-release .heading h2 {
    text-align: center;
    color: var(--primary-color);
    padding: 1rem 0;
}

.press-release .explore-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.6rem 2rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
}

/* --------home-award------ */
.home-award {
    background: var(--purple) !important;
    padding: clamp(3rem, 3vw, 1rem) 0 0;
    position: relative;
    z-index: 1;
}

.home-award::after {
    content: '';
    background-image: url('../img/banner/bg-award.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.home-award .heading h2 {
    color: var(--head-color);
}

.home-award .year-details {
    color: var(--light-color);
}

.home-award .year-details p {
    margin-bottom: 1.5rem !important;
}

.home-award .year-details {
    color: var(--light-color);
}

/* ---------home-testimonial---------- */
.testimonial-home {
    padding: clamp(3rem, 3vw, 1rem) 0;
    background-color: var(--light-gold);
    overflow-x: hidden;
}

.testimonial-home h2 {
    text-align: center;
    color: var(--primary-color);
}

.testimonial-home .image-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.testimonial .image-card:hover {
    transform: translateY(-8px);
    padding: 1rem;
    background: var(--gold);
}

.testimonial .card-image {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.testimonial .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.testimonial .image-card:hover .card-image img {
    transform: scale(1.05);
}

/* Play Button with Ripple Animation */
.testimonial .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: visible;
}

/* Ripple effect animation */
.testimonial .play-button::before,
.testimonial .play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 2s infinite;
    pointer-events: none;
}

.testimonial .play-button::after {
    animation-delay: 1s;
}

/* Ripple keyframe animation */
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.testimonial .image-card:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    animation: pulse-play-button 1.5s infinite;
}

/* Enhanced hover effect with ripple pause */
.testimonial .image-card:hover .play-button::before,
.testimonial .image-card:hover .play-button::after {
    animation-play-state: paused;
    opacity: 0;
}

/* Pulsing effect keyframe */
@keyframes pulse-play-button {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

/* Card Content (Single Block) */
.testimonial .card-content {
    padding: 0.4rem 0;
}

.testimonial .card-content {
    margin: 0 !important;
    color: var(--dark-color);
    font-weight: 600;
    font-size: 0.875rem;
}

.testimonial .image-card:hover .project-author {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 !important;
}

/* Overlay Content (Hidden by default) */
.testimonial .overlay-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.testimonial .image-card:hover .overlay-content {
    max-height: 200px;
    opacity: 1;
}

.testimonial .overlay-description {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.6;
    color: var(--dark-color);
}

.testimonial .read-more-btn {
    display: inline-block;
    color: var(--dark-color);
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.testimonial .read-more-btn:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.modal.testi {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    align-items: center;
    justify-content: center;
}

.modal.testi:target {
    display: flex;
    opacity: 1;
}

.modal.testi[style*="display: block"] {
    display: flex !important;
    opacity: 1;
}

@keyframes modalSlideIn {
    from {
        transform: scale(0.8) translateY(-50px);
        opacity: 0;
    }

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

.modal.testi .modal-content {
    margin: auto;
    max-width: 800px;
    max-height: 90%;
    position: relative;
    animation: modalSlideIn 0.3s ease;
    width: 90%;
}

.modal.testi .modal-video {
    width: 100%;
    height: 450px;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    border: none;
}

.modal.testi .video-close-wrapper {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.modal.testi .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.modal.testi .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

.modal.testi .modal-close {
    position: absolute;
    right: -15px;
    top: -15px;
    color: var(--light-color);
    font-size: 2rem;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: block;
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    z-index: 1001;
    padding-bottom: 0.7rem !important;
}

.modal.testi .modal-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.testimonial-home .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-home .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* ----------home-blogs-------------  */
.home-card-details {
    color: var(--light-color);
    background-color: var(--dark-two-color);
    padding: 1.5rem;
    margin: 0 2rem;
    position: absolute;
    bottom: -16%;
}

.home-card-details p {
    font-size: 0.875rem;
}

.home-blog-date p:last-child {
    font-size: 1rem;
    color: var(--yellow);
    text-decoration: underline;
    text-underline-offset: 5px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.home-blog-date:hover p:last-child {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.home-blog-details {
    padding: 0.5rem;
    text-align: center;
}

.home-blog-date {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.home-blog-date p {
    margin-bottom: 0 !important;
}

.home-blogs {
    padding: clamp(3rem, 3vw, 1rem) 0 8rem;
}

.home-blogs .heading h2 {
    text-align: center;
    color: var(--primary-color);
    padding: 1rem 0;
}

.home-blogs img {
    width: 100%;
}

/* ---------resdential-properties------------ */
.resi-properties {
    padding: 0 0 clamp(3rem, 3vw, 1rem);
    background-color: var(--light-gold);
    overflow: hidden;
}

.resi-properties .low {
    font-size: 1.1rem;
    margin-top: 0.2rem;
    letter-spacing: 1px;
}

.resi-properties .heading h2 {
    text-align: center;
    color: var(--primary-color);
    padding: 1rem 0;
}

/* Swiper container styling */
.resi-properties .swiper {
    width: 100%;
    padding: 20px 0 80px 0;
}

.resi-properties .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resi-properties .property-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resi-properties .property-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* Swiper navigation arrows */
.resi-properties .swiper-button-next,
.resi-properties .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    right: -40px !important;
}

.resi-properties .swiper-button-next:after,
.resi-properties .swiper-button-prev:after {
    display: none;
}

.resi-properties .swiper-button-next:hover,
.resi-properties .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.resi-properties .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Swiper pagination */
.resi-properties .swiper-pagination-bullet {
    background: #bdc3c7;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.resi-properties .swiper-pagination-bullet-active {
    background: #3498db;
    opacity: 1;
    transform: scale(1.2);
}

.resi-properties .property-image {
    width: 100%;
    height: 180px !important;
    object-fit: cover;
    border-radius: 15px;
    margin: 15px;
    width: calc(100% - 30px);
    height: 260px;
}

.resi-properties .property-content {
    padding: 0 25px 25px 25px;
}

.resi-properties .property-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: -5px;
    line-height: 1.3;
    font-size: 1.4rem !important;
    font-family: 'gen', sans-serif;
}

.resi-properties .property-location {
    color: var(--dark-color);
    font-size: 1rem;
    margin-bottom: 05px;
    font-weight: 400;
}

/* .resi-properties .property-details {
    margin-bottom: 20px;
} */

.resi-properties .detail-label {
    color: var(--dark-color);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 3px;
    font-family: 'gen', sans-serif;
}

.resi-properties .detail-value {
    color: var(--gray-three);
    font-size: 0.9rem;
    margin-bottom: 05px;
    font-family: 'gen', sans-serif;
}

.resi-properties .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'gen', sans-serif;
}

.resi-properties .price {
    color: var(--primary-color);
    font-size: 1.6rem;
    font-family: 'gen-bold', sans-serif;
}

.resi-properties .rupee-symbol {
    font-size: 1.3rem;
}

.resi-properties .view-details-btn {
    text-transform: uppercase;
    font-family: 'gen-semi', sans-serif;
    font-size: 0.775rem;
    color: var(--dark-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: var(--gold);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.resi-properties .view-details-btn:hover {
    color: var(--dark-color);
    transform: translateY(-2px);
}

/* Responsive adjustments for .resi-properties */
@media (max-width: 576px) {
    .resi-properties {
        margin: 10px;
        padding: 15px 0;
        border-radius: 10px;
    }

    .resi-properties .property-card {
        margin: 0 10px;
        max-width: 320px;
    }

    .resi-properties .property-content {
        padding: 0 20px 20px 20px;
    }

    .resi-properties .price {
        font-size: 1.4rem;
    }

    .resi-properties .view-details-btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .resi-properties .swiper-button-next,
    .resi-properties .swiper-button-prev {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .resi-properties .swiper-button-next:after,
    .resi-properties .swiper-button-prev:after {
        font-size: 14px;
    }
}

.get-touch {
    background-image: url('../img/banner/get-touch.webp');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: clamp(3rem, 3vw, 2rem) 0;
}

.form-container {
    background: var(--gold);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    max-width: 450px;
}

.form-title {
    color: var(--dark-color);
    font-size: 2.5rem !important;

}

/* Form status messages – matches gold form container */
.form-flash {
    display: none;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    margin-bottom: 18px;
    border-radius: 12px;
    font-family: 'gen', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    border: 1px solid transparent;
    animation: formFlashIn 0.35s ease;
}

.form-flash.is-visible {
    display: flex;
}

.form-flash__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
}

.form-flash__body strong {
    display: block;
    font-family: 'gen-semi', sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
    color: var(--dark-color);
}

.form-flash__body p {
    margin: 0;
    color: var(--dark-color);
    opacity: 0.88;
}

.form-flash--success {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(30, 58, 95, 0.15);
}

.form-flash--success .form-flash__icon {
    background: var(--dark-color);
    color: var(--gold);
}

.form-flash--error {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(139, 38, 53, 0.2);
}

.form-flash--error .form-flash__icon {
    background: #8b2635;
    color: #fff;
}

@keyframes formFlashIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

form .mb-4 {
    margin-bottom: 16px !important;
}

form .mt-3 {
    margin-top: 5px !important;
}

form input {
    margin-bottom: 10px !important;
}

.form-control {
    border: none;
    border-radius: 30px !important;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    font-size: 16px;
    box-shadow: none;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.form-control:focus {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3);
    border: none;
}

.form-control::placeholder {
    font-family: 'gen', sans-serif !important;
    color: var(--gray-three);
    letter-spacing: 1px;
    color: var(--gray-three);
}

.btn-submit {
    background: transparent;
    border: 1px solid var(--light-color);
    border-radius: 30px;
    padding: 0.6rem 1.6rem;
    color: var(--primary-color);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-family: 'gen-semi', sans-serif;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 143, 0, 0.4);
    color: var(--primary-color);
}

.form-check {
    margin: 20px 0;
}

.form-check-input:checked {
    background-color: #ff8f00;
    border-color: #ff8f00;
}

.form-check-label {
    color: var(--dark-color);
    font-size: 12px;
    font-family: 'gen', sans-serif;
}

.country-code {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 25px 0 0 25px;
    padding: 15px 15px;
    font-size: 16px;
}

.phone-input {
    border-radius: 0 25px 25px 0;
}

/* --------footer---------- */
.mul-ft-text {
    display: none;
}

.ft-main {
    background-color: #e8e8e8;
    padding: 40px 0;
    font-family: 'gen', sans-serif;
}

.ft-toggle-btn {
    background: var(--gold);
    border: none;
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    cursor: pointer;
    margin: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ft-toggle-btn:hover {
    background: var(--yellow-angle-three);
    border: none;
    border: 2px solid var(--yellow-stroke);
}

.ft-toggle-btn:focus {
    outline: none !important;
}

.ft-main .ft-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.ft-main .ft-container .col-lg-2:first-child {
    width: 22% !important;
}

.ft-main .ft-container .col-lg-2:nth-child(2) {
    width: 15% !important;
}

.ft-main .ft-container .col-lg-2:nth-child(3) {
    width: 15% !important;
}

.ft-main .ft-container .col-lg-2:nth-child(4) {
    width: 14% !important;
}

.ft-main .ft-section {
    margin-bottom: 30px;
}

.ft-main .ft-section-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'gen', sans-serif;
}

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

.ft-main .ft-list-item {
    margin-bottom: 8px;
}

.ft-main .ft-list-link {
    color: var(--dark-color);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-family: 'gen', sans-serif;
}

.ft-main .ft-list-link:hover {
    color: #333;
}

.ft-main .ft-contact-info {
    margin-bottom: 20px;
}

.ft-main .ft-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.ft-main .ft-contact-icon {
    width: 20px;
    margin-right: 10px;
    margin-top: 2px;
    color: #666;
}

.ft-main .ft-contact-text {
    line-height: 1.4;
    font-family: 'gen', sans-serif;
}

.ft-main .ft-social-section {
    margin-top: 30px;
}

.ft-main .ft-social-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.ft-main .ft-social-links {
    display: flex;
    gap: 15px;
}

.ft-main .ft-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.ft-main .ft-social-link:hover {
    background-color: #555;
    color: white;
}

.ft-main .ft-social-icon {
    font-size: 16px;

}

@media (max-width: 768px) {
    .ft-main {
        padding: 30px 0;
    }

    .ft-main .ft-section {
        margin-bottom: 25px;
    }

    .ft-main .ft-social-links {
        justify-content: flex-start;
    }
}

.resi-project-nav {
    position: absolute;
    right: 50%;
    bottom: 40px;
}

.multi-adv {
    padding: clamp(3rem, 3vw, 1rem) 0 2rem;
    background-color: var(--light-color);
}

.multi-adv p {
    text-align: start;
    margin-bottom: 0 !important;
}

.copy-right {
    background-color: var(--gray-two);
    padding: clamp(2rem, 3vw, 1rem) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.copy-right a {
    font-family: 'gen', sans-serif;
    color: var(--dark-color);
    text-decoration: none;
}

/* ---------whatsapp--------------- */
.whatsapp-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 9999;
    animation: ripple-container 2s infinite;
    border-radius: 50%;
}

.whatsapp-container.show {
    opacity: 1;
    transform: scale(1);
}

@keyframes ripple-container {
    0% {
        box-shadow: 0 0 0 0 #251e4f;
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #19197069;
    color: white;
    padding: 4px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 1;
}

.whatsapp-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    z-index: -1;
}

.whatsapp-button:hover::before {
    width: 300px;
    height: 300px;
}

.whatsapp-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 25, 137, 0.4);
}

.whatsapp-button:active {
    transform: translateY(0);
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.whatsapp-icon svg {
    width: 20px;
    height: 20px;
    fill: #25D366;
}

.close-button {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: bold;
}

.close-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.close-button:active {
    transform: scale(0.95);
}

@keyframes pulse {
    0% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    }

    50% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
    }

    100% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    }
}

.whatsapp-button.pulse {
    animation: pulse 2s infinite;
}

/* -----back to top----- */
.back-to-top {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.back-to-top.show {
    bottom: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 999;
}

.back-to-top a {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    box-shadow: 0px 5px 30px rgba(15, 8, 112, 0.6);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    bottom: 18%;
    right: 1%;
    position: fixed;
    z-index: 998;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.back-to-top.show a:hover .top-line {
    height: 14px;
    border-color: #000;
    background: #000;
    top: 12px;
}

.back-to-top a:hover .top-array {
    border-color: #000;
    top: 11px;
}

.back-toop-tooltip {
    position: absolute;
    top: -65px;
    -webkit-transform: rotate(-90deg) translateX(20px);
    transform: rotate(-90deg) translateX(20px);
    width: 100px;
    left: -33px;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    line-height: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.back-toop-tooltip span {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.back-to-top a:hover .back-toop-tooltip {
    -webkit-transform: rotate(-90deg) translateX(5px);
    transform: rotate(-90deg) translateX(5px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.back-to-top.show a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.back-to-top a:hover {
    background: var(--primary-color);
    color: #000;
}

.back-to-top.home6 a {
    background: #00c6c6;
}

/* ----btn-animation---- */
.cus-nav .btn-text {
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.cus-nav .btn-text:hover span:first-child {
    transform: translateY(-180%) skewY(7deg);
    -webkit-transform: translateY(-180%) skewY(7deg);
    -moz-transform: translateY(-180%) skewY(7deg);
    -ms-transform: translateY(-180%) skewY(7deg);
    -o-transform: translateY(-180%) skewY(7deg);
}

.cus-nav .btn-text:hover span+span {
    transform: translateY(-130%) skewY(0deg);
    color: #EAC250;
}

.cus-nav span {
    display: block;
    transition: transform .5s ease-in-out;
}

.cus-nav span+span {
    position: absolute;
    top: 94%;
    transform-origin: left center;
    transform: skewY(30deg);
    transition: transform .5s ease-in-out;
}

.cus-nav .downloadbtn:hover span+span {
    color: #fff;
}

/* -----text-animation----  */
.splitting span:not(.whitespace) {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.splitting span .word {
    position: relative;
    transform: translate(0, 100%);
    transition: transform 0.6s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: transform 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}

.splitting span .word {
    -webkit-transition-delay: calc(100ms + 100ms * var(--line-index));
    transition-delay: calc(100ms + 100ms * var(--line-index));
}

.animated--active .splitting[data-scroll=in] span .word,
.animated--swiper--active .swiper-slide-active .splitting span .word {
    transform: translate(0, 0%);
}

.puff-in-center {
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--purple);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: transform 0.8s ease;
}

.preloader.slide-up {
    transform: translateY(-100%);
}

/* Image Container */
/* .image-container {
            width: 100px;
            height: 100px;
        } */
.preloader-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: imageSlideUp 1.5s ease forwards;
}

@keyframes imageSlideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ----property-search---- */
.property-search {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.19) 25%, rgba(255, 255, 255, 0.2) 77%, rgba(255, 255, 255, 0.52) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(5.1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 15px 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    font-family: 'gen', sans-serif;
}

.property-search .form-control {
    border: none;
    border-radius: 25px;
    padding: 12px 20px 30px;
    font-size: 14px;
    color: #333;
    margin: 0;
    background-color: transparent;
}

.property-search .form-control::placeholder {
    color: var(--light-color);
}

/* Target the first form control specifically by ID with browser prefixes */
.property-search #locationSearch::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.property-search #locationSearch::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.property-search #locationSearch:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.property-search #locationSearch::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.property-search .form-control:focus {
    box-shadow: none;
    outline: none;
    background: transparent;
    border: 1px solid var(--light-color);
}

.property-search .form-select {
    border: none;
    background: transparent;
    border-radius: 25px;
    padding: 12px 10px 30px;
    font-size: 14px;
    color: var(--light-color);
}

.property-search .form-select:focus {
    box-shadow: none;
    outline: none;
    background: rgba(255, 255, 255, 0.8);
}

.property-search .btn-search {
    background: #fff;
    border: none;
    border-radius: 30px;
    padding: 16px 30px;
    font-family: 'gen', sans-serif;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.property-search .property-subicon {
    position: absolute;
    top: 15px;
    right: 35px;
    transition: color 0.3s ease;
}

/* Change property-subicon color to white when locationSearch is focused/clicked */
.property-search #locationSearch:focus+.property-subtext+.property-subicon,
.property-search #locationSearch:focus+.property-subtext+.property-subicon i {
    color: white !important;
}

.property-search .btn-search:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.property-search .location-dropdown {
    position: absolute;
    top: 100%;
    left: 25px;
    right: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow-y: auto;
    display: none;
}

.property-search .location-dropdown.show {
    display: block;
}

.property-search .location-item {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
}

.property-search .location-item:hover {
    background: #f8f9fa;
}

.property-search .location-item:last-child {
    border-bottom: none;
}

.property-search .location-item i {
    color: #666;
    margin-right: 10px;
    font-size: 12px;
}

.property-search .location-item span {
    color: #333;
    font-size: 14px;
}

.property-search .background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23667eea" width="1200" height="600"/><rect fill="%23764ba2" width="1200" height="600" opacity="0.8"/></svg>') center/cover;
    z-index: -1;
}

.property-search .close-btn {
    background-color: transparent;
    position: absolute;
    bottom: 100%;
    right: -15px;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--yellow-stroke);
    cursor: pointer;
    transition: all 0.3s ease;
}

.property-search .close-btn:hover {
    background: transparent;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .property-search .property-search {
        margin: 20px;
        padding: 20px;
    }

    .property-search .property-search .row>div {
        margin-bottom: 10px;
    }
}

.property-search .form-control.hide-subtext {
    padding-bottom: 12px;
    border: 1px solid var(--light-color);
    color: var(--light-color);
}

.property-search .form-select.hide-subtext {
    padding-bottom: 12px;
}

.property-search .property-subtext {
    position: absolute;
    left: 15%;
    bottom: 14%;
    color: #fff;
}

.press-toggle-btn {
    background: var(--yellow-angle-two);
    border: none;
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    cursor: pointer;
    margin: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: 2px solid var(--yellow-stroke);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.iti {
    width: 100% !important;
}

/* .arrow-anim {
    -webkit-animation: slide-in-left 0.8s both infinite;
            animation: slide-in-left 0.8s both infinite;
} */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* 
#banner-pin{
      height: 100vh;
            position: sticky;
            top: 0;
            z-index: 1;
} */
#enquiryType {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    font-family: 'gen', sans-serif;
    padding: 0.4rem 0 0.4rem 0.8rem;
    color: #696b6d;
}

/* -----about-us----- */
.contact {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
    /* Pin effect optimizations */
    will-change: transform !important;
    transform: translateZ(0) !important;
    /* Hardware acceleration */
}

.contact::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.615) 100%);
    z-index: -1;
}

.contact-get-touch {
    background-image: url('../img/banner/contact.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: clamp(3rem, 3vw, 2rem) 0;
}

.contact-get-touch h2 {
    color: var(--primary-color);
}

.indian-sales {
    padding: clamp(3rem, 3vw, 1rem) 0 clamp(3rem, 3vw, 1rem);
    overflow: hidden;
}

.indian-sales .heading h3 {
    text-align: center;
    color: var(--primary-color);
    padding: 1rem 0;
}

/* Swiper container styling */
.indian-sales .swiper {
    width: 100%;
    padding: 20px 0 110px 0;
}

.indian-sales .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Swiper navigation arrows */
.indian-sales .swiper-button-next,
.indian-sales .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    right: -40px !important;
}

.indian-sales .swiper-button-next:after,
.indian-sales .swiper-button-prev:after {
    display: none;
}

.indian-sales .swiper-button-next:hover,
.indian-sales .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.indian-sales .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.indian-sales .swiper-pagination-bullet-active {
    background: #3498db;
    opacity: 1;
    transform: scale(1.2);
}

.indian-sales .sales-card {
    padding: 0.8rem;
    border: 2px solid;
    border-image: linear-gradient(147.84deg, #FFE998 0.03%, #57370D 206.46%) 1;
}

.indian-sales .sales-card h4 {
    text-align: center;
    margin-top: 2rem;
}

.indian-sales .sales-card p {
    text-align: center;
}

.indian-sales .sales-card h4 img {
    height: 25px;
    padding-right: 0.5rem;
    box-shadow: unset;
}

.indian-sales .sales-card img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.sales-project-nav {
    position: relative;
    right: 7%;
    top: 20%;
}

.map-pop-card {
    width: 100%;
    background-color: #000066;
    color: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    position: absolute;
    top: 03%;
    right: 2%;
}

.map-pop-card .contact-info h3 {
    color: #FFD700;
    font-size: 2rem;
    text-align: left;
    color: var(--yellow)
}

.map-pop-card .contact-detail p {

    color: var(--light-color);
    margin: 0;
    font-weight: 600;
    margin-bottom: 0.8rem !important;
}

.map-pop-card .contact-detail span {
    font-weight: 500;
    opacity: 0.8;
    color: var(--light-color);
}

.map-pop-card .contact-detail span {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    color: var(--light-color);
}
.contact-detail a{
    color:#fff;
    text-decoration:none;
}
.contact-map {
    padding-top: 0 !important;
    padding: clamp(3rem, 3vw, 1rem) 0 clamp(3rem, 3vw, 1rem);
    overflow: hidden;
}

.contact-map .heading h3 {
    text-align: center;
    color: var(--primary-color);
    padding: 1rem 0;
}

/* Swiper container styling */
.contact-map .swiper {
    position: relative;
}

/* Swiper navigation arrows */
.contact-map .map-nav .swiper-button-next,
.contact-map .map-nav .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.contact-map .map-nav .swiper-button-next:after,
.contact-map .map-nav .swiper-button-prev:after {
    display: none;
}

.contact-map .map-nav .swiper-button-next:hover,
.contact-map .map-nav .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.contact-map .map-nav .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.contact-map .map-nav {
    position: absolute;
    bottom: 20px;
    right: 5%;
    top: -75%;
    display: flex;
    gap: 10px;
    z-index: 10;
}

/* ------about-us-section----- */
.about {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.about::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.615) 100%);
    z-index: -1;
}
.who-we-are {
    padding: clamp(4rem, 3vw, 2rem) 0;
    background-color: var(--light-gold);
}

.who-we-are .heading h2 {
    text-align: center;
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;
    color: var(--primary-color);
    padding-top: 1rem;
}

.who-we-are .heading p {
    text-align: center;
}

.who-we-are .small {
    font-size: 1rem;
}

.who-we-are h1 {
    text-align: center;
    color: var(--primary-color);
    font-size: clamp(4.5rem, 4vw + 0.5rem, 3rem) !important;
    line-height: 1;
}

.vision {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: clamp(6rem, 3vw, 2rem) 0;
}

.about-vision .container {
    padding: clamp(4rem, 3vw, 2rem) 0;
    border-bottom: 1px solid var(--dark-color);
}

.about-mission .container {
    padding: clamp(4rem, 3vw, 2rem) 0;
}

.who-we-are .heading {
    padding-top: 3rem;
}

.who-we-are .heading img {
    animation: ripple-container 2s infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0.4rem;
    border: 1px dashed var(--primary-color);
    border-radius: 50%;
}



.vision-head {
    position: absolute;
    left: 05%;
    top: 10%;
    color: var(--primary-color);
    z-index: 10;
}

.about-vision h2 {
    color: var(--primary-color)
}

.about-mission h2 {
    color: var(--primary-color)
}

/* .vision-txt {
    position: absolute;
    bottom: 20%;
} */

.vision-head-mob {
    color: var(--primary-color);
    margin-top: 1rem;
}

.about-toggle-btn {
    background: var(--gold);
    border: none;
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.abtImgOne {
    display: none;
}

.abtImgTwo {
    display: none;
}

.chair-img-txt {
    position: absolute;
    bottom: 10%;
    margin: 3rem;
    padding: 4rem 2rem 2rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.chair-img-txt p::before {
    content: "";
    background-image: url('../img/icon/quote-front.svg');
    width: 1rem;
    height: 2rem;
    position: absolute;
    background-repeat: no-repeat;
    left: 10px;
    top: 50px;
}

.chair-img-txt p::after {
    content: "";
    background-image: url('../img/icon/quote-back.svg');
    width: 1rem;
    height: 2rem;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    top: 50px;
}

.chairman-msg-txt {
    background-color: var(--primary-color);
    padding: 4rem 4rem !important;
}

.abt-button {
    color: var(--light-color);
    text-decoration: unset;
    padding: 0.6rem 2rem;
    border: 1px solid var(--light-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.abt-button:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.chairman-msg-txt .heading h3 {
    color: var(--head-color);
    padding-bottom: 1rem;
}


.chairman-msg-txt h5 {
    color: var(--light-color);
    padding-bottom: 0;
}

.chairman-msg-txt p {
    color: var(--light-color);
}

.core-values {
    padding: clamp(4rem, 3vw, 2rem) 0;
    background-color: var(--light-gold);
}

.core-values h2 {
    color: var(--primary-color);

}

.core-values h5 {
    color: var(--primary-color);
    font-family: 'gen';
}

.core-value-box {
    text-align: center;
    margin-bottom: 2rem;
}

.core-value-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.core-value-box .icon img {
    background: var(--gold);
    padding: 1.4rem;
    border-radius: 50%;
    margin: 0.3rem;
    object-fit: contain;
    overflow: visible;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    will-change: transform;
    width: 81px;
}

.core-value-box:hover .icon img {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: var(--yellow-angle-three);
    transition: all 0.3s ease;
    cursor: pointer;
}

.core-value-box h4 {
    color: var(--primary-color);
    padding: 0rem 0 1rem;

}


.hover-container {
    display: flex;
    overflow: hidden;
    gap: 1.2rem;
}

.hover-container .col-md-4 {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Default state - first column large, others small */
.hover-container .column-1 {
    flex: 2;

    height: 60vh;
}

.hover-container .column-2 {
    flex: 0.8;

    height: 60vh;
}

.hover-container .column-3 {
    flex: 0.8;

    height: 60vh;
}

.column {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

/* Hover states */
.hover-container .column-2:hover {
    flex: 2.5;
}

.hover-container .column-3:hover {
    flex: 2.5;
}

.hover-container .column-2:hover~.column-3 {
    flex: 0.3;
}

.hover-container:has(.column-2:hover) .column-1 {
    flex: 1.2;
}

.hover-container:has(.column-3:hover) .column-1 {
    flex: 1.2;
}

.hover-container:has(.column-3:hover) .column-2 {
    flex: 0.3;
}

.hover-container .column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.hover-container .column:hover::before {
    background: rgba(0, 0, 0, 0.2);
}

.hover-container .column-1::before {
    background: rgba(0, 0, 0, 0.3);
}

.hover-container .column:hover {
    transform: scale(1.01);
    box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.1);
}

.hover-container .overlay-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    top: -30px !important;
    margin: 2rem;
}

/* Column 1 content always visible */
.hover-container .column-1 .overlay-content {
    opacity: 1;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
}

/* Hide column 1 content when others are hovered */
.hover-container:has(.column-2:hover) .column-1 .overlay-content,
.hover-container:has(.column-3:hover) .column-1 .overlay-content {
    opacity: 0;
    transform: translateY(-20px);
}

/* Columns 2 & 3 content hidden by default, slides up on hover */
.hover-container .column-2 .overlay-content,
.hover-container .column-3 .overlay-content {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.hover-container .column-2:hover .overlay-content,
.hover-container .column-3:hover .overlay-content {
    opacity: 1;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.hover-container .overlay-content h4 {
    font-family: 'lulu-medium', sans-serif;
    color: var(--primary-color);
    width: 100%;
    /* or any color you like */
    padding-bottom: 8px;
    /* adds space between text and line */
    margin: 0;
}

.hover-container .overlay-content h6 {
    font-family: 'gen-semi', sans-serif;
    color: var(--dark-color);
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    /* or any color you like */
    padding-bottom: 8px;
    /* adds space between text and line */
    margin: 0;
}

.hover-container.overlay-content p {
    font-weight: normal;
    opacity: 0.9;
    margin-top: 1rem;
    color: var(--dark-color);
    padding-bottom: 1rem;
}

/* Remove indicator styles since all columns are visible */
@media (max-width: 768px) {
    .hover-container {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
    }

    .hover-container .col-md-4 {
        flex: 1;
        min-height: 33.33vh;
    }

    .column:hover {
        flex: 2;
        min-height: 40vh;
    }
}

.our-projects .overlay-content .arrow {
    background: var(--gold);
    border-radius: 50%;
    padding: 0.8rem 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    float: right;
    line-height: 0;
}

.our-projects .overlay-content p {
    color: var(--dark-color);
    padding-top: 1rem;
}


.our-projects .overlay-content .arrow:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    border-radius: 30px;
    box-shadow: rgba(44, 44, 44, 0.767) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.our-projects {
    padding: clamp(4rem, 3vw, 2rem) 0;
}

.our-projects .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.our-projects .heading p {
    text-align: center;
    color: var(--dark-color);
    padding-bottom: 1rem;
}

.landmark .land-card {
    padding: 0.8rem;
    border: 2px solid;
    border-image: linear-gradient(147.84deg, #FFE998 0.03%, #57370D 206.46%) 1;
}

.landmark .sales-card h4 {
    text-align: center;
    margin-top: 2rem;
}

.landmark .land-card p {
    margin-bottom: 0.4rem !important;
}


.landmark .heading h3 {
    text-align: center;
    color: var(--primary-color);
    padding: 1rem 0;
}

.availability {
    padding: clamp(7rem, 5vw, 2rem) 0;
    background: var(--gold);
    margin: clamp(4rem, 5vw, 2rem) 0 0;
}


.avail-button {
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.6rem 2rem;
    border: 1.5px solid var(--dark-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.avail-button:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.resi-properties .project-tag {
    position: absolute;
    background: var(--primary-color);
    color: white;
    padding: 0.6rem 1rem;
    z-index: 10;
    transform: translate(15px, 15px);
    border-radius: 15px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    font-size: 0.8rem;
}

.club-banner {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.club-banner h2 {
    color: var(--light-color);
    bottom: 20%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.club-banner p {
    padding: 0;
    margin: 0 !important;
}

.club-banner::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.club-banner .heart-btn {
    border: unset;
    background: var(--gold);
    color: var(--primary-color);
    padding: 1rem 1.8rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-transform: uppercase;
}

.club-banner .heart-btn:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.02);
}

.heartbeat {
    background-color: var(--light-color);
    padding: 0rem 0rem 0rem 3rem;
    border-radius: 30px;
    bottom: 08%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

}

.msg-form {
    margin-left: 0.5rem;
    color: var(--dark-two-color);
}

.contact-map h3 {
    text-align: center;
    color: var(--primary-color);
    padding: 1rem 0;
}


/* ----- press - release -------- */
.press {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
    /* Pin effect optimizations */
    will-change: transform !important;
    transform: translateZ(0) !important;
    /* Hardware acceleration */
}

.press::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.615) 100%);
    z-index: -1;
}

.feature-press {
    padding: clamp(5rem, 3vw, 3rem) 0 0;
    background-color: var(--gray-two);
}

.feature-press .heading h1 {
    text-align: center;
    color: var(--primary-color);
    padding: 1rem 0;
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;

}

.feature-press .feature-press-content {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    /* padding: clamp(6rem, 3vw, 2rem) 0; */
}

.feature-press .feature-press-content .heading {
    padding: 0 0 0 3rem;

}

.feature-press .feature-press-content .heading h4 {
    font-family: 'gen-med';
    color: var(--primary-color);
    padding-bottom: 2rem;
}




.feature-press .press-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 420px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.feature-press .press-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    position: relative;
}

.feature-press .press-card:hover .press-image {
    transform: scale(1.03);
}

.feature-press .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(211, 172, 44, 0) 5.41%, #6D5917 100%);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0.5;
}

.feature-press .info-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
}

.feature-press .info-icon:hover img {
    -webkit-animation: slide-in-left 0.8s both;
    animation: slide-in-left 0.8s both;
}

/* .press-release .building-card:hover .info-icon {
    background: var(--yellow-angle-three);
    transform: scale(1.1) translateY(-160px);
} */
.feature-press .text-content {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(30, 30, 30, 0.4)); */
    color: white;
    padding: 1rem 1.5rem;
    transition: bottom 0.4s ease;
}

.feature-press .text-content p {
    margin-bottom: 0.5rem !important;
}


.feature-press .press-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.8rem 1.8rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.press-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.press-nav {
    position: absolute;
    left: 50%;
    bottom: 40px;
}


/* Swiper container styling */
.feature-press .swiper {
    width: 100%;
    padding: 20px 0 80px 0;
}

.feature-press .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}



/* Swiper navigation arrows */
.feature-press .swiper-button-next,
.feature-press .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;

}

.feature-press .swiper-button-next:after,
.feature-press .swiper-button-prev:after {
    display: none;
}

.feature-press .swiper-button-next:hover,
.feature-press .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.feature-press .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Swiper pagination */
.feature-press .swiper-pagination-bullet {
    background: #bdc3c7;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.feature-press .swiper-pagination-bullet-active {
    background: #3498db;
    opacity: 1;
    transform: scale(1.2);
}


/* Press Release Filter Styles */
.press-fillter {
    padding: 3rem 0 0;
    background-color: #f8f9fa;
}

.press-fillter .filter-btn {
    border: 1.6px solid var(--yellow);
    background: var(--light-color);
    color: var(--dark-color);
    padding: 0.7rem 3rem;
    border-radius: 30px;
    font-family: 'gen', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.press-fillter .filter-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.press-fillter .filter-btn.dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: 0.155em;
}

.press-fillter .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    width: 100%;
    margin-top: 1rem !important;
    border-radius: 15px;
}

.press-fillter .dropdown-item {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

.press-fillter .dropdown-item:hover {
    background-color: #f8f9fa;
}

.press-fillter .dropdown-item[data-month="clear"],
.press-fillter .dropdown-item[data-year="clear"] {
    border-top: 1px solid #eee;
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    color: var(--head-color);
    font-weight: 500;
}

.press-fillter .dropdown-item[data-month="clear"]:hover,
.press-fillter .dropdown-item[data-year="clear"]:hover {
    background-color: #fff5f5;
}

.press-fillter #removeFilterBtn {
    background: var(--yellow-angle-three);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.press-fillter #removeFilterBtn:hover {
    background-color: #c82333;
    border-color: #bd2130;
}






.press-fillter .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.press-fillter .card:hover .card-overlay {
    opacity: 1;
}

.press-fillter .btn-read,
.press-fillter .btn-share {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.press-fillter .btn-read:hover,
.press-fillter .btn-share:hover {
    background-color: white;
    color: #333;
}

.press-fillter .btn-share {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.press-fillter .active-filters {
    margin-bottom: 1rem;
}

.press-fillter .badge {
    font-family: 'gen', sans-serif;
    padding: 0.5em 0.75em;
    border-radius: 30px;
    background: var(--gold);
    color: var(--dark-color);
    letter-spacing: 1px;
}

.press-fillter .filter-header .search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.press-fillter .filter-header .search-box img {
    position: relative;
    left: 08%;
}

.press-fillter .filter-header .search-box .form-control {
    padding: 0.8rem 0 0.8rem 3rem;
    border: 1.6px solid var(--yellow) !important;
}

.press-fillter .filter-header .search-box .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px !important;
}

.press-fillter .filter-card {
    position: relative;
    width: 100%;
    height: 420px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.press-fillter .filter-card {
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    position: relative;
}

.press-fillter .filter-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    position: relative;
}

.press-fillter .filter-card:hover .filter-image {
    transform: scale(1.03);
}

.press-fillter .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(211, 172, 44, 0) 5.41%, #6D5917 100%);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0.5;
}

.press-fillter .info-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
}

.press-fillter .info-icon:hover img {
    -webkit-animation: slide-in-left 0.8s both;
    animation: slide-in-left 0.8s both;
}

/* .press-release .building-card:hover .info-icon {
    background: var(--yellow-angle-three);
    transform: scale(1.1) translateY(-160px);
} */
.press-fillter .text-content {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(30, 30, 30, 0.4)); */
    color: white;
    padding: 1rem 1.5rem;
    transition: bottom 0.4s ease;
}

.press-fillter .text-content p {
    margin-bottom: 0.5rem !important;
}

.press-fillter .press-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.8rem 1.8rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.press-fillter .press-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.press-fillter .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 3rem 0;
}

.press-fillter .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.press-fillter .search-box button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6%2018L10.3%2011.7C9.8%2012.1%209.225%2012.4167%208.575%2012.65C7.925%2012.8833%207.23333%2013%206.5%2013C4.68333%2013%203.14583%2012.3708%201.8875%2011.1125C0.629167%209.85417%200%208.31667%200%206.5C0%204.68333%200.629167%203.14583%201.8875%201.8875C3.14583%200.629167%204.68333%200%206.5%200C8.31667%200%209.85417%200.629167%2011.1125%201.8875C12.3708%203.14583%2013%204.68333%2013%206.5C13%207.23333%2012.8833%207.925%2012.65%208.575C12.4167%209.225%2012.1%209.8%2011.7%2010.3L18%2016.6L16.6%2018ZM6.5%2011C7.75%2011%208.8125%2010.5625%209.6875%209.6875C10.5625%208.8125%2011%207.75%2011%206.5C11%205.25%2010.5625%204.1875%209.6875%203.3125C8.8125%202.4375%207.75%202%206.5%202C5.25%202%204.1875%202.4375%203.3125%203.3125C2.4375%204.1875%202%205.25%202%206.5C2%207.75%202.4375%208.8125%203.3125%209.6875C4.1875%2010.5625%205.25%2011%206.5%2011Z%22%20fill%3D%22%23191970%22%2F%3E%3C!--%20Code%20injected%20by%20live-server%20--%3E%3Cscript%3E%2F%2F%20%3C!%5BCDATA%5B%20%20%3C--%20For%20SVG%20supportif%20('WebSocket'%20in%20window)%20%7B(function%20()%20%7Bfunction%20refreshCSS()%20%7Bvar%20sheets%20%3D%20%5B%5D.slice.call(document.getElementsByTagName(%22link%22))%3Bvar%20head%20%3D%20document.getElementsByTagName(%22head%22)%5B0%5D%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20sheets.length%3B%20%2B%2Bi)%20%7Bvar%20elem%20%3D%20sheets%5Bi%5D%3Bvar%20parent%20%3D%20elem.parentElement%20%7C%7C%20head%3Bparent.removeChild(elem)%3Bvar%20rel%20%3D%20elem.rel%3Bif%20(elem.href%20%26%26%20typeof%20rel%20!%3D%20%22string%22%20%7C%7C%20rel.length%20%3D%3D%200%20%7C%7C%20rel.toLowerCase()%20%3D%3D%20%22stylesheet%22)%20%7Bvar%20url%20%3D%20elem.href.replace(%2F(%26%7C%5C%3F)_cacheOverride%3D%5Cd%2B%2F%2C%20'')%3Belem.href%20%3D%20url%20%2B%20(url.indexOf('%3F')%20%3E%3D%200%20%3F%20'%26'%20%3A%20'%3F')%20%2B%20'_cacheOverride%3D'%20%2B%20(new%20Date().valueOf())%3B%7Dparent.appendChild(elem)%3B%7D%7Dvar%20protocol%20%3D%20window.location.protocol%20%3D%3D%3D%20'http%3A'%20%3F%20'ws%3A%2F%2F'%20%3A%20'wss%3A%2F%2F'%3Bvar%20address%20%3D%20protocol%20%2B%20window.location.host%20%2B%20window.location.pathname%20%2B%20'%2Fws'%3Bvar%20socket%20%3D%20new%20WebSocket(address)%3Bsocket.onmessage%20%3D%20function%20(msg)%20%7Bif%20(msg.data%20%3D%3D%20'reload')%20window.location.reload()%3Belse%20if%20(msg.data%20%3D%3D%20'refreshcss')%20refreshCSS()%3B%7D%3Bif%20(sessionStorage%20%26%26%20!sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer'))%20%7Bconsole.log('Live%20reload%20enabled.')%3BsessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer'%2C%20true)%3B%7D%7D)()%3B%7Delse%20%7Bconsole.error('Upgrade%20your%20browser.%20This%20Browser%20is%20NOT%20supported%20WebSocket%20for%20Live-Reloading.')%3B%7D%2F%2F%20%5D%5D%3E%3C%2Fscript%3E%3C%2Fsvg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    left: 8px;
}


.press-fillter .press-get-touch {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: clamp(3rem, 3vw, 2rem) 0;
}

.press-fillter .press-get-touch h1 {
    color: var(--primary-color);
}

/* -----------resident-page desing------ */
.resident {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
    /* Pin effect optimizations */
    will-change: transform !important;
    transform: translateZ(0) !important;
    position: relative;
    /* Hardware acceleration */
}

.resident .claim-btn {

    font-family: 'gen-semi', sans-serif;
    font-size: 1.2rem;
    color: var(--dark-color);
    text-decoration: unset;
    padding: 0.8rem 4rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: var(--gold);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border: unset;
    position: absolute;
    bottom: 10%;

}

.resident .claim-btn:hover {
    transition: all 0.1s ease;
    transform: translateY(-2px);
    background: var(--yellow);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.resident-btn {
    --width: 140px;
    --height: 40px;
    width: var(--width);
    height: var(--height);
    padding: 0;
    background: var(--yellow);
    color: var(--dark-color);
    border: none;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(255, 201, 7, 0.355) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 0.2s;
    font-family: 'gen', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    box-sizing: border-box;
    position: absolute;
    bottom: 10%;

}

.resident-btn a {
    color: var(--dark-color);
    text-decoration: none;
}

.resident-btn span {
    display: block;
    position: relative;
    z-index: 1;
}

.resident-btn::after {
    content: "";
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transition-duration: 400ms;
    background: var(--gold);
    border-radius: 50%;
    --size: calc(var(--width) + 10px);
    width: var(--size);
    height: var(--size);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.resident-btn:hover::after {
    width: 0;
    height: 0;
}

.resident-btn:hover {
    transition: 0.2s;
    color: var(--primary-color);
    transform: translateY(-2px);
}

.resident-btn:active {
    transform: scale(0.97);
}

/*** disabled style ***/
.resident-btn:disabled {
    pointer-events: none;
    opacity: .65;
    color: #7e7e7e;
    background: #dcdcdc;
    text-shadow: none;
    box-shadow: none;
    border: solid 1px #dcdcdc;
}

.resident-btn:disabled::after {
    background: #dcdcdc;
}

.register-toggle-btn {
    background: var(--gold);
    border: none;
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    cursor: pointer;
    margin: 20px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.register-toggle-btn:hover {
    background: var(--yellow-angle-three);
    border: none;
    border: 2px solid var(--yellow-stroke);
}

.regsiter-main {
    text-align: center;
    color: var(--primary-color);
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;
}

.register-head {
    padding: clamp(3rem, 3vw, 2rem) 0;
}

/* ------register-filter--------- */

.resident-filter {
    padding: clamp(3rem, 3vw, 2rem) 0;
    padding-bottom: 4rem;
    background-color: var(--light-gold);
    position: relative;
}

.resident-filter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/banner/resident-pattern.png');
}

.resident-filter .filter-btn {
    border: 1.6px solid var(--yellow);
    background: var(--yellow-stroke);
    color: var(--dark-color);
    padding: 0.4rem 1.8rem;
    border-radius: 30px;
    font-family: 'gen', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    font-size: 0.9rem;
}

.resident-filter h2 {
    text-align: center;
    color: var(--primary-color);
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;
    z-index: 0;
    padding-bottom: 1rem;
}


.resident-filter .resi-high {
    padding-top: 0.3rem;
    font-family: 'gen', sans-serif;
    letter-spacing: 0.5px;
    font-size: 0.9rem !important;
    line-height: 22px;
    color: var(--gray-three);
}

.resident-filter .resi-high b {
    color: var(--dark-color);
    font-weight: normal;
}


.resident-filter .filter-btn:hover {
    background: var(--light-color);
    transform: translateY(-2px);
}

.resident-filter .filter-btn.dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: 0.155em;
}

.resident-filter .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    width: 100%;
    margin-top: 1rem !important;
    border-radius: 15px;
}

.resident-filter .dropdown-item {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

.resident-filter .dropdown-item:hover {
    background-color: #f8f9fa;
}

.resident-filter .dropdown-item[data-month="clear"],
.resident-filter .dropdown-item[data-year="clear"] {
    border-top: 1px solid #eee;
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    color: var(--head-color);
    font-weight: 500;
}

.resident-filter .dropdown-item[data-month="clear"]:hover,
.resident-filter .dropdown-item[data-year="clear"]:hover {
    background-color: #fff5f5;
}

.resident-filter #removeFilterBtn {
    background: var(--yellow-angle-three);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.resident-filter #removeFilterBtn:hover {
    background-color: #c82333;
    border-color: #bd2130;
}






.resident-filter .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.resident-filter .card:hover .card-overlay {
    opacity: 1;
}

.resident-filter .btn-read,
.resident-filter .btn-share {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.resident-filter .btn-read:hover,
.resident-filter .btn-share:hover {
    background-color: white;
    color: #333;
}

.resident-filter .btn-share {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.resident-filter .active-filters {
    margin-bottom: 1rem;
}

.resident-filter .badge {
    font-family: 'gen', sans-serif;
    padding: 0.5em 0.75em;
    border-radius: 30px;
    background: var(--gold);
    color: var(--dark-color);
    letter-spacing: 1px;
    margin: 0 0.2rem;
}



.resident-filter .filter-card {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-image: linear-gradient(to bottom, #FFE998 0%, #e8a753 100%) 1;
    border-width: 1.8px;
    border-style: solid;
    padding: 0.4rem 0.4rem 0.8rem 0.4rem;
    background-color: var(--light-color);

}



.resident-filter .filter-image {
    position: relative;
    padding: 0.3rem;
    z-index: 1;
}



.resident-filter .overlay {

    background: linear-gradient(180deg, rgba(211, 172, 44, 0) 5.41%, #6D5917 100%);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0.5;
}

.resident-filter .info-icon {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 36px;
    height: 36px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
}

.resident-filter .info-icon:hover img {
    -webkit-animation: slide-in-left 0.8s both;
    animation: slide-in-left 0.8s both;
}

/* .press-release .building-card:hover .info-icon {
    background: var(--yellow-angle-three);
    transform: scale(1.1) translateY(-160px);
} */
.resident-filter .text-content {

    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(30, 30, 30, 0.4)); */
    color: white;
    padding: 0 0.5rem;
    transition: bottom 0.4s ease;
    margin-top: 0.8rem;
}

.resident-filter .text-content h5 {
    font-family: 'gen', sans-serif;
    color: var(--dark-color);
    font-size: 1.3rem !important;
    margin-bottom: 0 !important;
}

.resident-filter .text-content h6 {
    font-family: 'gen', sans-serif;
    color: var(--dark-color);
}

.resident-filter .text-content .details {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0.5rem 2rem;
    margin: 0.5rem 0 0.2rem;
}

.resident-filter .press-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.resident-filter .press-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.resident-filter .filter-header .search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.resident-search-btn {
    display: none;
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: var(--yellow-stroke) url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6%2018L10.3%2011.7C9.8%2012.1%209.225%2012.4167%208.575%2012.65C7.925%2012.8833%207.23333%2013%206.5%2013C4.68333%2013%203.14583%2012.3708%201.8875%2011.1125C0.629167%209.85417%200%208.31667%200%206.5C0%204.68333%200.629167%203.14583%201.8875%201.8875C3.14583%200.629167%204.68333%200%206.5%200C8.31667%200%209.85417%200.629167%2011.1125%201.8875C12.3708%203.14583%2013%204.68333%2013%206.5C13%207.23333%2012.8833%207.925%2012.65%208.575C12.4167%209.225%2012.1%209.8%2011.7%2010.3L18%2016.6L16.6%2018ZM6.5%2011C7.75%2011%208.8125%2010.5625%209.6875%209.6875C10.5625%208.8125%2011%207.75%2011%206.5C11%205.25%2010.5625%204.1875%209.6875%203.3125C8.8125%202.4375%207.75%202%206.5%202C5.25%202%204.1875%202.4375%203.3125%203.3125C2.4375%204.1875%202%205.25%202%206.5C2%207.75%202.4375%208.8125%203.3125%209.6875C4.1875%2010.5625%205.25%2011%206.5%2011Z%22%20fill%3D%22%23191970%22%2F%3E%3C!--%20Code%20injected%20by%20live-server%20--%3E%3Cscript%3E%2F%2F%20%3C!%5BCDATA%5B%20%20%3C--%20For%20SVG%20supportif%20('WebSocket'%20in%20window)%20%7B(function%20()%20%7Bfunction%20refreshCSS()%20%7Bvar%20sheets%20%3D%20%5B%5D.slice.call(document.getElementsByTagName(%22link%22))%3Bvar%20head%20%3D%20document.getElementsByTagName(%22head%22)%5B0%5D%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20sheets.length%3B%20%2B%2Bi)%20%7Bvar%20elem%20%3D%20sheets%5Bi%5D%3Bvar%20parent%20%3D%20elem.parentElement%20%7C%7C%20head%3Bparent.removeChild(elem)%3Bvar%20rel%20%3D%20elem.rel%3Bif%20(elem.href%20%26%26%20typeof%20rel%20!%3D%20%22string%22%20%7C%7C%20rel.length%20%3D%3D%200%20%7C%7C%20rel.toLowerCase()%20%3D%3D%20%22stylesheet%22)%20%7Bvar%20url%20%3D%20elem.href.replace(%2F(%26%7C%5C%3F)_cacheOverride%3D%5Cd%2B%2F%2C%20'')%3Belem.href%20%3D%20url%20%2B%20(url.indexOf('%3F')%20%3E%3D%200%20%3F%20'%26'%20%3A%20'%3F')%20%2B%20'_cacheOverride%3D'%20%2B%20(new%20Date().valueOf())%3B%7Dparent.appendChild(elem)%3B%7D%7Dvar%20protocol%20%3D%20window.location.protocol%20%3D%3D%3D%20'http%3A'%20%3F%20'ws%3A%2F%2F'%20%3A%20'wss%3A%2F%2F'%3Bvar%20address%20%3D%20protocol%20%2B%20window.location.host%20%2B%20window.location.pathname%20%2B%20'%2Fws'%3Bvar%20socket%20%3D%20new%20WebSocket(address)%3Bsocket.onmessage%20%3D%20function%20(msg)%20%7Bif%20(msg.data%20%3D%3D%20'reload')%20window.location.reload()%3Belse%20if%20(msg.data%20%3D%3D%20'refreshcss')%20refreshCSS()%3B%7D%3Bif%20(sessionStorage%20%26%26%20!sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer'))%20%7Bconsole.log('Live%20reload%20enabled.')%3BsessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer'%2C%20true)%3B%7D%7D)()%3B%7Delse%20%7Bconsole.error('Upgrade%20your%20browser.%20This%20Browser%20is%20NOT%20supported%20WebSocket%20for%20Live-Reloading.')%3B%7D%2F%2F%20%5D%5D%3E%3C%2Fscript%3E%3C%2Fsvg%3E") no-repeat center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 16%;
    border: 1px solid var(--yellow);
    padding: 0.5rem 1.255rem;
    border-radius: 50%;
}



.resident-filter .details .spec-item {
    display: flex;
    /* align-items: center; */
    gap: 5px;
}


.resident-filter .details.spec-details h6 {
    margin: 0;
    color: var(--dark-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'gen', sans-serif;
    font-size: 0.875rem;
}

.resident-filter .details .spec-details p {
    margin: 0 !important;
    font-family: 'gen', sans-serif;
    letter-spacing: 0.5px;
    font-size: 0.9rem !important;
    line-height: 22px;
    color: var(--gray-three);
}

.card-ribbon {
    background: white;
    box-shadow: 4px 4px 15px rgba(#000, 0.15);
    position: relative;
    font-size: 0.8rem;

}

.card-ribbon::before {
    position: absolute;
    top: 30px;
    left: -8px;
    content: '';
    background: #283593;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
    z-index: -1;
}

.card-ribbon::after {
    position: absolute;
    content: attr(data-label);
    top: 11px;
    left: -14px;
    padding: 0.5rem;
    width: 10rem;
    background: var(--primary-color);
    color: white;
    text-align: center;
    font-family: 'gen', sans-serif;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

/* -----resi-faq---- */
.resi-faq {
    padding: clamp(1rem, 5vw, 2rem) 0;
    background-color: #F6F3EE;
}

.resi-faq .heading h2 {
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 2rem;
}

.resi-faq .accordion-button {
    border: 1.5px solid #EFBA07;
    border-radius: 12px !important;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    padding: 16px 24px;
    margin-bottom: 1.4rem;
    box-shadow: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.resi-faq .accordion-button:hover:not(.collapsed) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 133, 0.2);
}

.resi-faq .accordion-button:hover {
    border-color: #EFBA07;
}

.resi-faq .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #333;
    border-color: #EFBA07;
    border-bottom: unset;
    box-shadow: unset;
    border-radius: 20px 20px 0 0 !important;
}

.resi-faq .accordion-button:focus {
    box-shadow: none;
    border-color: #d4af85;
}

/* Hide default chevron */
.resi-faq .accordion-button::after {
    display: none;
}

/* SVG Icon Styling */
.resi-faq .accordion-button {
    background-image: none;
}

.resi-faq .icon-svg {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.resi-faq .icon-svg.plus {
    opacity: 1;
    right: 5px;
}

.resi-faq .icon-svg.minus {
    opacity: 0;
    right: 5px;
    transform: translateY(-50%) rotate(90deg);
}

.resi-faq .accordion-button.collapsed .icon-svg.plus {
    opacity: 1;
}

.resi-faq .accordion-button.collapsed .icon-svg.minus {
    opacity: 0;
}

.resi-faq .accordion-button:not(.collapsed) .icon-svg.plus {
    opacity: 0;
}

.resi-faq .accordion-button:not(.collapsed) .icon-svg.minus {
    opacity: 1;
    transform: translateY(-50%);
}

.resi-faq .icon-svg svg {
    width: 100%;
    height: 100%;
}

.resi-faq .accordion-body {
    border: 1.5px solid #EFBA07;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 24px;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
    background-color: #fff;
    margin-bottom: 12px;
    animation: slideDown 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    margin-top: -2rem;
}

.resi-faq .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.resi-faq .accordion-item h4 {
    font-family: 'gen-semi', sans-serif;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.resident-visit {
    background: var(--gold);
    padding: clamp(3rem, 3rem, 3rem) 0;
}

.resident-visit .heading h2 {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.resident-visit form {
    width: 800px;
    text-align: center;

}

.input-group-item {
    flex: 1;
    min-width: 200px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: flex-end;
}



.card-item {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.card-item.hidden {
    display: none;
}

.card-item {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.card-item.hidden {
    display: none;
}

.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 1.2rem;
}

.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 1.2rem;
    width: 100%;
}

.blog-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: -1;
}

.blog-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.615) 100%);
    z-index: -1;
}

.blog-hero .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.blog-feature {
    margin-top: -6.4rem;
    padding: var(--space-m-l) 0;
}

.blog-feature .heading h1 {
    color: var(--primary-color);
    font-family: 'gen', sans-serif;
    margin-top: 6rem;
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;
}

.blog-feature .heading h2 {
    color: var(--primary-color);
    font-family: 'gen', sans-serif;
    font-size: clamp(1.5rem, 3vw + 0.25rem, 1.25rem) !important;
}




.mask {
    visibility: hidden;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background: transparent;

}


.blog-feature .heart-btn {
    border: unset;
    background: var(--gold);
    color: var(--primary-color);
    padding: 0.7rem 1.2rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    top: 5%;
    left: 5%;
    animation: ripple-blog 2s infinite;
}

.blog-feature .heart-btn:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.02);
}

.blog-feature .col-md-7 {
    position: relative;
}

.blog-list {
    padding: clamp(2rem, 2rem, 2rem) 0;
}

.blog-list {
    padding-bottom: 0 !important;
}

@keyframes ripple-blog {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    70% {
        box-shadow: 0 0 0 09px rgba(216, 216, 216, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.blog-list {
    padding: clamp(8rem, 3vw, 3rem) 0;
}

.blog-card {
    background-color: #F6F3EE;
    padding: 1rem;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    margin-bottom: 1.8rem;
}

.blog-card:hover {
    transition: all 0.3s ease;
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    cursor: pointer;
}

.blog-card .date {
    position: absolute !important;
    bottom: 45%;
    left: 10%;
    color: var(--light-color);
    position: relative;
}

.blog-list .heart-btn {
    border: unset;
    background: var(--gold);
    color: var(--primary-color);
    padding: 0.7rem 1rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.7rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    top: 10%;
    left: 8%;
    animation: ripple-blog 2s infinite;
}

.blog-list .heart-btn:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.02);
}

.blog-list .col-md-6 {
    position: relative;
}

.blog-card .heading {
    padding: 1.5rem 1rem;
}


.blog-card .heading h4 {
    font-family: 'gen', sans-serif;
    color: var(--primary-color);
}

.blog-card .heading a {
    color: var(--yellow-stroke);
    font-family: 'gen', sans-serif;
    text-underline-offset: 4px;

}


.blog-list .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-list .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.media-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;

}

.media-hero img {
    padding-bottom: 1rem;
}


.media-banner .heading h2 {
    text-align: center;
    color: var(--primary-color);
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.media-banner .row {
    position: relative;
}

.media-banner .media-btn {
    border: unset;
    background: var(--gold);
    color: var(--primary-color);
    padding: 0.5em 1.6rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    top: 5%;
    left: 5%;
    animation: ripple-blog 2s infinite;
    width: auto;
}

.media-banner .media-btn:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.02);
}

.media-banner p {
    position: absolute;
    bottom: 10%;
    color: var(--light-color);
    width: auto;
    left: 05%;
}


.media-banner .view-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: auto;
    position: absolute;
    bottom: 16%;
    right: 05%;
}

.media-banner .view-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}


.media-banner .date {
    position: absolute !important;
    right: 05%;
    color: var(--light-color);
    width: auto;
    top: 08%;
}


/* ----media filter---------- */
.media-fillter {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.media-fillter .filter-btn {
    border: 1.6px solid var(--yellow);
    background: var(--light-color);
    color: var(--dark-color);
    padding: 0.7rem 3rem;
    border-radius: 30px;
    font-family: 'gen', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.media-fillter .filter-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.media-fillter .filter-btn.dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: 0.155em;
}

.media-fillter.dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    width: 100%;
    margin-top: 1rem !important;
    border-radius: 15px;
}

.media-fillter .dropdown-item {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

.press-fillter .dropdown-item:hover {
    background-color: #f8f9fa;
}

.media-fillter .dropdown-item[data-month="clear"],
.media-fillter .dropdown-item[data-year="clear"] {
    border-top: 1px solid #eee;
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    color: var(--head-color);
    font-weight: 500;
}

.media-fillter .dropdown-item[data-month="clear"]:hover,
.media-fillter .dropdown-item[data-year="clear"]:hover {
    background-color: #fff5f5;
}

.media-fillter #removeFilterBtn {
    background: var(--yellow-angle-three);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.media-fillter #removeFilterBtn:hover {
    background-color: #c82333;
    border-color: #bd2130;
}






.media-fillter .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.media-fillter .card:hover .card-overlay {
    opacity: 1;
}

.media-fillter .btn-read,
.media-fillter .btn-share {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.media-fillter .btn-read:hover,
.media-fillter .btn-share:hover {
    background-color: white;
    color: #333;
}

.media-fillter .btn-share {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.media-fillter .active-filters {
    margin-bottom: 1rem;
}

.media-fillter .badge {
    font-family: 'gen', sans-serif;
    padding: 0.5em 0.75em;
    border-radius: 30px;
    background: var(--gold);
    color: var(--dark-color);
    letter-spacing: 1px;
}

.media-fillter .filter-header .search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.media-fillter .filter-header .search-box img {
    position: relative;
    left: 08%;
}

.media-fillter .filter-header .search-box .form-control {
    padding: 0.8rem 0 0.8rem 3rem;
    border: 1.6px solid var(--yellow) !important;
}

.media-fillter .filter-header .search-box .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px !important;
}

.media-fillter .filter-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 420px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.media-fillter .filter-card {
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    position: relative;
}

.media-fillter .filter-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    position: relative;
}

.media-fillter .filter-card:hover .filter-image {
    transform: scale(1.03);
}

.media-fillter .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(211, 172, 44, 0) 5.41%, #6D5917 100%);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0.5;
}

.media-fillter .info-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
}

.media-fillter .info-icon:hover img {
    -webkit-animation: slide-in-left 0.8s both;
    animation: slide-in-left 0.8s both;
}

/* .press-release .building-card:hover .info-icon {
    background: var(--yellow-angle-three);
    transform: scale(1.1) translateY(-160px);
} */
.media-fillter .text-content {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(30, 30, 30, 0.4)); */
    color: white;
    padding: 1rem 1.5rem;
    transition: bottom 0.4s ease;
}

.media-fillter .text-content p {
    margin-bottom: 0.5rem !important;
}

.media-fillter .text-content h4 {
    margin-bottom: 0.5rem !important;
    font-family: 'gen-semi', sans-serif;
}

.media-fillter .press-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.8rem 1.8rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.media-fillter .press-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.media-fillter .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 3rem 0;
}

.media-fillter .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.media-fillter .search-box button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6%2018L10.3%2011.7C9.8%2012.1%209.225%2012.4167%208.575%2012.65C7.925%2012.8833%207.23333%2013%206.5%2013C4.68333%2013%203.14583%2012.3708%201.8875%2011.1125C0.629167%209.85417%200%208.31667%200%206.5C0%204.68333%200.629167%203.14583%201.8875%201.8875C3.14583%200.629167%204.68333%200%206.5%200C8.31667%200%209.85417%200.629167%2011.1125%201.8875C12.3708%203.14583%2013%204.68333%2013%206.5C13%207.23333%2012.8833%207.925%2012.65%208.575C12.4167%209.225%2012.1%209.8%2011.7%2010.3L18%2016.6L16.6%2018ZM6.5%2011C7.75%2011%208.8125%2010.5625%209.6875%209.6875C10.5625%208.8125%2011%207.75%2011%206.5C11%205.25%2010.5625%204.1875%209.6875%203.3125C8.8125%202.4375%207.75%202%206.5%202C5.25%202%204.1875%202.4375%203.3125%203.3125C2.4375%204.1875%202%205.25%202%206.5C2%207.75%202.4375%208.8125%203.3125%209.6875C4.1875%2010.5625%205.25%2011%206.5%2011Z%22%20fill%3D%22%23191970%22%2F%3E%3C!--%20Code%20injected%20by%20live-server%20--%3E%3Cscript%3E%2F%2F%20%3C!%5BCDATA%5B%20%20%3C--%20For%20SVG%20supportif%20('WebSocket'%20in%20window)%20%7B(function%20()%20%7Bfunction%20refreshCSS()%20%7Bvar%20sheets%20%3D%20%5B%5D.slice.call(document.getElementsByTagName(%22link%22))%3Bvar%20head%20%3D%20document.getElementsByTagName(%22head%22)%5B0%5D%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20sheets.length%3B%20%2B%2Bi)%20%7Bvar%20elem%20%3D%20sheets%5Bi%5D%3Bvar%20parent%20%3D%20elem.parentElement%20%7C%7C%20head%3Bparent.removeChild(elem)%3Bvar%20rel%20%3D%20elem.rel%3Bif%20(elem.href%20%26%26%20typeof%20rel%20!%3D%20%22string%22%20%7C%7C%20rel.length%20%3D%3D%200%20%7C%7C%20rel.toLowerCase()%20%3D%3D%20%22stylesheet%22)%20%7Bvar%20url%20%3D%20elem.href.replace(%2F(%26%7C%5C%3F)_cacheOverride%3D%5Cd%2B%2F%2C%20'')%3Belem.href%20%3D%20url%20%2B%20(url.indexOf('%3F')%20%3E%3D%200%20%3F%20'%26'%20%3A%20'%3F')%20%2B%20'_cacheOverride%3D'%20%2B%20(new%20Date().valueOf())%3B%7Dparent.appendChild(elem)%3B%7D%7Dvar%20protocol%20%3D%20window.location.protocol%20%3D%3D%3D%20'http%3A'%20%3F%20'ws%3A%2F%2F'%20%3A%20'wss%3A%2F%2F'%3Bvar%20address%20%3D%20protocol%20%2B%20window.location.host%20%2B%20window.location.pathname%20%2B%20'%2Fws'%3Bvar%20socket%20%3D%20new%20WebSocket(address)%3Bsocket.onmessage%20%3D%20function%20(msg)%20%7Bif%20(msg.data%20%3D%3D%20'reload')%20window.location.reload()%3Belse%20if%20(msg.data%20%3D%3D%20'refreshcss')%20refreshCSS()%3B%7D%3Bif%20(sessionStorage%20%26%26%20!sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer'))%20%7Bconsole.log('Live%20reload%20enabled.')%3BsessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer'%2C%20true)%3B%7D%7D)()%3B%7Delse%20%7Bconsole.error('Upgrade%20your%20browser.%20This%20Browser%20is%20NOT%20supported%20WebSocket%20for%20Live-Reloading.')%3B%7D%2F%2F%20%5D%5D%3E%3C%2Fscript%3E%3C%2Fsvg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    left: 8px;
}


.media-get-touch {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: clamp(3rem, 3vw, 2rem) 0;
}

.media-get-touch h1 {
    color: var(--light-color);
}

.media-get-touch p {
    color: var(--light-color);
}


.blog-feature .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-feature .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.purble-gradient {
    background: var(--purple) !important;
}


.mobSwiper .project-author {
    text-align: center;
}

.hover-container-mob {
    display: block !important;

}



.hover-container-mob .column-11 {
    display: block !important;
}

.hover-container-mob .column-22 {
    display: block !important;
}

.hover-container-mob .column-33 {
    display: block !important;
}


.column-mob {
    height: 50vh;
}

.hover-container-mob .overlay-content {
    position: absolute;
    z-index: 2;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 2rem;
}

.leadership-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
    /* Pin effect optimizations */
    will-change: transform !important;
    transform: translateZ(0) !important;
}

.leadership-msg-txt .heading p {
    color: var(--yellow);
    margin-bottom: 0 !important;
}

.leadership-msg-txt {
    background-color: var(--primary-color);
    padding: 4rem 4rem !important;
}

.leadership-msg-txt .heading h4 {
    color: var(--yellow);
    font-family: 'gen-semi', sans-serif;
    padding-bottom: 1rem;
}

.leadership-msg-txt h5 {
    color: var(--light-color);
    font-family: 'gen', sans-serif;
    font-weight: 300 !important;
}

.leadership-msg-txt p {
    color: var(--light-color);
}

.leadership-card {
    position: relative;
    padding: 0.7rem;
    border: 1.6px solid var(--yellow);
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.leadership-card a {
    text-decoration: none;
}

.leadership-card:hover {
    transform: translateY(-3px);
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.leadership-directors {
    padding: clamp(5rem, 3vw, 2rem) 0;
    padding-bottom: 1rem !important;
}

.leadership-directors .heading h2 {
    color: var(--primary-color);

}

.leadership-directors .heading p {
    padding-bottom: 1rem;
}

.leadership-card-details {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 05%;
    right: 0;
    left: 0;
    margin: 0 1.2rem;
}

.leadership-card-details h5 {
    text-align: center;
    background-color: #FFE998;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 80%;
    padding: 0.7rem 0;
    font-family: 'gen-semi', sans-serif;
    font-size: 1.1rem !important;
}

.leadership-card-details p {
    text-align: center;
    margin-bottom: 0 !important;
    padding: 0.6rem;
    font-size: 0.875rem !important;
}

.leadership-card-details .linkedIN-icon {
    bottom: 23px !important;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
    left: 86%;
    position: absolute;
    cursor: pointer;
}

.leadership-card-details .linkedIN-icon:hover {
    transform: scale(1.06);
    border: 1px solid var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.442) 0px 1px 4px;
}

.leadership-card-details .linkedIN-icon img {
    width: 22px;
}

.leadership-card-details .linkedIN-icon:hover img {
    -webkit-animation: slide-in-left 0.8s both;
    animation: slide-in-left 0.8s both;
}

a .leadership-card {
    color: var(--dark-color) !important;
}

.leadership-card a:visited {
    color: var(--dark-color) !important;
}

.leadership-card a:focus {
    color: var(--dark-color) !important;
}

.leadership-directors:hover a {
    color: var(--dark-color) !important;
}

.leader-details {
    padding: clamp(8rem, 3vw, 2rem) 0;
    padding-bottom: 0rem !important;
}

.leadership-directors a {
    color: #000 !important;
}

.leader-details .heading h2 {
    color: var(--primary-color);
    padding-bottom: 1rem;
    text-align: center;
    padding-bottom: 3rem;
}


.leadership-card .view-btn {
    display: none;
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.leadership-card .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* ----------career page------  */

.career-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.career-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.615) 100%);
    z-index: -1;
}

.career-buid {
    padding: clamp(5rem, 3vw, 2rem) 0;
    background-color: var(--primary-color);
}

.career-buid .heading {
    text-align: center;
}

.career-buid .heading h2 {
    color: var(--yellow);
}

.career-buid .heading p {
    color: var(--light-color);
}

.career-withus {
    padding: clamp(5rem, 3vw, 2rem) 0;
    background-color: var(--light-gold);
}

.career-withus .heading {
    padding-bottom: 1rem;
}

.career-withus .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.career-withus .heading p {
    text-align: center;

}


.career-withus .swiper {
    width: 100%;
    padding: 20px 0 120px 0;
    overflow: hidden;
    /* Allow scaled slides to overflow */
}

.career-withus .swiper-slide {
    transition: all 0.4s ease;

}

.career-withus .swiper-slide-active {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
}

/* Swiper navigation arrows */
.career-withus .swiper-button-next,
.career-withus .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    right: -40px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 10;
    top: 50%;
}

.career-withus .swiper-button-next:after,
.career-withus .swiper-button-prev:after {
    display: none;
}

.career-withus .swiper-button-next:hover,
.career-withus .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.career-withus .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.careerone-nav {
    position: absolute;
    right: 48%;
    bottom: 30px;

}

.careerwith-card {
    padding: 0.8rem;
    border: 1.6px solid var(--yellow);
    border-radius: 10px;
}

.careerwith-card p {
    text-align: center;
    margin-bottom: 0 !important;
    padding-bottom: 1rem;
}

.careerwith-card img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.career-corevalues {
    padding: clamp(5rem, 3vw, 2rem) 0;
    background-color: var(--light-color);
}

.career-corevalues .heading h2 {
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 3rem;
}


.career-core-box {
    text-align: center;
    margin-bottom: 2rem;
    background-color: var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 3rem 0;
}

.career-core-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.career-core-box .icon img {
    background: var(--gold);
    padding: 2rem 2.2rem;
    border-radius: 50%;
    margin: 0.3rem;
    object-fit: contain;
    overflow: visible;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    will-change: transform;
    overflow: visible;
}

.career-core-box:hover .icon img {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: var(--yellow-angle-three);
    transition: all 0.3s ease;
    cursor: pointer;
}

.career-core-box h4 {
    color: var(--yellow);
    padding: 0rem 0 1rem;

}

.career-core-box p {
    color: var(--light-color);
}

.career-people-stories {
    padding: clamp(5rem, 3vw, 2rem) 0;
    background-color: #DEC67D;
}

.career-people-stories .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.career-people-stories .heading p {
    text-align: center;
    padding-bottom: 3rem;
}



.career-people-stories .swiper-slide {
    padding: 0 3rem;
}

/* Swiper navigation arrows */

.career-people-stories .swiper-button-next,
.career-people-stories .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 10;
    top: 50%;
}

.career-people-stories .swiper-button-next:after,
.career-people-stories .swiper-button-prev:after {
    display: none;
}

.career-people-stories .swiper-button-next:hover,
.career-people-stories .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.career-people-stories .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.people-card {
    position: relative;
}

.people-card-content {
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 2rem 1rem;
    left: 0;
    right: 0;
}

.people-card-content h4 {
    color: var(--primary-color);
    font-size: 1.4rem !important;
    margin-bottom: 0.5rem;
    font-family: 'gen-semi', sans-serif;
    background-color: #FFE998;
    padding: 0.5rem 0.8rem;
}

.people-card-content p {
    margin-bottom: 0 !important;
}

.people-card-content p:first-of-type {
    font-size: 1rem !important;
}

.career-culture {
    padding: clamp(5rem, 3vw, 2rem) 0;
}

.career-culture .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.career-culture .heading p {
    text-align: center;
    padding-bottom: 3rem;
}

.career-culture .card {
    position: relative;
    margin-bottom: 1.5rem;
}

.career-culture .card .card-body {
    position: absolute;
    bottom: 05%;
    left: 03%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.career-culture .card .card-body p {
    color: var(--light-color);
    margin-bottom: 0 !important;
}


.career-culture .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.career-culture .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.career-opening {
    padding: clamp(5rem, 3vw, 2rem) 0;
    background-color: var(--primary-color);
}

.career-opening .heading h2 {
    text-align: center;
    color: var(--yellow);
}

.career-opening .heading p {
    text-align: center;
    padding-bottom: 1rem;
    color: var(--light-color);
}


.career-opening .view-details-btn {
    text-transform: uppercase;
    font-family: 'gen-semi', sans-serif;
    padding: 0.8rem 3rem;
    color: var(--primary-color);
    text-decoration: unset;
    border-radius: 30px;
    border: unset;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: var(--gold);
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.career-opening .view-details-btn:hover {
    color: var(--dark-color);
    transform: translateY(-2px);
}

/* -------Career-sucees-party--------- */
.career-success-party {
    padding: clamp(8rem, 3vw, 2rem) 0;
    background-color: var(--light-color);
    padding-bottom: 0 !important;
}

.career-success-party .heading h2 {
    text-align: center;
    color: var(--yellow);
}

.career-success-party .heading p {
    text-align: center;
    color: var(--dark-color);
}


.success-fillter {
    padding: 3rem 0;
}

.success-fillter .filter-btn {
    border: 1.6px solid var(--yellow);
    background: var(--light-color);
    color: var(--dark-color);
    padding: 0.7rem 3rem;
    border-radius: 30px;
    font-family: 'gen', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.success-fillter .filter-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.success-fillter .filter-btn.dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: 0.155em;
}

.success-fillter.dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    width: 100%;
    margin-top: 1rem !important;
    border-radius: 15px;
}

.success-fillter .dropdown-item {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

.success-fillter .dropdown-item:hover {
    background-color: #f8f9fa;
}

.success-fillter .dropdown-item[data-month="clear"],
.success-fillter .dropdown-item[data-year="clear"] {
    border-top: 1px solid #eee;
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    color: var(--head-color);
    font-weight: 500;
}

.success-fillter .dropdown-item[data-month="clear"]:hover,
.success-fillter .dropdown-item[data-year="clear"]:hover {
    background-color: #fff5f5;
}

.success-fillter #removeFilterBtn {
    background: var(--yellow-angle-three);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.success-fillter #removeFilterBtn:hover {
    background-color: #c82333;
    border-color: #bd2130;
}










.success-fillter .active-filters {
    margin-bottom: 1rem;
}

.success-fillter .badge {
    font-family: 'gen', sans-serif;
    padding: 0.5em 0.75em;
    border-radius: 30px;
    background: var(--gold);
    color: var(--dark-color);
    letter-spacing: 1px;
}

.success-fillter .filter-header .search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.success-fillter .filter-header .search-box img {
    position: relative;
    left: 08%;
}

.success-fillter .filter-header .search-box .form-control {
    padding: 0.8rem 0 0.8rem 3rem;
    border: 1.6px solid var(--yellow) !important;
}

.success-fillter .filter-header .search-box .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px !important;
}

.success-fillter .filter-card {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.success-fillter .filter-card {
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    position: relative;
}

.success-fillter .filter-image-success {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    position: relative;
}

.success-fillter .filter-card:hover .filter-image-success {
    transform: scale(1.03);
}

.success-fillter .search-box button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6%2018L10.3%2011.7C9.8%2012.1%209.225%2012.4167%208.575%2012.65C7.925%2012.8833%207.23333%2013%206.5%2013C4.68333%2013%203.14583%2012.3708%201.8875%2011.1125C0.629167%209.85417%200%208.31667%200%206.5C0%204.68333%200.629167%203.14583%201.8875%201.8875C3.14583%200.629167%204.68333%200%206.5%200C8.31667%200%209.85417%200.629167%2011.1125%201.8875C12.3708%203.14583%2013%204.68333%2013%206.5C13%207.23333%2012.8833%207.925%2012.65%208.575C12.4167%209.225%2012.1%209.8%2011.7%2010.3L18%2016.6L16.6%2018ZM6.5%2011C7.75%2011%208.8125%2010.5625%209.6875%209.6875C10.5625%208.8125%2011%207.75%2011%206.5C11%205.25%2010.5625%204.1875%209.6875%203.3125C8.8125%202.4375%207.75%202%206.5%202C5.25%202%204.1875%202.4375%203.3125%203.3125C2.4375%204.1875%202%205.25%202%206.5C2%207.75%202.4375%208.8125%203.3125%209.6875C4.1875%2010.5625%205.25%2011%206.5%2011Z%22%20fill%3D%22%23191970%22%2F%3E%3C!--%20Code%20injected%20by%20live-server%20--%3E%3Cscript%3E%2F%2F%20%3C!%5BCDATA%5B%20%20%3C--%20For%20SVG%20supportif%20('WebSocket'%20in%20window)%20%7B(function%20()%20%7Bfunction%20refreshCSS()%20%7Bvar%20sheets%20%3D%20%5B%5D.slice.call(document.getElementsByTagName(%22link%22))%3Bvar%20head%20%3D%20document.getElementsByTagName(%22head%22)%5B0%5D%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20sheets.length%3B%20%2B%2Bi)%20%7Bvar%20elem%20%3D%20sheets%5Bi%5D%3Bvar%20parent%20%3D%20elem.parentElement%20%7C%7C%20head%3Bparent.removeChild(elem)%3Bvar%20rel%20%3D%20elem.rel%3Bif%20(elem.href%20%26%26%20typeof%20rel%20!%3D%20%22string%22%20%7C%7C%20rel.length%20%3D%3D%200%20%7C%7C%20rel.toLowerCase()%20%3D%3D%20%22stylesheet%22)%20%7Bvar%20url%20%3D%20elem.href.replace(%2F(%26%7C%5C%3F)_cacheOverride%3D%5Cd%2B%2F%2C%20'')%3Belem.href%20%3D%20url%20%2B%20(url.indexOf('%3F')%20%3E%3D%200%20%3F%20'%26'%20%3A%20'%3F')%20%2B%20'_cacheOverride%3D'%20%2B%20(new%20Date().valueOf())%3B%7Dparent.appendChild(elem)%3B%7D%7Dvar%20protocol%20%3D%20window.location.protocol%20%3D%3D%3D%20'http%3A'%20%3F%20'ws%3A%2F%2F'%20%3A%20'wss%3A%2F%2F'%3Bvar%20address%20%3D%20protocol%20%2B%20window.location.host%20%2B%20window.location.pathname%20%2B%20'%2Fws'%3Bvar%20socket%20%3D%20new%20WebSocket(address)%3Bsocket.onmessage%20%3D%20function%20(msg)%20%7Bif%20(msg.data%20%3D%3D%20'reload')%20window.location.reload()%3Belse%20if%20(msg.data%20%3D%3D%20'refreshcss')%20refreshCSS()%3B%7D%3Bif%20(sessionStorage%20%26%26%20!sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer'))%20%7Bconsole.log('Live%20reload%20enabled.')%3BsessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer'%2C%20true)%3B%7D%7D)()%3B%7Delse%20%7Bconsole.error('Upgrade%20your%20browser.%20This%20Browser%20is%20NOT%20supported%20WebSocket%20for%20Live-Reloading.')%3B%7D%2F%2F%20%5D%5D%3E%3C%2Fscript%3E%3C%2Fsvg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    left: 8px;
}


/* ---------club-house-------- */
.clubhouse-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.clubhouse-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.615) 100%);
    z-index: -1;
}

.clubhouse-about {
    padding: clamp(5rem, 3.1683vw + 0.3663rem, 5rem) 0;
    background-color: var(--light-gold);
}

.clubhouse-hero h1 {
    position: absolute;
    text-align: center;
    bottom: 01%;
    right: 0;
    color: var(--head-color);
    width: 100%;
    padding: 1rem;
    cursor: pointer;
}

.clubhouse-about h3 {

    color: var(--primary-color);
    font-family: 'gen', sans-serif;
}

.clubhouse-about p:nth-last-child(1) {
    margin-bottom: 0 !important;
}

.clubhouse-about img {
    padding: 0.8rem;
    border: 1px solid var(--head-color);
    overflow: visible;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.clubhouse-about .slideimg {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.clubhouse-amenities {
    padding: clamp(1rem, 3.1683vw + 0.3663rem, 3rem) 0;
    background-color: var(--primary-color);
}

.clubhouse-amenities .heading h2 {
    color: var(--head-color);
    text-align: center;
}

.clubhouse-amenities .heading p {
    color: var(--light-color);
    text-align: center;
    padding-bottom: 1rem;
}

.clubhouse-amenities .amni-img {
    background: var(--gold);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    object-fit: contain;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

}

.clubhouse-amenities .amni-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(245, 221, 0, 0.592);
    background: var(--yellow-angle-three);
    transition: all 0.3s ease;
    cursor: pointer;
}



.clubhouse-amenities .amni-img img {
    width: 80px !important;
}

.grid-five {
    display: grid;
    gap: 20px;
    /* Space between grid items *
            /* Default: 2 columns for small screens and below (mobile-first) */
    grid-template-columns: repeat(5, 1fr);
    /* 2 equal columns */
}

.grid-five-item {
    margin: 0 0.3rem;
    place-self: center;
}

.clubhouse-amenities .grid-five-item p {
    color: var(--light-color);
    text-align: center;
    margin-bottom: 0 !important;
    padding-top: 1rem;
}

.empty-section {
    padding: clamp(1rem, 1.9010vw + 0.6198rem, 2.2rem) 0;
}

.clubhouse-gallery {
    padding: clamp(1rem, 3.1683vw + 0.3663rem, 3rem) 0;
}

.clubhouse-gallery .heading h2 {
    text-align: center;
    color: var(--primary-color);
}



.clubhouse-gallery .swiper {
    width: 100%;
    padding: 20px 0 120px 0;
    overflow: hidden;
    /* Allow scaled slides to overflow */
}

.clubhouse-gallery .swiper-slide {
    transition: all 0.4s ease;
    background: var(--gold);

}

.clubhouse-gallery .swiper-slide-active {
    background: transparent !important;

}

/* Swiper navigation arrows */
.clubhouse-gallery .swiper-button-next,
.clubhouse-gallery .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    right: -40px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 10;
    top: 50%;
}

.clubhouse-gallery .swiper-button-next:after,
.clubhouse-gallery .swiper-button-prev:after {
    display: none;
}

.clubhouse-gallery .swiper-button-next:hover,
.clubhouse-gallery .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.clubhouse-gallery .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.clubhouse-nav {
    position: relative;
    right: 7%;
    bottom: -17%;

}

.clubhouse-gallery .gallery-card {
    width: 45rem;

    background-color: transparent !important;
    border: 1px solid var(--head-color);
    overflow: hidden;
    object-fit: contain;
    padding: 0.7rem;
}

.clubhouse-gallery .gallery-card .swiper-slide-active {
    background-color: transparent !important;
}

.clubhouse-theater {
    padding: 20rem 0;
    background-color: var(--light-gold);
    position: relative;
    z-index: -1;
    margin-top: -27rem;
    padding-bottom: 25rem !important;
}

.clubhouse-theater .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.clubhouse-theater .heading p {
    text-align: center;
}

.clubhouse-promise {
    margin: -20rem;
    margin-bottom: 05rem;

}

.clubhouse-promise .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.clubhouse-promise .heading p {
    text-align: center;
    padding-bottom: 2rem;
}

.clubhouse-promise .card {
    background: var(--gold);
    border-radius: 20px;
    padding: 2rem 1rem;
    border: unset;

}

.clubhouse-promise .card h3 {
    text-align: center;
    color: var(--primary-color);
}

.clubhouse-promise .card p {
    text-align: center;
}

.clubhouse-promise .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(245, 221, 0, 0.249);
    background: var(--yellow-angle-three);
    transition: all 0.3s ease;
    cursor: pointer;
}

.club-text {
    /* display: none; */
    width: 85%;
}

.club-text1 {
    display: none;
    width: 85%;
}

.club-text2 {
    display: none;
    width: 85%;
}

.club-text3 {
    display: none;
    width: 85%;
}

.clubhouse-apart .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.clubhouse-apart .heading p {
    text-align: center;
    padding-bottom: 1rem;
}

.clubhouse-apart .card {
    position: relative;
    border: 0;
    background-color: #D9D9D9;
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 0.7rem;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.clubhouse-apart .card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.clubhouse-apart .card h5 {
    font-family: 'gen', sans-serif;
    color: var(--primary-color);
}

.clubhouse-apart .card p {
    margin-bottom: 0 !important;
}

.club-toggle-btn {
    background: var(--gold);
    border: none;
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    cursor: pointer;
    width: fit-content;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;

    right: 15px;
    top: 25%;
}

.club-toggle-btn:hover {
    background: var(--yellow-angle-three);
    border: none;
    border: 2px solid var(--yellow-stroke);
}

.club-toggle-btn:focus {
    outline: none !important;
}


.clubhouse-tiers {
    padding: clamp(5rem, 5.5vw, 10rem) 0;
    padding-bottom: 3rem;
}

.clubhouse-tiers .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.clubhouse-tiers .heading p {
    text-align: center;
    padding-bottom: 1rem;
}

.clubhouse-tier-box {
    text-align: center;
    margin-bottom: 2rem;
    background-color: var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 4rem 2rem;
    transition: all 0.3s ease;
}

.clubhouse-tier-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.clubhouse-tier-box .icon img {

    margin: 0.3rem;
    object-fit: contain;
    overflow: visible;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    will-change: transform;
    overflow: visible;
}

.clubhouse-tier-box:hover .icon img {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 50%;
}

.clubhouse-tier-box:hover {
    background: linear-gradient(147deg, #191970, #3232b6);
    background-size: 400% 400%;
    -webkit-animation: gradientAni 4s ease infinite;
    -moz-animation: gradientAni 4s ease infinite;
    -o-animation: gradientAni 4s ease infinite;
    animation: gradientAni 4s ease infinite;
    transform: translateY(-5px);
    cursor: pointer;
}

.clubhouse-tier-box h3 {
    color: var(--yellow);
    padding: 0rem 0 1rem;

}

.clubhouse-tier-box p {
    color: var(--light-color);
}


@-webkit-keyframes gradientAni {
    0% {
        background-position: 18% 0%
    }

    50% {
        background-position: 83% 100%
    }

    100% {
        background-position: 18% 0%
    }
}

@-moz-keyframes gradientAni {
    0% {
        background-position: 18% 0%
    }

    50% {
        background-position: 83% 100%
    }

    100% {
        background-position: 18% 0%
    }
}

@-o-keyframes gradientAni {
    0% {
        background-position: 18% 0%
    }

    50% {
        background-position: 83% 100%
    }

    100% {
        background-position: 18% 0%
    }
}

@keyframes gradientAni {
    0% {
        background-position: 18% 0%
    }

    50% {
        background-position: 83% 100%
    }

    100% {
        background-position: 18% 0%
    }
}

.clubhouse-faq {
    padding: clamp(3rem, 5.5vw, 3rem) 0;

}

.clubhouse-faq .heading h2 {
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 1rem;
}

.clubhouse-faq .accordion-button {
    border: 1.5px solid #EFBA07;
    border-radius: 12px !important;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    padding: 16px 24px;
    margin-bottom: 1.4rem;
    box-shadow: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.clubhouse-faq .accordion-button:hover:not(.collapsed) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 133, 0.2);
}

.clubhouse-faq .accordion-button:hover {
    border-color: #EFBA07;
}

.clubhouse-faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #333;
    border-color: #EFBA07;
    border-bottom: unset;
    box-shadow: unset;
    border-radius: 20px 20px 0 0 !important;
}

.clubhouse-faq .accordion-button:focus {
    box-shadow: none;
    border-color: #d4af85;
}

/* Hide default chevron */
.clubhouse-faq .accordion-button::after {
    display: none;
}

/* SVG Icon Styling */
.clubhouse-faq .accordion-button {
    background-image: none;
}

.clubhouse-faq .icon-svg {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.clubhouse-faq .icon-svg.plus {
    opacity: 1;
    right: 5px;
}

.clubhouse-faq .icon-svg.minus {
    opacity: 0;
    right: 5px;
    transform: translateY(-50%) rotate(90deg);
}

.clubhouse-faq .accordion-button.collapsed .icon-svg.plus {
    opacity: 1;
}

.clubhouse-faq .accordion-button.collapsed .icon-svg.minus {
    opacity: 0;
}

.clubhouse-faq .accordion-button:not(.collapsed) .icon-svg.plus {
    opacity: 0;
}

.clubhouse-faq .accordion-button:not(.collapsed) .icon-svg.minus {
    opacity: 1;
    transform: translateY(-50%);
}

.clubhouse-faq .icon-svg svg {
    width: 100%;
    height: 100%;
}

.clubhouse-faq .accordion-body {
    border: 1.5px solid #EFBA07;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 24px;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 12px;
    animation: slideDown 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    margin-top: -2rem;
}

.clubhouse-faq .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    background-color: #F6F6F6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.clubhouse-faq .accordion-item h4 {
    font-family: 'gen-semi', sans-serif;
}

.digital-hero {
    background: #F6F3EE;

    padding-bottom: 12rem;

}

.digital-hero img {
    padding-bottom: 1rem;
}

.digital-hero .heading h2 {
    text-align: center;
    color: var(--primary-color);
}




.digital-banner {
    margin-top: -8rem;
}

.digital-banner .row {
    position: relative;
}

.digital-banner .digital-btn {
    border: unset;
    background: var(--gold);
    color: var(--primary-color);
    padding: 0.5em 1.6rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    top: 5%;
    left: 5%;
    animation: ripple-blog 2s infinite;
    width: auto;
}

.digital-banner .digital-btn:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.02);
}

.digital-banner p {
    position: absolute;
    bottom: 10%;
    color: var(--light-color);
    width: auto;
    left: 05%;
}


.digital-banner .view-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: auto;
    position: absolute;
    bottom: 16%;
    right: 05%;
}

.digital-banner .view-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}


.digital-banner .date {
    position: absolute !important;
    right: 05%;
    color: var(--light-color);
    width: auto;
    top: 08%;
}


/* ------digital-filter------- */
.digital-fillter {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.digital-fillter .filter-btn {
    border: 1.6px solid var(--yellow);
    background: var(--light-color);
    color: var(--dark-color);
    padding: 0.7rem 3rem;
    border-radius: 30px;
    font-family: 'gen', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.digital-fillter .filter-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.digital-fillter .filter-btn.dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: 0.155em;
}

.digital-fillter.dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    width: 100%;
    margin-top: 1rem !important;
    border-radius: 15px;
}

.digital-fillter .dropdown-item {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

.digital-fillter .dropdown-item:hover {
    background-color: #f8f9fa;
}

.digital-fillter .dropdown-item[data-month="clear"],
.digital-fillter .dropdown-item[data-year="clear"] {
    border-top: 1px solid #eee;
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    color: var(--head-color);
    font-weight: 500;
}

.digital-fillter .dropdown-item[data-month="clear"]:hover,
.digital-fillter .dropdown-item[data-year="clear"]:hover {
    background-color: #fff5f5;
}

.digital-fillter #removeFilterBtn {
    background: var(--yellow-angle-three);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.digital-fillter #removeFilterBtn:hover {
    background-color: #c82333;
    border-color: #bd2130;
}






.digital-fillter .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.digital-fillter .card:hover .card-overlay {
    opacity: 1;
}

.digital-fillter .active-filters {
    margin-bottom: 1rem;
}

.digital-fillter .badge {
    font-family: 'gen', sans-serif;
    padding: 0.5em 0.75em;
    border-radius: 30px;
    background: var(--gold);
    color: var(--dark-color);
    letter-spacing: 1px;
}

.digital-fillter .filter-header .search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.digital-fillter .filter-header .search-box img {
    position: relative;
    left: 08%;
}

.digital-fillter .filter-header .search-box .form-control {
    padding: 0.8rem 0 0.8rem 3rem;
    border: 1.6px solid var(--yellow) !important;
}

.digital-fillter .filter-header .search-box .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px !important;
}


.digital-fillter .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 1rem 0;
}

.digital-fillter .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.digital-fillter .search-box button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6%2018L10.3%2011.7C9.8%2012.1%209.225%2012.4167%208.575%2012.65C7.925%2012.8833%207.23333%2013%206.5%2013C4.68333%2013%203.14583%2012.3708%201.8875%2011.1125C0.629167%209.85417%200%208.31667%200%206.5C0%204.68333%200.629167%203.14583%201.8875%201.8875C3.14583%200.629167%204.68333%200%206.5%200C8.31667%200%209.85417%200.629167%2011.1125%201.8875C12.3708%203.14583%2013%204.68333%2013%206.5C13%207.23333%2012.8833%207.925%2012.65%208.575C12.4167%209.225%2012.1%209.8%2011.7%2010.3L18%2016.6L16.6%2018ZM6.5%2011C7.75%2011%208.8125%2010.5625%209.6875%209.6875C10.5625%208.8125%2011%207.75%2011%206.5C11%205.25%2010.5625%204.1875%209.6875%203.3125C8.8125%202.4375%207.75%202%206.5%202C5.25%202%204.1875%202.4375%203.3125%203.3125C2.4375%204.1875%202%205.25%202%206.5C2%207.75%202.4375%208.8125%203.3125%209.6875C4.1875%2010.5625%205.25%2011%206.5%2011Z%22%20fill%3D%22%23191970%22%2F%3E%3C!--%20Code%20injected%20by%20live-server%20--%3E%3Cscript%3E%2F%2F%20%3C!%5BCDATA%5B%20%20%3C--%20For%20SVG%20supportif%20('WebSocket'%20in%20window)%20%7B(function%20()%20%7Bfunction%20refreshCSS()%20%7Bvar%20sheets%20%3D%20%5B%5D.slice.call(document.getElementsByTagName(%22link%22))%3Bvar%20head%20%3D%20document.getElementsByTagName(%22head%22)%5B0%5D%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20sheets.length%3B%20%2B%2Bi)%20%7Bvar%20elem%20%3D%20sheets%5Bi%5D%3Bvar%20parent%20%3D%20elem.parentElement%20%7C%7C%20head%3Bparent.removeChild(elem)%3Bvar%20rel%20%3D%20elem.rel%3Bif%20(elem.href%20%26%26%20typeof%20rel%20!%3D%20%22string%22%20%7C%7C%20rel.length%20%3D%3D%200%20%7C%7C%20rel.toLowerCase()%20%3D%3D%20%22stylesheet%22)%20%7Bvar%20url%20%3D%20elem.href.replace(%2F(%26%7C%5C%3F)_cacheOverride%3D%5Cd%2B%2F%2C%20'')%3Belem.href%20%3D%20url%20%2B%20(url.indexOf('%3F')%20%3E%3D%200%20%3F%20'%26'%20%3A%20'%3F')%20%2B%20'_cacheOverride%3D'%20%2B%20(new%20Date().valueOf())%3B%7Dparent.appendChild(elem)%3B%7D%7Dvar%20protocol%20%3D%20window.location.protocol%20%3D%3D%3D%20'http%3A'%20%3F%20'ws%3A%2F%2F'%20%3A%20'wss%3A%2F%2F'%3Bvar%20address%20%3D%20protocol%20%2B%20window.location.host%20%2B%20window.location.pathname%20%2B%20'%2Fws'%3Bvar%20socket%20%3D%20new%20WebSocket(address)%3Bsocket.onmessage%20%3D%20function%20(msg)%20%7Bif%20(msg.data%20%3D%3D%20'reload')%20window.location.reload()%3Belse%20if%20(msg.data%20%3D%3D%20'refreshcss')%20refreshCSS()%3B%7D%3Bif%20(sessionStorage%20%26%26%20!sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer'))%20%7Bconsole.log('Live%20reload%20enabled.')%3BsessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer'%2C%20true)%3B%7D%7D)()%3B%7Delse%20%7Bconsole.error('Upgrade%20your%20browser.%20This%20Browser%20is%20NOT%20supported%20WebSocket%20for%20Live-Reloading.')%3B%7D%2F%2F%20%5D%5D%3E%3C%2Fscript%3E%3C%2Fsvg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    left: 8px;
}



.digital-banner .digital-btn {
    border: unset;
    background: var(--gold);
    color: var(--primary-color);
    padding: 0.5em 1.6rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    top: 5%;
    left: 5%;
    animation: ripple-blog 2s infinite;
    width: auto;
}

.digital-banner .digital-btn:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.02);
}

.digital-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.digital-card:hover {
    transform: translateY(-8px);
    padding: 0.11rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.digital-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    z-index: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* Play Button with Ripple Animation */
.digital-card .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: visible;
}

/* Ripple effect animation */
.digital-card .play-button::before,
.digital-card .play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 2s infinite;
    pointer-events: none;
}

.digital-card .play-button::after {
    animation-delay: 1s;
}



.testimonial .image-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.testimonial .image-card:hover {
    transform: translateY(-8px);
    padding: 1rem;
    background: var(--gold);
}

.digital-card .date {
    position: absolute;
    bottom: 05%;
    color: var(--light-color);
    width: auto;
    left: 05%;
}

.land-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: -1;
    height: 100vh;
}


.land-enquery-form {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: var(--space-xl-2xl) 0;

}

.land-form {
    background-color: var(--light-color);
    border-radius: 25px;
    padding: var(--space-m-l);
}

.land-form .heading h2 {
    text-align: center;
    padding-bottom: 1rem;
    color: var(--primary-color);
}

.land-form h1 {
    text-align: center;
    color: #2c3e7f;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.land-form .form-group {
    margin-bottom: 25px;
}

.land-form .form-label {
    color: var(--dark-color);
    font-size: 0.8;
    margin-bottom: 7px;
    display: block;
}

.land-form .form-control,
.land-form .form-select {
    background-color: #F3F0EB;
    border: none;
    border-radius: 25px;
    padding: 12px 15px;
    font-size: 0.95rem;
    color: #666;
    transition: all 0.3s ease;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-bottom: 0 !important;
}

.land-form .form-control:focus,
.land-form .form-select:focus {
    background-color: #fff;
    border: 1px solid #c9b8a0;
    box-shadow: 0 0 0 0.2rem rgba(201, 184, 160, 0.25);
    color: #333;
}

.land-form .form-control::placeholder {
    color: #a89a8a;
}

.land-form .input-group {
    position: relative;
}

.land-form .input-addon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 0.9rem;
    pointer-events: none;
}

.land-form .input-group .form-control {
    padding-right: 60px;
}

.land-form .row-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 var(--space-m-l);
}

.land-form .checkbox-group {
    display: flex;
    align-items: center;

    margin-bottom: 30px;
    left: 45px;
    position: relative;
}

.land-form .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    cursor: pointer;
    border-color: #d4c5a9;
    background-color: #f3ede4;
}

.land-form .form-check-input:checked {
    background-color: var(--yellow);
    border-color: #c9b8a0;
}

.land-form .form-check-label {
    color: #2c3e7f;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
}

.land-form .form-select option {
    background-color: #fff;
    color: #333;
    padding: 10px;
    margin-top: 2rem;
}

.land-form .form-select option:checked {
    background-color: var(--head-color);
    color: white;
}

.land-form .form-select option:hover {
    background-color: #f3ede4;
    color: var(--head-color);
}


.land-form .btn-submit {
    background: transparent;
    border: 1px solid var(--yellow-stroke);
    border-radius: 30px;
    padding: 0.6rem 1.6rem;
    color: var(--primary-color);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-family: 'gen-semi', sans-serif;
    transition: all 0.3s ease;
}

.land-form .btn-submit:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 143, 0, 0.4);
    color: var(--primary-color);
}


/* -------payment------------ */
.payment-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
    height: 100vh;
}

.payment-easy {
    padding: var(--space-xl-2xl) 1rem;
    background-color: var(--primary-color);
}

.payment-easy .heading h2 {
    color: var(--yellow);
    text-align: center;
}

.payment-easy .heading p {
    text-align: center;
    color: var(--light-color);
}

.payment-iconbox {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 1rem;
}

.pay-option-box {

    padding: var(--space-l-xl);
}

.pay-option-box h3 {
    color: var(--primary-color);
    padding-bottom: 2rem;
}

.payment-iconbox h5 {
    font-family: 'gen-med', sans-serif;
    padding-bottom: 0.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.payment-iconbox p {
    margin-bottom: 0 !important;
    padding-bottom: 1rem;
}

.pay-width {
    width: 100%;
}

.payment-refund {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: var(--space-xl-2xl) 0;

}

.payment-refund .refund-box {
    background-color: var(--primary-color);
    padding: var(--space-m-l);
    height: 100%;
    align-content: center;
}

.payment-refund .refund-box img {
    height: inherit;
}

.payment-refund .refund-box .heading h1 {
    color: var(--yellow);
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;
}

.payment-refund .refund-box .heading p {
    color: var(--light-color);
}

.pay-pad {
    background-color: var(--light-gold);
}

.payment-icon img {
    animation: ripple-container 2s infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* ----------csr-styles------- */
.csr-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: -1;
    height: 100vh;
}

.csr-build {
    padding: var(--space-xl-2xl) 1rem;
    background-color: var(--primary-color);
}

.csr-build .heading h2 {
    color: var(--yellow);
    text-align: center;
}

.csr-build .heading p {
    text-align: center;
    color: var(--light-color);
}

.csr-focus {
    padding: var(--space-l-xl) 0;
}

.csr-focus .heading h2 {
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 2rem;
}

.csr-focus article {
    border: 2px solid var(--yellow-stroke);
    padding: 0.5rem;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    height: 100%;
}

.csr-focus article:hover {
    transform: translateY(-2px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
}

.csr-focus article h4 {
    color: var(--primary-color);
    font-family: 'gen', sans-serif;
    margin-bottom: 0.5rem;

    margin-top: 1rem;
}

.csr-focus article p {
    margin-bottom: 0.5rem !important;
}

.csr-focus article a {
    color: var(--yellow-stroke);
    font-family: 'gen', sans-serif;
    text-underline-offset: 4px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.csr-focus article a:hover {
    color: var(--primary-color);
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.csr-media {
    padding: 0 0 var(--space-xl-2xl);
}

.csr-media article {
    background: var(--gold-angle);
    padding: var(--space-xs-s);
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.csr-media .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'gen', sans-serif;
}

.csr-media .contact-item a {
    text-decoration: none !important;
    color: var(--dark-color);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.csr-media .contact-item a:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.csr-media .contact-icon {
    width: 20px;
    margin-right: 10px;
    margin-top: 2px;
    color: var(--dark-color);

}

.csr-media .heading h3 {
    text-align: start;
    padding-bottom: 1rem;
}

.csr-media .heading h5 {
    text-align: start;
    font-family: 'gen', sans-serif;
    font-weight: 600;
}

.csr-media .heading p {
    text-align: start;
    font-family: 'gen', sans-serif;
}

/* -----media - asset----  */
.media-asset-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
    height: 100vh;
}




.asset-media-contact {
    padding: 2rem 0 var(--space-xl-2xl) 0;
    position: relative;
}

.asset-media-contact .heading h1 {
    text-align: center;
    color: var(--primary-color);
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;
}


.asset-media-contact .heading p {

    padding-bottom: 1rem;
}

.asset-media-contact article {
    background: var(--gold-angle);
    padding: var(--space-xs-s);
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.asset-media-contact .contact-item {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'gen', sans-serif;
}

.asset-media-contact .contact-item a {
    text-decoration: none !important;
    color: var(--dark-color);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.asset-media-contact .contact-item a:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.asset-media-contact .contact-icon {
    width: 20px;
    margin-right: 10px;
    margin-top: 2px;
    color: var(--dark-color);

}

.asset-media-contact .heading h3 {
    text-align: start;
    padding-bottom: 1rem;
}

.asset-media-contact .heading h5 {
    text-align: start;
    font-family: 'gen', sans-serif;
    font-weight: 600;
}

.asset-media-contact .heading p {
    text-align: start;
    font-family: 'gen', sans-serif;
}

.media-asset-apart {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: var(--space-xl-2xl) 0;

}

.media-asset-apart .refund-box {
    background-color: var(--primary-color);
    padding: var(--space-m-l);
    height: 100%;

}

.media-asset-apart .refund-box img {
    height: inherit;
}

.media-asset-apart .refund-box .heading h3 {
    color: var(--yellow);
}

.media-asset-apart .refund-box .heading p {
    color: var(--light-color);
}

.media-asset-logo {
    padding: var(--space-m-l) 0 0;
    background-color: var(--light-gold);
}

.media-asset-logo .heading h2 {
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 1.5rem;
}

.media-asset-logo .media-asset-disclaimer {
    text-align: center;
    padding: 2rem 0 1rem;
    margin-bottom: 0 !important;
}

.media-asset-download {
    text-align: end;
    background-color: var(--light-color);
    padding: 0.5rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

.media-asset-download:hover {
    transform: translateY(-2px);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.media-asset-logo .down-btn {
    background-color: var(--yellow);
    padding: 0.7rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: unset;
    margin-top: 1rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.media-asset-logo .down-btn:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.media-asset-logo .down-btn:hover img {
    -webkit-animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-020px);
        transform: translateY(-020px);
        opacity: 0;
        -moz-transform: translateY(-020px);
        -ms-transform: translateY(-020px);
        -o-transform: translateY(-020px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.media-asset-copywrite {
    padding: var(--space-l-xl) 0 0;
}

.media-asset-copywrite .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.media-asset-copywrite .heading p {
    text-align: center;
    padding-bottom: 2rem;
}


/* ---------testimonial---------- */
.testimonial-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    height: 100vh;
}



/* ------digital-filter------- */
.testimonial-fillter {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.testimonial-fillter .heading h2 {
    text-align: center;
    color: var(--yellow-stroke);
}

.testimonial-fillter .heading p {
    text-align: center;
    padding-bottom: 1rem;
}

.testimonial-fillter .filter-btn {
    border: 1.6px solid var(--yellow);
    background: var(--light-color);
    color: var(--dark-color);
    padding: 0.7rem 3rem;
    border-radius: 30px;
    font-family: 'gen', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.testimonial-fillter .filter-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.testimonial-fillter .filter-btn.dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: 0.155em;
}

.testimonial-fillter.dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    width: 100%;
    margin-top: 1rem !important;
    border-radius: 15px;
}

.testimonial-fillter .dropdown-item {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

.testimonial-fillter .dropdown-item:hover {
    background-color: #f8f9fa;
}

.testimonial-fillter .dropdown-item[data-month="clear"],
.testimonial-fillter .dropdown-item[data-year="clear"] {
    border-top: 1px solid #eee;
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    color: var(--head-color);
    font-weight: 500;
}

.testimonial-fillter .dropdown-item[data-month="clear"]:hover,
.testimonial-fillter .dropdown-item[data-year="clear"]:hover {
    background-color: #fff5f5;
}

.testimonial-fillter #removeFilterBtn {
    background: var(--yellow-angle-three);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.testimonial-fillter #removeFilterBtn:hover {
    background-color: #c82333;
    border-color: #bd2130;
}


.testimonial-fillter .image-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.testimonial-fillter .image-card:hover {
    transform: translateY(-8px);
    padding: 1rem;
    background: var(--gold);
}

.testimonial-fillter .card-image {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.testimonial-fillter .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.testimonial-fillter .image-card:hover .card-image img {
    transform: scale(1.05);
}


/* Play Button with Ripple Animation */
.testimonial-fillter .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: visible;
}

/* Ripple effect animation */
.testimonial-fillter .play-button::before,
.testimonial-fillter .play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 2s infinite;
    pointer-events: none;
}

.testimonial-fillter .play-button::after {
    animation-delay: 1s;
}

.testimonial-fillter .card-content {
    color: var(--dark-color);
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}


.testimonial-fillter .image-card:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    animation: pulse-play-button 1.5s infinite;
}

/* Enhanced hover effect with ripple pause */
.testimonial-fillter .image-card:hover .play-button::before,
.testimonial-fillter .image-card:hover .play-button::after {
    animation-play-state: paused;
    opacity: 0;
}





.testimonial-fillter .active-filters {
    margin-bottom: 1rem;
}

.testimonial-fillter .badge {
    font-family: 'gen', sans-serif;
    padding: 0.5em 0.75em;
    border-radius: 30px;
    background: var(--gold);
    color: var(--dark-color);
    letter-spacing: 1px;
}

.testimonial-fillter .filter-header .search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial-fillter .filter-header .search-box img {
    position: relative;
    left: 08%;
}

.testimonial-fillter .filter-header .search-box .form-control {
    padding: 0.8rem 0 0.8rem 3rem;
    border: 1.6px solid var(--yellow) !important;
}

.testimonial-fillter .filter-header .search-box .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px !important;
}


.testimonial-fillter .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 1rem 0;
}

.testimonial-fillter .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.testimonial-fillter .search-box button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6%2018L10.3%2011.7C9.8%2012.1%209.225%2012.4167%208.575%2012.65C7.925%2012.8833%207.23333%2013%206.5%2013C4.68333%2013%203.14583%2012.3708%201.8875%2011.1125C0.629167%209.85417%200%208.31667%200%206.5C0%204.68333%200.629167%203.14583%201.8875%201.8875C3.14583%200.629167%204.68333%200%206.5%200C8.31667%200%209.85417%200.629167%2011.1125%201.8875C12.3708%203.14583%2013%204.68333%2013%206.5C13%207.23333%2012.8833%207.925%2012.65%208.575C12.4167%209.225%2012.1%209.8%2011.7%2010.3L18%2016.6L16.6%2018ZM6.5%2011C7.75%2011%208.8125%2010.5625%209.6875%209.6875C10.5625%208.8125%2011%207.75%2011%206.5C11%205.25%2010.5625%204.1875%209.6875%203.3125C8.8125%202.4375%207.75%202%206.5%202C5.25%202%204.1875%202.4375%203.3125%203.3125C2.4375%204.1875%202%205.25%202%206.5C2%207.75%202.4375%208.8125%203.3125%209.6875C4.1875%2010.5625%205.25%2011%206.5%2011Z%22%20fill%3D%22%23191970%22%2F%3E%3C!--%20Code%20injected%20by%20live-server%20--%3E%3Cscript%3E%2F%2F%20%3C!%5BCDATA%5B%20%20%3C--%20For%20SVG%20supportif%20('WebSocket'%20in%20window)%20%7B(function%20()%20%7Bfunction%20refreshCSS()%20%7Bvar%20sheets%20%3D%20%5B%5D.slice.call(document.getElementsByTagName(%22link%22))%3Bvar%20head%20%3D%20document.getElementsByTagName(%22head%22)%5B0%5D%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20sheets.length%3B%20%2B%2Bi)%20%7Bvar%20elem%20%3D%20sheets%5Bi%5D%3Bvar%20parent%20%3D%20elem.parentElement%20%7C%7C%20head%3Bparent.removeChild(elem)%3Bvar%20rel%20%3D%20elem.rel%3Bif%20(elem.href%20%26%26%20typeof%20rel%20!%3D%20%22string%22%20%7C%7C%20rel.length%20%3D%3D%200%20%7C%7C%20rel.toLowerCase()%20%3D%3D%20%22stylesheet%22)%20%7Bvar%20url%20%3D%20elem.href.replace(%2F(%26%7C%5C%3F)_cacheOverride%3D%5Cd%2B%2F%2C%20'')%3Belem.href%20%3D%20url%20%2B%20(url.indexOf('%3F')%20%3E%3D%200%20%3F%20'%26'%20%3A%20'%3F')%20%2B%20'_cacheOverride%3D'%20%2B%20(new%20Date().valueOf())%3B%7Dparent.appendChild(elem)%3B%7D%7Dvar%20protocol%20%3D%20window.location.protocol%20%3D%3D%3D%20'http%3A'%20%3F%20'ws%3A%2F%2F'%20%3A%20'wss%3A%2F%2F'%3Bvar%20address%20%3D%20protocol%20%2B%20window.location.host%20%2B%20window.location.pathname%20%2B%20'%2Fws'%3Bvar%20socket%20%3D%20new%20WebSocket(address)%3Bsocket.onmessage%20%3D%20function%20(msg)%20%7Bif%20(msg.data%20%3D%3D%20'reload')%20window.location.reload()%3Belse%20if%20(msg.data%20%3D%3D%20'refreshcss')%20refreshCSS()%3B%7D%3Bif%20(sessionStorage%20%26%26%20!sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer'))%20%7Bconsole.log('Live%20reload%20enabled.')%3BsessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer'%2C%20true)%3B%7D%7D)()%3B%7Delse%20%7Bconsole.error('Upgrade%20your%20browser.%20This%20Browser%20is%20NOT%20supported%20WebSocket%20for%20Live-Reloading.')%3B%7D%2F%2F%20%5D%5D%3E%3C%2Fscript%3E%3C%2Fsvg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    left: 8px;
}

.career-listing-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    height: 100vh;
}

.career-listing-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.615) 100%);
    z-index: -1;
}

.career-listing-build {
    background-color: var(--light-gold);
    padding: var(--space-l-xl);
}

.career-listing-build .heading h2 {
    text-align: center;
    color: var(--primary-color);
}

.career-listing-build .heading p {
    text-align: center;
}



.media-asset-copywrite .view-btn {
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: unset;
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0.4rem 0;
}

.media-asset-copywrite .view-btn:hover {
    background-color: var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.career-filter {
    padding: var(--space-l-xl) 0 0;
}

.career-filter .search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.career-filter .search-box .search-btn {
    overflow: hidden;
    margin: 0;
    position: absolute;
    right: 07px;
    border: 0;
    padding: 0.5rem 2rem;
    background: var(--gold);
    border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.career-filter .search-box .search-btn:hover {
    background: var(--yellow-angle);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.career-filter .search-box img {
    position: relative;
    left: 08%;
}

.career-filter .search-box .form-control {
    padding: 0.8rem 0 0.8rem 3rem;
    border: 1.6px solid var(--yellow) !important;
}

.career-filter .search-box .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px !important;
}

.career-filter .search-box button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 50px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6%2018L10.3%2011.7C9.8%2012.1%209.225%2012.4167%208.575%2012.65C7.925%2012.8833%207.23333%2013%206.5%2013C4.68333%2013%203.14583%2012.3708%201.8875%2011.1125C0.629167%209.85417%200%208.31667%200%206.5C0%204.68333%200.629167%203.14583%201.8875%201.8875C3.14583%200.629167%204.68333%200%206.5%200C8.31667%200%209.85417%200.629167%2011.1125%201.8875C12.3708%203.14583%2013%204.68333%2013%206.5C13%207.23333%2012.8833%207.925%2012.65%208.575C12.4167%209.225%2012.1%209.8%2011.7%2010.3L18%2016.6L16.6%2018ZM6.5%2011C7.75%2011%208.8125%2010.5625%209.6875%209.6875C10.5625%208.8125%2011%207.75%2011%206.5C11%205.25%2010.5625%204.1875%209.6875%203.3125C8.8125%202.4375%207.75%202%206.5%202C5.25%202%204.1875%202.4375%203.3125%203.3125C2.4375%204.1875%202%205.25%202%206.5C2%207.75%202.4375%208.8125%203.3125%209.6875C4.1875%2010.5625%205.25%2011%206.5%2011Z%22%20fill%3D%22%23191970%22%2F%3E%3C!--%20Code%20injected%20by%20live-server%20--%3E%3Cscript%3E%2F%2F%20%3C!%5BCDATA%5B%20%20%3C--%20For%20SVG%20supportif%20('WebSocket'%20in%20window)%20%7B(function%20()%20%7Bfunction%20refreshCSS()%20%7Bvar%20sheets%20%3D%20%5B%5D.slice.call(document.getElementsByTagName(%22link%22))%3Bvar%20head%20%3D%20document.getElementsByTagName(%22head%22)%5B0%5D%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20sheets.length%3B%20%2B%2Bi)%20%7Bvar%20elem%20%3D%20sheets%5Bi%5D%3Bvar%20parent%20%3D%20elem.parentElement%20%7C%7C%20head%3Bparent.removeChild(elem)%3Bvar%20rel%20%3D%20elem.rel%3Bif%20(elem.href%20%26%26%20typeof%20rel%20!%3D%20%22string%22%20%7C%7C%20rel.length%20%3D%3D%200%20%7C%7C%20rel.toLowerCase()%20%3D%3D%20%22stylesheet%22)%20%7Bvar%20url%20%3D%20elem.href.replace(%2F(%26%7C%5C%3F)_cacheOverride%3D%5Cd%2B%2F%2C%20'')%3Belem.href%20%3D%20url%20%2B%20(url.indexOf('%3F')%20%3E%3D%200%20%3F%20'%26'%20%3A%20'%3F')%20%2B%20'_cacheOverride%3D'%20%2B%20(new%20Date().valueOf())%3B%7Dparent.appendChild(elem)%3B%7D%7Dvar%20protocol%20%3D%20window.location.protocol%20%3D%3D%3D%20'http%3A'%20%3F%20'ws%3A%2F%2F'%20%3A%20'wss%3A%2F%2F'%3Bvar%20address%20%3D%20protocol%20%2B%20window.location.host%20%2B%20window.location.pathname%20%2B%20'%2Fws'%3Bvar%20socket%20%3D%20new%20WebSocket(address)%3Bsocket.onmessage%20%3D%20function%20(msg)%20%7Bif%20(msg.data%20%3D%3D%20'reload')%20window.location.reload()%3Belse%20if%20(msg.data%20%3D%3D%20'refreshcss')%20refreshCSS()%3B%7D%3Bif%20(sessionStorage%20%26%26%20!sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer'))%20%7Bconsole.log('Live%20reload%20enabled.')%3BsessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer'%2C%20true)%3B%7D%7D)()%3B%7Delse%20%7Bconsole.error('Upgrade%20your%20browser.%20This%20Browser%20is%20NOT%20supported%20WebSocket%20for%20Live-Reloading.')%3B%7D%2F%2F%20%5D%5D%3E%3C%2Fscript%3E%3C%2Fsvg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    left: 8px;
}

.career-filter .width {
    width: 70%;
    margin: 0 auto;
}

.career-filter .filter-buttons {
    text-align: center;
    margin-top: 1rem;
}

.career-filter .results-count {
    padding-left: 3rem;
    font-family: 'gen', sans-serif;
}

.career-filter .filter-dropdown {
    position: relative;
    display: inline-block;
    margin: 8px;
}

.career-filter .filter-button {
    background-color: #D9D9D9;
    border: none;
    padding: 10px 20px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'gen', sans-serif;
}

.career-filter .filter-button:hover {
    background: #dee2e6;
}

.career-filter .filter-button.active {
    background: var(--gold);
    color: var(--dark-color);
}

.career-filter .filter-button i {
    font-size: 12px;
}

.career-filter .dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.career-filter .dropdown-menu-custom.show {
    display: block;
}

.career-filter .dropdown-item-custom {
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
    font-family: 'gen', sans-serif;
}

.career-filter .dropdown-item-custom:hover {
    background: #f8f9fa;
}

.career-filter .dropdown-item-custom.selected {
    background: #e7f1ff;
    color: #0d6efd;
    font-weight: 500;
}

.career-filter .active-filters {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #dee2e6;
    display: none;
}

.career-filter .active-filters.show {
    display: block;
}

.career-filter .active-filters-title {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 12px;
}

.career-filter .filter-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: var(--dark-color);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin: 4px;
    animation: slideIn 0.3s ease;
}

.career-filter .filter-badge-label {
    font-weight: 500;
    opacity: 0.9;
}

.career-filter .filter-badge-remove {
    background: none;
    border: none;
    color: var(--dark-color);
    cursor: pointer;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.career-filter .filter-badge-remove:hover {
    background: rgba(255, 255, 255, 0.2);
}

.career-filter .clear-all-btn {
    background: var(--light-gold);
    color: var(--dark-color);
    border: none;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    margin: 4px;
    transition: background 0.3s;
}

.career-filter .clear-all-btn:hover {
    background: var(--headtwo-color);
    color: var(--dark-color);
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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

/* Job Cards Styling */
.job-listings {
    max-width: 1200px;
    margin: 30px auto;
}

.job-card {
    border-radius: 50px;
    padding: 2rem !important;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid var(--yellow-stroke);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 48% !important;
    margin: 0 0.5rem !important;
    margin-bottom: 1rem !important;

}

.job-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    cursor: pointer;
}

.job-card.hidden {
    display: none;
}

.job-card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 16px;
}

.job-title {
    font-weight: 600;
    font-family: 'gen', sans-serif;
    margin: 0 0 8px 0;
}

.job-company {
    display: none;
}

.job-type-badge {
    cursor: pointer;
    padding: 4px 12px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    border-radius: 10px;
}

.job-type-badge:hover {
    transform: scale(1.05);
    background: var(--gold);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.job-details {

    margin-bottom: 16px;
}

.job-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.5rem;
    font-family: 'gen', sans-serif;
}

.job-detail-item i {
    color: #0d6efd;
}

.job-description {
    font-size: 0.9rem !important;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 16px;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-posted {
    font-size: 13px;
    color: #6c757d;
    font-family: 'gen', sans-serif;
}




.no-results {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-results i {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.no-results h4 {
    margin-bottom: 8px;
}

.results-count {
    margin: 20px auto;
    max-width: 1200px;
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}


.job-card .apply-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: auto;
    bottom: 16%;
    right: 05%;
    font-family: 'gen', sans-serif;
    letter-spacing: 0.6px;
}

.job-card .apply-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.job-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Creates two columns of equal width */
    gap: 20px;
}

/* ----career-inner----- */
.career-inner-hero {
    padding: var(--space-2xl-3xl) 0 2rem;
    background-color: #EAE4D8;
}

.career-inner-hero .heading {
    text-align: center;
}

.career-inner-hero .heading h2 {
    color: var(--primary-color);
}

.career-inner-title .apply-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: auto;
    bottom: 16%;
    font-family: 'gen', sans-serif;
    letter-spacing: 0.6px;
}

.career-inner-title .apply-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.career-inner-title {
    background-color: var(--primary-color);
    padding: var(--space-l-xl);
}

.career-inner-title h3 {
    color: var(--light-color);
    font-family: 'gen', sans-serif;
    padding-bottom: 1rem;
}



.carrer-job-details {

    margin-bottom: 16px;
}

.career-job-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.5rem;
    font-family: 'gen', sans-serif;
    color: var(--light-gold);
}


.career-apply-btn {
    border: unset;
    background: var(--gold);
    color: var(--dark-color);
    padding: 0.4rem 1.3rem;
    font-size: 0.9rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: auto;
    bottom: 16%;
    right: 05%;
    font-family: 'gen', sans-serif;
    letter-spacing: 0.6px;
}

.career-apply-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}



.job-type-badge {
    cursor: pointer;
    padding: 4px 12px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    border-radius: 10px;
}

.job-type-badge:hover {
    transform: scale(1.05);
    background: var(--gold);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.career-listing-find-job .card {
    background-color: var(--gray-five);
    padding: var(--space-l-xl);
    text-align: center;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border: 0;
    max-width: 850px;
}

.career-listing-find-job .apply-btn {
    border: unset;
    background: var(--gold);
    color: var(--primary-color);
    padding: 0.8rem 2rem;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-family: 'gen-semi', sans-serif;
    letter-spacing: 0.7px;
}

.career-listing-find-job .apply-btn:hover {
    background: var(--yellow-angle-three);
    transform: translateY(-2px);
}

.career-listing-find-job .card p {
    margin-bottom: 0 !important;
    padding-top: 1rem;
}

.career-listing-find-job {
    position: relative;
}

.career-listing-find-job .card .heading h4 {
    font-family: 'gen-semi', sans-serif;
    padding-bottom: 1rem;
    color: var(--primary-color);
}

.career-listing-find-job .form-control {
    height: 50px;
    padding-left: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    max-width: 450px;
}

#fileInput {
    display: none;
}

#fileNameDisplay {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    font-style: italic;
}


.tracking-in-contract {
    -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}


@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}


.career-inner-job-description {
    padding: var(--space-l-xl) 0;
}

.career-inner-job-description .job-details {
    padding: var(--space-s-m);
    border: 1.6px solid var(--yellow-stroke);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.career-inner-job-description .job-details h5 {
    font-family: 'gen-semi', sans-serif;
}

.career-inner-job-description .job-details-side {
    padding: var(--space-s-m);
    border: 1.6px solid var(--yellow-stroke);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.career-inner-job-description .job-details-side h4 {
    font-family: 'gen-semi', sans-serif;
    padding-bottom: 1rem;
}

.career-inner-job-description .job-details-side p:first-child {
    margin-bottom: 0 !important;
    font-family: 'gen', sans-serif;
    color: #C4C4C4;

}

.career-inner-job-description .job-details-side p {
    font-family: 'gen-semi', sans-serif;
}

.career-inner-job-description .job-details-side a {
    background-color: var(--yellow-stroke);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0.3rem;
    line-height: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.career-inner-job-description .job-details-side a img {
    width: 26px;
    height: 26px;
}

.career-inner-job-description .job-details-side a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.career-inner-similar-jobs h4 {
    font-family: 'gen-semi', sans-serif;
    padding-bottom: 1rem;
    text-align: center;
}

.career-inner-similar-jobs .job-pills-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.career-inner-similar-jobs .job-pill {
    background-color: #d9d9d9;
    color: #333;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'gen', sans-serif;
    letter-spacing: 1px;
}

.career-inner-similar-jobs .job-pill:hover {
    background-color: #c0c0c0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* -----popup-modal-------- */
.career-inner-modal .modal-content {
    border-radius: 0;
    border: none;
    margin: 0 8rem;
}

.career-inner-modal .modal-header {
    background-color: #1a1a5e;
    color: white;
    padding: 20px 30px;
    border-radius: 0;
    border: none;
}

.career-inner-modal h5 {
    font-family: 'gen', sans-serif;
    margin-bottom: 0 !important;
}

.career-inner-modal p {
    font-family: 'gen', sans-serif;
    margin-bottom: 0 !important;
}

.career-inner-modal .modal-subtitle {
    font-size: 14px;
    font-weight: 300;
    margin-top: 2px;
    opacity: 0.9;
}

.career-inner-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.career-inner-modal .modal-body {
    padding: 20px 30px;
}

.career-inner-modal .profile-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.career-inner-modal .profile-avatar {
    width: 70px;
    height: 70px;
    background-color: #1a1a5e;
    border-radius: 50%;
    flex-shrink: 0;
}

.career-inner-modal .profile-info h6 {
    font-family: 'gen', sans-serif;
}

.career-inner-modal .profile-info p {
    font-size: 16px;
    color: #333;
    margin: 0;
    letter-spacing: 1px;
}

.career-inner-modal .form-label {
    font-family: 'gen', sans-serif;
    color: #ACACAC;
    font-weight: 400;
    margin-bottom: 8px;
}

.career-inner-modal .form-control {
    border: none;
    background-color: #e8e8e8;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 14px;
    color: #666;
}

.career-inner-modal .form-control:focus {
    background-color: #e0e0e0;
    box-shadow: none;
    border: none;
}

.career-inner-modal .phone-input-group {
    display: flex;
    gap: 10px;
}

.career-inner-modal .country-code {
    width: 120px;
    flex-shrink: 0;
}


.career-inner-modal .upload-info {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    font-family: 'gen', sans-serif;
}

.career-inner-modal .upload-btn {
    background-color: white;
    border: 2px solid #1a1a5e;
    border-radius: 25px;
    padding: 07px 20px;
    color: #1a1a5e;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'gen', sans-serif;
}

.career-inner-modal .upload-btn:hover {
    background-color: #1a1a5e;
    color: white;
}

.career-inner-modal .upload-btn:hover img {
    filter: brightness(0) invert(1);
    -webkit-animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.career-inner-modal .upload-btn i {
    font-size: 16px;
}

.career-inner-modal .bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.career-inner-modal .bottom-section p {
    font-size: 0.9rem !important;
}

.career-inner-modal .info-text {
    font-size: 12px;
    color: #666;
    max-width: 60%;
    line-height: 1.5;
}



.career-inner-modal input[type="file"] {
    display: none;
}

.demo-btn {
    background-color: #1a1a5e;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.demo-btn:hover {
    background-color: #2a2a6e;
}


.career-inner-modal .submit-btn {
    text-transform: uppercase;
    font-family: 'gen-semi', sans-serif;
    font-size: 0.775rem;
    color: var(--dark-color);
    text-decoration: unset;
    padding: 0.7rem 2.2rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: var(--gold);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.career-inner-modal .submit-btn:hover {
    color: var(--dark-color);
    transform: translateY(-2px);
    background: var(--yellow-stroke);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}


/* Success Modal Styles */
.success-modal .modal-content {
    border-radius: 0;
    border: none;
    text-align: center;
}

.success-modal .modal-header {
    background-color: #1a1a5e;
    border: none;
    padding: var(--space-s-m);
    border-radius: 0;
    justify-content: flex-end;
}

.success-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
    margin: 0;
}

.success-modal .modal-body {
    padding: 60px 40px;
}

.success-modal .success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #5cb85c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
}

.success-modal .success-icon::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.success-modal .success-icon i {
    color: #5cb85c;
    font-size: 40px;
}

.success-modal .success-title {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}

.success-modal .success-message {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 300px;
    margin: 0 auto;
}

.success-modal img {
    width: 100px;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
    padding-bottom: 1rem;
}

.success-modal h5 {
    text-align: center;
    font-family: 'gen', sans-serif;
}

.success-modal p {
    text-align: center;
    font-family: 'gen', sans-serif;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.channel-partner-hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: -1;
}

.channel-partner .card {
    background-color: var(--primary-color);
    padding: var(--space-m-l) !important;
    border-radius: 0;

}

.channel-partner .card h2 {
    color: var(--yellow-stroke);
    font-family: 'gen', sans-serif;
    font-size: clamp(1.25rem, 2.5vw + 0.125rem, 1.75rem) !important;
}

.channel-partner .card p {
    color: var(--light-color);
    font-family: 'gen', sans-serif;
}

/* ---channel partner eligibility---  */

.channel-partner-eligibility {
    padding: var(--space-l-xl) 0.5rem;
    background-color: #FFF7E0;
    position: relative;
}

.channel-partner-eligibility .heading h2 {
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 1rem;
}

.channel-partner .heading h1 {
    font-size: clamp(1.5rem, 3vw + 0.25rem, 2.25rem) !important;
    color: var(--primary-color);
    padding: 3rem 0 0rem;
}

.channel-partner .heading p {
    padding-bottom: 1rem;
}

.channel-partner-eligibility .swiper {
    width: 100%;
    padding: 20px 0 120px 0;
    overflow: hidden;
    /* Allow scaled slides to overflow */
}



/* Swiper navigation arrows */
.channel-partner-eligibility .swiper-button-next,
.channel-partner-eligibility .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    right: -40px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 10;
    top: 50%;
}

.channel-partner-eligibility .swiper-button-next:after,
.channel-partner-eligibility .swiper-button-prev:after {
    display: none;
}

.channel-partner-eligibility .swiper-button-next:hover,
.channel-partner-eligibility .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.channel-partner-eligibility .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.channel-partner-eligibility-nav {
    position: relative;
    right: 7%;
    bottom: -17%;

}


/* Swiper navigation arrows */
.toh .swiper-button-next,
.toh .swiper-button-prev,
.toh .testi-btn-next,
.toh .testi-btn-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 10;
    /* Override Swiper defaults — sit in normal flow inside .testimonial-nav */
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin-top: 0;
    cursor: pointer;
}

.toh .swiper-button-next:after,
.toh .swiper-button-prev:after,
.toh .testi-btn-next:after,
.toh .testi-btn-prev:after {
    display: none;
}

.toh .swiper-button-next:hover,
.toh .swiper-button-prev:hover,
.toh .testi-btn-next:hover,
.toh .testi-btn-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.toh .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.toh .testimonial-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
}

/* Allow nav buttons below swiper-wrapper to be visible */
.toh .testimonialSwiper {
    overflow: visible !important;
    padding: 1rem 0 0.5rem;
    /* room for scale transform */
}

/* All slides: 800px wide */
.toh .testimonialSwiper .swiper-slide {
    opacity: 0.55;
    transform: scale(0.9);
    transition: transform 0.4s ease, opacity 0.4s ease;
    width: 800px !important;

}

/* Center / active slide: full opacity, scaled up */
.toh .testimonialSwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
}


.channel-partner-eligibility .gallery-card {
    width: 45rem;

    background-color: transparent !important;
    border: 1px solid var(--head-color);
    overflow: hidden;
    object-fit: contain;
    padding: 0.4rem;
    transition: all 0.3s ease;
}

.channel-partner-eligibility .gallery-card:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 20px -10px;
}

.channel-partner-eligibility .gallery-card p {
    padding: 0.7rem 0;
    text-align: center;
}

.channel-partner-eligibility-text {
    position: absolute;
    bottom: 10%;
    text-align: center;
    right: 0;
}

.channel-partner-contact {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
    background-size: cover;
    position: relative;
    padding: var(--space-xl-2xl) 0;
}

.channel-partner-contact form {
    padding: var(--space-l-xl);
    background-color: var(--light-color);
    border-radius: 30px;

}

.channel-partner-contact h2 {
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 1rem;
}

.channel-partner-contact .form-label {
    color: #1e3a5f;
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: 'gen', sans-serif;
}

.channel-partner-contact .form-control,
.channel-partner-contact .form-select {
    background-color: #ede7dc;
    border: none;
    border-radius: 30px;
    padding: 12px 18px;
    font-size: 0.95rem;
    color: #999;
}

.channel-partner-contact option {
    font-family: 'gen', sans-serif !important;
}

.channel-partner-contact .form-control:focus,
.channel-partner-contact .form-select:focus {
    background-color: #ede7dc;
    border: none;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
    color: #333;
}

.channel-partner-contact .form-control::placeholder {
    color: #bbb;
}

.channel-partner-contact .active-medium-section {
    margin-top: 40px;
}

.channel-partner-contact .active-medium-section h3 {
    color: #1e3a5f;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
}

.channel-partner-contact .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.channel-partner-contact .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.channel-partner-contact .custom-checkbox input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #d4af37;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.channel-partner-contact .custom-checkbox input[type="checkbox"]:checked {
    background-color: #d4af37;
    border-color: #d4af37;
}

.channel-partner-contact .custom-checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}

.channel-partner-contact .custom-checkbox label {
    color: #1e3a5f;
    margin: 0;
    cursor: pointer;
    font-family: 'gen', sans-serif;
}

.channel-partner-contact h5 {
    font-family: 'gen', sans-serif;
    padding-bottom: 0.5rem;
}

.channel-partner-contact .input-group-text {
    background-color: #ede7dc;
    border: none;
    border-radius: 10px 0 0 10px;
    color: #999;
    font-family: 'gen', sans-serif;
}

.channel-partner-contact .input-group .form-control {
    border-radius: 0 10px 10px 0;
}

@media (max-width: 768px) {


    .channel-partner-contact h1 {
        font-size: 2rem;
    }

    .channel-partner-contact .checkbox-group {
        flex-direction: column;
        gap: 15px;
    }
}



.channel-partner-contact .btn-submit {
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 0.6rem 1.6rem;
    color: var(--primary-color);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-family: 'gen-semi', sans-serif;
    transition: all 0.3s ease;
}

.channel-partner-contact .btn-submit:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 143, 0, 0.4);
    color: var(--primary-color);
}

.grid-five-center {
    display: grid;

    grid-template-columns: 0.5fr 1fr 1fr 1fr 0.5fr;

    grid-template-rows: repeat(1, 1fr);

}

.channel-partner-award {
    position: relative;
}

.channel-partner-award .gray {
    background-color: var(--gray-five);
    padding: var(--space-s-m) 1rem;
    text-align: center;
    position: relative;
}

.channel-partner-award .gray img {
    padding-bottom: 0.5rem;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.channel-partner-award .gold img {
    padding-bottom: 1rem;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.channel-partner-award .gold {
    background: var(--gold);
    text-align: center;
    padding: var(--space-s-m) 1rem;
    position: relative;
    box-shadow: rgb(191, 157, 55) 0px 30px 60px -32px inset, rgb(217, 193, 122) 0px 18px 46px -48px inset;
}

.channel-partner-award .border-one {
    border-right: 1.6px solid transparent;
    /* Set a transparent border to reserve space */
    border-image: linear-gradient(194deg, #FFE998 0.03%, #57370D 206.46%);
    border-image-slice: 1.8;
    /* Specifies that the image is a single slice that covers the entire border area */

}

.channel-partner-award .gold h4 {
    text-decoration: none;
}

.channel-partner-award h4 {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--primary-color);
    transition: all 0.3s ease;

}

.channel-partner-award h4:hover {
    text-decoration: none;
    cursor: pointer;
}

.channel-partner-video {
    padding: var(--space-l-xl) 0 0;
}

.channel-partner-video .heading h3 {
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 3rem;
    font-family: 'gen', sans-serif;
}

.channel-partner-video .image-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    padding: 0.4rem;
    border: 1.6px solid transparent;
    border-image: var(--gold);
    border-image-slice: 3;
    margin-bottom: 1rem;
}

.channel-partner-video .image-card:hover {
    transform: translateY(-8px);
    padding: 1rem;
    background: var(--gold);
}

.channel-partner-video .card-image {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.channel-partner-video .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.channel-partner-video .image-card:hover .card-image img {
    transform: scale(1.05);
}


/* Play Button with Ripple Animation */
.channel-partner-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: visible;
}

/* Ripple effect animation */
.channel-partner-video .play-button::before,
.channel-partner-video .play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 2s infinite;
    pointer-events: none;
}

.channel-partner-video .play-button::after {
    animation-delay: 1s;
}

.channel-partner-video .card-content {
    color: var(--dark-color);
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}


.channel-partner-video .image-card:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    animation: pulse-play-button 1.5s infinite;
}

/* Enhanced hover effect with ripple pause */
.channel-partner-video .image-card:hover .play-button::before,
.channel-partner-video .image-card:hover .play-button::after {
    animation-play-state: paused;
    opacity: 0;
}



/* --- social share --- */
.social-share {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    list-style: none;
    height: 404px;
    padding: 0;
    margin: 0;
}

.social-share::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: var(--gold);
    border-radius: 50%;
    transition: 0.5s;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-share::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2220%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20512%20512.001%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20class%3D%22%22%3E%3Cg%3E%3Cpath%20d%3D%22M361.824%20344.395c-24.531%200-46.633%2010.593-61.972%2027.445l-137.973-85.453A83.321%2083.321%200%200%200%20167.605%20256a83.29%2083.29%200%200%200-5.726-30.387l137.973-85.457c15.34%2016.852%2037.441%2027.45%2061.972%2027.45%2046.211%200%2083.805-37.594%2083.805-83.805C445.629%2037.59%20408.035%200%20361.824%200c-46.21%200-83.804%2037.594-83.804%2083.805a83.403%2083.403%200%200%200%205.726%2030.386l-137.969%2085.454c-15.34-16.852-37.441-27.45-61.972-27.45C37.594%20172.195%200%20209.793%200%20256c0%2046.21%2037.594%2083.805%2083.805%2083.805%2024.53%200%2046.633-10.594%2061.972-27.45l137.97%2085.454a83.408%2083.408%200%200%200-5.727%2030.39c0%2046.207%2037.593%2083.801%2083.804%2083.801s83.805-37.594%2083.805-83.8c0-46.212-37.594-83.805-83.805-83.805zm-53.246-260.59c0-29.36%2023.887-53.246%2053.246-53.246s53.246%2023.886%2053.246%2053.246c0%2029.36-23.886%2053.246-53.246%2053.246s-53.246-23.887-53.246-53.246zM83.805%20309.246c-29.364%200-53.25-23.887-53.25-53.246s23.886-53.246%2053.25-53.246c29.36%200%2053.242%2023.887%2053.242%2053.246s-23.883%2053.246-53.242%2053.246zm224.773%20118.95c0-29.36%2023.887-53.247%2053.246-53.247s53.246%2023.887%2053.246%2053.246c0%2029.36-23.886%2053.246-53.246%2053.246s-53.246-23.886-53.246-53.246zm0%200%22%20fill%3D%22%23000000%22%20opacity%3D%221%22%20data-original%3D%22%23000000%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}

.social-share:hover::before {
    height: 40px;

}



.social-share li {
    position: absolute;
    bottom: 0;
    transition: transform 1s;


}

.social-share:hover li {
    transform: scale(1.1);


}

.social-share li a {
    background: var(--gold);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #262626;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    transition: transform 0.5s;
}

.social-share li a img {
    width: 17px;
    padding-bottom: 8px;
}

.social-share li a img {
    transform: scale(1.05);
}


.social-share:hover li:nth-child(1) a {
    transform: translateY(-48px) rotate(360deg);
    transition-delay: 0.8s;
}

.social-share:hover li:nth-child(2) a {
    transform: translateY(-96px) rotate(360deg);
    transition-delay: 0.6s;
}

.social-share:hover li:nth-child(3) a {
    transform: translateY(-146px) rotate(360deg);
    transition-delay: 0.4s;
}

.social-share:hover li:nth-child(4) a {
    transform: translateY(-196px) rotate(360deg);
    transition-delay: 0.2s;
}






.press-fillter .filter-card .social-share {
    bottom: 20px;
}


.feature-press .press-card .social-share {
    bottom: 20px;
}

.media-fillter .filter-card .social-share {
    bottom: 20px;
}

.asset-media-contact .linkedIN-icon {
    bottom: 30% !important;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
    left: 80%;

    cursor: pointer;
}

.asset-media-contact .linkedIN-icon:hover {
    transform: scale(1.06);
    border: 1px solid var(--light-color);
    box-shadow: rgba(0, 0, 0, 0.442) 0px 1px 4px;
}

.asset-media-contact .linkedIN-icon img {
    width: 25px;
}

.asset-media-contact .linkedIN-icon:hover img {
    -webkit-animation: slide-in-left 0.8s both;
    animation: slide-in-left 0.8s both;
}


/* Image container with relative positioning */
.media-asset-copywrite .col-md-6 {
    position: relative;
    overflow: hidden;
    height: 240px;
}

/* Button initially hidden below the image */
.media-asset-copywrite .down-btn {
    background-color: var(--yellow);
    padding: 0.7rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: unset;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    z-index: 10;
}

/* Slide up animation on hover */
.media-asset-copywrite .col-md-6:hover .down-btn {
    transform: translate(-50%, -120%);
    -webkit-transform: translate(-50%, -120%);
    -moz-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    -o-transform: translate(-50%, -120%);
    opacity: 1;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/* Additional hover effect on button itself */
.media-asset-copywrite .down-btn:hover {
    box-shadow: rgba(60, 64, 67, 0.4) 0px 2px 4px 0px, rgba(60, 64, 67, 0.25) 0px 2px 6px 2px;
    transform: translate(-50%, -125%) scale(1.05);
    -webkit-transform: translate(-50%, -125%) scale(1.05);
    -moz-transform: translate(-50%, -125%) scale(1.05);
    -ms-transform: translate(-50%, -125%) scale(1.05);
    -o-transform: translate(-50%, -125%) scale(1.05);
}

.media-asset-copywrite .down-btn:hover img {
    -webkit-animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ===================== Testimonial Card ===================== */
.testimonial-card {
    background-color: var(--light-color);
    border-radius: 30px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 1.3rem 1rem;
    overflow: hidden;

}

/* Left column */
.testimonial-card .tc-left {
    padding: 1.5rem 1rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* Avatar image */
.testimonial-card .tc-img-wrap {

    overflow: hidden;
    border-radius: 8px;
}

.testimonial-card .tc-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Author info */
.testimonial-card .tc-name {
    font-family: 'gen-bold', sans-serif !important;
    font-size: 1.3rem !important;
    color: var(--primary-color);
    text-align: start;
}

.testimonial-card .tc-project {
    font-family: 'gen', sans-serif !important;
    font-size: 0.85rem !important;
    color: var(--gray-three);
    font-style: italic;
}

/* Stars */
.testimonial-card .tc-stars {
    display: flex;
    gap: 4px;
}

.testimonial-card .tc-stars i {
    color: #EFBB0A;
    font-size: 1.1rem;
}

/* Right column */
.testimonial-card .tc-right {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
}

.testimonial-card .tc-right p {
    color: #3a3a3a;
    line-height: 1.75 !important;
    font-size: 0.95rem !important;
    margin-bottom: 1rem !important;
}


.bottom-fixed-bar {
    display: none;
}


.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover {
    background-color: unset !important;
}

.zsiq_theme1 {
    display: none;
}

.whatsapp-container {
    display: none !important;
}


.fd-project {
    background-image: url(../img/banner/home/project.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: end;
}

.fd-project::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 10, 30, 0.5) 0%, rgba(0, 10, 30, 0) 50%)
}


.fd-project .heading p {
    color: var(--head-color);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
font-size: clamp(0.57rem, 1vw, 0.72rem);
  letter-spacing: 0.42em;
    text-transform: uppercase;
}

.fd-project .heading h2 {
    color: #fff;
    font-size: 74px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    /* 85.1px */
    letter-spacing: 1.48px;
}

.fd-project .cus-nav .btn-text {

  border-color: #fff;
  color: #fff;
  margin-bottom: 2rem;
}


/* Swiper navigation arrows */
/* .clubs-slide .swiper-button-next,
.clubs-slide .swiper-button-prev {
    background: var(--gold);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;

}

.clubs-slide .swiper-button-next:after,
.clubs-slide .swiper-button-prev:after {
    display: none;
}

.clubs-slide .swiper-button-next:hover,
.clubs-slide .swiper-button-prev:hover {
    background: var(--yellow-angle-three);
    transform: scale(1.1);
}

.clubs-slide .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Swiper pagination */
/* .clubs-slide .swiper-pagination-bullet {
    background: #bdc3c7;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.clubs-slide .swiper-pagination-bullet-active {
    background: #3498db;
    opacity: 1;
    transform: scale(1.2);
}  */

.clubs-card {
    position: relative;
}
.clubs-card h2 {
  color: var(--light-color);
  position: absolute;
  bottom: 10%;

  text-transform: uppercase;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 10;
}

.clubs-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 10, 30, 0.5) 0%, rgba(0, 10, 30, 0) 50%);
    z-index: 1;
}


.ft-contact-text a{
    color: #7f7f7f!important;
    text-decoration: none;
}

.ft-main p{
    font-size: 1rem!important;
}

/* =====================================
   HOME FAQ (ported from live HTML style.css)
   Matches the .home-faq accordion on the home page.
===================================== */

.home-faq {
    padding: clamp(1rem, 5vw, 4rem) 0 0;
}

.home-faq .heading h2 {
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 2rem;
}

/* ACCORDION ITEM */
.home-faq .accordion-item {
    border: 1.5px solid #EFBA07 !important;
    border-radius: 12px !important;
    background-color: #ffffff;
    margin-bottom: 1.4rem;
    overflow: hidden;
}

/* Keep 20px radius while opening, opened or closing */
.home-faq .accordion-item:has(.accordion-collapse.show),
.home-faq .accordion-item:has(.accordion-collapse.collapsing) {
    border-radius: 20px;
}

.home-faq .accordion-item h4 {
    margin: 0;
    font-family: 'gen-semi', sans-serif;
}

/* ACCORDION BUTTON */
.home-faq .accordion-button {
    position: relative;
    width: 100%;
    padding: 16px 50px 16px 24px;
    margin: 0;

    border: none;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none !important;

    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-align: left;

    background-color: #ffffff !important;
    background-image: none !important;

    transition: color 0.2s ease;
}

.home-faq .accordion-button.collapsed,
.home-faq .accordion-button:not(.collapsed),
.home-faq .accordion-button:hover,
.home-faq .accordion-button:focus,
.home-faq .accordion-button:active {
    color: #333333;
    background-color: #ffffff !important;
    border: none;
    box-shadow: none !important;
    outline: none;
}

/* Remove Bootstrap default arrow */
.home-faq .accordion-button::after {
    display: none;
    background-image: none !important;
}

/* COLLAPSE AREA */
.home-faq .accordion-collapse,
.home-faq .accordion-collapse.show,
.home-faq .accordion-collapse.collapsing {
    background-color: #ffffff !important;
}

/* ACCORDION BODY */
.home-faq .accordion-body {
    padding: 0px 24px 24px;

    border: none;
    border-radius: 0;

    color: #555555;
    font-size: 15px;
    line-height: 1.6;

    background-color: #ffffff !important;

    margin: 0;

    animation: none !important;
    transform: none;
    opacity: 1;
}

.home-faq .accordion-body p:last-child {
    margin-bottom: 0;
}

/* PLUS AND MINUS ICONS */
.home-faq .icon-svg {
    position: absolute;
    top: 50%;
    right: 5px;

    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    pointer-events: none;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.home-faq .icon-svg svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Closed state */
.home-faq .accordion-button.collapsed .icon-svg.plus {
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}

.home-faq .accordion-button.collapsed .icon-svg.minus {
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
}

/* Open state */
.home-faq .accordion-button:not(.collapsed) .icon-svg.plus {
    opacity: 0;
    transform: translateY(-50%) rotate(-90deg);
}

.home-faq .accordion-button:not(.collapsed) .icon-svg.minus {
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}

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

    .home-faq {
        padding: 2rem 0;
    }

    .home-faq .heading h2 {
        padding-bottom: 1.5rem;
    }

    .home-faq .accordion-button {
        padding: 14px 45px 14px 18px;
        font-size: 15px;
    }

    .home-faq .accordion-body {
        padding: 6px 18px 20px;
        font-size: 14px;
    }

    .home-faq .icon-svg {
        right: 4px;
        width: 22px;
        height: 22px;
    }
}
