* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #f3f2ef !important;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f3f2ef;
}

.logo {
    display: flex;
    align-items: center;
    min-width: 180px;
}

.logo img {
    max-height: 70px;
    width: auto;
    transform: scale(2.0);
    transform-origin: left center;
}





.top-header {
    height: 80px;
    background: linear-gradient(90deg, #0b2a4a, #143d66);
    display: flex;
    align-items: center;
}


.header-container {
    width: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}





.header-text {
    font-family: "Rajdhani", Arial, sans-serif;
    color: #cfd8e3;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    white-space: nowrap;
}



.header-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}



.header-nav a {
    font-family: "Rajdhani", Arial, sans-serif;
    color: #cfd8e3;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}


.header-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #7fb6ff;
    transition: width 0.3s ease;
}

.header-nav a:hover {
    color: #ffffff;
}

.header-nav a:hover::after {
    width: 100%;
}



.header-nav .btn {
    padding: 6px 16px;
    border: 1px solid #7fb6ff;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.header-nav .btn::after {
    display: none;
}

.header-nav .btn:hover {
    background: #7fb6ff;
    color: #0b2a4a;
}


.image-slider {
    position: relative;
    overflow: hidden;
    height: 480px;
    width: 100%;
    background: #0b2a4a;
}


.slider-track {
    display: flex;
    height: 100%;
    will-change: transform;
    transition: transform 0.6s ease-in-out;
}


.slider-track img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}


.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 42px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    line-height: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.7;
}

.nav:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}



.intro-text {
    background: #f3f2ef;
    padding: 80px 0;
}

.center-text {
    max-width: 800px;
    margin-left: 120px;
    border-left: 4px solid #cfcfcf;
    padding-left: 25px;
}

.center-text p {
    max-width: 700px;
    font-size: 18px;
    line-height: 1.7;
}





@media (max-width: 1024px) {
    .triple-image-strip {
        grid-template-columns: 1fr;
    }

    .image-box img {
        height: 300px;
    }

    .center-text {
        padding-bottom: 30px;
    }
}



.section-title {
    padding: 40px 40px 20px;
    background-color: #ffffff;
}

.section-title h2 {
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #0b2a4a;
    letter-spacing: 1px;
}

.section-title h2 {
    text-transform: uppercase;
}

.capabilities {
    background-color: #f3f2ef;
    padding: 80px 40px;

}

.capabilities h2 {
    text-align: center;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 34px;
    color: #0b2a4a;
    margin-bottom: 60px;
}

.capabilities-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.capability h3 {
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    color: #1f2d3d;
}

.capability p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 1024px) {
    .capabilities-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .capabilities-grid {
        grid-template-columns: 1fr;
    }
}

.visual-img {
    width: 100%;
    padding: 60px 0;
    background-color: #ffffff;
}


.showcase-images {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.showcase-images img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    border: none;
    padding: 0;
    background: none;
}

.showcase-images img {
    transition: transform 0.3s ease;
}

.showcase-images img:hover {
    transform: scale(1.03);
}




.showcase-images img:hover {
    transform: scale(1.02);
    border-color: #1e5fa3;
}


.showcase-cta {
    max-width: 1200px;
    margin: 25px auto 0 auto;
    display: flex;
    justify-content: flex-end;

}

.cta-link {
    padding: 6px 0;
}



.cta-link {
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0b3a66;
    text-decoration: none;
    border-bottom: 2px solid #0b3a66;
    padding-bottom: 6px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    color: #1e5fa3;
    border-color: #1e5fa3;
}


.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: auto;
}


.product-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}


.card-media {
    height: 180px;
    background: #f2f4f7;
}


.card-content {
    padding: 24px;
    text-align: center;
    position: relative;
    transition: background .35s ease;
}

.card-content h3 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #0a2540;
    margin: 0;
    transition: color .35s ease;
}


.card-arrow {
    margin-top: 16px;
    font-size: 20px;
    color: #0a2540;
    transition: transform .35s ease, color .35s ease;
}


.product-card:hover .card-content {
    background: #0a2a66;
}

.product-card:hover h3,
.product-card:hover .card-arrow {
    transform: translateY(-6px);
    color: #fff;
}

.product-card:hover .card-arrow {
    transform: translateX(6px);
}


.card-media {
    background-image: url(...);
}

.why-orvitex {
    background: #f3f2ef;
    padding: 90px 40px;
}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-orvitex h2 {
    text-align: center;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 34px;
    color: #0b2a4a;
    margin-bottom: 70px;
    letter-spacing: 0.5px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.why-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.why-icon {
    font-size: 32px;
    color: #0b2a4a;
    margin-bottom: 20px;
}

.why-card h3 {
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    color: #0b2a4a;
}

.why-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}


@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}

.industries {
    padding: 90px 40px;
}

.industries-container {
    max-width: 1200px;
    margin: 0 auto;
}

.industries h2 {
    text-align: center;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 34px;
    color: #0b2a4a;
    margin-bottom: 70px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.industry-item {
    padding-left: 25px;
    border-left: 3px solid #0b2a4a;
}

.industry-item h3 {
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    color: #0b2a4a;
}

.industry-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 1024px) {
    .industries-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }
}

.process {
    padding: 90px 40px;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process h2 {
    text-align: center;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 34px;
    color: #0b2a4a;
    margin-bottom: 70px;
}


.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.process-step {
    padding-left: 25px;
    border-left: 3px solid #0b2a4a;
}

.step-number {
    font-size: 28px;
    font-weight: 600;
    color: #0b2a4a;
    display: block;
    margin-bottom: 10px;
}

.process-step h3 {
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
    color: #0b2a4a;
}

.process-step p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 1024px) {
    .process-steps {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .process-steps {
        grid-template-columns: 1fr;
    }
}

.section-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,
            transparent,
            #0b2a4a,
            transparent);
    margin: 90px 0;
}

.cta-section {
    background: linear-gradient(90deg, #0b2a4a, #143d66);
    padding: 90px 40px;
    text-align: center;
}

.cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.cta-section h2 {
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 16px;
    color: #d6e2f0;
    margin-bottom: 35px;
}

.cta-btn {
    display: inline-block;
    padding: 14px 36px;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0b2a4a;
    background: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #7fb6ff;
    color: #0b2a4a;
}

.card-media {
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 12px 12px 0 0;
}

.card-media.mixing {
    background-image: url("mixer.webp");
}

.card-media.filling {
    background-image: url("filling.webp");
}

.card-media.packaging {
    background-image: url("packing.webp");
}

.card-media.granulation {
    background-image: url("granulation.webp");
}

.card-media.process {
    background-image: url("process.webp");
}

.card-media.lab {
    background-image: url("lap.jpeg");
}

.services {
    background: #f3f2ef;
    padding: 90px 40px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services h2 {
    text-align: center;
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 34px;
    color: #0b2a4a;
    margin-bottom: 70px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.service-item {
    background: #ffffff;
    padding: 40px 35px;
    border-left: 4px solid #0b2a4a;
}

.service-item h3 {
    font-family: "Rajdhani", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0b2a4a;
    letter-spacing: 0.6px;
    margin-bottom: 18px;
    text-transform: uppercase;
}


.service-item ul {
    list-style: none;
    padding: 0;
}

.service-item ul li {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.service-item ul li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #0b2a4a;
}