body {
    background-color: #fdfdf6;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000000;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 40px;
}

p {
    color: #000000;
    font-size: 1.05rem;
    line-height: 1.6;
}

.img-logo {
    width: 150px;
}

.custom-navbar {
    background-color: #fdfdf6;
    box-shadow: 0 4px 20px rgba(64, 14, 16, 0.08);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar-brand {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    color: #400e10 !important;
    letter-spacing: -0.5px;
}

.navbar-brand span {
    color: #000000;
    font-family: "UnifrakturCook", cursive;
}

.btn-header-cta {
    background-color: #400e10;
    color: #ffffff !important;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(64, 14, 16, 0.25);
    border: 2px solid #400e10;
}

.btn-header-cta:hover {
    background-color: transparent;
    color: #400e10 !important;
    transform: translateY(-2px);
}

.btn-header-call {
    color: #400e10;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-header-call i {
    color: #400e10;
}

.nav-link {
    font-weight: 600;
    color: #400e10 !important;
    margin: 0 8px;
    font-size: 1.05rem;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #000000 !important;
}
.offcanvas.offcanvas-start {
    width: 280px;
    background-color: #fdfdf6;
    border-right: 3px solid #400e10;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(64, 14, 16, 0.16);
    background-color: #fdfdf6;
}

.offcanvas-title {
    font-family:
        "Frank Ruhl Libre",
        "UnifrakturCook",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-weight: 700;
    color: #400e10;
}

.mobile-nav-link {
    color: #400e10;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(64, 14, 16, 0.16);
    display: block;
    text-decoration: none;
}

.mobile-nav-link:hover {
    color: #000000;
    padding-left: 5px;
    transition: all 0.2s ease;
}

.navbar-toggler {
    border: none;
    outline: none;
    padding: 4px;
    background: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon-custom {
    font-size: 1.6rem;
    color: #400e10;
}

.text-accent {
    color: #400e10 !important;
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background-image: url("./images/banner.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 80px 0;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(64, 14, 16, 0.567) 0%, rgba(0, 0, 0, 0.605) 100%);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
}

.badge-new {
    display: inline-block;
    background-color: rgba(253, 253, 246, 0.12);
    color: #ffffff;
    border: 1px solid #fdfdf6;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-family:
        "Frank Ruhl Libre",
        "UnifrakturCook",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    color: #ffffff !important;
}

.hero-highlights {
    color: rgba(255, 255, 255, 0.8);
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.highlight-item i {
    color: #fdfdf6;
    font-size: 1.2rem;
}

.lead-form-card {
    background-color: #fdfdf6;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #400e10;
}

.form-header h3 {
    font-family:
        "Frank Ruhl Libre",
        "UnifrakturCook",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-weight: 700;
    color: #400e10;
    margin-bottom: 5px;
}

.form-header p {
    color: #3f3f3f !important;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.lead-form-card .input-group-text {
    background-color: rgba(64, 14, 16, 0.06);
    border-color: rgba(64, 14, 16, 0.16);
    color: #400e10;
}

.lead-form-card .form-control {
    border-color: rgba(64, 14, 16, 0.16);
    padding: 12px 15px;
    font-size: 1rem;
    color: #000000 !important;
}

.lead-form-card .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(64, 14, 16, 0.1);
    border-color: #400e10;
}

.btn-form-submit {
    background-color: #400e10;
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px;
    border-radius: 6px;
    font-size: 1.1rem;
    border: 2px solid #400e10;
    transition: all 0.3s ease;
}

.btn-form-submit:hover {
    background-color: transparent;
    color: #400e10 !important;
}

@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        padding: 60px 0;
        background-attachment: scroll;
    }

    .hero-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .lead-form-card {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(64, 14, 16, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(64, 14, 16, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(64, 14, 16, 0);
    }
}

.animate-pulse {
    animation: pulse 2s infinite;
}

.project-highlight-strip {
    position: relative;
    background-color: #fdfdf6;
    padding: 22px 0;
    border-bottom: 1px solid rgba(64, 14, 16, 0.16);
    box-shadow: 0 8px 25px rgba(64, 14, 16, 0.08);
    z-index: 5;
}

.project-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(135deg, rgba(64, 14, 16, 0.06), rgba(64, 14, 16, 0.04));
    border: 1px solid rgba(64, 14, 16, 0.12);
    border-radius: 14px;
    overflow: hidden;
}

.project-highlight-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 18px 22px;
    transition: all 0.3s ease;
}

.project-highlight-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    right: 0;
    width: 1px;
    height: 56%;
    background-color: rgba(64, 14, 16, 0.18);
}

