:root {
    --sb-text-muted: #6b7280;
    /* The primary brand color */
    --yellow-600: #ffc945;
    /* A slightly darker shade for hover states and active buttons */
    --yellow-700: #e0a33e;
    /* A very light wash for section backgrounds or card accents */
    --yellow-50: #fef8ee;
    /* A deep, dark slate with a hint of yellow for footer/header backgrounds */
    --dark-bg: #1e190f; /*--dark-bg: #06201b;*/
    --yellow-bg: #f3bc5d;
    --yellow-fade: #ffc10740;
    --yellow-soft: #fdf8ec;
    --white: #ffffff;
    --black: #000000;
    --yellow-primary: #ffc945;
}

        body {
            font-family: 'Inter', sans-serif;
            color: #1f2937;
            line-height: 1.6;
            overflow-x: hidden;
        }

        .text-yellow {
            color: var(--yellow-600) !important;
        }

        .bg-yellow {
            background-color: var(--yellow-600) !important;
        }

        .bg-yellow-light {
            background-color: var(--yellow-50);
        }

        /* Navbar Customization */
.navbar {
    backdrop-filter: blur(10px);
     background-color: rgba(255, 255, 255, 0.9);
    /*background-color: rgb(241 241 208 / 90%);
    border-bottom: 1px solid #e5e7eb;*/
    /*background-color: #6c757d;*/
    border-bottom: 2px solid #ffc107;
    z-index: 1050;
}
/*.nav-link {
    color: #dee2e6;
}*/
.nav-link:hover {
    /*color: #f9d97a !important;*/
    color: var(--yellow-bg);
}
.navbar-logo {
    height: 38px; /* ideal for desktop */
    width: auto;
    object-fit: contain;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #fff 60%, var(--yellow-soft) 100%);
    padding: 20px 8%;
    margin-bottom: 10px;
}

    .hero-section h1 {
        font-weight: 800;
        line-height: 1.2;
    }

        .hero-section h1 span {
            color: var(--yellow-600);
        }

.hero-description {
    color: var(--sb-text-muted);
    font-size: 1.1rem;
    margin: 20px 0;
}

