/*==============================================================
 RAEES IMPORT & EXPORT
 CONTACT PAGE
 Ultra Premium Final Version

 File:
 /public_html/assets/css/sections/contact.css
==============================================================*/


/*==============================================================
 01. PAGE BASE
==============================================================*/

.contact-page-main {
    position: relative;
    overflow: hidden;

    background: #fffdf9;
    color: #211c16;
}

.contact-page-main *,
.contact-page-main *::before,
.contact-page-main *::after {
    box-sizing: border-box;
}

.contact-page-main img {
    display: block;
    max-width: 100%;
}

.contact-page-main a {
    text-decoration: none;
}


/*==============================================================
 02. COMMON SECTION KICKER
==============================================================*/

.contact-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #a76f20;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: .16em;
    text-transform: uppercase;
}

.contact-section-kicker::before {
    content: "";

    width: 30px;
    height: 1px;

    background: linear-gradient(
        90deg,
        #a56c1d,
        #d8aa5a
    );
}


/*==============================================================
 03. CONTACT HERO
==============================================================*/

.contact-hero {
    position: relative;
    isolation: isolate;

    overflow: hidden;

    min-height: 680px;

    padding:
        clamp(80px, 8vw, 120px)
        0
        clamp(90px, 9vw, 125px);

    background:
        radial-gradient(
            circle at 7% 15%,
            rgba(203, 155, 76, .14),
            transparent 30%
        ),
        radial-gradient(
            circle at 94% 76%,
            rgba(8, 67, 50, .09),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #fffdf9 0%,
            #faf5eb 53%,
            #f7efe2 100%
        );
}


/*==============================================================
 04. HERO BACKGROUND
==============================================================*/

.contact-hero-background {
    position: absolute;
    inset: 0;

    z-index: -1;

    overflow: hidden;
    pointer-events: none;
}

.contact-hero-glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.contact-hero-glow-one {
    width: 540px;
    height: 540px;

    top: -330px;
    left: -200px;

    background: radial-gradient(
        circle,
        rgba(203, 155, 76, .21),
        transparent 70%
    );
}

.contact-hero-glow-two {
    width: 600px;
    height: 600px;

    right: -290px;
    bottom: -350px;

    background: radial-gradient(
        circle,
        rgba(7, 61, 46, .14),
        transparent 70%
    );
}

.contact-hero-grid {
    position: absolute;

    width: 700px;
    height: 700px;

    top: 50%;
    left: 50%;

    opacity: .027;

    transform:
        translate(-50%, -50%)
        rotate(10deg);

    background-image:
        linear-gradient(
            rgba(10, 60, 45, .8) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(10, 60, 45, .8) 1px,
            transparent 1px
        );

    background-size: 42px 42px;

    -webkit-mask-image:
        radial-gradient(
            circle,
            #000 5%,
            transparent 70%
        );

    mask-image:
        radial-gradient(
            circle,
            #000 5%,
            transparent 70%
        );
}


/*==============================================================
 05. HERO LAYOUT
==============================================================*/

.contact-hero-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(390px, .78fr);

    align-items: center;

    gap: clamp(55px, 8vw, 105px);
}


/*==============================================================
 06. HERO CONTENT
==============================================================*/

.contact-hero-content {
    position: relative;
    z-index: 2;

    max-width: 720px;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    margin-bottom: 20px;

    color: #a66e1f;

    font-size: 10px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: .17em;
    text-transform: uppercase;
}

.contact-kicker::before {
    content: "";

    width: 34px;
    height: 1px;

    background: linear-gradient(
        90deg,
        #9e681d,
        #d7aa5b
    );
}


/*==============================================================
 07. HERO TITLE
==============================================================*/

.contact-hero h1 {
    max-width: 720px;

    margin: 0;

    color: #17130f;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: clamp(47px, 5.25vw, 76px);
    font-weight: 600;

    line-height: 1.02;

    letter-spacing: -.045em;
}

.contact-hero h1 span {
    display: block;

    margin-top: 6px;

    color: #ad7726;
}


/*==============================================================
 08. HERO DESCRIPTION
==============================================================*/

.contact-hero-lead {
    max-width: 625px;

    margin: 27px 0 0;

    color: #665e54;

    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.85;
}

.contact-hero-lead strong {
    color: #153e31;
    font-weight: 800;
}


/*==============================================================
 09. HERO ACTIONS
==============================================================*/

.contact-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 31px;
}


/*==============================================================
 10. HERO PRIMARY BUTTON
==============================================================*/

.contact-primary-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 10px !important;

    width: auto !important;
    min-width: 150px !important;
    min-height: 52px !important;

    padding: 14px 22px !important;

    border: 1px solid #b98230 !important;
    border-radius: 10px !important;

    background:
        linear-gradient(
            135deg,
            #104b3a,
            #073529
        ) !important;

    color: #ffffff !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;

    box-shadow:
        0 11px 27px rgba(7, 54, 41, .20) !important;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease !important;
}

