.about-tpl-ver1 .about {
    padding: 30px 0;
    background: var(--hero_section_background_color);
}

.about-tpl-ver1 .about-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

.about-tpl-ver1 .about-right h2 {
    font-size: 26px;
    line-height: 1.2;
    padding-left: 20px;
    border-left: 4px solid var(--bv-primary);
}

.about-tpl-ver1 .about-right h2 b {
    font-size: 42px;
    color: var(--bv-primary);
}

.about-tpl-ver1 .about-left {
    position: relative;
}

.about-tpl-ver1 .box-couter-abouts ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 13px;
}

.about-tpl-ver1 .box-couter-abouts ul li {
    padding: 8px 20px;
    background: var(--bv-secondary);
    border-radius: 25px;
    color: #fff;
    text-align: center;
}

.about-tpl-ver1 .img-main img {
    width: 510px;
    border-radius: 12px;
}

.about-tpl-ver1 .img-main {
    position: relative;
    padding: 10px;
    border: 1px solid #cdcdcd6e;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 13%) 0px 3px 8px;
}

.about-tpl-ver1 .play-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ff4d00;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.about-tpl-ver1 .img-small {
    position: absolute;
    bottom: -30px;
    right: -60px;
}

.about-tpl-ver1 .img-small img {
    width: 260px;
    border-radius: 10px;
    border: 6px solid #fff;
}

.about-tpl-ver1 .shape {
    position: absolute;
    right: -40px;
    top: 50px;
    width: 200px;
    height: 200px;
    border: 4px solid #ff4d00;
    border-radius: 20px;
    z-index: -1;
}

.about-tpl-ver1 .about-right {
    flex: 1;
}

.about-tpl-ver1 .about-right h5 {
    color: #ff4d00;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 600;
}

.about-tpl-ver1 .about-right h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #0b1220;
}

.about-tpl-ver1 .about-right h2 span {
    color: #ff4d00;
}

.about-tpl-ver1 .about-right p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-tpl-ver1 .features ul {
    list-style: none;
}

.about-tpl-ver1 .features li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.about-tpl-ver1 .features li::before {}

.about-tpl-ver1 .signature {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-tpl-ver1 .signature img {
    border-radius: 50%;
    width: 55px;
}

.about-tpl-ver1 .about-box {
    background: #0f2c49;
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}

.about-tpl-ver1 .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top: 10px solid #ff4d00;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-tpl-ver1 .circle span {
    font-size: 24px;
    font-weight: bold;
}

.about-tpl-ver1 .box-couter-abouts {
    display: flex;
    justify-content: space-between;
}

.about-tpl-ver1 .member-content-focus {
    margin-bottom: 10px;
}

.about-tpl-ver1 img.icon-chuky {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 38px;
    max-width: 100%;
    width: auto;
}

@media (max-width: 991px) {
    .about-tpl-ver1 .about-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .about-tpl-ver1 .img-main img {
        width: 100%;
    }

    .about-tpl-ver1 .img-small {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 20px;
    }

    .about-tpl-ver1 .about-box {
        margin-top: 30px;
    }
}






















































































/* about v2   */
.about-v2-tpl2 .box_thong_so {
    padding: 0px;
    margin-bottom: 30px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start;
    margin-top: 20px;
}

.about-v2-tpl2 .box_thong_so li {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 7px;
}

.about-v2-tpl2 .box_thong_so li .icon-box {
    min-width: 55px;
    height: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32% 68% 46% 54% / 55% 45% 55% 45%;
    line-height: 1;
}

.about-v2-tpl2 .box_thong_so li h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.about-v2-tpl2 .about-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #01796f1a;
    border-radius: 10px;
    top: -22px;
    right: -22px;
    z-index: 0;
    background: #eee7e79e;
}

.about-v2-tpl2 .about-img img {
    position: relative;
}

.about-v2-tpl2 .about-v2 {
    background: var(--hero_section_background_color);
    padding: 40px 0;
    font-family: sans-serif;
}

.about-v2-tpl2 .about-content h2 b {
    font-size: 45px;
    font-style: normal;
    color: #01796f;
}

.about-v2-tpl2 .about-wrap {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-v2-tpl2 .sub {
    color: #ff6a00;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.about-v2-tpl2 .about-content h2 {
    font-size: 20px;
    margin: 15px 0 25px;
    color: #222;
    padding-left: 20px;
    border-left: 5px solid #cdcdcd;
    line-height: 1.2;
    font-style: italic;
}

.about-v2-tpl2 .about-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 2px;
    font-size: 16px;
}

.about-v2-tpl2 .progress-item {
    margin-bottom: 20px;
}

.about-v2-tpl2 .progress-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-weight: 500;
}

