body {
    font-family: "Jost", sans-serif;
    /* background: var(--color-black);
    color: var(--color-white); */
    /* font-family: "Cormorant Garamond", serif; */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: var(--color-black);
    color: var(--color-white);
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in;
    color: inherit;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    padding-bottom: 10px;
}


input,
select,
textarea {
    width: 100%;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-transparent: #0000;
    --color-golden: #BF9B35;
    --color-9CA3AF: #9CA3AF;
    --fs-50: 50px;
    --lh-60: 60px;
    --fs-64: 64px;
    --lh-74: 100.625%;
    --fs-38: 38px;
    --fs-22: 22px;
    --lh-35: 159.091%;
    --lh-88: 110.579%;
    --fs-70: 70px;
    --lh-68: 120%;
    --fs-50: 50px;
    --lh-68: 120%;
    --fs-32: 32px;
    --lh-36: 112.5%;
    --fs-36: 36px;
    --lh-41: 113.889%;
    --fs-50: 50px;

}



/* MAIN VIDEO SECTION HERE  */

section.mainnvideo-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* min-height: 100vh; */
}

.minheight-holders {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

video.bannervideo-here {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.overlays-backgrounds {

    background: #00000034;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.every-homes,
.overlays-backgrounds {
    position: absolute;
    inset: 0;
}




.homedesign-holders {
    max-width: fit-content;
    color: var(--color-white);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.homedesign-holders {
    position: relative;
    --line-scale: 0.2;
    /* GSAP will change this number */
}

.homedesign-holders::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid var(--color-white);
    width: 100%;
    left: 0;
    bottom: 0;
    /* This connects the JS to the pseudo-element */
    transform: scaleX(var(--line-scale));
    transform-origin: center;
}

.homedesinged-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;

}



.jonthan-holders p {
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
}


.text-gold {
    color: var(--color-golden);
}

.jonthan-holders {
    max-width: 757px;
    width: 100%;
    position: absolute;
    top: 42%;
    text-align: right;
    color: var(--color-white);
}

.jonthan-holders {
    max-width: 757px;
    width: 100%;
    position: absolute;
    top: 42%;
    color: var(--color-white);
}

.homebildoverlay-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.quote-symbol {
    max-width: 96px;
    position: absolute;
    top: -25%;
    left: 0%;
    z-index: -1;
}

/* Hide the animated sections by default so they don't flash on load */

/* MAIN VIDEO SECTION HERE END */

.textcenter-sec {
    /* background: var(--color-black); */
    margin-top: -10px;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}



.centerdata-text .fs-70 {
    font-family: "Cormorant Garamond", serif;
    text-align: center;
}


section.testimonial-sliders {
    /* background: var(--color-black);
    color: var(--color-white); */
    padding: 30px 0px;
}

.fs-17 {
    color: #E8E8E8;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.34px;
    padding-bottom: 5px;
}

.profilee-name p,
.ratring-data p {
    color: #9E9E9E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 0;
}

.rating-lists {
    display: flex;
}

.ratring-data {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
}

.review-details p {
    color: #BFBFBF;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.imageprofiless {
    height: 38px;
    width: 38px;
    overflow: hidden;
    border-radius: 50%;
}

.imageprofiless img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.geid-profileimage-name {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}


.bakground-image {
    background: var(--color-black);
    color: var(--color-white);
}

/* .testmonials-holderss {
    max-width: 660px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    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);
    padding: 20px;
} */

.testmonials-holderss {
    max-width: 660px;
    width: 100%;
    /* background: rgb(255 255 255 / 15%); */
    /* border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px; */
}




.testimonial-grids {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 94%;
    margin-left: auto;

}

.grids-allslider-testmonnilas {
    max-width: 82%;
    width: 100%;
    position: relative;
}

.datholderstickymains {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    padding: 100px 0px;
}

.grids-allslider-testmonnilas::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 91.16%);


    width: 15%;
    z-index: 1;
}

.grids-allslider-testmonnilas::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, #000000cc 20.7%, rgba(0, 0, 0, 0.00) 54.3%);
    width: 26%;
    z-index: 11;
    height: 100%;
}

/* This makes the movement perfectly smooth instead of 'bouncing' */
.mySwipertestimonials .swiper-wrapper {
    transition-timing-function: linear !important;
}

