/* ================= INNER PAGE GLOBAL ================= */

.inner-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Adjust this padding-top to match or exceed your navbar's height */
    padding: 100px 20px 40px; 
    box-sizing: border-box;
    z-index: 5;
    isolation: isolate;
    overflow: visible;
}

.about-inner-hero {
    background:
        linear-gradient(rgba(20, 16, 13, 0.15), rgba(20, 16, 13, 0.15)),
        url("../images/home/abouthero.webp");
    background-size: cover;
    background-position: center;
}

.inner-hero-content {
    /* Removed absolute positioning and transform */
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.inner-hero .section-kicker {
    color: rgba(255, 255, 255, 0.88);
}

.inner-hero h1 {
    font-family: var(--heading-font, 'Cormorant Garamond', serif);
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.98;
    color: #fcfcfc;
    margin: 0 0 22px;
    font-weight: 600;
}

.inner-hero-content > p:not(.section-kicker) {
    max-width: 680px;
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

/* ================= INNER HERO TORN DIVIDER ================= */

.inner-hero-torn {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100px;
    z-index: 10;
    pointer-events: none;
    line-height: 0;
}

.inner-hero-torn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.inner-hero-torn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    position: relative;
    z-index: 31;
}

/* Floating decor */

.inner-float {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    user-select: none;
}

.inner-pine {
    width: 160px;
    right: 7%;
    bottom: 80px;
    transform: scaleX(-1) rotate(-18deg);
}

.inner-fern {
    width: 180px;
    left: -40px;
    bottom: 120px;
    transform: rotate(90deg);
    opacity: 0.9;
}

/* ================= PAGE SECTION COMMON ================= */

.page-section {
    position: relative;
    padding: 70px 0 100px;
    background: transparent;
    overflow: visible;
    z-index: 1;
}

.page-section-heading {
    max-width: 760px;
    margin-bottom: 54px;
}

.page-section-heading.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.page-section-heading h2,
.about-story-content h2,
.philosophy-content h2 {
    font-family: var(--heading-font, 'Cormorant Garamond', serif);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    color: #231b15;
    margin: 0 0 18px;
    font-weight: 600;
}

.page-section-heading p:not(.section-kicker),
.about-story-content p,
.philosophy-content p {
    font-size: 16px;
    line-height: 1.85;
    color: #5c4d40;
}

/* ================= ABOUT STORY ================= */

/* ================= ABOUT STORY ================= */

.about-story {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.about-story-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 76px;
    align-items: center;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 76px;
    align-items: center;
}

.about-story-media {
    position: relative;
}

.paper-photo-card {
    position: relative;
    background: #fff;
    padding: 16px 16px 32px;
    border-radius: 10px;
    box-shadow: 0 24px 50px rgba(45, 31, 22, 0.16);
    transform: rotate(-2.5deg);
}

.paper-photo-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px dashed rgba(139, 110, 78, 0.18);
    border-radius: 8px;
    pointer-events: none;
    z-index: 2;
}

.paper-photo-card img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 7px;
    display: block;
}

.paper-tape {
    position: absolute;
    width: 110px;
    height: 32px;
    top: -16px;
    left: 42px;
    background: rgba(220, 201, 170, 0.78);
    transform: rotate(-8deg);
    z-index: 5;
    box-shadow: 0 4px 12px rgba(55, 38, 24, 0.12);
}

.about-story-content {
    position: relative;
}

.about-story-content p {
    margin: 0 0 18px;
}

.about-story-content .brown-btn {
    margin-top: 10px;
}

/* ================= COMFORT PROMISE ================= */

.comfort-promise {
    padding-top: 80px;
}

.promise-leaf-strip {
    display: block;
    width: min(760px, 70%);
    margin: 0 auto 40px;
    pointer-events: none;
    user-select: none;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.promise-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(139, 110, 78, 0.14);
    border-radius: 16px;
    padding: 34px 26px 32px;
    box-shadow: 0 18px 38px rgba(46, 32, 22, 0.08);
}

