.hse-item{
    color:#071c38 !important;
    font-size:18px !important;
    font-weight:600 !important;
    min-height:80px;
}

/* =====================================
   GLOBAL CONTAINER
===================================== */

.container{
    width:100%;
    max-width:1320px;
    margin:0 auto;
    padding:0 24px;
    box-sizing:border-box;
}

/* Large Desktop */
@media (min-width:1600px){
    .container{
        max-width:1440px;
    }
}

/* Laptop */
@media (max-width:1200px){
    .container{
        max-width:1140px;
        padding:0 20px;
    }
}

/* Tablet */
@media (max-width:992px){
    .container{
        max-width:960px;
        padding:0 20px;
    }
}

/* Mobile */
@media (max-width:768px){
    .container{
        max-width:100%;
        padding:0 18px;
    }
}

/* Small Mobile */
@media (max-width:480px){
    .container{
        padding:0 16px;
    }
}

/* Full Width Layout */

/* ==========================================
   FULL WIDTH PAGE LAYOUT
========================================== */

.site-content,
.content-area,
.site-main,
.entry-content,
.page-content{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden;
}

/* Full-width sections */

.hse-hero,
.hse-commitment,
.footer{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}

/* Keep content centered */

.container{
    width:100%;
    max-width:1320px;
    margin:0 auto;
    padding:0 24px;
    box-sizing:border-box;
}

/* ==========================
   HERO SECTION
========================== */

.hse-hero{
    position:relative;
    display:flex;
    align-items:center;
    min-height:90vh;
    overflow:hidden;

    background:
        linear-gradient(rgba(4,20,45,.82), rgba(4,20,45,.82)),
        url("../images2/hse-hero.webp") center center/cover no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
}

.hse-hero::after{
    content:"HSE";
    position:absolute;
    top:50%;
    right:-5%;
    transform:translateY(-50%);
    font-size:18vw;
    font-weight:800;
    color:rgba(255,255,255,.05);
    line-height:1;
    pointer-events:none;
    user-select:none;
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
    padding:120px 0;
    color:#fff;
}

.hero-tag{
    display:inline-block;
    margin-bottom:20px;
    color:#76c043;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.hero-content h1{
    margin:0 0 25px;
    font-size:clamp(2.8rem,5vw,5.5rem);
    line-height:1.1;
    font-weight:800;
    color:#fff;
}

.hero-content p{
    margin-bottom:35px;
    font-size:20px;
    line-height:1.8;
    color:rgba(255,255,255,.92);
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 34px;
    background:#d32f2f;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    border-radius:8px;
    transition:.35s ease;
}

.hero-btn:hover{
    background:#b71c1c;
    transform:translateY(-4px);
}
@media (max-width:991px){

.hse-hero{
    min-height:75vh;
}

.hero-content{
    max-width:650px;
    padding:100px 0;
}

.hero-content h1{
    font-size:clamp(2.4rem,6vw,4rem);
}

.hero-content p{
    font-size:18px;
}

.hse-hero::after{
    font-size:28vw;
    right:-8%;
}

}
@media (max-width:768px){

.hse-hero{
    min-height:auto;
}

.hero-content{
    text-align:center;
    max-width:100%;
    padding:90px 0 70px;
}

.hero-content h1{
    font-size:2.3rem;
}

.hero-content p{
    font-size:16px;
    line-height:1.7;
}

.hero-btn{
    width:100%;
    justify-content:center;
}

.hse-hero::after{
    font-size:42vw;
    right:-12%;
}

}

/* ==========================
   COMMITMENT
========================== */

.hse-commitment{
    padding:80px 0;
    background:#f8fafc;
}

.commitment-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:start;
}
.section-tag{
    display:inline-block;
    color:#d32f2f;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.commitment-content h2{
    font-size:52px;
    line-height:1.1;
    color:#071c38;
    margin-bottom:25px;
    font-weight:800;
}

.commitment-content p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.commitment-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.commitment-card{
    background:#fff;
    padding:30px 25px;
    border-radius:16px;
    border:1px solid #e8edf3;
    transition:.35s;
    text-align:center;
}

