/* =========================================================
   BADR STAR - CONTACT PAGE
   ========================================================= */

.bs-contact-page {
    padding-bottom: 50px;
}

.bs-contact-breadcrumb {
    margin-top: 14px;
    margin-bottom: 18px;
    padding: 0;
    background: transparent;
}

.bs-contact-breadcrumb > li + li:before {
    color: #9ba6b2;
}

.bs-contact-breadcrumb a {
    color: #667788;
    font-size: 13px;
}

.bs-contact-breadcrumb a:hover {
    color: #079b78;
    text-decoration: none;
}


/* =========================================================
   Hero
   ========================================================= */

.bs-contact-hero {
    position: relative;
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 20px;
    padding: 42px 46px;
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 16% 20%, rgba(7, 155, 120, .20), transparent 34%),
        linear-gradient(135deg, #062846 0%, #041d34 72%, #06395f 100%);
    box-shadow: 0 18px 45px rgba(6, 40, 70, .17);
}

.bs-contact-hero:before,
.bs-contact-hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.bs-contact-hero:before {
    width: 250px;
    height: 250px;
    left: -100px;
    bottom: -155px;
    background: rgba(255, 255, 255, .05);
}

.bs-contact-hero:after {
    width: 170px;
    height: 170px;
    right: 29%;
    top: -105px;
    background: rgba(240, 100, 35, .08);
}

.bs-contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 690px;
}

.bs-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #8ee4cf;
    font-size: 12px;
    font-weight: 800;
}

.bs-contact-kicker i {
    color: #f06423;
}

.bs-contact-hero h1 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.35;
    font-weight: 800;
}

.bs-contact-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.95;
}

.bs-contact-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
}

.bs-contact-hero-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    transition:
        transform .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}

.bs-contact-hero-btn:hover,
.bs-contact-hero-btn:focus {
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}

.bs-contact-whatsapp {
    background: #079b78;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(7, 155, 120, .22);
}

.bs-contact-whatsapp:hover,
.bs-contact-whatsapp:focus {
    background: #067b61;
}

.bs-contact-call {
    border: 1px solid rgba(255, 255, 255, .20);
    background: rgba(255, 255, 255, .09);
    color: #ffffff;
    backdrop-filter: blur(5px);
}

.bs-contact-call:hover,
.bs-contact-call:focus {
    background: rgba(255, 255, 255, .15);
}


/* Hero Visual */
.bs-contact-hero-visual {
    position: relative;
    z-index: 2;
    width: 220px;
    height: 190px;
    flex: 0 0 220px;
}

.bs-contact-hero-ring {
    position: absolute;
    width: 154px;
    height: 154px;
    right: 24px;
    top: 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    box-shadow:
        0 0 0 23px rgba(255, 255, 255, .03),
        0 0 0 46px rgba(255, 255, 255, .018);
}

.bs-contact-hero-icon-main {
    position: absolute;
    right: 62px;
    top: 55px;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
    font-size: 34px;
    backdrop-filter: blur(6px);
    transform: rotate(4deg);
}

.bs-contact-floating-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.bs-contact-floating-icon-1 {
    width: 45px;
    height: 45px;
    right: 1px;
    top: 16px;
    background: #079b78;
    font-size: 21px;
}

.bs-contact-floating-icon-2 {
    width: 40px;
    height: 40px;
    left: 12px;
    bottom: 23px;
    background: #f06423;
    font-size: 17px;
}

.bs-contact-floating-icon-3 {
    width: 35px;
    height: 35px;
    right: 16px;
    bottom: 11px;
    background: #ffffff;
    color: #062846;
    font-size: 15px;
}


/* =========================================================
   Quick Cards
   ========================================================= */

.bs-contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 30px;
}

.bs-contact-quick-card {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e5ecf1;
    border-radius: 16px;
    background: #ffffff;
    color: #14213d;
    box-shadow: 0 8px 24px rgba(6, 40, 70, .045);
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.bs-contact-quick-card:hover,
.bs-contact-quick-card:focus {
    transform: translateY(-3px);
    border-color: rgba(7, 155, 120, .30);
    color: #14213d;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(6, 40, 70, .085);
}

.bs-contact-quick-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eef9f6;
    color: #079b78;
    font-size: 19px;
}

.bs-contact-quick-whatsapp .bs-contact-quick-icon {
    background: #079b78;
    color: #ffffff;
}

.bs-contact-quick-content {
    min-width: 0;
    flex: 1 1 auto;
}

.bs-contact-quick-content small {
    display: block;
    margin-bottom: 2px;
    color: #84909b;
    font-size: 10px;
    font-weight: 700;
}

.bs-contact-quick-content strong {
    display: block;
    overflow: hidden;
    color: #062846;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bs-contact-quick-arrow {
    color: #b0bac3;
}


/* =========================================================
   Main Layout
   ========================================================= */

.bs-contact-main {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 22px;
    align-items: start;
    margin-bottom: 34px;
}

.bs-contact-info-column,
.bs-contact-form-column {
    min-width: 0;
}

