:root{--sky:#2f9edb;--sky-dark:#1174b5;--navy:#0d2238;--ink:#24364a;--muted:#6b7b8c;--soft:#f3f9fd;--line:#e5edf3;--white:#fff;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);margin:0;background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#dce9f3;font-size:13px}.topbar .container{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.topbar a{color:#fff;margin-left:20px}.site-header{background:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 5px 20px rgba(13,34,56,.08)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.logo img{width:180px;max-height:62px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:25px;font-weight:600;font-size:14px}.nav-links a{color:var(--navy);transition:.25s}.nav-links a:hover{color:var(--sky)}.nav-cta,.btn{display:inline-flex;align-items:center;gap:9px;background:var(--sky);color:#fff!important;border-radius:4px;padding:13px 21px;font-weight:700;border:0;transition:.25s}.nav-cta:hover,.btn:hover{background:var(--sky-dark);transform:translateY(-2px)}.mobile-toggle{display:none;border:0;background:transparent;font-size:24px;color:var(--navy)}.trust-strip{background:var(--sky);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:25px 0}.trust-item{text-align:center;border-right:1px solid rgba(255,255,255,.3)}.trust-item:last-child{border:0}.trust-item strong{display:block;font-size:29px;line-height:1.1}.trust-item span{font-size:13px;opacity:.9}.section{padding:90px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 45px}.section-kicker{color:var(--sky-dark);font-weight:800;text-transform:uppercase;letter-spacing:2px;font-size:13px}.section-head h2{font-size:40px;line-height:1.15;color:var(--navy);margin:12px 0}.section-head p{color:var(--muted);margin:0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.about-image{position:relative}.about-image img{width:100%;height:450px;object-fit:cover;border-radius:6px}.about-badge{position:absolute;bottom:22px;right:-18px;background:var(--sky);color:#fff;padding:20px 24px;border-radius:5px;box-shadow:0 12px 30px rgba(17,116,181,.25)}.about-badge strong{font-size:32px;display:block;line-height:1}.about-copy h2{font-size:40px;color:var(--navy);line-height:1.15;margin:12px 0 20px}.about-copy p{color:var(--muted)}.products-section{background:var(--soft)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;transition:.25s;box-shadow:0 8px 24px rgba(13,34,56,.04)}.product-card:hover{transform:translateY(-7px);box-shadow:0 18px 35px rgba(13,34,56,.12)}.product-card img{width:100%;height:190px;object-fit:cover;background:#f7fafc}.product-body{padding:20px}.product-body h3{font-size:18px;color:var(--navy);margin:0 0 10px}.product-body a{font-weight:700;color:var(--sky-dark);font-size:14px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card{padding:28px 22px;border:1px solid var(--line);border-radius:6px;background:#fff}.feature-icon{width:54px;height:54px;border-radius:50%;background:#e6f5fd;color:var(--sky-dark);display:grid;place-items:center;font-size:23px;margin-bottom:18px}.feature-card h3{margin:0 0 8px;color:var(--navy);font-size:19px}.feature-card p{margin:0;color:var(--muted);font-size:14px}.industries{background:var(--navy);color:#fff}.industries .section-head h2{color:#fff}.industries .section-head p{color:#b9c9d6}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.industry-card{padding:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:5px;text-align:center;font-weight:700}.industry-card i{display:block;color:#7bd0ff;font-size:28px;margin-bottom:9px}.cta{background:linear-gradient(110deg,var(--sky-dark),var(--sky));color:#fff}
/* =========================
   PREMIUM CTA SECTION
========================= */

.cta {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    color: #fff;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(123, 208, 255, .28),
            transparent 28%
        ),
        radial-gradient(
            circle at 10% 100%,
            rgba(255, 255, 255, .10),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #071827 0%,
            #0d3554 45%,
            #1174b5 100%
        );
}

/* Decorative circles */

.cta::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -150px;
    top: -220px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
}

.cta::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -150px;
    bottom: -180px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
}

/* Glassmorphism inner card */

.cta-inner {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;

    padding: 48px 55px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 24px;

    background: rgba(255,255,255,.08);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow:
        0 25px 70px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.16);
}

/* Heading */

.cta h2 {
    margin: 0 0 12px;

    color: #fff;

    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -1px;
}

/* Description */

.cta p {
    max-width: 600px;
    margin: 0;

    color: rgba(255,255,255,.78);
    font-size: 16px;
}

/* Premium Button */

.cta .btn {
    min-width: 190px;
    padding: 17px 27px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #0d2238 !important;

    background: rgba(255,255,255,.96);

    border: 1px solid rgba(255,255,255,.8);
    border-radius: 12px;

    font-size: 15px;
    font-weight: 700;

    box-shadow:
        0 12px 30px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,1);

    transition: all .35s ease;
}

.cta .btn:hover {
    transform: translateY(-5px) scale(1.02);

    color: #fff !important;

    background: #1174b5;

    box-shadow:
        0 18px 35px rgba(0,0,0,.25);
}

.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fff}.blog-card img{width:100%;height:210px;object-fit:cover}.blog-card-body{padding:22px}.blog-card h3{font-size:19px;line-height:1.35;color:var(--navy);margin:0 0 12px}.blog-card p{color:var(--muted);font-size:14px}.blog-card a{color:var(--sky-dark);font-weight:700}
/* =========================================
   FINAL PREMIUM FOOTER
========================================= */

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 78px 0 0;
    color: #aebdca;
    background:
        radial-gradient(circle at 88% 12%, rgba(47, 158, 219, .14), transparent 28%),
        linear-gradient(135deg, #061522 0%, #0b2238 55%, #071827 100%);
}

.site-footer::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -220px;
    border: 1px solid rgba(123, 208, 255, .10);
    border-radius: 50%;
    pointer-events: none;
}

.footer-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.15fr 1.55fr;
    gap: 46px;
    align-items: start;
    padding-bottom: 58px;
}

.footer-logo {
    width: 190px;
    padding: 10px 14px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.footer-company p {
    max-width: 340px;
    margin: 22px 0 0;
    color: #9eafbd;
    font-size: 14px;
    line-height: 1.8;
}

.site-footer h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.site-footer h3::after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    margin-top: 9px;
    border-radius: 10px;
    background: var(--sky);
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer li {
    margin: 12px 0;
    font-size: 14px;
}

.site-footer li a {
    color: #aebdca;
    transition: color .3s ease, padding-left .3s ease;
}

.site-footer li a:hover {
    padding-left: 6px;
    color: #7bd0ff;
}

.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.footer-socials a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .06);
    transition: transform .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease;
}

.footer-socials a:hover {
    transform: translateY(-4px);
    color: #fff;
    background: var(--sky);
    box-shadow: 0 12px 24px rgba(47, 158, 219, .28);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-contact-item i {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    color: rgba(255, 255, 255, .86);
    background: rgba(47, 158, 219, .58);
    font-size: 14px;
    transition: transform .3s ease, background .3s ease;
}

.footer-contact-item:hover i {
    transform: translateY(-2px);
    background: rgba(47, 158, 219, .92);
}

.footer-contact-item p {
    margin: 0;
    color: #b8c8d5;
    font-size: 13px;
    line-height: 1.65;
}

.footer-contact-item a {
    padding-top: 5px;
    color: #dce9f3;
    font-size: 14px;
}

.footer-contact-item a:hover {
    color: #7bd0ff;
}

.footer-newsletter {
    margin-top: 26px;
}

.footer-newsletter h3 {
    margin-bottom: 9px;
}

.footer-newsletter p {
    margin: 0 0 13px;
    color: #91a4b4;
    font-size: 12px;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
}

.newsletter-form:focus-within {
    border-color: rgba(123, 208, 255, .6);
    box-shadow: 0 0 0 4px rgba(47, 158, 219, .10);
}

.newsletter-form input {
    min-width: 0;
    flex: 1;
    padding: 13px 14px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 13px;
}

.newsletter-form input::placeholder {
    color: #8ea1b0;
}

.newsletter-form button {
    width: 48px;
    border: 0;
    color: #fff;
    background: var(--sky);
    cursor: pointer;
    font-size: 19px;
    transition: background .3s ease;
}

.newsletter-form button:hover {
    background: var(--sky-dark);
}

.footer-map-link {
    display: grid;
    grid-template-columns: 40px 1fr 28px;
    align-items: center;
    gap: 12px;
    margin-top: 17px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
    transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.footer-map-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, var(--sky-dark), var(--sky));
}

.footer-map-copy {
    min-width: 0;
}

