:root {
            --primary-color: #0077b6;
            --secondary-color: #00b4d8;
            --accent-color: #90e0ef;
            --dark-navy: #03045e;
            --soft-bg: #f0f7ff;
        }

        body { font-family: 'Plus Jakarta Sans', sans-serif; background-color: #fff; color: #444; }

        /* Modern Navbar */
       /* --- NAV BAR WITH INCREASED LOGO --- */
.navbar { 
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 10px 0; 
    min-height: 85px;   /* Fixed height to keep nav stable */
}

.navbar-brand {
    position: relative;
    padding: 0;
}

.navbar-brand img {
    height: 100px; /* Increased Logo Size */
    width: auto;
    position: absolute;
    top: -30px;    /* Pulls logo up to prevent stretching the nav */
    background: white;
    padding: 5px;
    border-radius: 50%; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1050;
}

.nav-link { 
    font-weight: 700; 
    color: #03045e !important; 
    margin: 0 10px; 
    font-size: 0.9rem;
}

.btn-appointment {
    background: #0077b6;
    color: white !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    border: none;
}

        /* Hero Image Overlay */
        .hero-wrap {
            position: relative;
            background: url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&q=80&w=1600') no-repeat center center;
            background-size: cover;
            min-height: 80vh;
            display: flex;
            align-items: center;
        }
        .hero-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(90deg, rgba(3, 4, 94, 0.9) 0%, rgba(3, 4, 94, 0.4) 100%);
        }

        /* Section Styling */
        .section-title { font-weight: 800; color: var(--dark-navy); position: relative; padding-bottom: 15px; margin-bottom: 40px; }
        .section-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 60px; height: 4px; background: var(--secondary-color); border-radius: 2px; }
        .section-title.center::after { left: 50%; transform: translateX(-50%); }

        /* Service Cards */
        .card-service {
            border: none;
            border-bottom: 4px solid transparent;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.4s ease;
            overflow: hidden;
        }
        .card-service:hover {
            transform: translateY(-10px);
            border-color: var(--secondary-color);
        }
        .card-service img { height: 200px; object-fit: cover; }

        /* Infrastructure Section */
        .infra-img { border-radius: 20px; box-shadow: 20px 20px 0px var(--accent-color); }

        /* Appointment Form */
        .booking-card {
            background: var(--dark-navy);
            color: white;
            border-radius: 25px;
            padding: 40px;
        }
        .form-control { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; border-radius: 10px; padding: 12px; }
        .form-control::placeholder { color: #ccc; }
        .form-control:focus { background: white; color: black; }
		
		/* --- NEW TOP HEADER --- */
        .top-header {
            background-color: var(--dark-navy);
            color: rgba(255,255,255,0.8);
            font-size: 0.85rem;
            padding: 10px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        .top-header a { color: white; text-decoration: none; transition: 0.3s; }
        .top-header a:hover { color: var(--secondary-color); }

       

        .nav-link { 
            font-weight: 600; 
            color: var(--dark-navy) !important; 
            margin: 0 15px; 
            position: relative;
        }
        /* Modern Underline Effect */
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0; height: 2px;
            bottom: 0; left: 50%;
            background: var(--primary-color);
            transition: all 0.3s ease;
        }
        .nav-link:hover::after { width: 100%; left: 0; }

        /* Hero spacing adjustment for the taller header */
        .hero-wrap {
            padding-top: 60px;
            background: linear-gradient(rgba(3, 4, 94, 0.8), rgba(3, 4, 94, 0.8)), 
                        url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&q=80&w=1600');
            background-size: cover;
            min-height: 75vh;
            display: flex;
            align-items: center;
            color: white;
        }

        .btn-appointment {
            background: var(--primary-color);
            color: white;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 700;
            border: none;
            transition: 0.3s;
        }
        .btn-appointment:hover {
            background: var(--dark-navy);
            color: white;
            box-shadow: 0 8px 20px rgba(0, 119, 182, 0.3);
        }
		
	/* --- TOP HEADER --- */
        .top-header {
            background-color: var(--dark-navy);
            color: white;
            font-size: 0.85rem;
            padding: 8px 0;
            position: relative;
            z-index: 1030;
        }

        /* --- NAV BAR WITH INCREASED LOGO --- */
        .navbar { 
            background: white;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            padding: 15px 0; /* Controlled vertical gap */
            height: 85px;   /* Fixed height to keep nav stable */
        }

        .navbar-brand {
            position: relative;
            padding: 0;
        }

        .navbar-brand img {
            height: 100px; /* Increased Logo Size */
            width: auto;
            position: absolute;
            top: -35px;    /* Pulls logo up into the gap */
            background: white;
            padding: 5px;
            border-radius: 50%; /* Keeps the circular logo shape clean */
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            z-index: 1050;
        }

        .navbar-brand:hover img {
            transform: scale(1.08);
        }

        /* Nav Link Styling */
        .nav-link { 
            font-weight: 700; 
            color: var(--dark-navy) !important; 
            margin: 0 18px; 
            font-size: 0.95rem;
            letter-spacing: 0.5px;
        }

        /* Button Styling */
        .btn-appointment {
            background: var(--primary-color);
            color: white !important;
            padding: 10px 25px;
            border-radius: 50px;
            font-weight: 700;
            transition: 0.3s;
            border: none;
        }
        
        .btn-appointment:hover {
            background: var(--dark-navy);
            box-shadow: 0 5px 15px rgba(0, 119, 182, 0.4);
        }

        /* Hero spacing adjustment */
        .hero-wrap {
            padding-top: 120px;
            padding-bottom: 80px;
            background: linear-gradient(rgba(3, 4, 94, 0.7), rgba(3, 4, 94, 0.7)), 
                        url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&q=80&w=1600');
            background-size: cover;
            color: white;
        }
		
		
		/* Carousel Background and Sizing */
.hero-slide-bg {
    height: 80vh; /* Adjust height as needed */
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

/* Ensure Carousel fade effect is smooth */
.carousel-fade .carousel-item {
    transition-duration: 0.8s;
}

/* Style the navigation arrows */
.carousel-control-prev, .carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

/* Indicators Styling */
.carousel-indicators [button] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}


/* Quality Assurance Parallax Styling */
/* QA Parallax Section */
.qa-parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

/* Glassmorphism Box Design */
.qa-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.qa-box:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-12px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: #0dcaf0; /* Bootstrap Info Color */
}