.about-v2-tpl2 .progress {
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.about-v2-tpl2 .bar {
    height: 100%;
    background: linear-gradient(90deg, #7b5cff, #9f7aea);
    border-radius: 10px;
}

.about-v2-tpl2 .btn {
    display: inline-block;
    margin-top: 20px;
    background: #01796f;
    color: #fff;
    padding: 8px 25px;
    border-radius: 6px;
    text-decoration: none;
    height: unset;
    line-height: unset;
}

.about-v2-tpl2 .about-img {
    position: relative;
}

.about-v2-tpl2 .about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-v2-tpl2 .experience {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-v2-tpl2 .experience h3 {
    font-size: 40px;
    color: #7b5cff;
}

.about-v2-tpl2 .experience p {
    font-size: 12px;
    color: #ff6a00;
    font-weight: bold;
}

@media (max-width: 992px) {
    .about-v2-tpl2 .about-content h2 {
        font-size: 28px;
    }

    .about-v2-tpl2 .about-wrap {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .about-v2-tpl2 .about-content {
        order: 2;
    }

    .about-v2-tpl2 .about-img {
        order: 1;
    }
}






/* about3  */
.about-v3-tpl3 .about3-wrap .desc p {
    padding-bottom: 10px;
    color: #000;
    font-size: 16px;
    text-align: justify;
}

.about-v3-tpl3 .about-v3 {
    background: var(--hero_section_background_color);
    padding: 30px 0;
    font-family: sans-serif;
}

.about-v3-tpl3 .about3-content h2 b {
    font-size: 52px;
    color: var(--bv-primary);
}

.about-v3-tpl3 .about3-wrap {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 35px;
    align-items: center;
}

.about-v3-tpl3 .about3-img {
    position: relative;
}

.about-v3-tpl3 .about3-img img {
    border-radius: 20px;
    object-fit: cover;
}

.about-v3-tpl3 .img-main {
    width: 100%;
    height: 420px;
}

@media (max-width: 768px) {
    .about-v3-tpl3 .img-main {
        height: auto;
    }
}

.about-v3-tpl3 .img-top {
    position: absolute;
    top: -40px;
    left: -30px;
    width: 180px;
    height: 140px;
    border: 5px solid #fff;
}

.about-v3-tpl3 .img-bottom {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 200px;
    height: 150px;
    border: 5px solid #fff;
}

.about-v3-tpl3 .badge {
    position: absolute;
    left: -40px;
    bottom: 80px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-45deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-v3-tpl3 .icon-circle {
    position: absolute;
    left: 10px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    background: #f60;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

.about-v3-tpl3 .sub {
    color: #f60;
    font-weight: bold;
    font-size: 14px;
}

.about-v3-tpl3 .about3-content h2 {
    font-size: 21px;
    margin: 0px 0 20px;
    line-height: 1.2;
    padding-left: 20px;
    border-left: 7px solid var(--bv-primary);
}

.about-v3-tpl3 .about3-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-v3-tpl3 .list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.about-v3-tpl3 .list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.about-v3-tpl3 .list li::before {
    content: "âœ“";
    position: absolute;
    left: 0;
    color: #f60;
}

.about-v3-tpl3 .btn {
    background: var(--bv-primary);
    color: #fff;
    padding: 7px 10px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    height: unset;
    line-height: unset;
    padding-left: 36px;
}

.about-v3-tpl3 .btn span {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.about-v3-tpl3 .actions {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 0px;
}

.about-v3-tpl3 .call {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-v3-tpl3 .call-icon {
    width: 50px;
    height: 50px;
    background: #f60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.about-v3-tpl3 .call h4 {
    margin: 0;
}

@media (max-width: 992px) {
    .about-v3-tpl3 .about3-wrap {
        grid-template-columns: 1fr;
    }

    /* .about-v3-tpl3 .about3-img {
    margin-bottom: 40px;
  } */

    .about-v3-tpl3 .img-top,
    .about-v3-tpl3 .img-bottom {
        display: none;
    }
}









/* about v4  */

.about-spa-section-v4 .about-spa-section {
    padding: 30px 0px 80px;
    background-color: #fdfaf5;
    font-family: Arial, sans-serif;
}

.about-spa-section-v4 .spa-content-container h2 {
    font-size: 20px;
    font-style: italic;
    padding-left: 20px;
    border-left: 3px solid #01796f;
    line-height: 1.2;
    border-radius: 9px;
}

.about-spa-section-v4 .spa-content-container h2 b {
    font-size: 53px;
    color: #01796f;
}

.about-spa-section-v4 .spa-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.about-spa-section-v4 .spa-grid {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-spa-section-v4 .spa-visual-container {
    flex: 1;
    min-width: 350px;
    position: relative;
}

.about-spa-section-v4 .main-image-box {
    position: relative;
    border-radius: 30px;
    overflow: visible;
}

.about-spa-section-v4 .spa-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about-spa-section-v4 .floating-contact {
    position: absolute;
    bottom: -30px;
    left: 40px;
    background-color: #00766c;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 118, 108, 0.3);
    transition: transform 0.3s ease;
}

.about-spa-section-v4 .floating-contact:hover {
    transform: translateY(-5px);
}

.about-spa-section-v4 .contact-icon {
    font-size: 24px;
    margin-right: 15px;
}

.about-spa-section-v4 .contact-info span {
    display: block;
    font-size: 13px;
    opacity: 0.9;
}

.about-spa-section-v4 .contact-info strong {
    font-size: 20px;
}

.about-spa-section-v4 .spa-content-container {
    flex: 1;
    min-width: 350px;
}

.about-spa-section-v4 .badge-tag {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.about-spa-section-v4 .spa-headline {
    font-size: 42px;
    line-height: 52px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-spa-section-v4 .brand-name {
    color: #00766c;
    font-weight: 800;
}

.about-spa-section-v4 .spa-text {
    font-size: 16px;
    line-height: 28px;
    color: #3b3b3b;
    margin-bottom: 5px;
    font-weight: 500;
}

.about-spa-section-v4 .services-mini-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #3b3b3b;
    margin-bottom: 25px;
    font-weight: 500;
}

.about-spa-section-v4 .s-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-spa-section-v4 .s-dot {
    width: 8px;
    height: 8px;
    background-color: #e8a6a6;
    /* MÃ u há»“ng nháº¡t theo vibe cá»§a áº£nh */
    border-radius: 50%;
}

.about-spa-section-v4 .s-item span {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.about-spa-section-v4 .btn-more {
    background-color: #245e57;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.about-spa-section-v4 .btn-more:hover {
    background-color: #1a4540;
}

@media (max-width: 992px) {
    .about-spa-section-v4 .spa-grid {
        gap: 40px;
    }

    .about-spa-section-v4 .spa-headline {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 768px) {
    .about-spa-section-v4 .about-spa-section {
        padding: 60px 15px;
    }

    .about-spa-section-v4 .spa-visual-container {
        margin-bottom: 50px;
    }

    .about-spa-section-v4 .spa-img {
        height: 350px;
    }

    .about-spa-section-v4 .floating-contact {
        left: 20px;
        bottom: -20px;
        padding: 10px 20px;
    }

    .about-spa-section-v4 .services-mini-grid {
        grid-template-columns: 1fr;
    }
}








/* about v4  */

.about-v4-tpl4 .about {
    position: relative;
    overflow: hidden;
    background: #faf8f5;
}

.about-v4-tpl4 .about__band {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #c9a96e 0%, #e8d5b0 40%, #c9a96e 70%, #a07840 100%);
}

.about-v4-tpl4 .about__intro {
    display: flex;
    align-items: stretch;
    min-height: 560px;
    position: relative;
}

.about-v4-tpl4 .about__intro-image {
    width: 48%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.about-v4-tpl4 .about__intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.about-v4-tpl4 .about__intro-image:hover img {
    transform: scale(1.04);
}

.about-v4-tpl4 .about__intro-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 169, 110, 0.18) 0%, transparent 60%);
    pointer-events: none;
}

.about-v4-tpl4 .about__intro-image::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    border: 1.5px solid rgba(201, 169, 110, 0.5);
    z-index: 2;
    pointer-events: none;
}

.about-v4-tpl4 .about__intro-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 72px 72px 64px;
    position: relative;
}

.about-v4-tpl4 .about__intro-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    background: radial-gradient(ellipse at right top, rgba(201, 169, 110, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.about-v4-tpl4 .about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 20px;
}

.about-v4-tpl4 .about__eyebrow::before,
.about-v4-tpl4 .about__eyebrow::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #c9a96e;
}

.about-v4-tpl4 .about__heading {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.18;
    color: #1e1610;
    margin-bottom: 10px;
}

.about-v4-tpl4 .about__heading em {
    font-style: italic;
    color: #c9a96e;
}

.about-v4-tpl4 .about__sub {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9e8a6e;
    margin-bottom: 28px;
}

.about-v4-tpl4 .about__divider {
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, #c9a96e, #e8d5b0);
    margin-bottom: 28px;
}

.about-v4-tpl4 .about__desc {
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.85;
    color: #4a3f30;
    max-width: 480px;
    margin-bottom: 36px;
}

.about-v4-tpl4 .about__cta-row {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.about-v4-tpl4 .about__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c9a96e;
    color: #fff;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 36px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    position: relative;
    overflow: hidden;
}

.about-v4-tpl4 .about__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(-101%);
    transition: transform 0.35s ease;
}

.about-v4-tpl4 .about__btn:hover::before {
    transform: translateX(0);
}

.about-v4-tpl4 .about__btn:hover {
    background: #a07840;
    transform: translateY(-1px);
}

.about-v4-tpl4 .about__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14.5px;
    font-weight: 500;
    color: #2c2416;
    text-decoration: none;
    transition: color 0.3s;
}

.about-v4-tpl4 .about__phone:hover {
    color: #c9a96e;
}

.about-v4-tpl4 .about__phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid #c9a96e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a96e;
    flex-shrink: 0;
    transition: background 0.3s, color 0.3s;
}

.about-v4-tpl4 .about__phone:hover .about__phone-icon {
    background: #c9a96e;
    color: #fff;
}

.about-v4-tpl4 .about__services {
    background: #1e1610;
    padding: 60px 80px;
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.about-v4-tpl4 .about__services-label {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #c9a96e;
    white-space: nowrap;
    margin-right: 64px;
    padding-top: 4px;
    flex-shrink: 0;
}

.about-v4-tpl4 .about__services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    flex: 1;
    background: rgba(201, 169, 110, 0.15);
}

.about-v4-tpl4 .about__service-item {
    background: #1e1610;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: background 0.3s;
    cursor: default;
}

.about-v4-tpl4 .about__service-item:hover {
    background: #2a1f14;
}

.about-v4-tpl4 .about__service-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201, 169, 110, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a96e;
    transition: background 0.3s, border-color 0.3s;
}

.about-v4-tpl4 .about__service-item:hover .about__service-icon {
    background: rgba(201, 169, 110, 0.12);
    border-color: #c9a96e;
}

.about-v4-tpl4 .about__service-name {
    font-size: 14px;
    font-weight: 600;
    color: #f0e6d0;
    letter-spacing: 0.3px;
}

.about-v4-tpl4 .about__service-desc {
    font-size: 13px;
    font-weight: 300;
    color: rgba(240, 230, 208, 0.55);
    line-height: 1.6;
}

.about-v4-tpl4 .about__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(201, 169, 110, 0.2);
    border-bottom: 1px solid rgba(201, 169, 110, 0.2);
}

.about-v4-tpl4 .about__stat {
    padding: 48px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(201, 169, 110, 0.18);
    position: relative;
    overflow: hidden;
}

.about-v4-tpl4 .about__stat:last-child {
    border-right: none;
}

.about-v4-tpl4 .about__stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background: #c9a96e;
    transition: height 0.6s ease;
}

.about-v4-tpl4 .about__stat:hover::before {
    height: 100%;
}

.about-v4-tpl4 .about__stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 600;
    color: #c9a96e;
    line-height: 1;
    margin-bottom: 8px;
}

.about-v4-tpl4 .about__stat-num sup {
    font-size: 22px;
    vertical-align: super;
}

.about-v4-tpl4 .about__stat-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9e8a6e;
}