.project-highlight-item:hover {
    background-color: #fdfdf6;
    transform: translateY(-3px);
}

.highlight-icon-box {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #400e10;
    color: #ffffff;
    border-radius: 12px;
    font-size: 1.25rem;
    box-shadow: 0 7px 16px rgba(64, 14, 16, 0.22);
}

.project-highlight-item:hover .highlight-icon-box {
    background-color: #000000;
    color: #ffffff;
}

.highlight-content span {
    display: block;
    color: #3f3f3f;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.highlight-content h5 {
    color: #400e10;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 991px) {
    .project-highlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-highlight-item:nth-child(2)::after {
        display: none;
    }

    .project-highlight-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(64, 14, 16, 0.12);
    }
}

@media (max-width: 576px) {
    .project-highlight-strip {
        padding: 15px 0;
    }

    .project-highlight-grid {
        grid-template-columns: 1fr;
        border-radius: 10px;
    }

    .project-highlight-item {
        min-height: 82px;
        padding: 15px 18px;
    }

    .project-highlight-item:not(:last-child) {
        border-bottom: 1px solid rgba(64, 14, 16, 0.12);
    }

    .project-highlight-item::after {
        display: none;
    }

    .highlight-icon-box {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1.1rem;
        border-radius: 10px;
    }

    .highlight-content h5 {
        font-size: 0.95rem;
    }
}

.about-section {
    background-color: #fdfdf6;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.about-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
    line-height: 1.25;
}

.about-para {
    color: #000000 !important;
    font-size: 1.05rem;
    line-height: 1.7;
}

.text-accent {
    color: #400e10;
}

.font-classic {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.main-about-img {
    height: 420px;
    object-fit: cover;
}

.secondary-about-img {
    width: 220px;
    height: 160px;
    object-fit: cover;
    bottom: -20px;
    right: -10px;
    border: 5px solid #fdfdf6;
}

.experience-badge {
    background-color: #400e10;
    top: 20px;
    left: 20px;
}

.experience-badge span {
    line-height: 1;
    font-size: 2.2rem;
}

.check-item span {
    color: #000000;
    font-size: 0.98rem;
}

.stats-grid {
    background-color: rgba(64, 14, 16, 0.06);
    border: 1px solid rgba(64, 14, 16, 0.16);
}

.stat-number {
    color: #400e10;
    font-size: 1.6rem;
}

.btn-about-cta {
    background-color: #400e10;
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 6px;
    border: 2px solid #400e10;
    transition: all 0.3s ease;
}

.btn-about-cta:hover {
    background-color: transparent;
    color: #400e10 !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .about-title {
        font-size: 1.8rem;
    }

    .main-about-img {
        height: 320px;
    }
}

.amenities-section {
    background-color: rgba(64, 14, 16, 0.06);
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #000000;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.amenity-card {
    background-color: #fdfdf6;
    padding: 35px 25px;
    border-radius: 12px;
    border: 1px solid rgba(64, 14, 16, 0.16);
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: relative;
    top: 0;
}

.amenity-card:hover {
    top: -8px;
    box-shadow: 0 12px 30px rgba(64, 14, 16, 0.12);
    border-color: #400e10;
}
.amenity-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(64, 14, 16, 0.08);
    color: #400e10;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.amenity-card:hover .amenity-icon-wrapper {
    background-color: #000000;
    color: #ffffff;
}

.amenity-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 12px;
}
.amenity-desc {
    color: #000000 !important;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.amenities-callout-box {
    background-color: #400e10;
    border-left: 6px solid #fdfdf6;
}

.btn-callout-cta {
    background-color: #fdfdf6;
    color: #000000 !important;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    border: 2px solid #fdfdf6;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-callout-cta:hover {
    background-color: transparent;
    color: #ffffff !important;
    border-color: #fdfdf6;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .amenity-card {
        padding: 25px 20px;
    }
}

.hero-title .text-accent {
    color: #fdfdf6 !important;
}

.lead-form-card .form-control {
    background-color: #fdfdf6;
}

.lead-form-card .form-control::placeholder {
    color: #3f3f3f;
    opacity: 0.75;
}

.hero-title,
.hero-highlights,
.highlight-item {
    color: #ffffff;
}

.experience-badge,
.experience-badge * {
    color: #ffffff !important;
}

