/* Follow section start */

.follow .follow__title {
    margin-bottom: 0;
}

.follow__link {
    background: #151616;
    display: flex;
    padding: 16px 25px;
    border-radius: 8px;
    text-decoration: none;
    height: 140px;
    flex-direction: column;
    transition: 0.30s;
}

.follow__link:hover {
    background: #202224;
    transform: scale(1.01);
}

.follow__link .follow__text {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 16px;
    color: var(--color-text-primary);
    line-height: 24px;
}


/* Follow section end */


/* OFFICES SECTION START */

.offices__card-image-container {
    margin-bottom: 32px;
}

.offices__card-image-container img {
    border-radius: 8px;
}

.offices__card-content {
    max-width: 60%;
}

.offices__card-title {
    font-size: 20px;
    color: var(--color-text-primary);
    line-height: 28px;
    margin-bottom: 8px;
}

.offices__card-desc {
    margin-bottom: 8px;
}

.offices__card-link {
    color: var(--color-text-primary);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: 0.30s;
    position: relative;

}

.offices__card-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--color-text-primary);
    transition: width 0.3s ease;
}

.offices__card-link:hover::after {
    width: 100%;
}

/* OFFICES SECTION END */



/* contact hero section start */
.contact-hero .row {
    --bs-gutter-x: 104px;
}

.contact-hero__title {
    background: linear-gradient(95deg, #F7F8F8 0%, #626262 60%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    margin-bottom: 24px;
}


.contact-hero__list-heading,
.contact-hero__question-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-text-primary);
    line-height: 24px;
}

.contact-hero__list-heading {
    margin-bottom: 8px;
}

.contact-hero__question-title {
    margin-bottom: 8px;
}

.contact-hero__info-card {
    max-width: 80%;
}

.contact-hero__banner-list,
.contact-hero__information-list {
    list-style-type: none;
    padding-left: 4px;
}

.contact-hero__banner-list li,
.contact-hero__information-list li {
    margin-bottom: 8px;
}

.contact-hero__banner-list li {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-secondary);
    display: flex;
    align-items: baseline;

}

.contact-hero__banner-list li:last-child {
    margin-bottom: 0;
}

.contact-hero__banner-list li img {
    width: auto;
    height: 11px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.contact-hero__banner-hr {
    margin: 30px 0;
}

.contact-hero__information-list {
    margin-bottom: 0;
}

.contact-hero__information-list li:last-child {
    margin-bottom: 0;
}

.contact-hero__information-list li a {
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: 0.30s;
}

.contact-hero__information-list li a:hover {
    color: var(--color-text-primary);
}

.contact-hero__information-list li a img {
    width: 18px;
    height: 16px;
    transition: 0.30s;
}

.contact-hero__card {
    background: #151616;
    padding: 32px;
    border-radius: 12px;
}

.contact-hero__card-title {
    font-size: 16px;
    color: var(--color-text-primary);
    margin-bottom: 16px;
    line-height: 24px;
    font-weight: 500;
}

.contact-hero__card .form-group {
    margin-bottom: 30px;
}

.contact-hero__card .form-btn-group {
    margin-bottom: 0;
}

.contact-hero__card .form-group p {
    margin-bottom: 0;
}

.contact-hero__card .form-group:last-child {
    margin-bottom: 0px;
}

.contact-hero__card .form-group label {
    font-size: 14px;
    color: var(--color-text-secondary);
    margin-bottom: 6px;
    line-height: 24px;
}

.contact-hero__card .error-msg {
    color: #dc3232;
    position: absolute;
    font-size: 12px;
}

.contact-hero__card .form-group label span {
    color: #BC4141;
}

.contact-hero__card .form-group .form-control {
    background: #08090A;
    border: 1px solid #202122;
    color: var(--color-text-primary);
    padding: 8px 10px;
    font-size: 14px;
    line-height: 24px;
}

.contact-hero__card .form-group .form-control::placeholder {
    color: var(--color-text-secondary);
    opacity: 1;
    /* Firefox */
}

.contact-hero__card .form-group .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--color-text-secondary);
}

.contact-hero__card textarea.form-control {
    height: 104px;
}

.contact-hero__card .checkbox-form-group {
    margin-bottom: 0;
}

.contact-hero__card .checkbox-form-group label {
    margin-bottom: 0;
}

.contact-hero__card .wpcf7-list-item {
    margin: 0;
}

.contact-hero__card .form-group .wpcf7-submit {
    line-height: 24px;
    background: #E6E6E6;
    padding: 7px 18px;
    border: 1px solid #3E3E44;
    border-radius: 8px;
    color: #08090A;
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
}

.contact-hero__card .form-group .wpcf7-checkbox span {
    color: var(--color-text-secondary);
}

.contact-hero__card .form-group .wpcf7-list-item-label {
    position: relative;
    top: -2px;
    padding-left: 5px;
}

.contact-hero__card--mobile {
    display: none;
}

/* contact hero section end */


.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0;
    border: 0;
    margin-left: 0;
}

/* Success (Green) */
.wpcf7 form[data-status="sent"] .wpcf7-response-output {
    color: #2e7d32;
    background: #e6f4ea;
    border: 1px solid #2e7d32;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}

/* Error (Red) */
.wpcf7 form[data-status="invalid"] .wpcf7-response-output,.wpcf7 form[data-status="failed"] .wpcf7-response-output  {
    color: #c62828;
    background: #fdecea;
    border: 1px solid #c62828;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}

@media screen and (max-width: 1399px) {

    .contact-hero .row {
        --bs-gutter-x: 80px;
    }

    .contact-hero__info-card {
        max-width: 90%;
    }
}

@media screen and (max-width: 1199px) {
    .contact-hero .row {
        --bs-gutter-x: 18px;
    }

    .contact-hero__info-card {
        max-width: 98%;
    }

    h1,
    .h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .contact-hero__card .form-group {
        margin-bottom: 20px;
    }

    .offices__card-content {
        max-width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .contact-hero__card--mobile {
        display: block;
        margin-bottom: 25px;
    }

    .contact-hero__card--desktop {
        display: none;
    }

    .contact-hero__card .checkbox-form-group {
        margin-bottom: 0;
    }

    .offices__card-content {
        max-width: 100%;
    }

    .offices__card-image-container {
        margin-bottom: 15px;
    }

    .follow__list {
        --bs-gutter-y: 25px;
    }
}

@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 38px;
        line-height: 45px;
    }

    .offices__list {
        --bs-gutter-y: 30px;
    }
}

@media screen and (max-width: 575px) {
    .contact-hero__card--mobile {
        padding: 20px;
    }

    .contact-hero__card .form-group label {
        font-size: 12px;
        margin-bottom: 4px;
        line-height: 20px;
    }
    .follow__link{
        padding: 14px 14px;
    }
}