.contact-primary-btn i {
    color: #e0b665 !important;
}

.contact-primary-btn:hover {
    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #155943,
            #0a4031
        ) !important;

    transform: translateY(-3px);

    box-shadow:
        0 17px 35px rgba(7, 54, 41, .27) !important;
}


/*==============================================================
 11. HERO WHATSAPP BUTTON
==============================================================*/

.contact-whatsapp-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 9px !important;

    width: auto !important;
    min-width: 150px !important;
    min-height: 52px !important;

    padding: 14px 22px !important;

    border: 1px solid rgba(37, 211, 102, .38) !important;
    border-radius: 10px !important;

    background: rgba(255, 255, 255, .72) !important;

    color: #174b38 !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    box-shadow:
        0 9px 24px rgba(35, 29, 20, .06) !important;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease !important;
}

.contact-whatsapp-btn i {
    color: #25d366 !important;
    font-size: 16px;
}

.contact-whatsapp-btn:hover {
    color: #ffffff !important;
    background: #25d366 !important;

    transform: translateY(-3px);

    box-shadow:
        0 15px 31px rgba(37, 211, 102, .22) !important;
}

.contact-whatsapp-btn:hover i {
    color: #ffffff !important;
}


/*==============================================================
 12. HERO TRUST
==============================================================*/

.contact-hero-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 15px 25px;

    margin-top: 38px;
    padding-top: 27px;

    border-top:
        1px solid rgba(128, 102, 65, .14);
}

.contact-trust-item {
    display: flex;
    align-items: center;

    gap: 10px;
}

.contact-trust-item > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 37px;
    height: 37px;

    flex: 0 0 37px;

    border:
        1px solid rgba(190, 139, 58, .22);

    border-radius: 10px;

    color: #b77c25;

    background: rgba(255,255,255,.58);

    font-size: 12px;
}

.contact-trust-item strong {
    display: block;

    margin-bottom: 2px;

    color: #153e31;

    font-size: 11px;
    font-weight: 800;
}

.contact-trust-item small {
    display: block;

    color: #8a8175;

    font-size: 9px;
}


/*==============================================================
 13. HERO CONTACT CARD WRAP
==============================================================*/

.contact-hero-card-wrap {
    position: relative;
    z-index: 2;

    width: 100%;
}

.contact-hero-card-wrap::before {
    content: "";

    position: absolute;

    top: -20px;
    right: -20px;

    z-index: -1;

    width: 130px;
    height: 130px;

    border-top:
        1px solid rgba(181,127,43,.42);

    border-right:
        1px solid rgba(181,127,43,.42);

    border-radius: 0 28px 0 0;
}

.contact-hero-card-wrap::after {
    content: "";

    position: absolute;

    left: -20px;
    bottom: -20px;

    z-index: -1;

    width: 130px;
    height: 130px;

    border-left:
        1px solid rgba(181,127,43,.35);

    border-bottom:
        1px solid rgba(181,127,43,.35);

    border-radius: 0 0 0 28px;
}


/*==============================================================
 14. HERO CONTACT CARD
==============================================================*/

.contact-hero-card {
    width: min(100%, 470px);

    margin-left: auto;

    padding: 32px;

    border:
        1px solid rgba(179, 126, 45, .22);

    border-radius: 25px;

    background:
        rgba(255,255,255,.82);

    box-shadow:
        0 32px 80px rgba(31,25,17,.14);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.contact-card-top {
    display: flex;
    align-items: center;

    gap: 15px;

    padding-bottom: 23px;

    border-bottom:
        1px solid rgba(124, 99, 63, .11);
}

.contact-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    border-radius: 15px;

    color: #d9ad60;

    background:
        linear-gradient(
            145deg,
            #123f32,
            #082f25
        );

    font-size: 17px;

    box-shadow:
        0 10px 25px rgba(7,53,40,.14);
}

.contact-card-top small {
    display: block;

    margin-bottom: 4px;

    color: #a46d20;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-card-top h2 {
    margin: 0;

    color: #1d1813;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 23px;
    font-weight: 600;

    line-height: 1.2;
}

.contact-card-description {
    margin: 21px 0;

    color: #746b60;

    font-size: 12px;
    line-height: 1.75;
}


/*==============================================================
 15. HERO CONTACT ROWS
==============================================================*/

.contact-card-row {
    display: grid;

    grid-template-columns:
        43px
        minmax(0, 1fr)
        20px;

    align-items: center;

    gap: 13px;

    width: 100%;

    margin-top: 10px;
    padding: 13px;

    border:
        1px solid rgba(171,119,39,.12);

    border-radius: 13px;

    background: #fdf9f2;

    color: #201a14 !important;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.contact-card-row:hover {
    transform: translateX(4px);

    border-color:
        rgba(171,119,39,.28);

    background: #ffffff;

    box-shadow:
        0 10px 27px rgba(34,28,19,.07);
}