.about-v4-tpl4 .about__quote-wrap {
    background: linear-gradient(135deg, #f5efe6 0%, #faf8f5 100%);
    padding: 72px 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-v4-tpl4 .about__quote-wrap::before {
    content: '\201C';
    font-family: 'Playfair Display', serif;
    font-size: 260px;
    color: rgba(201, 169, 110, 0.08);
    position: absolute;
    top: -40px;
    left: 80px;
    line-height: 1;
    pointer-events: none;
}

.about-v4-tpl4 .about__quote-text {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    color: #2c2416;
    max-width: 700px;
    margin: 0 auto 20px;
    position: relative;
}

.about-v4-tpl4 .about__quote-author {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c9a96e;
}

@media (max-width: 1024px) {
    .about-v4-tpl4 .about__intro-content {
        padding: 52px 48px 52px 44px;
    }

    .about-v4-tpl4 .about__heading {
        font-size: 36px;
    }

    .about-v4-tpl4 .about__services {
        padding: 48px 48px;
        flex-direction: column;
        gap: 28px;
    }

    .about-v4-tpl4 .about__services-label {
        margin-right: 0;
    }

    .about-v4-tpl4 .about__services-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .about-v4-tpl4 .about__stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-v4-tpl4 .about__stat {
        padding: 36px 24px;
    }

    .about-v4-tpl4 .about__stat-num {
        font-size: 40px;
    }

    .about-v4-tpl4 .about__quote-wrap {
        padding: 56px 64px;
    }

    .about-v4-tpl4 .about__quote-text {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .about-v4-tpl4 .about__intro {
        flex-direction: column;
        min-height: unset;
    }

    .about-v4-tpl4 .about__intro-image {
        width: 100%;
        height: 320px;
    }

    .about-v4-tpl4 .about__intro-image::before {
        top: 16px;
        left: 16px;
        width: calc(100% - 32px);
        height: calc(100% - 32px);
    }

    .about-v4-tpl4 .about__intro-content {
        padding: 48px 28px;
    }

    .about-v4-tpl4 .about__heading {
        font-size: 30px;
    }

    .about-v4-tpl4 .about__desc {
        font-size: 14.5px;
    }

    .about-v4-tpl4 .about__services {
        padding: 40px 24px;
    }

    .about-v4-tpl4 .about__services-label {
        font-size: 18px;
    }

    .about-v4-tpl4 .about__services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-v4-tpl4 .about__service-item {
        padding: 22px 18px;
    }

    .about-v4-tpl4 .about__stats {
        grid-template-columns: 1fr;
    }

    .about-v4-tpl4 .about__stat {
        border-right: none;
        border-bottom: 1px solid rgba(201, 169, 110, 0.18);
        padding: 32px 24px;
    }

    .about-v4-tpl4 .about__stat:last-child {
        border-bottom: none;
    }

    .about-v4-tpl4 .about__quote-wrap {
        padding: 48px 28px;
    }

    .about-v4-tpl4 .about__quote-wrap::before {
        font-size: 160px;
        left: 20px;
    }

    .about-v4-tpl4 .about__quote-text {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .about-v4-tpl4 .about__services-grid {
        grid-template-columns: 1fr;
    }

    .about-v4-tpl4 .about__cta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .about-v4-tpl4 .about__heading {
        font-size: 26px;
    }
}










/* about v5  */

.about-v5-tpl5 .about {
    position: relative;
    overflow: hidden;
    background: #faf8f5;
}

.about-v5-tpl5 .about__intro-content {
    background: url(--hero_section_background_color);
}

.about-v5-tpl5 .about__band {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #c9a96e 0%, #e8d5b0 40%, #c9a96e 70%, #a07840 100%);
}

.about-v5-tpl5 .about__heading h2 {
    font-size: 22px;
    line-height: 1.2;
}

.about-v5-tpl5 .about__heading h2 b {
    font-size: 55px;
    color: var(--bv-primary);
}



.about-v5-tpl5 .about__intro {
    display: flex;
    align-items: stretch;
    min-height: 375px;
    position: relative;
}

.about-v5-tpl5 .about__intro-image {
    width: 48%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    height: 531px;
}

.about-v5-tpl5 .about__intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.about-v5-tpl5 .about__intro-image:hover img {
    transform: scale(1.04);
}

.about-v5-tpl5 .about__intro-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 169, 110, 0.18) 0%, transparent 60%);
    pointer-events: none;
}

.about-v5-tpl5 .about__intro-image::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    border: 1.5px solid rgba(201, 169, 110, 0.5);
    z-index: 2;
    pointer-events: none;
}

