/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

:root{
    --cl-y: #8DC24F;
    --fs-title: 5rem;
    --fs-16-18: 18px;
    --space-sticky: 8rem;
    --ff-awesome: "Font Awesome 6 Pro";
}

body{
    font-weight: 400;
    line-height: 1.6;
    font-family: "DM Sans", sans-serif;
    font-size: 1em;
    color: #1c1c1c;
    background-color: #fcfcf3;
}

p:last-of-type{
    margin-bottom: 0;
}

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }
.font-weight-900 { font-weight: 900; }

#main, #wrapper{
    background-color: #fcfcf3;
}

.row-inner-full > .col > .col-inner{
    height: 100%;
}

.row-slider .flickity-slider > .col{
    padding-bottom: 0 !important;
}

.row-clear:after{
    content: none;
}

/*===*/
.custom-button{
    display: inline-flex;
    align-items: center;
    transition: .3s;
}

.custom-button .button-text{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0.75rem 1.5rem;
    border-radius: 50rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.6;
    transition: all .3s ease;
}

.custom-button.btn-type-out .button-text{
    padding-inline: 1.875rem;
    padding-block: 1.25rem;
    line-height: 1.3125;
    border-radius: 50rem 0 50rem 50rem;
}

.custom-button.btn-type-in i{
    font-size: 16px;
}

.custom-button.btn-type-out i{
    font-size: 24px;
}

.custom-button.btn-type-out .button-icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* PRIMARY */
.custom-button.btn-color-primary .button-text{
    background:#dbf4aa;
    color:#111;
}

.custom-button.btn-color-primary .button-icon{
    background:#dbf4aa;
    color:#111;
}

/* WHITE */
.custom-button.btn-color-white .button-text{
    background:#fff;
    border: 1px solid #fff;
    color:#111;
}

.custom-button.btn-color-white:hover .button-text{
    background: #dbf4aa;
    color: #111;
    border-color: #dbf4aa;
}

.custom-button.btn-color-white.btn-type-out .button-text{
    background-color: #fffaf3;
}

.custom-button.btn-color-white.btn-type-out .button-icon{
    background:#dbf4aa;
    color:#111;
}

.custom-button.btn-color-white.btn-stroke-yes .button-text{
    background: transparent;
    color: #fff;
}



/* DARK */
.custom-button.btn-color-dark .button-text{
    background: #000;
    color: #fff;
}

.custom-button.btn-color-dark:hover .button-text{
    background: #dbf4aa;
    color: #000;
}

