﻿
body {
    font-family: 'Poppins', sans-serif !important;
}

.hero-text p {
    font-size: 20px;
    width: 70rem;
}


.contact-btn {
    text-decoration: none;
    color: #fff;
}

    .contact-btn:hover {
        color: black;
    }

.contact-btn {
    transform-origin: center;
}


.contact-btn {
    transform-origin: center;
    display: inline-block;
}

.about-flex {
    display: flex;
    gap: 80px;
    align-items: center;
}



@keyframes floatBlob {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}




@media (max-width: 992px) {

    .about-flex {
        flex-direction: column;
        text-align: center;
    }

    .counter-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .timeline {
        flex-direction: column;
        gap: 40px;
    }

        .timeline::before {
            display: none;
        }
}

@media (max-width: 576px) {

    .counter-grid {
        grid-template-columns: 1fr;
    }
}


@keyframes moveGrid {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 60px 60px, 60px 60px;
    }
}

.crane-silhouette {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 200px;
    background: url('/images/logo.png') no-repeat center bottom/contain;
    animation: craneMove 5s ease-in-out infinite;
    opacity: 0.3;
}

@keyframes craneMove {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-40px);
    }
}

.tilt-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 20px;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
}

    .tilt-card:hover {
        transform: rotateY(10deg) rotateX(8deg) scale(1.05);
    }

.why-premium-section {
    position: relative;
    padding: 140px 0;
    background: #f4f7fb;
    overflow: hidden;
}

.industrial-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(214,40,40,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(214,40,40,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 60px 60px, 60px 60px;
    }
}

.why-header {
    text-align: center;
    margin-bottom: 70px;
}

    .why-header h2 {
        color: #d62828;
        font-size: 34px;
        font-weight: 700;
    }

    .why-header p {
        color: #444;
        font-size: 18px;
    }

.why-svg-wrapper {
    position: relative;
    max-width: 650px;
    margin: auto;
}

.why-svg {
    width: 100%;
    transform-origin: center;
    transition: transform 1s ease;
}

.center-circle {
    fill: #d62828;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

.center-title {
    fill: #fff;
    font-size: 18px;
    font-weight: 700;
}

.center-sub {
    fill: #fff;
    font-size: 12px;
}

.why-section {
    position: relative;
    padding: 0px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    color: #d62828;
    font-size: 34px;
    font-weight: 700;
}

.industrial-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: moveGrid 15s linear infinite;
    z-index: 0;
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100px 100px;
    }
}

.container {
    position: relative;
    z-index: 2;
}

.why-svg-wrapper {
    max-width: 650px;
    margin: auto;
}

.why-svg {
    width: 100%;
    transition: transform 1.2s ease;
}

.segment {
    fill: #ffffff;
    stroke: #d62828;
    stroke-width: 2;
    transition: all 0.4s ease;
    cursor: pointer;
}

.segment-group:hover .segment {
    fill: #d62828;
    filter: drop-shadow(0 15px 30px rgba(214,40,40,0.4));
    transform: translateY(-5px);
}

.segment-icon {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    fill: #d62828;
    pointer-events: none;
    transition: fill 0.3s ease;
}

.segment-text {
    font-size: 12px;
    fill: #d62828;
    pointer-events: none;
    transition: fill 0.3s ease;
}

.segment-group:hover .segment-icon,
.segment-group:hover .segment-text {
    fill: #ffffff;
}

.center-circle {
    fill: #d62828;
    filter: drop-shadow(0 0 20px rgba(214,40,40,0.6));
}

.center-text {
    fill: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .why-svg {
        transform: scale(0.85);
    }
}

.vision-mission-section {
    position: relative;
    padding: 140px 0 200px 0;
    background: linear-gradient(to bottom, #f7f9fc 60%, transparent 100%);
    overflow: hidden;
}

.vision-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: url('/images/industrial-bg.jpg') no-repeat center bottom/cover;
    opacity: 0.9;
    z-index: 0;
}

.vision-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.96) 65%, rgba(255,255,255,0.75) 85%, rgba(255,255,255,0.4));
    z-index: 1;
}

