body {
    font-family: 'Lexend', sans-serif !important;
}
.brand-images-top {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.border-modal-qa{
    border-radius: 10px;
}
.section-image {
    height: 526px;
    overflow: hidden;
}
.border-10px{
    border-radius: 10px;
}
.user-avatar-rep{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #DBDBDB;
}
.user-avatar-rep-icon{
    color: #7C7C7C;
}
.text-question{
    font-weight: 300;
    color: #152528;
    font-size: 16px;
}
.border-left{
    border-left: 1px solid #C0C0C0;
}
.generated-ai {
    background: linear-gradient(90deg, #8a5cf6, #4cc0f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 14px;
}

.tooltip-ai {
    position: absolute;
    top: -100px;
    left: 0;
    transform: translateX(-50%);
    width: 350px;
    background: transparent;
    border: 1px solid rgba(160, 130, 255, 0.4);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(120, 80, 255, 0.15);
    color: #555;
    font-size: 12.5px;
    padding: 10px 14px;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 20;
    background: linear-gradient(90deg, #8a5cf6, #4cc0f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-span-faq{ 
    color: #131313 !important;
    font-weight: 540 !important;
    font-size: 18px !important;
}
.icon-arrow {
    transition: transform 0.25s ease;
}

.icon-arrow.rotate {
    transform: rotate(210deg);
}

.faq-content {
    transition: all 0.3s ease;
    margin-left: 12px;
}
.text-heading-smail{
    color : #003247 !important;
    font-size : 22px !important;
    font-weight : 500 !important;
}
.text-content-faq{
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
}
.tooltip-ai::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: rgba(160, 130, 255, 0.4) transparent transparent transparent;
}

.review-indicator:hover .tooltip-ai {
    visibility: visible;
    opacity: 1;
    bottom: 140%;
}

.review-indicator:focus-within .tooltip-ai {
    visibility: visible;
    opacity: 1;
    bottom: 140%;
}

.gap-pc-10px {
    gap: 10px;
}
.text-title-brand{
    font-size: 32px !important;
    font-weight: 700;
    line-height: 100%;
    color: #003247;
}
.overflow-hidden{
    overflow: hidden;
}
.h-50 {
    height: 50%;
}

.w-50 {
    width: 50%;
}

.h-50-image-box {
    height: calc(50% - 5px);
}

.w-50-calc {
    width: calc(50% - 5px);
}

.gap-list-qa {
    gap: 10px;
}

.see-more-box {
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-radius: 10px;
}

.add-answer {
    max-width: 642px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #787878;
    overflow: hidden;
}

.add-answer input {
    background: transparent;
    border: none;
    outline: none;
    padding: 0 44px;
    font-size: 12px;
    color: #787878;
}

.avatar-user-add-answer {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    object-position: center;
    object-fit: cover;
}

.modal-add-review .avatar-user-review {
    border-radius: 50%;
}

.add-enter-form {
    width: 30px;
    height: 30px;
    background: #FF7C00;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    border: none;
    outline: none;
}

.text-see-more {
    color: white;
}

.tab-menu {
    gap: 20px;
    margin-bottom: 8px !important;
}

.tab-menu .tab-item {
    list-style: none;
}

.tab-menu .tab-item.active {
    position: relative;
}

.tab-menu .tab-item.active::after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FF7C00;
}

.tab-menu .tab-item a {
    color: #888888;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

.icon-list {
    gap: 27px;
}
.sub__attribute__title{
     color: #003247 !important;
     font-weight: 500 !important;
     font-size: 22px !important;
     line-height: 100% !important;
}
.subdomain__attribute{
    padding: 0 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.amenities-more{
    margin: 50px 0;
}
.attribute__span_title{
    font-weight: 400 !important;
    font-size: 16px;
}
 .attribute_text{
    color: #545454 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Reddit Sans', sans-serif;
}
.attribute_text:after{
background-color:#545454 !important ;
}
.text-heading-content {
    color: #003247;
    font-size: 22px;
    line-height: 100%;

}

.btn-see-more {
    padding: 10px 30px;
    border: 1px solid #053C5E;
    color: #053C5E;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    background: transparent;
}

.btn-see-more:hover {
    border: 1px solid #FF7C00;
    background: #FF7C00;
    color: white;
}

.attribute__item {
    flex: 0 0 50% !important;
}

.add-q-a {
    width: 258px;
    height: 238px;
}

.bg-F7F7F7 {
    background-color: #F7F7F7;
}

.bg-white {
    background-color: #ffffff;
}

.text-ask-question {
    color: #FF7C00;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.add-qa {
    width: 258px;
    height: 238px;
}

.add-qa,
.list-qa,
.item-qa {
    border-radius: 10px;
}

.see-all {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;

}

.avatar-user-review {
    width: 40px;
    height: 42px;
    border-radius: 5px;
    object-position: center;
    object-fit: cover;
}

.review-item {
    min-width: 229px !important;

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-images-box {
    width: 100%;
    height: 193px;
    border-radius: 10px;
    overflow: hidden;
}

.brand-images-top-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.report-answer-item{
    width: 130px;
}
.add-question-modal {
    font-size: 15px;
    padding: 6px 21px;
    text-decoration: none;
    border-radius: 26px;
    border: 1px solid #696969;
    color: #696969;
}

.modal-share-button {
    border: none;
    background: transparent;
    outline: none;
}

.text-user-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #152528;
}

.text-qa-created_at {
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    color: #929292;
}
.border-full{
    border-radius: 50% !important;
}
.report-answer {
    top: -5px;
    right: 10px;
    border-radius: 5px;
    gap: 10px;
    background: white;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(99, 99, 99, 0.3);
}

.qa-title {
    font-weight: 500;
    color: 25px;
    line-height: 100%;
}
 ul.text-note-review li::marker{
    color: #509397;
 }
 .filter-review-btn{
    color: #053C5E;
    border-radius: 30px;
    border: 1px solid #053C5E;
    padding: 10px 12px;
 }
 .text-please-ensure {
   font-size: 13px;
   color: #636363;
   font-weight: 300;
    font-family: 'Reddit Sans', sans-serif;
    line-height: 100%;
}
.answer-list{
    gap: 10px;
}
.score-box{
    max-width: 324px !important;
    
}
.info-note-brand{
    padding-right: 130px !important;
}
.text-score{
    font-size: 25px !important;
    line-height: 100% !important;
}
.home__banner__blocks.banner__block__style__new .box__sub__home__title .icon-exclamation:hover{
    color: #FF7C00;
    border: 2px solid #FF7C00;
}
@media (max-width:480px) {
     .noted__exclamation {
        right: -150px !important;
        top: 20px !important;
     }
    .answer-list{
        gap: 5
        px;
    }

    .home__banner__suggest {
        color: #3E3E3E;
        font-size: 1rem;
    }

    .text-heading-content {
        font-size: 20px;
        font-weight: 700;
    }

    .about-jojo .sub__content {
        font-size: 14px;
        font-weight: 400;
    }

    .btn-see-more {
        padding: 9px 12px;
        border-radius: 50px;
        font-size: 14px;
    }

    .qa-title {
        color: 16px;
    }

    .list-qa {
        width: 100%;
    }

    .overflow-auto-mobile {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .overflow-auto-mobile::-webkit-scrollbar {
        display: none;
    }

    .item-qa {}

    .avatar-user-review {
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

    .text-user-name {
        font-size: 14px;
    }

    .text-qa-created_at,
    .text-ask-question {
        font-size: 12px;
    }

    .bg-transparent-mobile {
        background: transparent !important;
    }

    .add-qa {
        min-width: 229px;
        height: 218px;
    }

    .text-ask-question {
        font-size: 16px;
    }

    .review-content {
        border: none !important;
        font-size: 14px !important;
        padding: 14px 5px !important;
    }

    .rating__point__bar {
        width: 100%;
        max-width: 100%;
    }

    .text-star {
        font-size: 64px !important;
    }

    .text-more-reviews {
        font-size: 20px;
    }
   
    ul.text-note-review li p {
        font-size: 14px;
    }

    .add-photo {
        background: transparent;
        color: #636363;
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 30px;
        border: 1px solid #636363;
    }

    .share-your-experience {
        background: #FF7C00;
        color: white;
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 30px;
        border: none;
    }

    .text-please-ensure {
        font-size: 12px;
    }

    .text-FF7C00 {
        color: #FF7C00;
    }

    .sub__review__author__name {
        font-size: 12px;
    }

    .list-article {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
    }

    .item-brand {
        max-width: 230px;
    }

    .item__title {
        font-size: 18px;
    }

    .item__local {
        font-size: 10px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #ffffff !important;
        width: 30px !important;
        height: 30px !important;
        border: 1px solid !important;
        border-radius: 50%;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 12px !important;
        color: #fff !important;
    }

    .slider-image-brand {
        border-radius: 10px;
    }

    .count-image {
        z-index: 100;
        position: absolute;
        padding: 2px 4px;
        border-radius: 20px;
        background: white;
        bottom: 4px;
        left: 5px;
    }

    .count-image span {
        font-size: 14px;
        font-weight: 500;
        color: #152528;
    }

    .tab-list-share li {
        list-style: none;
    }

    .tab-list-share li.active {
        color: #FF7C00;

    }
    .text-span-faq{ 
        font-size: 14px !important;
        font-weight : 300;
    }

    .faq-content {
        margin-left: 10px;
}
.info-note-brand{padding-right: 0 !important;}
.text-heading-smail{
    font-size : 20px ;
    font-weight : 700;
}
}