.custom-button.btn-color-dark.btn-type-out .button-text{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.custom-button.btn-color-dark.btn-type-out .button-icon{
    background:#111;
    color:#fff;
}

.custom-button .button-link:hover{
    opacity:.85;
}

/*===*/
.svg-clip-path {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.rounded-6{
    border-radius: 6px;
    overflow: hidden;
}

.rounded-24{
    border-radius: 24px;
    overflow: hidden;
}

.justify-content-between{
    justify-content: space-between;

}

.wpcf7-form{
    margin-bottom: 0;
}

.wpcf7 .wpcf7-spinner{
    display: none;
}

.wpcf7 .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: -1rem;
    font-size: 0.75rem;
    z-index: 1;
}

.social-icons a{
    width: 2rem;
    height: 2rem;
    min-width: unset !important;
    min-height: unset;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid #fff !important;
    padding: 0 !important;
    line-height: normal;
    font-size: 14px;
}

.social-icons a i{
    top: unset;
}

.social-icons a.is-outline{
    color: #fff;
}

/*===*/
.header-nav.header-nav-main > .menu-item > a{
    font-size: 1vw;
    font-weight: 500;
}

.mega-menu-section .ux-menu-title{
    min-height: unset;
    margin-bottom: 0.25rem !important;
    padding: 0;
    color: #333;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: unset;
}

.mega-menu-section .ux-menu-link__link{
    min-height: unset;
    font-weight: 400;
    font-size: 0.9375vw !important;
}

.mega-menu-section .ux-menu-link__link:hover{
    text-decoration: underline;
}

.header-nav.header-nav-main  .html.custom .custom-button .button-text{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
}

.html.custom .btn-call-us .button-text{
    background-color: transparent;
    border: 1px solid #000;
}

.html.custom .btn-call-us:hover .button-text{
    background-color: #000;
    color: #fff;
}

.page-template-page-transparent-header .header .header-wrapper:not(.stuck) .html.custom .btn-call-us .button-text{
    border: 1px solid #fff;
    color: #fff;
}

/*===*/
.banner-page{
    height: 25rem;
    background-color: transparent;
}

.banner-page .bg-fill{
    background-position: center bottom;
}

.banner-page .title-banner-page{
    margin: 0;
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    font-weight: 700;
    line-height: normal;
}

.rank-math-breadcrumb p{

}

/*=== Footer*/
.wrapper-footer{
    margin-inline: 1.6666666667vw;
    padding: 2.75rem 2rem 0;
    border-radius: 2.1875vw;
    background-color: #eff4e5;
}

.row-footer:after{
    content: none;
}

.footer-logo{
    width: auto;
    display: flex;
    align-items: center;
}

.footer-logo .footer-logo-text-top{
    font-size: clamp(2.0625rem, 2.34375vw, 2.8125rem);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.0142em;
}

.footer-logo .footer-logo-text-bottom{
    font-size: clamp(1.0625rem, 1.25vw, 1.5rem);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.18em;
}

.text-heading-footer h3{
    margin-bottom: 0;
    line-height: 1.05;
    font-weight: 300;
    font-size: clamp(1.875rem, 3.3333333333vw, 4rem);
}

.text-heading-footer b,
.text-heading-footer strong{
    font-weight: 700;
}

.col-footer h3{
    margin-bottom: 1rem;
}

.col-footer p{
    margin-bottom: 0.75rem;

}

.col-footer ul{

    margin-bottom: 0;

}

.col-footer ul li{

    list-style: none;

    margin-left: 0;

    margin-bottom: 0;

}

.col-footer ul li + li{

    margin-top: 0.5rem;

}

.list-label-user ul li{

    display: inline-block;

    padding: 0.25rem 1rem;

    background-color: var(--primary-color);

    border-radius: 50rem;

}

.list-info-footer ul{

    margin-bottom: 0;

}

.list-info-footer ul li{

    display: flex;

    align-items: baseline;

    gap: 0.5rem;

    margin-left: 0;

}

.col-footer .ux-menu .ux-menu-link + .ux-menu-link{

    margin-top: 0.5rem !important;

}

.col-footer .ux-menu .ux-menu-link__link{

    flex: unset;

    min-height: unset;

    padding: 0;

    transition: all .3s ease-in-out;

}

.col-footer .ux-menu .ux-menu-link__link:hover{

    transform: translateX(0.5rem);

    color: var(--cl-y) !important;

}

.social-icons.social-footer{

    display: flex;

    justify-content: center;

    gap: 0.25rem;

}

.social-icons.social-footer a{

    margin: 0;

    padding: 0.25rem;

    height: unset;

    min-width: unset;

    min-height: unset;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 0;

    color: var(--cl-y);

    font-size: 1rem;

}

.social-footer a i{

    top: 0;

    line-height: normal;

    font-size: 1rem;

}

.absolute-footer{

    display: none;

}

.back-to-top{

    width: 2.75rem;

    height: 2.75rem;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 1.25rem;

    font-weight: 700;

}

/*==== Home*/
.hero__content h1 {
    font-size: clamp(2.875rem, 5.7291666667vw, 6.875rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}


.text-heading h3{
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
}

.text-heading h1,
.text-heading h2{
    margin-bottom: 0;
    font-size: var(--fs-title);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.text-heading.small h1,
.text-heading.small h2{
    font-size: 4rem;
}

.text-heading.xsmall h1,
.text-heading.xsmall h2{
    font-size: 3rem;
}


.bagde-heading{
    width: fit-content;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    padding-block: 0.3125rem;
    padding-inline: 1rem;
    border-radius: 3.125rem;
    border: 0.0625rem dashed #1c1c1c;
}

.dark .bagde-heading{
    border-color: #fff;
    color: #fff;
}

/*===*/

.wrapper-why-choose-us > .col-inner{

    padding: 3vw 5vw;

    background: #eff4e5;

    border-radius: 45px;

}

.wrapper-why-choose-us ul li{

    font-size: clamp(1rem, 1.1458333333vw, 1.375rem) !important;

    font-weight: 700;

    list-style: none;

    margin-left: 0;

    display: flex;

    align-items: center;

    gap: 0.875rem;

}

.wrapper-why-choose-us ul li:before{

    content: "";

    display: inline-block;

    width: 1.75rem;

    height: 1.75rem;

    background-image: url('/wp-content/themes/flatsome-child/images/check-icon.svg');

    background-repeat: no-repeat;

    background-position: center center;

    background-size: contain;

}

/*===*/

.box-icon-review{

    display: flex;

    gap: 1vw;

    padding-bottom: 1.5vw;

    border-bottom: 1px solid #302F29;

}

.box-icon-review .icon{

    width: 3rem;

    height: 3rem;

}

.box-icon-review .title .main-title{

    color: #010000;

    font-size: 1.25vw;

    font-weight: 700;

    line-height: 140%;

}

.box-icon-review .box-star{

    display: flex;

    align-items: center;

    gap: 10px;

}

.box-icon-review .box-star .description{

    font-size: 0.938vw;

    font-style: normal;

    font-weight: 500;

    color: #1c1c1c;

}

/*===*/

.text.list-decorative ul{

    display: flex;

    justify-content: center;

    row-gap: 1.5rem;

    column-gap: 3.5rem;

    margin-bottom: 0;

}

.text.list-decorative ul li{

    list-style: none;

    margin: 0;

    display: flex;

    align-items: center;

    gap: 1rem;

    font-weight: 500;

    font-size: 2.5rem;

}

.text.list-decorative ul li:after{

    content: "\f061";

    font-family: var(--ff-awesome);

    font-size: 0.9375rem;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    width: 2.625rem;

    height: 2.625rem;

    border: 0.0625rem solid #fffaf3;

    border-radius: 50%;

    color: #ffffff;

}

.is-divider{

    flex: 1;

}

.project-card{
    position: relative;
}

.project-card .project-card__image{
    display: block;
    overflow: hidden;
}

.project-card .project-card__image img{
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.project-card:hover .project-card__image img{
    transform: scale(1.1);
}

.project-card .project-card__overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: ;
    padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    display: flex;
}

.project-card .project-card__content{
    flex: 1;
    color: #fff;
}

.project-card .project-card__content:hover{
    color: #dbf4aa;
    text-decoration: underline;
}

.project-card .project-card__title{
    margin-bottom: 0;
    font-weight: 700;
    font-size: clamp(1.125rem, 0.95rem + 0.8750000000000001vw, 2rem);
    line-height: 1.6;
    color: inherit;
}

.project-card .project-card__meta{
    font-weight: 400;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: 1.6;
}

.project-card .project-card__arrow{
    width: clamp(2.5rem, 2.325rem + 0.8750000000000001vw, 3.375rem);
    height: clamp(2.5rem, 2.325rem + 0.8750000000000001vw, 3.375rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #fffaf3;
    border-radius: 50rem;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    color: #fff;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.project-card .project-card__arrow i{
    transition: inherit;
}

.project-card:hover .project-card__arrow{
    border-color: #dbf4aa;
    color: #dbf4aa;
}

.project-card:hover .project-card__arrow i{
    transform: rotate(45deg);
}

.swiper-button-prev,
.swiper-button-next{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 0.0625rem solid #1c1c1c;
    color: #1c1c1c;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    font-size: 1rem;
    font-weight: 600;
}

.simple.swiper-button-prev,
.simple.swiper-button-next{
    position: unset;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
}

.simple.swiper-button-prev:after,
.simple.swiper-button-next:after{
    font-size: 0.75rem;
}

.swiper-pagination-bullet{
    background-color: #000;
}

.simple.swiper-pagination{
    position: unset;
    width: auto;
}

.text-has-img-cover{
    background-image: url('/wp-content/themes/flatsome-child/images/text-decor-bg-2.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-block: 0.625rem;
    padding-inline-start: 2.5rem;
    padding-inline-end: 2.5rem;
    margin-inline-start: -2.5rem;
    margin-inline-end: -2.5rem;
    margin-block: -0.625rem;
}

.text-has-img-cover.img-white{

    background-image: url('/wp-content/themes/flatsome-child/images/text-decor-bg-2-white.svg');

}


/*====*/
.section-decorated-col-modal{
    overflow: hidden;
}

.decorated-col-modal--type-2 .fill{
    background-color: #eff4e5;
}

.decorated-col-modal__square-top,
.decorated-col-modal__square-bottom {
    position: relative;
    z-index: 3;
    height: 10.1875rem;
}

.decorated-col-modal__square-top {
    background-color: #eff4e5;
    width: 33.3%;
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
}

@media (min-width: 47.9988em) {
    .decorated-col-modal--type-2 .decorated-col-modal__square-top {
        display: none;
    }
}

.decorated-col-modal__square-bottom {
    position: relative;
    width: 50%;
    background-color: #eff4e5;
}

@media (min-width: 47.9988em) {
    .decorated-col-modal__square-bottom {
        display: none;
    }
}

.decorated-col-modal__square-top::before,
.decorated-col-modal__square-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10.1875rem;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #fcfcf3), color-stop(50%, transparent));
    background-image: linear-gradient(to bottom left, #fcfcf3 50%, transparent 50%);
}

.decorated-col-modal__square-top::before {
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #fcfcf3), color-stop(50%, transparent));
    background-image: linear-gradient(to bottom left, #fcfcf3 50%, transparent 50%);
}

.decorated-col-modal__square-top::after,
.decorated-col-modal__square-bottom::after {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: #eff4e5;
}

.decorated-col-modal__square-top::after {
    left: 100%;
}


/*===*/
.decorated-col-modal__box {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.decorated-col-modal--type-2 .decorated-col-modal__box {

}

.decorated-col-modal__decor-lines {
    position: absolute;
    inset: 0;
    top: -18.75rem;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.decorated-col-modal__decor-lines span {
    position: absolute;
    width: 0.0625rem;
    height: 400vh;
    background-color: rgba(222, 222, 222, 0.5);
}

.decorated-col-modal__decor-lines span:nth-child(1) {
    left: 16.665%;
}

.decorated-col-modal__decor-lines span:nth-child(2) {
    left: 33.333%;
}

.decorated-col-modal__decor-lines span:nth-child(3) {
    left: 49.995%;
}

.decorated-col-modal__decor-lines span:nth-child(4) {
    left: 66.665%;
}

.decorated-col-modal__decor-lines span:nth-child(5) {
    left: 83.335%;
}

@media (max-width: 96.875em) {
    .decorated-col-modal__decor-lines span:nth-child(1) {
        left: 25%;
    }
    .decorated-col-modal__decor-lines span:nth-child(2) {
        left: 50%;
    }
    .decorated-col-modal__decor-lines span:nth-child(3) {
        left: 75%;
    }
    .decorated-col-modal__decor-lines span:nth-child(4) {
        display: none;
    }
    .decorated-col-modal__decor-lines span:nth-child(5) {
        display: none;
    }
}


.decorated-col-modal__inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5.9375rem;
    position: relative;
}


.decorated-col-modal__header,
.decorated-col-modal__item {
    flex: 0 1 33.333%;
}

.decorated-col-modal__header {
    position: relative;
    z-index: 3;
    padding-right: 1.4375rem;
    background-color: inherit;
    box-shadow: -10rem 0rem 5.375rem 0rem #fcfcf3;
}

@media (max-width: 96.875em) {
    .decorated-col-modal__header {
        flex: 1 1 auto;
    }
}

.decorated-col-modal--type-2 .decorated-col-modal__header {
    box-shadow: -10rem 0rem 5.375rem 0rem #eff4e5;
}


/*===*/
.decorated-col-modal__item {
    display: flex;
    align-items: center;
}

@media (max-width: 96.875em) {
    .decorated-col-modal__item {
        flex: 1 1 50%;
    }
}

.decorated-col-modal__item a:not(.decorated-col-modal__item-capture) {
    display: block;
    position: relative;
    border: 0.0625rem solid #efefea;
    width: 50%;
    height: 12.9375rem;
    background-color: #ffffff;
}

.decorated-col-modal__item a:not(.decorated-col-modal__item-capture) img {
    position: absolute;
    inset: 0.625rem;
    width: calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
    object-fit: cover;
    transition: all 0.4s ease 0s;
}

@media (any-hover: hover) {
    .decorated-col-modal__item a:not(.decorated-col-modal__item-capture):hover img {
        transform: scale(1.05);
    }
}

.decorated-col-modal__item-content {
    width: 50%;
    padding-inline: 2rem;
}

@media (max-width: 112.5em) {
    .decorated-col-modal__item-content {
        padding-inline: 1rem;
    }
}

.decorated-col-modal__item-capture {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.1;
    color: #1c1c1c;
    letter-spacing: -0.02em;
    word-break: break-all;
}

@media (max-width: 100em) {
    .decorated-col-modal__item-capture {
        font-size: 1.875rem;
    }
}

.decorated-col-modal__item-content ul{
    list-style: none;
    margin-bottom: 0;
}

.decorated-col-modal__item-content ul li {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.25rem;
    line-height: 1.1;
}

.decorated-col-modal__item-content li:not(:last-child) {
    margin-bottom: 0.5rem;
}



/*=====*/
.content-list__main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
    max-width: 77.625rem;
}

.content-list__main .icon-box{
    width: 40%;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.25rem;
    line-height: 160%;
}

.content-list__main .icon-box .icon-box-img{
    flex-shrink: 0;
    width: 4rem !important;
    height: 4rem;
}

.content-list__main .icon-box h3{
    margin-bottom: 0.375rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.1;
}

.content-list__decor-el{
    position: absolute;
    top: 0;
    right: 0;
}



/*===*/
.cards-map__inner {
    display: grid;
    grid-template-columns: clamp(40.625rem, 40.4166666667vw, 48.5rem) 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 
        "header map"
        "main map";
    column-gap: 4.0625vw;
    row-gap: clamp(2.6875rem, 2.7604166667vw, 3.3125rem);
}

.cards-map__header {
    grid-area: header;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.3020833333vw, 1.5625rem);
}

@media (min-width: 78.125em) {
    .cards-map__header {
        width: 100%;
        max-width: 44.6875rem;
    }
}

.cards-map__header h2 {
    font-size: clamp(2.3rem, 2.5vw, 3rem) !important;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.cards-map__main {
    grid-area: main;
    display: flex;
    flex-direction: column;
    gap: clamp(1.875rem, 2.5vw, 3rem);
}

.cards-map__map {
    grid-area: map;
    position: relative;
    overflow: hidden;
    border-radius: clamp(0.6875rem, 1.0416666667vw, 1.25rem);
    min-height: clamp(22.375rem, 33.9583333333vw, 40.75rem);
}

.cards-map__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(1rem, 2.5vw, 3rem);
    margin-top: clamp(-0.5rem, -0.625vw, -0.75rem);
    position: relative;
}

.cards-map__cards::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.125rem;
    z-index: 4;
    background-color: #ffffff;
}

.cards-img-btn__item {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 1rem;
    border-bottom: 0.0625rem solid #d9d9d9;
    padding-bottom: 2rem;
}

.cards-img-btn__item-img {
    position: relative;
    border-radius: 1rem;
    height: 17.5rem;
    width: 100%;
    overflow: hidden;
}

.cards-img-btn__item-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.7s ease;
}

.cards-img-btn__item:hover .cards-img-btn__item-img img {
    transform: scale(1.05);
}

.cards-img-btn__item-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6875rem;
    flex: 1 1 auto;
}

.cards-img-btn__item-capture {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #1c1c1c;
}

.cards-img-btn__item-main i {
    flex: 0 0 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbf4aa;
    border-radius: 50%;
    font-size: 1rem;
    color: #1c1c1c;
    transition: all 0.3s ease;
}

.cards-img-btn__item:hover i {
    background-color: #1c1c1c;
    color: #ffffff;
}


.map-location{
    height: 100%;
}

.map-location iframe{
    width: 100%;
    height: 100%;
    border-radius: clamp(0.6875rem, 1.0416666667vw, 1.25rem);
    overflow: hidden;
}


/*==== cũ*/
.service-location{
    display: flex;
    align-items: center;
    gap: clamp(1rem, 1.4583333333vw, 1.75rem);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.0625rem solid #d9d9d9;
}

.service-location .box-image{
    width: 100px;
    border-radius: 1rem;
}

.service-location .box-text{
    flex: 1;
    padding: 0;
}

.service-location .box-text-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.125rem;
    width: 100%;
}

.service-location .title,
.service-location .title h3{
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #1c1c1c;
}

.service-location .icon{
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #dbf4aa;
    border-radius: 50%;
    color: #1c1c1c;
    transition: all 0.3s ease 0s;
}

.service-location:hover .icon{
    background-color: #1c1c1c;
    color: #ffffff;
}



/*===*/
.partner-review .swiper-slide{

    display: flex;

    justify-content: center;

    flex-direction: column;

    align-items: center;

    padding-inline: clamp(8.75rem, 9.1145833333vw, 10.9375rem);

}

.partner-review .swiper-slide .img .img-inner img{

    object-fit: contain;

}

.partner-review .text-review{

    margin-bottom: 2.5rem;

    font-weight: 500;

    font-size: 4rem;

    line-height: 1.05;

    letter-spacing: -0.05em;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    line-clamp: 3;

    -webkit-box-orient: vertical;

}

.partner-review .icon-box{

    width: auto;

}

.partner-review .icon-box .icon-box-text{

    max-width: 12.9375rem;

    font-size: 1.125rem;

    line-height: 1.4;

}

.partner-review .icon-box .icon-box-text h3{

    margin-bottom: 0;

    font-weight: 700;

    font-size: 1.25rem;

    line-height: 1.6;

}

/*===*/

.media-content{

    height: clamp(43.75rem, 52.0833333333vw, 62.5rem);

    position: relative;

}

.media-content video{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

/*===*/

.icon-step-consultation{

    position: relative;

}

.icon-step-consultation .icon-box-text{

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 1rem;

}

.icon-step-consultation .icon{

    width: 4rem;

    height: 4rem;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: #dbf4aa;

    border-radius: 50%;

    font-weight: 500;

    font-size: 3rem;

    line-height: 1.1;

    position: relative;

}

.icon-step-consultation:first-child:not(:last-child) .icon::before {

    content: "";

    position: absolute;

    z-index: -2;

    left: calc(100% + 2.25rem);

    width: 100vw;

    height: 0.125rem;

    top: 50%;

    border-top: 0.0625rem dashed #1c1c1c;

}

.icon-step-consultation:last-child .icon {

    background: red !important;

}

.icon-step-consultation:last-of-type .icon::before {

    content: "";

    position: absolute;

    z-index: 3;

    top: calc(50% - 0.3125rem);

    left: calc(100% + 2.25rem);

    width: 100vw;

    height: 34px;

    background-color: #eff4e5;

}

.icon-step-consultation .icon:after{

        content: "";

        position: absolute;

        top: calc(50% - 0.125rem);

        height: 0.25rem;

        z-index: -2;

        background-color: #eff4e5;

        left: -2.25rem;

        right: -2.25rem;

        width: calc(100% + 4.5rem);

}

.icon-step-consultation .content{
    max-width: 11.875rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.02em;

}

/*===*/
.text-columns__item--decor{
    padding-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.6;
}

.text-columns__item--decor:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0.0625rem;
    width: 6.5625rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.95%, rgba(0, 0, 0, 0)), color-stop(47.03%, #000), color-stop(96.67%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -0.95%, #000 47.03%, rgba(0, 0, 0, 0) 96.67%);

}

.text-columns__item--decor h3{
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}



/*==============================================================================================================*/
.post-type-archive-floor_plans #main,
.post-type-archive-floor_plans #wrapper {
     background-color: #fff; 
}

.floor-side__main > h2 {
    font-size: 1.5rem;
    font-weight: 700;
}


.floor-side__item + .floor-side__item{
    margin-top: 1rem;
}

.floor-side__item{
    padding: 0.75rem 0.5rem 0.5rem;
    flex-direction: column;
    gap: 0.5rem;
    background-color: #fcfcf3;
    border-radius: 1.5rem;
}

.floor-side__item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 0.5rem;
    padding: 0 0.75rem;
}

.floor-side__main .floor-side__item-main{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.08);
}


.floor-side__main .floor-side__item-radios{
    display: flex;
    padding: 0.3125rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid #cbcbcb;
}

.floor-side__item-radio{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin:0;
    padding: 0.25rem 0.5rem;
    border-radius: 50rem;
    min-height: 1.875rem;
    border: 0.0625rem solid transparent;
    cursor: pointer;
}