.vision-content {
    position: relative;
    z-index: 2;
    max-width: 950px;
}

.vm-title {
    color: #d62828;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
}

    .vm-title::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 8px;
        width: 6px;
        height: 24px;
        background: #d62828;
    }

.vm-text {
    font-size: 20px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 28px;
    max-width: 700px;
    margin: 0 auto 20px auto;
}

.vm-block {
    margin-bottom: 60px;
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

@media (max-width: 768px) {
    .vision-mission-section {
        padding: 100px 0 160px 0;
    }

    .vm-title::before {
        left: -12px;
    }
}

.premium-vm-section {
    position: relative;
    padding: 300px 0;
    background: #f4f6f9;
    overflow: hidden;
}

    .premium-vm-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('/images/industrial-bg.jpg') center/cover no-repeat;
        background-attachment: fixed;
        opacity: 0.08;
        z-index: 0;
    }

.premium-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    z-index: 1;
}

@media (max-width: 1024px) {

    .premium-container {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0;
    }

    .premium-vm-section {
        padding: 120px 0;
    }

    .vm-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vm-card {
        height: auto !important;
        padding: 40px 25px;
    }

    .vm-connector {
        display: none;
    }
}

@media (max-width: 576px) {

    .premium-vm-section {
        padding: 80px 0;
    }

    .vm-card {
        padding: 30px 20px;
    }

    .vm-heading {
        font-size: 22px;
    }

    .vm-text {
        font-size: 16px;
        line-height: 1.6;
    }
}

.premium-container {
    padding-top: 0vh;
    margin-top: -40vh;
    margin-bottom: -55vh;
    position: relative;
    z-index: 2;
}

.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: stretch;
}

.vm-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(255,255,255,0.4);
    transition: all 0.5s ease;
    overflow: hidden;
}

    .vm-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 80px rgba(0,0,0,0.12), inset 0 0 0 1px rgba(255,255,255,0.6);
    }


.vm-heading {
    color: #d62828;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}


.vm-card:hover .vm-heading::after {
    width: 120px;
}


.vm-connector {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #d62828, transparent);
    transform: translate(-50%, -50%);
    animation: pulseLine 3s infinite ease-in-out;
    z-index: 2;
}

@keyframes pulseLine {
    0% {
        opacity: 0.3;
        height: 160px;
    }

    50% {
        opacity: 1;
        height: 220px;
    }

    100% {
        opacity: 0.3;
        height: 160px;
    }
}

.reveal-premium {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease;
}

    .reveal-premium.active {
        opacity: 1;
        transform: translateY(0);
    }

@media (max-width: 992px) {
    .vm-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vm-connector {
        display: none;
    }
}

.approach-section {
    padding: 20px 0;
    background: #ffffff;
}

.approach-header {
    text-align: center;
}

    .approach-header h2 {
        font-size: 34px;
        /* font-weight: 700; */
        color: #d62828;
    }


.approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch;
}

.approach-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    overflow: hidden;
}

    .approach-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(214,40,40,0.15);
    }

.approach-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #d62828;
}

.approach-card h4 {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    color: #111;
    margin-bottom: 20px;
}

.approach-card p {
    max-width: 700px;
    margin: 0 auto 20px auto;
    font-size: 20px;
    line-height: 1.4;
    color: #555;
}

@media (max-width: 992px) {
    .approach-grid {
        grid-template-columns: 1fr;
    }
}

.clients-section {
    background: #f4f6f9;
}

.clients-header {
    text-align: center;
    margin-bottom: 60px;
}

    .clients-header h2 {
        font-size: 30px;
        font-weight: 700;
        color: #d62828;
        position: relative;
        display: inline-block;
    }

        .clients-header h2::after {
            content: "";
            display: block;
            width: 60%;
            height: 3px;
            background: #d62828;
            margin: 10px auto 0;
        }

.clients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
}

.client-logo {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    transition: all 0.4s ease;
}

    .client-logo img {
        max-width: 100%;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .client-logo:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    }

@media (max-width: 992px) {

    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .client-logo {
        height: 100px;
    }

        .client-logo img {
            max-height: 70px;
        }
}

