/* ============================
   GLOBAL / DEFAULT STYLES
   (Desktop-first, then overrides below)
============================ */

.icon-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    height: 230px;
    /* height: 190px; */
    transition: transform 0.4s ease-in-out;
    display: block;
    /* border: 2px solid #f5cb5c; */
}

.icon:hover {
    transform: scale(1.15);
}

.newprice {
    margin-left: -10px;
    margin-top: 12px;
}

.banner_box--contentstyle {
    background: #020202;
    color: #fff;
    padding: 10px;
    position: relative;
    top: -30px;
}

.pt {
    padding-top: 60px;
}

/* Testimonials */
.testimonial__section--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial__items {
    text-align: center;
    margin: 0 auto;
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.testimonial__author {
    justify-content: center !important;
    flex-direction: column;
    text-align: center;
}

.testimonial__rating {
    justify-content: center;
    padding-left: 0;
    margin-top: 10px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    min-width: 0;
}

.testimonial__desc {
    margin-top: 20px;
    color: #f2ecdd;
}

/* Product card */
.product-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

/* Typography helpers */
.ft-18 {
    font-size: 36px;
    margin-left: 17px;
}

.f-18 {
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
}

/* Delivery icons section */
.delivery-info {
    text-align: center;
    margin-top: 8px;
}

.delivery-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: #f5cb5c;
    margin: 0;
}

.delivery-info p {
    font-size: 14px;
    color: #f2ecdd;
    margin: 0;
    margin-top: 5px;
}

.section-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 60px; */
}

.section-icon_Second {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.section_icon_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79%;
    max-width: 1541px;
    margin: 0 auto;
    background-color: #333533;
    border-radius: 20px;
}

.section_icon_row {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}

.setion_icon_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.delivery-icon img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease-in-out;
    display: block;
}

.delivery-icon:hover img {
    transform: scale(1.15);
}

.d1-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

.havelookcontainer {
    width: 1425px;
}

/* UNIQUE SECTION (Why Maheem etc.) */
.unique-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 20px;
    background-color: #1e1e1e;
    color: white;
    height: 760px;
}

.why-section {
    width: 100%;
    padding: 60px 0;
    background-color: #1e1e1e;
    color: white;
}

.unique-content {
    width: 60%;
    margin-left: 207px;
}

.unique-section h2 {
    font-size: 36px;
    color: #f2ecdd;
    margin-bottom: 20px;
}

.unique-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 33px;
}

.feature-item {
    background-color: #333533;
    padding: 20px;
    border-radius: 10px;
    flex-basis: 93%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.feature-item img {
    float: left;
    width: 50px;
    margin-left: 10px;
    height: 50px;
    margin-top: 20px;
}

.feature-item h3 {
    font-size: 20px;
    text-align: left;
    color: #f2f2f2;
    margin-bottom: 10px;
    margin-left: 92px;
}

.feature-item p {
    font-size: 16px;
    color: #d1d1d1;
    text-align: left;
    margin-left: 90px;
}

.unique-image {
    margin-right: 207px;
    text-align: center;
}

.unique-image img {
    border-radius: 10px;
}

/* WHY SECTION LAYOUT */
.why_section_container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

/* LEFT COLUMN */
.left-col {
    width: 48%;
    min-width: 300px;
}

.mini-title {
    color: #cd9c20;
    letter-spacing: 2px;
    font-size: 14px;
}

.main-title {
    margin: 8px 0;
    font-size: 32px;
    color: #f5cb5c;
}

.underline {
    width: 60px;
    height: 3px;
    background: #7a4a2f;
    border: none;
    margin-bottom: 20px;
}

.text {
    font-size: 15px;
    color: #f2ecdd;
    line-height: 1.6;
    width: 95%;
}

.team {
    font-style: italic;
    margin-top: 15px;
}

/* TWO SMALL IMAGES */
.bottom-two-images {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}

.small-img {
    width: 100%;
    max-width: 48%;
    border-radius: 6px;
    object-fit: cover;
}

/* RIGHT BIG IMAGE */
.right-col {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    margin: 0 auto;
}

/* Hover effects for images */
.small-img,
.big-img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.small-img:hover,
.big-img:hover {
    transform: scale(1.07);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}

/* About mission */
.about_mission_contant {
    background-color: #f5cb5c;
    height: 157px;
}


/* ============================
   MOBILE FIRST (0 - 600px)
============================ */
@media (max-width: 600px) {

    .icon {
        height: 81px;
    }

    .aboutbanner{
        height: 106px ;
    }

    .f-18 {
        font-size: 13px;
        text-align: center;
        margin-top: 15px;
    }

    .d1-flex {
        margin-top: 15px;
    }

    .section-title {
        margin-bottom: 7px;
    }

    .pt {
        padding-top: 20px;
    }

    .second_d1-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .unique-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
        height: auto;
    }

    .unique-content {
        width: 100%;
        margin: 0;
    }

    .unique-section h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .unique-features {
        width: 100%;
        margin-left: 18px;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 25px;
    }

    .feature-item img {
        margin: 0 0 10px 0;
        float: none;
    }

    .feature-item h3,
    .feature-item p {
        margin-left: 0;
        text-align: center;
    }

    .unique-image {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }

    .unique-image img {
        max-width: 280px;
    }

    .about_mission_contant {
        height: 382px;
        /* height: 440px; */
    }

    .about_delivery-icon {
        height: 60px !important;
    }

    .why_section_container {
        flex-direction: column;
        text-align: center;
    }

    .left-col,
    .right-col {
        width: 100%;
    }

    .bottom-two-images {
        flex-direction: column;
        align-items: center;
    }

    .small-img {
        max-width: 100%;
    }

    /* Footer copyright fix – mobile only */
    .footer__bottom--inenr p {
        font-size: 12px !important;
        text-align: center !important;
        white-space: normal !important;
        padding: 0 10px;
        margin: 0;
    }

    .footer__bottom {
        padding-bottom: 60px; /* avoid overlap with bottom nav icons */
    }
}

/* ============================
   TABLETS (600px - 991px)
============================ */
@media (min-width: 600px) and (max-width: 991px) {

    .icon {
        height: 120px;
    }

    .f-18 {
        font-size: 18px;
    }

    .pt {
        padding-top: 30px;
    }

    .unique-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        height: auto;
    }

    .unique-content {
        width: 80%;
        margin: 0 auto;
    }

    .unique-image {
        margin: 20px auto 0;
    }

    .why_section_container {
        flex-direction: column;
        text-align: center;
    }

    .left-col,
    .right-col {
        width: 100%;
    }

    .bottom-two-images {
        flex-direction: column;
        align-items: center;
    }

    .small-img {
        max-width: 100%;
    }
}

/* ============================
   MEDIUM / LARGE (992px+)
============================ */
@media (min-width: 992px) {

    .unique-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 50px 20px;
        height: 760px;
    }

    .unique-content {
        width: 60%;
        margin-left: 180px;
    }
}