.floor-side__item-radio:has(:checked){
    background:#d9e8b6;
}

.floor-side__item-radio input{
    display: none;
}

.floor-side__item-radio span{
    border-radius: 3.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1c1c1c;
}


.floor-side__item-range{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.625rem;
}

.floor-side__item-range-input{
    flex: 1 1 100%;
}

.irs--round .irs-bar {
    background-color: #7d9d3d;
}

.irs--round .irs-max, .irs--round .irs-min {
    display: none !important;
}

.irs--round .irs-handle {
    width: 1rem;
    height: 1rem;
    top: 1.8125rem !important;
    border-color: #fff;
    background-color: #7d9d3d;
    border-width: 0.125rem;
    transition: box-shadow 0.3s ease;
}

.irs--round .irs-handle:hover {
    box-shadow: 0 0 0.0625rem 0.25rem rgba(125, 157, 61, 0.3);
    border-color: #fff !important;
    background-color: #7d9d3d !important;
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to{
    background-color: rgba(0, 0, 0, 0.6);
    padding-inline: 0.3125rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.1;
}

.irs--round .irs-from::before,
.irs--round .irs-single::before,
.irs--round .irs-to::before{
    bottom: initial;
    top: 100%;
    margin: 0;
    transform: translateX(-50%);
    border: 0.5rem solid transparent;
    border-top-color: rgba(0, 0, 0, 0.6);
}

.floor-side__item-rangle-value {
    font-size: 0.875rem;
    color: #1c1c1c;
    line-height: 1.6;
    font-weight: 400;
    overflow: hidden;
}

.floor-side__item-buttons{
    display: flex;
}

.floor-side__item-buttons button{
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 400;
    border: none;
    min-height: unset;
    line-height: normal;
}


.floor-side__item-buttons button.floor-side__item-apply{
    display: none;
}

.floor-side__item-buttons button.floor-side__item-reset{
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-left: auto;
    color: #7d9d3d;
    text-decoration: underline;
}


.floor-side__main .floor-side__item-radios--add{
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    row-gap: 1.5rem;
    border: none;
}

.floor-side__main .floor-side__item-radio--add{
    min-height: 2.5rem;
    border: 0.0625rem solid #cbcbcb;
}



.floor-plans__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 4.6875vw;
    row-gap: 1.25rem;
    padding-top: 2.375rem;
    margin-bottom: 2.5rem;
}

.floor-plans__sort {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.floor-plans__sort-type {
    display: flex;
    flex-wrap: wrap;
    padding: 0.3125rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid #cbcbcb;
    min-width: 18.75rem;
}

.floor-plans__sort-type label {
    flex: 1 1 auto;
    min-width: 7.7083333333vw;
    margin: 0;
    padding-block: 0.25rem;
    padding-inline: 0.5rem;
    border-radius: 0.9375rem;
    min-height: 1.875rem;
    border: 0.0625rem solid transparent;
    font-weight: 400;
}

.floor-plans__sort-type label:has(input[type="radio"]:checked) {
    background-color: #e3f2c7;
}

.floor-plans__sort-type label input[type=radio],
.floor-plans__sort-type label input[type=checkbox] {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    padding: 0;
}

.floor-plans__sort-type label span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 3.125rem;
    line-height: 1.6;
    color: #1c1c1c;
    font-size: 0.875rem;
    background-color: transparent !important;
}

.floor-plans__sortby-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 2.5625rem;
    border: 0.0625rem solid #dedede;
    margin: 0;
    padding-inline: 1.5rem;
    border-radius: 1.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floor-plans__sortby-btn p{
    font-size: 1rem;
    font-weight: 500;
}

.floor-plans__sortby{
    position: relative;
}

@media (min-width: 63.9988em) {
    .floor-plans__sortby {
        padding-bottom: 0.625rem;
        margin-bottom: -0.625rem;
    }
}

.floor-plans__sortby-main {
    background-color: #fff;
    border-radius: 1.5rem;
    padding-top: 1.375rem;
    padding-inline: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.375rem;
    z-index: 255;
}

.floor-plans__sortby-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.floor-plans__sortby-header p {
    line-height: 1.1;
    font-weight: 600;
    font-size: 1.75rem;
}

.floor-plans__sortby-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.1875rem;
    margin-right: -0.125rem;
}

.floor-plans__sortby-close img {
    width: 0.75rem;
}

.floor-plans__sortby-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.125rem;
}

.floor-plans__sortby-list label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 1.5rem;
    margin: 0;
    font-weight: 400;
}

.floor-plans__sortby-list label::after,
.floor-plans__sortby-list label::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0625rem solid #d4d4d4;
    border-radius: 50%;
}

.floor-plans__sortby-list label::after {
    background-image: url('/wp-content/themes/flatsome-child/images/check.svg');
    background-repeat: no-repeat;
    background-size: 0.625rem;
    background-position: center center;
    background-color: #7d9d3d;
    opacity: 0;
}

.floor-plans__sortby-list label:has(:checked)::after {
    opacity: 1;
}

.floor-plans__sortby-list label input[type=radio],
.floor-plans__sortby-list label input[type=checkbox] {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
}

.floor-plans__sortby-list label span {
    font-size: 1rem;
    background-color: transparent !important;
}

.floor-plans__selected-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.floor-plans__selected-types-item {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 0.3125rem;
    margin: 0;
    padding-block: 0.3125rem;
    padding-left: 1rem;
    padding-right: 0.75rem;
    min-height: 2.5rem;
    border: 0.0625rem solid #cbcbcb;
    border-radius: 1.25rem;
    font-weight: 400;
    line-height: normal;
}

.floor-plans__selected-types-item > * {
    font-size: 1rem;
}

.floor-plans__selected-types-item strong {
    font-weight: 600;
}

.floor-plans__selected-types-item img {
    margin-inline: 0.25rem;
    width: 0.53125rem;
}

@media (min-width: 63.9988em) {
    .floor-plans__sortby-main {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 24.375rem;
        -webkit-box-shadow: 0 0 0.875rem 0.375rem rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0.875rem 0.375rem rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .floor-plans__sortby-header {
        display: none;
    }

    .floor-plans__side-switcher {
        display: none;
    }

    .floor-plans__sort-view {
        display: none;
    }

    .floor-plans__sort-apply {
        display: none;
        margin-left: auto;
    }

}

@media (min-width: 63.9988em) and (any-hover: hover) {
    .floor-plans__sortby:hover .floor-plans__sortby-main {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}


.floor-card {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #fcfcf3;
    border-radius: clamp(1.5rem, 1.4583333333vw, 1.75rem);
}

.floor-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    gap: 1.3125rem;
    margin: clamp(0.4375rem, 0.7291666667vw, 0.875rem);
    margin-bottom: 1.25rem;
}

.floor-card__top {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.1875rem;
    padding-top: 0.25rem;
    padding-bottom: clamp(3rem, 2.7604166667vw, 3.3125rem);
}

.floor-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding-left: 0.375rem;
}

.floor-card__label {
    display: flex;
    align-items: center;
    min-width: 10.125rem;
    padding: 0.125rem 0.5rem;
    gap: 0.5rem;
    min-height: 1.75rem;
    border-radius: 0.875rem;
    background-color: #E4F2C7;
    color: #000;
}

.floor-card__label img {
    width: 0.75rem;
    height: 0.75rem;
    object-fit: cover;
    position: static;
    transform: none;
    filter: brightness(0) saturate(100%);
}

.floor-card__label p {
    font-size: clamp(0.875rem, 0.7291666667vw, 0.875rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 0.125rem;
}

.floor-card__favorite {
    position: relative;
    z-index: 5;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.floor-card-gallery-slider {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f5f5f5;
}

.floor-card-gallery-slider .swiper-button-prev,
.floor-card-gallery-slider .swiper-button-next {
    color: #003f20 !important;
    background: white !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-color: #fff;
}

.floor-card-gallery-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.floor-card-gallery-slider .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.floor-card-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floor-card-gallery__slide.loading img {
    opacity: 0;
}

.floor-card__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.floor-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-inline: 0.4375rem;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
}

.floor-card__content h3,
.floor-card__content a {
    margin-bottom: 0;
    line-height: 1.1;
    letter-spacing: -0.0338125rem;
    font-weight: 600;
    font-size: clamp(1.25rem, 1.40625vw, 1.6875rem);
    color: #000;
}

.floor-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4375rem;
}

.floor-card__cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(0.375rem, 0.4166666667vw, 0.5rem);
}


.floor-card__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
    -webkit-padding-end: clamp(0.625rem, 0.625vw, 0.75rem);
    padding-inline-end: clamp(0.625rem, 0.625vw, 0.75rem);
}

.floor-card__cat img {
    width: 1.25rem;
}

.floor-card__cat p {
    line-height: 1.1;
    font-size: clamp(0.8125rem, 0.8333333333vw, 1rem);
}



.floor-plans-hero__main{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.0625rem, 0.5208333333vw, 0.625rem);
    font-size: clamp(3.75rem, 11.6666666667vw, 14rem);
    font-weight: 400;
    line-height: 1.05;
}


/*====*/
.site-accordion__header{
    width: 100%;
    max-width: 62.5rem;
    margin-inline: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.125rem;
}

.site-accordion__header p {
    width: 100%;
    max-width: 35rem;
    margin-inline: auto;
}

.site-accordion__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-top: 3.375rem;
    padding-bottom: 4.125rem;
    position: relative;
}

.site-accordion__grid::before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: 1.5rem;
    height: 100%;
    background-color: #eff4e5;
    z-index: -1;
    border-radius: 13.125rem 13.125rem 0px 13.125rem;
}

.site-accordion__grid.columns-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-top: 3.375rem;
    padding-bottom: 4.125rem;
    position: relative;
}

.site-accordion__item {
    background-color: #fcfcf3;
    border-radius: 1.5rem;
    border: 0.0625rem solid #1c1c1c;
}

.site-accordion__item-header {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
}

.site-accordion__item-header img {
    width: 4rem;
}

.site-accordion__item-header span {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.site-accordion__item-header i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    background-color: #ffffff;
    box-shadow: 0 0 0.0625rem 0.0625rem #1c1c1c;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    font-size: 1rem;
}

.is-active .site-accordion__item-header i {
    color: #ffffff;
    background-color: #1c1c1c;
}

.site-accordion__item-text {
    display: none;
    padding-bottom: 2.5rem;
    margin-top: -1.25rem;
    width: 100%;
    max-width: 30rem;
}

@media (min-width: 63.9988em) {
    .site-accordion__item-text {
        padding-left: 6.25rem;
    }
}



.calculator__form form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
}


.calculator__form .calculator__form-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.875rem;
}

