.search-results .blog-item blog-item-two.type-product {
    max-width: 800px;
}
.search-results .blog-item blog-item-two.type-product .blog-content:not(.blog-details-content) .post-text {
    margin: 0 0;
}
.search-results .blog-item blog-item-two.type-product .blog-content .post-text p {
    margin: 0 0;
}
.search-results .blog-item blog-item-two.type-product .blog-content .title {
    margin-bottom: 15px;
}
p.comment-awaiting-moderation {
    margin: 0 0 5px !important;
}
#split-menu.navbar-wrap .navigation {
    width: 50%;
    justify-content: flex-end;
}
#split-menu.navbar-wrap .navigation.right {
    justify-content: flex-start;
}
#split-menu.navbar-wrap .logo {
    flex-shrink: 0;
    flex-grow: 0;
}
.header-style-four .navbar-wrap ul li:nth-last-of-type(1) .sub-menu,
.header-style-four .navbar-wrap ul li:nth-last-of-type(2) .sub-menu,
.header-style-four .navbar-wrap ul li:nth-last-of-type(3) .sub-menu {
    left: auto;
    right: 0;
}
.reland-spinner-wrap {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reland-spinner {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: -4px;
    border: 4px solid var(--tg-primary-color);
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: 800ms linear infinite rotateSpinner;
}
.reland-animation-spin {
    animation: rotateSpinner .8s linear infinite
}
@keyframes rotateSpinner {
    to {
        transform: rotate(360deg)
    }
}

.project-sidebar {
    margin-right: 80px;
}
.project-widget {
    background: #F9FAF1;
    margin: 0 0 30px;
    padding: 40px 30px;
    border-radius: 15px;
}
.project-widget .widget-title {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.project-widget .form-check {
    line-height: 1;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    padding-left: 26px;
    gap: 0 7px;
}
.project-widget .form-check:last-child {
    margin-bottom: 0;
}
.project-widget .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    background-color: #E2E2E2;
    border: 1px solid #E2E2E2;
    margin-left: -1.7em;
}
.project-widget .form-check .form-check-input:checked {
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
}
.project-widget .form-check-input:checked + .form-check-label {
    color: var(--tg-heading-font-color);
}
.project-widget .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2792_64)'%3E%3Cpath d='M1.875 6.75L4.5 9.375L10.5 3.375' stroke='%23FBFBFB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2792_64'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 70%;
    background-position: center;
}
.project-widget .form-check-input:focus {
    border-color: var(--tg-primary-color);
    outline: 0;
    box-shadow: none;
}
.project-filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}
.project-filter-btn .clear-btn {
    display: flex;
    align-items: center;
    color: var(--tg-heading-font-color);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    gap: 8px;
}
.project-filter-btn .clear-btn:hover {
    color: var(--tg-primary-color);
}
.project-gallery-area .gallery-active {
    --bs-gutter-x: 24px;
}
.gallery-active .slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: var(--tg-heading-font-color);
    box-shadow: 0px 12px 30px rgba(32, 32, 32, 0.2);
}
.gallery-active .slick-arrow:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}
.gallery-active .col-12 {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.gallery-active .slick-arrow.slick-next {
    left: auto;
    right: -30px;
}
.gallery-active .slick-slide .reland-gallery-item {
    transition: .3s;
    pointer-events: none;
    opacity: .4;
}
.gallery-active .slick-slide.slick-active.slick-center .reland-gallery-item {
    opacity: 1;
    pointer-events: all;
}

/* ===== Contact Card Widget ===== */
.contact-card__inner {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.contact-card__address {
    flex: 0 0 30%;
    text-align: center;
}

.contact-card__address p {
    font-size: 2rem;
    line-height: 1.6;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-card__info {
    flex: 0 0 70%;
    text-align: center;
}

.contact-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.contact-card__list-label {
    font-weight: 600;
    font-size: 1.5rem;
}

.contact-card__list li a {
    font-size: 1.25rem;
    line-height: 1.5;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.contact-card__list li a:hover {
    opacity: 0.75;
}

@media (max-width: 768px) {
    .contact-card__inner {
        flex-direction: column;
        gap: 2rem;
    }
}
/* ===== End Contact Card Widget ===== */


/* ===== Invest Page ===== */

/* Hero */
.invest-hero {
    padding: 7.5rem 0 5rem;
    background-color: var(--tg-secondary-background);
    text-align: center;
}

.invest-hero__label {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin-bottom: 1rem;
}

.invest-hero__title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.15;
    color: var(--tg-heading-font-color);
    margin-bottom: 1.25rem;
}

.invest-hero__description {
    max-width: 42rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--tg-body-font-color);
}

.invest-hero--has-bg {
    background-color: var(--tg-secondary-color);
    background-size: cover;
    background-position: center;
    position: relative;
}

.invest-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.65);
    pointer-events: none;
}

