/* Contact page only. Keep these rules isolated from the completed home/about pages. */

.dark-banner-page .main-menu-two__wrapper-inner {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.dark-banner-page .main-menu-two__logo img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

.dark-banner-page .main-menu-two__logo .logo-link {
    padding: 4px 8px;
    border-radius: 8px;
    background: #ffffff;
}

.dark-banner-page .main-menu-two .main-menu__list > li > a {
    color: #002A97;
}

.dark-banner-page .main-menu-two .main-menu__list > li:hover > a,
.dark-banner-page .main-menu-two .main-menu__list > li.current > a {
    color: #FFA800;
}

.dark-banner-page .page-header-bg {
    opacity: .82;
}

.dark-banner-page .page-header__inner_contact {
    max-width: 1180px;
    /* margin: 0 auto; */
    padding: 205px 30px 135px;
}

.dark-banner-page .contact-five {
    padding: 70px 0;
    background: #f7f9fc;
}

.dark-banner-page .contact-five .container {
    max-width: 1180px;
}

.dark-banner-page .contact-five .section-title {
    margin-bottom: 30px;
}

/* style.css has a generic .section-title span rule for another section.
   Reset it here so CONTACT US stays text instead of becoming a line. */
.dark-banner-page .contact-five .section-title__tagline {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0;
    background: transparent !important;
    border-radius: 0;
    color: #666;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .1em;
}

/* Reset the same generic section-title rules in the locations section. */
.dark-banner-page .location-one .section-title__tagline {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0;
    background: transparent !important;
    border-radius: 0;
    color: #666;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .1em;
}

.dark-banner-page .location-one .section-title__title {
    margin-top: 8px;
    color: #002A97;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.dark-banner-page .location-one__top .row {
    align-items: center;
}

.dark-banner-page .location-one__top-right {
    margin-top: 0;
    padding-top: 8px;
}

.dark-banner-page .location-one__top-right .ocation-one__top-text {
    margin: 0;
    color: #777;
    font-size: 18px;
    line-height: 1.65;
}

.dark-banner-page .contact-five .section-title__title {
    color: #002A97;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.dark-banner-page .contact-five .section-title__title br {
    display: none;
}

.dark-banner-page .contact-five .contact-intro {
    max-width: 760px;
    margin: 18px auto 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.dark-banner-page .contact-five__form-box {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .15);
}

.dark-banner-page .contact-five__form .row {
    --bs-gutter-x: 16px;
}

.dark-banner-page .contact-five__input-box {
    margin-bottom: 12px;
}

.dark-banner-page .contact-five__input-box input[type="text"],
.dark-banner-page .contact-five__input-box input[type="email"],
.dark-banner-page .contact-five__input-box select,
.dark-banner-page .contact-five__input-box textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fafafa;
    color: #555;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.dark-banner-page .contact-five__input-box input[type="text"],
.dark-banner-page .contact-five__input-box input[type="email"],
.dark-banner-page .contact-five__input-box select {
    height: 46px;
    padding: 0 13px;
}

.dark-banner-page .contact-five__input-box select {
    padding-right: 38px;
}

.dark-banner-page .contact-five__input-box textarea {
    height: 105px;
    margin-bottom: 0;
    padding: 11px 13px;
    resize: vertical;
}

.dark-banner-page .contact-five__input-box input:focus,
.dark-banner-page .contact-five__input-box select:focus,
.dark-banner-page .contact-five__input-box textarea:focus {
    border-color: #FFA800;
    box-shadow: 0 0 0 3px rgba(255, 106, 0, .12);
}

.dark-banner-page .contact-five__input-box.text-message-box {
    height: auto;
}

.dark-banner-page .contact-consent {
    margin: 12px 0 18px !important;
}

.dark-banner-page .contact-consent label {
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.dark-banner-page .contact-five__btn-box {
    text-align: center;
}

.dark-banner-page .contact-five__btn {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 14px 18px;
    background: linear-gradient(90deg, #FFA800, #FFA800);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

.dark-banner-page .contact-five__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255, 90, 0, .25);
}

@media (max-width: 767px) {
    .dark-banner-page .page-header__inner_contact {
        padding: 165px 20px 85px;
    }

    .dark-banner-page .contact-title {
        font-size: 36px !important;
    }

    .dark-banner-page .contact-desc {
        font-size: 17px !important;
    }

    .dark-banner-page .contact-five {
        padding: 45px 0;
    }

    .dark-banner-page .contact-five__form-box {
        padding: 20px;
    }

    .dark-banner-page .contact-five .section-title__title {
        font-size: 30px;
    }
}