.homeownersay-image {
    max-width: 235px;
    width: 100%;
}

.center-datatext .fs-50 {
    font-family: "Cormorant Garamond", serif;
}

.center-datatext {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

section.whereareyou-sec {
    /* background: var(--color-black);
    color: var(--color-white); */
    padding: 0px !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allabout-cards p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}



/* NEW CSS SATRT HERE  */
/* .maincards {
    max-width: 334px;
    min-height: 464px;
    position: relative;
    overflow: hidden;
 
    padding: 20px;
} */


.maincards {
    max-width: 334px;
    min-height: 464px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    padding: 20px;
    border-radius: 12px;
    transform: scale(1.4);
    transition: border-radius 0.3s ease;
    background-repeat: no-repeat !important;
    background-size: 107% 111% !important;
    background-position: center !important;
}


.cardoverlay-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    z-index: 11;
}

.gridinside-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
}

.grid-cards .maincards:nth-child(1) {
    background: lightgray;
    color: var(--color-black);
}

.grid-cards .maincards:nth-child(2) {
    background: var(--color-golden);
    color: var(--color-white);
}

.grid-cards .maincards:nth-child(3) {
    background: #2c2c2c;
    color: #9CA3AF;
}

.grid-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* NEW CSS SATRT HERE END */
/* Update these specific properties in your existing CSS */
.whereareyou-sec {
    overflow: hidden;

}

.grid-cards {
    display: flex;
    justify-content: center;
    gap: 0px;
    /* Initial gap */
    perspective: 1000px;
    /* Required for smooth rotation */
}

/* .maincards {
    max-width: 334px;
    height: 464px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    padding: 20px;
    transform: scale(1.4); 
    transition: border-radius 0.3s ease; 
}
 */




.gridinside-card {
    position: relative;
    z-index: 2;
    /* Ensure content is above the image */
}


section.getintouch-sec {
    background: var(--color-black);
    color: var(--color-white);
    padding: 85px 0px;
    position: relative;
    overflow: hidden;
}

.contact-video {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: brightness(0.3); */
}

.form-holders {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.universal-input input,
.universal-input textarea,
.universal-input label,
.form-text p,
.universal-input input::-webkit-input-placeholder,
.universal-input textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-white);
}

.form-text {
    max-width: 425px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: var(--color-white);
    padding-bottom: 35px;
}


.universal-input label {
    padding-bottom: 5px;
}

.form-titles {
    padding-top: 45px;
    text-align: center;
}

.universal-input {

    padding: 0px 10px;
    margin-bottom: 20px;
}

.form-titles p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
}

.form-titles p a {
    color: #0C64C9;
}

.universal-input input {
    height: 48px;
    padding: 0px 10px;
}

.universal-input textarea {
    padding: 15px 10px 10px 10px;
}

.universal-input input,
.universal-input textarea {
    border-radius: 10px;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    background: transparent;
}


.submit-button-main {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    max-width: fit-content;
    margin: 0 auto;
    background: var(--color-golden);
    border: none;
    padding: 11px 46px;
    transition: 0.3s ease-in;
    border-radius: 10px;
}

/* span.video-overlays {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(85deg, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 38%) 100%);
} */

span.video-overlays {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(2deg, rgb(0 0 0 / 28%) 0%, rgb(0 0 0) 100%);
}

section.getintouch-sec::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #00000026;
    height: 139%;
}

.submit-button-main:hover {
    background: var(--color-black);
    color: var(--color-white);
}

.submit-button {
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}




/* HEADER CSS  */

header.custom-headers {
    /* background: var(--color-white); */
    padding: 18px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 111;
}

.bars .line {
    fill: none;
    stroke: var(--color-golden);
    stroke-width: 4;
    stroke-linecap: square;
    transition: stroke-dasharray 400ms, stroke-dashoffset 1s;
}

.bars .line.top {
    stroke-dasharray: 40 172;
}

.bars .line.middle {
    stroke-dasharray: 40 111;
}

.bars .line.bottom {
    stroke-dasharray: 40 172;
}

.bars.active .top {
    stroke-dashoffset: -132px;
}

.bars.active .middle {
    stroke-dashoffset: -71px;
}

.bars.active .bottom {
    stroke-dashoffset: -132px;
}

