main {
    background: var(--bg-grey);
}

.container {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.map-directions-footer {
    border: 1px solid var(--primary-color);
}
.map-directions-footer:hover {
    border: 1px solid var(--secondary-color);
}

.better-section {
    /* min-height: 50vh; */
    height: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 10%;
}

.better-container {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}

.primary-color {
    color: var(--primary-color);
}
/* 
.better-section h2,
.better-container h2 {
    font-size: clamp(34px, 7vw, 96px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -1px;
    color: #000;
    margin: 0;
    padding: 20px 0;
} */

.better-section p {
    /* max-width: 420px; */
    margin: 30px auto 0;
    /* font-size: clamp(12px, 1vw, 14px); */
    line-height: 1.6;
    color: #555;
}

.primary-text {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .better-section {
        height: auto;
        padding: 0;
        padding-top: 20%;
    }
    .section-title-h2 {
        line-height: 3rem !important;
    }
}

@media (max-width: 767px) {
    .better-section p {
        max-width: 300px;
        margin-top: 20px;
    }
}

#videoWrapAbout {
    padding: 50px 150px;
}

#videoWrapAbout .home-hero__video-wrapper {
    height: 100vh !important;
    padding: 50px 150px;
    box-sizing: border-box;
}

.image-sequence__element,
.image-sequence__canvas {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 1199px) {
    #videoWrapAbout {
        padding: 40px 60px;
    }
    .title-section {
    }

    #videoWrapAbout .home-hero__video-wrapper {
        height: 80vh !important;
        padding: 0;
        top: 12%;
    }
    .better-section {
        height: auto;
    }
}

@media (max-width: 767px) {
    /* #videoWrapAbout {
        padding: 30px 20px;
    }

    #videoWrapAbout .home-hero__video-wrapper {
        height: 90vh !important;
        top: 8%;
    } */
    #videoWrapAbout {
        padding: 20px 0;
    }

    #videoWrapAbout .home-hero__video-wrapper {
        height: 100vh !important;
        min-height: 320px;
        padding: 0;
        top: 0%;
        box-sizing: border-box;
    }
}

/* .reveal-section-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
} */

.principles-section {
    background: var(--bg-grey);
    padding: 60px 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 3;
    height: 100vh;
}

.scroll-track {
    position: relative;
    width: 100%;
    height: 700vh;
    padding: 50px 150px;
    z-index: 1;
    top: 0;
    left: 0;
}

/* 
.reveal-section-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
}

.principles-section {
    background: var(--bg-grey);
    padding: 125px 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 3;
    position: sticky;  
    top: 0;
    will-change: transform;
}

.scroll-track {
    position: relative;
    width: 100%;
    height: 300vh;  
    padding: 50px 150px;
    z-index: 1;
} */

.section-title {
    text-align: center;
    font-size: clamp(32px, 4.5vw, 68px);
    font-weight: 300;
    line-height: 1.15;
    color: #252525;
    margin: 0 auto 90px;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
}

