@import 'style.css';
@import 'header.css';
@import 'footer.css';
@import 'item-product.css';

/* Sản phẩm nổi bật */
.featured-products {
    padding: 40px 0;
    padding-top: 0;
}

.featured-products .section-title {
    background: linear-gradient(179deg, #FF2807 0.76%, #950415 92.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* Hot Deal Section */
.hot-deal {
    padding: 10px;
    border: 5px solid #1b74e4;
    border-radius: 15px;
}

.hot-deal-wrapper {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.hot-deal-title {
    color: #0d6efd;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hot-deal-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.hot-deal-description {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Danh mục giải pháp */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    background: #f2f3f6;
    padding: 40px;
}

.category-grid .item {
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 250px;
    gap: 10px;
}

.category-grid .item.large {
    grid-row: span 2;
    height: 100%;
}

.category-grid .item h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #111;
}

.category-grid .item img {
    /* max-width: 80px; */
    height: auto;
    margin: 0 auto;
}

.block-second,
.block-four {
    display: inline-grid;
}

.block-second .item,
.block-four .item {
    flex-direction: row;
}

.block-second .item:nth-child(1),
.block-four .item:nth-child(1) {
    grid-row: span 2 / 3;
}

.block-second .item:nth-child(2) {
    grid-row: span 1 / 3;
}

.block-second .item:nth-child(3),
.block-second .item:nth-child(4) {
    grid-row: span 2;
}

.block-second .item:nth-child(1),
.block-second .item:nth-child(2),
.block-four .item:nth-child(1) {
    margin-bottom: 10px;
}

.block-second .item:nth-child(1),
.block-second .item:nth-child(3) {
    margin-right: 10px;
}


/* Hệ sinh thái nền tảng */
/* .platform-ecosystem .block-title-main {
    color: #444;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    width: 850px;
    padding: 38px;
    margin: 0 auto;
} */
.cloudgo-products {
    padding: 0;
    background-color: #fff;
}

.cloudgo-products .intro-container {
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 600;
    text-align: center;
    flex-wrap: wrap;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.cloudgo-products .intro-container .blue {
    color: #1b74e4;
}

.platform-ecosystem .products-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}

.platform-ecosystem .product-item {
    z-index: 1;
}

.platform-ecosystem .product-item:not(.qr-code) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 0;
    right: -66px;
    top: -7px;
    margin-right: 10px;
}

.platform-ecosystem .product-item:not(.qr-code).sieu-app-cloud-event,
.platform-ecosystem .product-item:not(.qr-code).sieu-app-cloud-check-in {
    left: -66px;
}

.platform-ecosystem .product-item img {
    width: 210px;
    margin-bottom: 1rem;
    object-fit: contain;
}

.platform-ecosystem .product-item.qr-code img {
    width: 210px;
    height: 210px;
    border-radius: 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.platform-ecosystem .product-item h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.platform-ecosystem .product-item p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.4;
}

.platform-ecosystem .product-item .qr-code-text p {
    color: #1B74E4;
}

.qr-code-text {
    text-align: center;
}

@media (max-width: 768px) {
    .platform-ecosystem .products-wrapper {
        gap: 1rem;
    }

    .platform-ecosystem .product-item {
        flex: 0 1 140px;
        padding: 1rem;
    }

    .platform-ecosystem .cloudgo-products .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .platform-ecosystem .product-item {
        flex: 0 1 120px;
    }
}

/* Crm từng ngành nghề */
.industry-crm {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.industry-crm .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #273444;
    margin-bottom: 1rem;
}

.industry-crm .section-subtitle {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.industry-crm .section-description {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.crm-solutions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.solution-item {
    flex: 0 1 calc(33.333% - 2rem);
    min-width: 300px;
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #1B74E4 0%, #10D5EB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

}

.solution-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
}

.solution-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(90deg, #1B74E4 0%, #10D5EB 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.solution-item:hover .solution-icon {
    background: #e3ebf7;
}

.solution-icon svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.solution-item h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1b74e4;
    margin-bottom: 1rem;
}

.solution-item p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .solution-item {
        flex: 0 1 calc(50% - 2rem);
    }

    .industry-crm .section-title {
        font-size: 2rem;
    }

    .industry-crm .section-subtitle {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .solution-item {
        flex: 0 1 100%;
        min-width: auto;
    }

    .industry-crm .section-title {
        font-size: 1.75rem;
    }

    .industry-crm .section-subtitle {
        font-size: 1.5rem;
    }

    .industry-crm .section-description {
        font-size: 1rem;
    }

    body .product-category-panel .flex-row {
        display: grid;
    }
}


/* Đăng ký trải nghiệm */
.sign-up-for-the-experience-section {
    margin-top: 50px;
}

.register-bottom {
    background: #1b74e4;
    border-radius: 2rem;
    text-align: center;
    color: white;
    padding: 3rem;
    position: relative;
    z-index: 9;
    top: -4rem;
}

.register-bottom form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.register-bottom input {
    width: 50%;
    border-radius: 50px;
    padding: 1.5rem;
    margin-right: 6px;
}

.register-bottom #home-1,
#home-2 {
    border-color: #fff;
    background: #fff;
    padding: 10px;
    color: #1b74e4;
}