/* Feature List */
.feature-item {
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .feature-item span {
        color: var(--yellow-600);
        margin-right: 8px;
    }

/* Hero Image */
.hero-image {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 20px 20px 0 rgba(255,193,7,0.25);
}

    /* Make image responsive */
    .hero-image img {
        width: 100%;
        height: auto;
        display: block;
    }

/* Mobile Adjustments */
@media (max-width: 991px) {
    .hero-section {
        padding: 25px 0;
        text-align: center;
    }

    .feature-item {
        justify-content: center;
    }

    .hero-buttons {
        justify-content: center;
    }
}

.hero-section .carousel-item img {
    max-height: 400px !important;
    min-height: 400px;
}

        @media (max-width: 768px) {
            .navbar-logo {
                height: 32px; /* slightly smaller on mobile */
            }
            .hero-section .carousel-item img {
                min-height: 300px !important;
                max-height: 320px !important;
            }
        }
#implementation img{
   max-height:500px;
}
.services-section img {
    max-height: 400px;
}
/* Hero Slider Customization */
.hero-carousel .carousel-item {
    min-height: 85vh;
    background-color: #f0fdf4;
    display: flex;
    align-items: center;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    background-color: var(--yellow-700);
    border-radius: 50%;
    padding: 20px;
    background-size: 50%;
    margin-bottom: -70px;
}

        .carousel-control-next, .carousel-control-prev {
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 10%;
            padding: 0;
            color: #fff;
            text-align: center;
            background: 0 0;
            border: 0;
            opacity: .5;
            transition: opacity .15s ease;
        }

        .hero-carousel .carousel-indicators [data-bs-target] {
            background-color: var(--yellow-600);
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

        /* Hero Visual Decor */
        .hero-image-container {
            position: relative;
            padding: 20px;
        }

            .hero-image-container::before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 80%;
                height: 80%;
                background: var(--yellow-50);
                border-radius: 20% 70% 50% 30% / 30% 30% 70% 70%;
                z-index: -1;
            }

        .btn-request {
            background-color: var(--yellow-600);
            color: white;
            padding: 12px 30px;
            font-weight: 700;
            border-radius: 8px;
            transition: all 0.3s ease;
            border: none;
        }

            .btn-request:hover {
                background-color: var(--yellow-700);
                color: white;
                transform: translateY(-2px);
            }

        /* Cards */
        .feature-card {
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            padding: 15px;
            height: 100%;
            transition: all 0.3s ease;
            background: white;
        }

            .feature-card:hover {
                border-color: var(--yellow-600);
                box-shadow: 0 10px 30px rgba(5, 150, 105, 0.1);
            }

        .icon-box {
            width: 50px;
            height: 50px;
            background-color: var(--yellow-50);
            color: var(--yellow-600);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        /* Step Numbers */
        .step-number {
            font-size: 3rem;
            font-weight: 800;
            color: var(--yellow-50);
            line-height: 1;
            margin-bottom: -15px;
            position: relative;
            z-index: 1;
        }

      

        .material-symbols-outlined {
            vertical-align: middle;
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }

        .module-glass {
            height: 100%;
            padding: 15px 10px;
            border-radius: 22px;
            background: rgba(255,255,255,.75);
            backdrop-filter: blur(14px);
            border: 1px solid rgba(5,150,105,.15);
            text-align: center;
            transition: .35s ease;
        }

            .module-glass span {
                font-size: 42px;
                margin-bottom: 14px;
                display: inline-block;
            }

            .module-glass h6 {
                font-weight: 700;
                margin-bottom: 6px;
            }

            .module-glass p {
                font-size: .88rem;
            }

            .module-glass:hover {
                transform: translateY(-8px);
                box-shadow: 0 12px 30px rgba(0,0,0,.06);
                border-color: #6b7280;
            }

        /*.modules {
            background: var(--yellow-bg);
        }*/

        .modules .module-glass span {
            color: var(--yellow-bg);
        }

        .wdms-card {
            height: 100%;
            background: linear-gradient(180deg, #ffffff, #f9fafb);
            border-radius: 18px;
            padding: 16px 14px;
            box-shadow: 0 12px 30px rgba(0,0,0,.06);
            transition: .35s ease;
            position: relative;
            overflow: hidden;
        }

            .wdms-card::before {
                content: "";
                position: absolute;
                top: -30px;
                right: -30px;
                width: 90px;
                height: 90px;
                background: var(--yellow-fade);
                border-radius: 50%;
            }


            .wdms-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 25px 60px #f9d97a5c;
            }

        .wdms-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: var(--yellow-50);
            color: var(--yellow-700);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin-bottom: 16px;
        }

        .wdms-card h6 {
            font-weight: 700;
            margin-bottom: 8px;
        }

        .wdms-card p {
            font-size: .9rem;
            color: #6b7280;
            margin-bottom: 0;
        }



        .about-sb {
            background: linear-gradient(135deg, #ffffff, #f8fafc);
            border-radius: 28px;
            padding: 20px 15px;
            box-shadow: 0 25px 60px #f9d97a5c;
            position: relative;
            overflow: hidden;
        }

            .about-sb::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 6px;
                height: 100%;
                background: linear-gradient(180deg, #f9d97a, #e7b82a);
            }

        .about-kicker {
            font-size: .75rem;
            font-weight: 800;
            letter-spacing: .15em;
            color: var(--yellow-600);
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .about-sb h2 {
            font-weight: 800;
            margin-bottom: 20px;
        }

        .about-sb p {
            color: #4b5563;
            font-size: 1rem;
            line-height: 1.8;
        }

        .about-pill {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 16px;
            border-radius: 999px;
            background: #f3eacc8a;
            color: var(--yellow-700);
            font-weight: 600;
            font-size: .85rem;
            margin: 6px 8px 6px 0;
        }

            .about-pill span {
                font-size: 20px;
            }

        .about-map {
            background: linear-gradient(135deg, #fdf7e5, #ffffff);
            border-radius: 22px;
            padding: 36px;
            height: 100%;
            box-shadow: inset 0 0 0 1px #f9d97a5c;
        }

            .about-map h6 {
                font-weight: 700;
                margin-bottom: 12px;
            }

        .about-region {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 0;
            border-bottom: 1px dashed #d1fae5;
            font-weight: 600;
            color: #065f46;
        }

            .about-region:last-child {
                border-bottom: none;
            }



        /*CONTACT*/
        .sb-contact {
            background: linear-gradient(135deg, #ffffff, #f8fafc);
        }

        .office-card {
            background: #ffffff;
            border-radius: 22px;
            padding: 36px 34px;
            height: 100%;
            box-shadow: 0 20px 60px rgba(0,0,0,.08);
            position: relative;
            overflow: hidden;
            transition: .35s ease;
        }

            .office-card::before {
                content: "";
                position: absolute;
                inset: 0;
                border-radius: 22px;
                box-shadow: inset 0 0 0 1px rgb(150 132 5 / 15%);
                pointer-events: none;
            }

            .office-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 30px 80px rgba(5,150,105,.15);
            }

        .office-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgb(150 119 5 / 15%);
            color: var(--yellow-700);
            font-weight: 700;
            font-size: .75rem;
            padding: 6px 14px;
            border-radius: 999px;
            margin-bottom: 18px;
        }

        .office-title {
            font-weight: 800;
            margin-bottom: 12px;
        }

        .office-item {
            display: flex;
            gap: 14px;
            margin-bottom: 14px;
            color: #374151;
            font-size: .95rem;
        }

            .office-item span {
                color: var(--yellow-600);
                font-size: 22px;
                margin-top: 2px;
            }

            .office-item a {
                color: inherit;
                text-decoration: none;
            }

                .office-item a:hover {
                    color: #059669;
                    text-decoration: underline;
                }

        .social-box {
            margin-top: 50px;
            padding: 28px;
            border-radius: 20px;
            background: linear-gradient(135deg, #fdfcec, #ffffff);
            text-align: center;
            box-shadow: inset 0 0 0 1px rgb(150 146 5 / 15%);
        }

            .social-box h6 {
                font-weight: 700;
                margin-bottom: 18px;
            }

        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: rgb(150 139 5 / 15%);
            color: var(--yellow-700);
            font-size: 22px;
            margin: 0 8px;
            transition: .3s ease;
        }

            .social-links a:hover {
                background: var(--yellow-700);
                color: #ffffff;
                transform: translateY(-4px);
            }
  /*Companion*/
        .trusted-companies {
            background: #fff;
        }

        .trusted-card {
            height: 100%;
            padding: 26px 24px;
            border-radius: 20px;
            background: #ffffff;
            border: 1px solid rgba(224,163,62,.25);
            text-align: center;
            transition: all .3s ease;
        }

            .trusted-card h5 {
                font-weight: 700;
                margin-bottom: 8px;
            }

            .trusted-card .location {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 6px;
                font-size: .9rem;
                color: var(--sb-text-muted);
                margin-bottom: 10px;
            }

                .trusted-card .location span {
                    font-size: 18px;
                    color: var(--yellow-700);
                }

            .trusted-card .since {
                display: inline-block;
                font-size: .8rem;
                font-weight: 600;
                color: var(--dark-bg);
                background: var(--yellow-50);
                padding: 6px 14px;
                border-radius: 20px;
            }

            .trusted-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 20px 40px rgba(30,25,15,.15);
            }

/* Hide radios */
.testimonial-slider input {
    display: none;
}

/* Slider Wrapper */
.testimonial-slider {
    position: relative;
    overflow: hidden;
}
/* Track */
.testimonial {
    border-radius: 28px;
    background-color: var(--dark-bg);
}

/* Track */
.testimonial-track {
    display: flex;
    width: 200%;
    transition: transform 30s ease;
}



/* Slide switching */
#ts1:checked ~ .testimonial-track {
    transform: translateX(0%);
}

