.main-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    width: 100%;
    position: relative;
}


.slide {
    width: 100%;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out;
}

    .slide.active {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

.Home-banner {
    width: 100%;
    height: auto;
    display: block;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, .4);
    color: white;
    font-size: 25px;
    cursor: pointer;
    z-index: 5;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

    .dot.active {
        width: 15px;
        height: 13px;
        border-radius: 0;
        background: url('/images/site/icons/activeStar.svg') center/contain no-repeat;
    }

.category-section {
    padding: 50px 0;
}

.category-list {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}


.category-item {
    text-align: center;
    flex: 1;
    text-decoration: none;
}


.category-img {
    width: 93px;
    height: 93px;
    margin: 0 auto;
    -webkit-mask-image: url("/images/site/HomePage/cover.svg");
    mask-image: url("/images/site/HomePage/cover.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    overflow: hidden;
}


    .category-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.category-item span {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    color: #222;
}


.products-section {
    padding: 80px;
}

.products-box {
    border: 1px solid #AFAFAF;
    border-radius: 10px;
    padding: 23px 40px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .section-title img {
        width: 32px;
        height: 32px;
    }

    .section-title h2 {
        margin: 0;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #0F0A95;
    }

.show-all {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}

.product-card {
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
}


.card-info {
    height: 134px;
    padding: 11px;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
}

.product-name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    min-height: 45px;
}

.swiper-slide {
    text-decoration: none;
    color: inherit;
}

    .swiper-slide:hover {
        color: inherit;
    }

.product-name h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.product-name span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    direction: ltr;
    color: #000000;
    line-height: 1.5;
}

.price,
.budget-laptop-price {
    margin-top: auto;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    padding-right: 10px;
    position: relative;
    bottom: 0;
    text-decoration: none;
}

.price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.old-price {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: line-through;
    color: #AFAFAF;
}

.folded-shape {
    width: 88%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.rounded-4 {
    border-radius: 11.25px !important;
}


.banners-section {
    padding: 15px 80px 80px 0px;
}


.deals-section {
    padding: 0 80px;
}

.deals-container {
    border: 1px solid #AFAFAF;
    border-radius: 10px;
    padding: 30px 48px;
    background: url('/images/site/HomePage/pattern.svg') repeat, #000000;
}


.deals-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.deals-title-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .deals-title-box img {
        width: 32px;
        height: 32px;
    }

    .deals-title-box h2 {
        margin: 0;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #FFFFFF;
    }

.show-all-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
}

.deal-card {
    overflow: hidden;
}

.deal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
}

.deal-details {
    height: 134px;
    padding: 11px;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
}

.deal-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    min-height: 45px;
}

    .deal-info h3 {
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.7;
        text-align: right;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-decoration: none;
    }

    .deal-info span {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        line-height: 1.5;
        letter-spacing: 0%;
        direction: ltr;
        color: #000000;
    }

.price-tag {
    margin-top: auto;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    padding-right: 10px;
    position: relative;
    bottom: 0;
    text-decoration: none;
}

.swiper-slide {
    text-decoration: none;
    color: inherit;
}

    .swiper-slide:hover {
        color: inherit;
    }


/**laptop section **/
.budget-laptops-section {
    padding: 0 80px;
}

.budget-laptops-container {
    border: 1px solid #AFAFAF;
    border-radius: 10px;
    padding: 30px 48px;
    background: url('/images/site/HomePage/swiperBg.png') center center/cover no-repeat;
}

.budget-laptops-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.budget-laptops-title-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .budget-laptops-title-box img {
        width: 32px;
        height: 32px;
    }

    .budget-laptops-title-box h2 {
        margin: 0;
        font-weight: 500;
        font-size: 20px;
        color: #fff;
    }

.budget-show-all-link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.budget-laptop-card {
    overflow: hidden;
}

.budget-laptop-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
}