.promise-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px dashed rgba(139, 110, 78, 0.14);
    border-radius: 12px;
    pointer-events: none;
}

.promise-card span {
    display: inline-flex;
    font-family: var(--script-font, 'Caveat', cursive);
    font-size: 32px;
    line-height: 1;
    color: #8B6E4E;
    margin-bottom: 18px;
}

.promise-card h3 {
    font-size: 19px;
    color: #2d2119;
    margin: 0 0 12px;
}

.promise-card p {
    font-size: 14px;
    line-height: 1.75;
    color: #5c4d40;
    margin: 0;
}

/* ================= CASA PHILOSOPHY ================= */

.casa-philosophy {
    padding-top: 72px;
}

.philosophy-wrap {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 70px;
    align-items: center;
}

.philosophy-note {
    position: relative;
    background: #fff;
    padding: 52px 42px;
    border-radius: 18px;
    box-shadow: 0 22px 46px rgba(45, 31, 22, 0.12);
    transform: rotate(2deg);
}

.philosophy-note::before {
    content: "";
    position: absolute;
    width: 92px;
    height: 30px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    background: rgba(220, 201, 170, 0.8);
}

.philosophy-note p {
    font-family: var(--script-font, 'Caveat', cursive);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.15;
    color: #7b6042;
    margin: 0;
    text-align: center;
}

/* ================= HORIZONTAL GALLERY SCROLL ================= */

.horizontal-gallery-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 70px;
}

.horizontal-gallery-track {
    display: flex;
    align-items: stretch;
    gap: 34px;
    width: max-content;
    padding: 20px 8vw;
    will-change: transform;
}

.horizontal-gallery-card {
    position: relative;
    flex: 0 0 520px;
    background: #ffffff;
    padding: 14px 14px 28px;
    border-radius: 12px;
    box-shadow: 0 24px 54px rgba(45, 31, 22, 0.16);
    transform: rotate(-1.3deg);
    overflow: visible;
}

.horizontal-gallery-card:nth-child(even) {
    transform: rotate(1.3deg);
}

.horizontal-gallery-card::before {
    content: "";
    position: absolute;
    width: 92px;
    height: 26px;
    top: -13px;
    left: 50%;
    transform: translateX(-50%) rotate(-7deg);
    background: rgba(220, 201, 170, 0.78);
    z-index: 5;
    box-shadow: 0 4px 12px rgba(55, 38, 24, 0.12);
}

.horizontal-gallery-image {
    position: relative;
    height: 370px;
    overflow: hidden;
    border-radius: 8px;
    background: #efe6d8;
}

.horizontal-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Book Now button bottom-right on image */
.gallery-book-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    min-height: 42px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8B6E4E;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    z-index: 8;
    box-shadow: 0 12px 26px rgba(34, 24, 18, 0.22);
    transition: all 0.25s ease;
}

.gallery-book-btn:hover {
    background: #6f563b;
    transform: translateY(-2px);
}

.horizontal-gallery-content {
    padding: 22px 6px 0;
}

.horizontal-gallery-content h3 {
    margin: 0 0 8px;
    font-family: var(--heading-font, 'Cormorant Garamond', serif);
    font-size: 34px;
    line-height: 1;
    color: #241a13;
}

.horizontal-gallery-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #6b5b4c;
}

/* ================= GALLERY HERO TEXT COLOR FIX ================= */

.gallery-inner-hero .section-kicker {
    color: #8B6E4E;
}

.gallery-inner-hero h1 {
    color: #231b15;
}

.gallery-inner-hero .inner-hero-content > p:not(.section-kicker) {
    color: #4f4034;
}

/* ================= LOCATION PAGE ================= */

.location-inner-hero {
    background:
        linear-gradient(rgba(20, 16, 13, 0.46), rgba(20, 16, 13, 0.46)),
        url("../images/locations/location-hero.webp");
    background-size: cover;
    background-position: center;
}

.location-hero-content h1,
.location-hero-content > p:not(.section-kicker) {
    color: #ffffff;
}

