/* ==========================================================================
   PREMIUM  FULL RESPONSIVE
   ========================================================================== */
.modern-2026-wrapper-light {
    background: #f8f9fa !important; /* Sophisticated Premium Off-White Minimalist Background */
    padding: 65px 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.section-header-2026 {
    text-align: center;
    margin-bottom: 40px;
}
.sub-title-tag-light {
    color: #E16B5B;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
.tittle-modern-light {
    color: #111111 !important;
    font-size: 36px;
    font-weight: 800;
    margin-top: 5px;
    letter-spacing: -0.5px;
}

/* Chips Bar Navigation Row */
.luxury-chips-nav-light {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.chip-item-light {
    background: #ffffff !important;
    color: #444444 !important;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none !important;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.chip-item-light:hover, .chip-item-light.active-chip-light {
    background: #E16B5B !important;
    color: #ffffff !important;
    border-color: #E16B5B;
    box-shadow: 0 4px 15px rgba(225, 107, 91, 0.25);
}

/* Glassmorphic Tabs Custom Headers */
.nextgen-tab-bar-light {
    border-bottom: 2px solid #eef0f2 !important;
    justify-content: center;
    margin-bottom: 35px;
    display: flex;
}
.nextgen-tab-bar-light li a {
    color: #666666 !important;
    background: transparent !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px !important;
    position: relative;
    transition: color 0.2s;
}
.nextgen-tab-bar-light li.active a, .nextgen-tab-bar-light li a:hover {
    color: #E16B5B !important;
}
.nextgen-tab-bar-light li.active a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E16B5B;
    border-radius: 3px;
}

/* Card Engineering Grid */
.nextgen-fluid-grid-light {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 10px 0;
}
.premium-light-card {
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.premium-light-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #e0e0e0;
}
.image-zoom-frame-light {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.luxury-img-fit-light {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.premium-light-card:hover .luxury-img-fit-light {
    transform: scale(1.05);
}
.floating-category-tag-light {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    color: #111111;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Link Cloud Pill Fields */
.premium-card-body-light {
    padding: 25px;
    flex-grow: 1;
}
.premium-card-body-light h4 {
    color: #111111 !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}
.modern-flex-badges-light {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.modern-flex-badges-light a {
    background: #f1f3f5;
    color: #000 !important;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none !important;
    border: 1px solid #efc509;
    transition: all 0.2s ease;
}
.modern-flex-badges-light a:hover {
    background: rgba(225, 107, 91, 0.1);
    color: #E16B5B !important;
    border-color: rgba(225, 107, 91, 0.25);
}

/* Review Node Custom Mechanics */
.happy-customers-light-2026 {
    margin-top: 60px;
    padding: 40px 25px;
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.02);
}
.nextgen-review-node-light {
    background: #f8f9fa;
    border: 1px solid #ededed;
    padding: 25px;
    border-radius: 12px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nextgen-review-node-light p {
    color: #333333;
    font-size: 14.5px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}
.node-meta-light h5 {
    color: #E16B5B !important;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
}
.node-meta-light span {
    color: #777777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   2026 ENHANCED TRUST BADGES LOGO OPTIMIZATION (LIGHT MODE)
   ========================================================================== */
.review-footer-grid-light {
    display: flex;
    justify-content: center;
    gap: 35px;                    /* Elements ke beech ka gap thoda badhaya */
    margin-top: 45px;
    flex-wrap: wrap;
}

.brand-badge-light {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;          /* Inner card base color solid white kiya */
    padding: 16px 32px;           /* Padding badhayi taaki bada aur luxury look aaye */
    border-radius: 35px;
    border: 1px solid #e0e0e0;    /* Typo bug fixed: Clean standard light line border */
    box-shadow: 0 4px 12px rgba(0,0,0,0.03); /* Subtle floating deep shadow layer */
    transition: all 0.3s ease;
}

.brand-badge-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border-color: #E16B5B;        /* Hover par primary brand color touch */
}

/* 🌟 LOGO IMAGE BOX ENHANCEMENT: Yahan se image badh rahi hai */
.brand-badge-light img {
    height: 35px !important;      /* Pehle 22px/25px tha, ab ise badha kar 35px solid kiya hai */
    width: auto !important;       /* Aspect ratio freeze rakhega taaki logo phate na */
    display: block;
}

.read-more-btn-light {
    color: #222222 !important;
    font-size: 14px;              /* Text reading accessibility better ki */
    font-weight: 600;
    text-decoration: none !important;
    border-left: 1px solid #dddddd;
    padding-left: 20px;           /* Separation layer text spacing spacing optimized */
    transition: color 0.2s;
}

.read-more-btn-light:hover {
    color: #E16B5B !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .review-footer-grid-light {
        flex-direction: column;
        gap: 15px;
    }
    .brand-badge-light {
        justify-content: space-between;
        width: 100%;
        padding: 14px 24px;
    }
    .brand-badge-light img {
        height: 30px !important;  /* Mobile view standard hardware safety scaling */
    }
}