.footer-map-copy small {
    display: block;
    color: #8ea3b4;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.footer-map-copy strong {
    display: block;
    color: #fff;
    font-size: 13px;
}

.footer-map-arrow {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #7bd0ff;
    background: rgba(123, 208, 255, .10);
    transition: transform .3s ease, color .3s ease, background .3s ease;
}

.footer-map-link:hover {
    transform: translateY(-3px);
    border-color: rgba(123, 208, 255, .35);
    background: linear-gradient(135deg, rgba(47, 158, 219, .16), rgba(255, 255, 255, .05));
    box-shadow: 0 14px 30px rgba(0, 0, 0, .20);
}

.footer-map-link:hover .footer-map-arrow {
    transform: translateX(3px);
    color: #fff;
    background: var(--sky);
}

.copyright {
    position: relative;
    z-index: 2;
    padding: 21px 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
    color: #8193a2;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding-top: 58px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .footer-company p {
        max-width: none;
    }
}

/* =========================================
PREMIUM FAQ SECTION
========================================= */

.faq {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(47, 158, 219, .08),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f8fbfd 0%,
            #ffffff 100%
        );
}

.faq details {
    position: relative;

    max-width: 900px;
    margin: 16px auto;
    padding: 0;

    background: rgba(255,255,255,.85);

    border: 1px solid rgba(229,237,243,.9);
    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(13,34,56,.04);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.faq details:hover {
    transform: translateY(-3px);

    border-color: rgba(47,158,219,.35);

    box-shadow:
        0 18px 40px rgba(13,34,56,.10);
}

.faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 24px 28px;

    cursor: pointer;
    list-style: none;

    color: var(--navy);

    font-size: 17px;
    font-weight: 700;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: "+";

    display: grid;
    place-items: center;

    flex-shrink: 0;

    width: 34px;
    height: 34px;

    margin-left: 20px;

    border-radius: 50%;

    color: var(--sky-dark);
    background: #eaf6fc;

    font-size: 22px;
    font-weight: 400;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}

.faq details[open] summary {
    color: var(--sky-dark);
}

.faq details[open] summary::after {
    content: "−";

    color: #fff;
    background: var(--sky-dark);

    transform: rotate(180deg);
}

.faq details p {
    margin: 0;
    padding: 0 28px 25px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.8;

    animation: faqAnswer .35s ease;
}

@keyframes faqAnswer {

    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}
@media(max-width:992px){.nav-links{gap:14px}.product-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.topbar .container{justify-content:center}.topbar .top-email{display:none}.nav{height:72px}.nav-links{display:none}.mobile-toggle{display:block}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border:0}.about-grid{grid-template-columns:1fr;gap:35px}.about-image img{height:340px}.about-badge{right:12px}.section{padding:65px 0}.section-head h2,.about-copy h2{font-size:32px}.product-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr}.cta-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr}.trust-item strong{font-size:24px}} 

/* ABOUT US HOME SECTION */

.about-home {
    background: #fff;
}

.about-home-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-home-content {
    max-width: 600px;
}

.about-label {
    display: inline-block;
    background: var(--sky);
    color: #fff;
    padding: 10px 22px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 25px;
}

.about-home-content h2 {
    color: var(--navy);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.15;
    margin: 0 0 24px;
}

.about-home-content p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.about-home-image {
    position: relative;
}

.about-home-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.about-experience {
    position: absolute;
    bottom: -20px;
    left: -35px;
    background: var(--sky);
    color: #fff;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-experience strong {
    font-size: 48px;
    line-height: 1;
}

.about-experience span {
    font-size: 14px;
    margin-top: 10px;
}

.about-home-stats {
    display: flex;
    gap: 60px;
    margin: 30px 0;
}

.about-stat strong {
    display: block;
    color: var(--sky);
    font-size: 44px;
    line-height: 1;
}

.about-stat span {
    color: var(--muted);
    font-size: 14px;
}

@media (max-width: 768px) {

    .about-home-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-home-image img {
        height: 350px;
    }

    .about-experience {
        left: 20px;
        bottom: -20px;
    }

    .about-home-stats {
        gap: 35px;
    }

}

/* =========================================
   PREMIUM CUSTOMER COVERFLOW SLIDER
========================================= */

.premium-customers {
    position: relative;

    padding: 100px 0 90px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 85%,
            rgba(47, 158, 219, .08),
            transparent 32%
        ),
        #ffffff;
}


/* =========================================
   SECTION HEADING
========================================= */

.premium-customers-head {
    max-width: 780px;

    margin: 0 auto 55px;

    text-align: center;
}


.premium-customers-head .section-kicker {
    color: var(--sky-dark);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2px;
    text-transform: uppercase;
}


.premium-customers-head h2 {
    margin: 14px 0 18px;

    color: var(--navy);

    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.15;
    letter-spacing: -1px;
}


.premium-customers-head p {
    margin: 0;

    color: var(--muted);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   SWIPER VIEWPORT
========================================= */

.customer-swiper {
    position: relative;

    width: 100%;
    max-width: 1450px;

    margin: 0 auto;

    padding: 45px 0 70px;

    overflow: hidden;
}


/*
Important override:
Your index has global .swiper-wrapper and .swiper-slide
height:100%, so these overrides are required.
*/

.customer-swiper .swiper-wrapper {
    align-items: center;

    width: auto;
    height: auto;
}


.customer-swiper .swiper-slide {
    width: 270px;
    height: 140px;
}


/* =========================================
   LOGO CARDS
========================================= */

.customer-swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e3ebf1;
    border-radius: 18px;

    opacity: .42;

    transform: scale(.82);

    box-shadow:
        0 10px 28px rgba(13, 34, 56, .06);

    transition:
        opacity .65s ease,
        transform .65s cubic-bezier(.22,.61,.36,1),
        border-color .65s ease,
        box-shadow .65s ease;
}


/* Active centered logo */

.customer-swiper-slide.swiper-slide-active {
    z-index: 5;

    opacity: 1;

    transform: scale(1.13);

    border-color: rgba(47, 158, 219, .65);

    box-shadow:
        0 24px 55px rgba(13, 34, 56, .17),
        0 0 0 1px rgba(47, 158, 219, .10);
}


/* Slides near active logo */

.customer-swiper-slide.swiper-slide-prev,
.customer-swiper-slide.swiper-slide-next {
    opacity: .75;

    transform: scale(.94);
}


/* =========================================
   LOGO IMAGE
========================================= */

.customer-swiper-slide img {
    display: block;

    width: 100%;
    max-width: 205px;

    height: 90px;

    object-fit: contain;

    filter: saturate(.8);

    transition:
        transform .65s ease,
        filter .65s ease;
}


.customer-swiper-slide.swiper-slide-active img {
    transform: scale(1.05);

    filter: saturate(1);
}


/* =========================================
   SIDE FADE EFFECT
========================================= */

.customer-swiper::before,
.customer-swiper::after {
    content: "";

    position: absolute;

    top: 0;
    bottom: 45px;

    z-index: 10;

    width: 130px;

    pointer-events: none;
}


.customer-swiper::before {
    left: 0;

    background:
        linear-gradient(
            90deg,
            #ffffff 10%,
            rgba(255,255,255,0)
        );
}


.customer-swiper::after {
    right: 0;

    background:
        linear-gradient(
            270deg,
            #ffffff 10%,
            rgba(255,255,255,0)
        );
}


/* =========================================
   PAGINATION
========================================= */

.customer-swiper-pagination {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 10px;

    z-index: 12;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 7px;
}


.customer-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;

    margin: 0 !important;

    background: #9bb1c2;

    opacity: .45;

    transition:
        width .3s ease,
        border-radius .3s ease,
        opacity .3s ease,
        background .3s ease;
}


.customer-swiper-pagination
.swiper-pagination-bullet-active {
    width: 27px;

    border-radius: 20px;

    opacity: 1;

    background: var(--sky);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .customer-swiper .swiper-slide {
        width: 235px;
        height: 125px;
    }


    .customer-swiper-slide img {
        max-width: 175px;
        height: 78px;
    }


    .customer-swiper::before,
    .customer-swiper::after {
        width: 75px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .premium-customers {
        padding: 70px 0 65px;
    }


    .premium-customers-head {
        width: 92%;

        margin-bottom: 30px;
    }


    .premium-customers-head h2 {
        font-size: 32px;
    }


    .premium-customers-head h2 br {
        display: none;
    }


    .customer-swiper {
        padding: 30px 0 60px;
    }


    .customer-swiper .swiper-slide {
        width: 195px;
        height: 110px;
    }


    .customer-swiper-slide {
        padding: 17px;

        border-radius: 14px;
    }


    .customer-swiper-slide.swiper-slide-active {
        transform: scale(1.07);
    }


    .customer-swiper-slide img {
        max-width: 150px;
        height: 67px;
    }


    .customer-swiper::before,
    .customer-swiper::after {
        width: 28px;
    }

}


/* Prevent page-level horizontal scrolling */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* =========================================
   PREMIUM LATEST INSIGHTS BLOG SHOWCASE
========================================= */

.insights-section {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(47, 158, 219, .06),
            transparent 28%
        ),
        #ffffff;
}