.location-intro {
    padding-bottom: 38px;
}

/* Location journey */

.location-journey-section {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.location-journey-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 96px;
    z-index: 3;
}

.location-story-card {
    position: relative;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.location-card-right {
    grid-template-columns: 1.05fr 0.95fr;
}

.location-story-image {
    position: relative;
    background: #ffffff;
    padding: 14px 14px 34px;
    border-radius: 12px;
    box-shadow: 0 24px 54px rgba(45, 31, 22, 0.16);
    transform: rotate(-2deg);
}

.location-card-right .location-story-image {
    transform: rotate(2deg);
}

.location-story-image::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px dashed rgba(139, 110, 78, 0.16);
    border-radius: 9px;
    z-index: 2;
    pointer-events: none;
}

.location-story-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.location-story-content {
    position: relative;
    z-index: 4;
}

.location-story-content h2 {
    font-family: var(--heading-font, 'Cormorant Garamond', serif);
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.95;
    color: #231b15;
    margin: 0 0 18px;
    font-weight: 600;
}

.location-story-content p:not(.section-kicker) {
    font-size: 16px;
    line-height: 1.85;
    color: #5c4d40;
    max-width: 540px;
    margin: 0 0 22px;
}

.location-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 28px;
}

.location-tags span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(139, 110, 78, 0.10);
    color: #6f563b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Floating decor */

.location-float {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.location-float-one {
    width: 160px;
    right: -42px;
    top: 18%;
    transform: rotate(100deg);
    opacity: 0.68;
}

.location-float-two {
    width: 128px;
    left: -34px;
    top: 56%;
    transform: scaleX(-1) rotate(-18deg);
    opacity: 0.8;
}

/* List your home */

.list-home-section {
    position: relative;
    padding: 86px 0;
    overflow: hidden;
}

.list-home-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 130px 1fr auto;
    gap: 34px;
    align-items: center;
    background: #ffffff;
    padding: 42px 46px;
    border-radius: 22px;
    box-shadow: 0 24px 54px rgba(45, 31, 22, 0.12);
}

.list-home-icon {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: rgba(139, 110, 78, 0.10);
    display: grid;
    place-items: center;
}

.list-home-icon span {
    font-size: 64px;
    color: #8B6E4E;
    line-height: 1;
}

.list-home-content h2 {
    font-family: var(--heading-font, 'Cormorant Garamond', serif);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    color: #231b15;
    margin: 0 0 12px;
}

.list-home-content p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.75;
    color: #5c4d40;
    max-width: 680px;
    margin: 0;
}

.list-home-sketch {
    position: absolute;
    width: 260px;
    left: 4%;
    bottom: 20px;
    opacity: 0.16;
    z-index: 1;
}

.list-home-tape {
    position: absolute;
    width: 80px;
    right: 9%;
    top: 28px;
    transform: rotate(12deg);
    opacity: 0.74;
    z-index: 2;
}

/* ================= LOCATION HERO IMAGE ================= */

.location-inner-hero {
    background:
        linear-gradient(rgba(20, 16, 13, 0.46), rgba(20, 16, 13, 0.46)),
        url("../images/location/location-hero.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ================= INNER PAGE HERO LAYERING FIX ================= */

.inner-hero {
    position: relative;
    min-height: 520px;
    z-index: 5;
    isolation: isolate;
    overflow: visible;
}

.inner-hero::after {
    z-index: 1;
}

.inner-hero-content {
    position: relative;
    z-index: 5;
}

.inner-float {
    position: absolute;
    z-index: 6;
}

.inner-hero-torn {
    position: absolute;
    z-index: 20;
}

.inner-hero-torn img {
    position: absolute;
    z-index: 20;
}

.inner-hero + section {
    position: relative;
    z-index: 1;
}

/* =========================================================
   PROPERTY MANAGEMENT PAGE
   ========================================================= */

.property-management-page {
    position: relative;
}


/* ================= HERO ================= */

.pm-hero {
    min-height: 720px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
}

.pm-hero-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 5;
}

.pm-hero-content {
    max-width: 620px;
}

.pm-hero-content h1 {
    margin: 15px 0 20px;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.98;
    color: #1e1a17;
}

.pm-hero-content h1 span {
    color: #9a7548;
}

.pm-hero-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #6f5942;
    margin-bottom: 18px;
}