.calculator__form .calculator__form-item label {
    margin-bottom: 0;
    color: #1c1c1c;
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.calculator__form-item-inner {
    position: relative;
}

.calculator__form .calculator__form-item span {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.calculator__form .calculator__form-item input{
    width: 100%;
    margin: 0;
    border-radius: 6.25rem;
    border: 0.0625rem solid #1c1c1c;
    padding-inline: 1rem;
    padding-block: 0.8125rem;
    padding-left: 2.0625rem;
    color: #1c1c1c;
    font-size: 1rem;
    height: unset;
}

.calculator__form .calculator__form-item span {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.calculator__form .calculator__form-item .error {
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 0;
    font-size: 0.75rem;
    color: #ce1b0b;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

.calculator-result {
    background-color: #eff4e5;
    padding-inline: 2.5rem;
    padding-bottom: 2.625rem;
    padding-top: 3rem;
    border-radius: 3.3125rem;
}

.calculator-result__top{
    text-align: center;
    margin-bottom: 2.0625rem;
}

.calculator-result__top span:not(p > span) {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.calculator-result__monthly-payment {
    width: 61%;
    margin: auto;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.05;
    color: #ab5212;
}

.calculator-result__progress {
    height: 0.375rem;
    border-radius: 0.375rem;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}


.nna_da {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.calculator-result__main{
    margin-bottom: 2rem;
}

.calculator-result__main-item + .calculator-result__main-item{
    margin-top: 1rem;
}

.calculator-result__main-item{
    background-color: #fcfcf3;
    padding: 1.125rem 1.5rem;
    border-radius: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.875rem;
}

.calculator-result__main-item p:first-child {
    position: relative;
    font-size: 1.125rem;
    margin: 0;
    padding-left: 1.5rem;
}

.calculator-result__main-item p:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #1c1c1c;
}

.calculator-result__main-item p:nth-child(2) {
    font-weight: 500;
    font-size: 1.375rem;
    letter-spacing: -0.04em;
    color: #1c1c1c;
}


.tip__img {
    position: relative;
    overflow: hidden;
    border-radius: clamp(1.25rem, 1.25vw, 1.5rem);
}

.tip__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tip__content > h2 {
    margin-bottom: 0;
    font-size: clamp(1.75rem, 2.5vw, 3rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.tip__user {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.tip__user-media {
    position: relative;
    width: clamp(5.5rem, 6.25vw, 7.5rem);
    height: clamp(5.5rem, 6.25vw, 7.5rem);
}

.tip__user-dec {
    position: absolute;
    bottom: -10%;
    inset-inline-end: -10%;
}

.tip__user-dec img {
    width: clamp(2.5rem, 2.5vw, 3rem);
    height: clamp(2.5rem, 2.5vw, 3rem);
}

.tip__user-main {
    display: flex;
    flex-direction: column;
}

.tip__user-main p {
    font-size: clamp(1.25rem, 1.25vw, 1.5rem);
    font-weight: 600;
}

.tip__user-main span {
    font-size: clamp(1rem, 0.9375vw, 1.125rem);
}

.tip__text {
    line-height: 1.6;
    font-size: 1.125rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(1.125rem, 1.25vw, 1.5rem);
}


/*===*/
.sliders-gallery__slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.sliders-gallery__slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: clamp(18.75rem, 20.8333333333vw, 25rem);
}

.sliders-gallery__slider:nth-child(2){
    direction: rtl !important;
}

.box-image-gallery{
    display: flex;
    flex-direction: column;
    gap: clamp(0.375rem, 0.8333333333vw, 1rem);
}

.box-image-gallery .box-image{
    width: 100%;
    border-radius: clamp(0.875rem, 1.25vw, 1.5rem);
}

.box-image-gallery .box-image .image-cover{
    height: clamp(16.75rem, 18.833333vw, 17rem) !important;
}

.box-image-gallery .box-text{
    padding: 0;
    text-align: left;
    line-height: 1.2;
    font-weight: 500;
    font-size: clamp(0.875rem, 1.25vw, 1.5rem);
}



/*==================*/
.faq-acc__inner {
    width: 100%;
    max-width: 98.25rem;
    margin-inline: auto;
    display: grid;
    justify-content: space-between;
    align-items: start;
    grid-template-areas: 
        "main acc"
        "actions acc";
}

@media (min-width: 63.9988em) {
    .faq-acc__inner {
        grid-template-columns: minmax(18.75rem, 42.5rem) minmax(18.75rem, 41.625rem);
        grid-template-rows: auto 1fr;
        column-gap: 3.75rem;
    }
}

.faq-acc__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: main;
    margin-bottom: 3rem;
}

.faq-acc__actions {
    grid-area: actions;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
}

.faq-acc__actions span.button-text{
    border: 1px solid #1c1c1c !important;
}

.faq-acc__img .img-inner{
    border-radius: 1rem;
}

.faq-acc__acc{
    grid-area: acc;
    background-color: transparent;
    padding: 0;
}


/*===*/
.block-accordion__item{
    padding: 1.5rem 0;
}

.block-accordion__item:not(:last-child) {
    border-bottom: 0.0625rem solid #1c1c1c;
}

.block-accordion__item button{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.block-accordion__item button span{
    flex: 1;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: left;
}

.block-accordion__item button i {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0.0625rem solid black;
    transition: all 0.1s ease 0s;
    font-size: 1.125rem;
}

.block-accordion__item.is-active button i{
    transform: rotate(-180deg);
}

.block-accordion__text{
    max-width: 35.3125rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    font-size: 1.125rem;
}

.faq .block-accordion__item button span,
.section-faq-acc .block-accordion__item button span{
    margin-bottom: 1.625rem;
}

.faq .block-accordion__item button i ,
.section-faq-acc .block-accordion__item button i{
    background-color: #dbf4aa;
    border-color: #dbf4aa;
}



/*===*/
.content-steps-dec__content {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    margin-bottom: 5.5rem;
}

.content-steps-dec__content .text:last-of-type{
    flex: 0 1 37.3125rem;
}

.steps-dec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.steps-dec__item {
    position: relative;
}

.steps-dec__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 2.625rem;
    left: calc(5.25rem + 3.125vw);
    width: 62%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #1c1c1c), color-stop(0%, #fcfcf3));
    background-image: linear-gradient(to right, #1c1c1c 35%, #fcfcf3 0%);
    background-size: 0.8125rem 0.0625rem;
    background-repeat: repeat-x;
    height: 0.125rem;
}

.steps-dec__item-progress-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 5.25rem;
    height: 5.25rem;
}

@media (min-width: 63.9988em) {
    .steps-dec__item-progress-wrap {
        margin-bottom: 2.6875rem;
    }
}

.steps-dec__item-progress-wrap svg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    transform: rotate(-90deg);
}

.steps-dec__item-bg {
    fill: none;
    stroke: #f1f1f1;
    stroke-width: 2;
}

.steps-dec__item-progress {
    fill: none;
    stroke: #fcfcf3;
    stroke: #dbf4aa;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    stroke-linecap: square;
    stroke-width: 4.6;
    -webkit-transition: stroke-dashoffset 1s ease-in-out;
    transition: stroke-dashoffset 1s ease-in-out;
}

.steps-dec__item-progress-wrap p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.375rem;
    border-radius: 50%;
    background-color: #dbf4aa;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 1.6875rem;
    line-height: 1.1;
    color: #1c1c1c;
}

.steps-dec__item-content {
    width: 100%;
}

.steps-dec__item-content h3{
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: #1c1c1c;
    margin-bottom: 1rem;
}

.steps-dec__item-content p:not(.steps-dec__item-capture) {
    font-size: 1.125rem;
}

.content-steps-dec__actions {
    text-align: center;
    margin-top: 5.3125rem;
}



/*===*/
.sticky-bar {
    position: sticky;
    z-index: 200;
    top: calc(100dvh - clamp(3.75rem, 5.8333333333vw, 7rem));
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border: 0.25rem solid #fff;
    padding: 0.3125rem;
    padding-left: 1.5rem;
    margin-bottom: clamp(0.5rem, 0.8333333333vw, 1rem);
    min-height: 3.5rem;
    -webkit-box-shadow: 0 -0.1875rem 0.90625rem 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 -0.1875rem 0.90625rem 0 rgba(0, 0, 0, 0.07);
    -webkit-backdrop-filter: blur(1.75rem);
    backdrop-filter: blur(1.75rem);
}

@media (min-width: 47.9988em) {
    .sticky-bar {
        border-radius: 4.375rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.sticky-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1rem, 3.3854166667vw, 4.0625rem);
}


.sticky-bar__main {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 1.25vw, 1.5rem);
}

.sticky-bar__main a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: transform 0.6s ease;
}

@media (any-hover: hover) {
    .sticky-bar__main a:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0.25rem 0.125rem rgba(125, 157, 61, 0.3);
        box-shadow: 0 0 0.25rem 0.125rem rgba(125, 157, 61, 0.3);
    }
}

.sticky-bar__main a img {
    width: 1.5rem;
    will-change: transform;
}

.sticky-bar__main span {
    display: flex;
    width: 0.09375rem;
    height: 1.1875rem;
    background-color: #e7e7e7;
}

.sticky-bar__link {
    min-height: clamp(2.5rem, 2.5vw, 3rem);
}



/*====================*/
.floor-inner-hero__inner {
    width: 100%;
    max-width: 106.6875rem;
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    align-items: start;
    grid-template-columns: clamp(33.75rem, 46.71875vw, 56.0625rem) 1fr;
    gap: 6.7708333333vw;
}

@media (min-width: 63.9988em) {
    .mobile_here {
        display: none !important;
    }
}


.floor-inner-hero__slider-swrap {
    position: relative;
    border-radius: clamp(1.5rem, 2.5vw, 3rem);
    background-color: #fff;
    isolation: isolate;
    padding-top: clamp(0.875rem, 1.8229166667vw, 2.1875rem);
    padding-inline: clamp(0.875rem, 2.3958333333vw, 2.875rem);
    padding-bottom: clamp(0.875rem, 0.9895833333vw, 1.1875rem);
    display: flex;
    flex-direction: column;
    gap: clamp(1.125rem, 1.1979166667vw, 1.4375rem);
    justify-content: center;
    justify-items: center;
    min-width: 0;
}

.floor-hero-slider__slider{
    width: 100%;
}

.floor-hero-slider__slider-controls {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding-top: clamp(1.125rem, 2.7604166667vw, 3.3125rem);
}

.floor-inner-hero__slider-swrap .floor-hero-slider__slider-controls .swiper-button-prev,
.floor-inner-hero__slider-swrap .floor-hero-slider__slider-controls .swiper-button-next{
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background-color: #f1f1e4;
}


.floor-inner-hero__slider-cats {
    margin-inline: auto;
}

.floor-inner-hero__slider-cats {
    position: relative;
    user-select: none;
    margin-bottom: 20px;
}

.floor-inner-hero__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-width: 20rem;
    padding: 0.25rem 1rem 0.25rem 0.25rem;
    border: 1px solid #e0e0e0;
    border-radius: 50rem;
    cursor: pointer;
}

.floor-inner-hero__button .dropdown-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(2.1875rem, 2.34375vw, 2.8125rem);
    height: clamp(2.1875rem, 2.34375vw, 2.8125rem);
    border-radius: 50%;
    background: #e3f2c7;
}

.floor-inner-hero__button .selected-text-container {
    flex: 1;
    font-weight: 500;
}
.floor-inner-hero__button .dropdown-icon-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
}

.floor-inner-hero__button .dropdown-icon-2 img:last-child {
    display: none;
}

.floor-inner-hero__slider-cats.is-open .dropdown-icon-2 img:first-child {
    display: none;
}

.floor-inner-hero__slider-cats.is-open .dropdown-icon-2 img:last-child {
    display: block;
}

.floor-inner-hero__menu {
    display: none;
    position: absolute;
    bottom: 110%;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0.5rem;
    background: #fff;
    border: 0.0625rem solid #cbcbcb;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-height: 400px;
    overflow-y: auto;
}

.floor-inner-hero__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.floor-inner-hero__menu li {
    margin-bottom: 0;
    padding: 12px 16px;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}

.floor-inner-hero__menu li:last-child {
    border-bottom: none;
}

.floor-inner-hero__menu li:hover, 
.floor-inner-hero__menu li.is-active {
    background: #f9f9f9;
    color: #000;
}



.floor-inner-hero__header h1 {
    margin-bottom: 0;
    font-size: clamp(1.75rem, 3.125vw, 3.75rem);
    line-height: 1.05;
    font-weight: 700;
    color: #1c1c1c;
    letter-spacing: -0.05em;
}


.floor-inner-hero__header {
    display: flex;
    flex-direction: column;
    gap: clamp(0.375rem, 0.625vw, 0.75rem);
    margin-bottom: clamp(0.5625rem, 1.25vw, 1.5rem);
}

.floor-inner-hero__header p {
    font-size: 1.125rem;
    line-height: 1.6;
}

.floor-inner-hero__includes {
    display: flex;
    flex-direction: column;
    gap: clamp(0.25rem, 0.5208333333vw, 0.625rem);
    margin-bottom: 2.25rem;
}

.floor-inner-hero__includes > p {
    font-size: clamp(1rem, 0.9375vw, 1.125rem);
}

.floor-inner-hero__includes ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(0.375rem, 0.625vw, 0.75rem);
    margin-bottom: 0;
}

.floor-inner-hero__includes li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0;
    padding-inline: 0.75rem;
    min-height: clamp(1.375rem, 1.5104166667vw, 1.8125rem);
    background-color: #eff4e5;
    border-radius: clamp(0.6875rem, 0.7291666667vw, 0.875rem);
}

.floor-inner-hero__includes li img {
    width: clamp(0.8rem, 0.4947916667vw, 0.59375rem);
}

.floor-inner-hero__includes li span {
    font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
}


.floor-inner-hero__cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.84375rem, 0.703125vw, 0.84375rem);
    row-gap: clamp(1rem, 0.8333333333vw, 1rem);
    margin-bottom: clamp(1.5625rem, 1.9791666667vw, 2.375rem);
    overflow: hidden;
    position: relative;
}

.floor-inner-hero__cats::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #fffaf3;
}

.floor-inner-hero__cat {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 0.5729166667vw, 0.6875rem);
    position: relative;
}

