@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

.hero-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    z-index: 1;
}

.banner-bg.active {
    opacity: 1;
    transform: scale(1.02);
}

#bg-1 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url('img/banner.jpg');
}

#bg-2 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url('img/banner2.avif');
}

/* Custom Owl Carousel Hero Backgound */
.hero-bg-slider,
.hero-bg-slider .owl-stage-outer,
.hero-bg-slider .owl-stage,
.hero-bg-slider .owl-item {
    height: 100%;
}

.hero-bg-slider .banner-bg {
    position: relative;
    opacity: 1;
    transform: none;
    transition: none;
}

.hero-bg-slider .fadeOut {
    animation-name: fadeOut;
    animation-duration: 0.8s;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.logo-img {
    height: 50px;
    margin-right: 12px;
    object-fit: contain;
}

.custom-toggler-icon {
    filter: invert(1);
}

.right-actions {
    z-index: 10;
}

.hero-bottom-row {
    margin: 0;
}

@media (min-width: 992px) {
    .nav-pill {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 50px;
        padding: 4px 30px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .translate-middle-x-lg {
        transform: translateX(-50%) !important;
    }
}

.nav-pill .nav-link {
    color: white !important;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s;
    padding: 8px 10px !important;
}

.nav-pill .nav-link:hover,
.nav-pill .nav-link:focus {
    opacity: 0.8;
}

.custom-dropdown {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-top: 15px !important;
    padding: 10px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /* Added subtle shadow */
}

.custom-dropdown .dropdown-item {
    color: #1a1a1a;
    font-size: 14px;
    padding: 8px 24px;
    transition: all 0.2s;
}

.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item:focus {
    background: rgba(0, 0, 0, 0.05);
    color: #dc0419;
}

.nav-separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .main-nav-collapse {
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 20px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        margin: 10px 20px 0;
    }

    .nav-pill {
        flex-direction: column;
        width: 100%;
    }

    .nav-pill .nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

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

    .nav-pill .nav-link {
        padding: 12px 0 !important;
    }

    .custom-dropdown {
        background: rgba(255, 255, 255, 0.95);
        border: none;
        box-shadow: none;
        text-align: center;
        padding: 5px 0;
        margin-top: 5px !important;
        border-radius: 8px;
    }
}



.hero-content {
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    height: 100%;
    pointer-events: none;
    /* Allow drag to pass through background */
}

.hero-content .container {
    pointer-events: none;
}

.hero-content .btn-explore {
    pointer-events: auto;
    /* Re-enable click for the About Us button */
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    pointer-events: auto;
    /* Re-enable interaction */
}



@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
}



.slider-container {
    width: 227px;
    /* Matches two thumbnail widths exactly */
    pointer-events: auto;
    /* Re-enable interaction */
}

.slider-progress {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.progress-bar-bg {
    flex-grow: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
}

.custom-progress-bg {
    max-width: none;
}

.progress-bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 33%;
    background: white;
}

.custom-slider .owl-stage-outer {
    padding: 5px 0;
}

.custom-slider .item {
    width: auto !important;
    /* Allow autoWidth capability */
}

.cards-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 5px 0;
    cursor: grab;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.cards-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.cards-container:active {
    cursor: grabbing;
}

.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 12px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    transition: opacity 0.3s;
    cursor: pointer;
}

.glass-card.inactive {
    opacity: 0.5;
}

.glass-card img {
    border-radius: 10px;
    width: 80px !important;
    height: 60px !important;
    object-fit: cover;
}

.glass-card-content {
    display: flex;
    flex-direction: column;
}

.glass-card-content h6 {
    color: white;
    margin: 0;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
}

.glass-card-content p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 13px;
    font-weight: 300;
}

/* Content Section */


.section-title {
    font-size: 2.7rem;
    font-weight: 700;
    color: #1a1a1a;
}

