*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Quicksand',sans-serif;
    background:#ffffff;
    color:#1f2937;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.navbar{
    position:sticky;
    top:0;
    z-index:999;
    backdrop-filter:blur(20px);
    background:rgba(255,255,255,.85);
    border-bottom:1px solid #eee;
}

.nav-wrapper{
    height:95px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

.logo:hover {
    opacity: 0.9;
}

.logo h2 {
    color: #123b7a;
}

.logo img{
    height:75px;
    width:auto;
}

.logo-info h2{
    font-size:20px;
    color:#102A5E;
    font-weight:700;
    margin-bottom:4px;
}

.logo-info p{
    color:#6b7280;
    font-size:14px;
}

.logo-text{
    display:flex;
    flex-direction:column;
    line-height:1.1;
}

.logo-text span:first-child{
    font-size:16px;
    font-weight:800;
    color:#0F4C81;
}

.logo-text span:last-child{
    font-size:14px;
    font-weight:700;
    color:#1F2937;
}

nav{
    display:flex;
    gap:40px;
}

nav a{
    text-decoration:none;
    color:#102A5E;
    font-weight:700;
    transition:.3s;
}

nav a:hover{
    color:#0F4C81;
}

.hero{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.hero-bg{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,#2F80ED 0%,transparent 40%),
    radial-gradient(circle at bottom right,#93C5FD 0%,transparent 40%);
    opacity:.4;
}

.hero-content{
    position:relative;
    z-index:2;
}

.badge{
    display:inline-block;
    background:#E0F2FE;
    color:#0369A1;
    padding:10px 18px;
    border-radius:50px;
    margin-bottom:20px;
}

.hero h1{
    font-weight:700;
}

.hero p{
    max-width:700px;
    line-height:1.8;
    font-size:18px;
}

.hero-buttons{
    margin-top:40px;
    display:flex;
    gap:20px;
}

.btn-primary{
    background:#0F4C81;
    color:#fff;
    padding:14px 28px;
    border-radius:12px;
    text-decoration:none;
}

.btn-secondary{
    border:1px solid #0F4C81;
    color:#0F4C81;
    padding:14px 28px;
    border-radius:12px;
    text-decoration:none;
}

.stats{
    padding:100px 0;
}

/* ========================================
   COMPANY OVERVIEW MOBILE FINAL
======================================== */

.stats{

    padding:60px 0 !important;
}

.stats-grid{

    display:grid !important;

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

    gap:16px !important;

    margin-top:30px;
}

.stat-card{

    background:#fff;

    min-height:140px !important;

    padding:22px 14px !important;

    border-radius:24px !important;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    box-shadow:
    0 10px 25px rgba(15,76,129,.06) !important;
}

.stat-card h2{

    font-size:18px !important;

    line-height:1.3;

    margin-bottom:8px !important;

    color:#102A5E;
}

.stat-card p{

    font-size:13px !important;

    line-height:1.5;

    color:#6b7280;

    margin:0;
}

/* header company overview */

.stats .section-header{

    margin-bottom:28px !important;
}

.stats .section-header span{

    padding:10px 18px;

    font-size:12px;
}

.stats .section-header h2{

    font-size:30px !important;

    line-height:1.25;

    max-width:320px;

    margin:auto;
}

.about-preview{
    padding:100px 0;
    text-align:center;
}

.about-preview h2{
    margin-bottom:20px;
    font-size:42px;
}

.about-preview p{
    max-width:900px;
    margin:auto;
    line-height:1.8;
}

.cta{
    padding:120px 0;
    text-align:center;
    background:#F8FAFC;
}

.cta h2{
    font-size:42px;
    margin-bottom:30px;
}

.footer{
    background:#fff;
    border-top:1px solid #e5e7eb;
    margin-top:120px;
}

.footer-top{

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

    padding:50px 0;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:18px;
}

.footer-brand img{
    height:65px;
    width:auto;
}

.footer-brand-text h3{
    font-size:24px;
    color:#0F2D5C;
    margin-bottom:6px;
}

.footer-brand-text p{
    color:#6b7280;
    font-size:14px;
}

.footer-menu{
    display:flex;
    gap:40px;
}

.footer-menu a{
    text-decoration:none;
    color:#4b5563;
    font-weight:500;
}

.footer-menu a:hover{
    color:#0F4C81;
}

.footer-bottom{
    border-top:1px solid #e5e7eb;

    padding:28px 0;

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

    font-size:14px;
}

.copyright{
    color:#9ca3af;
    font-size:14px;
}

.powered{
    color:#6b7280;
    font-size:14px;
}

.powered strong{
    color:#0F2D5C;
    font-weight:700;
}

.hero-grid{
    display:grid;
    grid-template-columns: 60% 40%;
    align-items:center;
    gap:60px;
    position:relative;
    z-index:2;
}

.hero-left{
    max-width: 900px;
}

.hero-left h1{

    font-size: clamp(56px, 4vw, 72px);

    line-height:1.1;

    margin-bottom:24px;

    color:#102A5E;
}

.hero-right{
    position:relative;
    height:500px;
}

.hero-image{
    width:100%;
    max-width:650px;
    display:block;
    margin:auto;

    border-radius:24px;

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);

    transition:.4s;
}

.hero-image:hover{
    transform:translateY(-8px);
}

.trust-badge{
    margin-top:20px;
    color:#6b7280;
    font-size:15px;
}

.trust-badge strong{
    color:#102A5E;
}

/* ========================================
   SECTION HEADER
======================================== */

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header span{
    display:inline-block;
    padding:10px 20px;
    background:#EAF2FF;
    color:#0F4C81;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.section-header h2{
    font-size:48px;
    color:#102A5E;
    margin-bottom:16px;
}

.section-header p{
    max-width:700px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
}

/* ========================================
   TRUST SECTION
======================================== */

.trust-section{
    padding:100px 0;
    background:#ffffff;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.trust-card{
    background:#ffffff;
    border-radius:24px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.3s;
}

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

.trust-card h3{
    color:#102A5E;
    margin-bottom:12px;
    font-size:24px;
}

.trust-card p{
    color:#6b7280;
    line-height:1.6;
}

/* ========================================
   FEATURED PRODUCTS
======================================== */

.featured-products{
    padding:120px 0;
    background:#F8FBFF;
}

.product-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

    margin-top:60px;
}

.product-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    padding:30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.3s;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card img{
    width:100%;
    max-height:220px;
    object-fit:contain;
    margin-bottom:25px;
}

.product-card h3{
    color:#102A5E;
    margin-bottom:12px;
    font-size:24px;
}

.product-card p{
    color:#6b7280;
    line-height:1.7;
}

.product-brand a{

    display:inline-block;

    transition:all .3s ease;
}

.product-brand a:hover{

    transform:translateY(-5px);
}

.product-brand img{

    cursor:pointer;
}

/* ===================================
   PRODUCT IMAGE POPUP
=================================== */

.popup-image{

    cursor:pointer;

    transition:all .3s ease;
}

.popup-image:hover{

    transform:scale(1.05);
}

.image-modal{

    display:none;

    position:fixed;

    z-index:9999;

    left:0;
    top:0;

    width:100%;
    height:100%;

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

    justify-content:center;

    align-items:center;
}

.image-modal.active{

    display:flex;
}

.modal-content{

    max-width:80%;

    max-height:80vh;

    border-radius:20px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.4);

    animation:zoomIn .3s ease;
}