.commitment-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.commitment-card i{
    font-size:42px;
    margin-bottom:18px;
}

.commitment-card:nth-child(1) i{
    color:#d32f2f;
}

.commitment-card:nth-child(2) i{
    color:#76c043;
}

.commitment-card:nth-child(3) i{
    color:#071c38;
}

.commitment-card h3{
    font-size:20px;
    margin-bottom:12px;
    color:#071c38;
}

.commitment-card p{
    font-size:14px;
    color:#666;
}

/* Responsive */

@media(max-width:991px){

    .commitment-wrapper{
        grid-template-columns:1fr;
    }

    .commitment-content{
        text-align:center;
    }

    .commitment-content h2{
        font-size:40px;
    }

    .commitment-cards{
        grid-template-columns:1fr;
    }

}
/* ==========================
   HSE GRID RESPONSIVE
========================== */

@media (max-width:991px){

    .hse-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

}

@media (max-width:768px){

    .hse-grid{
        display:grid;
        grid-template-columns:1fr !important;
        gap:18px;
    }

    .hse-item{
        width:100%;
        min-height:auto;
        padding:18px;
        font-size:16px;
    }

}
/* ==========================
   QUOTE SECTION
========================== */

.hse-content{
    padding:80px 0;
    background:#fff;
}

.hse-box{
    background:#f8fafc;
    border:1px solid #e6edf5;
    border-radius:24px;
    padding:60px;
    max-width:1200px;
    margin:0 auto;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.hse-top{
    text-align:center;
    margin-bottom:50px;
}

.hse-top span{
    color:#76c043;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.hse-top h2{
    margin-top:15px;
    font-size:42px;
    color:#071c38;
}

.hse-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:24px;
}
.hse-item{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;

    min-height:90px;

    padding:22px 25px;

    background:#fff;
    color:#071c38;

    font-size:18px;
    font-weight:600;

    line-height:1.6;

    border-left:5px solid #76c043;
    border-radius:14px;

    box-shadow:0 5px 18px rgba(0,0,0,.05);

    transition:.3s;
}
.hse-item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:rgba(118,192,67,.08);

    transition:.5s;
}

.hse-item:hover::before{
    width:100%;
}




/* ==========================
   FOOTER
========================== */

.footer{
    background:#050505;
    color:#fff;
    position:relative;
    overflow:hidden;
}

/* Top Border */

.footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#d32f2f,#ff5a5a,#d32f2f);
}

/* Footer Layout */

.footer-top{
    max-width:1320px;
    margin:0 auto;
    padding:70px 24px;
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.2fr;
    gap:60px;
    align-items:start;
}

/* Footer Column */

.footer-box{
    padding-right:20px;
}

/* Main Heading */

.footer-box h3{
    color:#d32f2f;
    font-size:22px;
    font-weight:700;
    margin-bottom:22px;
    position:relative;
    display:inline-block;
}

/* Underline */

.footer-box h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:45px;
    height:3px;
    background:#d32f2f;
    border-radius:20px;
}

/* Company Name */

.footer-box h4{
    color:#fff;
    font-size:18px;
    line-height:1.5;
    margin-bottom:18px;
    font-weight:600;
}

/* Paragraph */

.footer-box p{
    color:#b8b8b8;
    line-height:1.9;
    font-size:15px;
    margin-bottom:14px;
}

/* Lists */

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

.footer-box ul li{
    margin-bottom:14px;
}

/* Links */

.footer-box ul li a{
    color:#cfcfcf;
    text-decoration:none;
    display:inline-block;
    transition:all .3s ease;
}

.footer-box ul li a:hover{
    color:#d32f2f;
    transform:translateX(6px);
}

/* Sub Sections */

.footer-sub-box{
    margin-bottom:40px;
}

.footer-sub-box:last-child{
    margin-bottom:0;
}
/* ==========================
   SOCIAL ICONS
========================== */

.footer-social{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;
}