.pm-hero-content > p:not(.section-kicker):not(.pm-hero-subtitle) {
    max-width: 540px;
    font-size: 18px;
    line-height: 1.7;
}


/* Hero photo */

.pm-hero-image {
    position: relative;
}

.pm-photo-card {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 25px 55px rgba(45, 31, 22, 0.18);
    transform: rotate(2deg);
}

.pm-photo-card img {
    width: 100%;
    height: 480px;
    display: block;
    object-fit: cover;
    border-radius: 7px;
}

.pm-photo-tape {
    position: absolute;
    width: 120px;
    height: 32px;
    top: -15px;
    right: 70px;
    background: rgba(220, 201, 170, 0.8);
    transform: rotate(-7deg);
}


/* ================= OWNER SECTION ================= */

.pm-owner {
    position: relative;
    padding: 110px 0;
}

.pm-owner-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: center;
}

.pm-owner-illustration {
    display: flex;
    justify-content: center;
}

.pm-owner-circle {
    width: 330px;
    height: 330px;
    border: 2px dashed rgba(139, 110, 78, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    color: #9a7548;
    transform: rotate(-5deg);
}

.pm-owner-content h2 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
    margin: 12px 0 25px;
}

.pm-owner-content > p {
    max-width: 620px;
    line-height: 1.8;
}

.pm-trust-box {
    margin-top: 30px;
    padding: 25px 30px;
    border: 1px solid rgba(139, 110, 78, 0.35);
    border-radius: 12px;
    background: rgba(255,255,255,0.7);
}

.pm-trust-box strong {
    display: block;
    font-size: 21px;
    color: #8d6e4e;
    margin-bottom: 8px;
}

.pm-trust-box p {
    margin: 0;
}


/* ================= SERVICES ================= */

.pm-services {
    padding: 110px 0;
}

.section-heading.centered {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 55px;
}

.section-heading.centered h2 {
    font-size: clamp(40px, 5vw, 64px);
    margin: 10px 0 15px;
}

.section-heading.centered > p:last-child {
    font-size: 18px;
}


.pm-service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.pm-service-card {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(139,110,78,0.2);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(45,31,22,0.07);
}

.pm-service-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 20px;
    border: 1px solid #9a7548;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a7548;
    font-size: 27px;
}

.pm-service-card h3 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 15px;
}

.pm-service-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* ================= WHY CHOOSE ================= */

.pm-why {
    padding: 100px 0;
}

.pm-why-card {
    background: rgba(255,255,255,0.82);
    border: 2px solid rgba(154,117,72,0.55);
    border-radius: 18px;
    padding: 45px;
}

.pm-why-heading {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
}

.pm-shield {
    width: 85px;
    height: 100px;
    border: 2px solid #9a7548;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a7548;
    font-size: 40px;
    clip-path: polygon(
        50% 0%,
        90% 15%,
        90% 60%,
        50% 100%,
        10% 60%,
        10% 15%
    );
}

.pm-why-heading h2 {
    margin: 5px 0 0;
    font-size: clamp(34px, 4vw, 52px);
}

.pm-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 50px;
}