.menu-icon {
    max-width: 45px;
    width: 100%;
    display: none;
}

.grid-mainnavbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.mainlogo {
    max-width: 179px;
    width: 100%;
}

.gridlogo-parents {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: fit-content;
    margin-left: auto;
    width: 100%;
}

ul.list-datalinks li a {
    color: var(--color-golden);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

ul.list-datalinks li a:hover {
    color: var(--color-white);
}

.dotspoints {
    display: block;
    height: 12px;
    width: 12px;
    background: var(--color-golden);
    border-radius: 50%;
    transition: 0.4s ease-in;
}

ul.mainnavlist-here li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.9px;
    color: var(--color-white);
}

ul.mainnavlist-here {
    display: flex;
    flex-direction: column;
    gap: 25px;
}


/* .main-navholderss {
    position: absolute;
    top: 95px;
    left: 3%;
    animation: onloadcss 1s linear;
}

@keyframes onloadcss {
    0% {
        opacity: 0;
        top: 0;
    }

    100% {
        opacity: 1;
        top: 95px;
    }
} */


.main-navholderss {
    --navTop: 95px;
    position: absolute;
    top: var(--navTop);
    left: 3%;
    animation: onloadcss 1s ease;
}

@keyframes onloadcss {
    0% {
        opacity: 0;
        transform: translateY(calc(-1 * var(--navTop)));
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


ul.mainnavlist-here li {
    position: relative;
}

ul.mainnavlist-here li:hover .dotspoints {
    background: var(--color-white);
}


.links-namee {
    transform: translateX(-30%);
    opacity: 0;
    transition: 0.3s linear;
}


ul.mainnavlist-here li a:hover .links-namee {
    transform: translateX(0%);
    opacity: 1;
}

ul.list-datalinks {
    max-width: fit-content;
    width: 100%;
}

/* HEADER CSS END */

.mainbackground-holders {
    position: relative;
    /* min-height: 930px; */
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    padding: 30px 0px;
}

.parentsliders-holders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 10;
    /* Ensures it stays above the video and overlays */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.slider-overlays {
    position: absolute;
    inset: 0;
    /* background: var(--Dark-Gradiant, linear-gradient(270deg, #000 0%, rgba(23, 23, 23, 0.85) 46.63%, rgba(74, 74, 74, 0.50) 100%)); */
    /* background: linear-gradient(84deg, #000000a8 0%, rgb(0 0 0 / 47%) 90.16%); */
    background: var(--Dark-Gradiant, linear-gradient(270deg, #000000 0%, rgb(23 23 23 / 96%) 46.63%, rgb(0 0 0 / 63%) 100%));
    opacity: 0.8;
}

.background-imagee {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    /* filter: brightness(0.75); */
    transform: scale(1.1);
    transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1),
        filter 0.8s ease;
    will-change: transform;
}

.swiper-slide-active .background-imagee {
    transform: scale(1);
}

section.headerslider-sec {
    position: relative;
}

.parentsliders-holders .swiper {
    width: 100%;
}

.review-details {
    padding-top: 10px;
}

.slidercard-holders {
    position: absolute;
    max-width: 50%;
    right: 0;
    top: 30%;
    z-index: 111;
    width: 100%;
}

.card-holders {
    position: relative;
    max-width: 248px;
    height: 320px;
    border-radius: 9px;
    overflow: hidden;
    transition: 0.3s linear;
    margin-top: 48px;
    cursor: pointer;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.card-imagee {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    filter: brightness(0.65);
}



.slider-dataa {
    position: absolute;
    top: 40%;
    max-width: 44%;
    width: 100%;
    left: 5%;
    color: var(--color-white);
    transform: translateY(15%);
    height: 0px;
    transition: 0.5s ease-in-out;
    overflow: hidden;

}

.swiper-slide-active .slider-dataa {
    transform: translateY(0%);
    height: auto;
}



.swiper-slide-thumb-active .card-holders {
    height: 410px;
    margin-top: 0;

}

/* .slidercard-holders .swiper-wrapper {
    align-items: center;
} */

.card-detailsdata p {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 0;
}

.card-detailsdata {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 15px 15px 15px;
}






.slider-dataa .universal-anchor {
    padding-top: 25px;
}


.custom-button .swiper-button-next,
.custom-button .swiper-button-prev {
    position: static;
}

.custom-button {
    /* display: flex; */
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: start;
    margin-top: 40px;
    /* visibility: hidden; */
}

.custom-button.banners {
    position: absolute;
    /* top: 90%; */
    z-index: 111;
    bottom: -5%;
}

.mySwipercards {
    height: 467px;
    overflow: hidden;
}


.custom-button .swiper-button-next,
.custom-button .swiper-button-prev {
    color: var(--color-white);
    background: var(--color-golden);
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}


.custom-button .swiper-button-next:after,
.custom-button .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 700;
}

footer.custom-footer {
    background: var(--color-black);
    color: var(--color-9CA3AF);
}


footer.custom-footer p,
footer.custom-footer a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

footer.custom-footer a:hover {
    color: var(--color-golden);
}

.logodata {
    max-width: 422px;
    width: 100%;
}

.iframe-holders {
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.iframe-holders iframe {
    width: 100%;
}

ul.footernav-links {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

ul.scoail-media {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-top: 20px;
    flex-wrap: wrap;
}

.mainfooter-parents {
    padding: 20px 0px;
}

.quicklonks-holders {
    max-width: fit-content;
    margin: 0 auto;
}


.footer-logo {
    max-width: 442px;
    width: 100%;
    margin-bottom: 35px;
}


.copyrights-holders {
    text-align: center;
    border-top: 1px solid var(--color-9CA3AF);
    padding: 10px 0px;
}

.copyrights-holders p {
    padding: 0;
}

section.higlisted-sec {
    background: var(--color-black);
    position: relative;
    color: var(--color-white);
    padding: 10px 0px;
    /* background: linear-gradient(90deg, rgba(191, 155, 53, 1) 0%, rgba(255, 234, 0, 1) 50%, rgba(191, 155, 53, 1) 100%); */
}

.gold-banner-content {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

}

.gold-banner-content .universal-anchor {
    max-width: fit-content;
    width: 100%;
}
span.gradient-overlays {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    /* Initial width */
    opacity: 0;
    --stop-pos: 50%;
    /* Define the starting position here */
    background: linear-gradient(270deg, rgb(0 0 0) 0%, rgb(157 144 0) var(--stop-pos), rgb(119 91 13) 100%);
}

.fs-25 {
    font-size: 25px;
    font-weight: 400;
}


.universal-button {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: var(--color-golden);
    color: var(--color-white);
    padding: 10px 20px;
    border-radius: 10px;
}

.universal-button:hover {
    background: var(--color-black);
}


.universal-button.white {
    background: var(--color-black);
    color: var(--color-white);
}



.section-padding {
    padding: 80px 0px;
}

.fs-64 {
    font-size: var(--fs-64);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-74);
    padding-bottom: 20px;
}

.fs-38 {
    font-size: var(--fs-38);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-88);
    letter-spacing: 1.748px;
}


.fs-22 {
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 600;
    line-height: var(--lh-35);
}

.fs-70 {
    font-size: var(--fs-70);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-68);
}

.fs-50 {
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-68);
}


.fs-32 {
    font-size: var(--fs-32);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-36);
}