.bs-contact-card {
    border: 1px solid #e5ecf1;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 11px 30px rgba(6, 40, 70, .05);
}

.bs-contact-store-card {
    padding: 22px;
}

.bs-contact-card-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.bs-contact-card-heading-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eef9f6;
    color: #079b78;
    font-size: 19px;
}

.bs-contact-card-kicker {
    display: block;
    margin-bottom: 3px;
    color: #079b78;
    font-size: 10px;
    font-weight: 800;
}

.bs-contact-card-heading h2,
.bs-contact-form-heading h2 {
    margin: 0;
    color: #062846;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;
}

.bs-contact-store-image {
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 15px;
    background: #f7f9fb;
}

.bs-contact-store-image img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}


/* Contact Info */
.bs-contact-info-list {
    display: grid;
    gap: 4px;
}

.bs-contact-info-row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 12px 0;
    border-bottom: 1px solid #eef2f5;
}

.bs-contact-info-row:last-child {
    border-bottom: 0;
}

.bs-contact-info-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f6f9fb;
    color: #079b78;
}

.bs-contact-info-row small {
    display: block;
    margin-bottom: 3px;
    color: #8a96a1;
    font-size: 10px;
    font-weight: 700;
}

.bs-contact-info-row address,
.bs-contact-info-row a,
.bs-contact-open-text,
.bs-contact-comment-text {
    margin: 0;
    color: #344657;
    font-size: 13px;
    line-height: 1.75;
}

.bs-contact-info-row a {
    color: #062846;
    font-weight: 800;
}

.bs-contact-info-row a:hover,
.bs-contact-info-row a:focus {
    color: #079b78;
    text-decoration: none;
}


/* Social */
.bs-contact-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #edf1f4;
}

.bs-contact-social > span {
    color: #657281;
    font-size: 12px;
    font-weight: 800;
}

.bs-contact-social-links {
    display: flex;
    gap: 7px;
}

.bs-contact-social-links a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f4f7f9;
    color: #536474;
    transition: .18s ease;
}

.bs-contact-social-links a:hover,
.bs-contact-social-links a:focus {
    transform: translateY(-2px);
    background: #062846;
    color: #ffffff;
    text-decoration: none;
}


/* =========================================================
   Map
   ========================================================= */

.bs-contact-map-card {
    margin-top: 18px;
    overflow: hidden;
}

.bs-contact-map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 18px 20px;
}

.bs-contact-map-head h3 {
    margin: 0;
    color: #062846;
    font-size: 17px;
    font-weight: 800;
}

.bs-contact-map-head a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    border-radius: 9px;
    background: #eef9f6;
    color: #079b78;
    font-size: 11px;
    font-weight: 800;
}

.bs-contact-map-head a:hover,
.bs-contact-map-head a:focus {
    background: #079b78;
    color: #ffffff;
    text-decoration: none;
}

.bs-contact-map-frame {
    height: 310px;
    border-top: 1px solid #e8eef2;
    background: #eef2f4;
}

.bs-contact-map-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}


/* =========================================================
   Form
   ========================================================= */

.bs-contact-form {
    padding: 25px;
}

.bs-contact-form-heading {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 24px;
    padding-bottom: 19px;
    border-bottom: 1px solid #edf1f4;
}

.bs-contact-form-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #062846;
    color: #ffffff;
    font-size: 18px;
}

.bs-contact-form-heading p {
    margin: 4px 0 0;
    color: #7a8793;
    font-size: 12px;
    line-height: 1.7;
}

.bs-contact-form-group {
    margin-bottom: 18px;
}

.bs-contact-form-group label {
    display: block;
    margin-bottom: 7px;
    color: #425466;
    font-size: 12px;
    font-weight: 800;
}

.bs-contact-form-group label i {
    width: 17px;
    margin-left: 4px;
    color: #079b78;
    text-align: center;
}

.bs-contact-form-group.required label:after {
    content: " *";
    color: #e55353;
}

.bs-contact-form-group .form-control {
    min-height: 46px;
    border: 1px solid #dfe7ed;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: none;
    color: #263747;
    font-size: 13px;
    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.bs-contact-form-group textarea.form-control {
    min-height: 180px;
    resize: vertical;
    line-height: 1.7;
}

.bs-contact-form-group .form-control:focus {
    border-color: #079b78;
    box-shadow: 0 0 0 3px rgba(7, 155, 120, .08);
}

.bs-contact-error {
    margin-top: 6px;
    font-size: 11px;
}

.bs-contact-captcha {
    margin-bottom: 18px;
}

.bs-contact-submit {
    width: 100%;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 11px;
    background: #079b78;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(7, 155, 120, .18);
    transition:
        transform .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}

.bs-contact-submit:hover,
.bs-contact-submit:focus {
    transform: translateY(-1px);
    background: #067b61;
    color: #ffffff;
    outline: 0;
    box-shadow: 0 13px 26px rgba(7, 155, 120, .24);
}

.bs-contact-form-note {
    margin-top: 12px;
    color: #8a96a1;
    font-size: 10px;
    text-align: center;
}

.bs-contact-form-note i {
    margin-left: 4px;
    color: #079b78;
}


/* =========================================================
   Locations
   ========================================================= */

.bs-contact-locations {
    margin-top: 36px;
}

.bs-contact-section-heading {
    margin-bottom: 16px;
}

.bs-contact-section-heading h2 {
    margin: 0;
    color: #062846;
    font-size: 23px;
    font-weight: 800;
}

.bs-contact-accordion {
    margin-bottom: 0;
}

.bs-contact-location-panel {
    overflow: hidden;
    margin-bottom: 10px !important;
    border: 1px solid #e5ecf1 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.bs-contact-location-panel > .panel-heading {
    padding: 0;
    border: 0;
    background: #ffffff;
}

.bs-contact-location-panel .panel-title > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 18px;
    color: #062846;
    font-size: 13px;
    font-weight: 800;
}