.amenities-callout-box,
.amenities-callout-box h1,
.amenities-callout-box h2,
.amenities-callout-box h3,
.amenities-callout-box h4,
.amenities-callout-box h5,
.amenities-callout-box h6,
.amenities-callout-box p,
.amenities-callout-box span {
    color: #ffffff !important;
}

.lead-form-card,
.amenity-card,
.project-highlight-grid,
.project-highlight-item,
.about-section {
    color: #000000;
}

.location-section {
    background-color: #ffffff;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.location-simple-list {
    background-color: #ffffff;
}

.loc-item {
    transition: all 0.2s ease;
    border-color: #e5e5e5 !important;
}

.loc-item:hover {
    padding-left: 8px;
    background-color: #fdfdf6;
}

.loc-icon {
    color: #400e10;
    font-size: 1.1rem;
}

.loc-name {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #000000 !important;
    font-weight: 600;
    font-size: 1.05rem;
}

.loc-time {
    color: #400e10;
    font-weight: 700;
    font-size: 0.95rem;
    background-color: rgba(64, 14, 16, 0.08);
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.map-wrapper {
    height: 380px;
    border-color: #e5e5e5 !important;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.floorplan-section {
    background-color: #fdfdf6;
    position: relative;
}

.custom-floor-tabs .nav-link {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    background-color: #ffffff;
    color: #400e10;
    border: 1.5px solid #400e10;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.custom-floor-tabs .nav-link:hover {
    background-color: rgba(64, 14, 16, 0.08);
    color: #400e10;
}

.custom-floor-tabs .nav-link.active {
    background-color: #400e10 !important;
    color: #ffffff !important;
    border-color: #400e10 !important;
}

.floor-img-box {
    max-height: 380px;
    background-color: #000000;
}

.floor-img {
    height: 380px;
    object-fit: cover;
    filter: blur(4px);
    opacity: 0.6;
}

.floor-overlay-cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 14, 16, 0.85);
}

.btn-unlock-cta {
    background-color: #fdfdf6;
    color: #400e10 !important;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #fdfdf6;
    transition: all 0.3s ease;
}

.btn-unlock-cta:hover {
    background-color: #ffffff;
    color: #000000 !important;
    border-color: #ffffff;
}

.plan-type-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 1.8rem;
}

.plan-desc {
    color: #000000 !important;
    font-size: 1rem;
    line-height: 1.6;
}

.detail-label {
    color: #000000 !important;
    font-weight: 600;
}

.text-accent {
    color: #400e10;
}

.detail-val {
    color: #000000;
}

.detail-price {
    color: #400e10;
    font-size: 1.15rem;
    font-weight: 800;
}
.btn-plan-primary {
    background-color: #400e10;
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    border: 2px solid #400e10;
    transition: all 0.3s ease;
}

.btn-plan-primary:hover {
    background-color: transparent;
    color: #400e10 !important;
}

.btn-plan-outline {
    background-color: transparent;
    color: #400e10 !important;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    border: 2px solid #400e10;
    transition: all 0.3s ease;
}

.btn-plan-outline:hover {
    background-color: #400e10;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .plan-type-title {
        font-size: 1.4rem;
    }

    .map-wrapper {
        height: 300px;
    }

    .custom-floor-tabs .nav-link {
        padding: 8px 14px;
        font-size: 0.9rem;
    }
}
.why-invest-section {
    background-color: #ffffff;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.invest-card {
    background-color: #fdfdf6;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.invest-card:hover {
    transform: translateY(-8px);
    background-color: #ffffff;
    border-color: #400e10;
    box-shadow: 0 12px 30px rgba(64, 14, 16, 0.1);
}

.invest-icon-box {
    width: 65px;
    height: 65px;
    background-color: #400e10;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    transition: all 0.3s ease;
}

.invest-card:hover .invest-icon-box {
    background-color: #fdfdf6;
    color: #400e10;
    border: 2px solid #400e10;
}

.invest-card-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 700;
    font-size: 1.25rem;
}

.invest-card-desc {
    color: #000000 !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

.invest-stats-banner {
    background-color: #400e10;
    color: #ffffff;
}

.stat-big-val {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #fdfdf6;
}

.stat-small-label {
    color: #ffffff;
    font-size: 0.9rem;
    opacity: 0.9;
}

.btn-invest-cta {
    background-color: #fdfdf6;
    color: #400e10 !important;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 6px;
    border: 2px solid #fdfdf6;
    transition: all 0.3s ease;
}

.btn-invest-cta:hover {
    background-color: transparent;
    color: #ffffff !important;
    border-color: #ffffff;
}

@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    .stat-big-val {
        font-size: 1.8rem;
    }
}

