/* Sections */
body {
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
}

section {
    padding-top: var(--section-spacing);
    padding-bottom: 0;
    overflow-x: hidden;
    max-width: 100%;
}

.homepage_hero-section {
    padding-top: 0 !important;
}

.container-fluid {
    padding: 0 !important;
}

.container,
.container-fluid {
    overflow-x: hidden;
    max-width: 100%;
}

/* Hero Section - TWO COLUMN DESIGN */
.homepage_hero-section {
    height: auto;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    width: 100%;
    max-width: 100vw;
}

/* Carousel adjustments */
.homepage_hero-section #heroCarousel {
    height: 100%;
    min-height: 450px;
    padding: 0 !important;
}

.homepage_hero-section .carousel-inner {
    height: 100%;
    min-height: 450px;
    padding: 0 !important;
}

.homepage_hero-section .carousel-item {
    height: 100%;
    min-height: 450px;
    padding: 0 !important;
}

/* Left side - Orange background */
.homepage_hero-section .container-fluid {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.homepage_hero-section .row {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Left column - Content area */
.homepage_hero-section .col-lg-6:first-child {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.homepage_hero-orange-col {
    /* background-color: var(--primary-orange) !important; */
    flex-basis: 50%;
    width: 50%;
    padding: 0 !important;
    position: relative;
    z-index: 2;
}

/* Right column - Product image */
.homepage_hero-section .col-lg-6:last-child {
    height: 100%;
    background: transparent !important;
    flex-basis: 50%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.homepage_hero-overlay-orange {
    display: none;
}

.homepage_hero-overlay-grayscale {
    display: none;
}

.homepage_hero-content {
    position: relative;
    z-index: 10;
    padding-left: 60px;
    max-width: 100%;
    text-align: left;
}

.homepage_hero-content h1 {
    font-size: 43px !important;
    font-weight: 800;
    text-align: left !important;
    color: white;
    margin-bottom: 15px;
    line-height: 1.15;
    text-transform: none;
    letter-spacing: -0.5px;
}

.homepage_hero-content p {
    font-size: 13px;
    color: white;
    margin-bottom: 20px;
    opacity: 1;
    font-weight: 600;
    line-height: 1.5;
    max-width: 550px;
}

.homepage_hero-content .btn-pill {
    padding: 4px 16px;
    font-size: 13px;
    border-radius: 100px;
    gap: 12px;
    margin-top: 10px;
}

.homepage_hero-content .btn-icon-circle {
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-width: 2px;
}

/* Slide 3 fitting */
.carousel-item-fit {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.homepage_hero-section .carousel-fade .active.carousel-item-start,
.homepage_hero-section .carousel-fade .active.carousel-item-end {
    transition: opacity 0.8s ease-in-out;
}

@media (max-width: 1024px) {
    .homepage_hero-section .row {
        height: 450px;
    }

    .homepage_hero-section .col-lg-6:first-child {
        width: 55%;
        flex-basis: 55%;
        padding: 40px 30px !important;
    }

    .homepage_hero-section .col-lg-6:last-child {
        width: 45%;
        flex-basis: 45%;
    }

    .homepage_hero-content h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .homepage_hero-content p {
        font-size: 12px;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .homepage_hero-section {
        height: auto;
        min-height: 500px;
    }

    .homepage_hero-section .row {
        flex-direction: column;
        height: auto;
    }

    .homepage_hero-section .col-lg-6 {
        width: 100% !important;
        flex-basis: auto !important;
        min-height: 350px;
    }

    .homepage_hero-section .col-lg-6:last-child {
        display: none !important;
        /* Hide image part on mobile to focus on content */
    }

    .homepage_hero-orange-box {
        padding: 40px 25px !important;
        max-width: 100%;
    }

    .homepage_hero-orange-box h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .homepage_hero-orange-box p {
        font-size: 12px;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .homepage_hero-section {
        min-height: 500px;
    }

    .homepage_hero-section .col-lg-6 {
        width: 100% !important;
        flex-basis: 100% !important;
        min-height: 250px;
    }

    .homepage_hero-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .homepage_hero-content h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .homepage_hero-content p {
        font-size: 10px;
        margin-bottom: 15px;
    }
}

/* Hero Sections uses global .btn-pill-compact .btn-pill-white */

.homepage_hero-product-col {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    background: transparent !important;
}

.homepage_hero-product-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

/* Slider Controls REDESIGN */
.homepage_hero-slider-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 100;
}

.homepage_hero-control-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s ease;
    padding: 0;
}

.homepage_hero-control-btn.prev {
    background-color: var(--primary-orange);
}

.homepage_hero-control-btn.next {
    background-color: #a0a0a0;
    /* Gray from layout */
}

.homepage_hero-control-btn i {
    font-size: 18px;
    color: white;
}

.homepage_hero-control-btn:hover {
    filter: brightness(1.1);
}

.homepage_hero-section .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
}

/* Category Grid Redesign */
.homepage_categories-section h2 {
    letter-spacing: 0.5px;
}

.homepage_categories-section .homepage_category-subtext {
    font-size: 11px;
    line-height: 1.5;
}

.homepage_categories-grid-container {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.homepage_category-card-horizontal {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    height: 100%;
    transition: all 0.3s ease;
}

.homepage_category-card-horizontal:hover {
    background-color: #fcfcfc;
}

.homepage_categories-grid-container .col:nth-child(5n) .homepage_category-card-horizontal {
    border-right: none;
}

.homepage_categories-grid-container .col:nth-last-child(-n+5) .homepage_category-card-horizontal {
    border-bottom: none;
}

.homepage_cat-icon-box {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.homepage_cat-icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.homepage_cat-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--dark-text);
    /* Matched to benefit items */
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

/* Category Grid uses global .btn-pill-compact .btn-pill-navy */

/* Promotion Cards Redesign (v2) */
/* Promotion Cards Redesign (v2) uses global section padding-top */

.homepage_promo-card-v2 {
    position: relative;
    border-radius: 20px;
    height: 180px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
}

.promo-card-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, #e8e8e8 60%, rgba(232, 232, 232, 0.8) 80%, transparent 100%);
    z-index: 1;
}

.homepage_promo-card-content {
    position: relative;
    z-index: 10;
    padding: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.homepage_promo-card-v2 h2 {
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
}

.homepage_promo-card-v2 h2 .type {
    display: block;
}

.homepage_promo-card-v2.residential h2 .type {
    color: var(--navy-blue);
}

.homepage_promo-card-v2.commercial h2 .type {
    color: var(--primary-orange);
}

.homepage_promo-card-v2 h2 .label {
    color: var(--dark-text);
    font-size: 18px;
}

.homepage_promo-card-v2 .homepage_promo-subtitle {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
}

.homepage_promo-card-v2.residential .homepage_promo-subtitle {
    color: var(--primary-orange);
}

.homepage_promo-card-v2.commercial .homepage_promo-subtitle {
    color: var(--navy-blue);
}

.homepage_promo-card-v2 .homepage_promo-description {
    font-size: 11px;
    color: var(--dark-text);
    margin-bottom: 0;
    line-height: 1.5;
    max-width: 250px;
}

.homepage_promo-card-v2 .homepage_btn-details {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 20;
}

/* About Us Home Section - Refined with prefixing */
.aboutushome-v2 {
    background-color: #fff;
    /* padding: 80px 0; */
    overflow: visible;
}

.aboutushome-collage {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 360px;
    /* Reduced slightly to be more compact relative to box */
    position: relative;
    z-index: 20;
    margin-top: 45px;
    /* Aligns with screenshot top spacing */
}

.aboutushome-img-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.aboutushome-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.aboutushome-img-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.aboutushome-img-item:hover img {
    transform: scale(1.05);
}

.aboutushome-img-small-top {
    grid-column: 1;
    grid-row: 1;
}

.aboutushome-img-small-bottom {
    grid-column: 1;
    grid-row: 2;
}

.aboutushome-img-large {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.aboutushome-content-col {
    position: relative;
    z-index: 10;
    /* Lower than collage */
}

.aboutushome-content-box {
    background-color: #014E91;
    background-image: linear-gradient(rgba(1, 78, 145, 0.96), rgba(1, 78, 145, 0.96)), url('../assets/Website-Images/about-4.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 25px 80px 25px 185px;
    /* Precise vertical padding from screenshot */
    margin-left: -140px;
    color: #fff;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    /* min-height: 660px; Increased height as per reference */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Aligned to start for better spacing control */
}

.aboutushome-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    margin-top: 25px;
}

.aboutushome-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 30px;
    /* More space below heading */
    color: #fff;
    text-align: left;
}

.aboutushome-description {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
    /* Larger gap to push button down as per reference */
    max-width: 580px;
    text-align: left;
}

.aboutushome-btn-wrapper {
    margin-top: auto;
    margin-bottom: 27px;
}

.aboutushome-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #333;
    padding: 7px 28px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.aboutushome-btn i {
    font-size: 20px;
    color: #333;
}

.aboutushome-btn:hover {
    background: #eee;
    transform: translateY(-2px);
    color: #000;
}

/* Responsive - Preserve Grid on Mobile */
@media (max-width: 991px) {
    .aboutushome-v2 {
        padding: 50px 0;
    }

    .aboutushome-collage {
        height: 380px;
        margin-bottom: 40px;
        z-index: 10;
        /* Keep grid layout on small screens as per reference */
    }

    .aboutushome-content-box {
        margin-left: 0;
        padding: 40px 30px;
        min-height: auto;
        border-radius: 20px;
    }

    .aboutushome-title {
        font-size: 30px;
    }

    .aboutushome-description {
        font-size: 13px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .aboutushome-collage {
        height: 280px;
        gap: 10px;
    }

    .aboutushome-title {
        font-size: 24px;
    }

    .aboutushome-img-item {
        border-radius: 12px;
    }
}

/* Industries Section Redesign (Phase 7) */
.homepage_industries-section {
    background-color: white;
}

.homepage_industry-slider-wrapper {
    position: relative;
    padding: 0 40px;
    /* Reduced space for smaller arrows */
}

.homepage_industry-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2000 !important;
    /* Higher z-index for absolute priority */
    background: white;
    color: #000;
    transition: all 0.3s ease;
}

.homepage_industry-nav:hover {
    background-color: var(--navy-blue);
    color: white;
    border-color: var(--navy-blue);
}

.homepage_industry-nav.prev {
    left: 0;
}

.homepage_industry-nav.next {
    right: 0;
}

.homepage_industry-nav i {
    font-size: 10px;
    /* Smaller arrow icon */
}

.homepage_industry-swiper {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
}

.swiper-wrapper {
    display: flex;
    transition-property: transform;
}

.homepage_industry-swiper .swiper-slide {
    height: 250px;
    flex-shrink: 0;
    width: auto;
}

.homepage_industry-card {
    height: 250px;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.homepage_industry-label {
    background: rgba(235, 235, 235, 0.9);
    backdrop-filter: blur(8px);
    padding: 15px 25px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    color: var(--dark-text);
    line-height: 1.3;
    position: absolute;
    bottom: 25px;
    left: 0;
    min-width: 220px;
}

.homepage_brands-section {
    background-image: url('../assets/Website-Images/client-bg-image.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.homepage_brands-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.homepage_brands-slider-wrapper {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 60px 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    margin-top: 50px;
}

.homepage_brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-right: 1px solid #eee;
    height: 100%;
}

.swiper-slide:last-child .homepage_brand-item {
    border-right: none;
}

.homepage_brand-logo {
    max-height: 120px;
    max-width: 80%;
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
}

.homepage_brand-item:hover .homepage_brand-logo {
    /* No hover effect */
    transform: none;
}

.homepage_brands-swiper {
    position: relative;
    z-index: 2;
    height: auto;
    width: 100%;
}

.homepage_brands-swiper .swiper-slide {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
}

.homepage_brands-swiper .homepage_brand-item {
    width: 100%;
    height: 100%;
}

.homepage_brand-tagline {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.homepage_brands-nav {
    z-index: 10 !important;
    background-color: white !important;
}

.homepage_brands-nav.prev {
    left: 10px;
}

.homepage_brands-nav.next {
    right: 10px;
}

/* Why Inprotech Section (Phase 9) */
.homepage_why-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}

.homepage_why-card-img {
    width: 100%;
    height: 180px;
    /* Shorter image for narrower cards */
    overflow: hidden;
}

.homepage_why-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage_why-card-body {
    padding: 25px 20px;
    text-align: center;
}

.homepage_why-card-title {
    color: var(--primary-orange);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.homepage_why-card-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.homepage_why-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Responsive Design - Comprehensive */
@media (max-width: 1199px) {
    .homepage_hero-content h1 {
        font-size: 36px;
    }

    .homepage_industry-slider-wrapper {
        padding: 0 35px;
    }

    .homepage_brands-slider-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 991px) {
    :root {
        --section-spacing: 50px;
    }

    .homepage_hero-content h1 {
        font-size: 32px;
    }

    .homepage_hero-content p {
        font-size: 10px;
        margin-bottom: 25px;
    }

    .homepage_hero-section {
        height: auto;
        min-height: 450px;
        padding-bottom: 40px !important;
    }

    .homepage_hero-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .homepage_hero-slider-controls {
        bottom: 20px;
        right: 20px;
    }

    .homepage_hero-control-btn {
        width: 45px;
        height: 45px;
    }

    .homepage_hero-control-btn i {
        font-size: 16px;
    }

    /* Categories */

    .homepage_categories-grid-container .col:nth-child(3n) .homepage_category-card-horizontal {
        border-right: none;
    }

    .homepage_categories-grid-container .col:nth-last-child(-n+3) .homepage_category-card-horizontal {
        border-bottom: none;
    }

    .homepage_cat-icon-box {
        width: 70px;
        height: 70px;
        margin-right: 12px;
    }

    .homepage_cat-label {
        font-size: 11px;
    }

    /* About Section */
    .homepage_about-collage {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 15px;
        margin-bottom: 30px;
    }

    .homepage_about-img-item {
        height: 200px;
    }

    .homepage_about-img-large {
        margin-right: 0;
        grid-column: auto;
        grid-row: auto;
        box-shadow: none;
    }

    .homepage_about-content-box {
        padding: 40px 30px;
        min-height: auto;
    }

    .homepage_about-content-box h2 {
        font-size: 24px;
    }

    /* Promo Cards */
    .homepage_promo-card-v2 {
        margin-bottom: 20px;
        height: 200px;
    }

    .homepage_promo-card-content {
        padding: 30px;
    }

    .homepage_promo-card-v2 h2 .label {
        font-size: 16px;
    }

    /* Industries & Brands */
    .homepage_industry-slider-wrapper {
        padding: 0 30px;
    }

    .homepage_industry-card {
        height: 220px;
    }

    .homepage_industry-label {
        font-size: 13px;
        padding: 12px 20px;
        bottom: 20px;
        min-width: 180px;
    }

    .homepage_brands-slider-wrapper {
        padding: 40px 30px;
        margin-top: 40px;
    }

    /* Why Section */
    .homepage_why-card-img {
        height: 160px;
    }

    .homepage_why-card-body {
        padding: 20px 15px;
    }

    .homepage_why-card-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    :root {
        --section-spacing: 40px;
        --page-padding: 15px;
    }

    .section-title {
        font-size: 24px !important;
    }

    /* Hero Section */
    .homepage_hero-section {
        min-height: 250px;
        height: 50vh;
        max-height: 350px;
        padding-bottom: 30px !important;
    }

    .homepage_hero-content {
        max-width: 100%;
        padding: 30px 15px 15px;
        text-align: center;
    }

    .homepage_hero-content h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .homepage_hero-content p {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .homepage_hero-slider-controls {
        position: relative;
        justify-content: center;
        margin-top: 20px;
        right: auto;
        bottom: auto;
    }

    .homepage_hero-control-btn {
        width: 40px;
        height: 40px;
    }

    .homepage_hero-control-btn i {
        font-size: 14px;
    }

    /* Categories */
    .homepage_categories-section .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    /* .homepage_categories-section h2 {
        margin-bottom: 15px !important;
    } */

    .homepage_category-subtext {
        font-size: 10px !important;
    }

    .homepage_categories-grid-container {
        border: none;
        background: transparent;
    }

    /* .homepage_categories-grid-container .row {
        display: block !important;
    } */

    .homepage_categories-grid-container .col {
        margin-bottom: 15px;
    }

    .homepage_categories-grid-container .col:nth-child(2n) .homepage_category-card-horizontal {
        border-right: none;
    }

    .homepage_category-card-horizontal {
        flex-direction: column;
        text-align: center;
        padding: 15px;
        /* border: 1px solid var(--border-color); */
        border-radius: 10px;
        background: white;
    }

    .homepage_cat-icon-box {
        margin-right: 0;
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
    }

    .homepage_cat-label {
        font-size: 10px;
    }

    /* Promo Cards */
    .homepage_promo-card-v2 {
        height: 250px;
        margin-bottom: 15px;
    }

    .homepage_promo-card-v2::before {
        width: 100%;
        background: linear-gradient(to bottom, rgba(232, 232, 232, 0.95) 0%, rgba(232, 232, 232, 0.9) 100%);
    }

    .homepage_promo-card-content {
        padding: 25px 20px;
    }

    .homepage_promo-card-v2 h2 {
        font-size: 20px;
    }

    .homepage_promo-card-v2 h2 .label {
        font-size: 14px;
    }

    .homepage_promo-card-v2 .homepage_promo-subtitle {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .homepage_promo-card-v2 .homepage_promo-description {
        font-size: 10px;
        max-width: 100%;
    }

    .homepage_promo-card-v2 .homepage_btn-details {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 15px;
    }

    /* About Section */
    .homepage_about-v2 .d-flex {
        flex-direction: column !important;
    }

    .homepage_about-img-item {
        height: 180px;
    }

    .homepage_about-content-box {
        padding: 30px 20px;
    }

    .homepage_about-content-box h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .homepage_about-content-box .homepage_about-label {
        font-size: 10px;
        margin-bottom: 15px;
    }

    .homepage_about-content-box .homepage_about-description {
        font-size: 10px;
        margin-bottom: 25px;
    }

    /* Industries Section */
    .homepage_industries-section .d-flex,
    .homepage_brands-section .d-flex,
    .homepage_why-section .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .homepage_industries-section h2,
    .homepage_brands-section h2,
    .homepage_why-section h2 {
        margin-bottom: 15px !important;
        margin-right: 0 !important;
    }

    .homepage_industries-section .text-muted,
    .homepage_brands-section .text-white {
        border-left: none !important;
        padding-left: 0 !important;
    }

    .homepage_industry-slider-wrapper {
        padding: 0 25px;
        margin-top: 20px;
    }

    .homepage_industry-nav {
        width: 28px;
        height: 28px;
    }

    .homepage_industry-nav i {
        font-size: 9px;
    }

    .homepage_industry-card {
        height: 200px;
        border-radius: 15px;
    }

    .homepage_industry-label {
        font-size: 12px;
        padding: 10px 15px;
        bottom: 15px;
        min-width: 150px;
    }

    /* Brands Section */
    .homepage_brands-slider-wrapper {
        padding: 30px 20px;
        margin-top: 30px;
        border-radius: 15px;
    }

    .homepage_brand-logo {
        max-height: 100px;
    }

    .homepage_brands-nav {
        width: 28px;
        height: 28px;
    }

    .homepage_brands-nav i {
        font-size: 9px;
    }

    /* Why Section */
    .homepage_why-card-img {
        height: 140px;
    }

    .homepage_why-card-body {
        padding: 20px 15px;
    }

    .homepage_why-card-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .homepage_why-card-text {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    :root {
        --section-spacing: 30px;
    }

    .section-title {
        font-size: 20px !important;
    }

    /* Hero Section */
    .homepage_hero-section {
        min-height: 350px;
    }

    .homepage_hero-content h1 {
        font-size: 22px;
        line-height: 1.2;
    }

    .homepage_hero-content p {
        font-size: 9px;
        margin-bottom: 15px;
    }

    .homepage_hero-control-btn {
        width: 35px;
        height: 35px;
    }

    .homepage_hero-control-btn i {
        font-size: 12px;
    }

    /* Categories */
    .homepage_category-subtext {
        font-size: 9px !important;
    }

    .homepage_categories-grid-container .col {
        margin-bottom: 10px;
    }

    .homepage_category-card-horizontal {
        padding: 12px;
    }

    .homepage_cat-icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }

    .homepage_cat-label {
        font-size: 9px;
    }

    /* Promo Cards */
    .homepage_promo-card-v2 {
        height: 280px;
        border-radius: 15px;
    }

    .homepage_promo-card-content {
        padding: 20px 15px;
    }

    .homepage_promo-card-v2 h2 {
        font-size: 18px;
    }

    .homepage_promo-card-v2 h2 .label {
        font-size: 13px;
    }

    .homepage_promo-card-v2 .homepage_promo-subtitle,
    .homepage_promo-card-v2 .homepage_promo-description {
        font-size: 9px;
    }

    /* About Section */
    .homepage_about-img-item {
        height: 150px;
        border-radius: 12px;
    }

    .homepage_about-content-box {
        padding: 25px 15px;
        border-radius: 15px;
    }

    .homepage_about-content-box h2 {
        font-size: 20px;
    }

    .homepage_about-content-box .homepage_about-label,
    .homepage_about-content-box .homepage_about-description {
        font-size: 9px;
    }

    /* Industries & Brands */
    .homepage_industry-slider-wrapper,
    .homepage_brands-slider-wrapper {
        padding: 0 20px;
    }

    .homepage_industry-card {
        height: 180px;
        border-radius: 12px;
    }

    .homepage_industry-label {
        font-size: 11px;
        padding: 8px 12px;
        bottom: 12px;
        min-width: 130px;
    }

    .homepage_brands-slider-wrapper {
        padding: 25px 15px;
        border-radius: 12px;
    }

    .homepage_brand-logo {
        max-height: 80px;
    }

    /* Why Section */
    .homepage_why-card {
        border-radius: 15px;
    }

    .homepage_why-card-img {
        height: 120px;
    }

    .homepage_why-card-body {
        padding: 15px 12px;
    }

    .homepage_why-card-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .homepage_why-card-text {
        font-size: 9px;
        line-height: 1.5;
    }
}

@media (max-width: 400px) {
    .homepage_hero-content h1 {
        font-size: 20px;
    }

    .section-title {
        font-size: 18px !important;
    }

    .homepage_promo-card-v2 {
        height: 300px;
    }

    .homepage_industry-card {
        height: 160px;
    }

    .homepage_industry-label {
        font-size: 10px;
        padding: 6px 10px;
        min-width: 110px;
    }
}
