:root {
    --c-blue: #0b5fff;
    --c-blue-dark: #063f9c;
    --c-blue-light: #4c8dff;
    --c-maroon: #8b1e3f;
    --c-maroon-dark: #5c1329;
    --c-maroon-light: #b23a57;
    --c-cream: #fff8f6;
}
body {
    margin: 0;
}

.top-header {
    background: #0b5fff;
    padding: 10px 0;
    color: #fff;
}

/* Remove default list style */
.top-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* LEFT ITEMS */
.top-left ul li {
    margin-right: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.top-left ul li i {
    margin-right: 8px;
}

.top-left a {
    color: #fff;
    text-decoration: none;
}

/* RIGHT SOCIAL ICONS */
.social-icons li {
    margin-left: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #ffffff;
    color: var(--c-blue-dark);
    border-radius: 50%;
    transition: 0.3s;
}

/* Hover 🔥 */
.social-icons a:hover {
    background: var(--c-maroon);
    color: #fff;
    transform: translateY(-3px);
}
/* 🔥 MOBILE FIX */
@media (max-width: 768px) {
    .top-left {
        justify-content: center;
        text-align: center;
        margin-bottom: 5px;
    }

    .top-left li {
        width: 100%;
        margin: 3px 0;
    }

    .social-icons {
        justify-content: center !important;
        margin-top: 5px;
    }

    .social-icons li {
        margin: 0 10px;
    }

    .top-header {
        font-size: 13px;
        padding: 10px 0;
    }
}
/* ============ Video slide merged inside hero-slider (first slide) ============ */
.slide-video {
    position: relative;
    overflow: hidden;
    background: #000;
}
.slide-video .slide-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}
.slide-video .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 95, 255, 0.55), rgba(139, 30, 63, 0.65));
    z-index: 1;
}
.slide-video .slide-content {
    position: relative;
    z-index: 2;
}

/* ============ Brand color overrides across sections ============ */
.g {
    color: var(--c-blue) !important;
}
.eyebrow {
    color: var(--c-maroon) !important;
    letter-spacing: 2px;
    font-weight: 700;
}
.cta-card {
    border-top: 3px solid var(--c-blue);
}
.cta-card.red-top {
    border-top: 3px solid var(--c-maroon);
}
.cta-card .c-icon {
    color: var(--c-blue);
}
.cta-card.red-top .c-icon {
    color: var(--c-maroon);
}
.cta-card .c-link {
    color: var(--c-blue);
}
.cta-card .c-link.red {
    color: var(--c-maroon);
}
.cta-wide.cta-card {
    background: linear-gradient(135deg, var(--c-blue-dark), var(--c-maroon-dark)) !important;
}
.btn-main,
.btn-blog,
.btn-half,
.btn-gold,
.view-more-btn,
.btn.btn-primary,
.btn.btn-outline-primary {
    background: var(--c-blue) !important;
    border-color: var(--c-blue) !important;
    color: #fff !important;
    transition: 0.3s !important;
}
.btn-main:hover,
.btn-blog:hover,
.btn-half:hover,
.btn-gold:hover,
.view-more-btn:hover,
.btn.btn-primary:hover,
.btn.btn-outline-primary:hover {
    background: var(--c-maroon) !important;
    border-color: var(--c-maroon) !important;
}
.faq-title,
.section-title,
.why-prosub,
.about-white .title span {
    color: var(--c-maroon);
}
.about-white .tag {
    color: var(--c-blue);
    font-weight: 700;
    letter-spacing: 1px;
}
.badge-exp {
    background: linear-gradient(135deg, var(--c-blue), var(--c-maroon)) !important;
    color: #fff;
}
.stats-strip h4 {
    color: var(--c-blue);
}
.point i {
    color: var(--c-maroon) !important;
}
.loc h5 {
    color: var(--c-blue);
}
.mach-overlay {
    background: linear-gradient(180deg, rgba(11, 95, 255, 0.15), rgba(139, 30, 63, 0.85)) !important;
}
.mach-overlay a {
    color: #fff !important;
}
.why-card .icon {
    color: var(--c-blue);
}
.why-card:hover {
    border-top: 3px solid var(--c-maroon);
}
.testimonial-section {
    background: linear-gradient(135deg, var(--c-blue-dark), var(--c-maroon-dark)) !important;
    padding: 60px 0;
}
.stars {
    color: #ffce45;
}
.accordion-button:not(.collapsed) {
    background: var(--c-blue) !important;
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none !important;
    border-color: var(--c-maroon) !important;
}
.media-date {
    color: var(--c-maroon);
    font-weight: 600;
}
.media-card a {
    color: var(--c-blue);
}

.footer-title {
    color: #fff;
    border-bottom: 2px solid var(--c-maroon);
    display: inline-block;
    padding-bottom: 6px;
}
.footer-links a:hover {
    color: var(--c-blue-light) !important;
}
.float-btn.call {
    background: var(--c-blue) !important;
}
.float-btn.whatsapp {
    background: #25d366 !important;
}
.float-btn.email {
    background: var(--c-maroon) !important;
}
.mobile-bottom-bar .btn.call {
    background: var(--c-blue) !important;
}
.mobile-bottom-bar .btn.enquiry {
    background: var(--c-maroon) !important;
}