/* Icon Styling (Keeps original colors but adds glow) */
.qa-icon-wrap img {
    height: 75px;
    width: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 8px rgba(13, 202, 240, 0.3));
}

/* Responsive Fix for Mobile */
@media (max-width: 991px) {
    .qa-parallax-section {
        background-attachment: scroll;
    }
    .qa-box {
        margin-bottom: 15px;
    }
}


/* What We Do Card Styling */
.wwd-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.wwd-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 119, 182, 0.1);
    border-color: #00b4d8;
}

.wwd-img-box {
    height: 200px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: all 0.3s ease;
}

.wwd-card:hover .wwd-img-box {
    background: #e9ecef;
}

.wwd-img-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.wwd-card:hover .wwd-img-box img {
    transform: scale(1.1);
}

.wwd-content h5 {
    color: #03045e;
    margin-bottom: 12px;
}

.text-navy { color: #03045e; }

/* Image Wrapper with decorative elements */
/* Section Background - Soft Blue Gradient */
.why-us-refined-bg {
    background: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
}

.feature-item-box {
    display: flex;
    align-items: start;
    padding: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: 0.3s;
    height: 100%;
}

.feature-item-box:hover {
    box-shadow: 0 8px 25px rgba(0, 119, 182, 0.08);
    transform: translateY(-3px);
}

.feature-item-box img {
    width: 35px;
    margin-right: 15px;
}

/* Image & 300+ Floating Design */
.why-us-image-container {
    position: relative;
    padding: 20px;
}

.main-img {
    border-radius: 30px 100px 30px 30px; /* Creative corner radius */
}

.floating-glass-card {
    position: absolute;
    bottom: 40px;
    left: -20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 119, 182, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: floatAnim 3s ease-in-out infinite;
}

.icon-circle {
    width: 45px;
    height: 45px;
    background: #0077b6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

@keyframes floatAnim {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 991px) {
    .floating-glass-card {
        left: 20px;
        bottom: 20px;
    }
}

/* Stats Section Gradient Background */
.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #03045e 0%, #0077b6 100%);
    position: relative;
    overflow: hidden;
}

/* Background Decorative Element */
/* Stats Parallax Styling */
.stats-parallax-wrap {
    padding: 100px 0;
    background-attachment: fixed; /* Key for Parallax */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Modern Glassmorphism Card */
.stat-glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 30px;
    border-radius: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.stat-glass-card:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.12);
    border-color: #00b4d8;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.stat-icon {
    font-size: 2.5rem;
    color: #00b4d8;
    margin-bottom: 15px;
    display: block;
}