@media (min-width: 63.9988em) {
    .floor-inner-hero__cat {
        min-height: 2.9375rem;
    }
}

.floor-inner-hero__cat::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    height: 0.0625rem;
    inset-inline-start: 0;
    width: calc(100% + 0.84375rem);
    background-color: #d8d8c1;
}

.floor-inner-hero__cat img {
    width: 1.375rem;
    height: 1.375rem;
}

.floor-inner-hero__cat p {
    font-weight: 500;
    font-size: 1.03125rem;
}

.floor-inner-hero__sale {
    border-radius: 1rem;
    background-color: #f1f1e4;
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 1.875vw, 2.25rem);
    padding-block: clamp(0.5625rem, 1.25vw, 1.5rem);
    padding-inline: clamp(0.75rem, 1.1979166667vw, 1.4375rem) clamp(1.5rem, 1.6666666667vw, 2rem);
    margin-bottom: 1.5rem;
}

.floor-inner-hero__sale-img img {
    width: clamp(4.8125rem, 7.34375vw, 8.8125rem);
}

.floor-inner-hero__sale-main {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.floor-inner-hero__sale-main > p {
    font-weight: 500;
    font-size: clamp(1.25rem, 1.3020833333vw, 1.5625rem);
    letter-spacing: -0.02em;
}

.floor-inner-hero__sale-tooltip {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.floor-inner-hero__sale-tooltip > p {
    color: rgba(28, 28, 28, 0.8);
    font-size: clamp(1rem, 0.9375vw, 1.125rem);
}


.floor-inner-hero__actions {
    display: flex;
    align-content: center;
    gap: clamp(1.75rem, 1.875vw, 2.25rem);
    padding-inline-end: clamp(1.5625rem, 2.4479166667vw, 2.9375rem);
    margin-bottom: clamp(1.125rem, 2.1354166667vw, 2.5625rem);
}

.floor-inner-hero__actions .custom-button{
    width: 100%;
}


.btn--toggle-fav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn--toggle-fav__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
}

.btn--toggle-fav__text {
    color: #1c1c1c;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
    font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
    transition: all 0.3s ease;
    font-weight: 500;
}


.site-readmore {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.site-readmore__btn {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    order: 1;
    margin: 0;
    padding: 0;
    min-height: unset;
    line-height: normal;
}

.site-readmore__btn span {
    font-weight: 500;
    font-size: clamp(1rem, 0.9375vw, 5.0625rem);
}

.site-readmore__btn i {
    transition: transform 0.3s ease;
}

.site-readmore.is-expanded .site-readmore__btn i {
    transform: rotate(-180deg);
}

.site-readmore__content {
    position: relative;
    overflow: hidden;
    max-height: 120px;
    transition: max-height 0.4s ease;
}

.site-readmore__content.no-fade::after {
    display: none;
}

.site-readmore__content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.site-readmore.is-expanded .site-readmore__content {
    max-height: 2500px;
}

.site-readmore.is-expanded .site-readmore__content::after {
    opacity: 0;
}

.floor-inner-hero__description h3{
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 600;
}


/*====*/
.site-tooltip {
    position: relative;
}

.site-tooltip__btn {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.site-tooltip__btn img {
    width: 1rem;
}

.site-tooltip__text {
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0.625rem;
    width: 12.5rem;
    border-radius: 0.375rem;
    padding: 0.25rem 0.375rem;
    background-color: #fffaf3;
    box-shadow: 0 0 0.75rem 0.25rem rgba(0, 0, 0, 0.4);
    font-size: 0.8125rem;
    color: #000;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.site-tooltip__text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #fffaf3 transparent transparent transparent;
}

.site-tooltip:focus-within .site-tooltip__text,
.site-tooltip__btn.show .site-tooltip__text {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}



/*====*/
.hero-bg-image--type-2 h1{
    font-size: 6.875rem;
    line-height: 1.05;
    letter-spacing: -0.05px;
}


/*===*/
.list-image__inner {
    width: 100%;
    max-width: 100.625rem;
    margin-inline: auto;
    display: grid;
    justify-content: space-between;
    align-items: start;
    grid-template-columns: minmax(31.25rem, 61.5rem) minmax(22.8125rem, 35.3125rem);
    grid-template-rows: auto 1fr;
    grid-template-areas: 
        "top-content map"
        "lists map";
    row-gap: 5.4375rem;
    column-gap: 4.0625rem;
}


.list-image__header {
    grid-area: top-content;
    padding-top: 1.375rem;
    align-self: start;
}

.list-image__header-inner {
    width: 100%;
    max-width: 37.5rem;
}

.list-image__header-inner h2 {
    width: 100%;
    max-width: 29.375rem;
}

/*===*/
.list-image__list {
    grid-area: lists;
    align-self: start;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 1.03125rem;
    position: relative;
}

.list-image__list::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #fcfcf3;
}

.list-image__list-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 1.15625rem;
    position: relative;
}

.list-image__list-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 3.25rem);
    height: 0.0625rem;
    background-color: #d9d9d9;
}

.list-image__item-icon {
    border-radius: 50%;
    background-color: #E4F2C7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    flex: 0 0 2.5rem;
}

.list-image__item-icon img {
    width: 1.125rem;
    object-fit: contain;
}

.list-image__list-item a {
    color: #1c1c1c;
    line-height: 1.1;
    font-size: 1.125rem;
    font-weight: 600;
    padding-block: 0.9375rem;
    margin-block: -0.9375rem;
    width: 100%;
}

@media (any-hover: hover) {
    .list-image__list-item a:hover {
        text-decoration: underline;
    }
}


.list-image__image {
    grid-area: map;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 1.5rem;
    background-color: #eff4e5;
    height: 49.4375rem;
}

.list-image__image .img,
.list-image__image .img-inner{
    height: 100%;
}

.list-image__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*=== layout content-cards */


.content-cards__inner {
    width: 100%;
    max-width: 98.4375rem;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem;
}

.content-cards__content {
    flex: 0 1 39%;
}

.content-cards__cards {
    flex: 0 1 50%;
    align-self: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2.3125rem;
    position: relative;
}

.content-cards__cards::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    height: 75%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #eff4e5;
}

.content-cards__card {
    background-color: rgb(252, 252, 243);
    border-radius: 1.5rem;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: rgb(28, 28, 28);
    border-image: initial;
    padding: 1.5rem;
}

.content-cards__card .icon-box-img{
    width: 4rem !important;
    height: 4rem;
    margin-bottom: 1rem;
}

.content-cards__card h3{
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.content-cards__card p{
    font-size: 1.125rem;
}




/*===*/
.circle {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #dbf4aa;
    width: 4.125rem;
    height: 4.125rem;
}

.circle svg {
    direction: ltr;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    animation: rotating 12s linear infinite;
}


@keyframes rotating {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.circle svg textPath {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    white-space: nowrap;
    word-spacing: 0.1em;
    line-height: 1;
}


.content-cards-icon__inner {
    width: 100%;
}

.content-cards-icon__header {
    text-align: center;
    margin-bottom: 4.5625rem;
}

.content-cards-icon__header .circle {
    margin-inline: auto;
    margin-bottom: 4.75rem;
    width: 12.375rem;
    height: 12.375rem;
}

.content-cards-icon__header .circle::before {
    width: 5.625rem;
    height: 5.625rem;
}

.content-cards-icon__header .circle svg textpath {
    font-weight: 800;
    font-size: 23px;
}


.content-cards-icon__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.content-cards-icon__item {
    flex: 0 1 21.3125rem;
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 1rem;
}

.content-cards-icon__item .icon-box-img{
    width: 13.75rem !important;
    height: 13.75rem;
    flex: 0 0 13.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 50%;
    position: relative;
}

.content-cards-icon__item .icon-box-img::before {
    content: "";
    position: absolute;
    inset: 0.375rem;
    border-radius: inherit;
    border: 0.0625rem solid #dbdbdb;
}

.content-cards-icon__item .icon-box-text{
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0.5rem;
}

.content-cards-icon__item h3{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #1c1c1c;
}
.content-cards-icon__item p {
    font-size: 1.125rem;
}

@media (min-width: 63.9988em) {
    .content-cards-icon__item .icon-box-text{
        padding-bottom: 2.5rem;
        border-bottom: 0.0625rem solid #1c1c1c;
    }
}

.content-cards-icon__actions {
    text-align: center;
}


/*===== */
.decorative-element {
    display: block;
    position: relative;
    height: 10.1875rem;
    width: 100%;
}

.decorative-element::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10.1875rem;
    height: 100%;
}

.decorative-element::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background-color: #fcfcf3;
}

@media (min-width: 63.9988em) {
    .decorative-element--top {
        width: 22.8125rem;
    }
}

.decorative-element--top::before {
    right: 0;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #fcfcf3), color-stop(50%, transparent));
    background-image: linear-gradient(to top right, #fcfcf3 50%, transparent 50%);
}

.decorative-element--top::after {
    left: 100%;
}

.decorative-element--bottom {
    display: flex;
    margin-left: auto;
    background-color: #eff4e5;
}

.decorative-element--bottom::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #fcfcf3), color-stop(50%, transparent));
    background-image: linear-gradient(to bottom left, #fcfcf3 50%, transparent 50%);
}

.decorative-element--bottom::after {
    content: "";
    right: 100%;
}

@media (min-width: 63.9988em) {
    .content-slider-outside .decorative-element {
        display: none;
    }

    .decorative-element--bottom {
        width: 37.5vw;
    }
}


.content-slider-outside__inner {
    display: grid;
    grid-template-columns: 39.625rem 1fr;
    column-gap: 3.875rem;
    align-items: center;
    align-content: center;
    row-gap: 2.25rem;
    grid-template-areas: 
        "main slider"
        "actions slider";
}


.content-slider-outside__content {
    position: relative;
    z-index: 6;
    grid-area: main;
}

.content-slider-outside__content h2 {
    color: rgb(28, 28, 28);
    margin-bottom: 2rem;
}

.content-slider-outside__content p {
    padding-right: 3.6875rem;
    font-size: 2rem;
    line-height: 1.2;
}


.content-slider-outside__actions {
    position: relative;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: start;
    grid-area: actions;
    gap: 2.1875rem;
    overflow: visible;
}

.content-slider-outside__slider-wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: slider;
    min-width: 0;
    position: relative;
}

.content-slider-outside__slider-wrap::before {
    content: "";
    position: absolute;
    right: calc(100% + 0.0625rem);
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #fcfcf3;
    z-index: 5;
}

.content-slider-outside__slider{
    overflow: visible;
    position: relative;
}


.content-slider-outside__slider .box{
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0.0625rem solid #c0c0c0;
    border-radius: 1.5rem;
    gap: 1.5rem;
}

.content-slider-outside__slider .box .box-image{
    position: relative;
    width: 100%;
    padding: 0.5vw;
}

.content-slider-outside__slider .box .box-image .image-cover{
    border-radius: 1rem;
}

.content-slider-outside__slider .box .box-text{
    padding: 0 1.5rem 2rem;
}

.content-slider-outside__slider .box .box-text h3{
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: -0.05em;
    line-height: 1.05;
    color: #1c1c1c;
}

.content-slider-outside__slider .box .box-text p{
    font-size: 1.125rem;
}



/*====*/
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem;
}

.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
    width: 2.5rem !important;
    height: 2.5rem;
    color: rgb(28, 28, 28);
    font-size: 0.75rem;
    border-radius: 50%;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: rgb(28, 28, 28);
    border-image: initial;
}

.slider-controls .swiper-pagination,
.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
    width: fit-content;
    position: relative;
    z-index: 30;
    margin: initial;
    inset: initial;
}

.slider-controls .swiper-pagination {
    display: flex;
    gap: 0.375rem;
}

.slider-controls .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    background-color: rgb(28, 28, 28);
    margin: 0px !important;
}





/*================ Project*/
.cards--type-1 {
    padding-top: 8.3125rem;
    padding-bottom: 9.125rem;
}


.cards__inner {
    width: 100%;
    max-width: 82.5rem;
    margin-inline: auto;
    text-align: center;
}

.cards__header {
    width: 100%;
    max-width: 47rem;
    margin-inline: auto;
    margin-bottom: 3.5rem;
}

.cards__header h1{
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.05;
}

.cards__header p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 63.9988em) {
    .cards__header p {
        padding-inline: 3.75rem;
    }
}

.cards-grid__actions{
    margin-top: 4rem;
}