.modal-close{

    position:absolute;

    top:30px;
    right:50px;

    color:#fff;

    font-size:50px;

    cursor:pointer;
}

/* ========================================
   ABOUT SECTION
======================================== */

.about-preview{
    padding:120px 0;
    background:#fff;
}

.about-preview p{
    font-size:18px;
    color:#4b5563;
    line-height:2;
}

/* ========================================
   WHY US
======================================== */

.why-us{
    padding:120px 0;
    background:#F8FBFF;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.why-card{
    background:#fff;
    padding:28px 20px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.3s;
}

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

.why-card h3{
    color:#102A5E;
    font-size:22px;
}

/* ========================================
   CTA PREMIUM
======================================== */

.cta-premium{

    padding:140px 0;

    text-align:center;

    background:
    linear-gradient(
        135deg,
        #102A5E 0%,
        #0F4C81 100%
    );

    color:#fff;
}

.cta-premium h2{
    font-size:52px;
    margin-bottom:20px;
    color:#fff;
}

.cta-premium p{
    font-size:18px;
    margin-bottom:40px;
    opacity:.9;
}

.btn-white{

    display:inline-block;

    background:#fff;

    color:#102A5E;

    padding:16px 36px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
}

.btn-white:hover{
    transform:translateY(-3px);
}