.principle-card {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 38px;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.number {
    font-size: 72px;
    font-weight: 300;
    line-height: 1;
}

.card-header h3 {
    max-width: 250px;
    text-align: right;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.divider {
    width: 100%;
    height: 1px;
    background: #c8d7dd;
    margin: 20px 0 28px;
}

.principle-card p {
    color: #666;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 1199px) {
    .principles-section {
        padding: 70px 30px;
        height: auto;
        position: relative;
    }

    .principles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        display: flex;
        flex-direction: row;
    }
    .principle-card {
        padding: 20px;
    }

    .section-title {
        margin-bottom: 60px;
    }
    .number {
        font-size: 52px;
    }
    .principle-card p {
        color: #666;
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .principles-section {
        padding: 20px 20px;
        position: relative;
        /* display: flex;
      flex-direction: column; */
    }

    .section-title {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .principles-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        display: flex;
        flex-direction: column;
    }

    .principle-card {
        padding: 28px;
    }

    .number {
        font-size: 52px;
    }

    .card-header h3 {
        font-size: 15px;
        max-width: 180px;
    }

    .principle-card p {
        font-size: 16px;
    }
}

.project-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    gap: 60px;
    align-items: center;
    padding: 0;
}

.image-side {
    flex: 8;
    max-width: 800px;
    height: 60vh;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.image-side img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition:
        opacity 0.6s ease-in-out,
        transform 0.6s ease-in-out;
    transform: scale(1.02);
}

.image-side img.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.content-side {
    flex: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.content-side::before {
    content: "";
    position: absolute;
    left: 50%;
    /* top: -25%; */
    top: 0;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}

.content-side h2 {
    margin-top: 20px;
    font-size: 50px;
    line-height: 36px;
    font-weight: 400;
}

.accordion-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c4c4c4;
    cursor: pointer;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
    width: 50%;
    flex-shrink: 0;
    padding-top: 4px;
}

.accordion-row.active .menu-item {
    color: var(--primary-color);
}

.loader-svg {
    width: 200px;
    height: 200px;
    transform: rotate(-90deg);
    display: none;
}

.active .loader-svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    display: block;
}

.loader-bg {
    fill: none;
    stroke: #e5e5e5;
    stroke-width: 2;
}

.loader-track {
    fill: none;
    stroke: #c4c4c4;
    stroke-width: 2.5;
    stroke-dasharray: 56.54;
    stroke-dashoffset: 56.54;
    transition: stroke-dashoffset 0.1s linear;
}

.accordion-row.active .loader-track {
    stroke: #000000;
    stroke-width: 3;
}

.description-panel {
    flex: 1;
    padding-left: 30px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease;
}

.description-panel::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    height: 40px;
    width: 2px;
    background-color: #e49365;
}

.accordion-row.active .description-panel {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
}

/* .accordion-row.active .description-panel {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
} */

