/* multivendor-ecommerce.css - Purged of header/footer and redundant Bootstrap styles */
html {
    scroll-behavior: smooth;
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    /* "What You Can Build" checklist — compact on mobile */
    .key-mgmt-item {
        padding: 0.6rem 0.75rem !important;
        gap: 0.75rem !important;
        border-radius: 8px !important;
    }

    .key-mgmt-item .w-10 {
        width: 2rem !important;
        height: 2rem !important;
        flex-shrink: 0 !important;
    }

    .key-mgmt-item .w-5 {
        width: 1rem !important;
        height: 1rem !important;
    }

    .key-mgmt-item span {
        font-size: 0.875rem !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
    }

    .key_list {
        gap: 0.5rem !important;
    }

    /* Key management card container — less padding on mobile */
    .key-mgmt-card {
        padding: 1.25rem !important;
        border-radius: 1rem !important;
    }

    /* Expert section — perk cards compact on mobile */
    .expert-perks-grid>div {
        padding: 0.65rem 0.75rem !important;
        gap: 0.6rem !important;
        border-radius: 8px !important;
    }

    .expert-perks-grid>div span {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }

    .expert-perks-grid>div .w-10 {
        width: 1.75rem !important;
        height: 1.75rem !important;
    }

    /* Expert card outer — less padding */
    .expert-card-main {
        padding: 1.25rem !important;
    }
}

/* Expert perks grid layout */
.expert-perks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (max-width: 480px) {
    .expert-perks-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}



