/* ============================================================
   master-contact.css
   NOTE: Shared utility classes + header/footer/body CSS have
   been moved to common.css. Include common.css BEFORE this file:
     <link rel="stylesheet" href="common.css">
     <link rel="stylesheet" href="master-contact.css">
   ============================================================ */

:root {
    --theme: #121212;
}
:root .dark {
    --border: #252525;
}
.section-title {
    font-size: 50px;
    margin-top: -17px;
}
@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 50px;
        margin-top: -17px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 55px;
        margin-top: -15px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 44px;
        margin-top: -12px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
        margin-top: -11px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 35px;
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .section-title {
        font-size: 30px;
        margin-top: 0;
    }
}
.section-title.large {
    font-size: 100px;
}
@media only screen and (max-width: 1919px) {
    .section-title.large {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title.large {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title.large {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title.large {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title.large {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .section-title.large {
        font-size: 36px;
    }
}
.section-spacing {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.section-spacing-top {
    padding-top: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-top {
        padding-top: 60px;
    }
}
.section-spacing-bottom {
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-bottom {
        padding-bottom: 60px;
    }
}
.wc-btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 30px 0 30px;
    padding: 22px 38px;
}
.hero-area-inner {
    padding-top: 217px;
    padding-bottom: 30px;
    margin-inline-end: calc((100vw - var(--container-max-widths)) / -2 - 12px);
}
@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        padding-top: 147px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area-inner {
        padding-top: 127px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-area-inner {
        padding-top: 127px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-area-inner {
        margin-inline-end: 0;
    }
}
.hero-area .section-title {
    margin-top: 0;
}
.hero-area .contact-box {
    padding: 85px 30px 40px;
    background-color: var(--black);
    position: relative;
    z-index: 1;
}
.dark .hero-area .contact-box {
    background-color: #171717;
}
.hero-area .contact-box .title {
    font-size: 18px;
    color: var(--white-2);
    line-height: 1;
    display: inline-block;
}
.hero-area .contact-box .link {
    font-size: 24px;
    line-height: 1;
    margin-top: 12px;
    color: var(--white);
}
.hero-area .contact-box .shape-1 {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: -1;
}
.hero-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 960px;
}
@media only screen and (max-width: 1919px) {
    .hero-area .section-content {
        grid-template-columns: 1fr 840px;
    }
}
@media only screen and (max-width: 1399px) {
    .hero-area .section-content {
        grid-template-columns: 1fr 760px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area .section-content {
        grid-template-columns: 1fr 580px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-area .section-content {
        grid-template-columns: 1fr;
    }
}
.hero-area .content-last {
    display: grid;
    gap: 30px;
    grid-template-columns: 300px 1fr;
    align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
    .hero-area .content-last {
        grid-template-columns: 260px 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .hero-area .content-last {
        gap: 15px;
    }
}
@media (max-width: 575px) {
    .hero-area .content-last {
        grid-template-columns: 1fr;
    }
}
.hero-area .content-last .col-first {
    display: grid;
    gap: 30px;
}
@media only screen and (max-width: 767px) {
    .hero-area .content-last .col-first {
        gap: 15px;
    }
}
.hero-area .content-last .col-second {
    display: grid;
    gap: 30px;
}
@media only screen and (max-width: 767px) {
    .hero-area .content-last .col-second {
        gap: 15px;
    }
}
.contact-area .section-title {
    max-width: 850px;
}
.contact-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr 500px;
}
@media only screen and (max-width: 991px) {
    .contact-area .section-header {
        grid-template-columns: 1fr;
    }
}
/* .contact-area .section-header .text {
    max-width: 300px;
} */
.contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 30px;
    }
}
.contact-area .contact-formwrap .messages {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap .messages {
        grid-column: auto;
    }
}
.contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s;
}
.contact-area .contact-formfield input:focus {
    border-color: var(--primary);
}
.contact-area .submit-btn {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .contact-area .submit-btn {
        margin-top: 20px;
    }
}
.contact-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 740px;
    margin-top: 112px;
}
@media only screen and (max-width: 1919px) {
    .contact-area .section-content {
        margin-top: 72px;
    }
}
@media only screen and (max-width: 1399px) {
    .contact-area .section-content {
        grid-template-columns: 1fr 640px;
    }
}
@media only screen and (max-width: 1199px) {
    .contact-area .section-content {
        grid-template-columns: 1fr 600px;
        margin-top: 42px;
    }
}
@media only screen and (max-width: 991px) {
    .contact-area .section-content {
        grid-template-columns: 1fr;
    }
}
.contact-area .info-box .text {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--primary);
    /* max-width: 360px; */
}
.contact-area .contact-list {
    margin-top: 26px;
}
.contact-area .contact-list li {
    font-size: 18px;
    line-height: 24px;
}
.contact-area .contact-list li:not(:first-child) {
    margin-top: 15px;
}
.contact-area .contact-list li a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
