/* ===============================
   SECTION SPACING (Exact Match)
=================================*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --secondary-bg: #eae3dd;
    --tertiary-bg: #d7d0c8;
    --primary-bg: #eaeaea;
}

p {
    margin-bottom: 0;
}

.arrow-Top {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b58e58;
    border-radius: 6px;
    color: #ffffff;
    animation: topPulse 2s infinite;
}

body {
    font-family: 'Barlow', sans-serif;
    background-color: var(--primary-bg);
    scroll-behavior: smooth;
}

.section-title {
    font-family: 'Gilda Display', serif;
    letter-spacing: 1px;
}

.hero-title {
    font-family: 'Gilda Display', serif;
    letter-spacing: 1px;
}

.card-title {
    font-family: 'Gilda Display', serif;
    letter-spacing: 1px;
}

.nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
}

.section {
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.page-layout-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.bt {
    border-top: 1px solid rgba(189, 189, 189, 0.4);
}

.bb {
    border-bottom: 1px solid rgba(189, 189, 189, 0.4);
}

.desktop {
    display: none;
}

.mobile {
    display: flex;
}

.image-wrapper {
    height: 400px;
}

.image-left {
    width: 60%;
    height: 90%;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58%;
    height: 90%;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 10;
}


.image-left img,
.image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in;
}

.image-left:hover img,
.image-right:hover img {
    transform: scale(1.1);
}


/* ===============================
   TYPOGRAPHY (Exact Match)
=================================*/

.section-heading {
    font-size: 2.25rem;
    /* text-4xl */
    font-weight: 400;
    margin-bottom: 0;
}

.section-heading span {
    font-size: 2rem;
}

.section-subtitle {
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #b58e58;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.section-description {
    margin-top: 1rem;
    font-size: 1rem;
    max-width: 540px;
}


.content-text {
    max-width: 120rem;
    text-align: justify;
    /* max-w-xl */
}




/* ===============================
   BUTTON
=================================*/

.btn-primary {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    /* px-6 py-3 */
    background-color: #9e7833;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(209, 213, 219, 0.3);
    /* border-gray-300/30 */
    transition: all 0.3s ease;
}

.btn-primary:hover {
    padding-left: 2rem;
    /* hover:px-8 */
    padding-right: 2rem;
    background: #181818;
    border-color: #181818;
    color: #fff;
}

/* ===============================
   HEADER SPACING (Exact Copy)
================================ */

.custom-header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #000000;
    /* background-color: #0d1141; */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 0.8rem 0.8rem;
}



/* ===============================
   LOGO
================================ */

.logo-img {
    width: 8rem;
    /* w-32 */
}


/* ===============================
   NAV LINKS
================================ */

.nav-menu {
    gap: 3rem;
    /* gap-12 */
}

.nav-link-custom {
    font-size: 1rem;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    /* color:#000000ac; */
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}


.nav-link-custom:hover {
    color: #b58e58;
    font-weight: 500;
}

.section-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
}

/* ===============================
   SOCIAL ICONS
================================ */

.social-media {
    gap: 0.75rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(209, 213, 219, 0.1);
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    /* color:#000000ac; */
    color: #000000;
    transition: 0.3s;
}

.social-icon:hover {
    background: #b58e58;
    color: #ffffff;
}


/* ===============================
   MOBILE MENU
================================ */

.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000000;
    /* background-color: #0d1141; */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    z-index: 20;
}

.mobile-inner {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-inner a {
    /* color: #000000ac; */
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
}

.mobile-contact {
    padding-top: 16px;
}

.mobile-contact .mobile-heading {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    color: #9e7833;
    font-family: 'Gilda Display', serif;
}

.mobile-contact p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.mobile-icon {
    font-size: 1.2rem;
}

.mobile-contact a {
    /* color: #000000ac; */
    color: #ffffff;
    text-decoration: none;
}


/* ===============================
   HAMBURGER
================================ */

.menu-btn {
    background: none;
    border: none;
    width: 40px;
    height: 48px;
    position: relative;
}

.hamburger-line,
.hamburger-line::before,
.hamburger-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: #b58e58;
    /* background: #ffffff; */
    left: 0;
    transition: 0.3s;
}

.hamburger-line {
    top: 60%;
    transform: translateY(-50%);
}