.budget-laptop-details {
    height: 134px;
    padding: 11px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
}

.budget-laptop-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    min-height: 45px;
}

    .budget-laptop-info h3 {
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.7;
        text-align: right;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .budget-laptop-info span {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        direction: ltr;
        color: #000;
    }

.budget-price-tag {
    margin-top: auto;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    padding-right: 10px;
    position: relative;
    bottom: 15px;
}

.budget-laptops-swiper .swiper-slide {
    text-decoration: none;
    color: inherit;
}

    .budget-laptops-swiper .swiper-slide:hover {
        color: inherit;
    }


.laptop-categories-section {
    padding: 0 80px;
}

.laptop-categories-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.laptop-category-card {
    width: 317px;
    height: 700px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block;
    text-decoration: none;
}

    .laptop-category-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s;
    }

    .laptop-category-card:hover img {
        transform: scale(1.06);
    }

.laptop-category-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    z-index: 2;
}

.laptop-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, .1), transparent);
}

/** economic-products **/
.economic-products-section {
    padding: 0 80px;
}

.economic-products-container {
    border: 1px solid #AFAFAF;
    border-radius: 10px;
    padding: 30px 48px;
    background: url('/images/site/HomePage/economicProductsBg.png') left center / cover no-repeat;
}

.economic-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.economic-products-title-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .economic-products-title-box h2 {
        margin: 0;
        color: #0F0A95;
        font-size: 20px;
        font-weight: 500;
    }

.economic-products-link {
    color: #0F0A95;
    text-decoration: none;
    font-size: 15px;
}

.economic-product-card {
    overflow: hidden;
}

.economic-product-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.economic-product-content {
    height: 134px;
    padding: 11px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
}

.economic-product-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    min-height: 45px;
}

    .economic-product-info h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .economic-product-info span {
        font-size: 16px;
        font-weight: 400;
        direction: ltr;
        color: #000;
    }

.economic-product-price {
    margin-top: auto;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding-right: 10px;
    position: relative;
    bottom: 0;
}

.economic-products-swiper .swiper-slide {
    text-decoration: none;
    color: inherit;
}

    .economic-products-swiper .swiper-slide:hover {
        color: inherit;
    }

.brand-strip-section {
    width: 100%;
    padding: 24px 0;
    background: #fff;
}

.brand-strip {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: url('/images/site/HomePage/brand-strip.svg') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    min-height: 225px;
    direction: ltr;
}

.brand-item {
    flex: 1 1 230px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}


    .brand-item img {
        width: 100%;
        max-width: 140px;
        max-height: 88px;
        object-fit: contain;
    }


.brand-divider {
    width: 1px;
    height: 134px;
    background: #8C8C8C;
    flex: 0 0 1px;
}


.brand-next {
    flex: 0 0 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


    .brand-next img {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }

.brand-badge {
    flex: 0 0 200px;
    min-height: 207px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('/images/site/HomePage/brand-strip.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 15px;
    color: #fff;
}

    .brand-badge::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.16), transparent 45%);
        pointer-events: none;
    }

.brand-badge-icon {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}


.brand-badge-text {
    position: relative;
    z-index: 2;
    text-align: center;
}

    .brand-badge-text p {
        margin: 0;
        font-size: 20px;
        line-height: 1.6;
        font-weight: 500;
    }

.cosmic-wonders-section {
    padding: 0 80px;
}

.cosmic-wonders-container {
    border: 1px solid #AFAFAF;
    border-radius: 10px;
    padding: 30px 48px;
}

.cosmic-wonders-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.cosmic-wonders-title-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .cosmic-wonders-title-box h2 {
        margin: 0;
        color: #0F0A95;
        font-size: 20px;
        font-weight: 500;
    }

.cosmic-wonders-link {
    color: #0F0A95;
    text-decoration: none;
    font-size: 15px;
}

.cosmic-wonders-card {
    overflow: hidden;
}

