/* Start custom CSS for html, class: .elementor-element-808cae1 *//* =====================================================
   GLOBAL
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family:
        Arial,
        Helvetica,
        sans-serif;

    background: #F6D8BD;

    color: #5D3140;

    line-height: 1.7;

    overflow-x: hidden;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

.contact-container {
    width: 90%;

    max-width: 1280px;

    margin: auto;
}

.contact-small-eyebrow {
    color: #CF4173;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 4px;

    margin-bottom: 20px;
}


/* =====================================================
   CONTACT HERO
===================================================== */

.contact-hero {
    min-height: 780px;

    background: #5D3140;

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;
}

.contact-hero-bg {
    position: absolute;

    inset: -5%;

    background:
        linear-gradient(
            90deg,
            #5D3140 0%,
            #5D3140 40%,
            #5D3140 75%,
            #5D3140 100%
        ),
        url("DUMMY-CONTACT-HERO.jpg");

    background-size: cover;

    background-position: center;

    opacity: .7;

    transform: scale(1.08);

    transition: transform .2s linear;
}

.contact-hero::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            #5D3140 0%,
            rgba(93,49,64,.92) 40%,
            rgba(93,49,64,.45) 100%
        );
}


/* =====================================================
   RINGS
===================================================== */

.contact-ring {
    position: absolute;

    border-radius: 50%;

    z-index: 2;

    pointer-events: none;
}

.ring-one {
    width: 500px;

    height: 500px;

    right: -180px;

    top: 90px;

    border: 1px solid #F39399;

    animation:
        ringFloat 8s ease-in-out infinite;
}

.ring-two {
    width: 260px;

    height: 260px;

    right: 120px;

    bottom: 30px;

    border: 1px solid #CF4173;

    animation:
        ringFloat 6s ease-in-out infinite reverse;
}

@keyframes ringFloat {

    0% {
        transform:
            translateY(0)
            rotate(0deg);
    }

    50% {
        transform:
            translateY(-25px)
            rotate(8deg);
    }

    100% {
        transform:
            translateY(0)
            rotate(0deg);
    }

}


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

.contact-hero-content {
    width: 90%;

    max-width: 1280px;

    margin: auto;

    position: relative;

    z-index: 5;

    padding-top: 60px;
}

.contact-eyebrow {
    display: flex;

    align-items: center;

    gap: 12px;

    color: #F39399;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 4px;

    margin-bottom: 30px;
}

.contact-eyebrow span {
    width: 35px;

    height: 1px;

    background: #F39399;
}

.contact-hero h1 {
    max-width: 850px;

    color: #F6D8BD;

    font-family: Georgia, serif;

    font-size:
        clamp(58px, 8vw, 105px);

    font-weight: 400;

    line-height: .92;

    letter-spacing: -5px;

    margin-bottom: 30px;
}

.contact-hero h1 strong {
    display: block;

    color: #F39399;

    font-weight: 400;

    font-style: italic;
}

.contact-hero h1 small {
    display: block;

    color: #F6D8BD;

    font-family: Arial, sans-serif;

    font-size: 16px;

    font-weight: 600;

    letter-spacing: 4px;

    line-height: 1.5;

    margin-top: 25px;
}

.contact-hero-content > p {
    max-width: 680px;

    color: #F6D8BD;

    font-size: 15px;

    opacity: .85;

    margin-bottom: 35px;
}


/* =====================================================
   HERO BUTTONS
===================================================== */

.contact-hero-actions {
    display: flex;

    gap: 14px;

    flex-wrap: wrap;
}

.contact-main-btn,
.contact-outline-btn {
    min-height: 55px;

    padding: 0 28px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

    transition: .35s ease;
}

.contact-main-btn {
    background: #F39399;

    color: #5D3140;

    border: 1px solid #F39399;
}

.contact-main-btn span {
    font-size: 18px;

    transition: .3s ease;
}