.video-section {
    background-color: #fdfdf6;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000000;
    border-color: #e5e5e5 !important;
}

.main-mp4-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-cta-text {
    color: #000000 !important;
    font-size: 1.05rem;
}

.btn-video-cta {
    background-color: #400e10;
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 6px;
    border: 2px solid #400e10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(64, 14, 16, 0.2);
}

.btn-video-cta:hover {
    background-color: transparent;
    color: #400e10 !important;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    .video-wrapper {
        height: auto;
    }
}

.gallery-section {
    background-color: #ffffff;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.cursor-pointer {
    cursor: pointer;
}

.gallery-item {
    height: 270px;
    background-color: #fdfdf6;
    border: 1px solid #e5e5e5;
}

.gallery-thumb {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-thumb {
    transform: scale(1.08);
}
.gallery-hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 14, 16, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-hover-icon {
    opacity: 1;
}
.btn-gallery-cta {
    background-color: #400e10;
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 6px;
    border: 2px solid #400e10;
    transition: all 0.3s ease;
}

.btn-gallery-cta:hover {
    background-color: transparent;
    color: #400e10 !important;
    transform: translateY(-2px);
}

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
}

.lightbox-content-box {
    max-width: 85%;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content-box img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 10000;
    line-height: 1;
}

.lightbox-close:hover {
    color: #fdfdf6;
}
.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(64, 14, 16, 0.7);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10000;
}

.lightbox-arrow:hover {
    background-color: #400e10;
    color: #ffffff;
    scale: 1.1;
}

.lightbox-prev {
    left: 25px;
}

.lightbox-next {
    right: 25px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    .gallery-item {
        height: 220px;
    }
    .lightbox-arrow {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .lightbox-prev {
        left: 10px;
    }
    .lightbox-next {
        right: 10px;
    }
    .lightbox-close {
        top: 15px;
        right: 20px;
        font-size: 35px;
    }
}

.testimonial-section {
    background-color: #fdfdf6;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.testimonial-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    margin: 10px 5px;
}

.testimonial-card:hover {
    border-color: #400e10;
    box-shadow: 0 10px 30px rgba(64, 14, 16, 0.1) !important;
}

.quote-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2rem;
    color: rgba(64, 14, 16, 0.12);
}

.rating-stars i {
    color: #f39c12;
    font-size: 0.95rem;
}

.testimonial-text {
    color: #000000 !important;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

.user-avatar {
    width: 55px !important;
    height: 55px !important;
    object-fit: cover;
    border: 2px solid #400e10;
}

.user-name {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 700;
    font-size: 1.1rem;
}

.user-role {
    color: #000000 !important;
    opacity: 0.7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #e5e5e5;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #400e10 !important;
    width: 25px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
}
.custom-footer {
    background-color: #320a0c;
    color: #fdfdf6;
    position: relative;
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
}

.footer-logo {
    max-height: 45px;
    width: auto;
    object-fit: contain;
}

.footer-project-name {
    color: #fdfdf6;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.footer-desc {
    color: #fdfdf6;
    opacity: 0.85;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-heading {
    color: #fdfdf6;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-links li,
.footer-info-list li,
.footer-contact-list li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #fdfdf6;
    opacity: 0.85;
}

.footer-links a,
.footer-contact-list a {
    color: #fdfdf6;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-links a:hover,
.footer-contact-list a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 4px;
}

.footer-divider {
    border-color: rgba(253, 253, 246, 0.2) !important;
    opacity: 1;
}

.footer-bottom {
    background-color: #320a0c;
    font-size: 0.85rem;
}

.copyright-text {
    color: #fdfdf6;
    opacity: 0.8;
}

.disclaimer-text {
    color: #fdfdf6;
    opacity: 0.7;
    font-size: 0.8rem;
    line-height: 1.4;
}

.designed-by-text {
    color: #fdfdf6;
    opacity: 0.8;
}

.designer-link {
    color: #fdfdf6;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.designer-link:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .disclaimer-text {
        font-size: 0.78rem;
    }
}
.contact-section {
    background-color: #fdfdf6;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.contact-info-heading {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 700;
    font-size: 1.5rem;
}

.contact-info-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    border-color: #400e10;
    box-shadow: 0 5px 15px rgba(64, 14, 16, 0.08);
}