.contact-card-row-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 41px;
    height: 41px;

    border-radius: 11px;

    color: #a97324;

    background: #f3e6cf;

    font-size: 13px;
}

.contact-card-whatsapp
.contact-card-row-icon {
    color: #168e48;

    background: #e3f6ea;
}

.contact-card-row-content {
    min-width: 0;
}

.contact-card-row-content small {
    display: block;

    margin-bottom: 3px;

    color: #8a8175;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-card-row-content strong {
    display: block;

    overflow-wrap: anywhere;

    color: #1f1914;

    font-size: 11px;
    font-weight: 800;
}

.contact-row-arrow {
    color: #b47a24;

    font-size: 10px;

    transition: transform .3s ease;
}

.contact-card-row:hover
.contact-row-arrow {
    transform: translateX(3px);
}


/*==============================================================
 16. CONTACT INFORMATION SECTION
==============================================================*/

.contact-information-section {
    position: relative;

    padding:
        clamp(85px, 9vw, 120px)
        0;

    background: #ffffff;
}


/*==============================================================
 17. SECTION HEADING
==============================================================*/

.contact-section-heading {
    max-width: 760px;

    margin:
        0 auto
        50px;

    text-align: center;
}

.contact-section-heading
.contact-section-kicker {
    justify-content: center;
}

.contact-section-heading h2 {
    margin: 14px 0 15px;

    color: #19150f;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: clamp(36px, 4vw, 55px);
    font-weight: 600;

    line-height: 1.08;

    letter-spacing: -.035em;
}

.contact-section-heading h2 span {
    display: block;

    color: #a87324;
}

.contact-section-heading p {
    max-width: 620px;

    margin: 0 auto;

    color: #756c61;

    font-size: 13px;
    line-height: 1.8;
}


/*==============================================================
 18. CONTACT INFORMATION GRID
==============================================================*/

.contact-information-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 16px;
}


/*==============================================================
 19. INFORMATION CARDS
==============================================================*/

.contact-info-card {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 14px;

    min-width: 0;
    min-height: 190px;

    overflow: hidden;

    padding: 25px 21px;

    border:
        1px solid rgba(174,121,41,.15);

    border-radius: 19px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fdf9f2
        );

    color: #211b15 !important;

    box-shadow:
        0 13px 35px rgba(34,28,19,.055);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.contact-info-card::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;
    left: 0;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #9f691e,
            #d6aa5b
        );

    transform: scaleX(0);

    transform-origin: left;

    transition: transform .35s ease;
}

.contact-info-card:hover {
    transform: translateY(-7px);

    border-color:
        rgba(178,125,45,.29);

    box-shadow:
        0 23px 50px rgba(34,28,19,.10);
}

.contact-info-card:hover::after {
    transform: scaleX(1);
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    border-radius: 14px;

    color: #d9ad60;

    background:
        linear-gradient(
            145deg,
            #123f32,
            #082f25
        );

    font-size: 15px;

    box-shadow:
        0 10px 24px rgba(7,53,40,.14);
}

.contact-info-whatsapp
.contact-info-icon {
    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #2bd66c,
            #15994a
        );
}

.contact-info-content {
    min-width: 0;

    padding-top: 3px;
}

.contact-info-content small {
    display: block;

    margin-bottom: 8px;

    color: #a36d20;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-info-content strong {
    display: block;

    overflow-wrap: anywhere;

    color: #211b15;

    font-size: 12px;
    font-weight: 800;

    line-height: 1.55;
}

.contact-info-content em {
    display: block;

    margin-top: 6px;

    color: #857b70;

    font-size: 10px;
    font-style: normal;

    line-height: 1.5;
}

.contact-info-arrow {
    position: absolute;

    top: 20px;
    right: 18px;

    color: #b27a28;

    font-size: 10px;

    opacity: .55;

    transition:
        transform .3s ease,
        opacity .3s ease;
}

.contact-info-card:hover
.contact-info-arrow {
    opacity: 1;

    transform:
        translate(2px, -2px);
}

.contact-email-text {
    font-size: 10.5px !important;
}


/*==============================================================
 20. BUSINESS ENQUIRY SECTION
==============================================================*/

.contact-enquiry-section {
    position: relative;

    padding:
        clamp(90px, 9vw, 125px)
        0;

    background:
        radial-gradient(
            circle at 95% 10%,
            rgba(199,150,73,.10),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #faf6ee,
            #fffdf9
        );
}


/*==============================================================
 21. ENQUIRY LAYOUT
==============================================================*/