/* Slider viewport */

.insights-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Soft fade edges */

.insights-slider::before,
.insights-slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.insights-slider::before {
    left: 0;
    background: linear-gradient(
        90deg,
        #fff,
        transparent
    );
}

.insights-slider::after {
    right: 0;
    background: linear-gradient(
        270deg,
        #fff,
        transparent
    );
}

/* Infinite track */

.insights-track {
    display: flex;
    width: max-content;
    gap: 24px;

    animation: insightsScroll 42s linear infinite;
}

/* Pause on hover */

.insights-slider:hover .insights-track {
    animation-play-state: paused;
}

/* Card */

.insight-card {
    width: 350px;
    flex: 0 0 350px;

    overflow: hidden;

    background: #fff;

    border: 1px solid var(--line);
    border-radius: 18px;

    box-shadow:
        0 8px 25px rgba(13, 34, 56, .06);

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}

/* Card hover */

.insight-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 25px 55px rgba(13, 34, 56, .16);
}

/* Image */

.insight-image {
    height: 220px;
    overflow: hidden;
}

.insight-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .7s cubic-bezier(.2,.8,.2,1);
}

.insight-card:hover .insight-image img {
    transform: scale(1.08);
}

/* Content */

.insight-content {
    padding: 25px;
}

.insight-category {
    display: inline-block;

    margin-bottom: 12px;

    color: var(--sky-dark);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.insight-content h3 {
    min-height: 52px;

    margin: 0 0 12px;

    color: var(--navy);

    font-size: 21px;
    line-height: 1.3;
}

.insight-content p {
    min-height: 68px;

    margin: 0 0 20px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.7;
}

/* Read article */

.insight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--sky-dark);

    font-size: 14px;
    font-weight: 800;

    transition: gap .3s ease;
}

.insight-link span {
    font-size: 19px;

    transition: transform .3s ease;
}

.insight-link:hover {
    gap: 13px;
}

.insight-link:hover span {
    transform: translateX(4px);
}


/* =========================================
   SEAMLESS INFINITE ANIMATION
========================================= */

@keyframes insightsScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(
            calc(-50% - 12px)
        );
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .insight-card {
        width: 320px;
        flex-basis: 320px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .insights-slider::before,
    .insights-slider::after {
        width: 40px;
    }

    .insights-track {
        gap: 16px;
        animation-duration: 35s;
    }

    .insight-card {
        width: 285px;
        flex-basis: 285px;
    }

    .insight-image {
        height: 190px;
    }

    .insight-content {
        padding: 20px;
    }

    .insight-content h3 {
        font-size: 19px;
    }

}

/* =========================================
   PREMIUM OUR PRODUCTS SHOWCASE
========================================= */

.products-showcase {
    position: relative;
    overflow: hidden;

    padding: 100px 0;

    background:
        radial-gradient(
            circle at 95% 5%,
            rgba(47, 158, 219, .10),
            transparent 28%
        ),
        radial-gradient(
            circle at 5% 95%,
            rgba(17, 116, 181, .06),
            transparent 25%
        ),
        #f5f9fc;
}


/* Decorative circle */

.products-showcase::before {
    content: "";

    position: absolute;
    top: -170px;
    right: -170px;

    width: 400px;
    height: 400px;

    border: 1px solid rgba(47, 158, 219, .12);
    border-radius: 50%;

    pointer-events: none;
}


/* =========================================
   SECTION HEADING
========================================= */

.products-showcase-head {
    position: relative;
    z-index: 2;

    max-width: 780px;
    margin: 0 auto 55px;

    text-align: center;
}


.products-showcase-head h2 {
    margin: 14px 0 18px;

    color: var(--navy);

    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.15;
    letter-spacing: -1px;
}


.products-showcase-head p {
    max-width: 700px;
    margin: 0 auto;

    color: var(--muted);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   MAIN PRODUCT GRID
========================================= */

.products-showcase-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(0, 1fr);

    gap: 24px;
}


/* =========================================
   FEATURED PRODUCT CARD
========================================= */

.product-featured-card {
    position: relative;

    min-height: 570px;

    overflow: hidden;

    border: 1px solid rgba(13, 34, 56, .08);
    border-radius: 22px;

    background: var(--navy);

    box-shadow:
        0 18px 50px rgba(13, 34, 56, .12);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


.product-featured-card > a {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
    min-height: 570px;
}


.product-featured-card:hover {
    transform: translateY(-8px);

    border-color: rgba(47, 158, 219, .7);

    box-shadow:
        0 28px 65px rgba(13, 34, 56, .20);
}


/* Featured image */

.product-featured-image {
    position: absolute;
    inset: 0;

    overflow: hidden;

    background: #eef4f8;
}


.product-featured-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .7s ease,
        filter .7s ease;
}


.product-featured-card:hover
.product-featured-image img {
    transform: scale(1.07);
}


/* Featured dark overlay */

.product-featured-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(6, 21, 34, .05) 15%,
            rgba(6, 21, 34, .35) 52%,
            rgba(6, 21, 34, .96) 100%
        );
}


/* Featured product text */

.product-featured-overlay {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 2;

    padding: 42px;
}


.product-featured-overlay h3 {
    margin: 10px 0 13px;

    color: #fff;

    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.15;
}


.product-featured-overlay p {
    max-width: 530px;
    margin: 0 0 22px;

    color: rgba(255, 255, 255, .75);

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================
   PRODUCT CATEGORY
========================================= */

.product-category {
    display: inline-flex;
    align-items: center;

    color: var(--sky-dark);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.4;

    text-transform: uppercase;
}


.product-featured-card .product-category {
    color: #8bd5ff;
}


/* =========================================
   SMALL PRODUCTS GRID
========================================= */

.product-small-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 24px;
}


/* =========================================
   SMALL PRODUCT CARD
========================================= */

.product-small-card {
    overflow: hidden;

    min-width: 0;

    border: 1px solid var(--line);
    border-radius: 18px;

    background: #fff;

    box-shadow:
        0 10px 30px rgba(13, 34, 56, .06);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}


.product-small-card:hover {
    transform: translateY(-8px);

    border-color: rgba(47, 158, 219, .7);

    box-shadow:
        0 22px 45px rgba(13, 34, 56, .14);
}


.product-small-card > a {
    display: flex;
    flex-direction: column;

    height: 100%;
}


/* Small product image */

.product-small-image {
    position: relative;

    height: 210px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #f7fafc,
            #eaf2f7
        );
}


.product-small-image::after {
    content: "";

    position: absolute;
    inset: 0;

    border-bottom:
        1px solid rgba(13, 34, 56, .05);

    pointer-events: none;
}


.product-small-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    padding: 18px;

    transition:
        transform .6s ease,
        filter .6s ease;
}


.product-small-card:hover
.product-small-image img {
    transform: scale(1.08);
}


/* Small product content */

.product-small-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;

    padding: 23px;
}


.product-small-content h3 {
    margin: 8px 0 9px;

    color: var(--navy);

    font-size: 20px;
    line-height: 1.3;

    transition: color .3s ease;
}


.product-small-card:hover
.product-small-content h3 {
    color: var(--sky-dark);
}


.product-small-content p {
    margin: 0 0 18px;

    color: var(--muted);

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   EXPLORE PRODUCT LINK
========================================= */

.product-explore-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: auto;

    color: var(--sky-dark);

    font-size: 13px;
    font-weight: 800;
}


.product-featured-card
.product-explore-link {
    color: #8bd5ff;
}


.product-explore-link span {
    display: inline-block;

    transition: transform .3s ease;
}


.product-featured-card:hover
.product-explore-link span,
.product-small-card:hover
.product-explore-link span {
    transform: translateX(6px);
}


/* =========================================
   VIEW ALL PRODUCTS
========================================= */

.products-showcase-action {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;

    margin-top: 45px;
}