.text-content {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    position: relative;
    color: #555555;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

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

@media (max-width: 1199px) {
    .scroll-track {
        padding: 50px 60px;
        height: auto;
    }
    .gallery-section_page {
        padding: 40px 20px !important;
    }
}

@media (max-width: 1025px) {
    .project-container {
        position: relative;
        height: auto;
        gap: 30px;
        padding: 0;
        display: block;
    }
    /* .principles-grid {
     display: flex;
        flex-direction: column;
    } */
    .gallery-section_page {
        padding: 40px 20px;
    }
    .description-panel {
        display: none;
    }

    .content-side h2 {
        text-align: center;
    }
    .floating-images-left,
    .floating-images-right {
        position: absolute;
        top: 8%;
        display: none;
    }
    .image-side {
        flex: 1;
        max-width: 100%;
        height: 30vh;
    }
    .content-side h2 {
        margin-top: 40px;
    }
}

@media (max-width: 820px) {
    .scroll-track {
        height: auto;
        padding: 40px 20px;
    }

    /* .project-container {
        position: relative;
        height: auto;
        flex-direction: column;
        gap: 30px;
        padding: 0;
    } */

    .image-side {
        max-width: 100%;
        width: 100%;
        height: revert-rule;
    }

    .content-side {
        width: 100%;
        gap: 24px;
    }

    .content-side::before {
        display: none;
    }

    .content-side h2 {
        font-size: 32px;
        line-height: 1.2;
        font-weight: 400;
    }

    .accordion-row {
        flex-direction: column;
        gap: 8px;
    }

    .menu-item {
        width: 100%;
        font-size: 22px;
    }

    .loader-svg,
    .active .loader-svg {
        width: 18px;
        height: 18px;
    }

    .description-panel {
        border-left: none;
        border-top: 2px solid #e5e5e5;
        padding-left: 0;
        padding-top: 12px;
        margin-left: 0;
        width: 100%;
    }

    .description-panel::before {
        left: 0;
        top: -2px;
        width: 50px;
        height: 2px;
    }

    .text-content {
        font-size: 16px;
        line-height: 22px;
    }
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 50px 150px;
}

.floating-images-left,
.floating-images-right {
    position: absolute;
    top: 0;
}

.floating-images-left {
    left: 0;
}

.floating-images-right {
    right: 0;
}

.image-box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box.large {
    width: 192px;
    height: 192px;
}

.image-box.small {
    width: 96px;
    height: 96px;
    margin-top: 5px;
    margin-left: 191px;
}

.center-content {
    z-index: 10;
    max-width: 650px;
}

.team-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.contact-text {
    color: #4b5563;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
}

.button.w-inline-block {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    font-size: 1rem;
    padding: 14px 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease;
    margin-bottom: 32px;
    display: inline-block;
}

.primary-btn {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 14px;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease;
    /* margin-bottom: 32px; */
    /* display: inline-block; */
    margin-left: 10px;
}
.button.w-inline-block:hover {
    background-color: #e68e5e;
}

@media (max-width: 1199px) {
    .hero-section {
        padding: 50px 60px;
    }
}

@media (max-width: 768px) {
    .floating-images-left,
    .floating-images-right {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 50px 20px;
    }
}

.gallery-section {
    padding: 80px 150px;
    padding-top: 0;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-description {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    grid-auto-flow: dense;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 320px;
    cursor: pointer;
}

.gallery-item.featured {
    grid-column: span 2;
    grid-row: span 2;
    height: 498px;
    margin-top: -20px;
}

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

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

.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: 0.4s;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item .content {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #fff;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.4s;
}

.gallery-item:hover .content {
    transform: translateY(0);
    opacity: 1;
}

.gallery-item .content h4 {
    font-size: 22px;
    margin-bottom: 8px;
}

.gallery-item .content p {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .gallery-section {
        padding: 80px 30px;
        padding-top: 0;
    }
    .gallery-section_page {
        padding: 40px 38px;
        scroll-margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item.featured {
        grid-column: span 2;
    }

    .section-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-item,
    .gallery-item.featured {
        height: auto;
        grid-column: auto;
        grid-row: auto;
    }

    .section-title {
        font-size: 32px;
    }
}

.video-section {
    padding: 0 150px 100px;
}

.video-section .section-title {
    font-size: 52px;
    /* font-weight: 700; */
    color: #111;
    margin-bottom: 15px;
}

.section-desc {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
    line-height: 1.8;
}

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

.video-card {
    position: relative;
    height: 320px;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.video-card img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: 1s;
}

.video-card:hover img {
    transform: scale(1.08);
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.2)
    );
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 0.4s;
    font-size: 30px;
}

.video-card:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.15);
}

.video-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    color: #fff;
    z-index: 2;
}

.video-content h4 {
    font-size: 22px;
    font-weight: 600;
}

.video-content p {
    margin-top: 8px;
    opacity: 0.8;
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 30px;
}

.video-modal.active {
    display: flex;
}

.modal-inner {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.modal-inner iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
    border-radius: 16px;
}

.close-btn {
    position: absolute;
    top: -55px;
    right: 0;
    color: white;
    font-size: 42px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .video-section {
        padding: 0 30px 80px;
    }
}

@media (max-width: 991px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-section .section-title {
        font-size: 42px;
    }

    .video-card {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .video-section {
        padding: 0 20px 60px;
    }

    .video-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .video-section .section-title {
        font-size: 34px;
    }

    .video-card {
        height: 200px;
    }

    .play-btn {
        width: 35px;
        height: 35px;
        font-size: 5px;
    }

    .video-content h4 {
        font-size: 20px;
    }

    .close-btn {
        top: -45px;
        font-size: 32px;
    }
}

.project-highlights {
    position: relative;
    padding: 60px 0;
    background: #f5f4f1;
    overflow: hidden;
    /* padding-top: 10%; */
}

.project-highlights::before {
    content: "HAMPTON";
    position: absolute;
    top: 80px;
    left: -40px;
    font-size: 180px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
}

.project-highlights::after {
    content: "HOMES";
    position: absolute;
    bottom: 50px;
    right: -30px;
    font-size: 180px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
}

.project-highlights::before {
    content: "ABOUT";
    position: absolute;
    top: 80px;
    left: -40px;
    font-size: 180px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
}

.project-highlights::after {
    content: "US";
    position: absolute;
    bottom: 50px;
    right: -30px;
    font-size: 180px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
}

.project-highlights.better-section-wrapper::before {
    content: "ABOUT";
    position: absolute;
    top: 80px;
    left: -40px;
    font-size: 180px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
}

.project-highlight.better-section-wrapper::after {
    content: "US";
    position: absolute;
    bottom: 50px;
    right: -30px;
    font-size: 180px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
}

.h2-wrapper {
    font-size: clamp(34px, 7vw, 96px) !important;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -1px;
    color: #000;
    margin: 0;
    padding: 20px 0;
}
.highlights-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 60px 150px;
}