.about-grid{

    display:grid;
    grid-template-columns:520px 1fr;

    gap:80px;

    align-items:center;
}

.about-image img{

    width:100%;

    border-radius:28px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.10);
}

.about-content{

    text-align:left;
}

.about-label{

    display:inline-block;

    padding:10px 18px;

    border-radius:999px;

    background:#EAF2FF;

    color:#0F4C81;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;
}

.about-content h2{

    font-size:52px;

    color:#102A5E;

    margin-bottom:30px;
}

.about-content p{

    font-size:18px;

    line-height:2;

    margin-bottom:20px;

    color:#4b5563;
}

/* =========================================
   ABOUT PAGE
========================================= */

.about-page{

    padding:120px 0;

    background:#f8fbff;
}

.about-grid{

    display:grid;

    grid-template-columns:520px 1fr;

    gap:80px;

    align-items:center;
}

.about-image img{

    width:100%;

    border-radius:30px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);
}

.about-content{

    text-align:left;
}

.about-label{

    display:inline-block;

    padding:12px 24px;

    border-radius:999px;

    background:#EAF2FF;

    color:#0F4C81;

    font-size:14px;

    font-weight:700;

    margin-bottom:24px;
}

.about-content h1{

    font-size:64px;

    line-height:1.1;

    color:#102A5E;

    margin-bottom:40px;
}

.about-content p{

    font-size:20px;

    line-height:2;

    color:#4b5563;

    margin-bottom:25px;
}

/* ==========================
   CAREER
========================== */

.career-notice{

    max-width:900px;

    margin:20px auto 60px;

    padding:25px 30px;

    border-radius:20px;

    background:#fff8e1;

    border-left:6px solid #f59e0b;

    color:#78350f;

    text-align:left;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

.career-notice strong{

    display:block;

    margin-bottom:10px;

    font-size:18px;
}

.career-notice p{

    line-height:1.8;
}

/* ==========================
   CONTACT PAGE
========================== */

.contact-page{

    padding:120px 0;

    background:#F8FBFF;
}

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

    margin-top:60px;
}

.contact-info,
.contact-form{

    background:#fff;

    border-radius:24px;

    padding:40px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);
}

.contact-info h3,
.contact-form h3{

    margin-bottom:30px;

    color:#102A5E;
}

.contact-item{

    margin-bottom:25px;
}

.contact-item strong{

    display:block;

    margin-bottom:8px;

    color:#102A5E;
}

.contact-form form{

    display:flex;

    flex-direction:column;

    gap:18px;
}

.contact-form input,
.contact-form textarea{

    padding:16px;

    border:1px solid #ddd;

    border-radius:12px;

    font-family:inherit;
}

.contact-form button{

    background:#102A5E;

    color:#fff;

    border:none;

    padding:16px;

    border-radius:12px;

    cursor:pointer;

    font-weight:700;
}

/* MAP */

.map-section{

    padding:120px 0;

    background:#fff;
}

.map-action{

    text-align:center;

    margin-top:30px;
}

.map-wrapper{

    margin-top:40px;

    border-radius:24px;

    overflow:hidden;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);
}

.map-wrapper iframe{

    width:100%;

    height:500px;

    border:none;
}

/* ==========================
   PAGE HERO
========================== */

.page-hero{

    padding:120px 0;

    text-align:center;

    background:
    linear-gradient(
        135deg,
        #f8fbff,
        #edf5ff
    );
}

.page-badge{

    display:inline-block;

    padding:12px 22px;

    border-radius:999px;

    background:#EAF2FF;

    color:#0F4C81;

    font-weight:700;

    margin-bottom:20px;
}

.page-hero h1{

    font-size:68px;

    line-height:1.15;

    color:#102A5E;

    margin-bottom:30px;

    text-transform:uppercase;
}

.page-hero p{

    max-width:700px;

    margin:auto;

    color:#6b7280;
}

.company-name{

    display:block;

    margin-top:18px;

    font-size:58px;

    color:#102A5E;

    font-weight:700;

    letter-spacing:1px;
}

/* ==========================
   SERVICE SECTION
========================== */

.service-section{

    padding:120px 0;

    background:#fff;
}

.service-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.service-card{

    background:#fff;

    padding:40px;

    border-radius:24px;

    text-align:center;

    box-shadow:
    0 15px 40px rgba(0,0,0,.05);
}