.products-view-all {
    min-width: 205px;

    justify-content: center;

    padding: 15px 25px;

    border-radius: 10px;
}


.products-view-all span {
    transition: transform .3s ease;
}


.products-view-all:hover span {
    transform: translateX(5px);
}


/* =========================================
   SCROLL REVEAL ANIMATION
========================================= */

.product-reveal {
    opacity: 0;

    transform: translateY(42px);

    transition:
        opacity .75s ease var(--reveal-delay, 0s),
        transform .75s ease var(--reveal-delay, 0s);
}


.product-reveal.is-visible {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .products-showcase {
        padding: 80px 0;
    }


    .products-showcase-grid {
        grid-template-columns: 1fr;
    }


    .product-featured-card,
    .product-featured-card > a {
        min-height: 500px;
    }


    .product-small-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .products-showcase {
        padding: 70px 0;
    }


    .products-showcase-head {
        margin-bottom: 38px;
    }


    .products-showcase-head h2 {
        font-size: 32px;
    }


    .products-showcase-head h2 br {
        display: none;
    }


    .product-featured-card,
    .product-featured-card > a {
        min-height: 430px;
    }


    .product-featured-overlay {
        padding: 28px;
    }


    .product-featured-overlay p {
        font-size: 14px;
    }


    .product-small-grid {
        grid-template-columns: 1fr;
    }


    .product-small-image {
        height: 250px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .product-featured-card,
    .product-featured-card > a {
        min-height: 390px;
    }


    .product-featured-overlay {
        padding: 23px;
    }


    .product-featured-overlay h3 {
        font-size: 27px;
    }


    .product-featured-overlay p {
        display: none;
    }


    .product-small-image {
        height: 220px;
    }

}


/* =========================================
   REDUCED MOTION ACCESSIBILITY
========================================= */

@media (prefers-reduced-motion: reduce) {

    .product-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }


    .product-featured-card,
    .product-small-card,
    .product-featured-image img,
    .product-small-image img,
    .product-explore-link span {
        transition: none;
    }

}

.product-changing{

    opacity:.35;

    transform:scale(.97);

    transition:.35s;

}

.product-featured-card{

    transition:
    .35s ease;

}

.product-small-card{

    transition:
    transform .35s ease,
    opacity .35s ease,
    box-shadow .35s ease;

}

/* =========================================
   PREMIUM CORPORATE TOP BAR
========================================= */

.topbar {
    position: relative;
    z-index: 100;

    min-height: 42px;

    background:
        linear-gradient(
            90deg,
            #0b2137 0%,
            #0d2b46 48%,
            #0a2035 100%
        );

    border-bottom: 1px solid rgba(255,255,255,.06);
}


.topbar-inner {
    min-height: 42px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


.topbar-left {
    color: rgba(255,255,255,.75);

    font-size: 13px;
    font-weight: 400;

    line-height: 1.2;
}


.topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 20px;
}


.topbar-contact-item{
    display:flex;
    align-items:center;
    gap:8px;

    color:rgba(255,255,255,.88);

    font-size:13px;
    font-weight:500;

    text-decoration:none;

    transition:.3s;
}

.topbar-contact-item:hover{
    color:#53b8ff;
}


.topbar-icon-box{

    width:auto;
    height:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#ffffff;

    font-size:14px;

    background:none;
    border:none;
    border-radius:0;
    box-shadow:none;

    padding:0;
}


.topbar-divider{

    width:1px;
    height:18px;

    background:rgba(255,255,255,.22);

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .topbar-inner {
        gap: 18px;
    }


    .topbar-right {
        gap: 14px;
    }


    .topbar-left {
        font-size: 12px;
    }


    .topbar-contact-item {
        font-size: 12px;
        gap: 8px;
    }


    .topbar-icon-box {
        width: 30px;
        height: 30px;

        flex-basis: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .topbar {
        min-height: auto;
    }


    .topbar-inner {
        padding-top: 9px;
        padding-bottom: 9px;

        flex-direction: column;

        gap: 9px;
    }


    .topbar-left {
        width: 100%;

        text-align: center;

        font-size: 11px;
    }


    .topbar-right {
        width: 100%;

        justify-content: center;

        gap: 12px;
    }


    .topbar-contact-item {
        font-size: 11px;
    }


    .topbar-icon-box {
        width: 28px;
        height: 28px;

        flex-basis: 28px;

        border-radius: 7px;
    }


    .topbar-divider {
        height: 18px;
    }

}


@media (max-width: 520px) {

    .topbar-right {
        flex-wrap: wrap;
    }


    .topbar-divider {
        display: none;
    }

}

/* =========================================
   PREMIUM CLIENT TESTIMONIALS
========================================= */

.testimonials-section {
    position: relative;
    overflow: hidden;

    padding: 95px 0 90px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(47, 158, 219, .08),
            transparent 35%
        ),
        #f5f8fb;
}


/* =========================================
   SECTION HEADING
========================================= */

.testimonials-head {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}


.testimonials-head .section-kicker {
    display: inline-block;

    color: var(--sky-dark);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2px;
    text-transform: uppercase;
}


.testimonials-head h2 {
    margin: 14px 0 16px;

    color: var(--navy);

    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -.8px;
}


.testimonials-head p {
    max-width: 690px;
    margin: 0 auto;

    color: var(--muted);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   SWIPER
========================================= */

.testimonial-swiper {
    width: 100%;
    max-width: 1260px;

    margin: 0 auto;

    padding: 12px 20px 65px;

    overflow: hidden;
}


.testimonial-swiper .swiper-wrapper {
    align-items: stretch;
    height: auto;
}


.testimonial-swiper .swiper-slide {
    height: auto;
}


/* =========================================
   TESTIMONIAL CARD
========================================= */

.testimonial-card {
    position: relative;

    min-height: 360px;
    height: 100%;

    display: flex;
    flex-direction: column;

    padding: 34px;

    background: rgba(255,255,255,.92);

    border: 1px solid rgba(13,34,56,.08);
    border-radius: 22px;

    box-shadow:
        0 14px 35px rgba(13,34,56,.07);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease,
        background .4s ease;
}


.testimonial-card::before {
    content: "“";

    position: absolute;
    top: 12px;
    right: 25px;

    color: rgba(47,158,219,.12);

    font-family: Georgia, serif;
    font-size: 92px;
    line-height: 1;
}


.testimonial-slide.swiper-slide-active .testimonial-card {
    transform: translateY(-8px);

    border-color: rgba(47,158,219,.45);

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f7fcff
        );

    box-shadow:
        0 24px 55px rgba(13,34,56,.14),
        0 0 0 1px rgba(47,158,219,.08);
}


.testimonial-card:hover {
    transform: translateY(-8px);

    border-color: rgba(47,158,219,.4);

    box-shadow:
        0 24px 55px rgba(13,34,56,.14);
}


/* =========================================
   STARS
========================================= */

.testimonial-stars {
    position: relative;
    z-index: 2;

    margin-bottom: 22px;

    color: #f6aa00;

    font-size: 18px;
    letter-spacing: 3px;
}


/* =========================================
   REVIEW TEXT
========================================= */

.testimonial-text {
    position: relative;
    z-index: 2;

    flex: 1;

    margin: 0 0 30px;

    color: #526477;

    font-size: 16px;
    line-height: 1.85;
}


/* =========================================
   AUTHOR
========================================= */

.testimonial-author {
    display: flex;
    align-items: center;

    gap: 14px;
}


.testimonial-avatar {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 800;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            var(--sky),
            var(--sky-dark)
        );

    box-shadow:
        0 8px 18px rgba(47,158,219,.25);
}


.testimonial-author h3 {
    margin: 0 0 4px;

    color: var(--navy);

    font-size: 17px;
    font-weight: 800;
}


.testimonial-author span {
    color: var(--muted);

    font-size: 13px;
    line-height: 1.4;
}


/* =========================================
   PAGINATION
========================================= */

.testimonial-pagination {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 15px;

    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 7px;
}


.testimonial-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;

    margin: 0 !important;

    background: #91a6b7;

    opacity: .45;

    transition:
        width .3s ease,
        opacity .3s ease,
        background .3s ease,
        border-radius .3s ease;
}