.hamburger-line::before {
    top: -14px;
}

.hamburger-line::after {
    top: 14px;
}


/* ===============================
   HERO SECTION HEIGHT
================================ */

.hero-section {
    width: 100%;
    height: 36vh;
    position: relative;

}


/* ===============================
   IMAGE
================================ */

.object-cover-img {
    object-fit: cover;
    object-position: bottom;
}

/* ===============================
   OVERLAY
================================ */

.hero-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.2); */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 20%, transparent);
    color: #f3f4f6;
    align-items: flex-start;
}

/* ===============================
   CONTENT WIDTH
================================ */

.hero-content {
    max-width: 72rem;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 60px;
}

/* ===============================
   TYPOGRAPHY SIZING ONLY
================================ */

.hero-heading {
    font-size: 2rem;
    /* text-3xl */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


.hero-subtitle {
    font-size: 1.25rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* ===============================
   BUTTON
================================ */

.hero-btn {
    margin-top: 40px;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #9e7833;
    border: 1px solid #9e7833;

    color: white;
    text-decoration: none;
    transition: 0.3s ease;
}

.hero-btn:hover {
    color: white;
    padding-left: 2rem;
    padding-right: 2rem;
    background: #181818;
    border: 1px solid #181818;
}

.service-btn {
    color: black;
}

.service-btn:hover {
    color: #9e7833;
}

/* ===============================
   ZOOM EFFECT
================================ */

.zoom-img {
    animation: zoomIn 8s linear infinite alternate-reverse;
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}



/* ===============================
   SERVICE CARD
================================ */
.img-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 25px;
    padding-top: 40px;
}

.img-service-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 1px 0px 0px 0px;

}

.img-service-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.gallery-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.pt {
    padding-top: 120px !important;
}

.service-swiper {
    overflow: hidden;
}

.service-card {
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
}

.service-card {
    overflow: hidden;
    display: block;
}

.service-img-wrapper {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    aspect-ratio: 8/7;
    /* replaces aspect-3/2 */
}

.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(25%);
    transition: all 0.7s linear;
}

/* Hover Effects */
.service-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.service-section {
    background-color: var(--secondary-bg);
}

/* ===============================
   OVERLAY
================================ */

.service-overlay {
    width: 100%;
    /* position: absolute; */
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 12px 10px;
    /* background: linear-gradient(
        to top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.1),
        rgba(0,0,0,0)
    ); */
}

.overlay-content {
    transition: 0.2s ease-in-out;
    width: 100%;
}

.service-card:hover .overlay-content {
    transform: translateY(-4px);
}


/* ===============================
   CARD TITLE + HR
================================ */