.invest-hero--has-bg .invest-hero__label,
.invest-hero--has-bg .invest-hero__title,
.invest-hero--has-bg .invest-hero__description {
    position: relative;
    z-index: 1;
}

.invest-hero--has-bg .invest-hero__label {
    color: var(--tg-primary-color);
}

.invest-hero--has-bg .invest-hero__title {
    color: #fff;
}

.invest-hero--has-bg .invest-hero__description {
    color: rgba(255, 255, 255, 0.8);
}

.invest-hero--has-bg .container {
    position: relative;
    z-index: 1;
}

/* Projects Section */
.invest-projects {
    padding: 5rem 0 7.5rem;
}

.invest-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.invest-projects__item-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(32, 32, 32, 0.07);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.invest-projects__item-card:hover {
    box-shadow: 0 8px 40px rgba(32, 32, 32, 0.13);
    transform: translateY(-3px);
}

/* Image */
.invest-projects__item-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.invest-projects__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.invest-projects__item-card:hover .invest-projects__item-image img {
    transform: scale(1.04);
}

/* Badge */
.invest-projects__item-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.875rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.invest-projects__item-badge--open {
    background: #16a34a;
    color: #fff;
}

.invest-projects__item-badge--coming_soon {
    background: var(--tg-primary-color);
    color: #fff;
}

.invest-projects__item-badge--closed {
    background: var(--tg-secondary-color);
    color: #fff;
}

/* Content */
.invest-projects__item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.75rem;
}

.invest-projects__item-type {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin-bottom: 0.5rem;
}

.invest-projects__item-title {
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 0.625rem;
}

