.header-area {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%
}
@media(min-width: 1400px) {
    .header-area .container {
        max-width:1850px
    }
}
.header-area .header-area__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    height: 100px;
    border-bottom: 1px solid var(--border)
}
@media only screen and (max-width: 1919px) {
    .header-area .header-area__inner {
        height:80px
    }
}
.header-area .header-area__inner>*:nth-child(1) {
    margin-inline-end:auto}

@media(max-width: 575px) {
    .header-area .header__meta {
        display:none
    }
}
.cta-area-inner {
    padding-bottom: 100px
}
@media only screen and (max-width: 1399px) {
    .cta-area-inner {
        padding-bottom: 80px
    }
}
@media only screen and (max-width: 1199px) {
    .cta-area-inner {
        padding-bottom: 60px
    }
}
.cta-area .section-title-image {
    position: relative
}
.cta-area .section-title-image .shape-1 {
    position: absolute;
    top: 11%;
    inset-inline-start: 26%
}
@media only screen and (max-width: 1199px) {
    .cta-area .section-title-image .shape-1 {
        width: 170px
    }
}
@media only screen and (max-width: 991px) {
    .cta-area .section-title-image .shape-1 {
        width: 140px
    }
}
@media only screen and (max-width: 767px) {
    .cta-area .section-title-image .shape-1 {
        width: 110px
    }
}
@media(max-width: 575px) {
    .cta-area .section-title-image .shape-1 {
        width: 90px
    }
}

.contact-area {
    padding-bottom: 120px;
}
.contact-area .section-header {
    display: flex;
    gap: 20px 60px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .contact-area .section-header {
        flex-direction:column;
        align-items: flex-start
    }
}
.contact-area .section-header .text {
    max-width: 350px;
    color: var(--white-2)
}
.contact-area .section-header .title-wrapper {
    margin-top: 17px
}
.contact-area .section-subtitle {
    color: var(--white)
}
.contact-area .section-title {
    position: relative;
    font-family: var(--font_teko);
    font-size: 76px;
    text-transform: uppercase;
    padding-bottom: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: .92;
}
.contact-area .section-title>span {
    color: var(--white-2);
    background: linear-gradient(0deg, #374bac, #58ef8e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(3, 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 3

}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap .messages {
        grid-column: auto
    }
}

.contact-area .contact-formfield label {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
}
.contact-area .contact-formfield textarea,
.contact-area .contact-formfield input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 17%);
    outline: none;
    background-color: rgba(0, 0, 0, 0.014);
    transition: all .5s;
    padding-left: 15px;
}
.contact-area .contact-formwrap textarea {
    height: 120px;
    margin-top: 10px;
}
.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: 50px
}

@media only screen and (max-width: 1919px) {
    .contact-area .section-content {
        margin-top: 50px
    }
}

@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
}

.wc-btn-primary {
    padding: 21px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 15px;
    text-transform: capitalize;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap
}

.dark .wc-btn-primary {
    color: var(--black)
}

@media only screen and (max-width: 991px) {
    .wc-btn-primary {
        padding: 16px 25px
    }
}

.wc-btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}

.wc-btn-primary.bordered {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary)
}

.wc-btn-primary.bordered:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white)
}

.contact_map {
    position: relative;
}
/* .contact_map .map_frame::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,rgba(255, 255, 255, 0.548) 0%, rgba(255, 255, 255, 1) 100%);
} */
