@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

body {
    background: #ffffff;

    font-family: "Poppins", sans-serif;

}

/* header and nav style  */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    width: 100%;
    background: #ffffff;
    padding: 0 61px;
}

/* nav */
.navbar {
    display: flex;
    align-items: center;
    gap: 24px;
    /* font-weight: 600; */
}

nav>a {
    color:#0B1F3A ;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    text-decoration: none;
}

.contact-buttion {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #041A32;
    color: white;
    padding: 4px 12px;

}

/* logo */

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

.brand>img {
    width: 190px;
}


/* hero section style */


.hero {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.slider {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease;
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay */
.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
}

.hero-content h1 {
    font-family: "Poppins", sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-content p {
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.4;
}

.hero-content a {
    display: inline-block;
    padding: 12px 24px;
    color: white;
    background: #194c75;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

/* Arrow buttons */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 45px;
    height: 45px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
}

.previous {
    left: 20px;
}

.next {
    right: 20px;
}

/* Navigation dots */
.dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.dot {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #ffffff80;
    cursor: pointer;
}

.dot.active {
    background: white;
}


/* highlights section style  */
.highlights {
    width: 100%;
    height: 135px;
    padding: 0 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* .highlights h2 {
    display: none;
} */

.highlights-container {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;

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

.highlights-card {
    flex: 1;
    min-width: 0;
    padding: 20px 25px;

    display: flex;
    align-items: center;
    gap: 15px;

    border-right: 1px solid #e5e7eb;
}

.highlights-card:last-child {
    border-right: none;
}

.highlights-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;

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

    color: #323c69;
    /* background-color: #123c69; */
    border-radius: 8px;
    font-size: 32px;
}

.highlights-data h3 {
    margin: 0 0 6px;
    color: #102a43;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.highlights-data p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}


/* about section css */
.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 70px 4%;


}

.factory {
    height: 365px;
    background: linear-gradient(#b7d0e2 0 42%, #9ba8ad 43%);
    position: relative;
    overflow: hidden;

}

.factory img {
    object-fit: contain;
    height: 672px;
}


.eyebrow {
    color: #1683e7;
    letter-spacing: .5px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.about-copy h2,
.quality-copy h2 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin: 12px 0;
}

.blue-line {
    width: 45px;
    height: 3px;
    background: #0870d9;
    margin: 18px 0 25px;
}

.about-copy>p:last-of-type {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #3d4650;
    font-weight: 400;
}

.dark-btn {
    font-family: "Inter", sans-serif;
    display: inline-block;
    background: #102a43;
    color: #fff;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 600;
    padding: 14px 20px;
    text-decoration: none;
    border-radius: 4px;
}

/* Products section */
.products-section {
    padding: 70px 4%;
    overflow: hidden;
}

.products-title {
    margin-bottom: 45px;
    text-align: center;
    color: #0c2340;
    font-weight: 500;
    letter-spacing: 1px;


    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;

}

.products-title span {
    position: relative;
    color: #0870d9;
}

.products-title span::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 65%;
    height: 4px;
    border-radius: 10px;
    background: #0870d9;
    transform: translateX(-50%);
}

/* Slider container */
.product-con {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 15px 2px 25px;
    will-change: transform;
}

/* Product card */
.product-card {
    flex: 0 0 260px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    /* box-shadow: 0 7px 22px rgba(15, 35, 65, 0.09); */
    /* transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease; */
}

.product-card:hover {
    border-color: #0870d9;
    /* box-shadow: 0 15px 35px rgba(8, 112, 217, 0.17); */
    /* transform: translateY(-8px); */
}

.product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    /* background: linear-gradient(145deg, #f8fafc, #eef3f8); */
    /* background-color: #737D83; */
}

.product-img img {
    width: 150px;
    height: 150px;
    padding: 8px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

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

.product-name {
    font-family: "Poppins", sans-serif;
    padding: 18px 18px 8px;
    color: #0c2340;
    font-size: 20px;
    font-weight: 600;
}

.product-view {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 18px 20px;
}

/* This selector only changes icons inside product-view */
.product-view>a,
.product-view>i {
    color: #0870d9;
    font-size: 12px;
    text-decoration: none;
    transition:
        gap 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.product-view>a {
    font-weight: 600;
}

.product-view:hover>a {
    color: #064d98;
}

.product-view:hover>i {
    color: #064d98;
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .products-section {
        padding: 55px 20px;
    }

    .products-title {
        font-size: 1.3rem;
    }

    .product-card {
        flex-basis: 230px;
    }

    .product-img {
        height: 195px;
    }

    .product-img img {
        width: 165px;
        height: 165px;
    }
}

@media (max-width: 480px) {
    .products-section {
        padding: 45px 16px;
    }

    .product-card {
        flex-basis: 210px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .product-card,
    .product-img img,
    .product-view i {
        transition: none;
    }
}


/* quilty section */


/* Main section */

.quality-section {
    min-height: 365px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Left side */

.quality-visual {
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg,
            #00152a 0%,
            #002542 45%,
            #00385c 100%);


}

.quality-visual>img {
    object-fit: cover;
    width: 80%;
    height: 80%;
    border-radius: 10px;
    /* opacity: 80%; */



}





/* Right side */

.quality-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 7%;
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 20%,
            rgba(0, 123, 255, 0.18),
            transparent 35%),
        linear-gradient(135deg,
            #001225 0%,
            #001e38 50%,
            #00345a 100%);



}

.section-label {
    margin-bottom: 12px;
    color: #008cff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.quality-content h2 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.12;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}

.quality-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.quality-list li {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.5;
}

.quality-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    display: grid;
    place-items: center;
    border: 1px solid #008cff;
    border-radius: 50%;
    color: #008cff;
    font-size: 8px;
}

/* Tablet and mobile */

@media (max-width: 800px) {
    .quality-section {
        grid-template-columns: 1fr;
    }

    .quality-visual {
        min-height: 430px;
        padding: 45px 20px;
    }

    .quality-content {
        padding: 55px 25px;
    }
}




@media (max-width: 768px) {
    .hero {
        height: 500px;
    }

    .hero-content {
        left: 8%;
        right: 8%;
    }

    .hero-content h1 {
        font-size: 34px;
    }
}


/* Companies section */
.companies-section {
    padding: 55px 0 35px;
    overflow: hidden;
    background-color: #ffffff;
}

.companies-title {
    position: relative;
    margin: 0 0 45px;
    text-align: center;
    color: #0b1f35;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
}

/* Small blue line under title */
.companies-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 40px;
    height: 4px;
    border-radius: 5px;
    background-color: #0870d9;
    transform: translateX(-50%);
}

/* Hide items outside the slider */
.companies-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Soft fade on both sides */
.companies-slider::before,
.companies-slider::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 80px;
    height: 100%;
    pointer-events: none;
}

.companies-slider::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}

.companies-slider::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}

/* Moving track */
.companies-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

/* Individual company */
.company-item {
    display: flex;
    flex: 0 0 300px;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    padding: 0 35px;
    border-right: 1px solid #d5d5d5;
}

.company-item span {
    color: #777d80;
    font-size: 25px;
    font-weight: 700;
    white-space: nowrap;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.company-item:hover span {
    color: #0870d9;
    transform: scale(1.08);
}

/* Tablet */
@media (max-width: 768px) {
    .companies-section {
        padding-top: 45px;
    }

    .companies-title {
        margin-bottom: 40px;
        padding: 0 20px;
        font-size: 21px;
    }

    .company-item {
        flex-basis: 230px;
        min-height: 60px;
    }

    .company-item span {
        font-size: 21px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .companies-title {
        font-size: 18px;
    }

    .company-item {
        flex-basis: 190px;
        padding: 0 20px;
    }

    .company-item span {
        font-size: 19px;
    }

    .companies-slider::before,
    .companies-slider::after {
        width: 35px;
    }
}


/* Testimonials section */
.testimonials-section {
    padding: 70px 20px 50px;
    overflow: hidden;
    background-color: #ffffff;
}

.testimonials-container {
    width: min(100%, 1420px);
    margin: 0 auto;
}

.testimonials-title {
    position: relative;
    margin: 0 0 65px;
    text-align: center;
    color: #071a32;
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;

}

.testimonials-title::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 105px;
    height: 4px;
    border-radius: 5px;
    background-color: #0870d9;
    transform: translateX(-50%);
}

/* Slider */
.testimonials-slider {
    width: 100%;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    transition: transform 0.6s ease;
}

/* Testimonial card */
.testimonial-card {
    display: flex;
    flex: 0 0 calc(33.333% - 24px);
    flex-direction: column;
    min-height: 295px;
    margin-right: 36px;
    padding: 38px;
    border: 1px solid transparent;
    background-color: #f8f9fb;
    box-shadow: 0 5px 20px rgba(8, 30, 60, 0.04);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.testimonial-card:hover {
    border-color: rgba(8, 112, 217, 0.25);
    box-shadow: 0 15px 35px rgba(8, 55, 110, 0.1);
    transform: translateY(-7px);
}

.quote-icon {
    height: 45px;
    color: #0870d9;
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.testimonial-message {
    max-width: 380px;
    margin: 10px 0 35px;
    color: #07152a;
    font-size: 15px;
    line-height: 1.65;
}

.client-details {
    margin-top: auto;
}

.client-name {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 700;
}

.client-name.red {
    color: #ed3027;
}

.client-name.blue {
    color: #104d82;
}

.client-company {
    margin: 0;
    color: #07152a;
    font-size: 13px;
}

/* Slider dots */
.testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 38px;
}

.testimonial-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #d2d9df;
    cursor: pointer;
    transition:
        width 0.3s ease,
        border-radius 0.3s ease,
        background-color 0.3s ease;
}

.testimonial-dot:hover {
    background-color: #80b9ef;
}

.testimonial-dot.active {
    width: 24px;
    border-radius: 10px;
    background-color: #0870d9;
}

/* Tablet */
@media (max-width: 992px) {
    .testimonial-card {
        flex-basis: calc(50% - 15px);
        margin-right: 30px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .testimonials-section {
        padding: 55px 16px 40px;
    }

    .testimonials-title {
        margin-bottom: 50px;
        font-size: 21px;
    }

    .testimonials-title::after {
        width: 75px;
    }

    .testimonial-card {
        flex-basis: 100%;
        min-height: 310px;
        margin-right: 20px;
        padding: 30px 25px;
    }

    .testimonial-message {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .client-name {
        font-size: 20px;
    }
}

/* Reduce animations when requested by the device */
@media (prefers-reduced-motion: reduce) {

    .testimonials-track,
    .testimonial-card,
    .testimonial-dot {
        transition: none;
    }
}



/* Statistics section */
.stats-section {
    padding: 30px 5%;
    background-color: #0d365e;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(100%, 1450px);
    margin: 0 auto;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 85px;
    padding: 15px 30px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.stat-item:last-child {
    border-right: none;
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.stat-icon i {
    color: #ffffff;
    font-size: 35px;
}

.stat-content h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    line-height: 1;
}

.stat-content p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

/* Tablet */
@media (max-width: 992px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .stat-item:nth-child(2) {
        border-right: none;
    }

    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        border-bottom: none;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .stats-section {
        padding: 20px;
    }

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

    .stat-item {
        justify-content: flex-start;
        min-height: 105px;
        padding: 20px 30px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .stat-item:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-content h3 {
        font-size: 32px;
    }

    .stat-icon i {
        font-size: 31px;
    }
}



/* Custom gauge CTA section */
.custom-gauge-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 8%);
    /* min-height: 180px; */
    margin: 70px auto 30px;
    padding: 24px 30px;
    border-radius: 5px;
    background: linear-gradient(110deg, #061b31, #0d3b63);
    box-sizing: border-box;
}

.custom-gauge-content h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.custom-gauge-content p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}





/* Tablet */
@media (max-width: 768px) {
    .custom-gauge-section {
        width: calc(100% - 40px);
        padding: 40px;
    }

    .custom-gauge-content h2 {
        font-size: 26px;
    }

    .quote-button {
        min-width: 190px;
        gap: 25px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .custom-gauge-section {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
        width: calc(100% - 32px);
        margin-top: 45px;
        padding: 35px 25px;
    }

    .custom-gauge-content h2 {
        font-size: 24px;
    }

    .custom-gauge-content p {
        font-size: 13px;
    }

    .quote-button {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}


/* Footer */
.site-footer {
    color: #ffffff;
    background-color: #061c32;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 1fr 1.25fr;
    gap: 80px;
    width: min(100% - 40px, 1670px);
    margin: 0 auto;
    padding: 24px 24px 24px;
}

/* Logo */
.footer-logo {
    display: inline-flex;
    flex-direction: column;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
}

.logo-sp {
    width: max-content;
    font-size: 29px;
    font-style: italic;
    font-weight: 900;
    text-shadow: 2px 2px 0 #aab1b9;
}

.logo-name {
    margin-top: 3px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 3px;
}

.logo-small {
    margin-top: 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 4px;
}

.footer-description {
    max-width: 430px;
    margin: 28px 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.7;
}

/* Social links */
.footer-socials {
    display: flex;
    gap: 13px;
}

.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border: 1px solid #91a4b6;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.footer-socials i {
    color: inherit;
    font-size: 12px;
}

.footer-socials a:hover {
    border-color: #0870d9;
    background-color: #0870d9;
    transform: translateY(-4px);
}

/* Footer headings */
.footer-heading {
    position: relative;
    margin: 0 0 27px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.footer-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #0870d9;
}

/* Footer navigation */
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.footer-links a::before {
    content: "›";
    position: absolute;
    left: 0;
    opacity: 0;
    color: #278ce9;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    padding-left: 12px;
    color: #5faeff;
}

.footer-links a:hover::before {
    opacity: 1;
}

/* Contact information */
.footer-contact address {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-style: normal;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.7;
    text-decoration: none;
}

.contact-item i {
    flex-shrink: 0;
    margin-top: 5px;
    color: #ffffff;
    font-size: 12px;
}

.contact-item p {
    margin: 0;
}

a.contact-item:hover {
    color: #5faeff;
}

/* Bottom footer */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100% - 40px, 1670px);
    min-height: 38px;
    margin: 0 auto;
}

.footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
}

.legal-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.legal-links a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #5faeff;
}

.legal-links span {
    width: 1px;
    height: 15px;
    background-color: #ffffff;
}

/* Tablet */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 70px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 42px;
        width: calc(100% - 40px);
        padding: 50px 0;
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-bottom-container {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        width: calc(100% - 40px);
        min-height: 90px;
    }

    .footer-bottom p,
    .legal-links a {
        font-size: 11px;
    }
}