.cosmic-wonders-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.cosmic-wonders-content {
    height: 134px;
    padding: 11px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
}

.cosmic-wonders-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    min-height: 45px;
}

    .cosmic-wonders-info h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .cosmic-wonders-info span {
        font-size: 16px;
        font-weight: 400;
        direction: ltr;
        color: #000;
    }

.cosmic-wonders-price {
    margin-top: auto;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding-right: 10px;
    position: relative;
    bottom: 0;
}

.cosmic-wonders-swiper .swiper-slide {
    text-decoration: none;
    color: inherit;
}

    .cosmic-wonders-swiper .swiper-slide:hover {
        color: inherit;
    }

.image-grid-section {
    padding: 40px 80px;
}

.image-grid-row {
    margin-left: -10px;
    margin-right: -10px;
}

.image-col {
    padding-left: 0px;
    padding-right: 5px;
    margin-bottom: 3px;
}

    .image-col img {
        width: 100%;
        border-radius: 20px;
        display: block;
    }


.second-brand-strip-section {
    width: 100%;
    padding: 24px 0;
    background: #fff;
}

.second-brand-strip {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: url('/images/site/HomePage/brand-strip.svg') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    min-height: 225px;
    direction: ltr;
}

.second-brand-item {
    flex: 1 1 230px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}


    .second-brand-item img {
        width: 100%;
        max-width: 140px;
        max-height: 88px;
        object-fit: contain;
    }


.second-brand-divider {
    width: 1px;
    height: 134px;
    background: #8C8C8C;
    flex: 0 0 1px;
}


.second-brand-next {
    flex: 0 0 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


    .second-brand-next img {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }

.second-brand-badge {
    flex: 0 0 200px;
    min-height: 207px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('/images/site/HomePage/second-brand-strip.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 15px;
    color: #fff;
}

    .second-brand-badge::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.16), transparent 45%);
        pointer-events: none;
    }

.second-brand-badge-icon {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}


.second-brand-badge-text {
    position: relative;
    z-index: 2;
    text-align: center;
}

    .second-brand-badge-text p {
        margin: 0;
        font-size: 20px;
        line-height: 1.6;
        font-weight: 500;
    }

.gallery-section {
    padding: 60px 80px;
}


.gallery-header {
    margin-bottom: 30px;
}


    .gallery-header h2 {
        font-family: Yekan Bakh FaNum;
        font-weight: 500;
        font-style: Medium;
        font-size: 22px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
    }


.gallery-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(7, 195px);
    gap: 35px;
    justify-content: center;
}


.gallery-img {
    width: 195px;
    height: 195px;
    object-fit: cover;
    display: block;
}

.blog-section {
    width: 100%;
    direction: rtl;
    padding: 40px 80px;
}


.blog-header {
    text-align: right;
    margin-bottom: 30px;
}

    .blog-header h2 {
        font-family: Yekan Bakh FaNum;
        font-weight: 500;
        font-style: Medium;
        font-size: 22px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
    }


.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


.blog-item {
    text-align: right;
}


    .blog-item a {
        text-decoration: none;
        color: inherit;
        display: block;
    }


    .blog-item img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 20px;
        display: block;
    }


    .blog-item h3 {
        margin-top: 16px;
        font-family: Yekan Bakh FaNum;
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        text-align: right;
    }


.mobile-banners {
    display: none;
}

@media (max-width: 1600px) {

    .brand-strip {
        min-height: 200px;
    }


    .brand-item img {
        max-width: 120px;
        max-height: 75px;
    }


    .brand-divider {
        height: 110px;
    }


    .brand-next {
        flex-basis: 45px;
    }


    .brand-badge,
    .second-brand-badge {
        flex-basis: 173px;
        min-height: 173px;
        margin-right: 7px;
    }


    .brand-badge-text p,
    .second-brand-badge-text p {
        font-size: 18px;
    }

    .brand-strip,
    .second-brand-strip {
        width: min(87%, 1600px);
    }
}