.cards-grid__main {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.card-item {
    display: flex;
    flex-direction: column;
    color: #1c1c1c;
}

.card-item__inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    text-align: left;
    border: 0.0625rem solid #1c1c1c;
    border-radius: 1.5rem;
    padding: 1rem 1rem 1.5rem;
}

.card-item__img {
    position: relative;
    border-radius: 0.5rem;
    width: 100%;
    height: 15rem;
    overflow: hidden;
}

.card-item__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    transition: all 0.6s linear 0s;
    will-change: transform;
    transform: scale(1) translateZ(0);
}

@media (any-hover: hover) {
    .card-item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.card-item__main {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    flex: 1 1 auto;
    padding-inline: 0.5rem;
}

.card-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-item__capture {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.04em;
    top: auto;
    margin-bottom: 1rem;
}

.card-item__desc {
    margin-top: auto;
    font-weight: 400;
    line-height: 1.22;
}

.card-item i {
    flex: 0 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    background-color: #dbf4aa;
    border-radius: 50%;
    color: #1c1c1c;
    font-size: 1.125rem;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .card-item:hover i {
        background-color: #1c1c1c;
        color: #ffffff;
        transform: rotate(45deg);
    }
}


.card-item__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}


.slider-images__inner {
    margin-top: 4.375rem;
    margin-bottom: 8.75rem;
}

.slider-images__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 4.75rem;
}


.slider-images__info h2 {
    margin-bottom: 1.4375rem;
}

@media (min-width: 63.9988em) {
    .slider-images__info h2 {
        color: #1c1c1c;
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: -0.05em;
    }
}

.slider-images__infro-bottom {
    padding-left: 1.5rem;
    position: relative;
}

.slider-images__infro-bottom::before {
    content: "";
    position: absolute;
    left: 0.125rem;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 0.125rem;
    background-color: #1c1c1c;
}

.slider-images__infro-bottom p {
    color: #1c1c1c;
    font-size: 1.125rem;
    margin-bottom: 0.1875rem;
}

.slider-images__main {
    overflow: visible;
    width: 100%;
    max-width: 62rem;
    margin-inline: auto;
}

.slider-images__slider {
    overflow: visible;
}

.slider-images__slide {
    position: relative;
    overflow: hidden;
    height: 36.5rem;
    border-radius: 1rem;
}

.slider-images__slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.slider-images__slider-controls {
    padding-top: 2.1875rem;
}

.cards--type-2 {
    margin-bottom: 6rem;
}




/*============ adu-regulations*/
.article-header__main {
    width: 100%;
    max-width: 57.5625rem;
    margin-inline: auto;
    margin-bottom: 3rem;
}

@media (min-width: 63.9988em) {
    .article-header__main {
        text-align: center;
    }
}

.article-header__main h1{
    margin-bottom: 1rem;
    color: #1c1c1c;
    line-height: 1.05;
    font-weight: 500;
    font-size: 4rem;
}

.article-header__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

@media (min-width: 63.9988em) {
    .article-header__actions {
        margin-bottom: 2rem;
        padding-block: 0.34375rem;
    }
}

.article-header__actions a {
    display: flex;
    align-items: center;
    gap: 0.65625rem;
    position: relative;
}

@media (min-width: 63.9988em) {
    .article-header__actions a::after {
        content: "";
        position: absolute;
        left: calc(100% + 1.4375rem);
        top: -0.34375rem;
        bottom: -0.34375rem;
        width: 0.125rem;
        height: calc(100% + 0.6875rem);
        background-color: #c3c3c3;
    }
}

.article-header__actions a img {
    width: 1rem;
    transition: all 0.3s ease;
    object-fit: cover;
    will-change: transform;
}

.article-header__actions a span {
    font-size: 1.125rem;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.article-header__actions-text {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

.article-header__actions-text p,
.article-header__actions-text time {
    line-height: 1.2;
}

.article-header__text-bottom {
    width: 100%;
    max-width: 37.5625rem;
}

@media (min-width: 63.9988em) {
    .article-header__text-bottom {
        margin-inline: auto;
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .article-header__text-bottom {
        max-width: unset !important;
    }
}

.article-header__text-bottom p {
    line-height: 1.5;
    font-size: 1.25rem;
}

.article-header__img {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

@media (min-width: 63.9988em) {
    .article-header__img {
        aspect-ratio: 1464 / 420;
    }
}

.article-header__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}



/*====*/
.article-modal {
    display: none;
    width: 100%;
    max-width: 54.5625rem;
    border-radius: 1.5rem;
}


.article-modal__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 4.0625rem;
    padding-inline: 1.625rem;
    text-align: center;
}

.article-modal__modal-top {
    margin-bottom: 4.0625rem;
}

.article-modal__modal-top p {
    color: #1c1c1c;
    line-height: 1.05;
    font-weight: 500;
    font-size: 4rem;
}

.article-modal__main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3.375rem;
}

.article-modal__main a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1rem;
    min-height: 4rem;
    border: 0.0625rem solid #dbdbdb;
    border-radius: 6.25rem;
    transition: all 0.3s ease;
}

@media (min-width: 63.9988em) {
    .article-modal__main a img {
        min-width: 1.6875rem;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.article-modal__main a span {
    font-size: 1.125rem;
    line-height: 1.4;
}

.article-modal__actions {
    width: 100%;
    max-width: 23.4375rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.375rem 0.375rem 0.375rem 1rem;
    border: 0.0625rem solid black;
    border-radius: 6.25rem;
}

.article-modal__actions p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-modal__actions input {
    position: absolute;
    left: 100%;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    box-shadow: unset;
    background-color: unset;
    border: 0;
}

.article-modal__actions button {
    width: fit-content;
    min-width: 6.125rem;
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: unset;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    border-radius: 50rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    background-color: #1c1c1c;
}

.article-modal__actions button.copied {
    pointer-events: none;
    background-color: #dbf4aa;
    color: #1c1c1c;
}

.article-modal__actions button span {
    font-size: 0.875rem;
}

.article-modal__actions button span:nth-child(2) {
    display: none;
}

.article-modal__actions button.copied span:nth-child(1) {
    display: none;
}

.article-modal__actions button.copied span:nth-child(2) {
    display: initial;
}


.article-main__inner {
    width: 100%;
    max-width: 91.5rem;
    margin-inline: auto;
    margin-bottom: 4.5rem;
    display: grid;
    grid-template-columns: minmax(11.25rem, 18.125rem) 1fr minmax(12.5rem, 18.75rem);
    gap: 6.6875rem;
    align-items: start;
}


/*====*/
.article-nav {
    position: sticky;
    z-index: 5;
    left: 0;
    top: 8rem;
}

@media (min-width: 63.9988em) {
    .article-nav {
        padding-bottom: 2.5rem;
        padding-right: 0.625rem;
    }
}

.article-nav__nav-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.75rem;
    margin: 0;
    padding: 0;
    min-height: unset;
    font-size: inherit;
}

@media (min-width: 63.9988em) {
    .article-nav__nav-toggle {
        margin-bottom: 1.5rem;
        pointer-events: none;
    }
}

.article-nav__nav-toggle span {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #1c1c1c;
}

.article-nav ul {
    display: flex;
    flex-direction: column;
    gap: 1.3125rem;
    position: relative;
    list-style: none;
    margin-bottom: 0;
}

.article-nav ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0.0625rem;
    background-color: #c4c4c4;
}

.article-nav ul:after {
    content: "";
    position: absolute;
    top: calc(100% + 2.75rem);
    left: -1.75rem;
    right: -1.75rem;
    width: calc(100% + 3.5rem);
    height: 200vh;
    background-color: rgba(28, 28, 28, 0.3);
    opacity: 0;
}

.article-nav ul li{
    margin: 0;
}

.article-nav__nav-link {
    font-size: 1.125rem;
    padding-left: 1.4375rem;
    color: #1c1c1c;
    position: relative;
    transition: none;
    display: block;
    will-change: font-weight;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

.article-nav__nav-link.active {
    font-weight: 700;
    color: #1c1c1c;
}

.article-nav__nav-link::before {
    content: "";
    position: absolute;
    left: -0.0625rem;
    top: 0;
    bottom: 0;
    width: 0.125rem;
    background-color: #1c1c1c;
    opacity: 0;
    transition: none;
    will-change: opacity;
}

.article-nav__nav-link.active::before {
    opacity: 1;
}


/*===*/
.article-item:not(:last-child) {
    margin-bottom: 3rem;
}

.article-item h1, .article-item h2, .article-item h3, .article-item h4, .article-item h5, .article-item h6 {
    font-weight: 500;
    font-size: 3rem !important;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #1c1c1c;
    margin-bottom: 1rem;
}

.article-item p, .article-item span, .article-item li, .article-item a {
    line-height: 1.55;
    font-size: 1.125rem;
}

.article-item p:not(:last-child) {
    margin-bottom: 1.5625rem;
}

.article-item ul{
    list-style: disc;
    margin-bottom: 1.25rem;
}

.article-item ul li {
    margin-left: 1.25rem;
    line-height: 1.55;
    font-size: 1.125rem;
}

.article-item ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.article-item ul li::marker {
    color: #1c1c1c;
}

.article-item a:not(.custom-button) {
    font-weight: 500;
    text-decoration: underline;
}




#site-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.125rem;
    width: 0;
    background-color: #1c1c1c;
    border-radius: 1.25rem;
}

/*===*/
.article-author {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-radius: clamp(0.75rem, 1.25vw, 2.625rem);
    margin-bottom: clamp(1.5625rem, 1.5104166667vw, 1.8125rem);
    padding: clamp(0.9375rem, 1.25vw, 1.5rem) clamp(1.1875rem, 1.25vw, 1.5rem) 1.5rem;
    background-color: #eff4e5;
}

.article-author__icon {
    position: relative;
    flex: 0 0 clamp(3.25rem, 3.4895833333vw, 4.1875rem);
    height: clamp(3.25rem, 3.4895833333vw, 4.1875rem);
    border-radius: 50%;
    overflow: hidden;
}

.article-author__main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.article-author__main h3 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.075rem;
    font-size: clamp(1.25rem, 1.25vw, 1.5rem);
}

.article-author__info p {
    font-size: 1rem;
    line-height: 1.6;
}


.article-item__additional-list-item {
    background: #eff4e5;
    padding-block: 2rem;
    padding-inline: 2.5rem;
    border-radius: 2rem;
}

.article-item__additional-list-item:not(:last-child) {
    margin-bottom: 1rem;
}

.article-item__additional-list-capture {
    margin-bottom: 2rem;
}

.article-item__additional-list-capture p {
    color: #1c1c1c;
    line-height: 1.1;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -0.04em;
}

.article-item__additional-list-item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.75rem;
    row-gap: 2rem;
    margin-bottom: 1.2rem;
    list-style: none;
}

.article-item__additional-list-item ul li {
    flex: 0 1 15.625rem;
    padding-left: 1rem;
    margin: 0;
}

.article-item__additional-list-item ul li:not(:last-child) {
    margin-bottom: 0rem;
}

.article-item__additional-list-item ul li strong {
    font-weight: 700;
    font-size: 1.125rem;
    position: relative;
}

.article-item__additional-list-item ul li strong::before {
    content: "";
    position: absolute;
    left: -1rem;
    top: 0;
    bottom: 0;
    width: 0.125rem;
    height: 100%;
    max-height: 1.8125rem;
    background-color: #1c1c1c;
}


.article-item .content-accordion__accordion {
    background-color: #eff4e5;
    border-radius: 2rem;
    padding: 2rem;
}


/*===*/
.article-item__table-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    overflow-x: auto;
}

.article-item__table-wrapper::-webkit-scrollbar {
  height: 0.75rem;
  width: 2.5rem;
  cursor: pointer;
}
.article-item__table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2.5rem;
  background: #1c1c1c;
  -webkit-box-shadow: inset 0 0 0 12.5rem #1c1c1c;
          box-shadow: inset 0 0 0 12.5rem #1c1c1c;
}
.article-item__table-wrapper::-webkit-scrollbar-track {
  border-radius: 2.5rem;
  background: #c6c6c6;
}

.article-item__table-wrapper table tr:not(:last-child) {
    border-bottom: 0.0625rem solid #dbdbdb;
}

.article-item__table-wrapper table tbody tr:nth-child(even) {
    background-color: #eff4e5;
}

.article-item__table-wrapper table th,
.article-item__table-wrapper table td {
    min-width: 11.25rem;
    padding-inline: 0.75rem;
    padding-block: 0.625rem;
    vertical-align: baseline;
    color: #1c1c1c;
}

