body {
     padding-top: 70px;
}

 
        
        
        
        :root {
            --primary: #fbbf24; 
            --primary-glow: rgba(251, 191, 36, 0.5);
            --secondary: #0f172a; 
            --bg-light: #f8fafc;
            --white: #ffffff;
            --text-dark: #1e293b;
            --text-muted: #64748b;
            --transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }





/* --- UNIVERSAL RESET FOR ACCURACY --- */
.oz-product-trust, 
.oz-product-trust *, 
.oz-product-trust *::before, 
.oz-product-trust *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.oz-product-trust {
    background: #ffffff;
    padding: 60px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    width: 100%;
    overflow-x: hidden; /* Only hide horizontal to prevent scroll, never vertical */
    display: block;
}

.trust-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%; /* Fluid padding based on screen width */
}

.trust-header {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    display: block;
}

.t-subtitle {
    color: #22c55e;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 10px;
    display: block;
}

.t-title {
    color: #0f172a;
    font-weight: 900;
    /* Increased line-height prevents vertical clipping of letters */
    line-height: 1.4; 
    margin: 10px 0;
    /* Fluid font size that scales perfectly */
    font-size: 1.5rem; 
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.t-highlight { color: #fbbf24; }

.t-underline {
    width: 50px;
    height: 4px;
    background: #fbbf24;
    margin: 15px auto 0;
    border-radius: 10px;
}

/* --- GRID LAYOUT --- */
.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.trust-card {
    background: #fdfdfd;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap; /* Allows badge to wrap if space is tight */
    gap: 10px;
}

.t-icon {
    width: 45px;
    height: 45px;
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.icon-green { background: rgba(34, 197, 94, 0.1); color: #22c55e; }

.t-badge {
    font-size: 0.65rem;
    font-weight: 800;
    background: #0f172a;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.trust-card h3 {
    font-size: 1.15rem;
    color: #0f172a;
    margin-bottom: 10px;
}

.trust-card p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 15px;
}

.t-specs {
    list-style: none;
    margin-top: auto; /* Pushes specs to bottom */
}

.t-specs li {
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
    color: #334155;
}

.t-specs li i { color: #22c55e; }

/* --- RESPONSIVE BREAKPOINTS --- */

/* Desktop & Tablets */
@media (min-width: 769px) {
    .t-title { font-size: 2.5rem; }
}

/* Medium Tablets */
@media (max-width: 992px) {
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile Phones (Standard) */
@media (max-width: 768px) {
    .trust-grid { grid-template-columns: 1fr; }
    .oz-product-trust { padding: 40px 0; }
    .t-title { font-size: 1.8rem; }
}

/* Small Mobile (iPhone SE etc) */
@media (max-width: 480px) {
    .t-title { font-size: 1.5rem; }
    .trust-card { padding: 20px; }
}

/* ULTRA SMALL MOBILE (250px COMPULSORY FIX) */
@media (max-width: 320px) {
    .trust-container { padding: 0 10px; }
    .t-title { font-size: 1.3rem; }
    .trust-header { margin-bottom: 25px; }
}

@media (max-width: 250px) {
    .t-title { 
        font-size: 1.1rem !important; /* Force reduction to prevent cutting */
        line-height: 1.3;
    }
    .t-subtitle { font-size: 0.65rem; }
    .card-top { flex-direction: column; align-items: flex-start; }
    .trust-card { padding: 15px 10px; }
    .trust-card h3 { font-size: 1rem; }
}

/* --- BASE STYLES --- */
.oz-products-grid {
    background-color: #ffffff;
    padding: 80px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    overflow-x: hidden;
    width: 100%;
}

.prod-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* --- HEADER STYLES --- */
.prod-header {
    text-align: center;
    margin-bottom: 50px;
}

.small-heading {
    display: block;
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
    text-transform: lowercase; /* As requested: "Our Solar Solutions products..." */
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-title {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    color: #0f172a;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
    word-wrap: break-word;
}

.green-text { color: #22c55e; }

.title-line {
    width: 60px;
    height: 4px;
    background: #fbbf24;
    margin: 15px auto 0;
    border-radius: 10px;
}

/* --- GRID LAYOUT --- */
.p-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* --- CARD EFFECTS --- */
.p-card {
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.p-card:hover {
    background: #ffffff;
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color: #fbbf24;
}

/* Icon Styling */
.p-icon {
    width: 60px;
    height: 60px;
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 25px;
    transition: 0.3s;
}

.p-icon.icon-yellow {
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
}

.p-card:hover .p-icon {
    transform: rotateY(180deg);
}

.p-card h3 {
    font-size: 1.3rem;
    color: #0f172a;
    margin-bottom: 15px;
    font-weight: 800;
}

.p-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 25px;
}

.p-feature-tag {
    margin-top: auto;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    text-transform: uppercase;
}

/* --- 100% MOBILE RESPONSIVE --- */

@media (max-width: 768px) {
    .p-grid { grid-template-columns: 1fr; }
    .oz-products-grid { padding: 50px 0; }
    .prod-header { margin-bottom: 35px; }
}

@media (max-width: 480px) {
    .p-card { padding: 30px 20px; }
    .main-title { font-size: 1.8rem; }
}

/* COMPULSORY 250px ULTRA-SMALL DEVICE SUPPORT */
@media (max-width: 320px) {
    .prod-container { padding: 0 10px; }
    .main-title { font-size: 1.4rem; }
    .small-heading { font-size: 0.75rem; }
    .p-card { padding: 25px 15px; border-radius: 15px; }
    .p-icon { width: 45px; height: 45px; font-size: 1.2rem; margin-bottom: 15px; }
    .p-card h3 { font-size: 1.1rem; }
    .p-card p { font-size: 0.85rem; }
}

@media (max-width: 250px) {
    .main-title { font-size: 1.15rem !important; line-height: 1.3; }
    .small-heading { font-size: 0.65rem; }
    .p-card { padding: 20px 10px; }
    .p-feature-tag { font-size: 0.6rem; padding: 4px 10px; }
}




/* --- STU WRAPPER --- */
.stu-showcase-wrap {
    background: #ffffff; /* White Shade */
    padding: 100px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.stu-layout-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- STU ANIMATION CORE --- */
.stu-reveal-el {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.stu-move-from-left { transform: translateX(-100px); }
.stu-move-from-right { transform: translateX(100px); }

/* Class added by unique JS */
.stu-is-animated {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* --- STU VISUALS --- */
.stu-visual-part {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.stu-main-image {
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    border: 2px solid #0f172a; /* Professional Black Border */
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.stu-aura-effect {
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.15) 0%, transparent 70%);
    animation: stuPulse 4s infinite ease-in-out;
    top: -10%; left: -10%;
}

@keyframes stuPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.05); }
}

.stu-glitter-box .stu-point {
    position: absolute;
    width: 8px; height: 8px;
    background: #fbbf24;
    border-radius: 50%;
    z-index: 3;
    animation: stuSparkle 3s infinite linear;
}

.p1 { top: 10%; left: 20%; }
.p2 { bottom: 20%; right: 10%; animation-delay: 1s; }
.p3 { top: 50%; right: 20%; animation-delay: 2s; }

@keyframes stuSparkle {
    0% { transform: translateY(0) scale(0); opacity: 0; }
    50% { opacity: 1; transform: translateY(-20px) scale(1.2); }
    100% { transform: translateY(-40px) scale(0); opacity: 0; }
}

.stu-light-sweep {
    position: absolute;
    top: 0; left: -150%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    z-index: 4;
    animation: stuFlash 6s infinite;
}

@keyframes stuFlash {
    0% { left: -150%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

/* --- STU CONTENT --- */
.stu-content-part { flex: 1; }

.stu-label-tag {
    color: #16a34a; /* Professional Green */
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.stu-heading-main {
    font-size: clamp(1.8rem, 5vw, 3rem);
    color: #0f172a; /* Deep Black/Navy */
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
}

.stu-accent-gold { color: #d97706; } /* Dark Orange-Yellow for contrast */

.stu-text-body {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.stu-feature-list { list-style: none; padding: 0; margin-bottom: 40px; }
.stu-feature-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #1e293b;
    font-weight: 500;
}

.stu-feature-list li i {
    width: 35px; height: 35px;
    background: #f1f5f9;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
}

.stu-action-btn {
    display: inline-block;
    padding: 16px 35px;
    background: #0f172a; /* Black Button */
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    border-radius: 50px;
    transition: 0.3s;
}

.stu-action-btn:hover {
    background: #f59e0b; /* Orange-Yellow Hover */
    color: #0f172a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
}

/* --- STU RESPONSIVE --- */
@media (max-width: 992px) {
    .stu-layout-container { flex-direction: column; text-align: center; gap: 40px; }
    .stu-feature-list li { justify-content: center; text-align: left; }
    .stu-move-from-left, .stu-move-from-right { transform: translateY(50px); }
}

@media (max-width: 250px) {
    .stu-heading-main { font-size: 1.1rem !important; }
    .stu-label-tag { font-size: 0.7rem; }
    .stu-action-btn { padding: 12px 15px; font-size: 0.8rem; width: 100%; }
    .stu-aura-effect, .stu-glitter-box { display: none; }
}


/* --- BASE SECTION CSS --- */
.oz-panel-section {
    background: #ffffff;
    padding: 100px 0;
    overflow: hidden; /* Important for scroll animations */
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.panel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* --- ANIMATION LOGIC --- */
.panel-scroll-el {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}

.slide-from-left { transform: translateX(-120px); }
.slide-from-right { transform: translateX(120px); }

.panel-active {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* --- LEFT SIDE: IMAGE & SPARKS --- */
.panel-visual {
    flex: 1;
    position: relative;
}

.img-frame {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
    z-index: 5;
}

.main-panel-img {
    width: 100%;
    display: block;
    transition: transform 0.5s;
}

/* Flash Sweep Effect */
.panel-flash {
    position: absolute;
    top: -50%; left: -100%;
    width: 50%; height: 200%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
    transform: rotate(30deg);
    animation: flashSweep 6s infinite;
}

@keyframes flashSweep {
    0% { left: -100%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

/* Glowing Aura */
.panel-glow {
    position: absolute;
    top: -10%; left: -10%;
    width: 120%; height: 120%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.15) 0%, transparent 70%);
    animation: glowPulse 4s infinite alternate;
}

@keyframes glowPulse {
    from { opacity: 0.4; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1.1); }
}

/* Sparkle Particles */
.panel-sparkles .p-dot {
    position: absolute;
    width: 6px; height: 6px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 10px #22c55e;
    z-index: 6;
    animation: pSparkle 3s infinite linear;
}

.p1 { top: 20%; left: 10%; animation-delay: 0s; }
.p2 { bottom: 15%; right: 15%; animation-delay: 1s; }
.p3 { top: 60%; right: 5%; animation-delay: 2s; }

@keyframes pSparkle {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.5); opacity: 1; }
    100% { transform: scale(0) translateY(-30px); opacity: 0; }
}

/* --- RIGHT SIDE: CONTENT --- */
.panel-info { flex: 1; }

.p-label {
    color: #22c55e;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    margin-bottom: 12px;
}

.p-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    color: #0f172a;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.p-highlight { color: #fbbf24; }

.p-text {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.p-stats-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.stat-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #0f172a;
}

.stat-lab {
    font-size: 0.8rem;
    color: #22c55e;
    font-weight: 700;
    text-transform: uppercase;
}

.p-bullets {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.p-bullets li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #334155;
}

.p-bullets li i { color: #fbbf24; font-size: 1rem; }

.panel-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #0f172a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    border-radius: 12px;
    transition: 0.3s;
    border: 2px solid #0f172a;
}

.panel-btn:hover {
    background: transparent;
    color: #0f172a;
    transform: translateY(-3px);
}

/* --- 100% MOBILE RESPONSIVE --- */

@media (max-width: 992px) {
    .panel-container { flex-direction: column; text-align: center; }
    .slide-from-left, .slide-from-right { transform: translateY(60px); }
    .p-stats-grid { justify-content: center; }
    .p-bullets li { justify-content: center; }
}

@media (max-width: 480px) {
    .oz-panel-section { padding: 60px 0; }
    .p-title { font-size: 2rem; }
}

/* COMPULSORY 250px ULTRA-SMALL DEVICE SUPPORT */
@media (max-width: 320px) {
    .panel-container { padding: 0 10px; }
    .p-title { font-size: 1.4rem; }
    .p-text { font-size: 0.9rem; }
    .stat-num { font-size: 1.4rem; }
    .p-bullets li { font-size: 0.85rem; }
}

@media (max-width: 250px) {
    .p-title { font-size: 1.15rem !important; line-height: 1.3; }
    .p-label { font-size: 0.7rem; }
    .p-stats-grid { flex-direction: column; gap: 15px; }
    .panel-btn { width: 100%; text-align: center; padding: 12px 10px; font-size: 0.8rem; }
    .panel-glow, .panel-sparkles { display: none; } /* Optimization for tiny CPUs */
    .img-frame { border-radius: 15px; }
}


/* --- VXY SECTION WRAPPER --- */
.vxy-hotwater-section {
    background: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.vxy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- VXY ANIMATION ISOLATION --- */
.vxy-reveal-trigger {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.vxy-from-left { transform: translateX(-150px); }
.vxy-from-right { transform: translateX(150px); }

/* This class is unique to this section only */
.vxy-active-state {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transform: translateY(0) !important;
}

/* --- VXY VISUALS --- */
.vxy-visual { flex: 1; position: relative; display: flex; justify-content: center; }

.vxy-img-container {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    z-index: 5;
    border: 1px solid #f1f5f9;
}

.vxy-main-img { width: 100%; max-width: 500px; display: block; }

.vxy-light-flash {
    position: absolute;
    top: -50%; left: -150%;
    width: 60%; height: 200%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
    transform: rotate(25deg);
    animation: vxyFlashLoop 7s infinite;
}

@keyframes vxyFlashLoop {
    0% { left: -150%; }
    15% { left: 150%; }
    100% { left: 150%; }
}

.vxy-heat-aura {
    position: absolute;
    width: 130%; height: 130%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, transparent 70%);
    top: -15%; left: -15%;
    animation: vxyHeatPulse 4s infinite alternate ease-in-out;
}

@keyframes vxyHeatPulse {
    from { opacity: 0.3; transform: scale(0.95); }
    to { opacity: 0.8; transform: scale(1.05); }
}

.vxy-steam-particles .vxy-dot {
    position: absolute;
    width: 6px; height: 6px;
    background: #f59e0b;
    border-radius: 50%;
    z-index: 6;
    animation: vxySteamMove 4s infinite ease-out;
}

.v1 { left: 10%; bottom: 20%; }
.v2 { right: 20%; bottom: 30%; animation-delay: 1s; }
.v3 { left: 50%; bottom: 10%; animation-delay: 2s; }
.v4 { right: 40%; bottom: 50%; animation-delay: 3s; }

@keyframes vxySteamMove {
    0% { transform: translateY(0) scale(0); opacity: 0; }
    50% { opacity: 1; transform: translateY(-50px) scale(1.2); }
    100% { transform: translateY(-100px) scale(0); opacity: 0; }
}

/* --- VXY CONTENT --- */
.vxy-content { flex: 1; }

.vxy-badge-tag {
    color: #16a34a; /* Green */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.vxy-headline {
    font-size: clamp(1.8rem, 5vw, 3rem);
    color: #0f172a;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
}

.vxy-text-accent { color: #f59e0b; }

.vxy-description {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.vxy-perk-grid { display: flex; gap: 15px; margin-bottom: 35px; flex-wrap: wrap; }

.vxy-perk-item {
    background: #f8fafc;
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0f172a;
    font-size: 0.85rem;
    border: 1px solid #e2e8f0;
}

.vxy-perk-item i { color: #f59e0b; }

.vxy-checklist { list-style: none; padding: 0; margin-bottom: 40px; }
.vxy-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #334155;
}

.vxy-checklist li i { color: #16a34a; }

.vxy-btn-main {
    display: inline-block;
    padding: 18px 40px;
    background: #0f172a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    border-radius: 50px;
    transition: 0.3s;
    border: 2px solid #0f172a;
}

.vxy-btn-main:hover { background: #f59e0b; border-color: #f59e0b; transform: translateY(-5px); color: #0f172a;}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .vxy-container { flex-direction: column; text-align: center; gap: 40px; }
    .vxy-from-left, .vxy-from-right { transform: translateY(60px); }
    .vxy-perk-grid, .vxy-checklist li { justify-content: center; }
}

@media (max-width: 250px) {
    .vxy-headline { font-size: 1.15rem !important; }
    .vxy-heat-aura, .vxy-steam-particles { display: none; }
}

/* --- FRZ SECTION WRAPPER --- */
.frz-aircon-wrap {
    background: #f0f9ff; /* Light sky blue background */
    padding: 100px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.frz-main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- FRZ ANIMATION ISOLATION --- */
.frz-reveal-trigger {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.frz-move-left { transform: translateX(-150px); }
.frz-move-right { transform: translateX(150px); }

/* Unique Active State */
.frz-active-view {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transform: translateY(0) !important;
}

/* --- VISUAL ELEMENTS --- */
.frz-visual-box { flex: 1; position: relative; display: flex; justify-content: center; }

.frz-photo-frame {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(59, 130, 246, 0.2);
    z-index: 5;
    background: #fff;
    border: 1px solid #dbeafe;
}

.frz-unit-img { width: 100%; max-width: 500px; display: block; }

.frz-silver-sweep {
    position: absolute;
    top: -50%; left: -150%;
    width: 60%; height: 200%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.6), transparent);
    transform: rotate(25deg);
    animation: frzFlashLoop 6s infinite;
}

@keyframes frzFlashLoop {
    0% { left: -150%; }
    12% { left: 150%; }
    100% { left: 150%; }
}

.frz-ice-glow {
    position: absolute;
    width: 130%; height: 130%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    top: -15%; left: -15%;
    animation: frzCoolPulse 5s infinite alternate ease-in-out;
}

@keyframes frzCoolPulse {
    from { opacity: 0.4; transform: scale(0.98); }
    to { opacity: 0.9; transform: scale(1.08); }
}

.frz-ice-sparkles .frz-ice-dot {
    position: absolute;
    width: 6px; height: 6px;
    background: #60a5fa;
    border-radius: 50%;
    z-index: 6;
    box-shadow: 0 0 8px #fff;
    animation: frzIceFloat 5s infinite ease-out;
}

.i1 { left: 15%; bottom: 15%; }
.i2 { right: 15%; bottom: 25%; animation-delay: 1.5s; }
.i3 { left: 45%; bottom: 5%; animation-delay: 3s; }
.i4 { right: 35%; bottom: 45%; animation-delay: 4.5s; }

@keyframes frzIceFloat {
    0% { transform: translateY(0) scale(0); opacity: 0; }
    50% { opacity: 1; transform: translateY(-60px) scale(1.5); }
    100% { transform: translateY(-120px) scale(0); opacity: 0; }
}

/* --- TEXT ELEMENTS --- */
.frz-text-box { flex: 1; }

.frz-top-tag {
    color: #3b82f6;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.frz-main-title {
    font-size: clamp(1.8rem, 5vw, 3rem);
    color: #1e3a8a;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
}

.frz-blue-accent { color: #3b82f6; }

.frz-main-desc {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.frz-highlight-grid { display: flex; gap: 15px; margin-bottom: 35px; flex-wrap: wrap; }

.frz-pill {
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #1e3a8a;
    font-size: 0.9rem;
    border: 1px solid #dbeafe;
}

.frz-pill i { color: #3b82f6; }

.frz-bullet-list { list-style: none; padding: 0; margin-bottom: 40px; }
.frz-bullet-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #334155;
}

.frz-bullet-list li i { color: #3b82f6; }

.frz-btn-action {
    display: inline-block;
    padding: 18px 40px;
    background: #1e3a8a; /* Deep Navy Blue */
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    border-radius: 50px;
    transition: 0.3s;
    border: 2px solid #1e3a8a;
}

.frz-btn-action:hover {
    background: transparent;
    color: #1e3a8a;
    transform: translateY(-5px);
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 992px) {
    .frz-main-container { flex-direction: column; text-align: center; gap: 40px; }
    .frz-move-left, .frz-move-right { transform: translateY(60px); }
    .frz-highlight-grid, .frz-bullet-list li { justify-content: center; }
}

@media (max-width: 250px) {
    .frz-main-title { font-size: 1.2rem !important; }
    .frz-ice-glow, .frz-ice-sparkles { display: none; }
}

/* --- BASE SECTION STYLES --- */
.oz-inverter-section {
    background: #fffaf0;
    padding: 100px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.inv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- SCROLL ANIMATION STATES --- */
.inv-scroll-el {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.slide-left { transform: translateX(-150px); }
.slide-right { transform: translateX(150px); }

.inv-animate-active {
    opacity: 1;
    transform: translateX(0);
}

/* --- LEFT SIDE: VISUALS & EFFECTS --- */
.inv-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.inv-img-frame {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(245, 158, 11, 0.2);
    z-index: 5;
    background: #fff;
}

.main-inv-img {
    width: 100%;
    max-width: 500px;
    display: block;
}

/* Flash Sweep Effect */
.inv-flash-sweep {
    position: absolute;
    top: -50%; left: -150%;
    width: 60%; height: 200%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.7), transparent);
    transform: rotate(25deg);
    animation: invFlashLoop 5s infinite;
}

@keyframes invFlashLoop {
    0% { left: -150%; }
    15% { left: 150%; }
    100% { left: 150%; }
}

/* Power Glow Effect */
.power-glow {
    position: absolute;
    width: 120%; height: 120%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.25) 0%, transparent 70%);
    top: -10%; left: -10%;
    animation: powerPulse 4s infinite alternate ease-in-out;
}

@keyframes powerPulse {
    from { opacity: 0.3; transform: scale(0.95); }
    to { opacity: 0.8; transform: scale(1.1); }
}

/* Sparkling Energy Dots */
.energy-sparkles .p-dot {
    position: absolute;
    width: 6px; height: 6px;
    background: #f59e0b;
    border-radius: 50%;
    z-index: 6;
    box-shadow: 0 0 12px #fbbf24;
    animation: powerRise 4s infinite ease-out;
}

.p1 { left: 10%; bottom: 20%; animation-delay: 0s; }
.p2 { right: 10%; bottom: 30%; animation-delay: 1.2s; }
.p3 { left: 50%; bottom: 10%; animation-delay: 2.4s; }
.p4 { right: 40%; bottom: 50%; animation-delay: 3.6s; }

@keyframes powerRise {
    0% { transform: translateY(0) scale(0); opacity: 0; }
    50% { opacity: 1; transform: translateY(-70px) scale(1.6); }
    100% { transform: translateY(-140px) scale(0); opacity: 0; }
}

/* --- RIGHT SIDE: CONTENT --- */
.inv-content { flex: 1; }

.inv-badge {
    color: #f59e0b;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.inv-title {
    font-size: clamp(1.8rem, 5vw, 3rem);
    color: #451a03;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
}

.text-orange { color: #f59e0b; }

.inv-desc {
    color: #78350f;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.inv-feature-grid {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.inv-feat {
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #451a03;
    font-size: 0.9rem;
    border: 1px solid #fef3c7;
}

.inv-feat i { color: #f59e0b; font-size: 1.1rem; }

.inv-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.inv-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #92400e;
}

.inv-list li i { color: #f59e0b; }

.inv-cta-btn {
    display: inline-block;
    padding: 18px 40px;
    background: #f59e0b;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    border-radius: 50px;
    transition: 0.3s;
    border: 2px solid #f59e0b;
    text-align: center;
}

.inv-cta-btn:hover {
    background: transparent;
    color: #f59e0b;
    transform: translateY(-5px);
}

/* --- 100% MOBILE RESPONSIVE --- */

@media (max-width: 992px) {
    .oz-inverter-section { padding: 60px 0; }
    .inv-container { flex-direction: column; text-align: center; gap: 40px; }
    .slide-left, .slide-right { transform: translateY(60px); }
    .inv-feature-grid { justify-content: center; }
    .inv-list li { justify-content: center; }
}

@media (max-width: 480px) {
    .inv-title { font-size: 2.2rem; }
    .inv-desc { font-size: 1rem; }
    .inv-cta-btn { width: 100%; box-sizing: border-box; }
}

/* COMPULSORY 320px & 250px ULTRA-SMALL DEVICE SUPPORT */
@media (max-width: 320px) {
    .inv-container { padding: 0 10px; }
    .inv-title { font-size: 1.6rem; }
    .inv-feat { width: 100%; justify-content: center; }
    .inv-list li { font-size: 0.85rem; }
}

@media (max-width: 250px) {
    .oz-inverter-section { padding: 30px 0; }
    .inv-container { gap: 20px; }
    .inv-title { font-size: 1.1rem !important; line-height: 1.2; }
    .inv-badge { font-size: 0.65rem; letter-spacing: 1px; }
    .inv-desc { font-size: 0.75rem; line-height: 1.4; }
    .power-glow, .energy-sparkles { display: none; }
    .inv-img-frame { border-radius: 12px; }
    .inv-feat { padding: 8px 10px; font-size: 0.7rem; }
    .inv-cta-btn { padding: 12px 15px; font-size: 0.75rem; border-radius: 10px; }
}

.qw
{
    text-align:center;
}




.oz-logo1 img {
    height: 100px;
}


@media (max-width: 768px) {
    .oz-logo1 img {
        height: 100px;
    }
}

@media (max-width: 500px) {
    .oz-logo1 img {
        height: 60px;
    }
}

@media (max-width: 300px) {
    .oz-logo1 img {
        height: 33px;
    }
}

@media (max-width: 200px) {
    .oz-logo1 img {
        height: 28px;
    }
}