.highlight-card {
    position: relative;
    min-height: 260px;
    padding: 35px;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.highlight-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: var(--primary-color);
    transition: 0.5s;
}

.highlight-card:hover::before {
    height: 100%;
}

.highlight-card::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(
        circle,
        rgba(199, 163, 106, 0.15),
        transparent 70%
    );
    top: -150px;
    right: -150px;
    opacity: 0;
    transition: 0.5s;
}

.highlight-card:hover::after {
    opacity: 1;
}

.highlight-card .number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 95px;
    font-weight: 800;
    line-height: 1;
    color: rgb(125 125 125 / 12%);
    transition: 0.5s;
}

.highlight-card:hover .number {
    transform: scale(1.15);
    color: #c0541e1a;
}

.highlight-card h3 {
    position: relative;
    z-index: 2;
    font-size: 24px;
    margin-bottom: 15px;
    color: #111;
}

.highlight-card p {
    position: relative;
    z-index: 2;
    color: #666;
    line-height: 1.8;
}

.highlight-card:hover {
    transform: translateY(-12px) translateX(4px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.section-desc {
    max-width: 900px;
    margin: auto;
    color: #666;
    font-size: 18px;
    line-height: 1.9;
}

@media (max-width: 1199px) {
    .highlights-grid {
        padding: 60px 30px;
    }
}

@media (max-width: 991px) {
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 50px 20px;
    }

    .project-highlights::before,
    .project-highlights::after {
        font-size: 120px;
    }

    .highlight-card {
        min-height: 220px;
        padding: 28px;
    }

    .highlight-card .number {
        font-size: 80px;
    }

    .highlight-card h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .project-highlights::before,
    .project-highlights::after {
        font-size: 70px;
    }
}

.section-head {
    text-align: center;
    margin-bottom: 40px;
}

/* .section-head span {
    display: inline-block;
    color: #b68b4a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
} */

/* .section-head h2 {
    text-align: center;
    font-size: clamp(42px, 4.5vw, 68px);
    font-weight: 300;
    line-height: 1.15;
    color: #252525;
    max-width: 1400px;
    margin: 0 auto 50px;
} */

.section-head p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .section-head {
        margin-bottom: 40px;
    }

    .section-head h2 {
        font-size: 38px;
        margin: 0 auto 30px;
    }
}

.floorplans {
    padding: 60px 0;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    padding: 0 150px;
}

.plan-card {
    background: #ededed;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.plan-image {
    height: 500px;
    overflow: hidden;
}

.plan-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 1s;
}

.plan-card:hover img {
    transform: scale(1.08);
}

.plan-content {
    padding: 15px;
    background-color: white;
}

.plan-content h3 {
    margin-bottom: 15px;
    font-size: 30px;
}

.plan-content p {
    color: #666;
    line-height: 1.8;
}