.service-card h3{

    color:#102A5E;

    margin-bottom:15px;
}

.service-card p{

    color:#6b7280;

    line-height:1.8;
}

.vision-mission{

    padding:120px 0;
}

.vm-header{

    display:flex;

    align-items:center;

    gap:20px;

    margin-bottom:30px;
}

.vm-header h3{

    margin:0;
}

.vm-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:40px;

    margin-top:70px;
}

.vm-card{

    background:#fff;

    border-radius:32px;

    padding:50px;

    min-height:380px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.04);

    transition:.3s;
}

.vm-card:hover{

    transform:translateY(-6px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);
}

.vm-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#0f4c8a;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:24px;
}

.vm-card h3{

    font-size:42px;

    margin-bottom:24px;

    color:#16356f;
}

.vm-card p,
.vm-card li{

    font-size:20px;

    line-height:1.9;

    color:#5f6675;
}

.vm-card ul{

    padding-left:20px;
}

.core-values{

    padding-top:120px;
}

.value-card{

    background:#fff;

    border-radius:24px;

    padding:35px 25px;

    text-align:center;

    box-shadow:
    0 15px 40px rgba(16,42,94,.06);

    transition:.3s;

    min-height:220px;

    display:flex;

    flex-direction:column;

    justify-content:center;
}

.value-card:hover{

    transform:translateY(-8px);
}

.value-card i{

    font-size:42px;

    color:#0F4C81;

    margin-bottom:20px;
}

.value-card h3{

    font-size:22px;

    margin-bottom:12px;

    color:#102A5E;
}

.value-grid{

    display:grid;

    grid-template-columns:
    repeat(5,1fr);

    gap:25px;

    margin-top:60px;
}

/* ===================================
   PRODUCT BRAND HEADER
=================================== */

.product-brand{

    text-align:center;

    margin-bottom:60px;
}

.product-brand img{

    max-width:500px;

    width:100%;

    height:auto;

    display:inline-block;
}

/* ==========================
   GALLERY
========================== */

.gallery-section{

    padding:80px 0;
}

.gallery-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

    margin-top:50px;
}

.gallery-card{

    overflow:hidden;

    border-radius:24px;

    background:#fff;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    transition:.3s;
}

.gallery-card:hover{

    transform:translateY(-8px);
}

.gallery-card img{

    width:100%;

    height:350px;

    object-fit:cover;

    cursor:pointer;
}

/* ===================================
   SUCCESS POPUP
=================================== */

.success-popup{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.6);

    display:flex;

    align-items:center;

    justify-content:center;

    z-index:99999;
}

.success-box{

    background:#fff;

    width:500px;

    max-width:90%;

    padding:40px;

    border-radius:24px;

    text-align:center;

    box-shadow:
    0 20px 60px rgba(0,0,0,.25);
}

.success-box i{

    font-size:70px;

    color:#22c55e;

    margin-bottom:20px;
}

.success-box h3{

    color:#102A5E;

    margin-bottom:15px;
}

.success-box p{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:25px;
}

.success-box button{

    background:#102A5E;

    color:#fff;

    border:none;

    padding:14px 30px;

    border-radius:12px;

    cursor:pointer;
}

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

.menu-toggle{

    display:none;

    background:none;

    border:none;

    font-size:34px;

    color:#102A5E;

    cursor:pointer;
}

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