#ts2:checked ~ .testimonial-track {
    transform: translateX(-50%);
}

/* Quote Icon */
.quote-icon {
    /* font-size: 46px;
            color: var(--yellow-600);
            margin-bottom: 20px;*/
    font-size: 25px;
    color: var(--yellow-600);
    margin-bottom: 15px;
}

/* Text */
.testimonial-text {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 40px;
}

/* User */
.testimonial-user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .testimonial-user img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border: 2px solid var(--yellow-600);
        object-fit: cover;
    }

    .testimonial-user h5 {
        margin: 0;
        font-weight: 700;
        color: var(--yellow-600);
    }

    .testimonial-user span {
        font-size: .85rem;
        color: rgba(255,255,255,.7);
    }

/* Navigation */
.testimonial-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
}

.nav-btn {
    background: rgba(255,255,255,.08);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    color: #fff;
}

    .nav-btn:hover {
        background: var(--yellow-600);
        color: #000;
    }

/* Mobile */
@media (max-width: 768px) {
    .testimonial-box {
        padding: 40px 24px;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .testimonial-nav {
        display: none;
    }
}

/* --- Our Services Section --- */
.services-section {
    padding: 20px 0;
    background-color: var(--white);
}

.services-header h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: var(--dark-bg);
    font-weight: 800;
}