.pm-benefit {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.pm-benefit span {
    color: #9a7548;
    font-weight: bold;
    font-size: 20px;
}

.pm-benefit p {
    margin: 0;
}


/* ================= FINAL CTA ================= */

.pm-final-cta {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    text-align: center;
}

.pm-final-cta-content {
    position: relative;
    z-index: 5;
    max-width: 850px;
    margin: auto;
}

.pm-final-cta h2 {
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1;
    margin: 15px 0;
}

.pm-final-cta-content > p:not(.section-kicker) {
    font-size: 22px;
    color: #6f5942;
}

.pm-contact-details {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.pm-contact-details a {
    color: #2d251f;
    text-decoration: none;
    font-weight: 600;
}

.pm-cta-fern {
    position: absolute;
    left: -50px;
    bottom: 20px;
    width: 240px;
    transform: rotate(-20deg);
    opacity: 0.75;
}

.pm-cta-pine {
    position: absolute;
    right: -30px;
    top: 40px;
    width: 170px;
    transform: rotate(15deg);
    opacity: 0.8;
}

/* ================= CONTACT PAGE ================= */

.contact-inner-hero {
    min-height: 520px;
}

.contact-main {
    position: relative;
    padding: 100px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: center;
}


/* ---------- CONTACT INFO ---------- */

.contact-info h2 {
    margin: 10px 0 25px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
}

.contact-intro {
    max-width: 520px;
    margin-bottom: 40px;
}


.contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}


.contact-icon {
    width: 48px;
    height: 48px;

    border: 1px solid rgba(139, 110, 78, 0.35);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
}


.contact-item h3 {
    margin: 0 0 4px;
    font-size: 16px;
}


.contact-item p,
.contact-item a {
    margin: 0;
    color: #6f6257;
    text-decoration: none;
}



/* ---------- FORM ---------- */

.contact-form-card {
    position: relative;

    background: #fff;

    padding: 14px;

    border-radius: 12px;

    box-shadow:
        0 24px 50px rgba(45, 31, 22, 0.14);

    transform: rotate(1deg);
}


.contact-form-inner {
    border: 1px dashed rgba(139, 110, 78, 0.25);

    padding: 42px;

    border-radius: 8px;

    transform: rotate(-1deg);
}


.contact-form-inner h2 {
    margin: 8px 0 10px;
}


.contact-form-inner > p {
    margin-bottom: 28px;
}


.contact-tape {
    top: -16px;
    right: 60px;
    left: auto;
    transform: rotate(7deg);
}


.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}


.form-group {
    margin-bottom: 20px;
}


.form-group label {
    display: block;

    margin-bottom: 7px;

    font-size: 14px;
    font-weight: 600;
}


.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;

    padding: 13px 15px;

    border: 1px solid rgba(139, 110, 78, 0.25);

    border-radius: 5px;

    background: #faf9f5;

    font-family: inherit;

    font-size: 14px;

    outline: none;

    box-sizing: border-box;
}


.form-group textarea {
    resize: vertical;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

    border-color: #987650;

    box-shadow: 0 0 0 2px rgba(152, 118, 80, 0.08);
}


.contact-submit {
    border: none;
    cursor: pointer;
}



/* ================= CONTACT LOCATIONS ================= */

.contact-locations {
    position: relative;

    padding: 90px 0;
}


.contact-location-heading {
    text-align: center;

    max-width: 700px;

    margin: 0 auto 50px;
}


.contact-location-heading h2 {
    margin: 10px 0 15px;
}


.contact-location-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 28px;
}


.contact-location-card {
    position: relative;

    background: rgba(255,255,255,0.96);

    padding: 35px;

    border-radius: 10px;

    border: 1px solid rgba(139, 110, 78, 0.15);

    box-shadow: 0 15px 35px rgba(45, 31, 22, 0.08);
}


.location-number {
    font-size: 13px;

    color: #987650;

    margin-bottom: 25px;
}


.contact-location-card h3 {
    font-size: 28px;

    margin-bottom: 12px;
}


.contact-location-card p {
    margin-bottom: 25px;
}


.contact-location-card a {
    color: #987650;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;
}



/* ================= CONTACT MOBILE ================= */

@media (max-width: 991px) {

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-info {
        text-align: center;
    }

    .contact-intro {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-item {
        justify-content: center;
        text-align: left;
    }

    .contact-location-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .contact-main {
        padding: 65px 0;
    }

    .contact-form-inner {
        padding: 25px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-info h2 {
        font-size: 42px;
    }

}
