.layout-contact {
    margin-top: -40px;
    margin-bottom: 30px;
    position: relative;
    background-color: transparent;
}

.layout-contact:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: ' ';
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 427px
}

.layout-contact .section-title-about {
    text-align: left
}

.layout-contact .section-title-about .sub_title {
    font-size: 1.4rem;
    color: var(--shop-color-main);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px
}

.layout-contact .section-title-about .sub_title::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--shop-color-main)
}

.layout-contact .section-title-about h2 {
    color: var(--shop-color-text);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif
}

@media (max-width: 1025px) {
    .layout-contact .section-title-about h2 {
        font-size: 3rem;
        line-height: 48px
    }
}

@media (max-width: 767px) {
    .layout-contact .section-title-about h2 {
        font-size: 2rem;
        line-height: 36px
    }
}

.layout-contact .desc {
    color: var(--shop-color-text);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px
}

@media (max-width: 1025px) {
    .layout-contact .desc {
        margin-bottom: 15px;
        font-size: 1.4rem
    }
}

.layout-contact .desc p {
    margin-bottom: 5px
}

.layout-contact .box_contact {
    background-color: var(--shop-color-surface);
    padding: 30px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
    color: var(--shop-color-text);
    height: calc(100% - 20px)
}

@media (max-width: 767px) {
    .layout-contact .box_contact {
        padding: 15px
    }
}

@media (max-width: 322px) {
    .layout-contact .box_contact {
        padding: 10px
    }
}

.layout-contact .box_contact .icon_cont {
    display: block;
    margin-bottom: 5px
}

.layout-contact .box_contact .icon_cont svg {
    width: 40px;
    height: 40px
}

.layout-contact .box_contact .icon_cont svg path {
    fill: var(--shop-color-main)
}

.layout-contact .box_contact b {
    display: block;
    margin-bottom: 0px;
    font-size: 2rem;
    color: var(--shop-color-text);
    font-family: "Raleway", sans-serif;
    font-weight: 700
}

.layout-contact .box_contact a {
    color: #fff
}

.layout-contact .box_contact a:hover {
    color: var(--shop-color-main)
}

.layout-contact .form-contact #contact {
    margin-bottom: 0px
}

.layout-contact .form-contact .group_contact input,
.layout-contact .form-contact .group_contact textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 28px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    background: none;
    border-radius: 50px;
    color: var(--shop-color-text);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--shop-color-surface);
    border: none;
    -webkit-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    -khtml-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    -moz-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    -ms-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    -o-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    box-shadow: 0 0 13px rgba(154, 154, 154, 0.13)
}

@media (max-width: 767px) {

    .layout-contact .form-contact .group_contact input,
    .layout-contact .form-contact .group_contact textarea {
        height: 40px
    }
}

.layout-contact .form-contact .group_contact textarea {
    height: auto;
    border-radius: 25px
}

.layout-contact .form-contact .group_contact .btn-lienhe {
    background: var(--shop-color-main);
    color: #fff;
    border: initial;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    display: flex;
    align-items: center
}

.layout-contact .form-contact .group_contact .btn-lienhe svg {
    width: 18px;
    height: 18px;
    margin-left: 3px
}

.layout-contact .form-contact .group_contact .btn-lienhe:hover {
    background: var(--shop-color-secondary)
}

@media (max-width: 991px) {
    .form-contact {
        margin-bottom: 30px
    }
}

#contact_map iframe {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 20px
}

@media (min-width: 992px) {
    #contact_map {
        height: 100%
    }

    #contact_map iframe {
        width: 100%;
        height: 495px
    }
}

.row-cus {
    align-items: center
}

.mb-30 {
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .mb-30 {
        margin-bottom: 25px
    }
}

.section-title-contact {
    text-align: left;
    margin-bottom: -5px
}

.section-title-contact .sub_title {
    font-size: 1.4rem;
    color: var(--shop-color-main);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px
}

.section-title-contact .sub_title::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--shop-color-main)
}

.section-title-contact h2 {
    color: var(--shop-color-text);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif
}

@media (max-width: 1025px) {
    .section-title-contact h2 {
        font-size: 3rem;
        line-height: 48px
    }
}

@media (max-width: 767px) {
    .section-title-contact h2 {
        font-size: 2rem;
        line-height: 36px
    }
}

.desc_cont {
    color: var(--shop-color-text);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px
}

@media (max-width: 1025px) {
    .desc_cont {
        margin-bottom: 15px;
        font-size: 1.4rem
    }
}

.desc_cont p {
    margin-bottom: 5px
}

.btn-style-three {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 8px 8px 26px;
    color: var(--btn-color-text);
    text-transform: uppercase;
    background-color: var(--btn-color-hover-bg);
    border: none;
    margin-top: 30px
}

@media (max-width: 1025px) {
    .btn-style-three {
        padding: 5px 5px 5px 15px
    }
}

.btn-style-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #000
}

.btn-style-three:hover:before {
    top: 0%
}