.services-header p {
    color: var(--sb-text-muted);
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Services list grid */
.services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.service-item {
    background: var(--yellow-soft);
    padding: 18px 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    transition: .3s ease;
    border: 1px solid transparent;
}

    .service-item:hover {
        background: var(--white);
        border-color: var(--yellow-600);
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0,0,0,.06);
    }

    .service-item .material-symbols-outlined {
        color: var(--yellow-700);
        font-size: 22px;
    }

/* Visual block */
.services-visual-box {
    background: var(--yellow-soft);
    height: 100%;
    min-height: 420px;
    border-radius: 30px;
    border: 2px dashed var(--yellow-600);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow-700);
    font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .services-list {
        grid-template-columns: 1fr;
    }

    .services-visual-box {
        min-height: 280px;
        margin-top: 30px;
    }
}

/* --- Fixed CSS Auto-Slider --- */
.product-section {
    padding: 30px 8%;
    background-color: var(--dark-bg);
    color: var(--white);
    overflow: hidden;
}

.slider-container {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.slider-track {
    display: flex;
    /* Width should be (card width + gap) * total cards */
    width: calc((350px + 30px) * 14);
    gap: 30px;
    animation: scrollSlider 50s linear infinite;
}

    .slider-track:hover {
        animation-play-state: paused;
    }

@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-380px * 7));
    }
    /* Slides exactly 7 cards */
}

.product-card {
    flex: 0 0 350px;
    background: rgba(255, 255, 255, 0.07); /* Slightly higher contrast */
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
}

    .product-card:hover {
        border-color: var(--yellow-600);
        background: rgba(255, 255, 255, 0.12);
        transform: translateY(-8px);
    }

/* Fix for Image Readability */
.product-img-placeholder {
    width: 100%;
    height: 220px; /* Increased height for better visual balance */
    background: #000; /* Solid dark base */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-img-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* This ensures the image fills the area without distorting */
        transition: 0.5s ease;
        opacity: 0.85; /* Makes text pop more by keeping background images subtle */
    }

.product-card:hover .product-img-placeholder img {
    opacity: 1;
    transform: scale(1.1);
}

.product-info {
    padding: 25px;
    background: rgba(20, 20, 20, 0.5); /* Semi-transparent dark overlay for text */
    flex-grow: 1;
}

    .product-info h3 {
        color: var(--yellow-600);
        margin-bottom: 12px;
        font-size: 1.3rem;
        font-weight: 700;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* Adds readability */
    }

    .product-info p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.9); /* Brighter text for readability */
    }

    .product-info a {
        color: #ffc107;
        font-size: 15px;
    }