.invest-projects__item-title a {
    color: var(--tg-heading-font-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.invest-projects__item-title a:hover {
    color: var(--tg-primary-color);
}

.invest-projects__item-location {
    display: flex;
    align-items: flex-start;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: var(--tg-body-font-color);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.invest-projects__item-location i {
    margin-top: 0.2rem;
    flex-shrink: 0;
    color: var(--tg-primary-color);
}

/* Metrics */
.invest-projects__item-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem 1rem;
    padding: 1.25rem;
    background: var(--tg-secondary-background);
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.invest-projects__item-metric {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.invest-projects__item-metric-value {
    font-size: 1rem;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    line-height: 1.2;
}

.invest-projects__item-metric-label {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--tg-body-font-color);
}

/* Footer / CTA */
.invest-projects__item-footer {
    margin-top: auto;
}

.invest-projects__item-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.invest-projects__item-cta:hover {
    color: var(--tg-heading-font-color);
    gap: 0.75rem;
}

/* Empty state */
.invest-projects__empty {
    text-align: center;
    padding: 5rem 0;
    color: var(--tg-body-font-color);
}

.invest-projects__empty a {
    color: var(--tg-primary-color);
}

/* Responsive */
@media (max-width: 1024px) {
    .invest-projects__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .invest-hero {
        padding: 6rem 0 3.5rem;
    }

    .invest-projects {
        padding: 3.5rem 0 5rem;
    }

    .invest-projects__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .invest-projects__metrics {
        grid-template-columns: 1fr;
    }
}

/* ===== End Invest Page ===== */


/* ===== Invest Detail Page ===== */

/* ── Block 1: Hero ── */
.invest-detail-hero {
    padding: 7rem 0 6rem;
    background-color: var(--tg-secondary-background);
    background-image:
        radial-gradient(ellipse at 80% 20%, rgba(189, 154, 104, 0.1) 0%, transparent 55%);
}

.invest-detail-hero__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4rem;
    align-items: center;
}

.invest-detail-hero__left {
    min-width: 0;
}

.invest-detail-hero__intro {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.invest-detail-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.875rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.invest-detail-hero__badge--open        { background: #16a34a; color: #fff; }
.invest-detail-hero__badge--coming_soon { background: var(--tg-primary-color); color: #fff; }
.invest-detail-hero__badge--closed      { background: rgba(0,0,0,0.08); color: var(--tg-secondary-color); }

.invest-detail-hero__tagline {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin: 0;
}

.invest-detail-hero__title {
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    line-height: 1.1;
    color: var(--tg-heading-font-color);
    margin-bottom: 1.25rem;
}

.invest-detail-hero__location {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.9375rem;
    color: var(--tg-body-font-color);
    margin-bottom: 1.25rem;
}

.invest-detail-hero__location i {
    color: var(--tg-primary-color);
}

.invest-detail-hero__description {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--tg-body-font-color);
    margin-bottom: 2.5rem;
}

.invest-detail-hero__cta {
    display: inline-flex;
    align-items: center;
    padding: 0.9375rem 2.25rem;
    background-color: var(--tg-primary-color);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.invest-detail-hero__cta:hover {
    background-color: #a8894f;
    color: #fff;
    transform: translateY(-2px);
}

.invest-detail-hero__profile {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    padding: 2.25rem 2.5rem;
    flex-shrink: 0;
    min-width: 22rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.invest-detail-hero__profile-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.invest-detail-hero__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
}

.invest-detail-hero__metric {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.invest-detail-hero__metric-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    line-height: 1.1;
}

.invest-detail-hero__metric-label {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tg-body-font-color);
}

/* ── Block 2: Opportunity Summary ── */
.invest-opportunity {
    padding: 5rem 0;
}

.invest-opportunity__heading {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--tg-heading-font-color);
    margin-bottom: 1.75rem;
    line-height: 1.2;
}

.invest-opportunity__text {
    font-size: 1.0625rem;
    line-height: 1.85;
    color: var(--tg-body-font-color);
    margin-bottom: 3.5rem;
}

.invest-opportunity__text p {
    margin-bottom: 1.25rem;
}

.invest-opportunity__market {
    border-top: 2px solid var(--tg-primary-color);
    padding-top: 3rem;
}

.invest-opportunity__market-title {
    font-size: clamp(1.375rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-align: left;
    margin-bottom: 2.5rem;
}

.invest-opportunity__market-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.invest-opportunity__market-item {
    padding: 2rem 2rem 2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    text-align: left;
}

.invest-opportunity__market-item:nth-child(even) {
    padding-left: 2rem;
    padding-right: 0;
    border-left: 1px solid rgba(0,0,0,0.08);
}

.invest-opportunity__market-item:first-child {
    padding-top: 0;
}

.invest-opportunity__market-item:nth-child(2) {
    padding-top: 0;
}

.invest-opportunity__market-item-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--tg-primary-color);
    margin-bottom: 0.625rem;
    line-height: 1.4;
}

.invest-opportunity__market-item-text {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: var(--tg-body-font-color);
    margin: 0;
}

/* ── Block 3: Timeline ── */
.invest-timeline {
    padding: 5rem 0;
    background-color: var(--tg-secondary-color);
}

.invest-timeline__heading {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: #fff;
    text-align: center;
    margin-bottom: 0.75rem;
}

.invest-timeline__note {
    text-align: center;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin-bottom: 3rem;
}

.invest-timeline__track {
    display: flex;
    gap: 0;
    position: relative;
    max-width: none;
}

.invest-timeline__track::before {
    content: '';
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    height: 2px;
    background: var(--tg-primary-color);
    z-index: 0;
}

.invest-timeline__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.invest-timeline__item-dot {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--tg-primary-color);
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px var(--tg-primary-color);
    flex-shrink: 0;
    margin-bottom: 1.25rem;
}

.invest-timeline__item-content {
    padding: 0 0.75rem;
}

.invest-timeline__item-date {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.5rem;
}

.invest-timeline__item-label {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
}

/* ── Block 4: Skills ── */
.invest-skills {
    padding: 5rem 0 7rem;
}

.invest-skills__header {
    text-align: center;
    margin-bottom: 3rem;
}

.invest-skills__header-sub {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin-bottom: 0.5rem;
}

.invest-skills__header-title {
    font-size: clamp(1.625rem, 3vw, 2.25rem);
    color: var(--tg-heading-font-color);
}

.invest-skills__grid {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.invest-skills__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    flex: 0 0 auto;
    width: 10rem;
}

.invest-skills__item-icon {
    width: 5.5rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invest-skills__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.invest-skills__item-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--tg-heading-font-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin: 0;
}

/* ── Responsive: Detail Page ── */
@media (max-width: 768px) {
    .invest-detail-hero {
        padding: 5rem 0 4rem;
    }

    .invest-detail-hero__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .invest-detail-hero__profile {
        min-width: 0;
    }

    .invest-detail-hero__metrics {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .invest-detail-hero__metric-value {
        font-size: 1.25rem;
    }

    .invest-opportunity {
        padding: 3.5rem 0;
    }

    .invest-opportunity__market-list {
        grid-template-columns: 1fr;
    }

    .invest-opportunity__market-item:nth-child(even) {
        padding-left: 0;
        border-left: none;
    }

    .invest-opportunity__market-item:nth-child(2) {
        padding-top: 2rem;
    }

    .invest-timeline__track {
        flex-direction: column;
        gap: 2rem;
    }

    .invest-timeline__track::before {
        top: 0.625rem;
        left: 0.5625rem;
        right: auto;
        width: 2px;
        height: calc(100% - 1.25rem);
    }

    .invest-timeline__item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 1rem;
    }

    .invest-timeline__item-dot {
        margin-bottom: 0;
        margin-top: 0.125rem;
    }

    .invest-timeline__item-content {
        padding: 0;
    }

    .invest-skills {
        padding: 3.5rem 0 5rem;
    }

    .invest-skills__grid {
        gap: 2rem;
    }

    .invest-skills__item {
        width: 8rem;
    }
}

/* ── Block 5: Gallery ── */

.invest-gallery {
    padding: 5rem 0;
    background-color: #fff;
}

.invest-gallery__header {
    text-align: center;
    margin-bottom: 3rem;
}

.invest-gallery__header-sub {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin-bottom: 0.75rem;
}

.invest-gallery__header-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.2;
    color: var(--tg-secondary-color);
}