.about-v5-tpl5 .about__intro-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 72px 0px 64px;
    position: relative;
}

.about-v5-tpl5 .about__intro-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    background: radial-gradient(ellipse at right top, rgba(201, 169, 110, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.about-v5-tpl5 .about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--bv-primary);
    margin-bottom: 20px;
}

.about-v5-tpl5 .about__eyebrow::before,
.about-v5-tpl5 .about__eyebrow::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--bv-primary);
}

.about-v5-tpl5 .about__heading {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.18;
    color: #1e1610;
    margin-bottom: 10px;
}

.about-v5-tpl5 .about__heading em {
    font-style: italic;
    color: #c9a96e;
}

.about-v5-tpl5 .about__sub {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 11px;
    text-align: justify;
}

.about-v5-tpl5 .about__divider {
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, #c9a96e, #e8d5b0);
    margin-bottom: 15px;
}

.about-v5-tpl5 .about__desc {
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.85;
    color: #333;
    margin-bottom: 17px;
    text-align: justify;
}

.about-v5-tpl5 .about__cta-row {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.about-v5-tpl5 .about__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bv-primary);
    color: #fff;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 36px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    position: relative;
    overflow: hidden;
}

.about-v5-tpl5 .about__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(-101%);
    transition: transform 0.35s ease;
}