.contact-enquiry-layout {
    display: grid;

    grid-template-columns:
        minmax(0, .75fr)
        minmax(480px, 1fr);

    align-items: center;

    gap: clamp(55px, 8vw, 100px);
}


/*==============================================================
 22. ENQUIRY CONTENT
==============================================================*/

.contact-enquiry-content {
    max-width: 570px;
}

.contact-enquiry-content h2 {
    margin: 14px 0 21px;

    color: #19150f;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: clamp(37px, 4vw, 55px);
    font-weight: 600;

    line-height: 1.08;

    letter-spacing: -.035em;
}

.contact-enquiry-content h2 span {
    display: block;

    color: #a87324;
}

.contact-enquiry-content > p {
    margin: 0;

    color: #71695f;

    font-size: 13px;
    line-height: 1.85;
}


/*==============================================================
 23. REQUIREMENT LIST
==============================================================*/

.contact-requirement-list {
    display: flex;
    flex-direction: column;

    gap: 10px;

    margin-top: 31px;
}

.contact-requirement-item {
    display: grid;

    grid-template-columns:
        43px
        minmax(0,1fr);

    gap: 15px;

    padding: 16px;

    border:
        1px solid transparent;

    border-radius: 14px;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.contact-requirement-item:hover {
    transform: translateX(5px);

    border-color:
        rgba(175,120,38,.14);

    background:
        rgba(255,255,255,.75);

    box-shadow:
        0 10px 27px rgba(34,28,19,.05);
}

.contact-requirement-item > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border-radius: 12px;

    color: #e0b665;

    background:
        linear-gradient(
            145deg,
            #104535,
            #073126
        );

    font-size: 12px;

    box-shadow:
        0 8px 20px rgba(7,53,40,.13);
}

.contact-requirement-item strong {
    display: block;

    margin-bottom: 5px;

    color: #211b15;

    font-size: 12px;
    font-weight: 800;
}

.contact-requirement-item p {
    margin: 0;

    color: #786f64;

    font-size: 10.5px;
    line-height: 1.65;
}


/*==============================================================
 24. FORM CARD
==============================================================*/

.contact-form-card {
    position: relative;

    overflow: hidden;

    padding:
        clamp(28px, 4vw, 42px);

    border:
        1px solid rgba(177,123,42,.18);

    border-radius: 25px;

    background:
        rgba(255,255,255,.91);

    box-shadow:
        0 30px 75px rgba(31,25,17,.12);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.contact-form-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 45px;

    width: 150px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #9f691e,
            #d8aa5b
        );
}


/*==============================================================
 25. FORM HEADING
==============================================================*/

.contact-form-heading {
    margin-bottom: 28px;
}

.contact-form-heading > span {
    display: block;

    margin-bottom: 8px;

    color: #a56d1f;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .14em;
    text-transform: uppercase;
}

.contact-form-heading h3 {
    margin: 0 0 9px;

    color: #1c1712;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: clamp(25px, 2.4vw, 32px);
    font-weight: 600;

    line-height: 1.2;
}

.contact-form-heading p {
    max-width: 470px;

    margin: 0;

    color: #7b7267;

    font-size: 11px;
    line-height: 1.7;
}


/*==============================================================
 26. FORM GRID
==============================================================*/

.contact-form-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 17px;
}

.contact-form-group {
    min-width: 0;
}

.contact-form-group label {
    display: block;

    margin-bottom: 7px;

    color: #41382f;

    font-size: 10px;
    font-weight: 800;
}


/*==============================================================
 27. INPUT WRAPPER
==============================================================*/

.contact-input-wrap,
.contact-textarea-wrap {
    position: relative;
}

.contact-input-wrap > i,
.contact-textarea-wrap > i {
    position: absolute;

    left: 16px;

    z-index: 2;

    color: #ae7829;

    font-size: 11px;

    pointer-events: none;
}

.contact-input-wrap > i {
    top: 50%;

    transform: translateY(-50%);
}

.contact-textarea-wrap > i {
    top: 17px;
}


/*==============================================================
 28. INPUTS
==============================================================*/

.contact-input-wrap input,
.contact-input-wrap select,
.contact-textarea-wrap textarea {
    display: block;

    width: 100%;

    margin: 0;

    border:
        1px solid rgba(154,123,80,.20);

    border-radius: 11px;

    outline: none;

    background: #fcfaf6;

    color: #201a14;

    font-family: inherit;
    font-size: 11px;
    font-weight: 500;

    transition:
        border-color .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}

.contact-input-wrap input,
.contact-input-wrap select {
    height: 51px;

    padding:
        0
        15px
        0
        43px;
}

.contact-textarea-wrap textarea {
    min-height: 135px;

    padding:
        15px
        15px
        15px
        43px;

    line-height: 1.6;

    resize: vertical;
}

.contact-input-wrap input::placeholder,
.contact-textarea-wrap textarea::placeholder {
    color: #aaa094;
    opacity: 1;
}