@media (max-width: 1400px) {

    .brand-strip {
        min-height: 200px;
    }


    .brand-item img {
        max-width: 120px;
        max-height: 75px;
    }


    .brand-divider {
        height: 110px;
    }


    .brand-next {
        flex-basis: 45px;
    }


    .brand-badge,
    .second-brand-badge {
        flex-basis: 139px;
        min-height: 139px;
    }


    .brand-badge-text p,
    .second-brand-badge-text p {
        font-size: 18px;
    }

    .brand-strip,
    .second-brand-strip {
        width: min(87%, 1600px);
    }

    .gallery-grid {
        grid-template-columns: repeat(6, 170px);
        gap: 18px;
    }


    .gallery-img {
        width: 170px;
        height: 170px;
    }
}


@media (max-width: 1200px) {
    .brand-strip {
        min-height: 190px;
    }

    .brand-badge {
        flex-basis: 122px;
        min-height: 123px;
    }

        .brand-badge p {
            font-size: 17px;
        }

    .brand-item img {
        max-height: 70px;
    }

    .brand-strip {
        width: min(87%, 1600px);
    }

    .gallery-grid {
        grid-template-columns: repeat(5, 160px);
    }


    .gallery-img {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 992px) {
    .brand-strip {
        flex-wrap: wrap;
        min-height: auto;
    }

    .brand-badge {
        order: -1;
        width: 100%;
        flex-basis: 100%;
        min-height: 140px;
        clip-path: none;
        border-radius: 0;
    }

    .brand-divider {
        display: none;
    }

    .brand-item {
        width: 33.333%;
        flex: 0 0 33.333%;
        min-height: 120px;
        border-top: 1px solid #ddd;
    }

    .brand-strip {
        min-height: 170px;
    }


    .brand-item {
        padding: 0 8px;
    }


        .brand-item img {
            max-width: 90px;
            max-height: 60px;
        }


    .brand-divider {
        height: 90px;
    }


    .brand-next {
        flex-basis: 35px;
    }


        .brand-next img {
            width: 12px;
            height: 12px;
        }


    .brand-badge {
        flex: 0 0 140px;
        min-height: 155px;
        margin-right: 8px;
    }


    .brand-badge-icon {
        width: 22px;
        height: 22px;
        margin-bottom: 8px;
    }


    .brand-badge-text p {
        font-size: 15px;
    }

    .gallery-grid {
        grid-template-columns: repeat(4, 150px);
        gap: 15px;
    }


    .gallery-img {
        width: 150px;
        height: 150px;
    }


    .desktop-banners {
        display: none;
    }

    .mobile-banners {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .mobile-banner {
        width: 100%;
        overflow: hidden;
        border-radius: 6px;
    }

        .mobile-banner img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


    .mobile-banner-main img {
        object-fit: cover;
    }

    .banners-section {
        padding: 15px 10px 20px 10px;
    }

    .mobile-banner-row {
        display: flex;
        gap: 4px;
        width: 100%;
    }

        .mobile-banner-row .mobile-banner {
            width: 50%;
        }

    .laptop-categories-section {
        padding: 0 12px;
    }

    .laptop-categories-wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
        padding: 0;
        width: 100%;
    }

    .laptop-category-card {
        width: auto;
        height: auto;
        border-radius: 14px;
        position: relative;
        overflow: hidden;
        display: block;
    }

        .laptop-category-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .laptop-categories-wrapper > .laptop-category-card:nth-child(1),
    .laptop-categories-wrapper > .laptop-category-card:nth-child(2) {
        grid-column: span 3;
        height: 223px;
    }

    .laptop-categories-wrapper > .laptop-category-card:nth-child(3),
    .laptop-categories-wrapper > .laptop-category-card:nth-child(4),
    .laptop-categories-wrapper > .laptop-category-card:nth-child(5) {
        grid-column: span 2;
        height: 282px;
    }

    .laptop-category-title {
        font-size: 13px;
        bottom: 10px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .image-col img {
        width: 100%;
        border-radius: 8px;
        display: block;
    }

    .image-grid-section {
        padding: 18px 10px;
    }

    .gallery-section {
        padding: 18px 12px;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

        .gallery-grid a {
            display: block;
            width: 100%;
            margin: 0;
        }

        .gallery-grid .gallery-img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .blog-item {
        width: 100%;
    }

        .blog-item a {
            display: block;
            width: 100%;
        }

        .blog-item img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            border-radius: 10px;
        }

        .blog-item h3 {
            font-size: 13px;
            line-height: 1.6;
            margin-top: 8px;
            text-align: right;
        }

    .blog-section {
        width: 100%;
        direction: rtl;
        padding: 40px 20px;
    }

    .category-section {
        overflow: hidden;
        padding: 24px 8px;
    }

    .category-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 4px;
    }

        .category-list::-webkit-scrollbar {
            display: none;
        }

    .category-item {
        flex: 0 0 auto;
    }
}

@media (max-width: 992px) {

    .second-brand-strip-section {
        padding: 10px 12px !important;
        background: transparent;
    }

    .second-brand-strip {
        width: 100% !important;
        min-height: 83px !important;
        height: 83px !important;
        position: relative;
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 4px !important;
        box-sizing: border-box;
        overflow: hidden !important;
        background: url('/images/site/HomePage/Vector.jpg') no-repeat center !important;
        background-size: 100% 100% !important;
    }

    .second-brand-badge {
        order: 1 !important;
        flex: 0 0 72px !important;
        width: 72px !important;
        min-height: 72px !important;
        height: 72px !important;
        margin: 0 !important;
        padding: 4px 2px;
        box-sizing: border-box;
        background: url('/images/site/HomePage/Clippathgroup.png') no-repeat center !important;
        background-size: 100% 100% !important;
    }

    .second-brand-badge-icon {
        width: 18px !important;
        height: 18px !important;
        margin-bottom: 3px !important;
    }

    .second-brand-badge-text p {
        font-size: 10px !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
    }

    .second-brand-swiper {
        order: 2 !important;
        flex: 1 1 auto !important;
        height: 83px !important;
        min-width: 0 !important;
        margin: 0 4px !important;
        overflow: hidden !important;
    }

        .second-brand-swiper .swiper-wrapper {
            height: 100% !important;
            align-items: center !important;
        }

        .second-brand-swiper .swiper-slide {
            height: 100% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

    .second-brand-item {
        width: 100% !important;
        height: 100% !important;
        padding: 0 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-right: 1px solid #E0E0E0 !important;
        box-sizing: border-box;
    }

        .second-brand-item img {
            max-width: 75px !important;
            max-height: 40px !important;
            width: auto !important;
            height: auto !important;
            object-fit: contain !important;
        }

    .second-brand-next {
        order: 3 !important;
        flex: 0 0 24px !important;
        width: 24px !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transform: rotate(180deg) !important;
    }

        .second-brand-next img {
            width: 12px !important;
            height: 12px !important;
            display: block !important;
        }


    .brand-strip-section {
        padding: 10px 12px !important;
        background: transparent !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .brand-strip {
        width: 100% !important;
        min-height: 83px !important;
        height: 83px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-direction: row-reverse !important;
        background: url('/images/site/HomePage/Vector.jpg') no-repeat center !important;
        background-size: 100% 100% !important;
        padding: 0 4px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    .brand-swiper,
    .swiper-container {
        flex: 1 !important;
        min-width: 0 !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        overflow: hidden !important;
    }

    .swiper-wrapper {
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }

    .swiper-slide {
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-right: 1px solid #E0E0E0 !important;
    }


    .brand-badge {
        flex: 0 0 72px !important;
        width: 72px !important;
        min-height: 72px !important;
        height: 72px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin-right: 4px !important;
        margin-left: 0 !important;
        padding: 4px 2px;
        box-sizing: border-box;
        background: url('/images/site/HomePage/Clippathgroup1.png') no-repeat center !important;
        background-size: 100% 100% !important;
    }

    .brand-badge-icon {
        width: 16px !important;
        height: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 2px !important;
    }

        .brand-badge-icon img,
        .brand-badge-icon svg {
            width: 100% !important;
            height: 100% !important;
            display: block !important;
            object-fit: contain !important;
        }

    .brand-badge-text {
        display: block !important;
    }

        .brand-badge-text p {
            font-size: 9.5px !important;
            line-height: 1.2 !important;
            font-weight: 700 !important;
            color: #ffffff !important;
            text-align: center !important;
            margin: 0 !important;
            white-space: pre-line !important;
        }

    .brand-next {
        flex: 0 0 24px !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transform: rotate(180deg) !important;
    }


    .swiper-wrapper {
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }

    .swiper-slide {
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .brand-item {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        height: 100% !important;
        padding: 0 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

        .brand-item img {
            width: auto !important;
            height: auto !important;
            max-width: 60px !important;
            max-height: 35px !important;
            display: block !important;
            object-fit: contain !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

    .brand-divider {
        width: 1px !important;
        min-width: 1px !important;
        height: 40px !important;
        background-color: #D9D9D9 !important;
        display: block !important;
        flex: 0 0 1px !important;
        margin: 0 2px !important;
    }

    .brand-next {
        flex: 0 0 20px !important;
        width: 20px !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        .brand-next img,
        .brand-next svg {
            width: 12px !important;
            height: 12px !important;
            display: block !important;
            object-fit: contain !important;
        }

    .products-box {
        border: 1px solid #AFAFAF;
        border-radius: 10px;
        padding: 20px;
    }

    .products-section {
        padding: 20px;
    }

    .deals-section,
    .budget-laptops-section,
    .economic-products-section,
    .cosmic-wonders-section {
        padding: 0 20px;
    }

    .deals-container,
    .budget-laptops-container,
    .economic-products-container,
    .cosmic-wonders-container {
        padding: 30px 20px;
    }

    .product-name,
    .deal-info,
    .budget-laptop-info,
    .economic-product-info,
    .cosmic-wonders-info {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .price,
    .price-tag,
    .budget-price-tag,
    .economic-product-price,
    .cosmic-wonders-price {
        text-align: left;
    }


    .brand-item {
        width: 50%;
        flex-basis: 50%;
    }

    .brand-badge p {
        font-size: 16px;
    }

    .brand-strip-section {
        padding: 15px 0;
    }


    .brand-strip {
        min-height: 120px;
    }


    .brand-item {
        flex: 0 0 100px;
        padding: 0 5px;
    }


        .brand-item img {
            max-width: 70px;
            max-height: 45px;
        }


    .brand-divider {
        height: 60px;
    }


    .brand-next {
        flex: 0 0 30px;
    }


        .brand-next img {
            width: 10px;
            height: 10px;
        }


    .brand-badge {
        flex: 0 0 100px;
        min-height: 110px;
        margin-right: 5px;
    }


    .brand-badge-icon {
        width: 18px;
        height: 18px;
    }


    .brand-badge-text p {
        font-size: 12px;
    }

    .product-name span,
    .deal-info span,
    .economic-product-info span,
    .cosmic-wonders-info span {
        font-weight: 400;
        font-size: 14px;
        text-align: center;

    }

    .product-name h3,
    .deal-info h3,
    .economic-product-info h3,
    .cosmic-wonders-info h3,
    .budget-laptop-info h3 {
        margin: 0;
        font-weight: 400;
        font-size: 13px;
        text-align: center;
    }
}