.brief-tag {
    border: 1px solid rgba(255,201,69,0.3);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    background: rgba(255,201,69,0.05);
}



.tech-stack-section {
    padding: 20px 0;
    background-color: #fcfcfc;
}

.tech-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .tech-card:hover {
        transform: translateY(-10px);
        border-color: var(--yellow-primary);
        box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    }

    .tech-card i, .tech-card .material-symbols-outlined {
        font-size: 2.5rem;
        color: var(--yellow-primary);
        margin-bottom: 20px;
        display: block;
    }

.tech-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: var(--dark-bg);
}

.tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.tech-badge {
    background: #f8f9fa;
    color: #555;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.85rem;
    border: 1px solid #eee;
    transition: 0.3s;
}

.tech-card:hover .tech-badge {
    background: var(--yellow-primary);
    color: var(--dark-bg);
    border-color: var(--yellow-primary);
}

/* Slider Wrapper */
.testimonial-slider {
    position: relative;
    overflow: hidden;
}

/* Track */
.testimonial-track {
    display: flex;
    width: 200%;
    animation: autoSlide 6s infinite ease-in-out;
}

/* Pause animation on hover */
.testimonial-slider:hover .testimonial-track {
    animation-play-state: paused;
}

/* Slide */
.testimonial-box {
    width: 50%;
    
    color: #fff;
   
    padding: 30px;
    text-align: center;
    flex-shrink: 0;
}

/* Quote Icon */
.quote-icon {
    font-size: 26px;
    color: var(--yellow-600);
    margin-bottom: 15px;
}

/* Text */
.testimonial-text {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 40px;
}

/* User */
.testimonial-user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .testimonial-user img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border: 2px solid var(--yellow-600);
        object-fit: cover;
    }

    .testimonial-user h5 {
        margin: 0;
        font-weight: 700;
        color: var(--yellow-600);
    }

    .testimonial-user span {
        font-size: .85rem;
        color: rgba(255,255,255,.7);
    }

/* Animation */
@keyframes autoSlide {
    0% {
        transform: translateX(0%);
    }

    45% {
        transform: translateX(0%);
    }

    55% {
        transform: translateX(-50%);
    }

    95% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .testimonial-box {
        padding: 15px 24px;
    }

    .testimonial-text {
        font-size: 1rem;
    }
}


/* Vision & Goals Section */
.vision-card {
    border: none;
    border-radius: 20px;
    transition: 0.3s;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.vision-card:hover {
    transform: translateY(-5px);
}

.icon-box-vision {
    width: 60px;
    height: 60px;
    background: var(--yellow-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* What We Do - Service Grid */
.service-tag {
    background: #f8f9fa;
    border-left: 4px solid var(--yellow-primary);
    padding: 15px 20px;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 0 8px 8px 0;
    transition: 0.3s;
}

    .service-tag:hover {
        background: var(--dark-bg);
        color: var(--yellow-primary);
    }

/* What We Offer - Dark Contrast */
.offer-section {
    background: var(--dark-bg);
    color: #fff;
    border-radius: 30px;
    padding: 30px;
}

.offer-item {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    transition: 0.3s;
}

    .offer-item:hover {
        background: rgba(255, 201, 69, 0.1);
        border-color: var(--yellow-primary);
    }


.trust-split-section {
    padding: 20px 0;
    background-color: var(--yellow-soft);
}

.trust-image-box {
    background: var(--yellow-600);
    border-radius: 30px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.trust-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.trust-item-icon {
    color: var(--yellow-700);
    font-weight: bold;
}

.trust-item h5 {
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--dark-bg);
}


/* ================= BLOG SECTION ================= */
.blog-section {
    padding: 20px 0;
    background: #f9fafb;
}

.blog-header {
    text-align: center;
    margin-bottom: 60px;
}

    .blog-header h2 {
        font-weight: 800;
        font-size: 2.4rem;
        color: var(--dark-bg);
    }

    .blog-header p {
        color: var(--sb-text-muted);
        margin-top: 10px;
    }

/* Category Filter */
.blog-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

    .blog-categories button {
        border: 1px solid #e5e7eb;
        background: #fff;
        padding: 8px 18px;
        border-radius: 50px;
        font-size: .85rem;
        font-weight: 600;
        transition: .3s;
        cursor: pointer;
    }

        .blog-categories button:hover,
        .blog-categories button.active {
            background: var(--yellow-600);
            color: #fff;
            border-color: var(--yellow-600);
        }

/* Blog Grid */
.blog-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* Blog Card */
.blog-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    transition: .4s ease;
    display: flex;
    flex-direction: column;
}

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,0,0,.1);
    }

    /* Cover Image */
    .blog-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