.contact-main-btn:hover {
    background: #F6D8BD;

    border-color: #F6D8BD;

    transform: translateY(-5px);
}

.contact-main-btn:hover span {
    transform:
        translate(5px,-5px);
}

.contact-outline-btn {
    border: 1px solid #F39399;

    color: #F6D8BD;
}

.contact-outline-btn:hover {
    background: #CF4173;

    border-color: #CF4173;

    transform: translateY(-5px);
}


/* =====================================================
   HERO PHONE
===================================================== */

.hero-contact-number {
    position: absolute;

    right: 5%;

    bottom: 55px;

    z-index: 6;

    display: flex;

    flex-direction: column;

    align-items: flex-end;
}

.hero-contact-number span {
    color: #F39399;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 5px;
}

.hero-contact-number a {
    color: #F6D8BD;

    font-family: Georgia, serif;

    font-size: 23px;

    transition: .3s ease;
}

.hero-contact-number a:hover {
    color: #F39399;
}


/* =====================================================
   CONTACT INTRO
===================================================== */

.contact-intro {
    padding: 120px 0;

    background: #F6D8BD;
}

.contact-number-label {
    color: #CF4173;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;

    border-bottom: 1px solid #CF4173;

    padding-bottom: 15px;

    margin-bottom: 55px;
}

.contact-intro-top h2 {
    font-family: Georgia, serif;

    font-size:
        clamp(50px, 7vw, 90px);

    line-height: .95;

    font-weight: 400;

    letter-spacing: -4px;

    margin-bottom: 70px;
}

.contact-intro-top h2 span {
    color: #CF4173;

    font-style: italic;
}

.contact-intro-grid {
    display: grid;

    grid-template-columns:
        1.2fr .8fr;

    gap: 100px;

    align-items: start;
}

.contact-intro-text,
.contact-info-card {
    opacity: 0;

    transform: translateY(40px);

    transition: 1s ease;
}

.contact-intro-text.visible,
.contact-info-card.visible {
    opacity: 1;

    transform: translateY(0);
}

.large-contact-text {
    font-family: Georgia, serif;

    font-size: 27px;

    line-height: 1.4;

    margin-bottom: 30px;
}

.contact-intro-text p {
    font-size: 14px;

    opacity: .8;

    margin-bottom: 20px;
}

.contact-intro-text strong {
    color: #CF4173;
}


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

.contact-info-card {
    background: #5D3140;

    color: #F6D8BD;

    padding: 38px;

    position: relative;

    overflow: hidden;
}

.contact-info-card::before {
    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    border: 1px solid #CF4173;

    border-radius: 50%;

    right: -80px;

    bottom: -80px;
}

.info-item {
    padding: 20px 0;

    border-bottom: 1px solid #CF4173;

    display: flex;

    flex-direction: column;
}

.info-item:last-child {
    border-bottom: 0;
}

.info-item span {
    color: #F39399;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 7px;
}

.info-item a,
.info-item strong {
    color: #F6D8BD;

    font-family: Georgia, serif;

    font-size: 18px;

    font-weight: 400;

    transition: .3s ease;
}

.info-item a:hover {
    color: #F39399;
}


/* =====================================================
   ENQUIRY SECTION
===================================================== */

.enquiry-section {
    padding: 120px 0;

    background: #5D3140;

    color: #F6D8BD;

    position: relative;

    overflow: hidden;
}

.enquiry-decoration {
    position: absolute;

    right: -100px;

    top: 50%;

    transform:
        translateY(-50%)
        rotate(-90deg);

    color: transparent;

    -webkit-text-stroke:
        1px #CF4173;

    font-family: Georgia, serif;

    font-size: 150px;

    font-style: italic;

    opacity: .35;

    pointer-events: none;
}

.enquiry-grid {
    display: grid;

    grid-template-columns:
        .85fr 1.15fr;

    gap: 90px;

    align-items: start;

    position: relative;

    z-index: 2;
}


/* =====================================================
   ENQUIRY COPY
===================================================== */

