/* =====================================================
   GLOBAL RESET
   ===================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* =====================================================
   FIRST PART – OUR STORY (DESKTOP DEFAULT ≥992px)
   ===================================================== */
.first-part {
    margin-bottom: 140px;
}

.our-story {
    padding-left: 50px;
}

.first-part img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

h6 {
    color: #999;
    font-size: 13px;
    padding-bottom: 6px;
}

h2 {
    font-size: 35px;
    color: #000;
    padding-bottom: 30px;
}

p {
    font-size: 17px;
    color: #5c5c5c;
    font-weight: 400;
    line-height: 1.7;
}

/* =====================================================
   FASHION DEMOCRACY (DESKTOP)
   ===================================================== */
.Fashion-Democracy {
    background-color: #f5f5f5;
    height: 730px;
}

.Fashion-Democracy h1 {
    padding-top: 100px;
    color: #000;
    font-size: 38px;
}

@media (min-width: 992px) {
    .husk-text-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .husk-text-section p {
        font-size: 17.7px;
        color: #555;
    }
}

.shop-btn {
    padding: 12.5px 38px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #1f1f1f;
    color: #fff;
}

/* =====================================================
   SECOND PART – OUR STORY
   ===================================================== */
.second-part {
    padding: 80px 0;
}

.second-part .who-we-are h6 {
    font-size: 14.5px;
    font-weight: 500;
    color: #999;
}

.second-part .who-we-are h2 {
    font-size: 43px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}

.second-part .who-we-are p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 32px;
    max-width: 530px;
}

/* =====================================================
   THREADS OF TIME
   ===================================================== */
.threads {
    background-color: #ff7062;
    height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.threads p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

/* =====================================================
   CHINA BOSKI
   ===================================================== */
.first-img {
    width: 133%;
    height: 355px;
}

.img-2 {
    padding-left: 166px;
}

.img-3 {
    padding-left: 40px;
    width: 126%;
}

/* =====================================================
   CUSTOMER REVIEWS
   ===================================================== */
.what-buy {
    font-size: 13px;
    color: #999;
}

.customer {
    font-size: 36px;
    color: #000;
    font-weight: 500;
}

#testimonialCarousel .testimonial {
    margin: 0 auto;
    max-width: 700px;
}

#testimonialCarousel p {
    font-size: 25px;
    font-style: italic;
    line-height: 1.6;
    margin-top: 70px;
    color: #000;
}

.sabina-2 {
    font-size: 15.5px;
    font-weight: 400;
    margin-top: 25px;
    color: #999;
}

.carousel-control-prev,
.carousel-control-next {
    width: 2%;
}

/* =====================================================
   INSTAGRAM GRID
   ===================================================== */
.husk-row {
    margin-top: 180px;
}

.insta-wrapper {
    position: relative;
    width: 100%;
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.insta-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.insta-item.gap-top {
    padding-top: 8px;
}

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

.insta-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.35);
    opacity: 0;
    transition: opacity .35s ease;
}

.insta-item:hover::after {
    opacity: .2;
}

.insta-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1f1f1f;
    color: #fff;
    border: none;
    padding: 16px 35px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

/* =====================================================
   FREE SHIPPING
   ===================================================== */
.feature-icon i {
    font-size: 30px;
    color: #000;
}

.row-h6-p h5 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.row-h6-p p {
    font-size: 13px;
}

/* =====================================================
   TABLET RESPONSIVE (768px – 991px)
   ===================================================== */
