﻿/* Remove Bootstrap default backdrop */
.modal.bottom-modal {
    background: transparent !important;
    pointer-events: none;
}

/* KEEP modal content interactive */
.modal.bottom-modal .modal-dialog,
.modal.bottom-modal .modal-content {
    pointer-events: auto;
}

/* 70% width */
.custom-bottom-dialog {
    max-width: 70vw !important;
    width: 70vw;
    margin: 0 auto;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: bottom 0.45s ease;
}

/* Slide up when active */
.modal.show .custom-bottom-dialog {
    /*bottom: 20%;*/ /* margin from bottom */
    bottom: -2%;
}

/* glass blur effect */
.custom-bottom-modal {
    height: 87vh;
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 82%);
    border-radius: 25px 25px 0 0;
    padding: 20px;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 19px;
}


.Icons-Stars {
    height: 15px;
    width: 15px;
}

.AddtocartBox {
    background: white;
    border-radius: 7px;
    padding: 9px;
    color: black;
}

.Lbl-CompanyName {
    font-family: "Montserrat", sans-serif;
    color: #004693;
}

.Lbl-Title {
    font-family: "Montserrat", sans-serif;
}


.Icons-Company {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.Icons-cat {
    MARGIN-RIGHT: 11PX;
    FLOAT: LEFT;
    MARGIN-TOP: 7PX;
}


.Icons-cart {
    height: 26px;
}

.roboto-container py-4 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}



.category-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    scrollbar-width: thin; /* Firefox */
}

    .category-slider::-webkit-scrollbar {
        height: 8px;
    }

    .category-slider::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .category-slider::-webkit-scrollbar-thumb {
        background: #c9c9c9;
        border-radius: 10px;
    }

        .category-slider::-webkit-scrollbar-thumb:hover {
            background: #a1a1a1;
        }

/* Category items */
.cat-item {
    min-width: 110px;
    flex-shrink: 0;
}

.cat-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f5f5f5;
    transition: 0.2s;
}

.cat-item:hover .cat-img {
    transform: scale(1.05);
}



.categories-title {
    /*font-family: 'Inter', sans-serif;*/
    font-weight: 500;
    letter-spacing: -0.5px;
}

.category-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 5px;
}

    .category-slider::-webkit-scrollbar {
        display: none;
    }

.cat-item {
    min-width: 90px;
    scroll-snap-align: start;
    cursor: pointer;
}

.cat-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

/* Scroll Animation Base */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
}

    /* When visible */
    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

/* Optional: Background reveal for boxed sections */
.reveal-box {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
}



.carousel-dark .carousel-caption {
    color: white;
    z-index: 10;
}

.carousel-item {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Gradient overlay */
    .carousel-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55%;
        background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
        z-index: 3;
        pointer-events: none;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index: 15;
}


body {
    font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif,"Montserrat";
    background: #f8f9fb;
}

/* FIXED TOP BLUR NAVBAR */
.navbar-custom {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.4rem;
}

.nav-link {
    font-weight: 500;
    color: #333 !important;
}

    .nav-link:hover {
        color: #000 !important;
    }

/* HERO */
.hero-section {
    padding: 140px 20px 100px;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.5px;
}

.hero-text {
    font-size: 1.2rem;
    color: #777;
    margin-top: 10px;
}

.hero-btn {
    margin-top: 25px;
    padding: 12px 32px;
    font-size: 1.1rem;
    border-radius: 50px;
}



/* Splash Container */
/*#splash-screen {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.splash-content {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #004693;
}

.splash-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    
}*/

/* Premium Gradient Text Animation */
.gradient-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient( 90deg, #ff3cac, #784ba0, #2b86c5, #4ade80, #facc15, #f87171 );
    background-size: 400%;
    -webkit-background-clip: text;
    color: transparent;
    animation: gradientMove 3s linear infinite;
}

/* Animated Loading Bar */

/* Keyframes */
@keyframes gradientMove {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes loadRun {
    0% {
        left: -40%;
    }

    100% {
        left: 100%;
    }
}



/* Ultra Smooth Loading Bar */
.loader-bar {
    width: 140px;
    height: 6px;
    background: rgba(0, 0, 0, 0.08);
    margin: 20px auto 0;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

    .loader-bar::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 30%;
        background: linear-gradient(90deg, #6366f1, #0ea5e9);
        border-radius: 40px;
        /* NEW buttery-smooth animation */
        animation: smoothSlide 1.2s cubic-bezier(.4,0,.2,1) infinite;
        will-change: transform;
    }

@keyframes smoothSlide {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(350%);
    }
}

/* Disable dark fade background */
.bottom-sheet-modal {
    background: transparent !important;
}

/* Positioning the modal at bottom */
.bottom-sheet-dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

/* Modal Content Styling */
.bottom-sheet-content {
    height: 70vh; /* 70% height */
    width: 100%;
    border-radius: 18px 18px 0 0;
    padding: 10px 20px;
    /* GLASS EFFECT */
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.65);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.08);
    /* Slide Animation */
    transform: translateY(100%);
    transition: transform 0.45s ease;
}

/* When modal opens → slide up */
.bottom-sheet-modal.show .bottom-sheet-content {
    transform: translateY(0);
}

/* Close button styling */
.bottom-sheet-content .btn-close {
    filter: invert(1);
    opacity: 0.7;
}