.article-item__table-wrapper table thead th {
    padding-top: 0rem;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1rem;
    vertical-align: middle;
}

.article-item__table-wrapper table td {
    font-size: 1rem;
    line-height: 1.4;
}

.article-item__table-wrapper table th:not(:last-child),
.article-item__table-wrapper table td:not(:last-child) {
    border-right: 0.0625rem solid #dbdbdb;
}

.article-item__table-wrapper table td {
    font-size: 1rem;
    line-height: 1.4;
}


/*====*/
.article-item-actions__inner {
    background-color: #eff4e5;
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 1rem;
}

.article-item-actions__tab-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0.5rem;
    background-color: #ffffff;
    border-radius: 6.25rem;
    margin-bottom: 2.125rem;
}

.article-item-actions__tab-btns button {
    height: 3rem;
    margin: 0;
    padding: 0.375rem 0.625rem;
    border-radius: 6.25rem;
    color: #1c1c1c;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.article-item-actions__tab-btns button.isActiveTab {
    font-weight: 500;
    background-color: #eff4e5;
    color: #1c1c1c;
}


.article-item-actions__tab {
    display: none;
}

.article-item-actions__tab.toShow {
    display: block;
}

.article-item-actions__item-top {
    margin-bottom: 1rem;
}

.article-item-actions .article-item-actions__item-capture {
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #1c1c1c;
    font-weight: 600;
}

.article-item-actions .article-item-actions__item-capture:not(:last-child) {
    margin-bottom: 0rem;
}

.article-item-actions__item-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
    margin-bottom: 2.125rem;
}

.range input {
    margin: 0;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 0.375rem;
    height: 0.375rem;
}

.article-item-actions__item-range-value {
    height: 3rem;
    flex: 0 0 8.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid #1c1c1c;
    border-radius: 6.25rem;
    padding: 0.625rem;
}

.article-item-actions__item-range-value p {
    font-size: 1.125rem;
}


.article-item-actions__item-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
    margin-bottom: 2.125rem;
}

.article-item-actions .article-item-actions__item-result-value {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.article-item-actions .article-item-actions__item-result-value span {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.article-item-actions__item-desc span{
    display: block;
    line-height: 1.2;
    font-size: 0.875rem;
    font-weight: 400;s
}


@media (min-width: 63.9988em) {
    .article-item-actions .article-item-actions__btn {
        text-align: center;
    }
}


/*===*/
.article-info {
    position: sticky;
    z-index: 5;
    left: 0;
    top: 8.25rem;
}

.article-info__item {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    align-items: center;
    text-align: center;
    border: 0.0625rem solid #cccccc;
    border-radius: 1.5rem;
    padding-inline: 0.5rem;
    padding-bottom: 1.5rem;
}

.article-info__item-img {
    width: 100%;
    height: 9.1875rem;
    margin-top: 0.5rem;
    position: relative;
    border-radius: 1rem;
}

.article-info__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1024px) {
    .article-info__item-img {
        height: 12.1875rem !important;
    }
}




/*========== Trang about*/
.content-accordion__inner {
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
}

.content-accordion__accordion h2,
.content-accordion__accordion h3{
    margin-bottom: 1.625rem;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em !important;
}

.content-accordion__content {
    padding-top: 5rem;
    padding-bottom: 4.0625rem;
    flex: 0 1 50%;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 2.75rem;
    row-gap: 3.625rem;
}

.content-accordion__content .text-heading{
    flex: 1 1 100%;
}

.content-accordion__content-text {
    flex: 0 1 calc(100% - 13.75rem);
    padding-right: 3.75rem;
    font-size: 1.5rem;
}

.content-cards__img{
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
}

.content-accordion__accordion {
    flex: 0 1 50%;
    background-color: #eff4e5;
    padding-left: clamp(0.625rem, 6.25vw, 7.5rem);
    padding-top: 6.25rem;
    padding-bottom: 14.375rem;
    position: relative;
    align-self: stretch;
}

.content-accordion__accordion::after,
.content-accordion__accordion::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
    width: 100vw;
}

.content-accordion__accordion::before {
    left: 100%;
}

@media (min-width: 63.99875em) {
  .content-accordion__accordion::after {
    display: none;
  }
}

.content-accordion__content-capture {
    height: 9.6875rem;
    flex: 0 0 9.6875rem;
}


.sign_box {
    width: 82%;
    border-radius: 24px;
    border: 1px solid var(--Black, #1C1C1C);
    display: flex;
    justify-content: space-between;
    padding: 2vw;
    align-items: center;
    margin: 2vw 5vw auto 1.5vw;
}

.sign_box .profile_image_sin{
    width: 94px !important;
    height: 94px;
}

.sign_left {
    display: flex;
    gap: 0 0.5vw;
    align-items: center;
    flex: 1;
}

.profile_text h3 {
    margin-bottom: 0;
    color: #1C1C1C;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}




/*====*/
.map-content__inner {
    display: flex;
}

.map-content__map {
    position: relative;
    z-index: 2;
    flex: 1;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(43.125rem, 44.9479166667vw, 53.9375rem);
}

@media (min-width: 63.9988em) {
    .map-content__map {
        margin-left: calc(-50vw + 50%);
    }
}

.map-content__map::before,
.map-content__map::after {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    background-color: inherit;
}

.map-content__map::before {
    right: 100%;
}

.map-content__map .img,
.map-content__map .img-inner{
    width: 100%;
    height: 100%;
}

.map-content__map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.map-content__content {
    position: relative;
    flex: 0 1 50%;
    padding-left: clamp(2.5rem, 6.25vw, 7.5rem);
    padding-block: 5rem;
    z-index: 1;
    color: #fffaf3;
}

.map-content__content::before,
.map-content__content::after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    width: 100vw;
}

.map-content__content::before {
    right: 100%;
}

.map-content__content::after {
    left: 100%;
}

.map-content__header {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    margin-bottom: 5rem;
    color: #1c1c1c;
}

@media (min-width: 63.99875em) {
  .map-content__map::after {
    display: none;
  }
}



/*===*/
.contact-inform {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    column-gap: clamp(1.5rem, 4.3229166667vw, 5.1875rem);
}

.contact-inform__item {
    display: flex;
    gap: 1rem;
    color: #1c1c1c;
    flex: 0 1 calc(50% - 2.625rem);
}

.contact-inform__item  .icon-box-img{
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: #eff4e5;
}

.contact-inform__item  .icon-box-img .icon,
.contact-inform__item  .icon-box-img .icon-inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-inform__item  .icon-box-img img{
    width: 1.125rem;
    object-fit: contain;
}

.contact-inform__item  .icon-box-text {
    flex: 1;
}

@media (min-width: 47.9988em) {
    .contact-inform__item  .icon-box-text{
        max-width: 13.75rem;
    }
}

.contact-inform__item  .icon-box-text h3{
    margin-bottom: 0.375rem;
    font-weight: 600;
    font-size: 1.125rem;
}

.contact-inform__item  .icon-box-text a {
    word-break: break-all;
}


.links-list-grid{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 1rem;
}

.link-pill{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.125rem;
    flex: 0 1 18.3125rem;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border: 1px solid #1c1c1c;
    border-radius: 50rem;
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.5rem;
    color: #1c1c1c;
    transition: all 0.3s ease;
}

.link-pill i{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbf4aa;
    border-radius: 50%;
    font-size: 1rem;
    color: #1c1c1c;
    transition: all 0.3s ease 0s;
}

.link-pill:hover i{
    background-color: #1c1c1c;
    color: #dbf4aa;
    transform: rotate(45deg);
}




/*================ Trang blog*/
.blog-hero__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.blog-hero__header {
    width: 100%;
    max-width: 37.5625rem;
    margin-inline: auto;
    margin-bottom: 5.5rem;
    text-align: center;
}

.blog-hero__header h1 {
    margin-bottom: 1.5rem;
}

.blog-hero__header p {
    font-size: 1.25rem;
    line-height: 1.2;
}

.blog-hero__main {
    display: flex;
    gap: 2rem;
}

.blog-hero__content {
    flex: 0 1 29.3125rem;
}

.blog-hero__content > span:not(a > span) {
    display: block;
    color: #1c1c1c;
    line-height: 1.18;
    margin-bottom: 1rem;
}

.blog-hero__content h2 {
    color: #1c1c1c;
    font-weight: 500;
    font-size: 2.625rem;
    letter-spacing: -0.04em;
    line-height: 1.1;

}

.blog-hero__content p {
    line-height: 1.2;
    color: #150d09;
}

.blog-hero__content a {
    margin-top: 3rem;
}


.blog-hero__image {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    flex: 0 1 54.6875rem;
    aspect-ratio: 875 / 465;
}

.blog-hero__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.blog-cards__select,
.blog-cards__select-blog {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 25.5625rem;
    margin-bottom: 3.5rem;
}

.blog-cards__select p,
.blog-cards__select-blog p {
    margin-bottom: 1rem;
    color: #150d09;
    line-height: 1.16;
    font-weight: 500;
}

#blog-filter{
    margin: 0;
}

#blog-filter select{
    height: 3rem;
    margin: 0;
    padding: 0.25rem 1.5rem;
    background-color: transparent;
    border: 1px solid #1c1c1c;
    border-radius: 50rem;
}

/*===*/
.blog-cards {
    padding: 0 0 4rem;
}

.blog-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
}

.blog-cards__item {
    display: flex;
    height: 100%;
}

.blog-cards__item-wrapper {
    display: flex;
    padding: 0.125rem;
    border-radius: 1.5rem;
    border: 0.0625rem solid #1c1c1c;
    font-size: 1.125rem;
}

.blog-cards__item-inner {
    padding: 1rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-cards__img {
    height: 15rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.blog-cards__img picture,
.blog-cards__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.6s ease;
    will-change: transform;
}

.blog-cards__item-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding-inline: 0.5rem;
}

.blog-cards__item-label {
    line-height: 1.2;
    color: #1c1c1c;
    margin-bottom: 1rem;
}

.blog-cards__item-capture {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.2;
    color: #1c1c1c;
    letter-spacing: -0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.blog-cards__item-desc {
    line-height: 1.2;
    margin-bottom: 1rem !important;
}

.blog-cards__item-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.875rem;
    padding-inline: 0.5rem;
}

.blog-cards__item-bottom time {
    line-height: 1.2;
    color: #1c1c1c;
    text-transform: uppercase;
}

.blog-cards__item-bottom i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #dbf4aa;
    color: #1c1c1c;
    font-size: 1rem;
    transition: all 0.3s ease;
}

@media (any-hover: hover) {
    .blog-cards__item-wrapper:hover img {
        transform: scale(1.05);
    }

    @media (any-hover: hover) {
        .blog-cards__pagination a:hover {
            color: #ab5212;
            border-color: #ab5212;
        }

        .blog-cards__item-wrapper:hover i {
            color: #dbf4aa;
            background-color: #1c1c1c;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }
}

/*====*/
.blog-cards__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    gap: 1.25rem;
}

.blog-cards__pagination a {
    font-size: 1.125rem;
    display: flex;
    padding: 0.125rem;
}

.blog-cards__pagination .current {
    display: flex;
    padding: 0.125rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: underline;
}

.blog-cards__pagination .prev.page-numbers, 
.blog-cards__pagination .next.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 0.0625rem solid #1c1c1c;
    color: #1c1c1c;
    font-size: 0.75rem;
}





/*=========== Trang FAQ*/
.site-faq__inner {
    display: grid;
    grid-template-columns: minmax(17.5rem, 21.375rem) 1fr;
    gap: clamp(5rem, 9.4791666667vw, 11.375rem);
    align-items: start;
}

.faq-asside {
    position: sticky;
    left: 0;
    top: 8.4375rem;
    padding-bottom: 2.5rem;
}

.site-faq__title {
    margin-bottom: 1.8125rem;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.faq-asside__inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

.faq-asside__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem;
    padding-block: 0.5rem;
    padding-inline: 1rem;
    border-radius: 2.5625rem;
    min-height: 2.8125rem;
    transition: all 0.15s ease-in 0.2s;
    color: #1c1c1c;
}

.faq-asside__item.active {
    background-color: #1c1c1c;
    color: #ffffff;
}

.faq-asside__item span {
    font-size: 1.125rem;
}

.faq-asside__item i {
    font-size: 0.75rem;
    color: #dbf4aa;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in 0.2s;
    transition: opacity 0.15s ease-in 0.2s;
}

.faq-asside__item.active i{
    opacity: 1;
}

