/* =========================
GLOBAL
========================= */
body{
    font-family:'Open Sans', sans-serif;
    background:#f5f7fb;
}

/* =========================
CONTAINER
========================= */
.container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

/* =========================
HERO
========================= */
.hero{
    height:200px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    background:linear-gradient(135deg, #0ea5e9, #979797b5);
}

.hero h1{
    font-size:32px;
    font-weight:700;
}

.hero p{
    font-size:14px;
    margin-top:6px;
    opacity:0.9;
}

/* =========================
   CONTENT
========================= */

.slide-content {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    max-width: 520px;
}

.slide-content .badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 12px;
    backdrop-filter: blur(5px);
}

.slide-content h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.slide-content p {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.slide-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.slide-content li {
    margin-bottom: 8px;
    font-size: 14px;
}

/* =========================
   STATS
========================= */

.stats-section {
    margin-top: 40px;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.stat-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.stat-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0b6bcb;
    margin-bottom: 5px;
}

.stat-card p {
    font-size: 13px;
    color: #555;
}

.stat-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(11, 107, 203, 0.15), transparent);
    top: -40px;
    right: -40px;
}

/* =========================
   BUTTONS
========================= */

.hero-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.btn.call {
    background: linear-gradient(135deg, #0b6bcb, #0aa1dd);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn.call:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn.outline {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn.outline:hover {
    background: #fff;
    color: #000;
}

/* =========================
   TRUST BADGES
========================= */

.trust-badges {
    display: flex;
    gap: 2px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 11px;
}

.badge-item img {
    width: 16px;
    height: 16px;
}

.hero-slider img {
    object-fit: cover;
    object-position: center top;
}
/* =========================
   MOBILE FIX
========================= */

@media (max-width: 768px) {
    .hero-slider {
        height: auto;
    }

    .hero-slider img {
        height: 100%;
        max-height: 20px;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .hero-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .hero-slider {
        min-height: 300px;
        border-radius: 12px;
    }

    .slide-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 20px;
        max-width: 100%;
        text-align: center;
    }

    .slide-content h1 {
        font-size: 22px;
    }

    .slide-content p {
        font-size: 13px; /* ✅ FIXED */
    }

    .slide-content li {
        font-size: 13px;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .trust-badges {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 30px 0;
    }

    .hero-slider {
        min-height: 260px;
    }

    .slide-content {
        padding: 15px;
    }

    .slide-content h1 {
        font-size: 20px;
    }

    .btn.call,
    .btn.outline {
        font-size: 13px;
        padding: 8px 14px;
    }
}
/* =========================
   GLASS HERO FORM (PREMIUM FIXED)
========================= */

.hero-form {
    flex: 1;
    display: flex;
    
}

/* glass card */
.enquiry-box {
    width: 100%;
    padding: 6px 22px;
    border-radius: 0px;

    /* slightly stronger glass */
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.4);

    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);

    position: relative;
    overflow: hidden;
    z-index: 2;
}

/* light glow */
.enquiry-box::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(11, 107, 203, 0.25), transparent);
    top: -60px;
    right: -60px;
    z-index: 0;
}

/* keep content above glow */
.enquiry-box * {
    position: relative;
    z-index: 2;
}

/* title */
.enquiry-box h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #0b6bcb; /* FIXED */
    margin-bottom: 5px;
}

/* sub text */
.form-sub {
    text-align: center;
    font-size: 12px;
    margin-bottom: 18px;
    color: #444; /* FIXED */
}

/* inputs */
.enquiry-box input,
.enquiry-box textarea {
    width: 100%;
    padding: 3px 10px;
    margin-bottom: 12px;

    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);

    /* visible glass input */
    background: rgba(255, 255, 255, 0.6);
    color: #111; /* FIXED */

    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
}

/* placeholder */
.enquiry-box input::placeholder,
.enquiry-box textarea::placeholder {
    color: #666;
}