.enquiry-copy {
    opacity: 0;

    transform: translateX(-40px);

    transition: 1s ease;
}

.enquiry-copy.visible {
    opacity: 1;

    transform: translateX(0);
}

.contact-small-eyebrow {
    color: #F39399;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 4px;

    margin-bottom: 20px;
}

.enquiry-copy h2 {
    font-family: Georgia, serif;

    font-size:
        clamp(48px, 6vw, 78px);

    line-height: .98;

    font-weight: 400;

    letter-spacing: -4px;

    margin-bottom: 30px;
}

.enquiry-copy h2 span {
    display: block;

    color: #F39399;

    font-style: italic;
}

.enquiry-copy > p {
    max-width: 520px;

    font-size: 14px;

    opacity: .75;

    margin-bottom: 45px;
}


/* =====================================================
   ENQUIRY FEATURES
===================================================== */

.enquiry-features {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

    max-width: 400px;

    margin-bottom: 50px;
}

.enquiry-features div {
    border: 1px solid #CF4173;

    padding: 18px;

    display: flex;

    align-items: center;

    gap: 15px;

    transition: .35s ease;
}

.enquiry-features div:hover {
    background: #CF4173;

    transform: translateY(-5px);
}

.enquiry-features span {
    color: #F39399;

    font-size: 10px;

    font-weight: 800;
}

.enquiry-features strong {
    font-size: 8px;

    letter-spacing: 1.5px;
}


/* =====================================================
   DIRECT CONTACT
===================================================== */

