/* About Us CSS-Haris */

.about-us-welcome-section {
    /* padding: 60px 0; */
    background-color: #fff;
    /* margin: 60px 0px; */
}
.about-us-welcome-section .about-us-welcome-img-wrapper {
    width: 100%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
}
.about-us-welcome-section .about-us-welcome-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.about-us-welcome-section .about-us-welcome-content {
    padding-left: 20px;
}
.about-us-welcome-section .about-us-welcome-content h2 {
    color: #FF3131;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}
.about-us-welcome-section .about-us-welcome-content p {
    color: #000;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .about-us-welcome-section .about-us-welcome-img-wrapper {
        clip-path: none;
    }
    .about-us-welcome-section .about-us-welcome-content {
        padding-left: 0;
    }
    .about-us-welcome-section .about-us-welcome-content h2 {
        font-size: 28px;
    }
}

.about-us-mission-vision-section {
    /* padding: 60px 0; */
    background-color: #fff;
}
.about-us-mission-vision-section .about-us-mv-card {
    background: linear-gradient(135deg, #3d944c 0%, #d8b22d 100%);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.about-us-mission-vision-section .about-us-mv-icon {
    margin-bottom: 25px;
}
.about-us-mission-vision-section .about-us-mv-icon img {
    width: 80px;
    height: auto;
    display: block;
}
.about-us-mission-vision-section .about-us-mv-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}
.about-us-mission-vision-section .about-us-mv-card p {
    font-size: 15px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}
@media (max-width: 767px) {
    .about-us-mission-vision-section .col-md-6:first-child .about-us-mv-card {
        margin-bottom: 30px;
    }
    .about-us-mission-vision-section .about-us-mv-card {
        padding: 25px;
    }
}

.about-us-promo-sale-section {
    position: relative;
    width: 100%;
    background-color: #e3e3e3;
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    overflow: hidden;
}
.about-us-promo-sale-section .about-us-promo-left-col {
    padding: 80px 20px;
}
.about-us-promo-sale-section .about-us-promo-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.15;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-us-promo-sale-section .about-us-btn-buy-now {
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: lowercase;
    text-decoration: none;
    padding: 10px 34px;
    border-radius: 6px;
    transition: background-color 0.2s ease-in-out;
}
.about-us-promo-sale-section .about-us-btn-buy-now:hover {
    background-color: #cc0000;
    color: #ffffff;
}
.about-us-promo-sale-section .about-us-promo-right-col {
    position: relative;
    align-self: stretch;
    min-height: 480px;
}

/* Container acts as the absolute positioning boundary */
.about-us-promo-sale-section .about-us-models-showcase-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 480px;
}

.about-us-promo-sale-section .about-us-model-block {
    position: absolute;
    width: 230px;
}

/* FIXED: Restores the woman to the top position, exactly where you wanted her */
.about-us-promo-sale-section .about-us-women-block {
   top: 0;
    left: 20%; 
    display: flex;
    align-items: flex-start; /* Adjusted left to give both blocks breathing room */
}

/* FIXED: Keeps the man perfectly on the bottom line, pushed to the far right */
.about-us-promo-sale-section .about-us-men-block {
    bottom: 0;
    right: 2%; /* Sits cleanly over your yellow reference area */
}

.about-us-promo-sale-section .about-us-arch-bg-vector {
    width: 100%;
    height: auto;
    display: block;
}
.about-us-promo-sale-section .about-us-model-fg-img {
   position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .about-us-promo-sale-section .about-us-promo-title {
        font-size: 52px;
    }
    .about-us-promo-sale-section .about-us-model-block {
        width: 195px;
    }
    .about-us-promo-sale-section .about-us-women-block {
        left: 15%;
    }
}
@media (max-width: 991px) {
    .about-us-welcome-section,
    .about-us-mission-vision-section {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .about-us-welcome-section .about-us-welcome-content {
        padding-left: 0;
        margin-top: 24px;
    }

    .about-us-welcome-section .about-us-welcome-img-wrapper {
        clip-path: none;
        border-radius: 18px;
    }

    .about-us-mission-vision-section .about-us-mv-card {
        border-radius: 18px;
        padding: 28px;
        margin-bottom: 18px;
    }

    .about-us-promo-sale-section .about-us-promo-left-col {
        align-items: center !important;
        text-align: center;
        padding: 46px 15px 20px;
    }

    .about-us-promo-sale-section .about-us-promo-title {
        font-size: clamp(36px, 10vw, 52px);
    }

    .about-us-promo-sale-section .about-us-model-block {
        width: 160px;
    }
    .about-us-promo-sale-section .about-us-promo-right-col,
    .about-us-promo-sale-section .about-us-models-showcase-container {
        min-height: 350px;
    }
}
@media (max-width: 767px) {
    .about-us-promo-sale-section .about-us-promo-left-col {
        padding: 50px 15px 30px 15px;
    }
    .about-us-promo-sale-section .about-us-promo-right-col {
        min-height: auto;
        padding-bottom: 40px;
    }
    .about-us-promo-sale-section .about-us-models-showcase-container {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
        min-height: auto;
        height: auto;
    }
    .about-us-promo-sale-section .about-us-model-block {
        position: relative;
        width: 42%;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
}
/* End */