.about-v5-tpl5 .about__btn:hover::before {
    transform: translateX(0);
}

.about-v5-tpl5 .about__btn:hover {
    background: #a07840;
    transform: translateY(-1px);
}

.about-v5-tpl5 .about__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18.5px;
    font-weight: 700;
    color: var(--bv-primary);
    text-decoration: none;
    transition: color 0.3s;
}

.about-v5-tpl5 .about__phone:hover {
    color: var(--bv-secondary);
}

.about-v5-tpl5 .about__phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid var(--bv-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bv-primary);
    flex-shrink: 0;
    transition: background 0.3s, color 0.3s;
}

.about-v5-tpl5 .about__phone:hover .about__phone-icon {
    background: var(--bv-primary);
    color: #fff;
}

.about-v5-tpl5 .about__services {
    background: #1e1610;
    padding: 60px 80px;
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.about-v5-tpl5 .about__services-label {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #c9a96e;
    white-space: nowrap;
    margin-right: 64px;
    padding-top: 4px;
    flex-shrink: 0;
}

.about-v5-tpl5 .about__services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    flex: 1;
    background: rgba(201, 169, 110, 0.15);
}

.about-v5-tpl5 .about__service-item {
    background: #1e1610;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: background 0.3s;
    cursor: default;
}

.about-v5-tpl5 .about__service-item:hover {
    background: #2a1f14;
}

.about-v5-tpl5 .about__service-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201, 169, 110, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a96e;
    transition: background 0.3s, border-color 0.3s;
}

.about-v5-tpl5 .about__service-item:hover .about__service-icon {
    background: rgba(201, 169, 110, 0.12);
    border-color: #c9a96e;
}

.about-v5-tpl5 .about__service-name {
    font-size: 14px;
    font-weight: 600;
    color: #f0e6d0;
    letter-spacing: 0.3px;
}

.about-v5-tpl5 .about__service-desc {
    font-size: 13px;
    font-weight: 300;
    color: rgba(240, 230, 208, 0.55);
    line-height: 1.6;
}

.about-v5-tpl5 .about__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(201, 169, 110, 0.2);
    border-bottom: 1px solid rgba(201, 169, 110, 0.2);
}

.about-v5-tpl5 .about__stat {
    padding: 48px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(201, 169, 110, 0.18);
    position: relative;
    overflow: hidden;
}

.about-v5-tpl5 .about__stat:last-child {
    border-right: none;
}

.about-v5-tpl5 .about__stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background: #c9a96e;
    transition: height 0.6s ease;
}

.about-v5-tpl5 .about__stat:hover::before {
    height: 100%;
}

.about-v5-tpl5 .about__stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 600;
    color: #c9a96e;
    line-height: 1;
    margin-bottom: 8px;
}

.about-v5-tpl5 .about__stat-num sup {
    font-size: 22px;
    vertical-align: super;
}

.about-v5-tpl5 .about__stat-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9e8a6e;
}