.faq-asside__bottom {
    background-color: #eff4e5;
    border-radius: 1rem;
    padding: 1rem;
}

.faq-asside__bottom p,
.faq-asside__bottom a {
    font-size: 1.125rem;
}

.faq-asside__bottom a {
    font-weight: 500;
    color: #1c1c1c;
    text-decoration: underline;
}


@media (min-width: 63.9988em) {
    .faq-item:not(:last-child) {
        margin-bottom: 4.8125rem;
    }
}

.faq-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin: 0;
    padding: 0 0 2rem;
    min-height: unset;
    line-height: normal;
    font-weight: 400;
}

@media (min-width: 63.9988em) {
    .faq-item button {
        pointer-events: none;
    }
}

.faq-item button span {
    font-size: 4rem;
    color: #1c1c1c;
}

.faq-item button i {
    color: #1c1c1c;
    font-size: 0.75rem;
    transform: rotate(90deg);
    opacity: 0;
}

.faq-item__content-row {
    display: grid;
}

.faq-item__content-row:not(:last-child) {
    margin-bottom: 3rem;
}

.faq-item__capture {
    width: fit-content;
    margin-bottom: 1.5rem !important;
    padding: 0.5rem 1rem;
    background-color: #1c1c1c;
    color: white;
    font-weight: 500;
    border-radius: 1rem;
    font-size: 1.25rem;
}

.faq-item__text {
    margin-left: 3.75rem;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 1rem;
    align-self: flex-end;
    font-size: 1.125rem;
}

@media (max-width: 63.9988em) {
    .site-faq__aside {
        display: none;
    }

    .site-faq__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 1rem;
    }

    .faq-item button {
        padding-block: 1rem;
        width: 100%;
        position: relative;
    }

    .faq-item button::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.0625rem;
        background-color: #dadada;
    }

    .faq-item button:not(.isActive)::before {
        opacity: 0;
    }

    .faq-item:nth-of-type(1) button {
        border-top: 0.0625rem solid #dadada;
    }

    .faq-item button span {
        font-size: 1.5rem;
        color: #1c1c1c;
        line-height: 1.58;
    }

    .faq-item button i {
        opacity: 1;
    }

    .faq-item__content {
        padding-bottom: 2.5rem;
        position: relative;
    }

    .faq-item__content-row:not(:last-child) {
        margin-bottom: 2rem;
    }

    .faq-item__content-row:not(:last-child) {
        margin-bottom: 2rem;
    }

    .faq-item__capture {
        display: flex;
        justify-content: flex-start;
        margin-right: 3.75rem;
        margin-bottom: 1.25rem;
        font-size: 1.125rem;
    }

    .faq-item__text {
        padding-block: 0.5rem;
        font-size: 1rem;
        line-height: 1.3;
    }
}


.cards-video__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.cards-video__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0.0625rem solid #1c1c1c;
    border-radius: 2rem;
    padding: 1rem 1rem 1.5rem;
}

.cards-video__item-media {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    height: 16.4375rem;
    margin-bottom: 2rem;
    transition: 0.3s all;
}

.cards-video__item-media img, 
.cards-video__item-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.6s ease;
}

@media (any-hover: hover) {
    .cards-video__item:hover img,
    .cards-video__item:hover video {
        transform: scale(1.05);
    }
}

.cards-video__item-media button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    background-color: rgba(28, 28, 28, 0.5);
    border-radius: 50%;
}

.cards-video__item-media button img {
    position: absolute;
    margin: auto;
    width: 1.25rem;
    object-fit: contain;
}

.cards-video__item-main {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cards-video__item-main h3 {
    color: #1c1c1c;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 1.5625rem;
}

.cards-video__item-estimate {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    margin-bottom: 1.0625rem;
}

.cards-video__item-estimate img {
    width: 0.9375rem;
}

.cards-video__item-main p {
    font-size: 1.125rem;
}


/*==============*/
.reviews-slider__decor{
    position: absolute;
    left: 0;
    top: 0;
    width: clamp(6.25rem, 8.3333333333vw, 10rem);
    height: clamp(6.25rem, 8.3333333333vw, 10rem);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #fcfcf3), color-stop(50%, transparent));
    background-image: linear-gradient(to top left, #fcfcf3 50%, transparent 50%);
}

.reviews-slider__swiper .swiper-button-prev,
.reviews-slider__swiper .swiper-button-next {
    width: 3.375rem;
    height: 3.375rem;
    margin-right: 0;
    margin-bottom: 0;
    border: 0.0625rem solid #1c1c1c;
    border-radius: 50%;
    background-color: #eff4e5;
    color: #1c1c1c;
    font-size: 0.875rem;
    z-index: 50;
}

@media (max-width: 63.9988em) {
    .reviews-slider__nav {
        display: flex;
        justify-content: flex-end;
        gap: 0.75rem;
        position: relative;
        z-index: 99;
        margin-bottom: -3rem;
        width: 9.375rem;
        margin-left: auto;
        background-color: #eff4e5;
    }

    .reviews-slider__swiper .swiper-button-prev,
    .reviews-slider__swiper .swiper-button-next {
        position: static;
        margin: 0;
        width: 3rem;
        height: 3rem;
    }
}

.reviews-slide{
    text-align: center;
}

@media (min-width: 78.125em) {
    .reviews-slide{
        padding-inline: clamp(8.75rem, 9.1145833333vw, 10.9375rem);
    }
}

@media (max-width: 63.9988em) {
    .reviews-slide {
        text-align: left;
        padding-inline: 0;
    }
}

.reviews-slide__platform {
    background-color: transparent;
    margin-bottom: 1rem;
}

@media (max-width: 63.9988em) {
    .reviews-slide__platform {
        margin-bottom: 1.5rem;
    }
}

.reviews-slide__platform img {
    background-color: transparent;
    width: clamp(9.5rem, 8.7rem + 4vw, 13.5rem);
    object-fit: cover;
}

.reviews-slide__content {
    font-weight: 500;
    font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
    margin-bottom: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.reviews-slide__footer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

@media (min-width: 63.9988em) {
    .reviews-slide__footer {
        justify-content: center;
    }
}

.reviews-slide__avatar {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 3.75rem;
    height: 3.75rem;
}

.reviews-slide__avatar img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.reviews-slide__author {
    text-align: left;
}

@media (min-width: 63.9988em) {
    .reviews-slide__author {
        width: 100%;
        max-width: 12.9375rem;
    }
}

.reviews-slide__author p,
.reviews-slide__author a {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.6;
}

.reviews-slide__author span {
    font-size: 1.125rem;
    line-height: 1.4;
}

.uxb-wrapper .reviews-slider__wrapper .swiper-wrapper{
    flex-wrap: wrap;
}


/*====*/
.multislider::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: clamp(25rem, 26.5104166667vw, 31.8125rem);
    background-color: #eff4e5;
    z-index: 0;
}

.multislider__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: clamp(1.875rem, 9.6875vw, 11.625rem);
}

@media (max-width: 75em) {
    .multislider__inner {
        flex-direction: column;
        gap: 0px;
    }
}

@media (max-width: 63.9988em) {
    .multislider__top {
        margin-bottom: 1.5rem;
    }
}

.multislider__main {
    min-width: 0;
    margin-block: auto;
}

@media (min-width: 75em) {
    .multislider__main {
        flex: 0 1 41.875rem;
    }
}

@media (max-width: 75em) {
    .multislider__main {
        order: 1;
    }
}

.multislider__header h2 {
    margin-bottom: 1rem;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.multislider__header p {
    font-weight: 500;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.multislider__tabs {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    justify-content: space-around;
}

@media (max-width: 75em) {
    .multislider__tabs {
        margin-bottom: 0rem;
        gap: 0.625rem;
        justify-content: flex-start;
        margin-inline: -0.625rem;
    }
}

@media (min-width: 75em) {
    .multislider__tabs {
        border: 0.0625rem solid #1c1c1c;
        padding: 0.5rem;
        border-radius: 6.25rem;
        margin-bottom: 2rem;
    }
}

.multislider__tabs button {
    min-width: 8.75rem;
    min-height: 3rem;
    margin: 0;
    padding: 0.6875rem 1rem;
    border: 0;
    border-radius: 6.25rem;
    transition: none;
    line-height: normal;
    font-weight: 400;
}

@media (max-width: 63.9988em) {
    .multislider__tabs button {
        padding: 0.375rem 1rem;
        font-size: 0.9375rem;
        min-height: 2rem;
        border: 1px solid #dbdbdb;
    }
}

@media (min-width: 75em) {
    .multislider__tabs button.active {
        background-color: #dedede;
        font-weight: 500;
        background-color: #eff4e5;
    }
}

@media (max-width: 75em) {
    .multislider__tabs button.active {
        border-color: #1c1c1c;
        background-color: #eff4e5;
    }
}

.multislider--type-2 .multislider__tab {
    border-color: #dbdbdb;
}

.multislider--type-2 .multislider__tab.active {
    border-color: #eff4e5;
}

.multislider-text__wrapper {
    margin-bottom: 2rem;
}

.multislider-text__slide p {
    font-size: 1.125rem;
}

.multislider-text__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 63.9988em) {
    .multislider-text__navigation {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }
}

.multislider-text__navigation .swiper-button-prev,
.multislider-text__navigation .swiper-button-next {
    position: static;
    margin: 0;
}

.multislider-media {
    position: relative;
    width: 43.75rem;
    height: 43.75rem;
    overflow: hidden;
}

@media (max-width: 75em) {
    .multislider-media {
        display: flex;
        justify-content: center;
        margin-inline: auto;
        margin-bottom: 1.25rem;
        width: 100%;
        max-width: clamp(21.875rem, 153.8461538462vw, 37.5rem);
        height: clamp(13.125rem, 31.25vw, 37.5rem);
        border-radius: 1rem;
    }
}

.multislider-media__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hero-bg-image--type-2 .hero-bg-image__inner h1 {
    font-size: 6.875rem;
    line-height: 1.05;
    letter-spacing: -0.05;
}



/*==== Trang Service Areas*/
.cards-img-btn__main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}


.map-content-2__map {
    position: relative;
    background-color: #eff4e5;
    border-radius: 1.5rem;
}



/*==== Trang Classic*/
.packages-content__inner {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

@media (max-width: 63.9988em) {
    .packages-content__inner {
        flex-wrap: wrap;
    }
}

.packages-content__img{
    height: clamp(25rem, 36.4583333333vw, 43.75rem);
    flex: 0 1 49%;
}

@media (max-width: 63.9988em) {
    .packages-content__img {
        position: relative;
        flex: 1 1 100%;
        height: clamp(21.875rem, 46.875vw, 56.25rem);
    }
}

.packages-content__img .img, 
.packages-content__img .img-inner{
    height: inherit;
    border-radius: 1rem;
    overflow: hidden;
}

@media (min-width: 63.9988em) {
    .packages-content__img {
        position: sticky;
        top: var(--space-sticky);
    }
}

.packages-content__main {
    flex: 0 1 44.2%;
    overflow: hidden;
}

@media (max-width: 63.9988em) {
    .packages-content__main {
        flex: 1 1 100%;
    }
}

.packages-content__content-row:not(:last-child) {
    margin-bottom: 4rem;
}

.packages-content__content-row h2 {
    color: #1c1c1c;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.packages-content__row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: 2rem;
}

@media (max-width: 63.9988em) {
    .packages-content__row-grid {
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
        column-gap: 1.5rem;
        row-gap: 1rem;
    }
}

.packages-content__row-item {
    display: flex;
    flex-direction: column;
    height: auto;
}

.packages-content__row-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12.125rem;
    margin-bottom: 0.625rem;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;
}

@media (max-width: 81.25em) {
    .packages-content__row-img {
        height: 10.1875rem;
        margin-bottom: 0.5rem;
    }
}

.packages-content__row-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.packages-content__row-img:hover img {
    transform: scale(1.05);
}

.packages-content__row-content p {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.packages-content__row-content span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.2;
}

/*====*/
.card-package {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 2.625rem;
    border: 0.0625rem solid #c7c7c7;
    border-radius: 2rem;
    padding: 2.5625rem 1.5rem 1.5rem;
}

.card-package__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-package__content h3 {
    color: #1c1c1c;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: -0.05em;
    margin-bottom: 1.25rem;
}

.card-package__content p{
    font-size: var(--fs-16-18);
    margin-bottom: 1.125rem;
}

.card-package__img {
    height: 26.75rem;
    width: 100%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.card-package__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}