.counter-number {
    font-size: 3.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

.counter-label {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    margin-top: 10px;
}

.stat-line {
    width: 40px;
    height: 3px;
    background: #00b4d8;
    margin-top: 15px;
    border-radius: 10px;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .stats-parallax-wrap {
        background-attachment: scroll; /* Disabled for mobile performance */
        padding: 60px 0;
    }
    .counter-number {
        font-size: 2.8rem;
    }
}


/* Process Infographic Styling */
.process-flow-wrap {
    position: relative;
}

/* Connecting Line (Desktop Only) */
@media (min-width: 992px) {
    .process-flow-wrap::before {
        content: '';
        position: absolute;
        top: 45px;
        left: 10%;
        right: 10%;
        height: 2px;
        background: #dee2e6;
        border-top: 2px dashed #0077b6;
        z-index: 1;
    }
}

.process-step {
    position: relative;
    z-index: 2;
    padding: 10px;
    transition: all 0.3s ease;
}

.step-icon-wrap {
    width: 90px;
    height: 90px;
    background: #fff;
    border: 2px solid #0077b6;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.process-step:hover .step-icon-wrap {
    background: #0077b6;
    transform: scale(1.1);
}

.step-icon-wrap img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.process-step:hover .step-icon-wrap img {
    filter: brightness(0) invert(1); /* Hover par icon white ho jayega */
}

.step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #03045e;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}

.process-step h6 {
    color: #03045e;
    font-size: 0.95rem;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .process-step {
        margin-bottom: 30px;
    }
}


/* Testimonial Box Premium Styling */
.testimonial-box-premium {
    background-size: cover;
    background-position: center;
    padding: 40px 30px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(3, 4, 94, 0.15);
    transition: transform 0.4s ease;
}

.testimonial-box-premium:hover {
    transform: translateY(-10px);
}

.quote-mark {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
    font-family: serif;
}

.testimonial-box-premium p {
    font-size: 1.05rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.testimonial-box-premium h6 {
    letter-spacing: 0.5px;
}

/* Mobile Fix: Show only 1 card on mobile */
@media (max-width: 991px) {
    .testimonial-box-premium {
        margin-bottom: 20px;
        min-height: auto;
    }
}

/* Infrastructure Section Custom Styling */
.infra-custom-bg {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    position: relative;
    overflow: hidden;
}

.text-navy { color: #03045e; }
.fw-800 { font-weight: 800; }

/* Stat Cards */
.infra-stat-card {
    background: white;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    text-align: center;
}

.infra-stat-card:hover {
    transform: translateY(-5px);
    border-color: #0077b6;
}

.infra-icon-bg {
    width: 45px;
    height: 45px;
    background: rgba(0, 119, 182, 0.1);
    color: #0077b6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.2rem;
}

/* Image Wrapper & Frame */
.infra-image-wrapper {
    position: relative;
    padding: 30px;
    z-index: 1;
}

.infra-main-img {
    border-radius: 40px;
    position: relative;
    z-index: 2;
}

.infra-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 70%;
    background: #00b4d8;
    border-radius: 40px;
    z-index: 0;
    opacity: 0.1;
}

/* Floating Experience Badge */
.experience-badge {
    position: absolute;
    bottom: 10%;
    left: 0;
    background: #03045e;
    color: white;
    padding: 15px 25px;
    border-radius: 15px;
    z-index: 3;
    animation: floatVertical 3s ease-in-out infinite;
}

.exp-number {
    font-size: 2rem;
    font-weight: 800;
    margin-right: 12px;
    border-right: 2px solid rgba(255,255,255,0.2);
    padding-right: 12px;
}

.exp-text {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

@keyframes floatVertical {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .experience-badge {
        left: 10%;
        bottom: 5%;
    }
}
/* Infrastructure Parallax Styling */
.infra-parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* Glassmorphism Content Box */
.infra-glass-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
}

.infra-mini-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.infra-mini-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.infra-img-frame {
    position: relative;
    padding: 20px;
    z-index: 1;
}

/* Subtle glow effect behind machine image */
.infra-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(0, 180, 216, 0.3) 0%, transparent 70%);
    z-index: -1;
}

