﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');

:root {
    --voco-bg-gradient: linear-gradient(180deg, #FFF1E6 0%, #FFFFFF 20%, #FFF1E6 40%, #FFFFFF 60%, #FFF1E6 80%, #FFFFFF 100%);
    --text-dark: #333333;
    --text-brown: #9E5C41;
    --text-orange: #E18565;
    --card-peach: linear-gradient(180deg, #fff1ea 10%, #fec7aa 100%);
    --card-dark: #1A1A1A;
}

body {
    font-family: 'Nunito', sans-serif;
    background: #ffffff;
    color: var(--text-dark);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
}

.text-brown {
    color: var(--text-brown) !important;
}

.text-orange {
    color: var(--text-orange) !important;
}

/* Navbar */
/* --- कॉमन स्टाइल्स --- */
.navbar-custom {
    transition: all 0.4s ease-in-out;
/*    padding: 15px 0 !important;*/
    background: transparent;
}

.nav-logo {
    width: 90px;
    transition: all 0.3s ease;
}

.nav-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 5px 30px;
    border-radius:10px;
}

    .nav-icon-link span {
        font-size: 0.7rem;
        font-weight: 800;
    }

/* मोबाइल टॉगल बटन का स्टाइल */
.custom-toggler {
    /*border: 2px solid #ffffff !important;*/
    border:none;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 6px 10px;
}

.custom-top-md{
    top:auto;
}
/* --- डेस्कटॉप स्क्रीन के लिए (992px से बड़ी स्क्रीन) --- */
@media (min-width: 992px) {
    .logo-container {
        display: inline-block;
/*        border: 5px solid #ffffff;*/
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
        padding: 5px 15px;
        transition: all 0.4s ease-in-out;
        min-width: 150px;
        text-align: center;
    }

    .nav-menu-container {
        display: flex !important;
/*        border: 5px solid #ffffff;*/
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 30px;
        padding: 8px 25px;
        transition: all 0.4s ease-in-out;
    }

    .nav-spacer {
        min-width: 150px;
    }

    /* स्क्रॉल होने पर डेस्कटॉप का स्टाइल बदलाव */
    .navbar-custom.scrolled .nav-menu-container,
    .navbar-custom.scrolled .logo-container {
        border-color: transparent;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 5px 15px;
    }
}

/* --- मोबाइल और टैबलेट स्क्रीन के लिए (991px से छोटी स्क्रीन) --- */
@media (max-width: 991.98px) {
    .navbar-custom {
        background: rgba(255, 255, 255, 0.1) !important;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        padding: 0px 0 !important;
    }
    .hero-section{
        margin-top:60px;
    }

    /* मोबाइल पर लोगो का बॉर्डर छोटा या हटा सकते हैं ताकि ख़राब न दिखे */
    .logo-container {
        /*border: 2px solid #ffffff;*/
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border-radius: 8px;
        padding: 4px 10px;
    }

    .nav-logo {
        width: 75px; /* मोबाइल पर लोगो थोड़ा छोटा */
    }

    /* मोबाइल पर ओपन होने वाला मेनू बॉक्स */
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.1); /* मोबाइल मेनू बैकग्राउंड */
        backdrop-filter:blur(15px);
        border-radius: 15px;
        margin-top: 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        padding: 15px;
        z-index:9999;
    }

    .nav-menu-container {
        flex-direction: column; /* मेनू आइटम्स ऊपर से नीचे दिखेंगे */
        width: 100%;
        gap: 15px;
    }

    .nav-icon-link {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    /* स्क्रॉल होने पर मोबाइल मेनू का बैकग्राउंड ग्लास लुक में रहेगा */
    .navbar-custom.scrolled .navbar-collapse {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

/* --- स्क्रॉल इफ़ेक्ट (सभी स्क्रीन के लिए सामान्य) --- */
.navbar-custom.scrolled {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 0 !important;
}


    .nav-icon-link.active {
        background: rgb(248 221 211);
    }

    .nav-icon-link:hover {
        transform: translateY(-3px);
        color: var(--text-orange);
    }

    .nav-icon-link i {
        background: transparent;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        margin-bottom: 5px;
        color: var(--text-orange);
    }



.floating-asset {
    animation: float 5s ease-in-out infinite;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.floating-asset-1 {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
}

.floating-asset-2 {
    width: 100%;
    max-width: 200px;
    border-radius: 30px;
    animation-delay: 2.5s;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Section Titles */
.section-title {
    color: var(--text-orange);
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
}

/* Category Cards */
.category-card {
    background: var(--card-peach);
    border-radius: 20px;
    padding: 1.5rem 1rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(225, 133, 101, 0.15);
    transition: transform 0.3s;
    text-decoration: none;
    color: var(--text-brown);
    font-weight: 800;
}

    .category-card:hover {
        transform: translateY(-5px);
        color: var(--text-brown);
    }

.category-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
}

/* Market & Why Choose Cards */
.market-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    background-size: cover;
    background-position: center;
}

    .market-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
        z-index: 1;
    }

.market-card-content {
    position: relative;
    z-index: 2;
}

.market-card-tall {
    height: 380px;
}

.market-card-black {
    background-color: #111 !important;
    background-image: none !important;
}

.market-card-orange {
    background: linear-gradient(135deg, #D9754C, #F4A27B) !important;
    background-image: none !important;
}
/* Card hover effects for a modern feel */
.image-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(to bottom, #020100, #361b00);
}

    .image-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }

    /*.image-card img{
        width:100%!important;
        height:auto;
        top:0;
        left:0;
    }*/

.gradient-overlay {

    /* Dark semi-transparent overlay to make centered text readable */
   /* background: rgba(0, 0, 0, 0.6);
    z-index: 1;*/
}
/*.gradient-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;*/ /* क्लिक्स को न रोके */
/*}*/


.row-height {
    min-height: 700px;
    /* Fixed height so all columns are equal */
}

.card-img-bg {
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.bg-contain{
    object-fit:cover !important;
    object-position:center center;
    background-color:rgba(0,0,0,0.2);
    z-index:0;
}

@media (max-width: 991.98px) {
    .row-height {
        height: auto !important; /* मोबाइल पर फिक्स्ड रो हाइट को हटाता है */
    }

    .image-card {
        min-height: 220px; /* मोबाइल पर कार्ड्स को एक परफेक्ट मिनिमम हाइट देता है */
        padding: 20px !important; /* कंटेंट को किनारों से दूर रखता है */
    }
}

/* Satisfied Sellers */
.seller-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

    .seller-card img {
        width: 100%;
        object-fit: cover;
    }

.seller-card-body {
    padding: 1rem;
}

.seller-name {
    font-weight: 800;
    color: var(--text-dark);
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.seller-loc {
    font-size: 0.85rem;
    color: #777;
}

/* Pricing Section */
.pricing-section {
    position: relative;
    padding: 5rem 0;
}

.offer-tag {
    position: absolute;
    top: -20px;
    right: 15%;
    background: #E43A3A;
    color: white;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 1.2rem;
    transform: rotate(15deg);
    box-shadow: 0 10px 15px rgba(228, 58, 58, 0.4);
}

    .offer-tag::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 10px solid #E43A3A;
    }

.pricing-card {
    background: white;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: 50px;
    padding-bottom: 2rem;
    height: calc(100% - 50px);
}

.pricing-header {
    background: #1A1A1A;
    color: white;
    padding: 2.5rem 1rem 1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.pricing-trophy {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    object-fit: contain;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
}

.pricing-price {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--text-dark);
    margin: 1.5rem 0 0.5rem;
}

.pricing-sub {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 1.5rem;
}

    .pricing-features li {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
    }

        .pricing-features li i {
            color: #10B981;
            margin-right: 8px;
        }

/* Footer / Contact */
.footer-section {
    padding: 5rem 0;
    background-image: url('https://images.unsplash.com/photo-1587829741301-dc798b83add3?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

    .footer-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.glass-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-radius: 30px;
    padding: 3rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.contact-info p {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.2rem;
}

.icon-mail {
    background: #4DB8FF;
}

.icon-ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.icon-fb {
    background: #1877F2;
}

.icon-wa {
    background: #25D366;
}

@media (max-width: 768px) {

    .custom-top-md{
        top:0px;
    }
    
}