/* Services Slider Section */
.services-section {
    margin-top: 140px;
    background-color: #f8f9fa;
    padding: 140px 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.service-card {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 24px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.service-card:hover {
    background-color: #dc0419;
    border-color: #dc0419;
}

.service-card-header {
    min-height: 120px;
}

.service-title {
    font-size: 1.35rem;
    color: #1a1a1a;
    transition: color 0.3s;
    line-height: 1.3;
}

.service-card:hover .service-title {
    color: #fff;
}

.service-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    transition: color 0.3s;
}

.service-card:hover .service-desc {
    color: #fff !important;
}

.service-card:hover .text-muted {
    color: #fff !important;
}

.service-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-card:hover .service-arrow {
    background-color: #000;
    border-color: #112a1a;
    color: #fff;
}

.service-card-img-wrap {
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    transition: height 0.4s ease;
}

.service-card:hover .service-card-img-wrap {
    height: 280px;
}

.service-card-img-wrap img {
    transition: transform 0.5s ease;
}

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

.service-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #dc0419;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
    z-index: 2;
}

.service-card:hover .service-badge {
    background-color: #dc0419;
    /* stays same */
}

.services-slider {
    margin-top: 60px;
}

/* Uniting Communities Section */
.uniting-section {
    margin-top: 140px;
    background: linear-gradient(135deg, #1a0b2e 0%, #000000 100%);
    color: #fff;
    padding: 140px 0;
    position: sticky;
    top: 0;
    z-index: 2;
}

.section-subtitle {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.section-subtitle-dark {
    opacity: 0.7;
}

.section-decorator {
    height: 1px;
    width: 40px;
    background-color: #b0b0b0;
}

.section-decorator-light {
    background-color: rgba(255, 255, 255, 0.3);
}

.content-text-muted {
    font-size: 15px;
}

.uniting-img {
    width: 100%;
}

.sec-padding {
    margin-top: 100px !important;
}

.uniting-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
}

.text-theme-green {
    color: #9ccf16;
}

.uniting-text {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.btn-explore {
    display: inline-flex;
    align-items: center;
    background-color: #dc0419;
    color: #fff;
    padding: 7px 8px 7px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}



.btn-explore:hover {
    background-color: #000;
    color: #fff;
}

.btn-explore-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 16px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.btn-explore:hover .btn-explore-icon {
    background-color: #fff;
    color: #000;
}

.uniting-img-wrapper {
    position: relative;
    padding-left: 20px;
}

.runners-badge {
    position: absolute;
    bottom: 40px;
    left: -20px;
    background-color: #fff;
    color: #1a1a1a;
    padding: 20px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.98px) {
    .runners-badge {
        left: 20px;
        bottom: 20px;
    }

    .uniting-img-wrapper {
        padding-left: 0;
        margin-top: 40px;
    }
}

.sec-about,
.sec-vision,
.sec-mission,
.sec-chairman,
.sec-certifications-v3,
.sec-brands,
.sec-why-work,
.sec-process,
.sec-culture,
.sec-apply,
.sec-contact-info {
    margin-top: 140px;
}

.sec-form-map {
    margin-top: 100px;
}

.sec-process {
    padding: 140px 0;
}

/* Industrial Stats Section */
.sec-stats {
    background-color: #fcfbfe;
    /* very faint purple, clean look */
    margin-top: 140px;
}

.stats-card {
    background-color: #f1effb;
    /* light purple matching image */
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.stats-card.active,
.stats-card:hover {
    background: linear-gradient(135deg, #b80517 0%, #dc0419 100%);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(116, 50, 228, 0.3);
}

.stats-card .stats-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgba(74, 27, 216, 0.08);
    /* slightly transparent primary color */
    color: #dc0419;
    /* primary purple */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.stats-card.active .stats-icon-wrap,
.stats-card:hover .stats-icon-wrap {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.stats-number {
    font-size: 5rem !important;
    font-weight: 800;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.stats-number span {
    font-size: 4rem;
}

.stats-card.active .stats-number,
.stats-card:hover .stats-number {
    color: #fff;
}

.stats-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
    transition: color 0.3s ease;
}

.stats-card.active .stats-title,
.stats-card:hover .stats-title {
    color: #fff;
}

.stats-desc {
    font-size: 0.85rem;
    color: #666;
    text-align: right;
    margin-top: auto;
    /* pushes it to the bottom */
    line-height: 1.4;
    font-weight: 500;
    transition: color 0.3s ease;
}

.stats-card.active .stats-desc,
.stats-card:hover .stats-desc {
    color: rgba(255, 255, 255, 0.8);
}

/* Why Choose Us Section */
.choose-subtitle-wrap {
    margin-bottom: 20px;
}

.choose-subtitle-icon {
    background-color: #9ccf16;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 12px;
    font-size: 14px;
}

.choose-subtitle-text {
    color: #9ccf16;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.choose-title {
    color: #1e3b2b;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.25;
}

.choose-video-wrap {
    overflow: hidden;
    border-radius: 20px;
}

.choose-video-wrap img {
    transition: transform 0.5s ease;
}

.choose-video-wrap:hover img {
    transform: scale(1.03);
}

.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    color: #1e3b2b;
    font-size: 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.play-btn-overlay:hover {
    background-color: #000;
    color: #fff;
    transform: translate(-50%, -50%) scale(1.05);
}

.choose-card {
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.choose-card:hover {
    background-color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.choose-icon-wrap {
    width: 48px;
    height: 48px;
    background-color: #dc0419;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.choose-card-title {
    color: #1e3b2b;
    font-size: 1.15rem;
    font-weight: 600;
}

.choose-card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d;
}

/* Digital Marketing Banner Section */
.sec-digital-marketing {
    margin-top: 140px;
}

.digital-marketing-wrap {
    height: 680px;
    width: 100%;
}

.digital-marketing-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 25%;
}

.digital-marketing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.page-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%), url('img/banner.jpg') center center / cover no-repeat;
    padding: 200px 0 100px;
    margin-top: 0;
}

.page-header-title,
.page-header-subtitle {
    color: #fff;
}

.page-header-breadcrumb,
.page-header-breadcrumb a,
.page-header-breadcrumb .separator,
.page-header-breadcrumb .current {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.page-header-breadcrumb a:hover {
    color: #fff;
}

.digital-marketing-title {
    color: #fff;
    font-size: 4em;
    font-weight: 700;
}

.btn-digital-marketing {
    display: inline-block;
    background-color: #d1dfb6;
    /* Light muted green */
    color: #1e3b2b;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-digital-marketing:hover {
    background-color: #000;
    color: #fff;
}

/* Our Clients Section */


.clients-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.client-logo-box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    transition: all 0.3s ease;
}

.client-logo-box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
    /* Pops the box above the borders slightly on hover */
    position: relative;
}

.client-logo-box img {
    max-height: 85%;
    max-width: 85%;
    object-fit: contain;
    /* filter: grayscale(100%) opacity(0.7); */
    transition: all 0.3s ease;
}

.client-logo-box:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* Responsive Grid Adjustments */
@media (max-width: 991px) {
    .clients-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .clients-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .clients-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Site Footer */
.site-footer {
    background-color: #0b0b0b;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    padding-top: 60px;
    margin-top: 140px;
}

.footer-logo-img {
    height: 50px;
    width: auto;
}

.footer-nav-links {
    padding-left: 0;
}

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

.footer-nav-links a {
    color: #999;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-nav-links a:hover {
    color: #fff;
}

.footer-giant-text {
    font-size: clamp(3rem, 7vw, 7.5rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -2px;
    background: linear-gradient(to bottom right, #555 0%, #1a1a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



.footer-contact-label {
    color: #888;
    font-size: 0.85rem;
}

.footer-contact-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 300;
    transition: color 0.3s ease;
}

.footer-contact-link:hover {
    color: #dc0419;
}

/* Emulating Awwwards badge */
.awwwards-text {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.badge-circle {
    width: 60px;
    height: 60px;
    border: 1px solid #444;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
}

.badge-ring-text {
    font-size: 0.35rem;
    line-height: 1;
    color: #aaa;
    letter-spacing: 1px;
}

.badge-star-icon {
    font-size: 0.5rem;
    color: #fff;
    margin: 2px 0;
}

.footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #222;
}

.footer-legal-links a {
    color: #777;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #fff;
}

.footer-copyright {
    color: #666;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.social-icon-box {
    width: 46px;
    height: 46px;
    background-color: transparent;
    color: #e4dfd0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(228, 223, 208, 0.4);
    font-size: 20px;
}

.social-icon-box:hover {
    background-color: #e4dfd0;
    color: #0b0b0b;
}

.scroll-top-btn {
    width: 52px;
    height: 52px;
    background: conic-gradient(#dc0419 var(--scrollProgress, 0%), #e0e0e0 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    border: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.scroll-top-inner {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn:hover .scroll-top-inner {
    background-color: #dc0419;
    color: #fff;
    box-shadow: 0 4px 10px rgba(220, 4, 25, 0.4);
}

/* Scrolled Navbar Styles */
.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled-nav {
    background-color: #fff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Lighter shadow for white bg */
}

/* Update Link Colors on Scroll */
.navbar.scrolled-nav .nav-pill .nav-link {
    color: #1a1a1a !important;
    /* Dark text for white background */
}

.navbar.scrolled-nav .nav-pill .nav-link:hover {
    color: #dc0419 !important;
    /* Brand red on hover */
}

/* Update Nav Separator Color */
.navbar.scrolled-nav .nav-separator {
    color: rgba(0, 0, 0, 0.3);
}

/* Update Contact Button on Scroll */
.navbar.scrolled-nav .btn-explore {
    background: #dc0419;
    /* Brand red background */
    color: #fff;
    /* White text */
}

.navbar.scrolled-nav .btn-explore:hover {
    background: #000;
    color: #fff;
}

.navbar.scrolled-nav .btn-explore .btn-explore-icon {
    background: #000;
}

.navbar.scrolled-nav .btn-explore:hover .btn-explore-icon {
    background: #fff;
    color: #000;
}

/* Hide or adjust the icon button on scroll (already doing this) */
@media (min-width: 992px) {
    .navbar.scrolled-nav .nav-pill {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: none !important;
    }

    .navbar.scrolled-nav .nav-pill .nav-link {
        font-weight: 600;
    }
}

/* Adjust hamburger toggler icon color for white background */
.navbar.scrolled-nav .custom-toggler-icon {
    filter: none;
    /* Reverts to default dark hamburger icon on white background */
}

.sec-stats {
    margin-top: 140px;
}

.sec-choose-us {
    margin-top: 140px;
}

.sec-clients {
    margin-top: 140px;
}

/* ------------------------------------- */
/*  About Us Page Custom Styles          */
/* ------------------------------------- */

/* Vision & Mission */
.icon-box-primary {
    transition: all 0.3s ease;
}

.vision-box:hover .icon-box-primary,
.mission-box:hover .icon-box-primary {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(220, 4, 25, 0.3);
}

.icon-box-primary i {
    font-size: 1.25rem;
}

/* Chairman Message */
.chairman-msg-content p:last-child {
    margin-bottom: 0;
}

/* Brands Showcase */
.brand-img {
    max-height: 80px;
    width: auto !important;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.brand-box:hover .brand-img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Certifications */
.transition-hover {
    transition: all 0.3s ease;
}

.cert-card-hover {
    transition: all 0.3s ease;
    cursor: default;
}

.cert-card-hover:hover {
    transform: translateY(-5px);
    border-color: #f8dbde !important;
    /* light red border */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.cert-icon-wrap {
    transition: all 0.3s ease;
}

.cert-card-hover:hover .cert-icon-wrap {
    background-color: #dc0419 !important;
}

.cert-card-hover:hover .cert-icon-wrap i {
    color: white !important;
}

/* Updated Certifications v2 */
.cert-card-v2 {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cert-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    border-color: #f8dbde;
}

.cert-img-container {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.cert-img-main {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.cert-card-v2:hover .cert-img-main {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .cert-img-container {
        height: 250px;
    }
}

/* Certifications v3 (Dark Staggered) */
.bg-dark-navy {
    background-color: #0b1120;
    /* Dark Navy */
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.cert-staggered-grid {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert-circle-wrap {
    position: absolute;
    width: 260px;
    height: 260px;
}

.cert-circle {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.cert-circle img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* Make images white to match design style if they are logos */
    opacity: 0.8;
    transition: all 0.3s ease;
    border-radius: 100%;
}

.cert-circle:hover {
    background: rgba(220, 4, 25, 0.05);
    border-color: rgba(220, 4, 25, 0.3);
    transform: translateY(-10px) scale(1.05);
}

.cert-circle:hover img {
    opacity: 1;
    filter: none;
    /* Show original colors on hover */
}

/* Positioning for Staggered Grid */
.cert-staggered-grid .item-1 {
    top: 20px;
    left: 10%;
}

.cert-staggered-grid .item-2 {
    top: 20px;
    right: 10%;
}

.cert-staggered-grid .item-3 {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1200px) {
    .cert-circle-wrap {
        width: 220px;
        height: 220px;
    }

    .cert-staggered-grid {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .cert-staggered-grid {
        height: 600px;
        margin-top: 50px;
    }

    .cert-staggered-grid .item-1,
    .cert-staggered-grid .item-2 {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin: 10px;
    }

    .cert-staggered-grid .item-3 {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        margin: 10px;
    }

    .cert-staggered-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Career Page Styles */
.career-header {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.benefit-card {
    transition: all 0.3s ease;
    background: #fff;
}

.benefit-card:hover {
    transform: translateY(-10px);
    border-color: #dc0419 !important;
    box-shadow: 0 10px 30px rgba(220, 4, 25, 0.05);
}

.job-card {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05) !important;
    border-color: #f8dbde;
}

.recruitment-timeline::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 0;
}

.process-step {
    position: relative;
    z-index: 1;
}

.step-icon {
    width: 70px;
    height: 70px;
    background: #dc0419;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: 5px solid #0b1120;
    transition: all 0.3s ease;
}

.process-step:hover .step-icon {
    transform: scale(1.1);
    background: #fff;
    color: #dc0419;
}

@media (max-width: 991px) {
    .recruitment-timeline::before {
        display: none;
    }
}

.form-container {
    border-top: 5px solid #dc0419;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    background-color: #fdfdfd !important;
    border: 1px solid #f8dbde !important;
}

.bg-danger-subtle {
    background-color: #fde8ea !important;
}

/* Contact Page Styles */
.contact-header {
    min-height: 450px;
    display: flex;
    align-items: center;
}

.contact-form-card {
    border-top-width: 5px !important;
    transition: all 0.3s ease;
}

.quick-contact-card {
    transition: all 0.3s ease;
    background: #fff;
    cursor: pointer;
}

.quick-contact-card:hover {
    transform: translateY(-10px);
    border-color: #dc0419 !important;
    box-shadow: 0 15px 30px rgba(220, 4, 25, 0.08);
}

.quick-contact-card:hover .icon-box {
    transform: scale(1.1);
}

.icon-box {
    transition: all 0.3s ease;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transition-all {
    transition: all 0.3s ease !important;
}

.contact-info-wrap h6 {
    color: #0b1120;
    font-size: 1.1rem;
}

/* Map Rounded Corners override if container allows */
.map-container {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
    .contact-header {
        min-height: 350px;
    }
}

.contact-info-item:hover {
    border-color: #dc0419 !important;
    box-shadow: 0 10px 20px rgba(220, 4, 25, 0.05);
    background-color: #fff !important;
}

.hover-shadow-sm {
    transition: all 0.3s ease;
}

/* Trading & Supply Styles */
.trading-header {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hover-category-box {
    cursor: pointer;
}

.category-box {
    background-color: #f5f5f5 !important;
    border: 1px solid #ebebeb !important;
    box-shadow: none !important;
}

.hover-category-box:hover {
    background: #dc0419 !important;
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(220, 4, 25, 0.15) !important;
}

.hover-category-box:hover .category-icon i,
.hover-category-box:hover h5 {
    color: #fff !important;
}

.category-icon i {
    font-size: 2rem;
    transition: all 0.3s ease;
}

.category-box h5,
.category-box h6 {
    font-size: 1rem !important;
}

.sec-categories .category-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-zoom {
    transition: transform 0.3s ease;
}

.hover-zoom:hover {
    transform: scale(1.03);
}

.max-width-700 {
    max-width: 700px;
}

.sec-categories {
    margin-top: 140px;
}

.sec-service-gallery {
    margin-top: 140px;
}

.sec-intro-main {
    margin-top: 140px;
}