@media (max-width: 1199px) {
    .plan-grid {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .plan-grid {
        grid-template-columns: 1fr;
        padding: 0 0px;
    }

    .plan-image {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .plan-image {
        height: 280px;
    }

    .plan-content h3 {
        font-size: 24px;
    }
    .project-highlights {
        padding-top: 30%;
        padding-bottom: 0px;
        background: #f5f4f100;
    }
}

.site-plan-section {
    padding: 60px 0;
    background: #fff;
}

.site-plan-wrapper {
    display: grid;
    /* grid-template-columns: 2fr 1fr; */
    gap: 50px;
    align-items: center;
    width: 100%;
    padding: 0 150px;
}

.site-plan-image {
    /* overflow: hidden; */
    border-radius: 24px;
    box-shadow: rgb(0 0 0 / 19%) 0px 8px 50px;
    transition: scale 0.5 ease-in;
}
.site-plan-image:hover {
    transform: scale(1.05);
}

.site-plan-image img {
    width: 100%;
    display: block;
    transition: 1s;
    /* height: 600px; */
    /* height: 100vh; */
    object-fit: contain;
    border-radius: 24px;
}

/* .site-plan-image:hover img {
    transform: scale(1.05);
} */

.site-plan-info {
    display: grid;
    /* flex-direction: row; */
    gap: 20px;
    grid-auto-flow: column;
}

/* .feature {
    background: var(--bg-grey);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .04);
} */

.feature {
    background: var(--bg-grey);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    transition:
        transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
        background-color 0.4s ease;
}

.feature:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.feature h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.feature p {
    color: #666;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .site-plan-wrapper {
        padding: 0 30px;
        display: block;
    }
    .site-plan-image {
        overflow: hidden;
        border-radius: 24px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.137);
        margin-bottom: 40px;
    }

    .site-plan-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
        display: grid;
        grid-auto-flow: column;
    }

    .site-plan-image img {
        object-fit: contain;
    }
    .map-frame-wrap {
        padding: 0% !important;
    }
    .map-frame-wrap img {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .site-plan-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }

    .site-plan-image img {
        height: 420px;
    }

    .feature h4 {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .site-plan-image img {
        height: 320px;
    }

    .site-plan-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
        display: grid;
        grid-auto-flow: row;
    }

    .feature {
        padding: 22px;
    }
}

.spec-gallery-section {
    padding: 100px 0;
}

.spec-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 0 150px;
}

.spec-card {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    padding: 0;
}

.spec-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease;
}

.spec-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    transition: 0.4s;
}

.spec-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    color: #fff;
    z-index: 2;
    transition: 0.4s;
}

.spec-content h4 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}

.spec-content span {
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    transition: 0.4s;
}

.spec-card:hover img {
    transform: scale(1.1);
}

.spec-card:hover .spec-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.95),
        rgba(0, 0, 0, 0.3)
    );
}

.spec-card:hover .spec-content {
    bottom: 35px;
}

.spec-card:hover .spec-content span {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .spec-gallery-grid {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .spec-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .spec-card {
        height: 280px;
    }

    .spec-content h4 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .spec-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.gallery-section {
    padding: 80px 40px;

    .section-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-title {
        font-size: clamp(32px, 5vw, 56px);
        font-weight: 400;
        margin: 0 0 24px;
    }

    .gallery-tabs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }

    .gallery-tab {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 13px;
        letter-spacing: 0.5px;
        color: #999;
        padding: 6px 0;
        border-bottom: 1px solid transparent;
        transition:
            color 0.25s ease,
            border-color 0.25s ease;
    }

    .gallery-tab:hover {
        color: #333;
    }

    .gallery-tab.active {
        color: #c0541e;
        border-bottom-color: #c0541e;
    }

    .gallery-grid {
        display: none;
        column-count: 3;
        column-gap: 20px;
    }

    .gallery-grid.active {
        display: block;
    }

    .gallery-item {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        break-inside: avoid;
        border-radius: 4px;
        cursor: pointer;
    }

    .gallery-item img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.4s ease;
    }

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

    .gallery-item .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0) 55%
        );
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .gallery-item .content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 16px 20px;
        opacity: 0;
        transform: translateY(10px);
        transition:
            opacity 0.3s ease,
            transform 0.3s ease;
    }

    .gallery-item .content h4 {
        color: #fff;
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

    /* Desktop hover reveal */
    .gallery-item:hover .overlay,
    .gallery-item:hover .content {
        opacity: 1;
        transform: translateY(0);
    }

    .gallery-item.is-active .overlay,
    .gallery-item.is-active .content {
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width: 1024px) {
        .gallery-grid {
            column-count: 2;
        }
    }

    @media (max-width: 600px) {
        .gallery-section {
            padding: 50px 20px;
        }
        .gallery-grid {
            column-count: 1;
        }
        .gallery-tabs {
            gap: 14px;
            font-size: 12px;
        }
    }
}