.footer-social a{
    width:46px;
    height:46px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    transition:all .35s ease;
}

.footer-social a:hover{
    background:#d32f2f;
    border-color:#d32f2f;
    transform:translateY(-5px) scale(1.08);
    box-shadow:0 15px 30px rgba(211,47,47,.35);
}

/* ==========================
   CONTACT LINKS
========================== */

.contact-link,
.phone-link,
.whatsapp-link,
.website-link,
.footer-address{

    display:flex;
    align-items:flex-start;
    gap:12px;

    width:100%;

    color:#cfcfcf;

    text-decoration:none;

    margin-bottom:14px;

    transition:all .3s ease;

}

/* Icons */

.contact-link i,
.phone-link i,
.whatsapp-link i{

    min-width:20px;

    font-size:18px;

    margin-top:2px;

}

/* Phone */

.phone-link i{
    color:#d32f2f;
}

.phone-link:hover{
    color:#fff;
    transform:translateX(5px);
}

/* Email */

.contact-link i{
    color:#d32f2f;
}

.contact-link:hover{
    color:#fff;
    transform:translateX(5px);
}

/* WhatsApp */

.whatsapp-link i{
    color:#25D366;
}

.whatsapp-link:hover{
    color:#25D366;
    transform:translateX(5px);
}

.whatsapp-link:hover i{
    transform:scale(1.15);
}

/* Website */

.website-link{
    color:#cfcfcf;
}

.website-link:hover{
    color:#d32f2f;
    transform:translateX(5px);
}

/* Address */

.footer-address{
    color:#cfcfcf;
}

.footer-address:hover{
    color:#d32f2f;
    transform:translateX(5px);
}

/* Supplier Logo */

.supplier-logo{

    width:150px;

    height:auto;

    display:block;

    margin-top:12px;

    padding:8px;

    background:#fff;

    border-radius:8px;

    transition:.35s ease;

}

.supplier-logo:hover{

    transform:scale(1.05);

    box-shadow:0 15px 35px rgba(255,255,255,.12);

}
/* ==========================
   FOOTER BOTTOM
========================== */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:30px 8%;
    text-align:center;
    background:#030303;
}

.footer-links{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:30px;
    margin-bottom:18px;
}

.footer-links a{
    color:#bfbfbf;
    text-decoration:none;
    font-size:15px;
    transition:all .3s ease;
}

.footer-links a:hover{
    color:#d32f2f;
}

.footer-bottom p{
    color:#8d8d8d;
    font-size:14px;
    line-height:1.8;
    margin:0;
}

/* ==========================
   FLOATING SOCIAL
========================== */

.floating-social{
    position:fixed;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:9999;
}

.floating-social a{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    background:#071b38;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    transition:all .35s ease;
}

.floating-social a:hover{
    background:#d32f2f;
    transform:translateX(-6px) scale(1.08);
}

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

@media(max-width:991px){

    .footer-top{

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

        gap:45px;

    }

    .footer-box{

        padding-right:0;

    }

}

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

@media(max-width:768px){

    .footer-top{

        grid-template-columns:1fr;

        text-align:center;

        padding:60px 25px;

    }

    .footer-box{

        padding:0;

    }

    .footer-box h3::after{

        left:50%;

        transform:translateX(-50%);

    }

    .footer-social{

        justify-content:center;

    }

    .contact-link,
    .phone-link,
    .whatsapp-link,
    .website-link,
    .footer-address{

        justify-content:center;

        text-align:center;

    }

    .footer-links{

        flex-direction:column;

        gap:12px;

    }

    .floating-social{

        right:12px;

    }

    .floating-social a{

        width:44px;

        height:44px;

        font-size:17px;

    }

}

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

@media(max-width:480px){

    .footer-top{

        padding:50px 20px;

    }

    .footer-box h3{

        font-size:20px;

    }

    .footer-box h4{

        font-size:17px;

    }

    .footer-box p{

        font-size:14px;

    }

    .footer-links a{

        font-size:14px;

    }

}