/* Blog Content */
.blog-content {
    padding: 25px;
    flex: 1;
}

.blog-meta {
    font-size: .8rem;
    color: var(--sb-text-muted);
    margin-bottom: 12px;
}

    .blog-meta span {
        margin-right: 12px;
    }

.blog-content h5 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Social Share */
.blog-share {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

    .blog-share a {
        width: 34px;
        height: 34px;
        background: #f3f4f6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #374151;
        font-size: .85rem;
        transition: .3s;
        text-decoration: none;
    }

        .blog-share a:hover {
            background: var(--yellow-600);
            color: #fff;
        }

/* Read More Button */
.read-more {
    margin-top: 20px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--yellow-700);
    text-decoration: none;
    display: inline-block;
}

    .read-more:hover {
        text-decoration: underline;
    }

/* Responsive */
@media (max-width: 768px) {
    .blog-header h2 {
        font-size: 2rem;
    }

    .blog-card img {
        height: 180px;
    }
}
li.nav-item a.active {
    /*color: #ffc107 !important;*/
    color: var(--yellow-700);
}


/* Floating Contact Wrapper */
.floating-contact {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

/* Button Base Style */
.floating-btn {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

    /* Icon Styling */
    .floating-btn span,
    .floating-btn i {
        font-size: 26px;
    }

/* Call Button */
.call-btn span {
    color: #28a745;
}

/* WhatsApp Button */
.whatsapp-btn i {
    color: #25D366;
}

/* Hover Effect */
.floating-btn:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Mobile Optimization */
@media (max-width: 576px) {
    .floating-contact {
        right: 15px;
        bottom: 15px;
    }

    .floating-btn {
        width: 52px;
        height: 52px;
    }
}



/*career*/
/* Career Section */
.sb-career {
    background: linear-gradient(135deg, #ffffff, #f9fafb);
}

/* Main Card */
.career-box {
    background: #ffffff;
    border-radius: 26px;
    padding: 50px;
    box-shadow: 0 30px 90px rgba(0,0,0,.08);
}

/* Benefits */
.career-benefit {
    display: flex;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fdfcec, #ffffff);
    box-shadow: inset 0 0 0 1px rgb(150 139 5 / 18%);
    transition: .3s;
    height: 100%;
}

    .career-benefit:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 45px rgb(150 125 5 / 15%);
    }

    .career-benefit span {
        font-size: 32px;
        color: var(--yellow-600);
    }

    .career-benefit h6 {
        font-weight: 700;
        margin-bottom: 4px;
    }

    .career-benefit p {
        font-size: .9rem;
        color: #6b7280;
        margin: 0;
    }

/* Job Card */
.job-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    transition: .3s;
}

    .job-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 50px rgb(169 144 23 / 15%);
    }

.job-title {
    font-weight: 700;
}

.job-meta {
    font-size: .9rem;
    color: #6b7280;
}

/* Buttons */
.apply-btn {
    background: var(--yellow-bg);
    color: #fff;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 600;
    font-size: .85rem;
    text-decoration: none;
    display: inline-block;
}

    .apply-btn:hover {
        background: var(--yellow-700);
        color: #fff;
    }