.fs-36 {
    font-size: var(--fs-36);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lh-41);
    padding-bottom: 20px;
}



.text-golden {
    color: var(--color-golden);
}

.centerdata-text {
    max-width: 95%;
    margin: 0 auto;
    width: 100%;
}


/* ABOUT US PAGE CSS  */




.content-banner {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.top-banner {
    margin-top: 70px;
}

section.banner-title {
    padding: 50px 0px;
}

.fs-50 {
    font-size: var(--fs-50);
    padding-bottom: 15px;
}


.content-banner p {
    font-size: 22px;
    font-weight: 200;
}


.video-container {
    max-width: fit-content;
    margin: 0 auto;
    width: 100%;
    position: relative;
}


/* .video-container::after {
    position: absolute;
    content: "";
    inset: -20%;

    background: radial-gradient(circle at center,
            rgba(191, 155, 53, 0.5),
            rgba(191, 155, 53, 0.2) 40%,
            transparent 70%);

    filter: blur(60px);
    z-index: -1;
} */


.video-container::after {
    position: absolute;
    content: "";
    inset: -20%;
    background: radial-gradient(circle at center, rgb(191 155 53), rgba(191, 155, 53, 0.2) 40%, transparent 70%);
    filter: blur(60px);
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #bf9b3594;
    width: 100%;
    height: 48%;
    border-radius: -3%;
    filter: blur(90px);
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(-50%, 43%, 0);
    transition: .4s cubic-bezier(0, 0, .4, .97);
    transition-property: opacity, transform;
}

.about-video {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: center center;
    will-change: transform, border-radius;
    margin-top: 70px;
}

.banner-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 40px;


}