.about-v5-tpl5 .about__quote-wrap {
    background: linear-gradient(135deg, #f5efe6 0%, #faf8f5 100%);
    padding: 72px 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-v5-tpl5 .about__quote-wrap::before {
    content: '\201C';
    font-family: 'Playfair Display', serif;
    font-size: 260px;
    color: rgba(201, 169, 110, 0.08);
    position: absolute;
    top: -40px;
    left: 80px;
    line-height: 1;
    pointer-events: none;
}

.about-v5-tpl5 .about__quote-text {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    color: #2c2416;
    max-width: 700px;
    margin: 0 auto 20px;
    position: relative;
}

.about-v5-tpl5 .about__quote-author {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c9a96e;
}

@media (max-width: 1024px) {
    .about-v5-tpl5 .about__intro-content {
        padding: 52px 48px 52px 44px;
    }

    .about-v5-tpl5 .about__heading {
        font-size: 36px;
    }

    .about-v5-tpl5 .about__services {
        padding: 48px 48px;
        flex-direction: column;
        gap: 28px;
    }

    .about-v5-tpl5 .about__services-label {
        margin-right: 0;
    }

    .about-v5-tpl5 .about__services-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .about-v5-tpl5 .about__stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-v5-tpl5 .about__stat {
        padding: 36px 24px;
    }

    .about-v5-tpl5 .about__stat-num {
        font-size: 40px;
    }

    .about-v5-tpl5 .about__quote-wrap {
        padding: 56px 64px;
    }

    .about-v5-tpl5 .about__quote-text {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .about-v5-tpl5 .about__intro {
        flex-direction: column;
        min-height: unset;
    }

    .about-v5-tpl5 .about__intro-image {
        width: 100%;
        height: 320px;
    }

    .about-v5-tpl5 .about__intro-image::before {
        top: 16px;
        left: 16px;
        width: calc(100% - 32px);
        height: calc(100% - 32px);
    }

    .about-v5-tpl5 .about__intro-content {
        padding: 28px 12px;
    }

    .about-v5-tpl5 .about__heading {
        font-size: 30px;
    }

    .about-v5-tpl5 .about__desc {
        font-size: 14.5px;
    }

    .about-v5-tpl5 .about__services {
        padding: 40px 24px;
    }

    .about-v5-tpl5 .about__services-label {
        font-size: 18px;
    }

    .about-v5-tpl5 .about__services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-v5-tpl5 .about__service-item {
        padding: 22px 18px;
    }

    .about-v5-tpl5 .about__stats {
        grid-template-columns: 1fr;
    }

    .about-v5-tpl5 .about__heading h2 b {
        font-size: 41px;
    }

    .about-v5-tpl5 .about__stat {
        border-right: none;
        border-bottom: 1px solid rgba(201, 169, 110, 0.18);
        padding: 32px 24px;
    }

    .about-v5-tpl5 .about__stat:last-child {
        border-bottom: none;
    }

    .about-v5-tpl5 .about__quote-wrap {
        padding: 48px 28px;
    }

    .about-v5-tpl5 .about__quote-wrap::before {
        font-size: 160px;
        left: 20px;
    }

    .about-v5-tpl5 .about__quote-text {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .about-v5-tpl5 .about__services-grid {
        grid-template-columns: 1fr;
    }

    .about-v5-tpl5 .about__cta-row {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 18px;
    }

    .about-v5-tpl5 .about__heading {
        font-size: 26px;
    }

    .about-v5-tpl5 .about__btn {
        padding: 10px 15px;
    }
}
































/* about v6  */



.about-v6-tpl6 .about-section {
    padding: 35px 0;
    background: var(--hero_section_background_color);
}

.about-v6-tpl6 .about-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.about-v6-tpl6 .about-content {
    width: 50%;
}

.about-v6-tpl6 .hotline {
    display: inline-block;
    background: #e91e63;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.about-v6-tpl6 .sub-title {
    color: var(--bv-primary);
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-v6-tpl6 .about-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-v6-tpl6 .about-content h2 span {
    color: #e91e63;
}

.about-v6-tpl6 .desc {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    margin-bottom: 30px;
}

.about-v6-tpl6 .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-v6-tpl6 .feature-item {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
}

.about-v6-tpl6 .feature-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.about-v6-tpl6 .feature-item .icon {
    width: 50px;
    height: 50px;
    background: #ffe4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.about-v6-tpl6 .about-image {
    width: 50%;
    position: relative;
}

.about-v6-tpl6 .about-image img {
    width: 100%;
    border-radius: 15px;
}

.about-v6-tpl6 .overlay-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-v6-tpl6 .overlay-box h3 {
    font-size: 28px;
    color: #e91e63;
}

.about-v6-tpl6 .overlay-box p {
    font-size: 14px;
}

.about-v6-tpl6 .about-content h2 {
    font-size: 22px;
    font-style: italic;
    padding-left: 20px;
    border-radius: 5px;
    border-left: 4px solid var(--bv-primary);
}

.about-v6-tpl6 .about-content h2 b {
    font-size: 53px;
    color: var(--bv-primary);
}

@media (max-width: 1024px) {
    .about-v6-tpl6 .container {
        width: 90%;
    }

    .about-v6-tpl6 .about-wrapper {
        flex-direction: column;
    }

    .about-v6-tpl6 .about-content,
    .about-v6-tpl6 .about-image {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .about-v6-tpl6 .about-content h2 {
        font-size: 26px;
    }

    .about-v6-tpl6 .feature-item {
        width: 100%;
    }
}






































/* about v7  */

.about-v7-tpl7 .about-v2 {
    padding: 25px 0;
    background: linear-gradient(to right, #fff0f5, #fff);
}

.about-v7-tpl7 .about-box {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.about-v7-tpl7 .about-left {
    width: 50%;
    position: relative;
}

.about-v7-tpl7 .about-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-v7-tpl7 .about-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(233, 30, 99, 0.9);
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 20px;
}

.about-v7-tpl7 .about-right {
    width: 50%;
    padding: 50px;
}

.about-v7-tpl7 .hotline {
    display: inline-block;
    background: #e91e63;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 20px;
}

.about-v7-tpl7 .sub-title {
    color: #e91e63;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-v7-tpl7 .about-right h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.about-v7-tpl7 .desc {
    font-size: 15px;
    color: #555;
    line-height: 26px;
    margin-bottom: 25px;
}

.about-v7-tpl7 .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.about-v7-tpl7 .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 12px;
    color: #333;
}

.about-v7-tpl7 .feature-list .icon {
    width: 22px;
    height: 22px;
    background: #e91e63;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-v7-tpl7 .btn-book {
    display: inline-block;
    padding: 12px 28px;
    background: #e91e63;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.about-v7-tpl7 .btn-book:hover {
    background: #c2185b;
}

@media (max-width: 1024px) {

    .about-v7-tpl7 .about-box {
        flex-direction: column;
    }

    .about-v7-tpl7 .about-left,
    .about-v7-tpl7 .about-right {
        width: 100%;
    }

    .about-v7-tpl7 .about-right {
        padding: 30px;
    }
}

@media (max-width: 600px) {
    .about-v7-tpl7 .about-right h2 {
        font-size: 24px;
    }
}
















































/* ////////////////////////////////// about servicer 1 /////////////////////////////////////////// */
.about-service-vertion1 .s1 {
    display: flex;
    min-height: 580px;
}

.about-service-vertion1 .s1-title h2 {
    font-size: 22px;
    font-weight: 700;
    padding-left: 20px;
    border-left: 4px solid #01796f;
}

.about-service-vertion1 .s1-title h2 b {
    font-size: 50px;
    color: var(--bv-primary);
}

.about-service-vertion1 .s1-image {
    flex: 0 0 48%;
    position: relative;
}

.about-service-vertion1 .s1-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(180, 140, 90, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.about-service-vertion1 .s1-badge {
    padding: 10px;
    position: absolute;
    bottom: 36px;
    right: -28px;
    background: var(--bv-primary);
    color: #fff;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.4;
    z-index: 2;
    box-shadow: 0 8px 24px rgba(180, 140, 90, 0.4);
}

.about-service-vertion1 .s1-content {
    flex: 1;
    background: var(--hero_section_background_color);
    padding: 72px 60px 72px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-service-vertion1 .s1-tag {
    font-size: 17px;
    color: var(--bv-secondary);
    text-transform: uppercase;
    margin-bottom: 7px;
    font-style: italic;
}

.about-service-vertion1 .s1-title {
    font-size: 45px;
    font-weight: 300;
    color: #2c2218;
    line-height: 1.15;
    margin-bottom: 0px;
}

.about-service-vertion1 .s1-title em {
    font-style: italic;
    color: #b48c5a;
}

.about-service-vertion1 .s1-desc {
    font-size: 16px;
    line-height: 1.85;
    color: #5a4a38;
    margin-bottom: 17px;
    font-weight: 400;
}

.about-service-vertion1 .s1-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin-bottom: 36px;
}

.about-service-vertion1 .s1-list li {
    font-size: 10px;
    color: var(--bv-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.about-service-vertion1 .s1-list li::before {
    content: '✦';
    color: #b48c5a;
    font-size: 10px;
}

.about-service-vertion1 .s1-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--bv-primary);
    color: #fdf8f2;
    padding: 14px 32px;
    font-size: 14px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
    transition: background 0.3s;
    border-radius: 5px;
}

.about-service-vertion1 .s1-cta:hover {
    background: var(--bv-secondary);
}

.about-service-vertion1 .s1-phone {
    margin-top: 18px;
    font-size: 16px;
    color: #f00;
}

.about-service-vertion1 .s1-phone strong {
    color: #b48c5a;
    font-size: 25px;
}

@media (max-width: 768px) {
    .about-service-vertion1 .s1 {
        flex-direction: column;
    }

    .about-service-vertion1 .s1-image {
        flex: none;
        width: 100%;
        aspect-ratio: 6/5;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .about-service-vertion1 .s1-badge {
        display: none;
    }

    .about-service-vertion1 .s1-content {
        padding: 28px 28px;
    }

    .about-service-vertion1 .s1-title {
        font-size: 34px;
    }
}






























































/* about dich vu 2  */
.section_about-servicer-v2 .s2 {
    background: #f4f6f2;
    padding: 25px 0;
    position: relative;
}

.section_about-servicer-v2 .s2-heading h2 b {
    font-size: 46px;
    color: #ffffff;
}

.section_about-servicer-v2 .s2-phone-big a {
    color: #ffffff;
    font-weight: 700;
}


.section_about-servicer-v2 .s2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000057;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
}

.section_about-servicer-v2 .s2-inner {
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    gap: 0 60px;
    align-items: center;
    position: relative;
    z-index: 9;
}

.section_about-servicer-v2 .s2-divider {
    background: linear-gradient(to bottom, transparent, #7a9e7e, transparent);
    height: 320px;
}

.section_about-servicer-v2 .s2-left {
    text-align: right;
}

.section_about-servicer-v2 .s2-eyebrow {
    font-size: 13px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section_about-servicer-v2 .s2-heading {
    font-size: 42px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    border-right: 3px solid #ffffff;
    padding-right: 20px;
}

.section_about-servicer-v2 .s2-heading span {
    font-style: italic;
    color: #7a9e7e;
}

.section_about-servicer-v2 .s2-sub {
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.section_about-servicer-v2 .s2-phone-big {
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
}

.section_about-servicer-v2 .s2-desc {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 500;
}

.section_about-servicer-v2 .s2-services {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section_about-servicer-v2 .s2-service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #ffffffd1;
    border-left: 3px solid #7a9e7e;
    font-size: 14px;
    color: #2a3d2c;
    font-weight: 500;
    transition: transform 0.2s;
    border-radius: 5px;
}

.section_about-servicer-v2 .s2-service-item:hover {
    transform: translateX(4px);
}

.section_about-servicer-v2 .s2-service-item .icon {
    width: 32px;
    height: 32px;
    background: #e8f0e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .section_about-servicer-v2 .s2-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .section_about-servicer-v2 .s2-divider {
        display: none;
    }

    .section_about-servicer-v2 .s2-left {
        text-align: left;
        margin-bottom: 40px;
    }

    .section_about-servicer-v2 .s2-heading {
        font-size: 32px;
    }

    .section_about-servicer-v2 .s2-heading {
        border: unset;
    }

}
































































































































/* .about-service-vertion3-servicer  */
.about-service-vertion3-servicer .s3 {
    background: var(--hero_section_background_color);
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.about-service-vertion3-servicer .s3-inner h2 {
    font-size: 20px;
    font-style: italic;
    padding-left: 20px;
    border-left: 4px solid #666666;
}

.about-service-vertion3-servicer .s3-inner h2 b {
    font-size: 48px;
    color: var(--bv-primary);
}

.about-service-vertion3-servicer .s3-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 220px;
    font-weight: 700;
    color: rgba(180, 140, 60, 0.04);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    letter-spacing: -5px;
}

.about-service-vertion3-servicer .s3-inner {
    position: relative;
    z-index: 1;
}

.about-service-vertion3-servicer .s3-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 13px;
}

.about-service-vertion3-servicer .s3-badge-text {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 5px;
    color: #c9a84c;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-service-vertion3-servicer .s3-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 54px;
    font-weight: 300;
    color: #f5ead6;
    line-height: 1.1;
}

.about-service-vertion3-servicer .s3-title em {
    font-style: italic;
    color: #c9a84c;
}

.about-service-vertion3-servicer .s3-phone-block {
    text-align: right;
}

.about-service-vertion3-servicer .s3-call {
    font-size: 13px;
    letter-spacing: 3px;
    color: #6a6050;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.about-service-vertion3-servicer .s3-num {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 5px 20px;
    background: #666666;
    border-radius: 43px;
}

.about-service-vertion3-servicer .s3-body {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 31px;
    align-items: start;
}

.about-service-vertion3-servicer .s3-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
    margin-bottom: 23px;
}

.about-service-vertion3-servicer .s3-line {
    height: 2px;
    background: linear-gradient(to right, #666666, transparent);
    margin-bottom: 26px;
}

.about-service-vertion3-servicer .s3-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.about-service-vertion3-servicer .s3-srv {
    background: rgb(255 255 255 / 28%);
    border: 1px solid rgb(102 102 102 / 31%);
    padding: 10px 20px;
    transition: background 0.3s, border-color 0.3s;
}

.about-service-vertion3-servicer .s3-srv:hover {
    background: rgba(201, 168, 76, 0.06);
    border-color: rgba(201, 168, 76, 0.35);
}

.about-service-vertion3-servicer .s3-srv-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    color: rgb(102 102 102);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.about-service-vertion3-servicer .s3-srv-name {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.about-service-vertion3-servicer .s3-image-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.about-service-vertion3-servicer .s3-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    filter: grayscale(30%) contrast(1.1);
    display: block;
}

.about-service-vertion3-servicer .s3-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 14, 13, 0.6) 0%, transparent 60%);
}

.about-service-vertion3-servicer .s3-img-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-style: italic;
    color: rgba(245, 234, 214, 0.7);
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .about-service-vertion3-servicer .s3-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .about-service-vertion3-servicer .s3-title {
        font-size: 36px;
    }

    .about-service-vertion3-servicer .s3-phone-block {
        text-align: left;
    }

    .about-service-vertion3-servicer .s3-body {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

























































/* .about-service-vertion4 */


.about-service-vertion4 .s5 {
    background: #fff;
    padding: 90px 0;
}

.about-service-vertion4 .s5-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-service-vertion4 .s5-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 40px;
}

.about-service-vertion4 .s5-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 5px;
    color: #01786e;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-service-vertion4 .s5-h {
    font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    color: #2d1f2a;
    line-height: 1.2;
}

.about-service-vertion4 .s5-h em {
    font-style: italic;
    color: #01786e;
}

.about-service-vertion4 .s5-right-info {
    text-align: right;
}

.about-service-vertion4 .s5-call-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    color: #b09aa0;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.about-service-vertion4 .s5-phone {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    color: #2d1f2a;
}

.about-service-vertion4 .s5-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

.about-service-vertion4 .s5-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.about-service-vertion4 .s5-card-main {
    grid-row: 0.3333333333;
    background: url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?w=700&q=80') center/cover no-repeat;
    min-height: 460px;
}

.about-service-vertion4 .s5-card-main-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(45, 31, 42, 0.85) 0%, transparent 50%);
}

.about-service-vertion4 .s5-card-main-content {
    position: absolute;
    bottom: 32px;
    left: 28px;
    right: 28px;
}

.about-service-vertion4 .s5-card-main-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 12px;
}