.testimonial-pagination
.swiper-pagination-bullet-active {
    width: 28px;

    border-radius: 20px;

    background: var(--sky);

    opacity: 1;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .testimonials-section {
        padding: 80px 0 75px;
    }


    .testimonial-card {
        min-height: 340px;
        padding: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .testimonials-section {
        padding: 68px 0 65px;
    }


    .testimonials-head {
        width: 92%;
        margin-bottom: 35px;
    }


    .testimonials-head h2 {
        font-size: 32px;
    }


    .testimonials-head p {
        font-size: 15px;
    }


    .testimonial-swiper {
        padding-left: 18px;
        padding-right: 18px;
    }


    .testimonial-card {
        min-height: 330px;

        padding: 26px;

        border-radius: 18px;
    }


    .testimonial-text {
        font-size: 15px;
        line-height: 1.75;
    }


    .testimonial-card::before {
        font-size: 76px;
    }

}

/* =========================================
   FINAL PREMIUM SPLIT HERO SLIDER
   Text on left + uncropped product image on right
========================================= */















/* Left content */
























/* Right product composition */








/* Arrows */








/* Dots */






/* Laptop */


/* Tablet and mobile */






/* =========================================================
   FINAL HERO IMAGE ALIGNMENT & EDGE-BLEND FIX
   Keep this at the very end of the stylesheet.
========================================================= */









/* Left content */






/* Right visual */


/* Soft floor glow */


/* The mask blends the rectangular image background into the hero */


/* Keep slide visibility correct */




/* Controls */




/* Laptop */


/* Mobile */

/* =========================================================
   FINAL HERO SLIDER — CLEAN, CONFLICT-FREE VERSION
========================================================= */

.hero.hero-slider {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    color: #fff;
    background: #041827;
    isolation: isolate;
}

.hero-slides,
.hero-slide {
    min-height: 610px;
}

.hero-slides {
    position: relative;
    width: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .75s ease, visibility .75s ease;
}

.hero-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero-slide .container {
    position: relative;
    z-index: 3;
    width: min(1180px, 92%);
    min-height: 610px;
    margin: 0 auto;
}

.hero-split-grid {
    position: relative;
    min-height: 610px;
}

/* Right-side image panel */
.hero-product-visual {
    position: absolute;
    top: 0;
    right: calc((100vw - min(1180px, 92vw)) / -2);
    bottom: 0;
    width: 58vw;
    max-width: 940px;
    overflow: hidden;
    background: #08253b;
}

.hero-product-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            #041827 0%,
            rgba(4,24,39,.94) 8%,
            rgba(4,24,39,.60) 18%,
            rgba(4,24,39,.16) 34%,
            transparent 52%
        ),
        linear-gradient(
            180deg,
            rgba(4,24,39,.08),
            transparent 35%,
            rgba(4,24,39,.10)
        );
}

.hero-product-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    filter: saturate(.96) contrast(1.03);
    transform: scale(1.01);
}

/* Left-side content */
.hero-content {
    position: relative;
    z-index: 4;
    width: 49%;
    max-width: 590px;
    padding: 76px 0 82px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .65s ease .12s, transform .65s ease .12s;
}

.hero-slide.is-active .hero-content {
    opacity: 1;
    transform: translateY(0);
}

.hero-content .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    color: #62c8ff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}

.hero-content .eyebrow::after {
    content: "";
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, #2f9edb, transparent);
}

.hero-content h1,
.hero-content h2 {
    max-width: 590px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(43px, 4.35vw, 62px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -1.7px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.hero-content h1 span,
.hero-content h2 span {
    color: #31a9ef;
}

.hero-content p {
    max-width: 555px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.80);
    font-size: 16px;
    line-height: 1.72;
    white-space: normal;
    word-break: normal;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
}

.hero-primary-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 25px;
    color: #fff;
    background: linear-gradient(135deg, #2f9edb, #1589d0);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(17,116,181,.24);
    transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.hero-primary-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    background: linear-gradient(135deg, #42b8f8, #1174b5);
    box-shadow: 0 18px 34px rgba(17,116,181,.34);
}

.hero-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #fff;
    border-bottom: 1px solid rgba(47,158,219,.7);
    font-size: 14px;
    font-weight: 800;
    transition: color .3s ease, gap .3s ease, border-color .3s ease;
}

.hero-text-link:hover {
    gap: 14px;
    color: #62c8ff;
    border-color: #62c8ff;
}

/* Slider arrows */
.hero-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    color: rgba(255,255,255,.9);
    background: rgba(4,24,39,.40);
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 50%;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
    transition: background .3s ease, border-color .3s ease;
}

.hero-slider-arrow:hover {
    background: var(--sky);
    border-color: var(--sky);
}

.hero-slider-prev { left: 20px; }
.hero-slider-next { right: 20px; }

/* Slider dots */
.hero-slider-controls {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
}

.hero-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    background: rgba(255,255,255,.42);
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    transition: width .3s ease, background .3s ease;
}

.hero-dot.is-active {
    width: 27px;
    background: #55c2fa;
}

@media (max-width: 1100px) {
    .hero-content {
        width: 51%;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 48px;
    }

    .hero-product-visual {
        width: 56vw;
    }
}

@media (max-width: 768px) {
    .hero.hero-slider,
    .hero-slides,
    .hero-slide,
    .hero-slide .container,
    .hero-split-grid {
        min-height: 760px;
    }

    .hero-slide .container {
        width: 100%;
    }

    .hero-product-visual {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        max-width: none;
        height: 330px;
    }

    .hero-product-visual::before {
        background:
            linear-gradient(
                180deg,
                rgba(4,24,39,.04) 0%,
                rgba(4,24,39,.08) 48%,
                rgba(4,24,39,.78) 82%,
                #041827 100%
            );
    }

    .hero-product-visual img {
        object-position: center center;
    }

    .hero-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
        padding: 285px 24px 74px;
    }

    .hero-content .eyebrow {
        margin-bottom: 14px;
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .hero-content h1,
    .hero-content h2 {
        max-width: none;
        margin-bottom: 16px;
        font-size: clamp(34px, 10vw, 44px);
        letter-spacing: -1px;
    }

    .hero-content p {
        max-width: none;
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.62;
    }

    .hero-actions {
        gap: 16px;
    }

    .hero-primary-btn {
        min-height: 47px;
        padding: 0 19px;
        font-size: 13px;
    }

    .hero-text-link {
        font-size: 13px;
    }

    .hero-slider-arrow {
        top: 22%;
        width: 35px;
        height: 35px;
        font-size: 22px;
    }

    .hero-slider-prev { left: 9px; }
    .hero-slider-next { right: 9px; }
    .hero-slider-controls { bottom: 16px; }
}

@media (max-width: 480px) {
    .hero.hero-slider,
    .hero-slides,
    .hero-slide,
    .hero-slide .container,
    .hero-split-grid {
        min-height: 790px;
    }

    .hero-product-visual {
        height: 305px;
    }

    .hero-content {
        padding: 265px 20px 76px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide,
    .hero-content,
    .hero-primary-btn,
    .hero-text-link {
        transition: none;
    }
}

/* =========================================================
   PREMIUM ABOUT SECTION REFINEMENT
   Keeps the existing HTML structure unchanged
========================================================= */

.about-home {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background:
        radial-gradient(circle at 92% 18%, rgba(47,158,219,.09), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.about-home::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -170px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(47,158,219,.10);
    border-radius: 50%;
    pointer-events: none;
}

.about-home .container {
    position: relative;
    z-index: 2;
}

.about-home-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 78px;
    align-items: center;
}

.about-home-content {
    max-width: 610px;
}

.about-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 16px;
    color: var(--sky-dark);
    background: rgba(47,158,219,.10);
    border: 1px solid rgba(47,158,219,.18);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.about-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sky);
    box-shadow: 0 0 0 5px rgba(47,158,219,.10);
}

.about-home-content h2 {
    margin: 0 0 24px;
    color: var(--navy);
    font-size: clamp(40px, 4.25vw, 58px);
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.about-home-content p {
    max-width: 585px;
    margin: 0 0 32px;
    color: #607184;
    font-size: 16px;
    line-height: 1.85;
}

.about-home-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 460px;
    margin: 0 0 31px;
}

.about-stat {
    position: relative;
    padding: 20px 22px;
    overflow: hidden;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(13,34,56,.08);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(13,34,56,.06);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.about-stat::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    border-radius: 0 0 0 58px;
    background: rgba(47,158,219,.08);
}

.about-stat:hover {
    transform: translateY(-5px);
    border-color: rgba(47,158,219,.34);
    box-shadow: 0 20px 40px rgba(13,34,56,.10);
}

.about-stat strong {
    display: block;
    margin-bottom: 7px;
    color: var(--sky-dark);
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1px;
}

.about-stat span {
    color: #6c7f91;
    font-size: 13px;
    font-weight: 600;
}