.bs-contact-location-panel .panel-title > a:hover,
.bs-contact-location-panel .panel-title > a:focus {
    color: #079b78;
    text-decoration: none;
}

.bs-contact-location-panel .panel-title > a span i {
    margin-left: 6px;
    color: #079b78;
}

.bs-contact-accordion-arrow {
    color: #95a1ab;
    transition: transform .2s ease;
}

.bs-contact-location-panel .panel-title > a:not(.collapsed) .bs-contact-accordion-arrow {
    transform: rotate(180deg);
}

.bs-contact-location-panel .panel-body {
    padding: 18px;
    border-top: 1px solid #edf1f4 !important;
    background: #fbfcfd;
}

.bs-contact-location-image {
    overflow: hidden;
    border-radius: 12px;
    background: #f3f6f8;
}

.bs-contact-location-image img {
    width: 100%;
}

.bs-contact-location-block {
    color: #657281;
    font-size: 12px;
    line-height: 1.75;
}

.bs-contact-location-block strong {
    display: block;
    margin-bottom: 5px;
    color: #344657;
    font-size: 12px;
}

.bs-contact-location-block strong i {
    margin-left: 5px;
    color: #079b78;
}

.bs-contact-location-block address {
    margin-bottom: 10px;
}

.bs-contact-location-spacer {
    height: 13px;
}

.bs-contact-location-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #eef9f6;
    color: #079b78;
    font-size: 10px;
    font-weight: 800;
}

.bs-contact-location-map-btn:hover,
.bs-contact-location-map-btn:focus {
    background: #079b78;
    color: #ffffff;
    text-decoration: none;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {

    .bs-contact-hero {
        min-height: 245px;
        padding: 34px;
    }

    .bs-contact-hero h1 {
        font-size: 30px;
    }

    .bs-contact-hero-visual {
        width: 170px;
        flex-basis: 170px;
        transform: scale(.86);
        transform-origin: center;
    }

    .bs-contact-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bs-contact-main {
        grid-template-columns: 1fr;
    }

    .bs-contact-form-column {
        order: 1;
    }

    .bs-contact-info-column {
        order: 2;
    }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

    .bs-contact-page {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 32px;
    }

    .bs-contact-breadcrumb {
        margin-top: 10px;
        margin-bottom: 12px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .bs-contact-hero {
        min-height: 0;
        display: block;
        padding: 26px 22px;
        border-radius: 19px;
    }

    .bs-contact-hero h1 {
        font-size: 27px;
    }

    .bs-contact-hero p {
        font-size: 13px;
        line-height: 1.8;
    }

    .bs-contact-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .bs-contact-hero-btn {
        padding: 0 12px;
    }

    .bs-contact-hero-visual {
        display: none;
    }

    .bs-contact-quick-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .bs-contact-quick-card {
        min-height: 73px;
        gap: 9px;
        padding: 11px;
        border-radius: 13px;
    }

    .bs-contact-quick-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 10px;
        font-size: 16px;
    }

    .bs-contact-quick-content strong {
        font-size: 11px;
    }

    .bs-contact-quick-arrow {
        display: none;
    }

    .bs-contact-main {
        gap: 17px;
    }

    .bs-contact-store-card,
    .bs-contact-form {
        padding: 18px;
        border-radius: 16px;
    }

    .bs-contact-card-heading h2,
    .bs-contact-form-heading h2 {
        font-size: 19px;
    }

    .bs-contact-map-head {
        display: block;
    }

    .bs-contact-map-head a {
        margin-top: 10px;
    }

    .bs-contact-map-frame {
        height: 260px;
    }

    .bs-contact-location-panel .panel-body .col-sm-3 {
        margin-bottom: 16px;
    }

    .bs-contact-location-panel .panel-body .col-sm-3:last-child {
        margin-bottom: 0;
    }

}


/* =========================================================
   Small Phones
   ========================================================= */

@media (max-width: 430px) {

    .bs-contact-hero-actions {
        grid-template-columns: 1fr;
    }

    .bs-contact-quick-grid {
        grid-template-columns: 1fr;
    }

    .bs-contact-social {
        align-items: flex-start;
        flex-direction: column;
    }

}
