:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-48c1032 *//* =========================================
   TORALL CONTACT PAGE
   ========================================= */

.torall-contact-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f8f4ee;
    color: #2b2021;
}


/* =========================================
   HERO
   ========================================= */

.torall-contact-hero {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
}


.torall-contact-hero img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   HERO OVERLAY
   ========================================= */

.torall-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(45, 25, 25, 0.72) 0%,
            rgba(45, 25, 25, 0.42) 38%,
            rgba(45, 25, 25, 0.04) 72%
        );

    pointer-events: none;
}


/* =========================================
   HERO CONTENT
   ========================================= */

.torall-hero-content {
    position: absolute;
    z-index: 3;

    top: 50%;
    left: 9%;

    transform: translateY(-50%);

    max-width: 540px;
}


.torall-small-title {
    display: block;

    margin-bottom: 24px;

    color: #d0aa68;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 4px;
}


.torall-hero-content h1 {
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(52px, 6vw, 82px);

    font-weight: 400;

    line-height: 0.98;

    letter-spacing: -2px;
}


.torall-hero-line {
    width: 85px;
    height: 2px;

    margin: 30px 0 25px;

    background: #d0aa68;
}


.torall-hero-content p {
    max-width: 450px;

    margin: 0 !important;

    color: #f1e7df;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   MAIN CONTACT AREA
   ========================================= */

.torall-contact-main {
    width: 100%;

    display: grid;

    grid-template-columns: 45% 55%;

    background: #f8f4ee;
}


/* =========================================
   LEFT CONTACT DETAILS
   ========================================= */

.torall-contact-details {
    padding: 90px 12% 90px;

    background: #ffffff;
}


.torall-section-label {
    display: block;

    margin-bottom: 22px;

    color: #a77c3b;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 4px;
}


.torall-contact-details h2,
.torall-form-area h2 {
    margin: 0 !important;
    padding: 0 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-weight: 400;

    line-height: 1.02;

    letter-spacing: -1.5px;
}


.torall-contact-details h2 {
    color: #2b2021 !important;

    font-size: clamp(48px, 4.5vw, 66px);
}


.torall-details-intro {
    max-width: 470px;

    margin: 30px 0 48px !important;

    color: #71686a;

    font-size: 14px;

    line-height: 1.9;
}


/* =========================================
   INFO ROWS
   ========================================= */

.torall-info-row {
    display: flex;

    align-items: flex-start;

    gap: 18px;

    margin-bottom: 28px;
}


.torall-info-number {
    width: 38px;
    min-width: 38px;

    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #d0aa68;

    color: #a77c3b;

    font-size: 10px;

    letter-spacing: 1px;
}


.torall-info-text h3 {
    margin: 0 0 6px !important;

    color: #2b2021 !important;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.5px;
}


.torall-info-text p {
    margin: 0 !important;

    color: #70676a;

    font-size: 13px;

    line-height: 1.7;
}


.torall-info-text a {
    color: #6d222c;

    font-size: 13px;

    text-decoration: none;

    border-bottom: 1px solid rgba(109, 34, 44, 0.35);

    transition: all 0.3s ease;
}


.torall-info-text a:hover {
    color: #a77c3b;

    border-bottom-color: #a77c3b;
}


/* =========================================
   SIGNATURE
   ========================================= */

.torall-contact-signature {
    margin-top: 45px;

    padding-top: 25px;

    border-top: 1px solid #e5ddd4;
}


.torall-contact-signature span {
    color: #6d222c;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;

    letter-spacing: 5px;
}


.torall-contact-signature p {
    margin: 7px 0 0 !important;

    color: #8a7e80;

    font-size: 11px;
}


/* =========================================
   FORM SIDE
   ========================================= */

.torall-form-area {
    padding: 90px 12% 90px;

    background: #f8f4ee;
}


.torall-form-area h2 {
    color: #2b2021 !important;

    font-size: clamp(48px, 4.5vw, 66px);
}


.torall-form-line {
    position: relative;

    width: 85px;
    height: 2px;

    margin: 30px 0 24px;

    background: #d0aa68;
}


.torall-form-line::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    right: -3px;
    top: -3px;

    background: #d0aa68;

    transform: rotate(45deg);
}


.torall-form-intro {
    max-width: 500px;

    margin: 0 0 38px !important;

    color: #71686a;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   CONTACT FORM 7
   ========================================= */

.torall-contact-form {
    width: 100%;
}


.torall-contact-form form {
    width: 100%;
}


.torall-contact-form label {
    display: block;

    margin-bottom: 7px;

    color: #3b3031;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 0.7px;
}


.torall-contact-form input[type="text"],
.torall-contact-form input[type="email"],
.torall-contact-form input[type="tel"],
.torall-contact-form input[type="url"],
.torall-contact-form textarea {

    width: 100% !important;

    box-sizing: border-box;

    background: transparent !important;

    border: none !important;

    border-bottom: 1px solid #cfc4b9 !important;

    border-radius: 0 !important;

    outline: none !important;

    box-shadow: none !important;

    padding: 12px 2px !important;

    margin: 0 0 24px !important;

    color: #2b2021 !important;

    font-size: 14px !important;

    transition:
        border-color 0.3s ease;
}


.torall-contact-form input[type="text"]:focus,
.torall-contact-form input[type="email"]:focus,
.torall-contact-form input[type="tel"]:focus,
.torall-contact-form textarea:focus {

    border-bottom-color: #6d222c !important;
}


.torall-contact-form textarea {

    min-height: 120px;

    resize: vertical;
}


/* =========================================
   SUBMIT BUTTON
   ========================================= */

.torall-contact-form input[type="submit"] {

    display: inline-block;

    min-width: 190px;

    padding: 17px 32px !important;

    margin-top: 5px;

    border: none !important;

    border-radius: 0 !important;

    background: #6d222c !important;

    color: #ffffff !important;

    font-size: 11px !important;

    font-weight: 700 !important;

    letter-spacing: 2px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.torall-contact-form input[type="submit"]:hover {

    background: #241c1d !important;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* =========================================
   CF7 MESSAGES
   ========================================= */

.torall-contact-form .wpcf7-response-output {

    margin: 20px 0 0 !important;

    padding: 12px !important;

    border: 1px solid #d0aa68 !important;

    color: #5f2029;
}


.torall-contact-form .wpcf7-not-valid-tip {

    font-size: 11px;

    color: #8a303b;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .torall-contact-hero {
        height: 540px;
    }

    .torall-hero-content {
        left: 7%;
        max-width: 500px;
    }

    .torall-contact-main {
        grid-template-columns: 1fr;
    }

    .torall-contact-details,
    .torall-form-area {
        padding: 70px 8%;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .torall-contact-hero {
        height: 520px;
    }


    .torall-contact-hero img {
        object-position: 65% center !important;
    }


    .torall-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(45, 25, 25, 0.78),
                rgba(45, 25, 25, 0.25)
            );
    }


    .torall-hero-content {
        left: 25px;
        right: 25px;
    }


    .torall-hero-content h1 {
        font-size: 50px;
        letter-spacing: -1px;
    }


    .torall-hero-content p {
        font-size: 13px;
    }


    .torall-contact-details,
    .torall-form-area {
        padding: 55px 25px 60px;
    }


    .torall-contact-details h2,
    .torall-form-area h2 {
        font-size: 46px;
    }


    .torall-details-intro {
        font-size: 13px;
    }


    .torall-contact-form input[type="submit"] {
        width: 100%;
    }

}/* End custom CSS */