.button-free-experience {
    width: 30%;
    font-weight: 600;
    border-radius: 45px;
    font-size: 20px;
    border-width: 2px;
}

/* Banner Advertising */
.banner-advertising img {
    width: 100%;
    padding: 80px;
}

/*
* Danh mục sản phẩm
*/
.product-category-panel {
    background: #fff;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
    border-radius: 15px;
}

.product-category-panel .flex-row {
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.product-category-panel .section-block-title h2 {
    font-size: 32px;
    float: left;
}

.product-category-panel .section-block-title h2 a {
    color: #000;
}

.product-category-panel .flex-left {
    margin-right: auto;
}

.product-category-panel .flex-col {
    max-height: 100%;
}

.product-category-panel .flex-right {
    margin-left: auto;
}

.product-category-panel .section-row-note,
.product-category-panel .section-row-note .block-note {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.product-category-panel .section-block-title {
    padding: 20px 30px;
}

.product-category-panel .section-row-note .block-note .label {
    color: #1B74E4;
    cursor: pointer;
}

.product-category-panel .filter-badge {
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 14px;
    background-color: #f2f2f2;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-category-panel .filter-badge.active {
    border: 1px solid #1B74E4;
    background: rgba(24, 144, 255, 0.05);
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.25)
}

.product-category-panel .filter-badge .dot {
    border-radius: 100px;
    background: #B5B5B5;
    width: 10px;
    height: 10px;
}

.product-category-panel .filter-badge.active .dot {
    background: #1890FF;
}

.product-category-panel .filter-badge.active .label {
    color: #1B74E4;
}

.product-category-panel .menu-sub-category {
    gap: 10px;
}

.product-category-panel .btn-see-more {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #696969;
}

.product-category-panel .btn-see-more svg {
    width: 13px;
    height: 13px;
}

.product-category-panel .section-block-title .block-tabs {
    margin-top: 10px;
}

.section-product-content .product-grid {
    padding: 0;
    margin-top: 30px;
}

/*
* Combo offer solution
*/
.combo-offer-solution .intro-container {
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
    flex-wrap: wrap;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}

.combo-offer-solution .intro-container .description {
    font-size: 20px;
}

.combo-offer-solution .block-offer-combo {
    display: inline-grid;
    gap: 5px;
}

.combo-offer-solution .intro-container span {
    color: #1B74E4;
    font-size: 40px;
    font-weight: 600;
}

.combo-offer-solution .intro-container .description p {
    color: #223140;
}

.combo-offer-solution .product-grid {
    grid-template-columns: repeat(3, 1fr);
}

.combo-offer-solution .block-offer {
    gap: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.combo-offer-solution .product-title {
    color: #000;
    font-size: 24px;
}

.block-offer .icon img {
    width: 20px;
    height: 20px;
}

.block-offer .label {
    font-weight: bold;
}


.product-category-panel .section-row-note .block-note .rental-service__sort-by .block-sorted-by.active {
    display: block;
}

.product-category-panel .section-row-note .block-note .rental-service__sort-by .block-sorted-by {
    position: absolute;
    top: 45px;
    right: 0;
    min-width: 250px;
    display: none;
}

.product-category-panel .rental-service__sort-by .block-sorted-by ul {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    padding-left: 0;
}

.filter-sort-ver-2.filter-sort-rental-product .sort-cate-left ul {
    display: flex;
    align-items: center;
    gap: unset;
    flex-wrap: wrap;
}

.product-category-panel .rental-service__sort-by li.btn-quick-sort.btn-sorted-by {
    display: flex;
    border: none;
    box-shadow: unset;
    background: #FFF;
    padding: 7px 14px;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
    font-weight: normal;
}

.product-category-panel .rental-service__sort-by li.btn-quick-sort.btn-sorted-by span {
    display: inline-block;
}

.product-category-panel .rental-service__sort-by span.btn-sorted-by__display-select {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid;
}

.sort-cate-left ul li.active {
    background: #fef2f2;
    box-shadow: unset;
    color: red;
    border: 1px solid red;
}

.btn-sorted-by-ver-2.active {
    background-color: #F2F2F2;
    color: red;
}

.product-category-panel .rental-service__sort-by li.btn-quick-sort.active span.btn-sorted-by__display-select {
    border-radius: 50%;
    border: 4px solid;
}

/* Mobile Product Tabs Styles */
.mobile-product-tabs {
    width: 100%;
    margin-bottom: 20px;
}

.mobile-tabs-container {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mobile-tabs-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-grid;
}

.mobile-tabs-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 12px;
    gap: 10px;
}

.mobile-tabs-scroll::-webkit-scrollbar {
    display: none;
}

.mobile-tab-item {
    flex: 0 0 auto;
    min-width: 110px;
    max-width: 180px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 12px 14px;
    background: #f8f9fa;
    border: 2px solid transparent;
    position: relative;
}

.mobile-tab-item.active {
    background: linear-gradient(135deg, #1b74e4 0%, #0d5cb6 100%);
    color: white;
    border-color: #1b74e4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27, 116, 228, 0.3);
}

.mobile-tab-item:not(.active):hover {
    background: #e9ecef;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mobile-tab-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    text-align: center;
    position: relative;
}

.tab-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 8px;
    background: #ff4757;
    color: white;
    z-index: 2;
}

.tab-badge.hot {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
}

.tab-badge.new {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
}

.tab-badge.sale {
    background: linear-gradient(135deg, #ffa726 0%, #ff9800 100%);
}

.tab-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1b74e4;
    transition: all 0.3s ease;
    /* margin-bottom: 4px; */
}

/* .tab-dot.active {
    background: white;
    transform: scale(1.3);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
} */

.mobile-tab-item:not(.active) .tab-dot {
    background: #dee2e6;
}

.mobile-tabs-container .tab-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-tabs-container .tab-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

.mobile-tabs-container .tab-count {
    font-size: 10px;
    opacity: 0.7;
    color: #666;
}

/* .mobile-tab-item.active .tab-name,
.mobile-tab-item.active .tab-count {
    color: white;
} */

/* .tab-active-indicator {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    z-index: 3;
} */

.tab-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tab-scroll-btn:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.1);
}

.tab-scroll-left {
    left: 6px;
}

.tab-scroll-right {
    right: 6px;
}

.tab-progress-container {
    height: 3px;
    background: #e9ecef;
    position: relative;
}

.tab-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #1b74e4 0%, #0d5cb6 100%);
    transition: width 0.3s ease;
    width: 0%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mobile-tab-item {
        min-width: 100px;
        padding: 10px 12px;
    }

    .mobile-tabs-container .tab-name {
        font-size: 12px;
    }

    .mobile-tabs-container .tab-count {
        font-size: 10px;
    }

    .combo-offer-solution .products-wrapper .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .mobile-tab-item {
        min-width: 90px;
        padding: 8px 10px;
    }

    .tab-name {
        font-size: 11px;
    }
}