.contact-input-wrap input:focus,
.contact-input-wrap select:focus,
.contact-textarea-wrap textarea:focus {
    border-color:
        rgba(170,113,31,.65);

    background: #ffffff;

    box-shadow:
        0 0 0 4px
        rgba(181,126,43,.08);
}

.contact-input-wrap:focus-within > i,
.contact-textarea-wrap:focus-within > i {
    color: #0b4635;
}


/*==============================================================
 29. SELECT FIX
==============================================================*/

.contact-input-wrap select {
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    padding-right: 38px;

    background-image:
        linear-gradient(
            45deg,
            transparent 50%,
            #a36d20 50%
        ),
        linear-gradient(
            135deg,
            #a36d20 50%,
            transparent 50%
        );

    background-position:
        calc(100% - 18px) 22px,
        calc(100% - 13px) 22px;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;
}


/*==============================================================
 30. FULL FORM ROW
==============================================================*/

.contact-form-full {
    margin-top: 17px;
}


/*==============================================================
 31. SUBMIT BUTTON
==============================================================*/

.contact-submit-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 10px !important;

    width: 100% !important;
    min-height: 54px !important;

    margin-top: 19px !important;
    padding: 14px 22px !important;

    border:
        1px solid #b98330 !important;

    border-radius: 11px !important;

    outline: none !important;

    background:
        linear-gradient(
            135deg,
            #104b3a,
            #073529
        ) !important;

    color: #ffffff !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    cursor: pointer !important;

    box-shadow:
        0 12px 28px rgba(7,54,41,.20) !important;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease !important;
}

.contact-submit-btn i {
    color: #e0b665 !important;

    font-size: 10px;

    transition: transform .3s ease;
}

.contact-submit-btn:hover {
    background:
        linear-gradient(
            135deg,
            #155943,
            #0a4031
        ) !important;

    transform: translateY(-3px);

    box-shadow:
        0 17px 36px rgba(7,54,41,.27) !important;
}

.contact-submit-btn:hover i {
    transform: translateX(4px);
}


/*==============================================================
 32. FORM NOTE
==============================================================*/

.contact-form-note {
    display: flex;
    align-items: flex-start;

    gap: 7px;

    margin: 13px 0 0;

    color: #91877b;

    font-size: 9px;
    line-height: 1.55;
}

.contact-form-note i {
    margin-top: 2px;

    color: #ad7829;
}


/*==============================================================
 33. BUSINESS DETAILS SECTION
==============================================================*/

.contact-business-section {
    position: relative;

    padding:
        clamp(75px, 8vw, 105px)
        0;

    background: #ffffff;
}


/*==============================================================
 34. BUSINESS CARD
==============================================================*/

.contact-business-card {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(250px, .7fr)
        minmax(0, 1.3fr);

    align-items: center;

    gap: 50px;

    overflow: hidden;

    padding:
        clamp(38px, 5vw, 60px);

    border:
        1px solid rgba(179,126,45,.17);

    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            #fdf9f1,
            #ffffff
        );

    box-shadow:
        0 20px 55px rgba(34,28,19,.07);
}

.contact-business-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 60px;

    width: 160px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #a56d1f,
            #d8aa5a
        );
}


/*==============================================================
 35. BUSINESS HEADING
==============================================================*/

.contact-business-heading h2 {
    margin: 13px 0 10px;

    color: #173e31;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: clamp(27px, 3vw, 38px);
    font-weight: 600;

    line-height: 1.15;
}

.contact-business-heading p {
    max-width: 430px;

    margin: 0;

    color: #766d62;

    font-size: 11px;
    line-height: 1.7;
}


/*==============================================================
 36. BUSINESS DETAILS GRID
==============================================================*/

.contact-business-details {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 13px;
}

.contact-business-item {
    padding: 18px;

    border:
        1px solid rgba(175,121,39,.13);

    border-radius: 13px;

    background:
        rgba(255,255,255,.75);
}

.contact-business-item small {
    display: block;

    margin-bottom: 6px;

    color: #a46d20;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-business-item strong {
    display: block;

    color: #211b15;

    font-size: 11px;
    font-weight: 800;

    overflow-wrap: anywhere;
}


/*==============================================================
 37. FINAL CTA SECTION
==============================================================*/

.contact-final-cta {
    position: relative;

    padding:
        10px
        0
        clamp(85px, 8vw, 110px);

    background: #ffffff;
}


/*==============================================================
 38. FINAL CTA CARD
==============================================================*/

.contact-final-card {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0,1fr)
        220px;

    align-items: center;

    gap: 45px;

    min-height: 330px;

    overflow: hidden;

    padding:
        clamp(42px, 5vw, 64px)
        clamp(32px, 6vw, 72px);

    border:
        1px solid rgba(215,171,92,.21);

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(218,174,95,.13),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            #104636,
            #052b21
        );

    box-shadow:
        0 28px 70px rgba(7,50,38,.18);
}