/* focus */
.enquiry-box input:focus,
.enquiry-box textarea:focus {
    border-color: #0b6bcb;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(11, 107, 203, 0.15);
}

/* label */
.enquiry-box label {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    color: #333; /* FIXED */
}

/* =========================
   TAG GROUP
========================= */

.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

/* tag */
.tag {
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    color: #333;
    cursor: pointer;
    transition: 0.3s ease;
}

/* active tag */
.tag.active {
    background: linear-gradient(135deg, #0b6bcb, #0aa1dd) !important;
    color: #fff !important;
    border-color: transparent !important;
}

/* hover tag */
.tag:hover:not(.active) {
    background: rgba(255, 255, 255, 0.9);
}

/* =========================
   🔥 MAIN MOBILE FIX
========================= */

/* tablet */
@media (max-width: 992px) {
    .hero-wrapper {
        flex-direction: column;   /* stack layout */
    }

    .hero-slider {
        min-height: 320px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* mobile */
@media (max-width: 768px) {
    .hero {
        padding: 0px 0;
    }

    .hero-slider {
        min-height: 260px;
    }

    .slide-content h1 {
        font-size: 24px;
    }

    .slide iconic-content p {
        font-size: 13px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .enquiry-box {
        padding: 20px;
    }
}

/* small mobile */
@media (max-width: 480px) {
    .hero-slider {
        min-height: 220px;
    }

    .slide-content {
        top: 55%;
    }

    .slide-content h1 {
        font-size: 20px;
    }
}

/* =========================
   BUTTON (ENQUIRY‑BOX)
========================= */

/* primary button */
.enquiry-box .btn.call {
    width: 100%;
    padding: 13px;
    border-radius: 30px;
    background: linear-gradient(135deg, #0b6bcb, #0aa1dd);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline-offset: 2px;
}

/* button hover */
.enquiry-box .btn.call:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* button focus (TAB key) */
.enquiry-box .btn.call:focus {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

/* strong focus (accessibility) */
.enquiry-box .btn.call:focus-visible {
    outline: 3px solid #0b6bcb;
    box-shadow: 0 0 0 4px rgba(11, 107, 203, 0.3);
}
/* =========================
   ABOUT
========================= */
.about-flex{
    display:grid;
    grid-template-columns:1.5fr 1fr;
    gap:40px;
    align-items:center;
}

.about-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.stat-box{
    background:#f5faff;
    padding:20px;
    border-radius:10px;
    text-align:center;
    border-left:4px solid var(--primary);
    transition:0.3s;
}

.stat-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.stat-box h3{
    color:var(--primary);
}

/* =========================
   PREMIUM GLASS SERVICES UI
========================= */

/* SECTION BG (soft gradient) */
.section-block:nth-of-type(even){
    background: linear-gradient(135deg, #eef6fb, #f8fcff);
}

/* GRID */
.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
    margin-top:40px;
}

/* GLASS CARD */
.why-card{
    position: relative;
    padding: 30px 25px;
    border-radius: 20px;

    /* PREMIUM GLASS */
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255,255,255,0.6);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.4);

    text-align: center;
    transition: all 0.35s ease;

    overflow: hidden;
}

/* GLOW EFFECT */
.why-card::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background: radial-gradient(circle, rgba(11,107,203,0.25), transparent);
    top:-60px;
    right:-60px;
    z-index:0;
}

/* CONTENT ABOVE GLOW */
.why-card *{
    position:relative;
    z-index:2;
}

/* ICON */
.why-icon{
    font-size:32px;
    margin-bottom:15px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:60px;
    height:60px;

    border-radius:50%;

    /* GLASS ICON BG */
    background: rgba(255,255,255,0.7);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* TITLE */
.why-card h3{
    font-size:18px;
    font-weight:600;
    color:#0b6bcb;
    margin-bottom:10px;
}

/* TEXT */
.why-card p{
    font-size:14px;
    color:#555;
    line-height:1.5;
}

/* HOVER (NEXT LEVEL) */
.why-card:hover{
    transform: translateY(-8px) scale(1.02);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        inset 0 0 0 1px rgba(255,255,255,0.6);
}

/* HOVER GLOW INTENSIFY */
.why-card:hover::before{
    background: radial-gradient(circle, rgba(11,107,203,0.35), transparent);
}

/* ICON POP */
.why-card:hover .why-icon{
    transform: scale(1.1);
}

/* =========================
   SECTION TITLE IMPROVEMENT
========================= */

.section-block h2{
    text-align:center;
    font-size:28px;
    font-weight:700;
    color:#0aa1dd;
}

.section-sub{
    text-align:center;
    color:#666;
    margin-top:8px;
}



/* =========================
   PREMIUM GLASS PRODUCTS
========================= */

/* GRID */
.products-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
    margin-top:40px;
}

/* GLASS CARD */
.product-card{
    position: relative;
    padding: 22px;
    border-radius: 20px;

    /* GLASS */
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255,255,255,0.6);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.4);

    text-align: center;
    transition: all 0.35s ease;

    overflow: hidden;
}

/* GLOW */
.product-card::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background: radial-gradient(circle, rgba(11,107,203,0.25), transparent);
    top:-60px;
    right:-60px;
    z-index:0;
}