.card-service-title {
    /* color: white; */
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.service-overlay hr {
    width: 4rem;
    opacity: 0.7;
    border-top: 1px solid black;
    transition: all 0.3s ease;
}

.service-card:hover hr {
    width: 96%;
    opacity: 1;
}

.margin-top {
    margin-top: 40px;
}

.margin-top-80 {
    margin-top: 80px;
}

/* ===============================
   SECTION STYLING
================================ */




/* ===============================
   CARD STYLING
================================ */

.expertise-card {
    border: 1px solid rgba(229, 231, 235, 0.2);
    /* border-gray-200/20 */
    padding: 3rem 0.9rem;
    /* py-12 px-4 */
    height: 100%;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.expertise-card:hover {
    border-color: #b58e58;
}

/* Icon */
.expertise-icon img {
    width: 72px;
    /* w-18 */
    height: 72px;
    object-fit: cover;
}

/* Title */
.card-title {
    font-size: 1.25rem;
    text-align: center;
}

/* Paragraph */
.expertise-card p {
    max-width: 22rem;
    text-align: center;
}


/* ===============================
   BACKGROUND SECTION
================================ */

.cta-section {
    width: 100%;
    min-height: 50vh;
    /* min-h-screen */
    position: relative;
    background-size: fill;
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-attachment: fixed; */
    /* bg-fixed */
}

/* ===============================
   OVERLAY
================================ */

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    /* bg-black/20 */
    padding: 2rem 1rem;
    align-items: flex-end;
}

/* ===============================
   CONTENT WIDTH
================================ */

.cta-content {
    max-width: 64rem;
    /* max-w-6xl */
}

/* ===============================
   SUBTITLE
================================ */

.cta-subtitle {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ===============================
   HEADING
================================ */

.cta-heading {
    font-size: 1.5rem;
    /* text-2xl */
    font-weight: 400;
    /* letter-spacing: 0.05em; */
    /* text-transform: uppercase; */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}


/* ===============================
   DESCRIPTION
================================ */

.cta-description {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ===============================
   BUTTON
================================ */

.cta-btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    border: 1px solid white;
    color: white;
    background: #9e7833;
    border-color: #9e7833;

    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #181818;
    border-color: #181818;
    padding-left: 2.25rem;
    /* hover:px-8 */
    padding-right: 2.25rem;
    color: white;
}

/* @supports (-webkit-touch-callout: none) {
    .cta-section {
        background-attachment: scroll;
    }
} */
/* ===============================
   SECTION SPACING
================================ */


/* ===============================
   MAX WIDTH
================================ */

.maximum-width {
    max-width: 1620px;
    margin: 0 auto;
}

/* ===============================
   CARD
================================ */

.featured-card {
    position: relative;
}

.featured-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 4;
    background: rgba(0, 0, 0, 0.1);
}

.featured-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

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


/* ===============================
   INFO CARD
================================ */
.featured-card a {
    color: #000;
    transition: all 0.3s ease;
}

.featured-info {
    width: 96%;
    margin: -3rem auto 0 auto;
    /* -mt-12 */
    padding: 1rem;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 10;
}

.project-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.project-type {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.project-location {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 0;
}



/* ===============================
   CARD
================================ */
.blog {
    background-color: var(--secondary-bg);
}

.blog-card {
    position: relative;
    /* border:1px solid #00000012; */
    background-color: var(--primary-bg);
    border-radius: 8px;
}

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    aspect-ratio: 3/2;
    background: rgba(0, 0, 0, 0.1);
}

.blog-img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3/2;
    padding-top: 12px;
    border-radius: 12px;
}

.latest-blog {
    margin: 16px 0 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* background: #121212; */
}

.latest-blog a {
    color: #181818;
    transition: all 0.3s ease;
}

.latest-blog:hover a {
    color: #9e7833;
}

.latest-blog-title {
    font-size: 32px;
    margin: 16px;
    color: #181818;
    font-family: 'Barlow Condensed', sans-serif;
}

/* Blog Item */
.latest-blog-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Effect */
.latest-blog-item:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* Image */
.latest-blog-item-img {
    width: 100px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.latest-blog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.latest-blog-item-content span {
    font-size: 11px;

}

.latest-blog-item-content h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.blog-img img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/* Vertical Button */
.vertical-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);

}