.contact-final-card::before {
    content: "";

    position: absolute;

    right: -130px;
    bottom: -210px;

    width: 350px;
    height: 350px;

    border:
        1px solid rgba(221,179,101,.15);

    border-radius: 50%;
}

.contact-final-card::after {
    content: "";

    position: absolute;

    top: 0;
    left: 70px;

    width: 170px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #d8aa59,
            transparent
        );
}


/*==============================================================
 39. FINAL CTA CONTENT
==============================================================*/

.contact-final-content {
    position: relative;
    z-index: 3;

    max-width: 720px;
}

.contact-final-cta
.contact-section-kicker {
    color: #ddb467;
}

.contact-final-content h2 {
    max-width: 650px;

    margin: 13px 0 16px;

    color: #ffffff;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: clamp(36px, 4vw, 54px);
    font-weight: 600;

    line-height: 1.06;

    letter-spacing: -.035em;
}

.contact-final-content h2 span {
    display: block;
}

.contact-final-content > p {
    max-width: 610px;

    margin: 0;

    color: rgba(255,255,255,.68);

    font-size: 13px;
    line-height: 1.8;
}


/*==============================================================
 40. FINAL CTA ACTIONS
==============================================================*/

.contact-final-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 27px;
}


/*==============================================================
 41. FINAL CTA CALL BUTTON
==============================================================*/

.contact-final-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 9px !important;

    width: auto !important;
    min-width: 190px !important;
    min-height: 52px !important;

    padding: 14px 22px !important;

    border:
        1px solid #d3a653 !important;

    border-radius: 10px !important;

    background:
        linear-gradient(
            135deg,
            #d5aa5c,
            #b77c26
        ) !important;

    color: #092f25 !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    box-shadow:
        0 12px 28px rgba(0,0,0,.17) !important;

    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease !important;
}

.contact-final-primary i {
    color: #092f25 !important;
}

.contact-final-primary:hover {
    color: #082d23 !important;

    background:
        linear-gradient(
            135deg,
            #e2bb72,
            #c58c34
        ) !important;

    transform: translateY(-3px);

    box-shadow:
        0 17px 34px rgba(0,0,0,.23) !important;
}


/*==============================================================
 42. FINAL CTA WHATSAPP BUTTON
==============================================================*/

.contact-final-whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 9px !important;

    width: auto !important;
    min-width: 175px !important;
    min-height: 52px !important;

    padding: 14px 22px !important;

    border:
        1px solid rgba(37,211,102,.75) !important;

    border-radius: 10px !important;

    background:
        rgba(37,211,102,.08) !important;

    color: #ffffff !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    box-shadow: none !important;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease,
        box-shadow .3s ease !important;
}

.contact-final-whatsapp i {
    color: #25d366 !important;

    font-size: 15px;
}

.contact-final-whatsapp:hover {
    color: #ffffff !important;

    background: #25d366 !important;

    border-color: #25d366 !important;

    transform: translateY(-3px);

    box-shadow:
        0 14px 30px rgba(37,211,102,.22) !important;
}

.contact-final-whatsapp:hover i {
    color: #ffffff !important;
}


/*==============================================================
 43. FINAL CTA DECORATION
==============================================================*/

.contact-final-decoration {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 190px;
    height: 190px;

    justify-self: end;

    border:
        1px solid rgba(221,178,98,.20);

    border-radius: 50%;

    color: rgba(217,170,89,.65);

    background:
        radial-gradient(
            circle,
            rgba(215,170,90,.09),
            transparent 68%
        );

    font-size: 78px;
}


/*==============================================================
 44. FOCUS ACCESSIBILITY
==============================================================*/

.contact-primary-btn:focus-visible,
.contact-whatsapp-btn:focus-visible,
.contact-submit-btn:focus-visible,
.contact-final-primary:focus-visible,
.contact-final-whatsapp:focus-visible,
.contact-card-row:focus-visible,
.contact-info-card:focus-visible {
    outline:
        3px solid rgba(210,164,82,.45) !important;

    outline-offset: 4px !important;
}


/*==============================================================
 45. LARGE TABLET / SMALL DESKTOP
==============================================================*/

@media (max-width: 1199.98px) {

    .contact-hero-layout {
        gap: 60px;
    }

    .contact-information-grid {
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }

    .contact-enquiry-layout {
        grid-template-columns:
            minmax(0,.7fr)
            minmax(440px,1fr);

        gap: 60px;
    }

}


/*==============================================================
 46. TABLET
==============================================================*/

