.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-section {
    margin-top: 20px;
    margin-bottom: 40px;
}

.hero-wrapper {
    display: flex;
    gap: 20px;
    height: 400px;
    width: 100%;
}

.main-banner {
    flex: 2.5;
    background-color: #f4f4f4;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px;
}

.banner-content {
    z-index: 2;
    max-width: 45%;

    background: #ffffff1d;
    padding: 30px;
    border-radius: 20px;
}

.banner-content h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #111;
    line-height: 1.2;
    font-weight: 800;
}

.banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 500;
}

.banner-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 1;
}

.suggested-product {
    flex: 1;
    background-color: white;
    border: 2px solid #e3bc3b;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e43f3f;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.s-img img {
    max-width: 65%;
    height: auto;
    margin: 10px 0;
}

.price-box .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.price-box .new-price {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.btn-sm {
    background-color: #e3bc3b;
    color: black;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.categories {
    margin-bottom: 50px;
}

.section-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: black;
    font-weight: 700;
}

.category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.cat-card {
    width: 15%;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.cat-card:hover {
    border-color: #e3bc3b;
    background-color: #aaaaaa;
    box-shadow: 0 5px 15px #00000018;
}

.cat-icon {
    font-size: 30px;
    color: #e3bc3b;
    margin-bottom: 10px;
}

.cat-card p {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.products {
    margin-bottom: 60px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.view-all {
    color: #e3bc3b;
    font-weight: 600;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.product-card {
    width: 23%;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    transition: 0.3s;
}

.product-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e3bc3b;
    color: black;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;

    &.new {
        background-color: #4CAF00;
        color: white;
    }

    &.foyda {
        background-color: orange;
        color: white;
    }
}


.p-img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.p-img img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.p-cat {
    font-size: 12px;
    color: #888;
}

.product-card h3 {
    font-size: 16px;
    margin: 5px 0 10px;
    color: black;
    height: 40px;
    overflow: hidden;
}

.p-price {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
}

.add-cart-btn {
    width: 100%;
    padding: 10px;
    background-color: white;
    border: 2px solid #e3bc3b;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.add-cart-btn:hover {
    background-color: #e3bc3b;
    color: white;
}

.gold-text {
    color: #e3bc3b;
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #e3bc3b;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
}

.btn:hover {
    background-color: #c9a632;
}

.qulayliklar {
    display: flex;
    justify-content: space-between;
    padding: 50px 20px;
    gap: 20px;
}

.qulay-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 30%;
}

.qulay-box i {
    font-size: 40px;
    color: #e3bc3b;
    margin-bottom: 15px;
}

.qulay-box h3 {
    color: black;
}

.azolik-area {
    margin-bottom: 60px;
}

.paketlar-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.paket-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 20px;
    width: 23%;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.paket-card:hover {
    box-shadow: 0 10px 20px #0000001a;
    background-color: #fbdb7344;
    border-color: #e3bc3b;
    transform: translateY(-5px);
}

.paket-card h3 {
    margin-bottom: 15px;
    color: black;
    font-size: 18px;
}

.paket-card ul {
    text-align: left;
    margin-bottom: 70px;
}

.paket-card ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.paket-card ul li i {
    color: #ffc400;
    margin-right: 8px;
}




.paket-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
}


.paket-btn:hover {
    background-color: #333;
    color: white;
}

.paket-card.oltin {
    border: 2px solid #e3bc3b;
}

.best-choice {
    position: absolute;
    top: -12px;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #e3bc3b;
    color: black;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .hero-section {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .hero-wrapper {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }

    .main-banner {
        width: 100%;
        height: auto;
        min-height: 250px;
        padding: 20px;
        flex: none;
    }

    .banner-content {
        max-width: 100%;
        background: #ffffffbb;
        padding: 15px;
        border-radius: 10px;
    }

    .banner-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner-content p {
        font-size: 14px;
        margin-bottom: 15px;
        color: #333;
    }

    .banner-img {
        opacity: 0.8;
        width: 100%;
    }

    .btn {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 10px;
    }



    .suggested-product {
        width: 100%;
        flex: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        text-align: left;
        gap: 15px;
        border-width: 1px;
    }

    .suggested-product .s-img {
        width: 35%;
        height: auto;
        display: flex;
        justify-content: center;
        order: 2;
    }

    .suggested-product .s-img img {
        width: 100%;
        max-width: 100px;
        height: auto;
        object-fit: contain;
        margin: 0;
    }

    .suggested-info {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        order: 1;
    }

    .suggested-product h4 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.3;
    }

    .suggested-product .price-box .old-price {
        font-size: 12px;
    }

    .suggested-product .price-box .new-price {
        font-size: 18px;
        color: black;
    }

    .suggested-product .btn-sm {
        margin-top: 8px;
        font-size: 13px;
        padding: 6px 15px;
        width: auto;
    }

    .suggested-product .badge {
        left: 10px;
        top: -8px;
        font-size: 10px;
    }


    .category-list {
        justify-content: space-between;
        gap: 10px;
    }

    .cat-card {
        width: 48%;
        padding: 15px;
        margin-bottom: 0;
    }

    .cat-icon {
        font-size: 24px;
    }

    .cat-card p {
        font-size: 13px;
    }

    .product-list {
        gap: 10px;
    }

    .product-card {
        width: 48%;
        padding: 10px;
    }

    .p-img {
        height: 140px;
        margin-bottom: 5px;
    }

    .product-card h3 {
        font-size: 14px;
        height: 38px;
        margin: 5px 0;
        line-height: 1.3;
    }

    .p-price {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .curr-price {
        font-size: 14px;
    }

    .add-cart-btn {
        padding: 8px;
        font-size: 13px;
    }

    .qulayliklar {
        flex-direction: column;
        padding: 30px 15px;
        gap: 15px;
    }

    .qulay-box {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
        padding: 15px;
    }

    .qulay-box i {
        margin-bottom: 0;
        font-size: 32px;
    }

    .qulay-box h3 {
        font-size: 16px;
        margin: 0;
    }

    .paketlar-wrapper {
        flex-direction: column;
    }

    .paket-card {
        width: 100%;
        margin-bottom: 15px;
    }

    .paket-btn {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        display: block;
    }

    .paket-card ul {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .banner-content h2 {
        font-size: 20px;
    }
}