.btn-submit {
    background: var(--yellow-bg);
    color: #fff;
}

    .btn-submit:hover {
        background: var(--yellow-700);
    }

/* CV Upload */
.cv-box {
    background: linear-gradient(135deg, #fdfcec, #ffffff);
    border-radius: 22px;
    padding: 36px;
    box-shadow: inset 0 0 0 1px rgb(150 146 5 / 18%);
    text-align: center;
}

/* Mobile Tweaks */
@media (max-width: 768px) {
    .career-box {
        padding: 30px 20px;
    }

    .apply-btn {
        width: 100%;
        text-align: center;
    }
}

li.nav-item a.active {
    color: #ffc107 !important;
}

/* ================= BLOG SECTION ================= */
.blog-section {
    padding: 40px 0;
    background: #f9fafb;
}

.blog-header {
    text-align: center;
    margin-bottom: 60px;
}

    .blog-header h2 {
        font-weight: 800;
        font-size: 2.4rem;
        color: var(--dark-bg);
    }

    .blog-header p {
        color: var(--sb-text-muted);
        margin-top: 10px;
    }

/* Category Filter */
.blog-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

    .blog-categories button {
        border: 1px solid #e5e7eb;
        background: #fff;
        padding: 8px 18px;
        border-radius: 50px;
        font-size: .85rem;
        font-weight: 600;
        transition: .3s;
        cursor: pointer;
    }

        .blog-categories button:hover,
        .blog-categories button.active {
            background: var(--yellow-600);
            color: #fff;
            border-color: var(--yellow-600);
        }

/* Blog Grid */
.blog-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* Blog Card */
.blog-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    transition: .4s ease;
    display: flex;
    flex-direction: column;
}

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,0,0,.1);
    }

    /* Cover Image */
    .blog-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

/* Blog Content */
.blog-content {
    padding: 25px;
    flex: 1;
}

.blog-meta {
    font-size: .8rem;
    color: var(--sb-text-muted);
    margin-bottom: 12px;
}

    .blog-meta span {
        margin-right: 12px;
    }

.blog-content h5 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Social Share */
.blog-share {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

    .blog-share a {
        width: 34px;
        height: 34px;
        background: #f3f4f6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #374151;
        font-size: .85rem;
        transition: .3s;
        text-decoration: none;
    }

        .blog-share a:hover {
            background: var(--yellow-600);
            color: #fff;
        }

/* Read More Button */
.read-more {
    margin-top: 20px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--yellow-700);
    text-decoration: none;
    display: inline-block;
}

    .read-more:hover {
        text-decoration: underline;
    }

/* Responsive */
@media (max-width: 768px) {
    .blog-header h2 {
        font-size: 2rem;
    }

    .blog-card img {
        height: 180px;
    }
}


/*Gallery Content*/
.sb-gallery {
    background: #ffffff;
}

.gallery-card {
    position: relative;
    height: 260px;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    transition: .45s ease;
}

    .gallery-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease;
    }

    .gallery-card::after {
        content: "";
        position: absolute;
        inset: 0;
        /*linear-gradient(to top, rgb(215 189 2 / 76%), rgb(95 92 6 / 22%), transparent);*/
        /*linear-gradient(to top, rgb(223 212 135 / 63%), rgb(205 199 19 / 22%), transparent);*/
        background: linear-gradient(to top, rgb(98 87 0), rgb(90 88 9 / 22%), transparent);
        opacity: .9;
        transition: .4s;
    }

    .gallery-card:hover img {
        transform: scale(1.08);
    }

    .gallery-card:hover::after {
        opacity: 1;
    }

.gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 26px;
    color: #fff;
    z-index: 2;
}

    .gallery-content span {
        font-size: 36px;
        margin-bottom: 8px;
        display: inline-block;
        opacity: .9;
    }

    .gallery-content h5 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .gallery-content p {
        font-size: .85rem;
        opacity: .85;
        margin: 0;
    }

li.nav-item a.active {
    color: #ffc107 !important;
}