.vertical-btn a {
    display: block;
    border: 1px solid white;
    color: white;
    padding: 2rem 1rem;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.vertical-btn:hover a {
    border-color: #b58e58;
    background-color: #b58e58;
}

/* ===============================
   CONTENT
================================ */

.blog-content {
    padding: 0.9rem 0.8rem;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.blog-meta {
    font-size: 0.875rem;
    color: #6b7280;
    border-bottom: 1px solid rgba(209, 213, 219, 0.3);
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.blog-readmore a {
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: calc(1.75/1.25);
    text-decoration: none;
    transition: 0.3s;
    /* color: #181818; */
    color: #9e7833;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

.blog-readmore a:hover {
    opacity: 0.8;
    color: #9e7833;
}

.contact-link {
    position: relative;
}

.contact-link::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

/* ===============================
   SECTION SPACING
================================ */

.team-section {
    width: 100%;
    padding: 2.5rem 0.5rem;
}

/* ===============================
   HEADER
================================ */

.team-subtitle {
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #b58e58;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.team-heading {
    font-size: 2.25rem;
}


/* ===============================
   FOUNDER IMAGE
================================ */

.team-founder-img {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
}

.team-founder-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Social overlay */
.team-social {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.team-social a {
    color: white;

}

/* ===============================
   DIRECTOR CONTENT
================================ */

.director-note-label {
    letter-spacing: 0.15em;
    font-size: 11px;
    color: #b58e58;
    text-transform: uppercase;
}

.director-title {
    font-size: 1.875rem;
    font-weight: 300;
    margin-top: 1rem;
    max-width: 36rem;
    color: #3A4F63;
}

.director-content {
    margin-top: 1rem;
}

.director-signature {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 300;
}

/* ===============================
   TEAM MEMBERS
================================ */

.team-member-img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
}

.team-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.team-member-info {
    padding: 1rem 0.75rem;
}

.member-name {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-family: 'Gilda Display', serif;
}


.member-role {
    font-size: 1rem;
}



/* ===============================
   FOOTER SECTION
================================ */

.footer-section {
    /* background: var(--secondary-bg); */
    background: #000000;
    /* background-color: #0d1141; */
    padding: 2.5rem 0.5rem 0 0.5rem;
    /* color: black; */
    color: #ffffff;
}

.footer-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Logo */
.footer-logo {
    width: 11rem;
}

/* Description */
.footer-description {
    max-width: 32rem;
    /* color: #000000ac; */
    color: #ffffffac;
    margin-bottom: 1.5rem;
}

/* Headings */
.footer-heading {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    /* text-transform: uppercase; */
    font-family: 'Barlow Condensed', sans-serif;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    font-size: 1.125rem;
    /* color: #000000ac; */
    color: #ffffffac;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
}

.footer-links a:hover {
    /* color: #9e7833; */
    color: #ffffff;
}

/* Social */
.footer-social {
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000ac;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #b58e58;
    color: #ffffff;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    /* color: #000000ac; */
    color: #ffffffac;
}

.footer-contact li {
    margin-bottom: 0.75rem;
}

.footer-contact a {
    /* color: #000000ac; */
    color: #ffffffac;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-contact a:hover {
    /* color: #000000; */
    color: #ffffff;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(181, 142, 88, 0.5);
    margin-top: 2.5rem;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* color: #000000ac; */
    color: #ffffffac;
}

.footer-bottom p {
    font-size: 13px;
}

.footer-icon,
.mobile-icon {
    color: #b58e58;
}

.footer-icon:hover,
.mobile-icon:hover {
    color: #b58e58;
}

.footer-legal {
    gap: 2rem;
}

.designer-link {
    /* color: #000000ac; */
    color: #ffffffac;
    transition: 0.3s ease;
}

.designer-link:hover {
    /* color: #b58e58; */
    color: #ffffff;
}

/* SECTION */
.investment-section {
    padding: 5rem 0;
}

/* HEADER */
.investment-subtitle {
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #b58e58;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.investment-heading {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.investment-description {
    max-width: 520px;
}

/* ACCORDION */
.investment-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


/* CARD */
.accordion-card {
    position: relative;
    flex: none;
    width: 100%;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}



/* BASE COLOR */
.accordion-bg-base {
    position: absolute;
    inset: 0;
    background: #f3f1ec;
}

/* IMAGE */
.accordion-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.7s ease;
    opacity: 1;
}

/* GRADIENT */
.accordion-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9),
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0));
    transition: opacity 0.7s ease;
}


/* NUMBER */
.accordion-number {
    position: absolute;
    top: 2rem;
    left: 2rem;
    font-size: 6rem;
    font-weight: 700;
    color: rgba(181, 142, 88, 0.6);
    transition: 0.5s ease;
    font-family: 'Gilda Display', serif;
    opacity: 0;
}

.accordion-card.active .accordion-number {
    transform: scale(0.6);
}

/* VERTICAL TITLE */
.accordion-vertical-title {
    display: none;
    font-family: 'Gilda Display', serif;
}

/* CONTENT */
.accordion-content {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    color: white;
}

.accordion-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.accordion-text {
    font-size: 0.875rem;
    color: #e5e5e5;
    max-width: 400px;
}

/* ICON */
.accordion-icon {
    width: 40px;
    height: 40px;
    background: #9e7833;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(135deg);
}




.page-title {
    font-size: 4rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}

.page-layout-img {
    width: 100%;
    height: 36vh;
    object-fit: fill;
    /* Start with the 6-point shape to ensure smooth transition */
    clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);

    /* animation: shapeReveal 5s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards; */
}
.page-about-img{
    object-fit: cover;
}

/* ===============================
   HOME LOAN CALCULATOR
================================ */
.input-group {
    margin-bottom: 40px;
}