.direct-contact {
    border-top: 1px solid #CF4173;

    padding-top: 25px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.direct-contact > span {
    color: #F39399;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 8px;
}

.direct-contact > a {
    font-family: Georgia, serif;

    color: #F6D8BD;

    font-size: 21px;

    transition: .3s ease;
}

.direct-contact > a:hover {
    color: #F39399;
}

.direct-contact > a:last-child {
    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

    margin-top: 8px;
}


/* =====================================================
   FORM
===================================================== */

.enquiry-form-wrap {
    opacity: 0;

    transform: translateX(40px);

    transition: 1s ease;
}

.enquiry-form-wrap.visible {
    opacity: 1;

    transform: translateX(0);
}

.premium-form {
    background: #F6D8BD;

    color: #5D3140;

    padding: 45px;

    position: relative;
}

.form-title {
    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #CF4173;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;

    padding-bottom: 20px;

    border-bottom: 1px solid #CF4173;

    margin-bottom: 30px;
}

.form-title span {
    font-family: Georgia, serif;

    font-size: 28px;

    font-style: italic;

    color: #5D3140;
}

.form-row {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 20px;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;

    color: #5D3140;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;

    border: 0;

    border-bottom: 1px solid #CF4173;

    background: transparent;

    color: #5D3140;

    padding: 13px 0;

    font-size: 13px;

    outline: none;

    border-radius: 0;

    transition: .3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #5D3140;

    padding-left: 8px;
}

.form-group textarea {
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #5D3140;

    opacity: .55;
}

.form-group select {
    cursor: pointer;
}


/* =====================================================
   SUBMIT
===================================================== */

.form-submit {
    width: 100%;

    min-height: 58px;

    border: 1px solid #5D3140;

    background: #5D3140;

    color: #F6D8BD;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 22px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    cursor: pointer;

    transition: .35s ease;
}

.form-submit span {
    font-size: 18px;

    transition: .3s ease;
}

.form-submit:hover {
    background: #CF4173;

    border-color: #CF4173;

    transform: translateY(-5px);
}

.form-submit:hover span {
    transform:
        translate(5px,-5px);
}

.form-note {
    color: #5D3140;

    font-size: 8px;

    opacity: .6;

    text-align: center;

    margin-top: 15px;
}


/* =====================================================
   BENEFITS
===================================================== */

.contact-benefits {
    padding: 120px 0;

    background: #F39399;
}

.benefits-heading {
    margin-bottom: 60px;
}

.benefits-heading h2 {
    font-family: Georgia, serif;

    font-size:
        clamp(48px, 6vw, 78px);

    font-weight: 400;

    line-height: 1;

    letter-spacing: -4px;
}

.benefits-heading h2 span {
    display: block;

    color: #CF4173;

    font-style: italic;
}

.benefits-grid {
    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    border-top: 1px solid #5D3140;

    border-left: 1px solid #5D3140;
}

.benefit-card {
    min-height: 300px;

    padding: 30px;

    border-right: 1px solid #5D3140;

    border-bottom: 1px solid #5D3140;

    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity .8s ease,
        transform .8s ease,
        background .35s ease;
}

.benefit-card.visible {
    opacity: 1;

    transform: translateY(0);
}

.benefit-card:hover {
    background: #5D3140;

    color: #F6D8BD;

    transform: translateY(-8px);
}

.benefit-top {
    display: flex;

    justify-content: space-between;

    color: #5D3140;

    font-size: 10px;

    font-weight: 800;
}

.benefit-card:hover .benefit-top {
    color: #F39399;
}

.benefit-top:last-child {
    font-size: 22px;
}

.benefit-card h3 {
    font-family: Georgia, serif;

    font-size: 23px;

    line-height: 1.15;

    font-weight: 400;

    margin-top: 55px;

    margin-bottom: 18px;
}

.benefit-card p {
    font-size: 11px;

    opacity: .75;
}


/* =====================================================
   LOCATIONS
===================================================== */

.contact-locations {
    padding: 120px 0;

    background: #F6D8BD;
}

.locations-top {
    display: flex;

    justify-content: space-between;

    gap: 70px;

    margin-bottom: 60px;
}

.locations-top h2 {
    font-family: Georgia, serif;

    font-size:
        clamp(48px, 6vw, 78px);

    line-height: 1;

    font-weight: 400;

    letter-spacing: -3px;
}

.locations-top h2 span {
    display: block;

    color: #CF4173;

    font-style: italic;
}

.locations-top > p {
    max-width: 350px;

    font-size: 13px;

    opacity: .7;

    padding-top: 35px;
}

.location-grid {
    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    border-top: 1px solid #5D3140;

    border-left: 1px solid #5D3140;
}

.location-grid a {
    min-height: 85px;

    padding: 0 22px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-right: 1px solid #5D3140;

    border-bottom: 1px solid #5D3140;

    font-size: 11px;

    font-weight: 800;

    opacity: 0;

    transform: translateY(20px);

    transition:
        opacity .7s ease,
        transform .7s ease,
        background .3s ease,
        padding .3s ease;
}

.location-grid a.visible {
    opacity: 1;

    transform: translateY(0);
}

.location-grid a:hover {
    background: #5D3140;

    color: #F6D8BD;

    padding-left: 30px;
}

.location-grid a strong {
    color: #CF4173;

    font-size: 18px;

    transition: .3s ease;
}

.location-grid a:hover strong {
    color: #F39399;

    transform:
        translate(4px,-4px);
}


/* =====================================================
   FINAL CTA
===================================================== */

.contact-final {
    min-height: 600px;

    background: #CF4173;

    color: #F6D8BD;

    display: flex;

    align-items: center;

    position: relative;

    overflow: hidden;
}

.final-circle {
    position: absolute;

    width: 600px;

    height: 600px;

    right: -250px;

    top: -100px;

    border: 1px solid #F39399;

    border-radius: 50%;

    animation:
        finalFloat 8s ease-in-out infinite;
}

@keyframes finalFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(25px);
    }

}

.final-content {
    max-width: 850px;

    position: relative;

    z-index: 3;

    opacity: 0;

    transform: translateY(40px);

    transition: 1s ease;
}

.final-content.visible {
    opacity: 1;

    transform: translateY(0);
}

.final-content .contact-small-eyebrow {
    color: #F6D8BD;
}