.about-service-vertion4 .s5-card-main-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}

.about-service-vertion4 .s5-card-info {
    background: #fde8ef;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-service-vertion4 .s5-card-info-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.about-service-vertion4 .s5-card-info h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    color: #2d1f2a;
    margin-bottom: 8px;
    font-weight: 700;
}

.about-service-vertion4 .s5-card-info p {
    font-size: 12px;
    color: #8a6070;
    line-height: 1.6;
    font-weight: 300;
}

.about-service-vertion4 .s5-card-accent {
    background: #01786e;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-service-vertion4 .s5-card-accent h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.about-service-vertion4 .s5-card-accent p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.about-service-vertion4 .s5-card-accent .s5-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 12px;
}

.about-service-vertion4 .s5-card-light {
    background: #f8f4f6;
    border: 1px solid #e8dce4;
}

.about-service-vertion4 .s5-bottom-bar {
    margin-top: 40px;
    background: #2d1f2a;
    border-radius: 12px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.about-service-vertion4 .s5-bottom-bar p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    max-width: 600px;
    font-weight: 300;
}

.about-service-vertion4 .s5-cta-btn {
    flex-shrink: 0;
    background: #01786e;
    color: #fff;
    padding: 13px 28px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    white-space: nowrap;
    transition: background 0.3s;
}

.about-service-vertion4 .s5-cta-btn:hover {
    background: #c06080;
}

@media (max-width: 900px) {
    .about-service-vertion4 .s5-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-service-vertion4 .s5-card-main {
        grid-row: auto;
        grid-column: 0.3333333333;
        min-height: 280px;
    }
}

@media (max-width: 600px) {
    .about-service-vertion4 .s5-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-service-vertion4 .s5-right-info {
        text-align: left;
    }

    .about-service-vertion4 .s5-grid {
        grid-template-columns: 1fr;
    }

    .about-service-vertion4 .s5-card-main {
        grid-column: auto;
    }

    .about-service-vertion4 .s5-h {
        font-size: 30px;
    }

    .about-service-vertion4 .s5-bottom-bar {
        flex-direction: column;
        text-align: center;
    }
}