.section-header {
    text-align: center;
    width: 100% !important;
    max-width: 100%;
}

section .section-header {
    padding: 50px 50px;
}

.gallery-section_page {
    padding: 40px 150px;
    scroll-margin-top: 20px;
}
.gallery-section_page + .gallery-section_page {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.gallery-section_page:first-of-type {
    padding-top: 150px;
}

.section-header {
    text-align: center;
    margin-bottom: 0px;
}

.section-title {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 400;
    margin: 0 0 24px;
}

.gallery-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.gallery-tab {
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #5d5a5a;
    font-weight: 700;
    padding: 6px 0;
    border-bottom: 1px solid transparent;
    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}

.gallery-tab:hover {
    color: #333;
}

.gallery-tab.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

/* .gallery-grid {
            column-count: 3;
            column-gap: 20px;
        } */

/* .gallery-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
            grid-auto-flow: dense;
        }

        .gallery-item:nth-last-child(1):nth-child(4n+3) {
            grid-column: span 2;
        } */

.gallery-item {
    /* position: relative;
            overflow: hidden;
            margin-bottom: 20px;
            break-inside: avoid;
            border-radius: 15px;
            cursor: pointer; */
}

.gallery-item img {
    /* display: block;
            width: 100%;
            height: auto;
            transition: transform 0.4s ease; */
}

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

.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 55%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 20px;
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.gallery-item .content h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.gallery-item:hover .overlay,
.gallery-item:hover .content {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item.is-active .overlay,
.gallery-item.is-active .content {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .gallery-grid {
        column-count: 2;
    }
    .gallery-section_page {
        padding: 40px 20px;
    }
    .hero-section {
        padding: 0px 20px;
    }

    .hero-section .button.w-inline-block {
        margin-bottom: 0px;
    }
    section.gallery-section_page .section-header {
        padding: 20px 50px;
        margin-bottom: 0px;
    }
}

@media (max-width: 600px) {
    .gallery-section_page:first-of-type {
        padding-top: 100px;
    }
    .gallery-section_page {
        padding: 0px 20px;
        padding-bottom: 50px;
    }
    .gallery-grid {
        column-count: 1;
    }
    .gallery-tabs {
        gap: 14px;
    }
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 35px 0px;
    }
    .highlight-card {
        min-height: auto;
        padding: 2px;
    }
    .highlight-card {
        min-height: auto;
        padding: 0px;
    }
}

@media (max-width: 450px) {
    #videoWrapAbout {
        padding: 65px 0;
    }
}

.about-desc {
    /* font-size: clamp(30px, 2vw, 20px) !important;
                    max-width: 100% !  important; */
    width: 60%;
}
@media (max-width: 768px) {
    .about-desc {
        font-size: 15px !important;
        max-width: 100% !important;
    }
    .about-desc {
        width: 100%;
    }
    .img-tile {
        padding: 0px !important;
    }
}

@media (max-width: 420px) {
    .desk-faq-contact-grid {
        display: flex;
        gap: 10px !important;
        /* align-items: center;
            justify-content: center;
            flex-direction: column; */
    }
    .desk-contact-label {
        font-size: 11px !important;
    }
    .desk-contact-val {
        font-size: 10.5px !important;
    }
    .desk-faq-icon-circle {
        width: 30px !important;
        height: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .explore-us {
        top: 58% !important;
    }
}
