.wc-btn-primary {
    background-color: var(--theme);
    border-color: var(--theme)
}

.wc-btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary)
}

.wc-btn-primary.bordered {
    border-color: var(--border)
}

.section-title {
    font-size: 60px
}

@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 55px
    }
}

@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 40px
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 35px
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 30px
    }
}

.section-title.large {
    font-size: 90px
}

@media only screen and (max-width: 1919px) {
    .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: 40px
    }
}

@media only screen and (max-width: 767px) {
    .section-title.large {
        font-size: 30px
    }
}

@media only screen and (max-width: 991px) {

    .font-heading-colasta-bold h1,
    .font-heading-colasta-bold h2,
    .font-heading-colasta-bold h3,
    .font-heading-colasta-bold h4,
    .font-heading-colasta-bold h5,
    .font-heading-colasta-bold h6 {
        line-height: 1.1
    }
}

.section-spacing {
    padding-top: 200px;
    padding-bottom: 200px
}

@media only screen and (max-width: 1919px) {
    .section-spacing {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

@media only screen and (max-width: 991px) {
    .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 767px) {
    .section-spacing {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.hero-area {
    position: relative;
    z-index: 1;
    padding-top: 235px;
    padding-bottom: 135px
}

@media only screen and (max-width: 1919px) {
    .hero-area {
        padding-top: 175px;
        padding-bottom: 85px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area {
        padding-top: 155px;
        padding-bottom: 65px
    }
}

.hero-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1100px;
    inset-inline-start: 0px;
    top: 0px;
    /* background: linear-gradient(180deg, #FBF7F4 0%, rgba(251, 247, 244, 0) 100%); */
    z-index: -1
}

.hero-area .section-header {
    display: flex;
    gap: 40px
}

@media only screen and (max-width: 767px) {
    .hero-area .section-header {
        flex-direction: column;
        gap: 20px
    }
}

.hero-area .text-wrapper {
    max-width: 410px;
    margin-inline-start: auto;
    margin-top: 132px
}

@media only screen and (max-width: 1919px) {
    .hero-area .text-wrapper {
        margin-top: 102px
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .text-wrapper {
        margin-top: 92px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .text-wrapper {
        max-width: 250px;
        margin-top: 57px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .text-wrapper {
        max-width: 100%;
        margin-top: 0
    }
}

.hero-area .section-title-wrapper {
    max-width: 400px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title-wrapper {
        max-width: 330px
    }
}

.hero-area .shape {
    margin-top: 123px
}

@media only screen and (max-width: 1919px) {
    .hero-area .shape {
        margin-top: 93px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .shape {
        margin-top: 58px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .shape {
        display: none
    }
}

.dir-rtl .hero-area .shape img {
    transform: rotateY(180deg)
}

.map-area {
    position: relative;
    z-index: 1
}

.map-wrapper {
    border-radius: 30px;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .map-wrapper {
        border-radius: 10px
    }
}

.contact-area {
    padding-top: 180px
}

@media only screen and (max-width: 1919px) {
    .contact-area {
        padding-top: 120px
    }
}

@media only screen and (max-width: 991px) {
    .contact-area {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .contact-area {
        padding-top: 60px
    }
}

.contact-area .line-vertical {
    width: 1px;
    height: 120px;
    background: var(--primary);
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .contact-area .line-vertical {
        display: none
    }
}

.contact-area .section-title {
    text-align: center
}

.contact-area .title-wrapper {
    margin-bottom: 38px
}

.contact-area .meta-list {
    margin-top: 41px
}

.contact-area .meta-list li {
    font-size: 16px;
    line-height: 1.62;
    text-align: center
}

.contact-area .meta-list li:not(:last-child) {
    margin-bottom: 15px
}

.contact-area .meta-list li a {
    font-weight: 600;
    color: var(--primary);
    text-decoration: underline;
    font-size: 18px
}

.contact-area .section-heading {
    max-width: 240px
}

@media only screen and (max-width: 767px) {
    .contact-area .section-heading {
        max-width: 100%
    }
}

.contact-area .contact-area-inner {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    position: relative
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-area-inner {
        gap: 40px;
        flex-direction: column
    }
}

.contact-area .shape-1 {
    position: absolute;
    bottom: 0;
    inset-inline-end: calc(100% + 100px);
    width: -moz-max-content;
    width: max-content
}

.dir-rtl .contact-area .shape-1 img {
    transform: rotateY(180deg)
}

.contact-area .shape-2 {
    position: absolute;
    top: 213px;
    inset-inline-start: calc(100% + 124px);
    width: -moz-max-content;
    width: max-content
}

.dir-rtl .contact-area .shape-2 img {
    transform: rotateY(180deg)
}

.contact-area .contact-wrapper {
    max-width: 740px;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .contact-area .contact-wrapper {
        max-width: 530px
    }
}

.contact-area .contact-wrapper .title {
    font-size: 24px
}

.contact-area form {
    margin-top: 56px
}

@media only screen and (max-width: 1399px) {
    .contact-area form {
        margin-top: 26px
    }
}

.contact-area form input {
    width: 100%;
    height: 60px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0 30px;
    outline: none
}

@media only screen and (max-width: 767px) {
    .contact-area form input {
        height: 50px;
        padding: 0 16px
    }
}

.contact-area form input:focus {
    border-color: var(--theme)
}

.contact-area form select {
    width: 100%;
    height: 66px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0 30px;
    outline: 0
}

@media only screen and (max-width: 767px) {
    .contact-area form select {
        height: 50px;
        padding: 0 16px
    }
}

.contact-area form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px 30px;
    display: block;
    outline: 0;
    resize: none
}

@media only screen and (max-width: 767px) {
    .contact-area form textarea {
        height: 120px;
        padding: 18px 16px
    }
}

.contact-area form .input-field:not(:first-child) {
    margin-top: 20px
}

.contact-area form .btn-wrapper {
    margin-top: 10px
}

.contact-area form .wc-btn-primary {
    font-size: 16px;
    padding: 21px 30px;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 10px;
    border-color: inherit;
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .contact-area form .wc-btn-primary {
        padding: 16px 23px
    }
}

.contact-area form .wc-btn-primary:hover {
    background-color: var(--primary);
    color: var(--white)
}

.contact-area form .wc-btn-primary i {
    font-size: 10px
}

/*# sourceMappingURL=master-contact.css.map */