/* Contact Intro Section Start */
.contact-intro {
    position: relative;
    padding: 110px 0 50px;
    overflow: hidden;
}

.contact-intro::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(1120px, calc(100% - 30px));
    height: 1px;
    transform: translateX(-50%);
    background: currentColor;
    opacity: 0.12;
}

.contact-intro .section-title {
    margin-bottom: 0;
}

.contact-intro .section-title h2 {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.contact-intro .section-title p {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
/* Contact Intro Section End */


/* Contact Page Flow Start */
.contact-intro + .page-contact-us {
    padding-top: 80px;
}

.page-contact-us + .contact-process {
    padding-top: 90px;
}

.contact-process + .contact-services {
    padding-top: 90px;
}

.contact-services + .google-map {
    padding-top: 70px;
}
/* Contact Page Flow End */


/* Contact Process Section Start */
.contact-process {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}

.contact-process::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1120px, calc(100% - 30px));
    height: 1px;
    transform: translateX(-50%);
    background: currentColor;
    opacity: 0.12;
}

.contact-process .section-row {
    margin-bottom: 55px;
}

.contact-process .section-title {
    margin-bottom: 0;
}

.contact-process .section-title-content {
    max-width: 520px;
    margin-left: auto;
}

.contact-process .section-title-content p {
    margin-bottom: 0;
}

.contact-process-item {
    position: relative;
    height: 100%;
    padding: 34px 32px;
    border: 1px solid currentColor;
    border-radius: 24px;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.35s ease, border-radius 0.35s ease;
}

.contact-process-item::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid currentColor;
    border-radius: 18px;
    opacity: 0.14;
    z-index: -1;
    transition: inset 0.35s ease, opacity 0.35s ease, border-radius 0.35s ease;
}

.contact-process-item::after {
    content: "";
    position: absolute;
    right: -46px;
    top: -46px;
    width: 120px;
    height: 120px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    transition: transform 0.45s ease, opacity 0.35s ease;
}

.contact-process-item:hover {
    transform: translateY(-6px);
    border-radius: 30px;
}

.contact-process-item:hover::before {
    inset: 8px;
    opacity: 0.24;
    border-radius: 22px;
}

.contact-process-item:hover::after {
    opacity: 0.18;
    transform: scale(1.15);
}

.contact-process-item h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.25;
}

.contact-process-item p {
    margin-bottom: 0;
}
/* Contact Process Section End */


/* Contact Services Section Start */
.contact-services {
    position: relative;
    padding: 100px 0 60px;
    overflow: hidden;
}

.contact-services::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1120px, calc(100% - 30px));
    height: 1px;
    transform: translateX(-50%);
    background: currentColor;
    opacity: 0.12;
}

.contact-services .section-title {
    margin-bottom: 0;
}

.contact-services .section-title h2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.contact-services .section-title p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
/* Contact Services Section End */


/* Responsive Start */
@media (max-width: 991px) {
    .contact-intro {
        padding: 80px 0 40px;
    }

    .contact-intro + .page-contact-us {
        padding-top: 60px;
    }

    .page-contact-us + .contact-process {
        padding-top: 70px;
    }

    .contact-process {
        padding: 80px 0;
    }

    .contact-process .section-row {
        margin-bottom: 35px;
    }

    .contact-process .section-title-content {
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .contact-process + .contact-services {
        padding-top: 70px;
    }

    .contact-services {
        padding: 80px 0 50px;
    }

    .contact-services + .google-map {
        padding-top: 55px;
    }
}

@media (max-width: 767px) {
    .contact-intro {
        padding: 65px 0 35px;
    }

    .contact-intro + .page-contact-us {
        padding-top: 50px;
    }

    .contact-process {
        padding: 65px 0;
    }

    .contact-process-item {
        padding: 28px 24px;
        border-radius: 20px;
    }

    .contact-process-item h3 {
        font-size: 21px;
    }

    .contact-services {
        padding: 65px 0 45px;
    }

    .contact-services + .google-map {
        padding-top: 45px;
    }
}

@media (max-width: 575px) {
    .contact-intro {
        padding: 55px 0 30px;
    }

    .contact-process {
        padding: 55px 0;
    }

    .contact-process-item {
        padding: 24px 20px;
    }

    .contact-services {
        padding: 55px 0 40px;
    }
}
/* Responsive End */