.label-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.label-row label {
    font-size: 20px;
    color: #181818;
    font-family: 'Barlow Condensed', sans-serif;
}

.input-wrapper input {
    border: none;
    outline: none;
    background: #0000;
    width: 80px;
}

.input-group .width-small {
    width: 32px;
}

.input-wrapper {
    border: 1px solid rgba(128, 128, 128, 0.3);
    padding: 10px 16px;
    background-color: rgba(255, 255, 255, 0.8);
}

/* PREMIUM SLIDER */
.input-group input[type="range"] {
    width: 100%;
    appearance: none;
    height: 6px;
    border-radius: 10px;
    outline: none;
    background: linear-gradient(to right, #9e7833 0%, #9e7833 50%, #e5e7eb 50%, #e5e7eb 100%);
}

.input-group input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #9e7833;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 4px rgba(15, 123, 123, 0.15);
    transition: 0.2s;
}

.input-group input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.range-labels {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
}

/* RIGHT SIDE */
.results-section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.stats {
    padding: 0 16px;
}

.stats-container {
    margin-top: 12px;
}

.chart {
    order: 1;
}

.chart-title {
    text-align: center;
    transform: translateY(-10px);
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
}

.stat-item {
    margin-bottom: 20px;
}

.stat-item p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    color: #000000ac;
    padding: 8px;
}

.stat-item h2 {
    font-size: 32px;
    color: #181818
}

.total span {
    color: var(--accent);
}

.chart-container {
    order: 1;
}

.chart-container .loan-chart {
    width: 220px;
    height: 220px;
}

.loan-image {
    margin-top: 20px;
    aspect-ratio: 3/2;
    overflow: hidden;
}

.loan-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 16px;
}

.loan-text {
    font-size: 20px;
}

.loan-content {
    padding-right: 24px;
}



@keyframes shapeReveal {
    0% {
        clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(0% 16%, 50% 0%, 100% 16%, 100% 84%, 50% 100%, 0% 84%);
    }
}

.about-nav {
    position: sticky;
    top: 80px;
    padding-bottom: 12px;
}

.about-link {
    font-size: 12px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: 0.3s ease;
}

.about-link:hover {
    color: #b58e58;
}

.contact-section {
    background-color: var(--secondary-bg);
}

.contact-form {
    background-color: var(--primary-bg);
}

.contact-img {
    aspect-ratio: 6/6;
}

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

.form {
    padding: 12px;
}

.form-row {
    display: flex;
    flex-direction: column;
}

.form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-item label {
    font-size: 14px;
}

.form-item input,
.form-item textarea {
    padding: 12px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #000000ac;
    transition: all 0.3s ease;
}

.form-items input::placeholder,
.form-item textarea::placeholder {
    color: #00000081;
}

.form-item input:focus,
.form-item textarea:focus {
    padding: 12px;
    outline: none;
}

.form-item button {
    margin-top: 20px;
    border: none;
    background-color: #b58e58;
    padding: 16px 0;
    color: #ffffff;
    transition: all .3s ease;
}

.form-item button:hover {
    background-color: #181818;
}

.custom-file {
    position: absolute;
    inset: 0;
    border: 1px dotted #000000ac;
    height: fit-content;
    text-align: center;
    padding: 20px;
    margin: 12px 0;
    cursor: pointer;
}

.custom-file input[type="file"] {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    inset: 0;
}

.hr-contact {
    padding: 16px;
    /* border:1px inset #8080804e; */
    margin: 0 4px 24px;
}

.hr-contact a {
    display: inline-block;
    margin-top: 6px;
    color: #000000ac;
    transition: all 0.3s ease;
}

.hr-contact a i {
    color: #b58e58;
    margin-right: 4px;
}

.hr-contact a:hover {
    color: #b58e58;
}

.job-card {
    height: 100%;
}

.job-card span {
    font-size: 12px;
}

.job-card span i {
    color: #b58e58;
    margin-right: 4px;
}

.why-card {
    display: flex;
    align-items: flex-start;
    padding: 20px 16px;
    gap: 24px;
}

.why-card p {
    max-width: 32rem;
}

.text-stroke {
    opacity: 0.3;
    font-size: 4rem;
    color: transparent;
    -webkit-text-stroke: 2px #b58e58;

}