.about-home-content > .btn {
    min-height: 50px;
    padding: 0 23px;
    border-radius: 9px;
    box-shadow: 0 12px 25px rgba(47,158,219,.20);
}

/* Image composition */
.about-home-image {
    position: relative;
    min-height: 510px;
    padding: 18px 18px 18px 58px;
}

.about-home-image::before {
    content: "";
    position: absolute;
    inset: 0 0 0 40px;
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(47,158,219,.18), rgba(255,255,255,.02)),
        #eaf4fa;
    transform: rotate(2deg);
}

.about-home-image::after {
    content: "";
    position: absolute;
    top: 44px;
    right: -22px;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(47,158,219,.20);
    border-radius: 50%;
    pointer-events: none;
}

.about-home-image img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 475px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(13,34,56,.18);
}

.about-experience {
    position: absolute;
    left: 0;
    bottom: 35px;
    z-index: 4;
    width: 185px;
    height: auto;
    min-height: 148px;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    background:
        linear-gradient(145deg, #2f9edb, #1174b5);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    box-shadow: 0 22px 45px rgba(17,116,181,.30);
}

.about-experience::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
}

.about-experience strong {
    margin-bottom: 8px;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -1px;
}

.about-experience span {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .7px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .about-home {
        padding: 85px 0;
    }

    .about-home-grid {
        gap: 46px;
    }

    .about-home-content h2 {
        font-size: 44px;
    }

    .about-home-image {
        min-height: 455px;
        padding-left: 42px;
    }

    .about-home-image img {
        height: 430px;
    }

    .about-experience {
        width: 165px;
        min-height: 135px;
    }
}

@media (max-width: 768px) {
    .about-home {
        padding: 72px 0 82px;
    }

    .about-home-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-home-content {
        max-width: none;
    }

    .about-home-content h2 {
        font-size: 36px;
    }

    .about-home-stats {
        max-width: none;
    }

    .about-home-image {
        min-height: 420px;
        padding: 12px 12px 12px 28px;
    }

    .about-home-image::before {
        inset-left: 20px;
    }

    .about-home-image img {
        height: 390px;
        border-radius: 18px;
    }

    .about-experience {
        left: 0;
        bottom: 24px;
        width: 150px;
        min-height: 122px;
        padding: 20px 16px;
        border-radius: 15px;
    }

    .about-experience strong {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .about-home-stats {
        grid-template-columns: 1fr;
    }

    .about-home-image {
        min-height: 360px;
        padding-left: 18px;
    }

    .about-home-image img {
        height: 340px;
    }

    .about-experience {
        width: 138px;
        min-height: 112px;
    }
}

/* =========================================================
   COMPACT PREMIUM PRODUCTS SECTION
   Reduces excessive section height without changing HTML
========================================================= */

.products-showcase {
    padding: 78px 0 82px;
}

.products-showcase-head {
    max-width: 760px;
    margin-bottom: 38px;
}

.products-showcase-head h2 {
    margin: 10px 0 14px;
    font-size: clamp(34px, 3.6vw, 46px);
    line-height: 1.12;
}

.products-showcase-head p {
    max-width: 650px;
    font-size: 15px;
    line-height: 1.7;
}

.products-showcase-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

/* Featured card */
.product-featured-card,
.product-featured-card > a {
    min-height: 480px;
}

.product-featured-overlay {
    padding: 32px;
}

.product-featured-overlay h3 {
    margin: 8px 0 10px;
    font-size: clamp(26px, 2.6vw, 34px);
}

.product-featured-overlay p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.65;
}

/* Right-side cards */
.product-small-grid {
    gap: 18px;
}

.product-small-image {
    height: 165px;
}

.product-small-image img {
    padding: 14px;
}

.product-small-content {
    padding: 18px;
}

.product-small-content h3 {
    margin: 6px 0 7px;
    font-size: 18px;
}

.product-small-content p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.55;
}

.product-category {
    font-size: 10px;
    letter-spacing: 1.25px;
}

.product-explore-link {
    font-size: 12px;
}

.products-showcase-action {
    margin-top: 30px;
}

.products-view-all {
    min-width: 185px;
    padding: 13px 22px;
}

/* Tablet */
@media (max-width: 992px) {
    .products-showcase {
        padding: 68px 0 72px;
    }

    .products-showcase-head {
        margin-bottom: 32px;
    }

    .product-featured-card,
    .product-featured-card > a {
        min-height: 430px;
    }

    .product-small-image {
        height: 180px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .products-showcase {
        padding: 60px 0 65px;
    }

    .products-showcase-head {
        margin-bottom: 30px;
    }

    .products-showcase-head h2 {
        font-size: 31px;
    }

    .product-featured-card,
    .product-featured-card > a {
        min-height: 390px;
    }

    .product-featured-overlay {
        padding: 24px;
    }

    .product-small-image {
        height: 210px;
    }

    .product-small-content {
        padding: 20px;
    }

    .products-showcase-action {
        margin-top: 24px;
    }
}

/* =========================================================
   COMPACT PREMIUM CONTACT / QUOTE SECTION
   Refines existing HTML without changing structure
========================================================= */

.contact.section-padding {
    padding: 72px 0;
    background:
        radial-gradient(circle at 8% 12%, rgba(47,158,219,.07), transparent 24%),
        #f3f8fc;
}

.contact .row {
    align-items: stretch;
}

/* Left information panel */
.contact .content {
    position: relative;
    height: 100%;
    min-height: 525px;
    padding: 48px 44px;
    overflow: hidden;
    color: #fff;
    border-radius: 22px;
    background:
        linear-gradient(rgba(7,36,58,.84), rgba(7,36,58,.90)),
        url("../../images/contact-bg.jpg") center/cover no-repeat;
    box-shadow: 0 22px 55px rgba(13,34,56,.14);
}

.contact .content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 88% 12%, rgba(75,182,241,.20), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,.04), transparent 45%);
}

.contact .content > * {
    position: relative;
    z-index: 2;
}

.contact .content h2 {
    max-width: 520px;
    margin: 0 0 58px;
    color: #fff;
    font-size: clamp(32px, 3.1vw, 44px);
    line-height: 1.12;
    letter-spacing: -1px;
}

.contact .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact .content li {
    position: relative;
    margin: 0 0 18px;
    padding-left: 30px;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    line-height: 1.6;
}

.contact .content li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 0;
    color: #65c7fa;
    font-size: 22px;
    line-height: 1.1;
}

/* Right form card */
.contact .form-area {
    height: 100%;
    min-height: 525px;
    padding: 38px 42px;
    border: 1px solid rgba(13,34,56,.08);
    border-radius: 22px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 22px 55px rgba(13,34,56,.11);
}

.contact .form-area h2 {
    margin: 0 0 26px;
    color: var(--navy);
    font-size: clamp(34px, 3vw, 44px);
    line-height: 1.08;
    letter-spacing: -1px;
}

.contact .form-area form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact .form-area .form-control {
    width: 100%;
    height: 49px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #d9e4ec;
    border-radius: 10px;
    color: var(--ink);
    background: #f8fbfd;
    font-size: 14px;
    box-shadow: none;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.contact .form-area .form-control:focus {
    border-color: rgba(47,158,219,.62);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(47,158,219,.10);
}

.contact .form-area textarea.form-control {
    grid-column: 1 / -1;
    height: 105px;
    min-height: 105px;
    padding-top: 14px;
    resize: vertical;
}

.contact .form-area button[type="submit"] {
    grid-column: 1 / -1;
    width: fit-content;
    min-width: 155px;
    min-height: 48px;
    margin-top: 4px;
    padding: 0 24px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(47,158,219,.22);
    transition: transform .3s ease, box-shadow .3s ease;
}

.contact .form-area button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(47,158,219,.30);
}