@media (min-width: 768px) and (max-width: 991px) {

    /* ================= FIRST PART ================= */
    .first-part {
        display: flex;
        align-items: flex-start;
        margin-bottom: 80px;
        gap: 50px;
    }

    .first-part>div:first-child {
        flex: 0 0 auto;
    }

    .first-part img {
        width: auto;
        height: auto;
        max-width: 135%;
        margin-top: 45px;
        display: block;
    }

    .our-story {
        flex: 1;
        margin-top: 70px;
    }

    h2 {
        font-size: 30px;
    }

    p {
        font-size: 16px;
    }

    .paddd-p {
        margin-bottom: 30px !important;
    }

    .the-new-p {
        margin-top: 30px !important;
        margin-bottom: 15px !important;
    }

    /* ================= FASHION DEMOCRACY ================= */
    .Fashion-Democracy {
        height: auto;
        padding-bottom: 60px;
    }

    .Fashion-Democracy h1 {
        padding-top: 90px;
        padding-bottom: 50px;
        font-size: 34px;
        text-align: center;
    }

    .shop-btn {
        padding: 12.5px 38px;
        font-size: 17px;
        font-weight: 500;
        border: none;
        background-color: #000;
        color: #fff;
    }

    .husk-text-section>.left-text {
        flex: 0 0 45%;
    }

    .husk-text-section>.right-text {
        flex: 0 0 45%;
    }

    .husk-text-section>.col-12.text-center {
        flex-basis: 100%;
        margin-top: 40px;
    }

    .husk-text-section p {
        font-size: 18px;
        line-height: 1.6;
        color: #555;
    }

    /* ================= SECOND PART ================= */
    .second-part {
        padding: 50px 6px;
    }

    /* ================= THREADS OF TIME ================= */
    .threads {
        padding: 50px 20px;
        height: 225px;
        margin-bottom: 20px !important;
    }

    .threads p {
        font-size: 20px;
        font-weight: 700;
    }

    /* ================= CUSTOMER REVIEWS ================= */
    #testimonialCarousel .testimonial {
        margin: 0 auto;
        max-width: 740px;
    }

    #testimonialCarousel p {
        font-size: 22px;
        margin-top: 40px;
        line-height: 1.6;
    }

    .customer {
        font-size: 32px;
    }

    /* ================= CHINA BOSKI ================= */
    .cont-padd {
        padding: 65px;
        padding-top: 30px;
    }

    .second-img {
        height: 170px !important;
        object-fit: fill;
    }

    .fourth-img {
        padding-top: 0px;
        height: 200px !important;
        object-fit: fill;
    }

    .img-2,
    .img-3 {
        padding-left: 0;
    }

    .cont-padd img {
        width: 100%;
        height: auto;
    }

    /* ================= INSTAGRAM GRID ================= */
    .insta-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .husk-row {
        margin-top: 20px;
        padding: 5px;
    }

    /* ================= FEATURES SECTION (2 + 2) ================= */
    .feature-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 10px;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .feature-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .feature-item h5 {
        font-size: 16px;
    }

    .feature-item p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .feature-icon i {
        font-size: 25px;
    }
}


/* =====================================================
   MOBILE RESPONSIVE (≤767px)
/* =====================================================
   MOBILE RESPONSIVE (max-width: 767px)
   ===================================================== */
@media (max-width: 767px) {

    .first-part {
        margin-bottom: 60px;
        padding: 4px;
        flex-direction: column;
    }

    .our-story {
        padding-left: 13px;
        padding-top: 30px;
    }

    .second-part {
        padding: 60px 0;
    }

    h2 {
        font-size: 28px;
        padding-bottom: 0px !important;
    }

    .ya-wala-p {
        font-size: 16.5px;
        padding-bottom: 15px;
    }

    .the-custom-p {
        padding-bottom: 25px;
    }

    .Fashion-Democracy {
        height: auto;
        padding-bottom: 50px;
    }

    .Fashion-Democracy h1 {
        padding-top: 50px;
        font-size: 27px;
        padding-bottom: 45px;
        text-align: center;
    }

    .padd-zero {
        padding: 3px !important;
    }

    .shop-btn {
        padding-bottom: 26px;
        padding: 12.5px 38px;
        font-size: 16px;
        font-weight: 500;
        border: none;
        background-color: #1f1f1f;
        color: #fff;
        margin-top: 10px;
    }

    .cust-p {
        padding-left: 13px;
    }

    .who-we-are-again {
        margin-top: 30px;
        padding: 15px;
    }

    .threads {
        height: auto;
        padding: 40px 15px;
    }

    .threads p {
        font-size: 20px;
        margin-top: 40px;
    }

    .first-img {
        width: 100%;
        height: 220px;
        object-fit: fill;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0px;
    }

    .img-2 {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 20px;
    }

    .second-img {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        height: 220px;
        object-fit: fill;
    }

    .img-3 {
        padding-left: 0px;
        width: 100%;
        max-width: 100%;
        height: 220px;
        object-fit: fill;
        margin-bottom: 20px;
    }

    .fourth-img {
        width: 100%;
        height: 220px;
        object-fit: fill;
        max-width: 100%;
    }

    .cont-padd {
        padding: 20px;
    }

    .insta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .husk-row {
        margin-top: 80px;
    }

    #testimonialCarousel .testimonial {
        padding: 0px !important;
    }

    #testimonialCarousel p {
        font-size: 20px;
        margin-top: 30px;
    }

    .customer {
        font-size: 28px;
    }

    /* ================= FEATURES SECTION (UPDATED) ================= */
    .feature-row {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
        align-items: stretch;
    }

    .feature-item {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
        padding: 15px 10px;
    }

    .feature-icon {
        margin-bottom: 10px;
    }

    .feature-icon i {
        font-size: 26px;
    }

    .feature-item h5 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .feature-item p {
        font-size: 13.4px;
        line-height: 1.4;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .feature-item .ps-lg-2 {
        padding-left: 0 !important;
    }

    .new-con {
        padding-left: 0px !important;
    }
}