@media(max-width:768px){

.menu-toggle{

    display:block;
}

    nav{
    
        position:absolute;
    
        top:95px;
    
        left:0;
    
        width:100%;
    
        background:#fff;
    
        flex-direction:column;
    
        gap:0;
    
        display:none;
    
        box-shadow:
        0 10px 30px rgba(0,0,0,.08);
    }
    
    nav.active{
    
        display:flex;
    }
    
    nav a{
    
        padding:18px 24px;
    
        border-bottom:
        1px solid #f1f5f9;
    }

    .logo h2{
    
        font-size:15px;
    }

    .hero h1{
        font-size:42px;
    }

    .stats-grid{
        grid-template-columns:1fr;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-grid{
        grid-template-columns:1fr;
    }

    .hero-right{
        height:350px;
    }

    .hero-circle{
        width:250px;
        height:250px;
    }

    .floating-card{
        width:220px;
    }

    .footer-top{
        flex-direction:column;
        gap:30px;
        text-align:center;
    }

    .footer-brand{
        flex-direction:column;
    }

    .footer-menu{
    
        display:grid !important;
    
        grid-template-columns:1fr 1fr;
    
        gap:12px;
    
        width:100%;

	text-align:center;
    }

    .footer-bottom{
        flex-direction:column;
        gap:12px;
        text-align:center;
    }

    .section-header h2{
    
        font-size:28px !important;
    
        line-height:1.3;
    
        margin-bottom:10px;
    }

    .trust-grid{
        grid-template-columns:1fr;
    }

    .gallery-grid{
    
	    grid-template-columns:1fr;
    }
    
    .product-card{
    
        padding:20px !important;
    
        min-height:auto !important;
    }
    
    .product-card img{
    
        max-height:180px !important;
    
        object-fit:contain;
    }
    
    .product-card h3{
    
        font-size:22px;
    }

    .product-brand img{
    
	    max-width:300px;
    }

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

    .why-grid{
        grid-template-columns:1fr;
    }

    .cta-premium h2{
        font-size:34px;
    }

    .about-grid{

        grid-template-columns:1fr;

        gap:40px;
    }

    .about-content{

        padding:0 !important;
    }

    .about-content h2,
    .about-content h1{
    
        font-size:34px !important;
    
        line-height:1.2 !important;
    
        letter-spacing:-1px;
    
        margin-bottom:18px !important;
    
        max-width:100%;
    }

    .about-label{
    
        margin-bottom:20px !important;
    }
    
    .about-content h2{
    
        position:relative;
    }
    
    .about-content p{
    
        font-size:16px !important;
    
        line-height:1.8 !important;
    
        margin-bottom:18px !important;
    }

    .about-image img{
    
        max-width:280px !important;
    
        margin:auto;
    }

    .about-preview .about-image{
    
        margin-bottom:32px !important;
    }

    .contact-grid{

        grid-template-columns:1fr;
    }

    .value-grid{

        grid-template-columns:
	repeat(2,1fr) !important;

	gap:14px;
    }

    .value-card{
    
        min-height:180px !important;
    
        padding:20px 14px !important;
    
    }
    
    .value-card i{
    
        font-size:28px;
    
        margin-bottom:12px;
    }
    
    .value-card h3{
    
        font-size:20px;
    
        margin-bottom:8px;
    }
    
    .value-card p{
    
        font-size:14px;
    
        line-height:1.6;
    }

    .why-card{
    
        min-height:auto !important;
    
        padding:22px !important;
    }

    .why-card h3{

        font-size:18px !important;
    }
    
    .why-grid{
    
        grid-template-columns:1fr !important;
    
        gap:14px;
    }

    .why-us,
    .core-values,
    .service-section,
    .gallery-section{
    
        padding:70px 0;
    }

    .section-header{
        margin-bottom:30px !important;
    }
    
    .page-hero{
        padding:70px 0 !important;
    }
    
    .about-page,
    .about-preview,
    .service-section,
    .vision-mission,
    .core-values,
    .featured-products,
    .gallery-section,
    .why-us,
    .cta-premium{
    
        padding:60px 20px !important;
    }

    .cta-premium h2{
    
        font-size:28px !important;
    
        line-height:1.3;
    }

    /* ========================================
       FORCE MOBILE FIX
    ======================================== */
    
    .page-hero h1{
    
        font-size:42px !important;
    
        line-height:1.2;
    
        word-break:break-word;
    }
    
    .company-name{
    
        font-size:32px !important;
    }
    
    .about-grid{
    
        grid-template-columns:1fr !important;
    }
    
    .vm-grid{
    
        display:grid;
    
        grid-template-columns:1fr !important;
    
        gap:20px !important;
    }
    
    .service-grid{
    
        grid-template-columns:1fr !important;
    }
    
    .gallery-grid{
    
        grid-template-columns:1fr !important;
    }

    .hero{
    
        min-height:auto !important;
    
        padding:60px 0 !important;
    }

    .hero-left{
    
        padding-left:20px !important;
    
        padding-right:20px !important;
    }
    
    .hero-content{
    
        padding-left:20px !important;
    
        padding-right:20px !important;
    }
    
    .hero-left h1{
    
        font-size:24px !important;
    
        line-height:1.3;
    
        margin-bottom:16px;
    }
    
    .hero-left p{
    
        font-size:15px;
    
        line-height:1.8;
    }
    
    .hero-right{
    
        height:auto !important;
    }
    
    .hero-image{
    
        max-width:100%;
    }
    
    .contact-grid{
    
        grid-template-columns:1fr !important;
    }

    .stat-card{
    
        padding:24px 20px !important;
    
        min-height:auto !important;
    }
    
    .about-preview .container{
    
        width:95% !important;
    }
    
    body,
    html{
    
        overflow-x:hidden;
    }

    .page-hero h1{
    
        font-size:42px !important;
    
        line-height:1.2 !important;
    
        word-break:break-word;
    }
    
    .company-name{
    
        font-size:32px !important;
    
        line-height:1.2 !important;
    }
    
    .section-header h2{
    
        font-size:22px !important;
    
        line-height:1.35;
    
        margin-bottom:8px;
    }
    
    .service-grid{
    
        grid-template-columns:1fr !important;
    }
    
    .vm-card{
    
	    padding:28px 24px !important;
    
	    min-height:auto !important;
    
	    border-radius:24px;
    
	    text-align:left !important;
    }
    
    .vm-header{
    
        display:flex;
    
        align-items:center;
    
        gap:16px;
    
        margin-bottom:22px;
    }
	
    .vm-icon{
    
        width:70px !important;
    
        height:70px !important;
    
        flex-shrink:0;
    
        margin:0 !important;
    }
    
    .vm-icon i{
    
        font-size:28px !important;
    }
    
    .vm-card h3{
    
        margin:0 !important;
    
        font-size:30px !important;
    
        line-height:1;
    }
    
    .vm-card p{
    
        font-size:15px !important;
    
        line-height:1.9 !important;
    
        color:#667085;
    }
    
    .vm-card ul{
    
        padding-left:24px !important;
    
        margin:0;
    }
    
    .vm-card li{
    
        font-size:15px !important;
    
        line-height:1.9 !important;
    
        margin-bottom:10px;
    }

    .vm-grid{
    
        grid-template-columns:1fr !important;
    }
    
    .value-grid{
    
        grid-template-columns:
	repeat(2,minmax(0,1fr)) !important;

	gap:16px;
    }
    
    .gallery-grid{
    
        grid-template-columns:1fr !important;
    }

    .nav-wrapper{

        height:80px;
    }

    .logo{

        gap:8px;

        flex:1;
    }

    .logo img{

        height:60px;
    }

    .logo-info h2{

        font-size:13px !important;
    }

    .logo-info p{

        font-size:10px !important;
    }

    .menu-toggle{

        display:block;
    }
	
    .gallery-card img{
    
        height:auto;
    }

    .hero-grid,
    .about-grid,
    .vm-grid,
    .service-grid,
    .gallery-grid,
    .product-grid{
    
        width:100%;
    
        overflow:hidden;
    }

    .stat-card{
    
        min-height:auto !important;
    
        padding:30px 20px !important;
    }

    .card,
    .stat-card,
    .product-card,
    .value-card,
    .vm-card,
    .why-card{
    
        transition:.3s;
    }

    .product-card,
    .value-card,
    .vm-card,
    .why-card{
    
        border-radius:24px;
    }

    /* ========================================
       COMPANY OVERVIEW MOBILE PREMIUM
    ======================================== */
    
    .trust-section{
    
        padding:70px 0 !important;
    }
    
    .trust-grid{
    
        display:grid !important;
    
        grid-template-columns:
        repeat(2,minmax(0,1fr)) !important;
    
        gap:14px !important;
    
        margin-top:25px;
    }
    
    .trust-card{
    
        padding:22px 12px !important;
    
        min-height:140px;
    
        border-radius:22px !important;
    
        display:flex;
    
        flex-direction:column;
    
        justify-content:center;
    
        align-items:center;
    
        text-align:center;
    }
    
    .trust-card h3{
    
        font-size:20px !important;
    
        line-height:1.3;
    
        margin-bottom:8px;
    }
    
    .trust-card p{
    
        font-size:13px !important;
    
        line-height:1.5;
    
        color:#6b7280;
    }
    
    .trust-section .section-header{
    
        margin-bottom:24px !important;
    }
    
    .trust-section .section-header h2{
    
        font-size:32px !important;
    
        line-height:1.25;
    
        max-width:320px;
    
        margin:auto;
    }

}

@keyframes zoomIn{

    from{

        transform:scale(.7);

        opacity:0;
    }

    to{

        transform:scale(1);

        opacity:1;
    }
}