/* KEEP CONTENT ABOVE */
.product-card *{
    position:relative;
    z-index:2;
}

/* IMAGE WRAP FEEL */
.product-card img{
    width:100%;
    height:180px;
    object-fit:contain;
    margin-bottom:15px;

    border-radius:12px;
    padding:10px;

    background: rgba(255,255,255,0.7);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);

    transition:0.3s;
}

/* TITLE */
.product-card h3{
    font-size:16px;
    margin-bottom:8px;
    font-weight:600;
}

/* LINK */
.product-card h3 a{
    text-decoration:none;
    color:#0b6bcb;
    transition:0.3s;
}

.product-card h3 a:hover{
    color:#0aa1dd;
}

/* TEXT */
.product-card p{
    font-size:13px;
    color:#555;
    margin-bottom:15px;
}

/* BUTTON */
.product-card .btn.call{
    padding:9px 18px;
    font-size:13px;

    border-radius:25px;

    background: linear-gradient(135deg, #0b6bcb, #0aa1dd);
    color:#fff;

    display:inline-block;
    transition:0.3s;
}

/* HOVER EFFECT (NEXT LEVEL) */
.product-card:hover{
    transform: translateY(-8px) scale(1.02);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        inset 0 0 0 1px rgba(255,255,255,0.6);
}

/* IMAGE ZOOM */
.product-card:hover img{
    transform: scale(1.05);
}

/* GLOW BOOST */
.product-card:hover::before{
    background: radial-gradient(circle, rgba(11,107,203,0.35), transparent);
}

/* BUTTON HOVER */
.product-card .btn.call:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* =========================
   CITY
========================= */
/* =========================
   PREMIUM GLASS CITIES
========================= */

/* GRID */
.city-grid{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
    margin-top:30px;
}

/* GLASS PILLS */
.city-pill{
    position: relative;
    padding:10px 18px;
    border-radius:30px;

    text-decoration:none;
    font-size:13px;
    font-weight:500;

    /* GLASS */
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,0.6);

    color:#0b6bcb;

    box-shadow:
        0 5px 15px rgba(0,0,0,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.4);

    transition: all 0.3s ease;

    overflow:hidden;
}

/* GLOW EFFECT */
.city-pill::before{
    content:"";
    position:absolute;
    width:100px;
    height:100px;
    background: radial-gradient(circle, rgba(11,107,203,0.25), transparent);
    top:-40px;
    right:-40px;
    opacity:0;
    transition:0.3s;
}