/* Tablet */
@media (max-width: 992px) {
    .contact.section-padding {
        padding: 64px 0;
    }

    .contact .content,
    .contact .form-area {
        min-height: 500px;
    }

    .contact .content {
        padding: 40px 34px;
    }

    .contact .form-area {
        padding: 34px 30px;
    }

    .contact .content h2 {
        margin-bottom: 42px;
        font-size: 36px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .contact.section-padding {
        padding: 56px 0;
    }

    .contact .content,
    .contact .form-area {
        min-height: auto;
        border-radius: 18px;
    }

    .contact .content {
        padding: 34px 26px;
    }

    .contact .content h2 {
        margin-bottom: 34px;
        font-size: 31px;
    }

    .contact .form-area {
        padding: 30px 24px;
    }

    .contact .form-area h2 {
        margin-bottom: 22px;
        font-size: 32px;
    }

    .contact .form-area form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact .form-area textarea.form-control,
    .contact .form-area button[type="submit"] {
        grid-column: 1;
    }

    .contact .form-area .form-control {
        height: 48px;
    }

    .contact .form-area textarea.form-control {
        height: 110px;
        min-height: 110px;
    }
}

/* =========================================================
   FINAL HOME PRODUCT GRID
   Optimized for 800 × 800 product artwork
========================================================= */

.products-showcase {
    padding: 76px 0 80px;
}

.products-showcase-head {
    max-width: 760px;
    margin-bottom: 38px;
}

.products-showcase-head h2 {
    margin: 10px 0 14px;
    font-size: clamp(34px, 3.6vw, 46px);
    line-height: 1.12;
}

.products-showcase-head p {
    max-width: 660px;
    font-size: 15px;
    line-height: 1.7;
}

.home-product-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home-product-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(13,34,56,.08);
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(13,34,56,.07);
    transition:
        transform .38s ease,
        border-color .38s ease,
        box-shadow .38s ease;
}

.home-product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(47,158,219,.42);
    box-shadow: 0 24px 50px rgba(13,34,56,.14);
}

.home-product-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-product-image {
    position: relative;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, #fff 0%, #f6fafc 58%, #edf4f8 100%);
    border-bottom: 1px solid rgba(13,34,56,.06);
}

.home-product-image::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 10px;
    height: 20px;
    border-radius: 50%;
    background: rgba(13,34,56,.10);
    filter: blur(12px);
    opacity: .45;
}

.home-product-image img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    transition: transform .55s cubic-bezier(.22,.61,.36,1);
}

.home-product-card:hover .home-product-image img {
    transform: scale(1.035);
}

.home-product-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 22px;
}

.home-product-content .product-category {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 1.35px;
}

.home-product-content h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.25;
    transition: color .3s ease;
}

.home-product-card:hover .home-product-content h3 {
    color: var(--sky-dark);
}

.home-product-content p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

.home-product-content .product-explore-link {
    margin-top: auto;
    font-size: 13px;
}

.products-showcase-action {
    margin-top: 32px;
}

/* Make the final two cards centered on large screens */
.home-product-card:nth-child(4) {
    grid-column: 1 / 2;
    transform: translateX(52%);
}

.home-product-card:nth-child(5) {
    grid-column: 2 / 3;
    transform: translateX(52%);
}

.home-product-card:nth-child(4):hover,
.home-product-card:nth-child(5):hover {
    transform: translateX(52%) translateY(-7px);
}

@media (max-width: 992px) {
    .products-showcase {
        padding: 68px 0 72px;
    }

    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .home-product-card:nth-child(4),
    .home-product-card:nth-child(5) {
        grid-column: auto;
        transform: none;
    }

    .home-product-card:nth-child(4):hover,
    .home-product-card:nth-child(5):hover {
        transform: translateY(-7px);
    }

    .home-product-card:nth-child(5) {
        grid-column: 1 / -1;
        width: calc(50% - 10px);
        justify-self: center;
    }

    .home-product-image {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .products-showcase {
        padding: 58px 0 64px;
    }

    .products-showcase-head {
        margin-bottom: 30px;
    }

    .products-showcase-head h2 {
        font-size: 31px;
    }

    .home-product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-product-card:nth-child(5) {
        grid-column: auto;
        width: 100%;
    }

    .home-product-image {
        height: 290px;
    }

    .home-product-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .home-product-image {
        height: 250px;
    }
}

/* =========================================================
   STRICT 3 X 2 PRODUCT GRID
   Desktop: 3 columns × 2 rows
   Tablet: 2 columns × 3 rows
   Mobile: 1 column × 6 rows
   This block must remain at the END of this stylesheet.
========================================================= */

.products-showcase {
    overflow: hidden;
}

.products-showcase .container {
    position: relative;
    z-index: 2;
}

/* Strict desktop grid */
.products-showcase .home-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, auto) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    align-items: stretch !important;
}

/* Reset every old nth-child placement rule */
.products-showcase .home-product-grid > .home-product-card,
.products-showcase .home-product-grid > .home-product-card:nth-child(1),
.products-showcase .home-product-grid > .home-product-card:nth-child(2),
.products-showcase .home-product-grid > .home-product-card:nth-child(3),
.products-showcase .home-product-grid > .home-product-card:nth-child(4),
.products-showcase .home-product-grid > .home-product-card:nth-child(5),
.products-showcase .home-product-grid > .home-product-card:nth-child(6) {
    position: relative !important;
    inset: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 34, 56, .09) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 32px rgba(13, 34, 56, .07) !important;
    box-sizing: border-box !important;
    transform: none;
    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease !important;
}

.products-showcase .home-product-card:hover {
    transform: translateY(-7px) !important;
    border-color: rgba(47, 158, 219, .45) !important;
    box-shadow: 0 24px 50px rgba(13, 34, 56, .14) !important;
}

.products-showcase .home-product-card > a {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
}

/* Equal image zone on every card */
.products-showcase .home-product-image {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 290px !important;
    width: 100% !important;
    height: 290px !important;
    min-height: 290px !important;
    padding: 18px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(13, 34, 56, .07) !important;
    box-sizing: border-box !important;
}

.products-showcase .home-product-image::before,
.products-showcase .home-product-image::after {
    display: none !important;
    content: none !important;
}

.products-showcase .home-product-image img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    filter: none !important;
    transform: none !important;
    transition: transform .45s ease !important;
}

.products-showcase .home-product-card:hover .home-product-image img {
    transform: scale(1.035) !important;
}

/* Equal text zone on every card */
.products-showcase .home-product-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 220px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
}

.products-showcase .home-product-content .product-category {
    margin: 0 0 9px !important;
}

.products-showcase .home-product-content h3 {
    margin: 0 0 11px !important;
    color: var(--navy) !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
}

.products-showcase .home-product-content p {
    flex: 1 1 auto !important;
    margin: 0 0 20px !important;
    color: var(--muted) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    overflow-wrap: anywhere;
}

.products-showcase .home-product-content .product-explore-link {
    margin-top: auto !important;
}

/* Tablet: 2 × 3 */
@media (max-width: 992px) {
    .products-showcase .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, auto) !important;
        gap: 20px !important;
    }

    .products-showcase .home-product-image {
        flex-basis: 260px !important;
        height: 260px !important;
        min-height: 260px !important;
    }
}

/* Mobile: 1 × 6 */
@media (max-width: 768px) {
    .products-showcase .home-product-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: none !important;
        gap: 18px !important;
    }

    .products-showcase .home-product-image {
        flex-basis: 280px !important;
        height: 280px !important;
        min-height: 280px !important;
        padding: 16px !important;
    }

    .products-showcase .home-product-content {
        min-height: 0 !important;
        padding: 21px !important;
    }
}

@media (max-width: 480px) {
    .products-showcase .home-product-image {
        flex-basis: 240px !important;
        height: 240px !important;
        min-height: 240px !important;
    }

    .products-showcase .home-product-content h3 {
        font-size: 20px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .products-showcase .home-product-card,
    .products-showcase .home-product-image img {
        transition: none !important;
    }
}

/* =========================================================
   HERO FULL-WIDTH MARGIN FIX
   Added to override legacy .hero rules from style.css.
========================================================= */

.hero.hero-slider {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
}

.hero.hero-slider,
.hero.hero-slider .hero-slides,
.hero.hero-slider .hero-slide {
    border-radius: 0 !important;
}

.hero.hero-slider .hero-slide {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero.hero-slider .hero-slide > .container {
    width: min(1180px, 92%) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 768px) {
    .hero.hero-slider .hero-slide > .container {
        width: 100% !important;
        max-width: none !important;
    }
}

/* =========================================================
   PREMIUM CONTACT SECTION
========================================================= */

#quote-form {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(47, 158, 219, .10),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f4f9fc 0%,
            #ffffff 100%
        );
}

#quote-form .row {
    align-items: stretch;
}

#quote-form .col-lg-6 {
    display: flex;
}

/* Left premium panel */

.contact-premium-panel {
    position: relative;
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    border-radius: 26px;

    background:
        linear-gradient(
            90deg,
            rgba(4, 25, 43, .98) 0%,
            rgba(5, 43, 72, .94) 52%,
            rgba(5, 54, 88, .72) 100%
        ),
        url("../../images/about-us.webp");

    background-size: cover;
    background-position: center;
    box-shadow:
        0 28px 70px rgba(8, 38, 62, .22);
}