.btn-style-three:hover i {
    background-color: var(--shop-color-main)
}

.btn-style-three i {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-color: #000
}

@media (max-width: 1025px) {
    .btn-style-three i {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.btn-style-three i svg {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block
}

.btn-style-three .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}

.btn-style-three:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%)
}

.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-style-three:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-style-three:hover .btn-wrap .text-two {
    color: #fff
}

.btn-style-three:hover:before {
    top: -40%
}


/* ============================ CONTACT ============================ */
.contact {
    background: var(--c-gold-soft);
    position: relative;
    padding: 70px 0 80px;
    overflow: hidden;
}

.contact__deco {
    position: absolute;
    top: 0;
    bottom: 0;
    background: var(--c-red);
    z-index: 0;
}

.contact__deco--left {
    left: 0;
    width: 130px;
    clip-path: polygon(0 0, 100% 14%, 60% 50%, 100% 86%, 0 100%);
}

.contact__deco--right {
    right: 0;
    width: 170px;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 0 50%);
}

.contact__panel {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow-md);
    padding: 46px 44px;
}

.contact__lead {
    font-size: 15px;
    color: var(--c-muted);
    margin: 10px 0 26px;
}

.contact__form .form-control {
    border: 1px solid #e6e2da;
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 15px;
    height: auto;
    margin-bottom: 16px;
}

.contact__form textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.contact__form .form-control:focus {
    border-color: var(--c-red);
    box-shadow: none;
}

.contact__illus {
    max-width: 300px;
    margin: 0 auto 26px;
}

.contact__info-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.contact__info-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.contact__info-label {
    font-weight: 700;
    margin: 0;
    font-size: 15px;
}

.contact__info-text {
    margin: 0;
    color: #555;
    font-size: 14.5px;
}

.contact__social {
    position: absolute;
    right: -20px;
    top: 60px;
    z-index: 3;
    background: var(--c-red);
    border-radius: 14px;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact__social a {
    color: #fff;
    font-size: 18px;
}

.contact__social a:hover {
    color: var(--c-gold);
    transform: scale(1.15);
}

.contact__branch {
    position: absolute;
    top: 30px;
    right: 46px;
    z-index: 3;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    max-width: 280px;
}

.contact__branch i {
    color: var(--c-red);
    font-size: 18px;
}


/* ===== CONTACT PAGE ===== */
.page-hero__crumb {
    max-width: var(--container);
    margin: 0 auto;
    padding: 22px 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 5;
}

.page-hero__crumb a {
    color: #fff;
    opacity: .9;
}

.page-hero__crumb a:hover {
    opacity: 1;
}

.page-hero__crumb i {
    font-size: 11px;
    opacity: .7;
}

.contact-hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.contact-hero__bg {
    position: absolute;
    inset: 0;
}

.contact-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 10, 6, .35), rgba(20, 10, 6, .15));
}

.contact-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-hero {
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

.contact-hero .container {
    position: relative;
    z-index: 3;
    margin-top: auto;
    padding-bottom: 60px;
}

.contact-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow-md);
    padding: 44px 44px;
    max-width: 960px;
    margin: 120px auto 0;
}

/* BRANCHES */
.branches {
    padding: 34px 0 84px;
    background: var(--c-cream);
}

.branches__map iframe {
    width: 100%;
    height: 600px;
    border: 0;
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
}

.branches__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 6px;
}

.branches__list::-webkit-scrollbar {
    width: 6px;
}

.branches__list::-webkit-scrollbar-thumb {
    background: #e0d8cc;
    border-radius: 6px;
}

.branch-card {
    display: flex;
    gap: 14px;
    align-items: center;
    background: var(--c-gold);
    border-radius: 16px;
    padding: 14px;
    cursor: pointer;
    transition: .25s;
    border: 2px solid transparent;
}

.branch-card:hover {
    transform: translateX(-3px);
    box-shadow: var(--shadow-sm);
}

.branch-card.is-active {
    background: var(--c-red);
    color: #fff;
}

.branch-card__thumb {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    object-fit: cover;
    flex: 0 0 88px;
}

.branch-card__name {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px;
}

.branch-card__row {
    display: flex;
    gap: 8px;
    font-size: 13.5px;
    margin: 3px 0;
    align-items: flex-start;
    color: #5a4a2a;
}

.branch-card__row i {
    margin-top: 3px;
    color: var(--c-red);
    font-size: 13px;
}

.branch-card.is-active .branch-card__row {
    color: #ffe1e1;
}

.branch-card.is-active .branch-card__row i {
    color: #fff;
}

@media (max-width:991px) {
    .contact-hero {
        min-height: auto;
    }

    .contact-hero__bg {
        position: relative;
        height: 300px;
    }

    .contact-hero .container {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .contact-card {
        margin: -120px auto 0;
        padding: 30px 24px;
    }

    .branches__map iframe {
        height: 400px;
    }

    .branches__list {
        max-height: none;
    }
}