/* HOVER (NEXT LEVEL) */
.city-pill:hover{
    transform: translateY(-3px) scale(1.05);

    background: linear-gradient(135deg, #0b6bcb, #0aa1dd);
    color:#fff;

    box-shadow:
        0 10px 25px rgba(0,0,0,0.2),
        inset 0 0 0 1px rgba(255,255,255,0.3);
}

/* SHOW GLOW */
.city-pill:hover::before{
    opacity:1;
}

/* CLICK EFFECT */
.city-pill:active{
    transform: scale(0.96);
}

/* =========================
   TEXT IMPROVEMENT
========================= */

.text-center{
    text-align:center;
}

.mt-20{
    margin-top:20px;
}

.section-block p strong{
    color:#0b6bcb;
}

/* =========================
   PREMIUM GLASS CTA
========================= */

.cta{
    position: relative;
    text-align: center;
    padding: 70px 25px;
    border-radius: 24px;

    /* GLASS + GRADIENT MIX */
    background: linear-gradient(
        135deg,
        rgba(11,107,203,0.85),
        rgba(10,161,221,0.85)
    );

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid rgba(255,255,255,0.3);

    box-shadow:
        0 20px 60px rgba(0,0,0,0.2),
        inset 0 0 0 1px rgba(255,255,255,0.2);

    overflow: hidden;
}

/* GLOW LIGHT */
.cta::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background: radial-gradient(circle, rgba(255,255,255,0.25), transparent);
    top:-100px;
    left:-100px;
}

/* SECOND GLOW */
.cta::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background: radial-gradient(circle, rgba(255,255,255,0.15), transparent);
    bottom:-80px;
    right:-80px;
}

/* KEEP CONTENT ABOVE */
.cta *{
    position:relative;
    z-index:2;
}

/* TITLE */
.cta h2{
    font-size:30px;
    font-weight:700;
    color:#fff;
    margin-bottom:10px;
}

/* TEXT */
.cta p{
    font-size:15px;
    color:rgba(255,255,255,0.9);
    margin-bottom:25px;
}

/* BUTTON */
.cta .btn.call{
    padding:12px 26px;
    font-size:14px;
    border-radius:30px;

    background:#fff;
    color:#0b6bcb;

    font-weight:600;
    text-decoration:none;

    display:inline-block;

    transition: all 0.3s ease;
}

/* BUTTON HOVER */
.cta .btn.call:hover{
    transform: translateY(-3px) scale(1.05);

    box-shadow: 0 10px 25px rgba(0,0,0,0.25);

    background:#f1f1f1;
}

/* BUTTON CLICK */
.cta .btn.call:active{
    transform: scale(0.95);
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){
    .cta{
        padding:50px 20px;
    }

    .cta h2{
        font-size:24px;
    }
}

/* =========================
   FAQ - GLASS PREMIUM UI
========================= */

.review {
    position: relative;
    padding: 22px 20px;
    margin-bottom: 18px;
    border-radius: 16px;

    /* GLASS EFFECT */
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    /* BORDER + SHADOW */
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    transition: 0.35s ease;
    overflow: hidden;
}

/* HOVER EFFECT */
.review:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* SOFT GLOW EFFECT */
.review::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(11,107,203,0.15), transparent);
    top: -40px;
    right: -40px;
}

/* QUESTION */
.review h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0b6bcb;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* OPTIONAL ICON */
.review h3::before {
    content: "❓";
    font-size: 16px;
}

/* ANSWER */
.review p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* =========================
   SECTION TITLE IMPROVEMENT
========================= */

.section-block h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.section-sub {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

/* =========================
   MOBILE
========================= */
@media(max-width:768px){

.hero h1{
    font-size:26px;
}

.hero p{
    font-size:15px;
}

.about-flex{
    grid-template-columns:1fr;
}

/* PRODUCTS FIX */
.products-grid{
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.product-card img{
    height:130px;
}

/* BUTTON FULL WIDTH */
.btn{
    display:block;
    width:85%;
    margin:10px auto;
}

}