/* Deep blue overlay */

.contact-panel-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(47, 158, 219, .22),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            rgba(5, 31, 51, .12) 0%,
            rgba(4, 28, 47, .30) 50%,
            rgba(2, 22, 38, .92) 100%
        );
}

/* Decorative digital pattern */

.contact-premium-panel::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -100px;
    z-index: 1;
    width: 390px;
    height: 260px;
    opacity: .28;

    background-image:
        radial-gradient(
            circle,
            rgba(78, 185, 248, .75) 1.5px,
            transparent 1.8px
        );

    background-size: 15px 15px;
    transform: rotate(-8deg);
    pointer-events: none;
}

.contact-panel-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 650px;
    padding: 34px 36px;
}

/* Correct company logo */

.contact-panel-logo {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 74px;
    margin-bottom: 34px;
    padding: 10px 17px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.contact-panel-logo img {
    display: block;
    width: 185px;
    max-height: 58px;
    object-fit: contain;
}

/* Heading */

.contact-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: #65c5ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.contact-panel-kicker::before {
    content: "";
    width: 36px;
    height: 2px;
    border-radius: 10px;
    background: #39aef3;
}

.contact-panel-heading h2 {
    max-width: 500px;
    margin: 0 0 17px;
    color: #ffffff;
    font-size: clamp(35px, 3.5vw, 49px);
    line-height: 1.13;
    letter-spacing: -1.5px;
}

.contact-panel-heading h2 span {
    color: #35aef5;
}

.contact-panel-heading p {
    max-width: 490px;
    margin: 0;
    color: rgba(255, 255, 255, .77);
    font-size: 15px;
    line-height: 1.8;
}

/* Contact cards */

.contact-information {
    display: grid;
    gap: 12px;
    margin-top: 31px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 17px;
    border: 1px solid rgba(75, 184, 247, .28);
    border-radius: 14px;
    background: rgba(7, 50, 81, .52);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}

.contact-info-card:hover {
    transform: translateX(6px);
    border-color: rgba(75, 184, 247, .65);
    background: rgba(9, 64, 103, .72);
}

.contact-info-icon {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #1686d3, #3ab6ff);
    box-shadow: 0 10px 24px rgba(19, 142, 221, .30);
}

.contact-info-card span {
    display: block;
    margin-bottom: 3px;
    color: #58bcf8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.contact-info-card p,
.contact-info-card a {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.contact-info-card a:hover {
    color: #7bd0ff;
}

/* Trust statistics */

.contact-trust-box {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    padding: 20px;
    border: 1px solid rgba(56, 178, 247, .42);
    border-radius: 16px;
    background: rgba(4, 40, 68, .68);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.contact-trust-item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.contact-trust-icon {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(36, 156, 225, .17);
}

.contact-trust-item strong {
    display: block;
    color: #48b8fa;
    font-size: 31px;
    line-height: 1;
}

.contact-trust-item span {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.contact-trust-divider {
    width: 1px;
    height: 62px;
    background: rgba(255, 255, 255, .25);
}

/* Products button */

.contact-products-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 18px;
    min-width: 220px;
    margin-top: 22px;
    padding: 15px 21px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #1789d7, #36aff5);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(14, 125, 196, .28);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.contact-products-btn span {
    font-size: 20px;
    transition: transform .3s ease;
}

.contact-products-btn:hover {
    transform: translateY(-4px);
    color: #ffffff;
    background: linear-gradient(135deg, #1174b5, #2f9edb);
    box-shadow: 0 20px 38px rgba(14, 125, 196, .38);
}

.contact-products-btn:hover span {
    transform: translateX(5px);
}

/* =========================================================
   EXISTING RIGHT FORM — PREMIUM FINISH
========================================================= */

#quote-form .form-area {
    width: 100%;
    min-height: 650px;
    padding: 38px 40px;
    border: 1px solid rgba(13, 34, 56, .07);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(13, 34, 56, .10);
}

#quote-form .form-area h2 {
    position: relative;
    margin: 0 0 42px;
    padding-bottom: 18px;
    color: #0d2238;
    font-size: clamp(34px, 3.5vw, 46px);
    line-height: 1.15;
    letter-spacing: -1px;
}

#quote-form .form-area h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 4px;
    border-radius: 20px;
    background: #249ee8;
}

#quote-form .form-area form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

#quote-form .form-area .form-control {
    width: 100%;
    min-height: 62px;
    margin: 0;
    padding: 16px 18px;
    border: 1px solid #d8e4ec;
    border-radius: 10px;
    outline: none;
    color: #24364a;
    background: #ffffff;
    box-shadow: none;
    font-size: 14px;
    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}

#quote-form .form-area .form-control::placeholder {
    color: #748595;
}

#quote-form .form-area .form-control:focus {
    transform: translateY(-2px);
    border-color: #2f9edb;
    box-shadow: 0 0 0 4px rgba(47, 158, 219, .11);
}

#quote-form .form-area textarea.form-control {
    grid-column: 1 / -1;
    min-height: 190px;
    resize: vertical;
}

#quote-form .form-area button,
#quote-form .form-area input[type="submit"] {
    grid-column: 1 / -1;
    min-height: 58px;
    margin-top: 2px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #117fd0, #31abf2);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(25, 142, 216, .25);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

#quote-form .form-area button:hover,
#quote-form .form-area input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 35px rgba(25, 142, 216, .34);
}

/* Tablet */

@media (max-width: 991px) {
    #quote-form {
        padding: 80px 0;
    }

    .contact-premium-panel,
    .contact-panel-content,
    #quote-form .form-area {
        min-height: auto;
    }

    .contact-panel-content {
        padding: 42px;
    }

    #quote-form .form-area {
        padding: 42px;
    }
}

/* Mobile */

@media (max-width: 768px) {
    #quote-form {
        padding: 65px 0;
    }

    .contact-premium-panel,
    #quote-form .form-area {
        border-radius: 20px;
    }

    .contact-panel-content,
    #quote-form .form-area {
        padding: 29px 23px;
    }

    .contact-panel-logo {
        margin-bottom: 27px;
    }

    .contact-panel-logo img {
        width: 155px;
    }

    .contact-panel-heading h2 {
        font-size: 34px;
    }

    .contact-trust-box {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .contact-trust-divider {
        width: 100%;
        height: 1px;
    }

    .contact-products-btn {
        width: 100%;
    }

    #quote-form .form-area form {
        grid-template-columns: 1fr;
    }

    #quote-form .form-area textarea.form-control,
    #quote-form .form-area button,
    #quote-form .form-area input[type="submit"] {
        grid-column: auto;
    }

    #quote-form .form-area h2 {
        margin-bottom: 31px;
        font-size: 34px;
    }
}
/* CONTACT SECTION COMPACT HEIGHT FIX */

#quote-form {
    padding: 75px 0;
}

.contact-premium-panel,
.contact-panel-content,
#quote-form .form-area {
    min-height: 650px;
}

.contact-panel-content {
    padding: 34px 36px;
}

#quote-form .form-area {
    padding: 38px 40px;
}

.contact-panel-logo {
    min-height: 62px;
    margin-bottom: 22px;
    padding: 8px 14px;
}

.contact-panel-logo img {
    width: 165px;
    max-height: 48px;
}

.contact-panel-kicker {
    margin-bottom: 12px;
}

.contact-panel-heading h2 {
    margin-bottom: 12px;
    font-size: clamp(32px, 3vw, 42px);
}

.contact-panel-heading p {
    font-size: 14px;
    line-height: 1.65;
}

.contact-information {
    gap: 10px;
    margin-top: 22px;
}

.contact-info-card {
    gap: 14px;
    padding: 11px 14px;
}

.contact-info-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
}

.contact-trust-box {
    margin-top: 16px;
    padding: 15px 17px;
}

.contact-trust-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
}

.contact-trust-item strong {
    font-size: 27px;
}

.contact-trust-divider {
    height: 50px;
}

.contact-products-btn {
    margin-top: 16px;
    padding: 12px 18px;
}

#quote-form .form-area h2 {
    margin-bottom: 28px;
    padding-bottom: 14px;
}

#quote-form .form-area form {
    gap: 14px 16px;
}

#quote-form .form-area .form-control {
    min-height: 54px;
    padding: 13px 16px;
}

#quote-form .form-area textarea.form-control {
    min-height: 145px;
}

#quote-form .form-area button,
#quote-form .form-area input[type="submit"] {
    min-height: 52px;
}