.final-content h2 {
    font-family: Georgia, serif;

    font-size:
        clamp(52px, 7vw, 90px);

    font-weight: 400;

    line-height: .95;

    letter-spacing: -4px;

    margin-bottom: 30px;
}

.final-content h2 span {
    display: block;

    color: #5D3140;

    font-style: italic;
}

.final-content > p {
    max-width: 650px;

    font-size: 14px;

    opacity: .85;

    margin-bottom: 35px;
}

.final-actions {
    display: flex;

    gap: 12px;

    flex-wrap: wrap;
}

.final-call,
.final-whatsapp {
    min-height: 55px;

    padding: 0 25px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    transition: .35s ease;
}

.final-call {
    background: #5D3140;

    color: #F6D8BD;
}

.final-whatsapp {
    border: 1px solid #F6D8BD;

    color: #F6D8BD;
}

.final-call span,
.final-whatsapp span {
    font-size: 17px;
}

.final-call:hover,
.final-whatsapp:hover {
    transform: translateY(-5px);
}

.final-call:hover {
    background: #F6D8BD;

    color: #5D3140;
}

.final-whatsapp:hover {
    background: #F39399;

    border-color: #F39399;

    color: #5D3140;
}


/* =====================================================
   FLOATING WHATSAPP
===================================================== */

.floating-contact-whatsapp {
    position: fixed;

    right: 25px;

    bottom: 25px;

    width: 65px;

    height: 65px;

    border-radius: 50%;

    background: #F39399;

    color: #5D3140;

    z-index: 999;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    box-shadow:
        0 12px 30px #5D3140;

    animation:
        floatingWhatsApp 2.5s infinite;

    transition: .35s ease;
}

.floating-contact-whatsapp span {
    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1px;
}

.floating-contact-whatsapp strong {
    font-size: 15px;
}

.floating-contact-whatsapp:hover {
    background: #F6D8BD;

    transform:
        scale(1.12)
        rotate(5deg);
}

@keyframes floatingWhatsApp {

    0% {
        box-shadow:
            0 0 0 0 #CF4173;
    }

    70% {
        box-shadow:
            0 0 0 14px transparent;
    }

    100% {
        box-shadow:
            0 0 0 0 transparent;
    }

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1000px) {

    .contact-intro-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .enquiry-grid {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .location-grid {
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 750px) {

    .contact-hero {
        min-height: 700px;
    }

    .contact-hero h1 {
        font-size:
            clamp(48px, 13vw, 76px);

        letter-spacing: -3px;
    }

    .contact-hero h1 small {
        font-size: 12px;

        letter-spacing: 2px;
    }

    .hero-contact-number {
        left: 5%;

        right: auto;

        align-items: flex-start;

        bottom: 35px;
    }

    .contact-intro,
    .enquiry-section,
    .contact-benefits,
    .contact-locations,
    .contact-final {
        padding: 80px 0;
    }

    .contact-intro-top h2,
    .enquiry-copy h2,
    .benefits-heading h2,
    .locations-top h2,
    .final-content h2 {
        font-size: 52px;
    }

    .premium-form {
        padding: 30px 22px;
    }

    .locations-top {
        flex-direction: column;

        gap: 20px;
    }

    .locations-top > p {
        padding-top: 0;
    }

}


@media (max-width: 550px) {

    .form-row {
        grid-template-columns: 1fr;
    }

    .benefits-grid,
    .location-grid {
        grid-template-columns: 1fr;
    }

    .enquiry-features {
        grid-template-columns: 1fr;
    }

    .final-actions {
        flex-direction: column;

        align-items: stretch;
    }

    .final-call,
    .final-whatsapp {
        width: 100%;
    }

    .floating-contact-whatsapp {
        width: 58px;

        height: 58px;

        right: 15px;

        bottom: 15px;
    }

    .enquiry-decoration {
        font-size: 90px;
    }

}/* End custom CSS */