/* ---- Project Stats Strip ---- */
.project-stats-strip {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.stat-item {
    flex: 1 1 120px;
    padding: 20px 16px;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    min-width: 100px;
}
.stat-item:last-child { border-right: none; }
.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    font-weight: 600;
}
.stat-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a6e8e;
    line-height: 1.2;
}
.stat-unit { font-size: 11px; color: #aaa; }
@media (max-width: 768px) {
    .project-stats-strip { border-radius: 0; }
    .stat-item { flex: 1 1 45%; border-bottom: 1px solid #e2e8f0; }
    .stat-item:last-child { border-bottom: none; }
}

.project-number {
    font-size: 3rem;
}

.project-statistic {
    font-size: 12px;
}

.floor-plan {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.floor-plan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floor-plan-section {
    background-color: var(--secondary-bg);
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin-top: 40px;
}

/* floting icon */
.floating-icon {
    position: fixed;
    z-index: 100;
    bottom: 12%;
    right: 2%;
    display: flex;
    flex-direction: column;
}

.floating-icon a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 24px;
    background: #25D366;
    color: white;
    text-decoration: none;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .25);

    transition: all .3s ease;

    animation: whatsappPulse 2s infinite;
}

.floating-icon a:hover {
    transform: translateY(-4px) scale(1.05);
}

/*  */
.disclaimer-container {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);

}

.disclaimer-content {
    
    width: 90%;
    background-color: var(--tertiary-bg);
    border: 1px solid #ffffff0c;
}

.disclaimer-header {
    padding: 20px 12px;
    /* text-align: center; */
    background-color: #000;
    color: #ffffff;
}

.disclaimer-header h2 {
    font-family: 'Gilda Display', serif;
    font-size: 32px;
    margin-bottom: 0;
}

.disclaimer-body {
    overflow-y: scroll;
    max-height: 280px;
    background-color: var(--secondary-bg);
    padding: 16px;
}

.disclaimer-body p {
    margin-bottom: 8px;
}

.disclaimer-footer {
    cursor: pointer;
    padding: 20px 12px;
    background-color: #121214;
    color:#ffffffac;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: space-between;
}

.disclaimer-footer h5 {
    margin-bottom: 0;
    font-family: 'Gilda Display', serif;
}

.disclaimer-footer:hover {
    background-color: #000;
    color: #ffffff;
}
.edu-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-bottom:8px;
}

.edu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-justify{
    text-align: justify;
}
.edu-icon {
    font-size: 28px;
    margin-bottom: 15px;
    color: #c8a97e;
}
.read-more{
    text-align: center;
    color: #c8a97e;
    transform: translateX(48px);
    text-decoration: underline;
}

.payment-table {
    width:98%;
    margin-top: 40px;
    overflow: hidden;
    background: #eee;
    border: 1px solid #eee;
}
                
.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.specs-table tr {
  border: 1px solid #e5e5e5;
}

.specs-table td {

  padding: 14px 10px;
  font-size: 18px;
}

.specs-table td:first-child {
  width: 40%;
  color: #777;
}

.specs-table td:last-child {
  font-weight: 500;
  color: #111;
}

.payment-row {
    width: 100%;
    display: grid;
    grid-template-columns: 80px 3fr 1fr;
    padding: 16px 20px;
    border-bottom: 1px solid #ffffffac;
    align-items: center;
}

.payment-row.header {
    font-weight: 600;
}

.payment-row:last-child {
    border-bottom: none;
}

.payment-row div:first-child {
    font-weight: 600;
    color: #c8a97e;
}

.payment-note {
    margin-top: 20px;
    font-size: 24px;
    color: #666;
}
   
@keyframes topPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(181, 142, 88, 0.6);
    }

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

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

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

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

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