@font-face {
    font-family: graphik_regularregular;
    src: url(../fonts/graphikregular-webfont.woff2) format("woff2"), url(graphikregular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: optional
}

@font-face {
    font-family: graphikmedium;
    src: url(../fonts/graphikmedium-webfont.woff2) format("woff2"), url(graphikmedium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: optional
}

@font-face {
    font-family: graphikblack;
    src: url(../fonts/graphikblack-webfont.woff2) format("woff2"), url(graphikblack-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: optional
}

img[src=""],
img:not([src]) {
    visibility: hidden
}

.slick-slide img {
    padding: 5px
}

#wrapper {
    overflow: hidden !important
}

/* Page Specific Body Styles - Moved/Preserved from original */

.linear-gradient {
    background: linear-gradient(0deg, #022EF8, #022EF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent
}


/* Unique body classes */
.main-products {
    padding: 0;
    border-radius: 8px
}

.main-products1 {
    padding: 0 16px;
    transform: translateY(-390%)
}

.main-products1 .slick-list {
    height: 150px
}

.main-products1 .slick-slide {
    transform: translateY(40px)
}

.main-products2 .slick-slide {
    margin: 0
}

.main-products2 .main-img {
    transform: translateX(0);
    width: 540px;
    height: 481px
}

.main-products2 .antcs-img {
    transform: translateX(0);
    position: absolute;
    left: -20%;
    top: 40%
}

.slick-slide {
    text-align: center;
    margin: 0 9px;
    padding: 0;
    border-radius: 8px
}

.slider-nav .slick-slide {
    box-shadow: 0 0 8px 0 #2e4a9f33;
    background: #fff
}

.slick-slide img.icon-img {
    display: block;
    transition: all ease 1s;
    border: 1px dashed gray;
    opacity: .5
}

.slick-slide img.logo-img {
    display: none;
    transition: all ease 1s
}

.logo-s-banner {
    display: block !important
}

.trust {
    margin-top: 35vh;
    text-align: center;
    padding-right: 45px
}

.trust h2 {
    font-size: 55px;
    font-weight: 900
}

.img-bg {
    font-weight: 1000;
    font-size: 110px;
    text-align: center
}

.name {
    background-image: linear-gradient(to right, #001952, #00f);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    align-items: center;
    color: #fff;
    padding: 20px;
    position: absolute;
    height: 110px;
    width: 80%;
    z-index: 1;
    top: 63px;
    left: 45px
}

.flex-container {
    background-color: #fff;
    padding: 40px;
    margin-top: 120px;
    text-align: justify;
    font-size: 18px
}

.name h3 {
    font-weight: 900
}



.contantres {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.contant {
    display: flex;
    align-items: center
}

.sec-skyblue {
    background-image: url(/images/multi_vendor/skyblue.svg);
    background-size: cover;
    text-align: center
}

.sec-blue {
    background-image: url(/images/multi_vendor/skybg.svg);
    background-size: cover;
    text-align: center;
    padding-top: 30px
}

.sec-Search {
    background-color: #FFF8F8
}

.sec-last {
    background-color: #F8F9FB
}

.slidebox {
    background-color: #ffff;
    width: 95%;
    padding: 20px;
    text-align: start;
    border-radius: 5px;
    margin-left: -20px
}

.arrowlast {
    top: 50%;
    position: absolute;
    left: -20px
}

.spnnblucol {
    color: #00f
}

.vendorimg {
    margin-top: 20px
}



.sec-log {
    background-color: #F8F9FB;
    padding-block: 60px
}

.sec-log p {
    max-width: 600px;
    margin: auto;
    font-size: 1rem;
    line-height: 1.3
}

.under-line {
    background: #ff8d7bff;
    display: block;
    height: 3px;
    margin: 0 auto;
    width: 70px;
    margin-top: 12px !important
}

.logo-box {
    background-color: #fff;
    box-shadow: 0 10px 15px #d8d8d899;
    padding: 10px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.arrow-a {
    font-size: 18px;
    font-weight: 400;
    color: #022EF8;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-decoration: underline !important
}

.new-smb-para {
    max-width: 598px;
    margin: auto;
    line-height: 1.4
}

.multivendorfont {
    line-height: 40px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #003440ff
}

.kuty-text {
    font-size: 1rem;
    font-weight: 400
}

@media (max-width: 768px) {
    .vendorimg img {
        width: 75% !important
    }

    .slidebox {
        margin: 0 !important;
        min-height: 469px
    }

    .sec-header p {
        font-size: 16px;
        line-height: 1.5 !important;
        padding-inline: 10px
    }

    .elevateres,
    .discoverbg,
    .multivendorfont {
        font-size: 25px;
        line-height: 30px
    }

    .discoverbg {
        font-size: 20px;
        text-align: center;
        line-height: 1.5;
        font-weight: 600 !important
    }

    .new-smb-heading {
        font-size: 33px
    }
}

@media (min-width: 769px) {
    .sec-header p {
        font-size: 20px
    }

    .sec-blue h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 800px
    }

    .sec-skyblue h3 {
        font-weight: 600 !important;
        font-size: 30px;
        line-height: 40px
    }

    .sec-header h1,
    .sec-header h2 {
        line-height: 1.3
    }
}

/* Slick Slider Responsive & Core (preserved if needed by body sliders) */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after {
    clear: both;
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

/* End of Purged File */
/* multivendor-body.css */

/* Unified font-family mapping for weight variation */
@font-face {
    font-family: 'GraphikCustom';
    src: url('../fonts/graphikregular-webfont.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'GraphikCustom';
    src: url('../fonts/graphikmedium-webfont.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'GraphikCustom';
    src: url('../fonts/GraphikSemibold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'GraphikCustom';
    src: url('../fonts/GraphikSemibold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'GraphikCustom';
    src: url('../fonts/GraphikSemibold.woff2') format('woff2');
    font-weight: 800;
}

@font-face {
    font-family: 'GraphikCustom';
    src: url('../fonts/graphikblack-webfont.woff2') format('woff2');
    font-weight: 900;
}

:root {
    --primary-violet: #7c3aed;
    --primary-cyan: #0891b2;
    --primary-purple: #9333ea;
    --bg-slate: #f8fafc;
    --text-slate: #0f172a;
    --glass-bg: rgba(255, 255, 255, 0.7);
}

.hero-premium {
    padding-top: 154px;
    /* Space for fixed header (approx 84px) + inner padding */
    padding-bottom: 80px;
    position: relative;
    background-color: var(--bg-slate);
}

@media (max-width: 768px) {
    .hero-premium {
        padding-top: 110px;
    }
}



/* Heading Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GraphikCustom', sans-serif !important;
    letter-spacing: 0 !important;
}

.hero-heading {
    font-family: 'GraphikCustom', sans-serif !important;
    font-size: 4.5rem;
    line-height: 1 !important;
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .hero-heading {
        font-size: 3.5rem !important;
        line-height: 1.1 !important;
    }
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
    }
}

/* Section Containers */
.section-py {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* Premium Components */
.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.gradient-text {
    background: linear-gradient(to right, #FF5C35, #8A2BE2, #022EF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block !important;
    vertical-align: top;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.btn-premium {
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #fff;
    border: 1px solid #FF5C35 !important;
    background-color: #FF5C35 !important;
    font-size: 18px !important;
}

.btn-premium:hover {
    transform: translateY(-2px) scale(1.02);
    color: #fff;
}

/* Feature Cards */
.feature-item {
    background: white;
    border-radius: 8px;
    padding: 2.5rem;
    border: 1px solid #f1f5f9;
    transition: all 0.4s ease;
    height: 100%;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 40px -10px rgba(0, 0, 0, 0.1);
}

/* FAQ Styles */
.faq-box {
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    background: white;
}

.faq-box:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    border-color: var(--primary-violet);
}

/* Table Styles */
.premium-table-container {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.premium-table thead {
    background: #0f172a;
    color: white;
}

.premium-table th,
.premium-table td {
    padding: 1rem 1rem;
}

.premium-table tbody tr {
    transition: background-color 0.2s ease;
}

.premium-table tbody tr:hover {
    background-color: #f1f5f9;
}

/* Animations */
@keyframes blob {
    0% {
        transform: translate(0px, 0px) scale(1);
    }

    33% {
        transform: translate(30px, -50px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }

    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

.animate-blob {
    animation: blob 7s infinite alternate;
}

.animation-delay-2000 {
    animation-delay: 2s;
}

.trust-badge {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    border: 1px solid #e2e8f0;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.trust-badge:hover {
    background: white;
    transform: translateY(-2px);
    border-color: #ff5c35;
}

.hero-premium {
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(124, 58, 237, 0.08), transparent),
        radial-gradient(circle at bottom left, rgba(8, 145, 178, 0.08), transparent),
        #ffffff;
}

.revenue-card {
    padding: 2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.revenue-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.revenue-title {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #818cf8;
    /* Indigo 400 */
}

@media (max-width: 767px) {
    .revenue-card {
        padding: 1rem 0.75rem;
    }

    .revenue-title {
        font-size: 1.1rem;
        margin-bottom: 0.35rem;
    }

    .revenue-card p {
        font-size: 0.78rem;
        line-height: 1.4;
    }
}

/* --- ---------------------------------------------------
   Compact UI overrides – smaller fonts, tighter boxes
   --------------------------------------------------- */
#page-content {
    font-size: 0.875rem;
    /* slightly smaller base font */
    line-height: 1.4;
    /* tighter line height */
}

#page-content h1 {
    font-size: 2rem;
    /* reduce main title size */
    line-height: 1.2;
}

#page-content h2 {
    /* reduce secondary titles */
    line-height: 1.3;
}

/* Reduce padding on common containers */
#page-content .p-8 {
    padding: 1rem;
}

#page-content .p-12 {
    padding: 1.5rem;
}

#page-content .p-10 {
    padding: 1.25rem;
}

#page-content .py-24 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Reduce gaps between grid items */
#page-content .gap-8 {
    gap: 1rem;
}

#page-content .gap-12 {
    gap: 1.5rem;
}

/* Reduce card heights – use auto height */
#page-content .card {
    min-height: auto;
}

/* --- Tailwind-Compatible Layout Utilities --- */
/* (Added to support existing body HTML after removing Tailwind script) */

.max-w-7xl {
    max-width: 80rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-full {
    width: 100%;
}

.w-fit {
    width: fit-content;
}

.h-full {
    height: 100%;
}

.h-2 {
    height: 0.5rem;
}

.w-2 {
    width: 0.5rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.grid {
    display: grid;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:p-12 {
        padding: 3rem;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-xs {
    font-size: 0.75rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-5xl {
    font-size: 3rem;
}

.text-6xl {
    font-size: 3.75rem;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-12 {
    padding: 3rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.bg-white {
    background-color: #ffffff;
}

.bg-white\/80 {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-white\/10 {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-slate-50 {
    background-color: #f8fafc;
}

.bg-slate-900 {
    background-color: #0f172a;
}

.bg-violet-50 {
    background-color: #f5f3ff;
}

.bg-violet-100 {
    background-color: #ede9fe;
}

.bg-cyan-50 {
    background-color: #ecfeff;
}

.bg-cyan-100 {
    background-color: #cffafe;
}

.bg-purple-100 {
    background-color: #f3e8ff;
}

.bg-emerald-100 {
    background-color: #d1fae5;
}

.bg-red-50 {
    background-color: #fef2f2;
}

.bg-indigo-50 {
    background-color: #eef2ff;
}

.bg-indigo-100 {
    background-color: #e0e7ff;
}

.text-white {
    color: #ffffff;
}

.text-slate-900 {
    color: #0f172a;
}

.text-slate-800 {
    color: #1e293b;
}

.text-slate-700 {
    color: #334155;
}

.text-slate-600 {
    color: #475569;
}

.text-slate-400 {
    color: #94a3b8;
}

.text-slate-300 {
    color: #cbd5e1;
}

.text-violet-700 {
    color: #6d28d9;
}

.text-violet-600 {
    color: #7c3aed;
}

.text-violet-500 {
    color: #8b5cf6;
}

.text-cyan-600 {
    color: #0891b2;
}

.text-cyan-500 {
    color: #06b6d4;
}

.text-purple-600 {
    color: #9333ea;
}

.text-purple-500 {
    color: #a855f7;
}

.text-indigo-600 {
    color: #4f46e5;
}

.text-indigo-700 {
    color: #4338ca;
}

.text-indigo-900 {
    color: #1e1b4b;
}

.text-indigo-100 {
    color: #e0e7ff;
}

.text-emerald-500 {
    color: #10b981;
}

.text-emerald-600 {
    color: #059669;
}

.text-red-600 {
    color: #dc2626;
}

.text-transparent {
    color: transparent;
}

.border {
    border-width: 1px;
    border-style: solid;
}

.border-slate-100 {
    border-color: #f1f5f9;
}

.border-slate-200 {
    border-color: #e2e8f0;
}

.border-violet-200\/50 {
    border-color: rgba(237, 233, 254, 0.5);
}

.border-white\/20 {
    border-color: rgba(255, 255, 255, 0.2);
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.blur-3xl {
    filter: blur(64px);
}

.blur-md {
    filter: blur(12px);
}

.backdrop-blur-md {
    backdrop-filter: blur(12px);
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


.-bottom-40 {
    bottom: -10rem;
}

.-left-40 {
    left: -10rem;
}

.-top-6 {
    top: -1.5rem;
}

.-left-2 {
    left: -0.5rem;
}

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

.overflow-hidden {
    overflow: hidden;
}

.leading-tight {
    line-height: 1.25;
}

.leading-relaxed {
    line-height: 1.625;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hover\:scale-105:hover {
    transform: scale(1.05);
}

.hover\:-translate-y-2:hover {
    transform: translateY(-0.5rem);
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-violet-600 {
    --tw-gradient-from: #FF5C35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 92, 53, 0));
}

.via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #8A2BE2, var(--tw-gradient-to, rgba(138, 43, 226, 0));
}

.to-purple-600 {
    --tw-gradient-to: #022EF8;
}

.from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.to-cyan-50 {
    --tw-gradient-to: #ecfeff;
}

.from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.to-indigo-50 {
    --tw-gradient-to: #eef2ff;
}

.from-violet-600 {
    --tw-gradient-from: #FF5C35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 92, 53, 0));
}

.to-indigo-700 {
    --tw-gradient-to: #4338ca;
}

.divide-y>*+* {
    border-top-width: 1px;
}

.divide-slate-200>*+* {
    border-color: #e2e8f0;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.key_list span {
    color: #fff;
}

.key_list svg {
    color: #fff;
}

/* --- Responsive Marketplace Optimizations --- */

/* Hero Heading Desktop-to-Mobile */
.hero-main-title {
    font-size: 4rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem !important;
    text-align: center;
}

@media (max-width: 1024px) {
    .hero-main-title {
        font-size: 3rem !important;
    }
}

@media (max-width: 768px) {
    .hero-main-title {
        font-size: 2rem !important;
        /* Uniform H2/H1 mobile size */
    }
}

/* Uniform Section Titles for Mobile */
.section-title-fixed,
.section-title-fixed-lh {
    font-size: 3rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-bottom: 1.5rem !important;
    color: #0f172a !important;
    text-align: center;
}

.expert-section-title,
.cta-final-title {
    font-size: 3rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-bottom: 1.5rem !important;
    color: #ffffff !important;
    text-align: center;
}

.section-title-fixed-lh {
    line-height: 1.15 !important;
    margin-bottom: 2rem !important;
}

.expert-section-title {
    font-weight: 700 !important;
    line-height: 1.05 !important;
    margin-bottom: 3rem !important;
}

.cta-final-title {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
}

/* Uniform H2 for Mobile & Tablet */
@media (max-width: 768px) {

    .section-title-fixed,
    .section-title-fixed-lh,
    .expert-section-title,
    .cta-final-title,
    h2.text-3xl,
    h2.text-4xl,
    h2[style*="font-size"] {
        font-size: 1.75rem !important;
        /* Reduced from 2rem for better fit */
        line-height: 1.2 !important;
        text-align: center !important;
    }
}

@media (min-width: 1025px) {

    .section-title-fixed,
    .section-title-fixed-lh,
    .expert-section-title,
    .cta-final-title {
        text-align: inherit;
        /* Restore desktop alignment */
    }

    .text-center.section-title-fixed {
        text-align: center;
    }
}

/* Grid & Layout Adjustments */
.comparison-table-wrapper {
    width: 60%;
    margin: auto;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
}

/* Fix for dark section headings visibility */
.expert-section-title,
.cta-final-title,
.bg-slate-950 h2,
section[style*="#212529"] h2,
section[style*="#0f172a"] h2 {
    color: white !important;
}

@media (max-width: 1200px) {
    .comparison-table-wrapper {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 1rem;
        -webkit-overflow-scrolling: touch;
    }

    .premium-table {
        min-width: 600px;
        /* Force minimum width to prevent squeezing */
    }

    .premium-table th,
    .premium-table td {
        white-space: nowrap !important;
    }
}

.process-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .process-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .process-steps-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.expert-perks-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .expert-perks-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .expert-perks-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* Unified Premium Action Buttons */
.btn-premium-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: white !important;
    font-weight: 600;
    font-size: 18px;
    padding: 1.125rem 2.5rem !important;
    border-radius: 6px;
    background-color: rgb(255, 92, 53);
    border: 1px solid rgb(255, 92, 53);
    text-decoration: none;
    text-transform: none;
    box-shadow: 0 10px 30px rgba(255, 92, 53, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: normal;
    text-align: center;
    line-height: 1.2;
}

.btn-premium-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 92, 53, 0.5);
    background-color: rgb(240, 80, 40);
}

@media (max-width: 1024px) {
    .btn-premium-action {
        padding: 1rem 2rem !important;
        font-size: 16px;
    }
}

.text-white-force {
    color: white !important;
}

/* Ensure images don't overflow */
img {
    max-width: 100%;
    height: auto;
}

/* Hero Container Mobile Padding */
@media (max-width: 768px) {
    .hero-container-mobile-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-24,
    .section-py {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .definition-section-mobile .max-w-7xl {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .key-mgmt-card {
        padding: 1.5rem !important;
    }

    .key-mgmt-item {
        padding: 0.75rem 1rem !important;
    }

    .key-mgmt-item span {
        font-size: 1rem !important;
    }

    .feature-card-mobile {
        padding: 1.5rem !important;
    }

    .feature-card-mobile h3 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }

    .feature-card-mobile p {
        margin-bottom: 1.5rem !important;
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    .feature-card-mobile ul li {
        gap: 0.75rem !important;
        font-size: 0.9rem !important;
        margin-bottom: 0.75rem !important;
    }

    .expert-card-main {
        padding: 1.5rem !important;
    }

    .quote-box-mobile {
        padding: 1.25rem !important;
    }

    .quote-box-mobile p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        text-align: center;
    }

    .expert-section-title {
        margin-bottom: 2rem !important;
    }

    .btn-premium-action {
        width: 100% !important;
        max-width: 100%;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 1rem 1rem !important;
        font-size: 13px !important;
        letter-spacing: 0.02em;
        border-radius: 8px;
        text-decoration: none !important;
    }

    /* FAQ Icon Hide */
    .faq-toggle .flex.items-center.gap-3>div:first-child {
        display: none !important;
    }

    /* Footer Mobile Adjustments */
    .footer-sec {
        padding-top: 3rem !important;
        padding-bottom: 5rem !important;
    }

    .footer-sec ul {
        margin-bottom: 2rem !important;
    }

    .footer-sec .licence {
        flex-direction: column !important;
        gap: 1rem !important;
        text-align: center !important;
        align-items: center !important;
    }

    .logo-heder {
        font-size: 1.75rem !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }
}
@media (min-width:767px) {
      .logo-heder {
        font-size: 2rem;
    }
    
}

@media (min-width:1200px) {
       .logo-heder {
        font-size: 3rem;
    }
    
}

@media (min-width: 1536px) {
    .container {
        max-width: 1280px !important;
    }
}

.collapse {
    visibility: visible !important;
}

/* Client Logos Section Styles */
.logo-heder {
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-bottom: 1.5rem !important;
    color: #0f172a;
    text-align: center;
}

.font-500 {
    font-weight: 500 !important;
}

.logo-box img {
    display: block;
    margin: auto;
    max-width: 80% !important;
    max-height: 100%;
}

.logoemptspan {
    display: block;
}

@media (max-width:991.33px) {
    .logoemptspan {
        display: none;
    }

    .logo-box {
        padding: 0;
    }
}

.arrow-l {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #022EF8;
}

.arrow-l:hover i {
    transform: translateX(10px);
    transition: transform 1s ease;
}

.arrow-font {
    font-size: 1.2rem;
}