.breadcrumb-item.active,
.breadcrumb-item.active a,
.breadcrumb-item a {
    color: dimgray !important;
    text-decoration: none !important;
}



.Text-Dimgrey {
    color: dimgray;
}


.Loadmore {
    font-family: 'Montserrat';
    color: black;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.12);
    font-size: small
}


.Icons-CheckoutsMaster{

    height:35px;
    width:35px;
}


.cursor-pointer {
    cursor: pointer;
}

.productsRecentview {
    height: 150px;
    width: 250px;
    border-radius: 9px;
}


.Bg-Discover {
    background-image: url('../Images/Background/Discover1.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100vh;
    min-height: 28vh;
    border-radius: 20px;
}    



@media (max-width: 768px) {
    .DiscoverHero {
        background-size: 18vh;
        background-position: center right 10px;
        padding-right: 120px;
    }
}


.text-white{
    color:white;
}


.h-80vh {
    height: 80vh !important;
}


.blog-card {
    transition: all 0.3s ease;
}

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }

.card-img-top {
    transition: transform 0.4s ease;
}

.blog-card:hover .card-img-top {
    transform: scale(1.05);
}

.social-card {
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.4s ease;
}

    .social-card img {
        transition: transform 0.4s ease;
    }

    .social-card:hover img {
        transform: scale(1.08);
    }
/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
        color: white;
    }



section .btn-light:hover {
    background-color: #f1f1f1;
    transform: translateY(-2px);
    transition: 0.3s ease;
}

section .btn-success:hover {
    transform: translateY(-2px);
    transition: 0.3s ease;
}


.app-card {
    background: #ffffff;
    width: 320px;
}

.mock-interface {
    background: #f5f7fa;
}

.job-pill {
    background: #ffffff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.navbar .nav-link.active {
    font-weight: 700;
}


.hero-btn {
    background: #ffffff;
    color: #004693;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 12px 28px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    font-weight: 500;
    transition: all 0.35s ease;
}

    .hero-btn:hover {
        background: #ffffff;
        color: #004693;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    }


/* SECTION BACKGROUND */
.services-section {
    background: #f8fbff;
    border-radius: 20px;
}

/* SUBTITLE */
.services-subtitle {
    color: #6c757d;
    max-width: 600px;
    margin: auto;
    font-size: 1.05rem;
}

/* SERVICE CARD */
.service-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.04);
}

/* IMAGE */
.service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* CONTENT */
.service-content {
    padding: 22px;
}

    .service-content h5 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .service-content p {
        color: #6c757d;
        font-size: 0.95rem;
    }

/* HOVER EFFECT (Modern Feel) */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,70,147,0.15);
}

    .service-card:hover .service-img {
        transform: scale(1.08);
    }


/* ===== INDUSTRIES SECTION ===== */

.industries-section {
    background: radial-gradient(circle at 10% 20%, #f8fbff, #eef2f7);
}

/* subtitle */
.industry-subtitle {
    max-width: 700px;
    color: #6c757d;
    font-size: 1.05rem;
}

/* card */
.industry-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: left;
    transition: all .35s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

    /* hover glow effect */
    .industry-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(21,76,158,0.08), transparent);
        opacity: 0;
        transition: .35s;
    }

    .industry-card:hover::before {
        opacity: 1;
    }

    .industry-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 55px rgba(0,0,0,0.08);
    }

/* icon */
.industry-icon {
    font-size: 32px;
    color: #154c9e;
    margin-bottom: 18px;
    display: inline-block;
}

/* text */
.industry-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.industry-card p {
    font-size: .95rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* ===== TRUSTED SECTION ===== */

.trusted-section {
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.trusted-label {
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8a94a6;
    font-weight: 600;
}

/* logos container */
.trusted-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

/* logo pills */
.logo-item {
    padding: 14px 28px;
    border-radius: 40px;
    background: #f4f7fb;
    font-weight: 500;
    color: #495057;
    transition: all .3s ease;
    cursor: default;
}

    /* hover effect */
    .logo-item:hover {
        background: #154c9e;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(21,76,158,0.2);
    }

.social-embed {
    transition: 0.3s ease;
    border: 1px solid #f1f1f1;
}

    .social-embed:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    }


#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff; /* background color while loading */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
    transition: opacity 0.8s ease;
}

.splash-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.splash-logo {
    width: 120px; /* fixed size on desktop/laptop */
    max-width: 25vw; /* scales slightly on very large screens */
    height: auto;
}

.splash-title {
    font-size: 2rem; /* desktop title size */
    color: #004693;
    margin: 0;
}

/* Loader Bar */
.loader-bar {
    width: 60px;
    height: 4px;
    background: #004693;
    border-radius: 2px;
    animation: loading 1s infinite alternate;
}

/* Loading animation */
@keyframes loading {
    from {
        transform: scaleX(0.3);
    }

    to {
        transform: scaleX(1);
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .splash-logo {
        width: 90px; /* fixed for mobile, avoids shifting */
        max-width: 40vw;
    }

    .splash-title {
        font-size: 1.5rem;
    }

    .loader-bar {
        width: 50px;
    }
  
}

#home {
    margin-top: 5%; /* default for desktop */
}

@media (max-width: 768px) {
    #home {
        margin-top: 20%; /* mobile spacing */
    }
}