/* md:px-3 */
@media (min-width: 768px) {
    .custom-header {
        padding: 0.6rem 0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .mobile-inner a {
        font-size: 1.4rem;
    }

    .mobile-contact .mobile-heading {
        font-size: 1.875rem;
    }

    .mobile-contact p {
        font-size: 1.4rem;
    }

    .mobile-icon {
        font-size: 1.5rem;
    }

    .hero-heading {
        font-size: 2.25rem;
        /* md:text-4xl */
    }

    .section {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .page-layout-title {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .contact-info {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .img-container {
        height: 400px;
    }

    .image-wrapper {
        height: 560px;
        /* md:h-140 equivalent */
    }

    .image-right {
        right: 5rem;
    }

    .cta-heading {
        font-size: 2.25rem;
        /* md:text-4xl */
    }

    .investment-accordion {
        flex-direction: row;
    }

    .accordion-card {
        flex: 1;
        height: 400px;
    }

    .accordion-card.active {
        flex: 4;
    }

    .accordion-number {
        opacity: 1;
    }

    .accordion-bg-image {
        opacity: 0;
        transform: scale(1.1);
    }

    .accordion-card.active .accordion-bg-image {
        opacity: 1;
        transform: scale(1);
    }

    .accordion-gradient {
        opacity: 0;
    }

    .accordion-card.active .accordion-gradient {
        opacity: 1;
    }

    .accordion-vertical-title {
        display: block;
        position: absolute;
        bottom: 3rem;
        left: 40%;
        transform: translateX(-80%) rotate(180deg);
        writing-mode: vertical-rl;
        font-size: 1.5rem;
        color: #332d2b;
        transition: 0.3s ease;
    }

    .accordion-card.active .accordion-vertical-title {
        opacity: 0;
    }

    .accordion-content {
        opacity: 0;
        transform: translateY(20px);
        transition: 0.5s ease;
    }

    .accordion-card.active .accordion-content {
        opacity: 1;
        transform: translateY(0);
    }

    .member-name {
        font-size: 1.875rem;
    }

    .member-role {
        font-size: 1.125rem;
    }

    .footer-section {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .page-title {
        font-size: 6rem;
    }

    .featured-image-wrapper {
        aspect-ratio: 4/3;
    }

    .about-link {
        font-size: 14px;
    }

    .results-section {
        align-items: center;
        flex-direction: row;
    }

    .accordion-gradient {
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.8),
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0));
    }
    .hero-section{
        height:50vh;
    }

}

/* lg:px-12  + lg:py-12 */
@media (min-width: 992px) {
    .loan-image {
        margin-top: 0;
    }
    .payment-table {
        width:60%;
    }
    .desktop {
        display: flex;
    }

    .logo-img {
        width: 8rem;
    }

    .hero-overlay {
        align-items: flex-end;
    }

    .floor-plan {
        padding-left: 20px;
    }

    .gallery-grid {
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: 280px 280px;
        margin-top: 80px;
    }

    .grid-row {
        grid-row: span 2;
    }

    .mobile {
        display: none;
    }

    .floating-icon {
        left: 1%;
        right: unset;
        bottom: 16%;
    }

    .custom-header {
        /* background-color: var(--primary-bg); */
        background-color: #000000;
        /* background-color: #0d1141; */
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .custom-header {
        border: 1px solid rgba(128, 128, 128, 0.201);
    }

    .social-media a {
        border-radius: 50%;
    }

    .hero-heading {
        font-size: 3rem;
        /* lg:text-5xl */
    }

    .section {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .page-layout-title {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .contact-form {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section-heading {
        font-size: 2.4rem;
        /* lg:text-5xl */
    }

    .section-description {
        font-size: 1rem;
    }

    .card-title {
        font-size: 1.1rem;
    }

    .content-text {
        max-width: 70rem;
        /* lg:max-w-md */
    }

    .expertise-icon img {
        width: 60px;
        height: 60px;
    }



    .cta-heading {
        font-size: 3rem;
        /* lg:text-5xl */
    }

    .featured-info {
        padding: 1.5rem;
    }

    .project-location {
        font-size: 1.5rem;
    }

    .team-heading {
        font-size: 3rem;
    }

    .footer-section {
        padding: 3rem 3rem 0 3rem;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .footer-center {
        align-items: flex-start;
        text-align: left;
    }

    .form-row {
        width: 100%;
        flex-direction: row;
        gap: 4%;
    }

    .form-row .form-item {
        width: 48%;
    }

    .page-title {
        font-size: 4rem;
    }

    .page-layout-img {
        height: 78vh;
        object-fit: cover;
    }

    .page-layout-full {
        height: 86vh;
        object-position: bottom;
    }

    .page-layout-fill-cover {
        height: 86vh;
        object-fit: contain;

    }

    @keyframes shapeReveal {
        0% {
            clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
        }

        100% {
            clip-path: polygon(0% 16%, 50% 0%, 100% 16%, 100% 84%, 50% 100%, 0% 84%);
        }
    }

    .hr-contact {
        padding: 16px;
        border: 1px inset #8080804e;
        margin: 0 0 24px 24px;
    }

    .about-link {
        font-size: 16px;
    }

    .results-section {
        padding-left: 80px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .hero-section{
        height:88vh;
    }

}

/* xl:px-16  + xl:py-20 */
@media (min-width: 1200px) {
    .cta-section {
        background-attachment: fixed;
        min-height: 100vh;
    }

    .custom-header {
        padding-left: 4rem;
        padding-right: 4rem;
    }


    .section {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .page-layout-title {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .contact-form {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    /* .service-section {
        padding-top: 200px;
    } */

    .accordion-card {
        height: 520px;
    }

    .footer-section {
        padding: 5rem 4rem 0 4rem;
    }

    .journey-card-content h5 {
        font-size: 18px;
    }

    .journey-card-content p {
        font-size: 14px;
    }

    .journey-card {
        display: flex;
        gap: 24px;
        height: 100%;
    }

    .journey-card-img {
        position: relative;
        display: flex;
    }

    .journey-card-img .img {
        background-color: var(--secondary-bg);
        color: #000000ac;
        width: 60px;
        height: 60px;
        border-radius: 99px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .journey-card-img .m-line {
        position: absolute;
        left: 50%;
        width: 2px;
        content: '';
        border: 1px solid #000000ac;
    }

    .cta-overlay {
        align-items: center;
    }

    .m-line.line-top {
        height: 72%;
        top: -72%;
    }

    .m-line.line-bottom {
        bottom: -72%;
        height: 72%;
    }
    .disclaimer-body, .disclaimer-footer, .disclaimer-header{
        padding:20px;
    }
    .disclaimer-footer{
        flex-direction: row;
    }
    .disclaimer-content {
        width:32%;
    }

}

@media (min-width: 1400px) {


    .section-heading {
        font-size: 3rem;
        /* lg:text-5xl */
    }

    .section-description {
        font-size: 1rem;
    }

    .card-title {
        font-size: 1.25rem;
    }

    .cta-heading {
        font-size: 3rem;
        /* lg:text-5xl */
    }

    .content-text {
        max-width: 70rem;
        /* lg:max-w-md */
    }

    .expertise-icon img {
        width: 60px;
        height: 60px;
    }

    .m-line.line-top {
        height: 76%;
        top: -76%;
    }

    .m-line.line-bottom {
        bottom: -76%;
        height: 76%;
    }

    .journey-card-content h5 {
        font-size: 20px;
    }

    .journey-card-content p {
        font-size: 1rem;
    }

    .accordion-card {
        height: 580px;
    }

    .img-container {
        height: 580px;
        border-radius: unset;
    }

    .img-service-wrapper {
        border-radius: 0;
        ;
    }

}

/* 3xl:py-24 (custom breakpoint) */
@media (min-width: 1600px) {
    .section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .contact-form {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .content-text {
        font-size: 1.2rem;
    }

    .section-heading {
        font-size: 3.4rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .section-description {
        font-size: 1.2rem;
        max-width: 600px;
    }

    /* .service-section {
        padding-top: 280px;
    } */

    .card-title {
        font-size: 1.6rem;
    }

    .expertise-card p {
        font-size: 1.2rem;
    }

    .img-container {
        height: 600px;
    }

    .img-service-wrapper {
        height: unset;
    }

    .accordion-card {
        height: 600px;
    }

    .cta-heading {
        font-size: 3.4rem;
    }

    .accordion-vertical-title {
        font-size: 2rem;
    }

    .cta-description {
        font-size: 1.2rem;
    }

    .footer-section {
        padding-top: 6rem;
    }

    .margin-top {
        margin-top: 80px;
    }

    .m-line.line-top {
        height: 94%;
        top: -94%;
    }

    .m-line.line-bottom {
        height: 94%;
        bottom: -94%;
    }
}