.grid-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgb(0 0 0 / 39%);
    border-radius: 56px;
    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);
    padding: 10px 30px;
    justify-content: center;
}

.grid-video-play p {
    font-size: 20px;
    padding: 0;
    font-weight: 500;
}

.image-buttonplays {
    border-radius: 50%;
    overflow: hidden;
    max-width: 37px;
    width: 100%;
}

.card-datahere {
    max-width: 50%;
    width: 100%;

}

.image-gridscards {
    max-width: 50%;
    margin: 0 auto;
    width: 100%;
}

.grid-cardsholders {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.griodd-evens .grid-cardsholders:nth-child(even) .card-datahere {
    order: 2;
}

.card-datahere.lasts {
    max-width: 100%;
}

.card-datahere p,
.lastdatheres p {
    font-size: 23px;
    font-weight: 300;
}


.grid-cardsholders.second .image-gridscards {
    max-width: 40%;
}

.grid-cardsholders.second .card-datahere {
    max-width: 60%;
}

section.carddata-sec {
    position: relative;
    width: 100%;
    background-color: #000;
    /* Prevents seeing the white body background */
    overflow: visible !important;
    /* Critical for GSAP Pinning */
}

.people-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    z-index: 1;
}


/* Make sure text is readable over the video */
.card-datahere p {
    color: #ffffff;
    pointer-events: auto;
    /* Re-enable clicking on links/text */
}

/* ABOUT US PAGE CSS END */




.griodd-evens {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.main-parentsholders {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 70px 0px;
}



















/* new  */

section.carddata-sec {
    background-attachment: fixed;
}

/* Keeps words from splitting in half */
.word-wrapper {
    display: inline-block;
    white-space: nowrap;
}

/* Base style for characters before they are revealed */
.anim-char {
    color: #000;
    transition: opacity 0.1s linear;
}

/* Ensure the sticky section is full screen and centered */
.parentfelx {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: visible !important;
}

/* new  */
section.carddata-secccc{
    position: relative;
}

.grid-cardsholders,.lastdatheres{
    margin-top: -19%;
}

.parentfelx.lastshright{
    min-height: auto;
}

.logbighere {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.logodatasss {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.videobagblend {
    position: absolute;
    inset: 0;
    background: linear-gradient(359deg, #a6a6a8, transparent);
    opacity: 0;
}
.image-people {
    position: relative;
    z-index: 11;
}


.fadeinside-datas {
    top: 0;
    left: 0;
    z-index: 11111;
    width: 100%;
}

.lastimage-data {
    height: 100vh;
    background: linear-gradient(359deg, #a6a6a8, transparent);
}

.logo-dataaaaaa {
min-height: 100vh;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.imageholders {

    transform: translateY(148%);

} .overlayvideo {
  position: relative;
  z-index: 2;
}

.overlayvideo::after {
  content: "";
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(255,255,255,0.2), transparent);
  filter: blur(40px);
  z-index: -1;
}

.logo-dataaaaaa {
    min-height: 100vh;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.carddata-secccc{
    min-height: 200vh;
    z-index: 1;
}

video.overlayvideo {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
}

.logo-dataaaaaa {
    min-height: 100vh;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.alllastststs {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
}

span.overrererer{
       position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #BFC1C3 0%, #000 100%); 
    opacity: 0;
}


.team-image {
    max-width: fit-content;
    margin: 0 auto;
    height: 385px;
    overflow: hidden;
}


.team-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.team-holders {
    max-width: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    background: rgb(195 195 195 / 14%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    overflow: hidden;
}


.team-grids {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: fit-content;
    margin: 0 auto;
}

.center-data {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

section.team-sec{
    padding: 50px 0px;
    color:var(--color-golden);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parent-holders {
    margin-top: -8%;
}