/* =========================================================
   SAMARTH PRECISION — UI/UX + RESPONSIVE SYSTEM
   ========================================================= */
:root {
    --sp-navy: #0b1f3a;
    --sp-navy-dark: #06152a;
    --sp-blue: #1769aa;
    --sp-blue-bright: #0870d9;
    --sp-steel: #64748b;
    --sp-border: #e2e8f0;
    --sp-surface: #f7f9fc;
    --sp-white: #ffffff;
    --sp-text: #102a43;
    --sp-radius: 8px;
    --sp-shadow: 0 8px 28px rgba(11, 31, 58, 0.08);
}

/* Cleaner global defaults */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: var(--sp-text);
    overflow-x: hidden;
    background: var(--sp-white);
}

img {
    max-width: 100%;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(23, 105, 170, 0.28);
    outline-offset: 3px;
}

/* Header / mobile navigation */
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--sp-border);
    border-radius: 8px;
    background: var(--sp-white);
    color: var(--sp-navy);
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.navbar a {
    
    transition: color .25s ease, background-color .25s ease;
}

.navbar > a:not(.contact-buttion):hover {
    
    
    
}

.contact-buttion {
    color: #fff;
    border-radius: 6px;
    background: var(--sp-navy);
    transition: transform .25s ease, background-color .25s ease;
   
}