.invest-gallery__grid {
    display: grid;
    gap: 1rem;
}

.invest-gallery__grid--2col { grid-template-columns: repeat(2, 1fr); }
.invest-gallery__grid--3col { grid-template-columns: repeat(3, 1fr); }
.invest-gallery__grid--4col { grid-template-columns: repeat(4, 1fr); }

.invest-gallery__item {
    margin: 0;
    overflow: hidden;
    border-radius: 0.5rem;
}

.invest-gallery__item-image {
    overflow: hidden;
    border-radius: 0.5rem;
    aspect-ratio: 4 / 3;
}

.invest-gallery__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.invest-gallery__item:hover .invest-gallery__item-image img {
    transform: scale(1.04);
}

.invest-gallery__item-caption {
    font-size: 0.8125rem;
    color: var(--tg-body-font-color);
    text-align: center;
    margin-top: 0.5rem;
}

/* ── Block 6: Why Location ── */

.invest-location {
    padding: 5rem 0;
    background-color: #fff;
}

.invest-location__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.invest-location--image-left .invest-location__inner {
    direction: rtl;
}

.invest-location--image-left .invest-location__content,
.invest-location--image-left .invest-location__image {
    direction: ltr;
}

.invest-location__content-sub {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tg-primary-color);
    margin-bottom: 0.75rem;
}

.invest-location__content-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.2;
    color: var(--tg-secondary-color);
    margin-bottom: 1.5rem;
}

.invest-location__content-text {
    color: var(--tg-body-font-color);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.invest-location__content-text p {
    margin-bottom: 1rem;
}

.invest-location__content-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.invest-location__content-point {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: var(--tg-body-font-color);
    line-height: 1.5;
}

.invest-location__content-point i {
    color: var(--tg-primary-color);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.invest-location__image {
    overflow: hidden;
    border-radius: 0.75rem;
}

.invest-location__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.75rem;
}

/* ── Responsive: Gallery + Location ── */

@media (max-width: 1024px) {
    .invest-gallery__grid--4col {
        grid-template-columns: repeat(3, 1fr);
    }

    .invest-location__inner {
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .invest-gallery__grid--3col,
    .invest-gallery__grid--4col {
        grid-template-columns: repeat(2, 1fr);
    }

    .invest-location__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        direction: ltr !important;
    }

    .invest-location--image-left .invest-location__image {
        order: -1;
    }
}

@media (max-width: 576px) {
    .invest-gallery__grid--2col,
    .invest-gallery__grid--3col,
    .invest-gallery__grid--4col {
        grid-template-columns: 1fr;
    }

    .invest-gallery {
        padding: 3.5rem 0;
    }

    .invest-location {
        padding: 3.5rem 0;
    }
}

/* ===== End Invest Detail Page ===== */