@media (max-width: 576px) {

    .clients-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .client-logo {
        height: 80px;
        padding: 15px;
    }

        .client-logo img {
            max-height: 50px;
        }

    .clients-header h2 {
        margin-top: 10px;
        font-size: 22px;
    }
}

.quality-safety-section {
    background: #f2f2f2;
    padding: 20px 0 0 0;
    position: relative;
    overflow: hidden;
}

.qs-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
}

.qs-header {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.qs-title {
    color: #d62828;
    font-weight: 700;
    margin-bottom: 15px;
}

.qs-sub {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: 30px;
}

.qs-text {
    text-align: center;
    color: #444;
    margin-top: 0px;
    line-height: 1.4;
    font-size: 20px;
}


.shield-3d {
    display: flex;
    flex-direction: column;
    align-items: center; /* centers horizontally */
    justify-content: center;
    text-align: center;
}

.milestone-image {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
    padding-bottom: 25px;
    margin: 0 auto;
}

.ppe-section {
    margin-top: 0rem;
    position: relative;
}

.ppe-title {
    font-size: 34px;
    text-align: center;
    color: #d62828;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.ppe-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.ppe-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vertical-text {
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 700;
    margin: 40px auto;
    letter-spacing: 2px;
    text-align: center;
    max-width: 300px;
}

.ppe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ppe-item {
    background: white;
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    transition: 0.4s;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

    .ppe-item i {
        font-size: 36px;
        color: #d62828;
        margin-bottom: 15px;
    }

    .ppe-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }

.caution-strip {
    height: 20px;
    background: repeating-linear-gradient( 45deg, #000, #000 15px, #ffcc00 15px, #ffcc00 30px );
    margin-top: 60px;
}

@media(max-width: 992px) {
    .qs-header {
        flex-direction: column;
    }

    .ppe-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vertical-text {
        position: relative;
        left: 0;
        top: auto;
        transform: none;
        text-align: center;
        margin-bottom: 30px;
        font-size: 28px;
        white-space: normal;
    }
}

.quality-safety-section {
    position: relative;
    overflow: hidden;
}



.ppe-circle-wrapper {
    position: relative;
    width: 450px;
    height: 450px;
    margin: 30px auto;
}

.ppe-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #d62828;
    z-index: 2;
}





.caution-strip {
    height: 25px;
    background: repeating-linear-gradient( 45deg, #000, #000 20px, #ffcc00 20px, #ffcc00 40px );
    animation: moveTape 3s linear infinite;
}

@keyframes moveTape {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 80px 0;
    }
}

.hero-text p {
    width: 100% !important;
    max-width: 900px;
}

.vm-text,
.approach-card p,
.qs-text {
    font-size: clamp(15px, 2vw, 20px);
    line-height: 1.7;
}


h1 {
    font-size: clamp(28px, 5vw, 52px);
}

h2 {
    font-size: clamp(22px, 4vw, 34px);
}

h3 {
    font-size: clamp(18px, 3vw, 26px);
}

h4 {
    font-size: clamp(16px, 3vw, 22px);
}

section {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 992px) {
    .vm-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vm-connector {
        display: none;
    }

    .approach-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ppe-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .qs-header {
        flex-direction: column;
        gap: 30px;
    }

    .vertical-text {
        position: relative;
        left: 0;
        top: auto;
        transform: none;
        text-align: center;
        margin-bottom: 30px;
        font-size: 28px;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .ppe-flex {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        gap: 20px;
        text-align: center;
    }
    .ppe-left {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ppe-center {
        width: 100%;
        height: auto;
        position: static;
        transform: none;
    }
    .vertical-text {
        font-size: 22px;
        line-height: 1.4;
        margin: 5px 0 10px 0;
        text-align: center;
    }
    .milestone-image {
        width: 180px;
        margin-bottom: 10px;
    }
    .clients-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 logos per row */
        justify-content: center;
    }

    .client-logo {
        text-align: center;
    }

    .clients-header h2 {
        font-size: 20px;
    }

    .premium-vm-section,
    .clients-section,
    .why-section,
    .quality-safety-section {
        padding: 80px 0;
    }

    .approach-grid {
        grid-template-columns: 1fr;
    }

    .ppe-circle-wrapper {
        width: 260px;
        height: 260px;
        order: 2;
    }

    .why-svg {
        transform: scale(0.8);
    }


    .shield-3d {
        font-size: 45px;
    }
}

@media (max-width: 480px) {

    .clients-grid {
        grid-template-columns: 1fr; 
    }
    .milestone-image {
        width: 140px;
    }

    .vertical-text {
        font-size: 18px;
        line-height: 1.3;
    }

    .ppe-circle-wrapper {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 576px) {

    .hero-text p {
        font-size: 16px;
    }


    .vm-card {
        height: 70vh;
        padding: 30px 20px;
    }

    .approach-card {
        padding: 30px 20px;
    }

    .qs-container {
        padding: 0 20px;
    }

    .ppe-title {
        font-size: 22px;
    }

    .ppe-circle-wrapper {
        width: 220px;
        height: 220px;
    }

    .clients-grid {
        grid-template-columns: 1fr;
    }

    .client-logo {
        height: 100px;
    }
}

@media (max-width: 400px) {

    h1 {
        font-size: 24px;
    }

    .ppe-circle-wrapper {
        width: 200px;
        height: 200px;
    }

    .shield-3d {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .vm-text {
        max-width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .page-hero {
        height: 100vh;
        min-height: 420px;
    }
}

@media (max-width: 768px) {
    .page-hero {
        height: 100vh !important;
        min-height: 420px;
        animation: none;
    }
}

/* ===============================
           MODERN ABOUT PREMIUM SECTION
        =================================*/

.about-premium {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fb, #eef2f7);
    position: relative;
    overflow: hidden;
}

.grid-bg,
.corner-accent {
    display: none;
}

.about-row {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 1.05);
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 50px;
    position: relative;
}

    /* Alternate layout */
    .about-row.reverse {
        flex-direction: row-reverse;
    }

/* Title Card (Left Side) */
.premium-blob {
    min-width: 280px;
    background: #d62828;
    color: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    box-shadow: 0 15px 40px rgba(214, 40, 40, 0.2);
}

    .premium-blob h3 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

/* Hover animation */
.about-row:hover .premium-blob {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(214, 40, 40, 0.35);
}

/* Content Card */
.premium-content {
    flex: 1;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    padding: 40px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

    /* Left Accent Line */
    .premium-content::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        bottom: 20px;
        width: 5px;
        background: #d62828;
        border-radius: 5px;
    }

/* Remove pulse dot */
.pulse-dot {
    display: none;
}

.premium-content p {
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.8;
    color: #444;
}

/* Hover effect */
.about-row:hover .premium-content {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* Tablet */
@media (max-width: 992px) {

    .about-row,
    .about-row.reverse {
        flex-direction: column;
        text-align: center;
    }

    .premium-blob {
        width: 100%;
        min-width: unset;
        padding: 30px;
    }

    .premium-content {
        padding: 30px;
    }

        .premium-content::before {
            display: none;
        }
}

/* Mobile */
@media (max-width: 576px) {

    .about-premium {
        padding: 70px 0;
    }

    .premium-blob h3 {
        font-size: 20px;
    }

    .premium-content {
        padding: 25px;
    }

        .premium-content p {
            font-size: 15px;
            line-height: 1.7;
        }
}
/* ===============================
           REMOVE EXTRA TOP SPACE (MOBILE)
        =================================*/

@media (max-width: 768px) {
    h1, h2, h3, h4, h5 {
        margin-top: 0 !important;
    }

    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-hero {
        padding-top: 10vh !important;
        height: 85vh !important;
        /* height: auto !important; */
        min-height: unset !important;
        /*  padding-top: 100px !important; */
        padding-bottom: 60px !important;
    }

    .about-premium {
        padding-top: 50px !important;
    }

    .premium-vm-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .premium-container {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .approach-section {
        padding-top: 40px !important;
    }

    .quality-safety-section {
        padding-top: 40px !important;
    }

    .clients-section {
        padding-top: 40px !important;
    }

    .why-section {
        padding-top: 40px !important;
    }
}