@media (max-width: 991.98px) {

    /* HERO */

    .contact-hero {
        min-height: 0;

        padding:
            75px
            0
            90px;
    }

    .contact-hero-layout {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .contact-hero-content {
        max-width: 760px;
    }

    .contact-hero-card-wrap {
        width: min(100%, 550px);

        margin: 0 auto;
    }

    .contact-hero-card {
        width: 100%;

        margin: 0;
    }


    /* ENQUIRY */

    .contact-enquiry-layout {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .contact-enquiry-content {
        max-width: 700px;
    }


    /* BUSINESS */

    .contact-business-card {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    /* CTA */

    .contact-final-card {
        grid-template-columns:
            minmax(0,1fr)
            150px;
    }

    .contact-final-decoration {
        width: 145px;
        height: 145px;

        font-size: 58px;
    }

}


/*==============================================================
 47. MOBILE
==============================================================*/

@media (max-width: 767.98px) {

    /* HERO */

    .contact-hero {
        padding:
            60px
            0
            78px;
    }

    .contact-hero-layout {
        gap: 50px;
    }

    .contact-kicker {
        margin-bottom: 16px;

        font-size: 9px;
    }

    .contact-kicker::before {
        width: 25px;
    }

    .contact-hero h1 {
        font-size:
            clamp(40px, 12vw, 56px);

        line-height: 1.02;
    }

    .contact-hero-lead {
        margin-top: 21px;

        font-size: 14px;
        line-height: 1.75;
    }


    /* HERO BUTTONS */

    .contact-hero-actions {
        display: grid;

        grid-template-columns: 1fr;

        width: 100%;

        gap: 10px;

        margin-top: 27px;
    }

    .contact-primary-btn,
    .contact-whatsapp-btn {
        width: 100% !important;
        min-width: 0 !important;

        min-height: 52px !important;
    }


    /* HERO TRUST */

    .contact-hero-trust {
        display: grid;

        grid-template-columns: 1fr;

        gap: 10px;
    }

    .contact-trust-item {
        padding: 11px;

        border:
            1px solid rgba(180,125,44,.13);

        border-radius: 12px;

        background:
            rgba(255,255,255,.48);
    }


    /* HERO CARD */

    .contact-hero-card-wrap {
        width: calc(100% - 10px);
    }

    .contact-hero-card {
        padding: 24px 19px;

        border-radius: 20px;
    }

    .contact-card-top {
        align-items: flex-start;
    }

    .contact-card-top h2 {
        font-size: 21px;
    }

    .contact-hero-card-wrap::before,
    .contact-hero-card-wrap::after {
        width: 90px;
        height: 90px;
    }

    .contact-card-row {
        grid-template-columns:
            40px
            minmax(0,1fr)
            16px;

        gap: 10px;

        padding: 11px;
    }


    /* INFORMATION */

    .contact-information-section {
        padding:
            75px
            0;
    }

    .contact-section-heading {
        margin-bottom: 36px;
    }

    .contact-section-heading h2 {
        font-size:
            clamp(32px, 9vw, 43px);
    }

    .contact-information-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .contact-info-card {
        min-height: 0;

        padding: 22px 18px;
    }


    /* ENQUIRY */

    .contact-enquiry-section {
        padding:
            75px
            0;
    }

    .contact-enquiry-content h2 {
        font-size:
            clamp(32px, 9vw, 44px);
    }

    .contact-requirement-item {
        padding:
            14px
            8px;
    }


    /* FORM */

    .contact-form-card {
        padding:
            28px
            20px;

        border-radius: 20px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .contact-form-full {
        margin-top: 14px;
    }

    .contact-submit-btn {
        min-height: 54px !important;
    }


    /* BUSINESS */

    .contact-business-section {
        padding:
            70px
            0;
    }

    .contact-business-card {
        padding:
            32px
            22px;

        border-radius: 20px;
    }

    .contact-business-details {
        grid-template-columns: 1fr;
    }


    /* FINAL CTA */

    .contact-final-cta {
        padding:
            5px
            0
            70px;
    }

    .contact-final-card {
        grid-template-columns: 1fr;

        gap: 30px;

        min-height: 0;

        padding:
            38px
            24px;

        border-radius: 22px;
    }

    .contact-final-content h2 {
        font-size:
            clamp(32px, 9vw, 43px);
    }

    .contact-final-content > p {
        font-size: 12px;
    }

    .contact-final-actions {
        display: grid;

        grid-template-columns: 1fr;

        width: 100%;

        gap: 10px;

        margin-top: 25px;
    }

    .contact-final-primary,
    .contact-final-whatsapp {
        width: 100% !important;
        min-width: 0 !important;

        min-height: 52px !important;
    }

    .contact-final-decoration {
        display: none;
    }

}


/*==============================================================
 48. SMALL MOBILE
==============================================================*/

@media (max-width: 575.98px) {

    .contact-hero {
        padding-top: 55px;
    }

    .contact-card-row-content strong {
        font-size: 10px;
    }

    .contact-section-heading p {
        font-size: 12px;
    }

    .contact-form-heading h3 {
        font-size: 25px;
    }

    .contact-business-heading h2 {
        font-size: 27px;
    }

}


/*==============================================================
 49. VERY SMALL MOBILE
==============================================================*/

@media (max-width: 390px) {

    .contact-hero h1 {
        font-size: 38px;
    }

    .contact-card-icon {
        width: 46px;
        height: 46px;

        flex-basis: 46px;
    }

    .contact-card-top h2 {
        font-size: 19px;
    }

    .contact-section-heading h2,
    .contact-enquiry-content h2,
    .contact-final-content h2 {
        font-size: 31px;
    }

    .contact-form-card {
        padding:
            25px
            16px;
    }

    .contact-final-card {
        padding:
            32px
            20px;
    }

}


/*==============================================================
 50. TOUCH DEVICE
==============================================================*/

@media (hover: none) {

    .contact-primary-btn:hover,
    .contact-whatsapp-btn:hover,
    .contact-card-row:hover,
    .contact-info-card:hover,
    .contact-requirement-item:hover,
    .contact-submit-btn:hover,
    .contact-final-primary:hover,
    .contact-final-whatsapp:hover {
        transform: none;
    }

}


/*==============================================================
 51. REDUCED MOTION
==============================================================*/

@media (prefers-reduced-motion: reduce) {

    .contact-primary-btn,
    .contact-whatsapp-btn,
    .contact-card-row,
    .contact-row-arrow,
    .contact-info-card,
    .contact-info-card::after,
    .contact-info-arrow,
    .contact-requirement-item,
    .contact-submit-btn,
    .contact-submit-btn i,
    .contact-final-primary,
    .contact-final-whatsapp,
    .contact-input-wrap input,
    .contact-input-wrap select,
    .contact-textarea-wrap textarea {
        transition: none !important;
    }

}


/*==============================================================
 52. GLOBAL BUTTON CONFLICT PROTECTION
==============================================================*/

.contact-page-main
a.contact-primary-btn,

.contact-page-main
a.contact-whatsapp-btn,

.contact-page-main
a.contact-final-primary,

.contact-page-main
a.contact-final-whatsapp,

.contact-page-main
button.contact-submit-btn {
    position: relative !important;

    height: auto !important;

    opacity: 1 !important;
    visibility: visible !important;

    text-indent: 0 !important;

    white-space: nowrap !important;

    appearance: none;
    -webkit-appearance: none;
}


/*==============================================================
 53. BUTTON TEXT VISIBILITY
==============================================================*/

.contact-page-main
.contact-primary-btn,
.contact-page-main
.contact-primary-btn:visited {
    color: #ffffff !important;
}

.contact-page-main
.contact-whatsapp-btn,
.contact-page-main
.contact-whatsapp-btn:visited {
    color: #174b38 !important;
}

.contact-page-main
.contact-whatsapp-btn:hover {
    color: #ffffff !important;
}

.contact-page-main
.contact-final-primary,
.contact-page-main
.contact-final-primary:visited {
    color: #092f25 !important;
}

.contact-page-main
.contact-final-whatsapp,
.contact-page-main
.contact-final-whatsapp:visited {
    color: #ffffff !important;
}

.contact-page-main
.contact-submit-btn {
    color: #ffffff !important;
}


/*==============================================================
 54. PSEUDO ELEMENT BUTTON SAFETY
==============================================================*/

.contact-primary-btn::before,
.contact-primary-btn::after,
.contact-whatsapp-btn::before,
.contact-whatsapp-btn::after,
.contact-submit-btn::before,
.contact-submit-btn::after,
.contact-final-primary::before,
.contact-final-primary::after,
.contact-final-whatsapp::before,
.contact-final-whatsapp::after {
    pointer-events: none;
}


/*==============================================================
 55. FORM BROWSER FIXES
==============================================================*/

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #201a14;

    -webkit-box-shadow:
        0 0 0 1000px #fcfaf6 inset;

    transition:
        background-color 9999s ease-in-out 0s;
}

.contact-form input:disabled,
.contact-form select:disabled,
.contact-form textarea:disabled {
    cursor: not-allowed;

    opacity: .65;
}


/*==============================================================
 56. FINAL LAYOUT SAFETY
==============================================================*/

.contact-page-main section,
.contact-page-main .container,
.contact-hero-layout,
.contact-information-grid,
.contact-enquiry-layout,
.contact-form-grid,
.contact-business-card,
.contact-business-details,
.contact-final-card {
    min-width: 0;
}

.contact-hero,
.contact-information-section,
.contact-enquiry-section,
.contact-business-section,
.contact-final-cta {
    height: auto;
}


/*==============================================================
 END
 RAEES IMPORT & EXPORT
 CONTACT PAGE
==============================================================*/