.contact-buttion:hover {
    /* color: white; */
    background: var(--sp-blue);
    transform: translateY(-1px);
}

/* Hero */
.hero-content {
    max-width: 760px;
}

.hero-content h1 {
    text-wrap: balance;
}

.hero-content a {
    background: var(--sp-blue);
    border: 1px solid var(--sp-blue);
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.hero-content a:hover {
    background: var(--sp-blue-bright);
    box-shadow: 0 8px 22px rgba(8, 112, 217, .24);
    transform: translateY(-2px);
}

/* Highlights */
.highlights {
    position: relative;
    z-index: 4;
    box-shadow: 0 5px 22px rgba(11, 31, 58, .07);
}

.highlights-icon {
    color: var(--sp-blue);
}

.highlights-data h3 {
    color: var(--sp-navy);
}

/* Consistent section headings */
.products-title,
.companies-title,
.testimonials-title {
    color: var(--sp-navy);
}

.products-title span,
.eyebrow,
.section-label {
    color: var(--sp-blue-bright);
}

.blue-line,
.companies-title::after,
.testimonials-title::after {
    background: var(--sp-blue-bright);
}

.dark-btn {
    background: var(--sp-navy);
    border: 1px solid var(--sp-navy);
    transition: background-color .25s ease, transform .25s ease;
}

.dark-btn:hover {
    background: var(--sp-blue);
    transform: translateY(-2px);
}

/* Product cards */
.product-card {
    box-shadow: var(--sp-shadow);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(11, 31, 58, .12);
    border-color: rgba(23, 105, 170, .45);
}

/* Better touch scrolling for sliders */
.product-con,
.companies-track {
    touch-action: pan-y;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 992px) {
    header {
        height: 76px;
        padding: 0 28px;
    }

    .brand > img {
        width: 165px;
    }

    .navbar {
        gap: 15px;
    }

    .hero {
        height: 500px;
    }

    .hero-content {
        left: 7%;
        right: 7%;
    }

    .hero-content h1 {
        font-size: clamp(38px, 5vw, 50px);
    }

    .about {
        gap: 35px;
        padding: 60px 5%;
    }

    .highlights {
        height: auto;
        padding: 10px 3%;
    }

    .highlights-card {
        padding: 18px 14px;
        gap: 10px;
    }

    .highlights-icon {
        width: 42px;
        height: 42px;
        font-size: 27px;
    }

    .highlights-data h3 {
        font-size: 14px;
    }
}

/* =========================================================
   MOBILE NAVIGATION + MOBILE LAYOUT
   ========================================================= */
@media (max-width: 700px) {
    header {
        position: relative;
        height: 70px;
        padding: 0 18px;
        z-index: 100;
        border-bottom: 1px solid var(--sp-border);
    }

    .brand > img {
        width: 145px;
    }

    .menu-toggle {
        display: flex;
        position: relative;
        z-index: 102;
    }

    .navbar {
        position: absolute;
        top: 70px;
        left: 12px;
        right: 12px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 10px;
        background: rgba(255, 255, 255, .98);
        border: 1px solid var(--sp-border);
        border-radius: 12px;
        box-shadow: 0 16px 35px rgba(11, 31, 58, .14);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }

    .navbar.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 7px;
        font-size: 14px;
    }

    .navbar a:hover {
        background: var(--sp-surface);
    }

    .navbar .contact-buttion {
        justify-content: center;
        margin-top: 4px;
        /* color: #fff; */
        /* background: var(--sp-navy); */
    }

    /* Hero */
    .hero {
        height: 430px;
    }

    .hero-content {
        top: 50%;
        left: 20px;
        right: 20px;
        max-width: 560px;
    }

    .hero-content h1 {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.12;
        letter-spacing: -.5px;
    }

    .hero-content p {
        max-width: 430px;
        margin: 14px 0 20px;
        font-size: 14px;
        line-height: 1.65;
    }

    .hero-content a {
        padding: 11px 18px;
        font-size: 14px;
    }

    .arrow {
        width: 38px;
        height: 38px;
        font-size: 19px;
    }

    .previous { left: 10px; }
    .next { right: 10px; }

    .dots {
        bottom: 16px;
    }

    /* Highlights: 2-column feature grid */
    .highlights {
        height: auto;
        padding: 0;
    }

    .highlights-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .highlights-card {
        min-height: 82px;
        padding: 15px 14px;
        gap: 10px;
        border-right: 1px solid var(--sp-border);
        border-bottom: 1px solid var(--sp-border);
    }

    .highlights-card:nth-child(2n) {
        border-right: none;
    }

    .highlights-card:last-child {
        grid-column: 1 / -1;
        border-right: none;
        justify-content: center;
    }

    .highlights-icon {
        width: 38px;
        height: 38px;
        font-size: 23px;
    }

    .highlights-data h3 {
        margin: 0;
        font-size: 13px;
        line-height: 1.25;
    }

    /* About */
    .about {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 52px 20px;
    }

    .factory {
        height: 270px;
    }

    .factory img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-copy h2,
    .quality-copy h2 {
        font-size: 25px;
        line-height: 1.25;
    }

    .about-copy > p:last-of-type {
        font-size: 14px;
        line-height: 1.75;
    }

    /* Products */
    .products-section {
        padding: 52px 16px;
    }

    .products-title {
        margin-bottom: 30px;
        font-size: clamp(25px, 7vw, 32px);
        line-height: 1.2;
    }

    .product-con {
        gap: 15px;
    }

    .product-card {
        flex-basis: 220px;
        border-radius: 10px;
    }

    .product-img {
        height: 175px;
    }

    .product-img img {
        width: 145px;
        height: 145px;
    }

    .product-name {
        padding: 14px 15px 6px;
        font-size: 17px;
    }

    .product-view {
        padding: 5px 15px 16px;
        font-size: 13px;
    }

    /* Quality/process */
    .quality-section {
        grid-template-columns: 1fr;
    }

    .quality-visual {
        min-height: 300px;
        padding: 25px 18px;
    }

    .quality-visual > img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .quality-content {
        padding: 45px 22px;
    }

    .quality-content h2 {
        font-size: 27px;
    }

    .quality-list {
        gap: 12px;
        padding: 0;
    }

    .quality-list li {
        font-size: 14px;
        padding-left: 27px;
    }

    /* Companies / testimonials */
    .companies-title,
    .testimonials-title {
        font-size: 26px;
    }

    .testimonials-section {
        padding: 55px 16px 40px;
    }

    .testimonial-card {
        flex-basis: 100%;
        margin-right: 16px;
        min-height: 260px;
        padding: 25px;
    }

    .testimonial-message {
        font-size: 14px;
    }

    /* CTA */
    .custom-gauge-section {
        width: calc(100% - 32px);
        margin: 45px auto 25px;
        padding: 30px 22px;
        border-radius: 10px;
    }

    /* Footer */
    .footer-container {
        width: calc(100% - 32px);
        padding: 45px 0;
    }
}

/* Small phones */
@media (max-width: 420px) {
    header {
        padding: 0 14px;
    }

    .brand > img {
        width: 132px;
    }

    .hero {
        height: 400px;
    }

    .hero-content {
        left: 17px;
        right: 17px;
    }

    .hero-content h1 {
        font-size: 29px;
    }

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

    .highlights-card {
        min-height: 76px;
        padding: 13px 10px;
    }

    .highlights-icon {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .highlights-data h3 {
        font-size: 12px;
    }

    .product-card {
        flex-basis: 205px;
    }

    .product-img {
        height: 160px;
    }

    .quality-content h2 {
        font-size: 24px;
    }

    .footer-container {
        gap: 32px;
    }
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