.fw-800 { font-weight: 800; }

/* Mobile Performance */
@media (max-width: 991px) {
    .infra-parallax-section {
        background-attachment: scroll;
    }
    .infra-glass-box {
        padding: 30px !important;
    }
}
/* Footer Custom Styling */
.footer-section {
    background: #020330; /* Deep Navy to match your brand */
    position: relative;
    overflow: hidden;
}

/* Background subtle glow */
.footer-section::before {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 180, 216, 0.1) 0%, transparent 70%);
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.95rem;
}

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

.contact-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b4d8;
}

.social-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.social-btn:hover {
    background: #00b4d8;
    color: white;
    transform: translateY(-5px);
}

.text-info {
    color: #00b4d8 !important;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }
    .contact-item {
        justify-content: center;
    }
    .footer-links a:hover {
        padding-left: 0;
    }
}

/* SECTION */
.featured-product-section {
    position: relative;
}

/* SCROLL WRAPPER */
.featured-product-section .product-scroll-wrapper {
    overflow: hidden;
}

/* AUTO SCROLL TRACK */
.featured-product-section .auto-scroll {
    display: flex;
    gap: 20px;
    animation: scrollMove 25s linear infinite;
}

/* PAUSE ON HOVER */
.featured-product-section:hover .auto-scroll {
    animation-play-state: paused;
}

/* PRODUCT SIZE (BIG & CLEAN) */
.featured-product-section .product-item {
    flex: 0 0 280px;
}

/* CARD */
.featured-product-section .card {
    border-radius: 12px;
    overflow: hidden;
}

/* IMAGE */
.featured-product-section .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* BODY */
.featured-product-section .card-body {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* BUTTON */
.featured-product-section .btn {
    min-width: 90px;
}

/* SCROLL ANIMATION */
@keyframes scrollMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ARROWS */
.featured-product-section .scroll-buttons button {
    position: absolute;
    top: 57%;
    z-index: 10;

    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;

    background: #03045e;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* LEFT */
.featured-product-section .scroll-left {
    left: 10px;
}

/* RIGHT */
.featured-product-section .scroll-right {
    right: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
    .featured-product-section .product-item {
        flex: 0 0 200px;
    }
}


/* SECTION */
.featured-spare-section {
    position: relative;
}

/* SCROLL */
.featured-spare-section .product-scroll-wrapper {
    overflow: hidden;
}

.featured-spare-section .auto-scroll {
    display: flex;
    gap: 20px;
    animation: scrollMoveSpare 30s linear infinite;
}

.featured-spare-section:hover .auto-scroll {
    animation-play-state: paused;
}

/* CARD STYLE (DIFFERENT LOOK) */
.featured-spare-section .spare-card {
    border-radius: 10px;
    border: 1px solid #eee;
    transition: 0.3s;
}

/* HOVER EFFECT */
.featured-spare-section .spare-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* SIZE */
/* SHOW EXACTLY 3 ITEMS */
.featured-spare-section .product-item {
    flex: 0 0 calc(33.33% - 14px);
}

/* IMAGE */
.featured-spare-section .card-img-top {
    height: 170px;
    object-fit: cover;
}

/* BUTTONS DARK STYLE */
.featured-spare-section .btn-dark {
    background: #000;
}

/* ARROWS */
.featured-spare-section .scroll-buttons button {
    position: absolute;
    top: 57%;
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #03045e;
    color: #fff;
    border: none;
}

/* LEFT / RIGHT */
.featured-spare-section .scroll-left { left: 10px; }
.featured-spare-section .scroll-right { right: 10px; }

/* ANIMATION */
@keyframes scrollMoveSpare {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* TABLET */
@media (max-width: 992px) {
    .featured-spare-section .product-item {
        flex: 0 0 calc(50% - 10px);  /* 2 items */
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .featured-spare-section .product-item {
        flex: 0 0 80%;  /* 1 item scroll */
    }
}


/* CARD */
.featured-spare-section .spare-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* RIBBON STYLE */
.featured-spare-section .ribbon {
    position: absolute;
    top: 10px;
    left: -10px;
    background: hsl(115, 78%, 56%);
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    z-index: 2;
}

/* IMAGE */
.featured-spare-section .card-img-top {
    height: 350px;
    object-fit: cover;
}

/* BUTTON FULL WIDTH */
.featured-spare-section .btn {
    border-radius: 6px;
}