.director-msg .director-name {
    color: var(--c-maroon);
    font-weight: 700;
}
.director-msg .director-role {
    color: var(--c-blue);
    font-size: 0.9rem;
}
@media (max-width: 576px) {
    .director-msg {
        flex-direction: column;
        text-align: center;
    }
}

/* ============ About long copy + mission/vision ============ */
.about-extra {
    margin-top: 26px;
}
.mv-grid {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.mv-card {
    flex: 1 1 260px;
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-top: 4px solid var(--c-blue);
}
.mv-card:nth-child(2) {
    border-top-color: var(--c-maroon);
}
.mv-card h5 {
    color: var(--c-maroon);
    margin-bottom: 8px;
}
.product-portfolio {
    margin-top: 16px;
    padding-left: 18px;
}
.product-portfolio li {
    margin-bottom: 6px;
    color: #444;
}

/* ============ YouTube video gallery ============ */
.video-gallery {
    background: #f7f8fb;
}
.video-gallery .yt-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    background: #000;
    border-bottom: 4px solid var(--c-blue);
}
.video-gallery .yt-card:nth-child(even) {
    border-bottom-color: var(--c-maroon);
}
.video-gallery .yt-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    display: block;
}

/* ============ Interactive Hygiene Machinery Tabs ============ */
.hygiene-tabs-section {
    background: #fff;
}
.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 36px;
}
.tab-btn {
    background: #fff;
    border: 2px solid var(--c-blue);
    color: var(--c-blue-dark);
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.3s;
}
.tab-btn:hover {
    background: var(--c-blue-light);
    color: #fff;
    border-color: var(--c-blue-light);
}
.tab-btn.active {
    background: linear-gradient(135deg, var(--c-maroon), var(--c-maroon-dark));
    border-color: var(--c-maroon);
    color: #fff;
    box-shadow: 0 6px 16px rgba(139, 30, 63, 0.3);
}
.tab-panels {
    position: relative;
    min-height: 380px;
}
.tab-panel {
    display: none;
    animation: fadeInTab 0.4s ease;
}
.tab-panel.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 34px;
}
@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.tab-panel img {
    flex: 1 1 380px;
    max-width: 460px;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.15);
    border-bottom: 5px solid var(--c-blue);
}
.tab-panel .tab-info {
    flex: 1 1 320px;
}
.tab-panel .tab-info h4 {
    color: var(--c-maroon);
    font-size: 1.5rem;
    margin-bottom: 14px;
}
.tab-panel .tab-info p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}
.tab-panel .tab-info a {
    display: inline-block;
    background: var(--c-blue);
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}
.tab-panel .tab-info a:hover {
    background: var(--c-maroon);
}
@media (max-width: 576px) {
    .tab-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}
/* ============ Interactive Hygiene Machinery Tabs ============ */
.hygiene-tabs-section {
    background: #fff;
}
.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 36px;
}
.tab-btn {
    background: #fff;
    border: 2px solid var(--c-blue);
    color: var(--c-blue-dark);
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.3s;
}
.tab-btn:hover {
    background: var(--c-blue-light);
    color: #fff;
    border-color: var(--c-blue-light);
}
.tab-btn.active {
    background: linear-gradient(135deg, var(--c-maroon), var(--c-maroon-dark));
    border-color: var(--c-maroon);
    color: #fff;
    box-shadow: 0 6px 16px rgba(139, 30, 63, 0.3);
}
.tab-panels {
    position: relative;
    min-height: 380px;
}
.tab-panel {
    display: none;
    animation: fadeInTab 0.4s ease;
}
.tab-panel.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 34px;
}
@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.tab-panel img {
    flex: 1 1 380px;
    max-width: 460px;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.15);
    border-bottom: 5px solid var(--c-blue);
}
.tab-panel .tab-info {
    flex: 1 1 320px;
}
.tab-panel .tab-info h4 {
    color: var(--c-maroon);
    font-size: 1.5rem;
    margin-bottom: 14px;
}
.tab-panel .tab-info p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}
.tab-panel .tab-info a {
    display: inline-block;
    background: var(--c-blue);
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}
.tab-panel .tab-info a:hover {
    background: var(--c-maroon);
}
@media (max-width: 576px) {
    .tab-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
} /* Preloader */

#preloader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: 0.6s ease;
}

.loader-content {
    text-align: center;
}

.preloader-logo {
    width: 180px;
    max-width: 80%;
    margin-bottom: 25px;
    animation: logoZoom 1.5s ease-in-out infinite alternate;
}

.loader-line {
    width: 180px;
    height: 4px;
    background: #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.loader-line::before {
    content: "";
    position: absolute;
    left: -40%;
    top: 0;
    width: 40%;
    height: 100%;
    background: #0d4a8d; /* Brand Color */
    animation: loading 1.2s linear infinite;
}

body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}

@keyframes loading {
    0% {
        left: -40%;
    }
    100% {
        left: 100%;
    }
}

@keyframes logoZoom {
    from {
        transform: scale(0.95);
    }
    to {
        transform: scale(1.05);
    }
}