.contact-icon-box {
    width: 42px;
    height: 42px;
    background-color: #400e10;
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.info-card-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 700;
    font-size: 1.05rem;
}

.info-card-text {
    color: #000000 !important;
    font-size: 0.95rem;
}

.contact-link {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.contact-link:hover {
    color: #400e10 !important;
}

.whatsapp-cta-banner {
    background-color: #400e10;
}

.btn-whatsapp {
    background-color: #25d366;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
    border: none;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #1eb954;
    color: #ffffff !important;
}

.contact-form-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 5px solid #400e10;
}

.form-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 700;
    font-size: 1.8rem;
}

.form-subtitle {
    color: #000000 !important;
    font-size: 0.95rem;
}

.contact-form-card .input-group-text {
    background-color: #fdfdf6;
    border-color: #e5e5e5;
    color: #400e10;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border-color: #e5e5e5;
    padding: 10px 14px;
    color: #000000 !important;
    font-size: 0.98rem;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #400e10;
    box-shadow: 0 0 0 0.2rem rgba(64, 14, 16, 0.15);
}

.btn-contact-submit {
    background-color: #400e10;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 6px;
    border: 2px solid #400e10;
    transition: all 0.3s ease;
}

.btn-contact-submit:hover {
    background-color: transparent;
    color: #400e10 !important;
}
.contact-map-wrapper {
    height: 320px;
    border-color: #e5e5e5 !important;
}

.contact-map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    .form-title {
        font-size: 1.4rem;
    }
    .contact-map-wrapper {
        height: 250px;
    }
}

.privacy-section {
    background-color: #fdfdf6;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.privacy-card {
    background-color: #ffffff;
    border-color: #e5e5e5 !important;
    border-top: 5px solid #400e10 !important;
}

.privacy-heading {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 700;
    font-size: 1.3rem;
}

.privacy-text {
    color: #000000 !important;
    font-size: 0.98rem;
    line-height: 1.7;
}

.privacy-list {
    color: #000000 !important;
    padding-left: 20px;
}

.privacy-list li {
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.privacy-link {
    color: #400e10;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.privacy-link:hover {
    color: #000000;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    .privacy-heading {
        font-size: 1.15rem;
    }
}
.terms-section {
    background-color: #fdfdf6;
    position: relative;
}

.section-tag {
    color: #400e10;
    letter-spacing: 1.5px;
    font-size: 0.88rem;
}

.section-title {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 800;
    font-size: 2.3rem;
}

.section-subtitle {
    color: #000000 !important;
    font-size: 1.05rem;
}

.terms-card {
    background-color: #ffffff;
    border-color: #e5e5e5 !important;
    border-top: 5px solid #400e10 !important;
}

.terms-heading {
    font-family:
        "Frank Ruhl Libre",
        -apple-system,
        sans-serif;
    color: #400e10;
    font-weight: 700;
    font-size: 1.3rem;
}

.terms-text {
    color: #000000 !important;
    font-size: 0.98rem;
    line-height: 1.7;
}

.terms-list {
    color: #000000 !important;
    padding-left: 20px;
}

.terms-list li {
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.terms-link {
    color: #400e10;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.terms-link:hover {
    color: #000000;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    .terms-heading {
        font-size: 1.15rem;
    }
}
.popup-header {
  background-color: #400e10;
  border-bottom: 3px solid #320a0c;
}

.popup-tag {
  color: #fdfdf6;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.popup-title {
  font-family: 'Frank Ruhl Libre', -apple-system, sans-serif;
  color: #ffffff;
  font-size: 1.4rem;
}

.popup-icon {
  background-color: #fdfdf6;
  border-color: #e5e5e5;
  color: #400e10;
}

.popup-input {
  border-color: #e5e5e5;
  padding: 10px 14px;
  color: #000000 !important; /* Pure Black text */
  font-size: 0.95rem;
}

.popup-input:focus {
  border-color: #400e10;
  box-shadow: 0 0 0 0.2rem rgba(64, 14, 16, 0.15);
}

.extra-small {
  font-size: 0.78rem;
  line-height: 1.3;
}

.btn-popup-submit {
  background-color: #400e10;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 6px;
  border: 2px solid #400e10;
  transition: all 0.3s ease;
}

.btn-popup-submit:hover {
  background-color: transparent;
  color: #400e10 !important;
}