@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #0C8CE9;
}
p, ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    font-family: "Poppins", sans-serif;
    color: #292D35;
}

/* navbar section here  */
.navBtnNew{
    height: auto;
    width: 200px;
    padding: 12px 0;
    text-align: center;
    background-color: #292D35;
    color: #fff;
    border-radius: 100px;
    margin-left: 15px;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
            background: #ffffff !important; /* Even darker shade */
    border-bottom: 1px solid rgba(76, 60, 206, 0.12);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);


    
    
}

.navBtnLink {
        color: #292D35;
        
    }

/* first hero section here  */
.heroOne{
    height: auto;
    width: 100%;
    
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
}
.link{
    color: #292D35;
}
.CTAText .link, .thirdHeroOneBoxInner .link{
    color: #fff;
}
.heroOneInner{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: url("../img/hero-one-bg.png");
    background-size: contain;
}
.avatar-one{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 2px;
}
.heroOneBox{
    height: auto;
    width: 100%;
    padding: 60px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
}


.heroOneBox h1{
    font-weight: 600;
    font-size: 48px;
    color: #292D35;
    line-height: 60px;
    margin-bottom: 50px;
}

.heroOneBox ul{
    padding: 20px 0;
}
.heroOneBox ul li{
    padding: 5px 0;
    font-weight: 400;
    font-size: 20px;
}
.heroOneBox ul li img{
    height: 22px;
    width: 22px;
    margin-right: 5px;
}
.firstHeroBtn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.firstBtnLeft{
    height: auto;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
}

.ctafirstBtnRight{
    background-color: transparent;
    border: 1px solid #4C3CCE;
    color: #4C3CCE;
    height: auto;
    width: 200px;
    padding: 10px 10px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    
}
.ctafirstBtnLeft{
    height: auto;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
}

.firstBtnRight{
    background-color: transparent;
    border: 1px solid #3D4350;
    color: #292D35;
    
}
.heroOneBox p{
    font-size: 12px;
    margin: 10px 0 0 10px;
}

.heroOneBox p b{
    font-weight: 600;
}
.CTAText{
    text-align: center;
    font-size: 16px !important;
    padding-top: 30px;
    margin-left: 0;
}
/* second hero section  */
.secondHeroSection{
    height: auto;
    width: 100%;
    padding: 100px 0 0 0;
    background: url(../img/hero-two-bg.png);
    background-size: cover;
    background-position: center;
}

.secondHeroSection .heroOneBox{
    margin-bottom: 100px;
}





/* ADD THESE CSS RULES TO YOUR EXISTING lp-style-ai-3.css FILE */

/* CSS Custom Properties for Design Consistency */
:root {
    --primary-color: #4C3CCE;
    --primary-light: #7063D8;
    --primary-dark: #3D2FA3;
    --secondary-color: #FFD700;
    --text-primary: #292D35;
    --text-secondary: #666;
    --bg-primary: #ffffff;
    --bg-secondary: #f8f9ff;
    --bg-accent: #f1f0fc;
    --border-color: rgba(76, 60, 206, 0.1);
    --shadow-light: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 8px 30px rgba(76, 60, 206, 0.15);
    --shadow-heavy: 0 15px 40px rgba(76, 60, 206, 0.25);
    --border-radius: 12px;
    --border-radius-lg: 20px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.enhanced-hero-section {
    min-height: 85vh;
    background: transparent;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}



/* Compact Top Section */
.hero-top-section {
    padding: 40px 0 15px 0; /* Reduced all padding */
    background: transparent;
    margin-bottom: 0;
}





.hero-content-box {
    background: transparent;
    border-radius: 0;
    padding: 2rem 1.5rem;
    box-shadow: none;
    border: none;
    position: relative;
    overflow: visible;
    margin: 1.5rem 0 0.5rem 0;
}






.business-count-highlight {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%); /* Gold gradient */
    color: #1a1a1a;
    padding: 8px 20px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 1.1em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

/* Add a verified checkmark */
.business-count-highlight::before {
    content: "✓";
    background: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}









@media (max-width: 768px) {
    .hero-content-box {
        padding: 2rem 1.5rem;
        margin: 1rem 0;
        border-radius: 20px;
    }
}
/* End Hero Content Box CSS */


/* Mobile-First Cluster Fixes */
@media (max-width: 768px) {
    /* Container fixes */
    .industry-cluster-section {
        margin: 10px;
        padding: 15px 0;
        overflow-x: hidden; /* Prevent horizontal overflow */
    }
    
    /* Header adjustments */
    .cluster-header {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    
    .cluster-header h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .cluster-header p {
        font-size: 14px;
        padding: 0 10px;
    }
    
.industry-tabs {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    margin-bottom: 20px;
    padding: 6px 10px 10px 10px;  /* Reduced padding */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: calc(100vw - 20px);  /* Changed from max-width to width */
    background: #F5F5F7;
    border-radius: 50px;
    margin-left: 10px;  /* Reduced from 15px */
    margin-right: 10px;  /* Reduced from 15px */
    box-sizing: border-box;  /* Added */
}

.industry-tab {
    flex: 0 0 auto;
    min-width: auto;  /* Changed from 140px */
    padding: 10px 12px;  /* Reduced horizontal padding */
    font-size: 12px;
    scroll-snap-align: start;
    white-space: nowrap;
    background: white;
    border: none;
    border-radius: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
    
    /* Hide scrollbar but keep functionality */
    .industry-tabs::-webkit-scrollbar {
        display: none;
    }
    
   .tab-content-container {
    background: transparent;
    border-radius: 0;
    padding: 20px;
    min-height: 400px;
    max-width: 1100px;
    margin: 0 auto;
}
    
    /* Single column layout on mobile */
    .tab-content.active {
        display: block;
        gap: 0;
    }
    
    /* Invoice sample mobile */
    .invoice-sample {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .invoice-sample-image {
        max-width: 100%;
        max-height: 250px;
    }
    
    /* Testimonial mobile */
    .testimonial-features {
        gap: 15px;
    }
    
    .testimonial-section {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .testimonial-quote {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    
    .author-avatar {
        width: 35px;
        height: 35px;
    }
    
    .author-info h5 {
        font-size: 12px;
    }
    
    .author-info p {
        font-size: 10px;
    }
    
    /* Features list mobile */
    .features-list {
        padding: 15px;
    }
    
    .features-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .feature-item {
        padding: 8px 0;
        gap: 8px;
    }
    
    .feature-icon {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
    
    .feature-text {
        font-size: 11px;
    }
}










/* Extra small mobile devices */
@media (max-width: 480px) {
    .industry-cluster-section {
        margin: 5px;
    }
    
    .cluster-header h2 {
        font-size: 20px;
    }
    
    .industry-tab {
        min-width: 120px;
        padding: 8px 12px;
        font-size: 11px;
    }
    
    .tab-content-container {
        margin: 0 10px;
        padding: 12px;
    }
    
    .invoice-sample-image {
        max-height: 200px;
    }
    
    .testimonial-quote {
        font-size: 12px;
    }
}

/* Add scroll indicator for tabs on mobile */
@media (max-width: 768px) {
    .industry-tabs-container {
        position: relative;
    }
    
    .industry-tabs-container::after {
        content: "← Scroll →";
        position: absolute;
        bottom: -5px;
        right: 15px;
        font-size: 10px;
        color: #999;
        pointer-events: none;
    }
}

/* Prevent all horizontal overflow */
.industry-cluster-section * {
    max-width: 100%;
    box-sizing: border-box;
}






.enhanced-hero-content {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--border-radius-lg);
    padding: 4rem;
    box-shadow: var(--shadow-heavy);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

/* Enhanced Typography */
.enhanced-hero-title {
    font-size: clamp(2rem, 4vw, 3rem); /* Reduced from clamp(2.5rem, 5vw, 4rem) */
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.enhanced-hero-title .highlight {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.enhanced-hero-subtitle {
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    max-width: 600px;
    line-height: 1.5;
}

/* Business Selector - Progressive Disclosure */
.business-selector {
    margin: 2rem 0;
}

.selector-intro {
    text-align: center;
    margin-bottom: 2rem;
}

.selector-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
}

.selector-subtitle {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* Business Cards Grid */
.business-grid {
    display: grid;
    
        grid-template-columns: repeat(4, 1fr); /* Force exactly 4 equal columns */
    gap: 1rem; /* Reduced gap from 1.5rem */
    margin-bottom: 1.5rem; /* Reduced margin */

}

.business-card {
    background: linear-gradient(135deg, var(--bg-secondary), var(--bg-primary));
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 1rem 0.75rem; /* Reduced padding: top/bottom, left/right */
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    text-align: center;
    min-height: 120px; /* Reduced from 200px */

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.business-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    opacity: 0;
    border-radius: var(--border-radius-lg);
    transition: var(--transition);
}

.business-card:hover,
.business-card.active {
    transform: translateY(-4px); /* Reduced from -8px */
    box-shadow: var(--shadow-heavy);
    border-color: var(--primary-color);
        

}

.business-card:hover::before,
.business-card.active::before {
    opacity: 1;
}

.business-card * {
    position: relative;
    z-index: 1;
    transition: var(--transition);
}

.business-card:hover *,
.business-card.active * {
    color: white;
}

.business-icon {
    font-size: 2.75rem; /* Reduced from 3rem */
    margin-bottom: 0.5rem; /* Reduced from 1rem */
    display: block;
        

}

.business-name {
        font-size: 0.95rem; /* Reduced from 1.25rem */
    font-weight: 700;
    margin-bottom: 0.25rem; /* Reduced from 0.5rem */
    color: var(--text-primary);
}

.business-desc {
        font-size: 0.9rem; /* Reduced from 0.9rem */

    color: var(--text-secondary);
    line-height: 1.4;
}

/* Dynamic Content Panel */
.content-panel {
    background: var(--bg-accent);
    border-radius: var(--border-radius-lg);
    padding: 1.25rem;
    min-height: 140px;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.panel-content {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition);
}

.panel-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-align: center;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}






/* Specific styling for reduced spacing CTA */
.fourthHeroSection.reduced-spacing {
    margin: 20px 0 !important;
    padding: 20px 0 !important;
}

.fourthHeroSection.reduced-spacing .heroOneInner {
    padding: 15px 0 !important;
}








.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: transparent;
    border-radius: 0;
    border: none;
    transition: none;
    position: relative;
    overflow: visible;
    box-shadow: none;
}








.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
}

.feature-item::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(76, 60, 206, 0.03) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.4s ease;
}

.feature-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(76, 60, 206, 0.15);
    border-color: rgba(76, 60, 206, 0.2);
}

.feature-item:hover::before {
    transform: scaleY(1);
}

.feature-item:hover::after {
    transform: scale(1);
}

.feature-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(76, 60, 206, 0.25);
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(76, 60, 206, 0.4);
}

.feature-text {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    z-index: 1;
}











.industry-cluster-section {
    background: transparent;
    border-radius: 0;
    margin: 0 auto;
    padding: 15px 0 10px 0;
    position: relative;
    max-width: 1200px;
}





.cluster-header {
    text-align: center;
    margin-bottom: 25px;
}

.cluster-header h3 {
    font-size: 18px;
    color: #4C3CCE;
    font-weight: 600;
    margin-bottom: 8px;
}

.cluster-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #292D35;
    margin-bottom: 12px;
}

.cluster-header p {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}





/* Compact Industry Tabs */



.industry-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px; 
    margin-bottom: 25px; 
    max-width: 1100px; 
    margin-left: auto;
    margin-right: auto;
    background: #F5F5F7;
    border-radius: 50px;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}



.industry-tabs .industry-tab:nth-child(5),
.industry-tabs .industry-tab:nth-child(6) {
    grid-column: span 1;
}








.industry-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border: none;
    border-radius: 50px;
    background: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    font-weight: 500;
    color: #666;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.industry-tab-icon {
    font-size: 16px;
}

.industry-tab:hover {
    background: white;
    color: #4C3CCE;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.industry-tab.active {
    background: white;
    color: #4C3CCE;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(76, 60, 206, 0.15);
}

.industry-tab.active .industry-tab-icon {
    color: #4C3CCE;
}










.tab-content-container {
    background: transparent;
    border-radius: 16px;
    padding: 20px 20px 10px 20px;
    min-height: 400px;
    max-width: 1100px;
    margin: 0 auto;
}


/* Tab Content */
.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease forwards;
}

/* Compact Tab Content Grid */
.tab-content.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; /* Reduced from 30px */
    align-items: start;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ensure the container doesn't overflow */
.invoice-sample {
    background: transparent;
    border-radius: 0;
    padding: 18px;
    box-shadow: none;
    text-align: center;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Properly sized invoice sample image */
.invoice-sample-image {
    width: 100%;
 /*  max-width: 460px; */
    max-width: 100%; /* Take full container width */

    height: auto;
    max-height: 500px; /* Prevent it from being too tall */
    object-fit: contain; /* Maintain aspect ratio */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.business-name {
    font-weight: 700;
    font-size: 16px; /* Reduced from 18px */
    color: #292D35;
    margin-bottom: 6px; /* Reduced from 8px */
}

.business-details {
    font-size: 11px; /* Reduced from 12px */
    color: #666;
    line-height: 1.3; /* Tighter line height */
}

.business-logo {
    background: #292D35;
    color: white;
    padding: 6px 12px; /* Reduced from 8px 16px */
    border-radius: 4px;
    font-size: 11px; /* Reduced from 12px */
    font-weight: 700;
}




/* Hide the HTML table structure - replace with image */
.invoice-header,
.invoice-table,
.invoice-tax-details,
.invoice-total {
    display: none; /* Hide HTML elements */
}

/* Compact Testimonial & Features */
.testimonial-features {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.testimonial-section {
    background: transparent;
    border-radius: 0;
    padding: 18px 18px 0 18px;
    box-shadow: none;
}

.testimonial-quote {
    font-style: italic;
    color: #292D35;
    margin-bottom: 15px; /* Reduced from 20px */
    line-height: 1.5; /* Tighter line height */
    font-size: 14px; /* Reduced from 15px */
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px; /* Reduced from 12px */
}

/* Replace Author Avatar with Image */
.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent; /* Remove background */
}

.author-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-info h5 {
    font-weight: 600;
    color: #292D35;
    margin: 0;
    font-size: 13px; /* Reduced from 14px */
}

.author-info p {
    color: #666;
    font-size: 11px; /* Reduced from 12px */
    margin: 0;
}

/* Compact Features List */
.features-list {
    background: transparent;
    border-radius: 0;
    padding: 0 16px 18px 16px;
    box-shadow: none;
}

.features-title {
    font-size: 14px;
    font-weight: 700;
    color: #4C3CCE;
    margin-bottom: 12px;
    margin-top: 24px;
}

.features-list .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border-bottom: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.features-list .feature-icon {
    background: #4C3CCE;
    color: white;
    width: 20px; /* Reduced from 24px */
    height: 20px;
    border-radius: 4px; /* Reduced from 6px */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px; /* Reduced from 12px */
    flex-shrink: 0;
    box-shadow: none; /* Remove shadow for compact look */
}

.features-list .feature-text {
    font-size: 12px; /* Reduced from 13px */
    color: #292D35;
    font-weight: 500;
}

/* Mobile Compact Responsive */
@media (max-width: 768px) {
    .industry-cluster-section {
        margin: 15px;
        padding: 15px 0;
    }
    
    .cluster-header h2 {
        font-size: 22px;
    }
    
    .tab-content-container {
        padding: 15px;
        min-height: 350px;
    }
    
    .tab-content.active {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .cluster-header h2 {
        font-size: 24px;
    }
    
    .invoice-table th,
    .invoice-table td {
        padding: 6px 8px;
        font-size: 11px;
    }
    
    .testimonial-quote {
        font-size: 14px;
    }
}
/* End Industry Cluster Section CSS */





































/* Enhanced CTA Buttons */
.enhanced-cta-section {
    text-align: center;
    margin: 3rem 0 2rem;
}

.enhanced-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.enhanced-btn {
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
    border: 2px solid transparent;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
        font-size: 0.95rem;            /* Added explicit font size */

        letter-spacing: 0.06em;        /* Slight letter spacing for readability */

}

.enhanced-btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
}

.enhanced-btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
    color: white;
}

.enhanced-btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.enhanced-btn-secondary:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.enhanced-price-info {
    font-size: 0.95rem; /* Reduced from 1.1rem */
    color: var(--text-secondary);
    font-weight: 500;
    margin-top: 1rem; /* Reduced margin */
}

.price-highlight {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.05rem; /* Reduced from 1.2rem */
}





/* Enhanced Stats Section - Replace your .firstSectionTwoLilac */
.enhanced-stats-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
    position: relative;
}

.enhanced-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-color), transparent);
}

.enhanced-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.enhanced-stat-card {
    background: var(--bg-primary);
    padding: 3rem 2rem;
    border-radius: var(--border-radius-lg);
    text-align: center;
    box-shadow: var(--shadow-light);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.enhanced-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transition: var(--transition);
}

.enhanced-stat-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.enhanced-stat-card:hover::before {
    transform: scaleX(1);
}

.enhanced-stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
}

.enhanced-stat-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    opacity: 0.2;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.2; }
    50% { transform: scale(1.1); opacity: 0.1; }
}

.enhanced-stat-number {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.enhanced-stat-label {
    font-size: 1.1rem;
    color: var(--text-secondary);
    font-weight: 600;
    line-height: 1.3;
}

/* Focus styles for accessibility */
.business-card:focus,
.enhanced-btn:focus {
    outline: 3px solid var(--secondary-color);
    outline-offset: 2px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .enhanced-hero-content {
        padding: 2rem;
        margin: 1rem;
    }
    
    .enhanced-hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .enhanced-hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .business-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .business-card {
        padding: 1.5rem;
        min-height: 160px;
    }
    
    .enhanced-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .enhanced-btn {
        width: 100%;
        padding: 1rem 2rem;
        min-width: auto;
    }
    
    
    .enhanced-stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .enhanced-stat-card {
        padding: 2rem 1.5rem;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .enhanced-hero-content {
        padding: 1.5rem;
    }
    
    .business-card {
        padding: 1rem;
    }
    
    .business-icon {
        font-size: 2rem;
    }
    
    .enhanced-stat-number {
        font-size: 2.5rem;
    }
}







/* third hero section  */
.thirdHeroSecion{
    height: 50vh;
    width: 100%;
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
}
.thirdHeroWhiteBg{
    background-color: #fff;
    height: 100vh;
    margin-top: -2px;
}
.thirdHeroSecion .heroOneInner{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: calc(750px);
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.thirdHeroSecion .heroOneInner h1{
    text-align: center;
}
.thirdHeroSecion .heroOneInner h1 span{
    color: #7063D8;
}

.thirdHeroSecion .heroOneBox{
    margin-top: 50px;
    box-shadow: none;
    padding: 60px 00px 0 00px;
}
.thirdHeroOneBoxInner{
    padding: 0 60px;
}

.thirdHeroSecion .CTAText{
    background-color: #41388C;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 0;
    color: #fff;
    padding: 15px 0;
}

.thirdHeroSecion .heroOneBox ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thirdHeroSecion .firstBtnLeft{
    width: 240px;
}

.thirdHeroSecion .firstHeroBtn{
    width: 500px;
    margin: 0 auto;
}
.thirdHeroSecion p{
    text-align: center;
    margin-bottom: 20px;
}


/* fourth hero section here  */

.fourthHeroSection{
    height: auto;
    padding: 0;
    width: 100%;
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
}

.fourthHeroSection .heroOneBox{
    background-color: transparent ;
    color: #fff;
    padding: 0;
    box-shadow: none;
}

.fourthHeroSection .heroOneBox h1{
    color: #fff;
    text-align: center;
}
.fourthHeroSection .heroOneBox ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fourthHeroSection .firstBtnLeft{
    width: 240px;
    background-color: #fff;
    color: #4C3CCE;
}
.fourthHeroSection .firstBtnRight{
    width: 240px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.fourthHeroSection .firstHeroBtn{
    width: 500px;
    margin: 0 auto;
}
.fourthHeroSection .priceStartText{
        text-align: center;
        margin-bottom: 20px;
        /* margin-left: -260px; */
        color: #fff;
        font-size: 16px;
        margin-top: 30px;
}



.CTATextFourth{
    background-color: #41388C;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.fourthHeroSection .heroOneInner{
    padding: 150px 0 50px 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* fifth secion here  */

.fifthHeroSection{
    height: auto;
    width: 100%;
    background-color: #F1F0FC;
}
.fifthHeroSection .heroOneBox{
    box-shadow: none;
    background-color: transparent;
}

.fifthHeroSection .heroOneInner{
    background-repeat: repeat;
    padding: 50px 0;
}
.fifthtextInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fifthtextInner .fifthInnerTextRight{
    margin-left: -500px !important;
}


/* sixth hero section  */
.sixthHeroSection{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(180deg, #4C3CCE 0%, #6255D3 100%);
}

.sixthHeroSection .heroOneBox{
    background: #FFFFFF1A;
    color: #fff;
    border: 1px solid #ffffff21;
    border-image-source: linear-gradient(93.72deg, rgba(255, 255, 255, 0.226) -17.68%, rgba(255, 255, 255, 0) 45.74%),
    linear-gradient(263.34deg, rgba(255, 255, 255, 0.1) -17.77%, rgba(255, 255, 255, 0) 43.1%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.sixthHeroSection .heroOneBox h1{
    color: #fff !important;
}

.sixthHeroSection .firstBtnLeft{
    background-color: #DB631A;
    color: #fff;
    box-shadow: 0px 6px 9px 0px #0000001F;
    box-shadow: 2px 0px 10px 0px #0000000A;
    box-shadow: -2px 0px 10px 0px #0000000A;
}

.sixthHeroSection .firstBtnRight{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.sixthHeroSection .avatar{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sixthCTA img{
    width: 25px;
}

.sixthCTA{
    height: auto;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    background-color: #14161B;
}
.firstSecNew{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #7F75DC;
}

.firstSecInner{
    height: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
}

.firstSecInner img{
    height: 45px;
    width: 45px;
}

/* first section version two  */
.firstSectionTwo{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
    color: #3D4350;
}

.firstSectionTwoLilac {
    height: auto;
    width: 100%;
    padding: 50px 20px;
    background-color: #F1F0FC;
    color: #3D4350;
}



.firstSectionTwoInner{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.firstSectionTwoInner img{
    height: 72px;
    width: 72px;
    margin-right: 15px;
}

.firstSectionTwoInner h4{
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}
.firstSectionTwoInner p{
    font-size: 18px;
}

/* second section here  */

.secondSectionOne{
    height: auto;
    width: 100%;
    background-color: #F1F0FC;
}

.secondSectionImage{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: url("../img/hero-one-bg.png");
    background-size: cover;
}

.secondSectionOne h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.secondSectionOne h2 span{
    color: #4C3CCE;
}

.secondSectionInner{
    display: flex;
    align-items: center;
    color: #3D4350;
    margin-top: 10px;
}

.secondSectionInner img{
    height: 128px;
    width: 160px;
    margin-right: 15px;
}

.secondSectiontext h5{
    font-weight: 600;
}
.secondSectiontext p{
    font-size: 16px;
}

/* second section version two  */

.secondSectionTwo{
    height: auto;
    width: 100%;
    background-color: #F1F0FC;
}

.secondSectionTwo h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.secondSectionTwo h2 span{
    color: #4C3CCE;
}

.secondSectionBox{
    height: 350px;
    width: 100%;
    border-radius: 16px;
    margin-top: 15px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.secondSectionBox img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 184px;
    width: 100%;
}

.secondTwoText{
    padding: 16px;
}

.secondTwoText {
    font-size: 15px;
}
.secondTwoText h5{
    font-weight: 600;
}

.reviewSection{
    height: 200px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
    padding: 0px 16px 50px 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
}

.reviewerImage{
    height: 100px;
    width: 100px;
    margin-top: -50px;
}
.star{
    width: 110px;
    height: 18px;
    margin-bottom: 15px;
}
.reviewText{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.reviewerName{
    display: flex;
    align-items: center;
}
.line{
    width: 29px;
    margin-right: 10px;
    border: 1px solid  #3D4350;
}

/* third section here  */
.thirdSectionNew{
    height: auto;
    width: 100%;
    padding: 100px 0;
   /* background-color: #fff; */
        background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F1F0FC 100%);

}
.thirdSectionNew h2{
    font-size: 48px;
    font-weight: 600;
}
.thirdSectionNew h2 span{
    color: #4C3CCE;
}

.thirdLeftBox{
    height: 550px;
    width: 100%;
    background-image: url(../img/circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thirdLeftBox iframe{
    border-radius: 16px !important;
    height: 300px;
    width: 500px;
    max-width: 100%;
}
.thirdLeftBox img{
    border-radius: 16px;
    max-width: 100%;
}
.thirdRightInner{
    display: flex;
    align-items: center;
    padding: 20px;
}

.thirdNumber{
    height: 107px;
    width: 40px;
    margin: 5px 10px;
}
.thirdText p{
    font-size: 16px;
}

.thirdText h5{
    font-size: 20px;
    color: #4C3CCE;
    font-weight: 600;
}

.thirdText h5 img{
    width: 20px;
}

.awardLogo {
    height: 70px;
    width: auto;
    margin: 10px 15px;
    object-fit: contain;
}

/* Make the second logo larger to compensate for built-in padding */
.awardLogo[src*="softwaresuggest"] {
    height: 90px;
}


/* fourth section here  */
.fourthSectionNew{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F1F0FC 100%);
}

.fourthSectionNew h2{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}
.fourthSectionNew h2 span{
    color: #4C3CCE;
}

.fourthNewInner{
    padding: 15px 20px;
    font-size: 15px;
}
.fourthNewInner h5{
    font-weight: 600;
    font-size: 16px;
}
.fourthNewInner img{
    width: 22px;
    margin-bottom: 10px;
}
.googleReviewSection{
    height: auto;
    width: 100%;
    padding: 24px;
    /* border-radius: 16px; */
    /* background-color: #fff; */
    margin-top: 40px;
    /* box-shadow: 1px 1px 20px 0px #7699CE4D; */
    text-align: center;
}
.googleInner{
        display: flex;
    align-items: center;
    justify-content: center;
}
.googleReviewText img{
    width: 110px;
}
.googleImg{
    margin-right: 15px;
    width: 25px;
    height: 28px;
    margin-bottom: 10px;
}
.googleInner p{
    padding: 0 !important;
    font-size: 14px !important;
}
.googleReviewSection p{
    font-size: 20px;
    padding: 20px 0;
}

/* fifth section here  */
.fifthSectionNew{
    height: auto;
    width: 100%;
    padding: 100px 0 0 0;
    background-color: #F6F7F7;
}
.fifthOutertextBox{
    margin-bottom: 30px;
}
.fifthOutertextBox h2{
    font-size: 56px;
    font-weight: 600;
}
.fifthOutertextBox p{
    font-size: 24px;
    color: #4C3CCE;
}

.fifthBoxNew{
    height: 200px;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #0000000D;
}

.fifthBoxNew img{
    height: 50px;
    width: 50px;
}
.fifthBoxNew p{
    padding: 15px 0;
    font-size: 18px;
}


/* fifth Another Section here  */
.fifthAnotherSection {
    height: auto;
    width: 100%;
    padding: 100px 0;
    background-color: #FEFEFE;
}

.fifthAnotherSection .fifthBoxNew {
    box-shadow: none;
    display: flex;
    align-items: center;
    height: auto;
    margin: 20px 0;
}
.fifthAnotherSection .fifthBoxNew p{
    padding: 0;
}
.fifthAnotherSection .fifthBoxNew img{
    margin-right: 15px;
}
.fifthAnotherleftImg{
    border-radius: 16px;
}

/* sixth section here  */

.sixthSectionNew{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: url(../img/sixth-main-bg.png);
    background-size: cover;
    background-position: center;

}
.sixthSectionNew h3{
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}

.sixthNewBox{
    height: 470px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.sixthNewBox h5{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.sixthNewBox p{
    font-size: 16px;
    font-weight: 600;
}

.sixthNewBox ul li{
    list-style: disc !important;
    margin-left: 20px;
    padding: 5px 0;
}

/* main review section  */
.mainReviewSection{
    height: auto;
    width: 100%;
    padding: 80px 0;
    background-color: #F6F7F7;
}
.mainReviewSection h2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.mainReviewSectonBox{
    height: auto;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 1px 1px 20px 0px #7699CE4D;
}
.mainReviewSectonBox p{
    height: 120px;
    padding: 10px 0;
}
.mainReviewSectonBox img{
    height: 23.13px;
    width: 24.44px;
}
.reviewMainInner{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.reviewMainInner p{
    height: auto;
    padding: 0;
}
.reviewMainInner img{
    height: 64px;
    width: 64px;
    border-radius: 50%;
}
.reviewMainInnerText{
    margin-left: 20px;
    font-size: 14px;
}
.reviewMainInnerText h5{
    font-weight: 600;
}
.mainReviewBtn{
    height: auto;
    width: 270px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    background-color: #4C3CCE;
    color: #fff;
    font-weight: 400;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 50px;
}

/* pricing section one here  */
.pricingSectionOne{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-image: url(../img/pricing-section-bg.png);
    background-size: cover;
    background-position: bottom;
    background-position-x: right;
}
.pricingSectionOne h2{
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}

.priceTagNew{
    background-color: #fff;
    padding: 18px;
    border-radius: 16px;
    height: 630px;
    box-shadow: 0px 6px 7.6px 0px #0000000F;
}
.priceTagNew img{
    width: 132px;
}

.priceTopPart{
    text-align: center;
    padding-bottom: 20px;
}

.priceTopPart h3{
    font-weight: 600;
    margin: 10px 0;
}
.priceTopPart p{
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
}
.priceNewBtn{
    height: auto;
    width: 100%;
    padding: 10px 0;
    border-radius: 100px;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
}
.priceTagBottomPart{
    padding: 30px 0 10 0;
}
.priceTagBottomPart h5{
    font-weight: 600;
    font-size: 20px;
}
.diamond{
    color: #DB631A;
}
.platinum{
    color: #06B181;
}
.diamondPlus{
    color: #485EB0;
}

.priceTagBottomPart ul li{
    padding: 10px 0;
}
.priceTagBottomPart ul li img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.priceBanner{
    height: auto;
    width: 100%;
    border-radius: 16px;
    padding: 0 40px;
    margin-top: 80px;
    background-color: #fff;
}
.priceBannerInnerLeft{
    padding: 15px 0;
}
.priceBannerInnerLeft h2{
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #292D35;
    margin: 0;
    text-align: left;
}
.priceBannerInnerLeft h2 span{
    color: #4C3CCE;
}
.priceBannerInnerLeft h2 .sm-text{
    font-size: 16px ;
}
.priceBannerInnerLeft ul {
    display: flex;
    align-items: center;
}
.priceBannerInnerLeft img{
    height: 24px;
    width: 24px;
}
.priceBannerInnerMiddle img{
    width: 217px;
    max-width: 100%;
}
.priceBannerInnerRight img{
    width: 200px;
    max-width: 100%;
}
.priceBannerInnerRight h3{
    font-size: 20px;
    font-weight: 600;
}


/* pricing section two  */
.pricingSectionTwo{
    padding: 100px 0 0 0 ;
}
.priceBannerTwo{
    border-radius: 0;
}


/* CTA section */

.justCta {
    background-image: none !important;
    background: none !important;
    padding: 50px 0 !important;
}

.fourthHeroSection .ctapriceStartText{
   text-align: center;
    margin-bottom: 20px;
    /* margin-left: -260px; */
    color: #4C3CCE;
    font-size: 16px;
    margin-top: 30px;
}








/* Powered by AI - Corner Logo - Fixed for Fourth Hero Section */
.fourthHeroSection .heroOneBox {
    position: relative; /* Ensure this container can contain absolute positioned elements */
}

.fourthHeroSection .powered-by-ai {
    position: absolute;
    bottom: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    z-index: 10;
    transition: all 0.3s ease;
    cursor: default;
}

.fourthHeroSection .ai-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #1a1a1a;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.fourthHeroSection .powered-by-ai:hover {
    transform: translateY(-1px);
    color: rgba(255, 255, 255, 0.9);
}

.fourthHeroSection .powered-by-ai:hover .ai-icon {
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

/* Mobile responsive for Powered by AI - Alternative Position */
@media screen and (max-width: 767px) {
    .fourthHeroSection .powered-by-ai {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 15px;
        font-size: 10px;
        gap: 4px;
    }
    
    .fourthHeroSection .ai-icon {
        width: 12px;
        height: 12px;
        font-size: 8px;
    }
}












/* PO bill page css code here  */
.poBoxSection{
    height: 750px;
    width: 100%;
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
    /* margin-top: 65px; */
}
.poBoxInner{
    height: 500px;
    width: 100%;
    padding: 100px 0 0 0;
    background: url("../img/hero-one-bg.png");
    background-size: contain;
    color: #fff;
}

.poBoxInner h1{
    font-size: 38px;
    font-weight: 600;
    padding-top: 35px;
}
.poBoxInner .mb-10{
    font-size: 24px;
    font-weight: 400;
    color: #FFCC00;
    margin: 20px 0;
}

.poSectionBox{
    height: auto;
    width: 100%;
    padding: 15px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 4px #0000001c inset;
    z-index: 100;
}
.poSectionBox .form-label{
    margin: 5px 0;
    font-size: 14px;
}
.poSectionBox h2{
    font-weight: 600;
    font-size: 32px;
    color: #292D35;
    padding: 15px 0;
}
.poSectionBox form label{
    color: #667085;
}
.poSectionBox form label span{
    color: #C33B3B;
}
.poSectionBox form input, .poSectionBox form select{
    padding: 8px 10px;
    box-shadow: none !important;
    transition: 500ms ease;
    color: #76797C;
    font-size: 14px;
}
.poSectionBox form input:focus, .poSectionBox form select:focus{
    border-color: #76797C !important;
}
.poSectionBox form input::placeholder{
    color: #76797C;
}
.poSectionBox input[type=number]::-webkit-inner-spin-button, 
.poSectionBox input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.poTrustedBrands p{
    font-size: 18px;
    font-weight: 400;
    margin: 275px  0 10px 0;
}

.poTrustedBrands p span{
    color: #ADD1EC;
}
.poBillStoreSection{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #6658D6;
    color: #fff;
}
.storeInner{
    display: flex;
    align-items: center;
    
}

.storeInner .storeLeft img{
    width: 49px;
    height: 52px;
    margin-right: 20px;
}
.storeRight .starRatingPO {
    display: flex;
    align-items: center;
    justify-content: center;
}
.storeRight .starRatingPO img{
    width: 132px;
    height: 20px;
}
.storeRight h5{
    font-size: 16px;
}

.POsubmitBtn{
    height: auto;
    width: 100%;
    margin: 35px 0 15px 0;
    padding: 12px 0;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 50px;
}

.poFooterSec{
    height: auto;
    width: 100%;
    background-color: #F1F0FC;
    margin-top: 0px;
}
.poFooterInner{
    height: auto;
    width: 100%;
    padding: 25px  0 150px 0;
    background: url("../img/hero-one-bg.png");
    background-size: cover;
    background-position: right;
    color: #14161B;
}

.poFooterInner img{
    width: 80%;
    margin-top: 10px;
}

/* book demo page code here  */

.bookDemoSection{
    height: auto;
    width: 100%;
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
    margin-top: 65px;
}
.bookDemoInner{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: url("../img/hero-one-bg.png");
    background-size: contain;
    color: #fff;
}
form{
    padding: 10px;
    /* margin: 20px 40px; */
    /* margin-top: 25px; */
    border-radius: 12px;
}

form h3{
    text-align: center;
}

.bookDemoInner p{
    font-size: 16px;
    font-weight: 400;
}

.PObillMain form input{
    padding: 8px 10px;
    box-shadow: none !important;
    transition: 500ms ease;
    color: #76797C;
    width: 80%;
    border: 0;
    border-bottom: 1px solid #3D4350;
    border-radius: 0;
    border-style: dashed;
    margin-left: 10px;
}
.PObillMain form input:focus{
    border-color: #3D4350;
}   
.PObillMain .form-label{
    margin: 0;
}

.POoneLeft{
    height: 150px;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #3D4350;
    border-style: dashed;
}
.POoneLeft p{
    width: 100% !important;
}
.PObillMain p, .PObillMain .form-label{
    width: 20%;
    font-size: 14px;
}
.PObillMain .form-label{
    font-size: 12px;
}

.file-upload-wrapper {
    position: relative;
    display: flex;
    height: 150px;
    width: 150px;
}
.file-upload-input {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0;
    cursor: pointer;
}
.file-upload-label {
    display: flex;
    height: auto;
    width: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #3D4350;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
}
.file-upload-label .icon {
    margin-right: 10px;
}
.image-preview {
    margin-top: 10px;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    height: 150apx;
    width: 150px;
}

.billFormHeader{
    padding: 14px 0;
    margin: 30px 0 20px 0;
    background-color: #F0F1F3;
}

.billFormHeader h6{
    padding: 0 8px;
    margin: 0;
}
table{
    border: 1px solid #ccc;
    border-radius: 10px;
}
thead th{
    background-color: #E0E2E7 !important;
    color: #292D35 !important;
    font-weight: 500 !important;
    border: 1px solid #ccc;
}
thead{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px;
}
table tr td{
    background-color: rgb(255, 255, 255) !important;
    color: #292D35 !important;
    opacity: 1;
    border: 1px solid #ccc;
}
.PObillBtn{
    height: auto;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
    border: 2px solid #4C3CCE;
    border-radius: 50px;
    margin-top: 20px;
}
.POprint{
    margin-top: 100px;
}

.POdownload{
    background-color: transparent;
    border: 2px solid #4C3CCE;
    color: #4C3CCE;
}
.TOCnotesSec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TOC, .Notes{
    width: 250px;
    text-align: center;
    padding: 10px 20px;
    color: #0C8CE9;
    border-radius: 5px;
    border: 2px solid #0C8CE9;
    border-style: dashed;
    margin-top: 80px;
}
.Notes{
    width: 200px !important;
}
.totalAmount{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.thankyou-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: white;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

#message {
    color: black;
    font-size: 20px;
    text-align: center;
}

.mt-1 {
    margin-top: 0.5rem !important;
}





/* small device responsive code here  */

@media screen and (max-width: 767px) {
    table{
        margin-top: 20px;
    }
    .hideMobile{
        display: none;
    }

    .ctafirstBtnLeft {
        padding: 10px 20px;
        margin: 5px;
        font-size: 14px;
        width: auto;
    }
    
    .ctafirstBtnRight {
        padding: 10px 20px;
        margin: 5px;
        font-size: 14px;
        width: auto;
    }
    
    .justCta {
    background-image: none !important;
    background: none !important;
    padding:20px 0 !important;
}
    
    .navBtnNew{
        font-size: 12px;
        padding: 8px 0;
        width: 130px;
        margin-left: 15px;
    }
    
    .navBtnLink {
        font-size: 12px;
    }
    
    .fourthHeroSection .heroOneInner {
        padding: 125px 0 50px 0;    
    }
    
    .thirdHeroOneBoxInner {
        padding: 0 20px;
    }
    
    
    ul.navbar-nav.me-auto.mb-2.mb-lg-0{
        display: flex;
        flex-direction: row;
    }
    .nav-link{
        padding: 0 5px !important;
        font-weight: 600;
        font-size: 16px;
        font-family: 'Poppins';
        
    }
    
    .mb-2{
        margin: 0 !important;
    }
    .heroOne{
        padding: 0;
    }
    .heroOneInner{
        padding: 60px 0;
    }
    .secondHeroSection{
        padding: 60px 0 0 0;
    }
    .secondHeroSection .heroOneBox {
        margin-bottom: 80px;
    }
    .heroOneBox{
        padding: 30px;
        margin-top: 10px;
    }
    .heroOneBox h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .heroOneBox ul li {
        padding: 3px 0;
        font-size: 14px;
    }
    .heroOneBox ul li img {
        height: 20px;
        width: 20px;
    }
    .heroOneBox ul {
        padding: 15px 0;
    }
    .firstHeroBtn{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .firstBtnRight{
        margin-top: 10px;
    }
    .firstBtnLeft{
        width: 100%;
        font-size: 14px;
    }
    .heroOneBox p{
        text-align: center !important;
        margin: 0;
        margin-top: 5px;
    }
    .CTAText{
        padding-top: 10px;
        font-size: 14px !important;
    }
    .firstSecInner{
        margin-top: 10px;
    }
    .thirdHeroWhiteBg, .thirdHeroSecion{
        height: auto;
    }
    .thirdHeroSecion .heroOneInner{
        background-size: cover;
        background-position: center;
        padding-top: 0;
    }
    .thirdHeroSecion .firstHeroBtn, .thirdHeroSecion .firstBtnLeft, .fourthHeroSection .firstHeroBtn{
        width: 100%;
    }
    .thirdHeroSecion .heroOneBox ul{
        display: block;
    }
    .thirdHeroSecion .heroOneInner h1 {
        text-align: left;
    }
    .thirdHeroSecion .CTAText{
        margin-top: 20px;
    }
    .fourthHeroSection .heroOneBox ul{
        display: block;
    }
    .fourthHeroSection .firstBtnLeft{
        width: 100%;
        padding: 10px 20px;
        margin: 5px;
    }
    .fourthHeroSection .heroOneBox h1{
        text-align: center;
    }
    .fourthHeroSection .priceStartText{
        text-align: center;
        margin-bottom: 20px;
        /* margin-left: -260px; */
        color: #fff;
        font-size: 16px;
        margin-top: 30px;
    }
    .CTATextFourth{
        font-size: 14px;
    }
    .fifthtextInner{
        display: block;
    }
    .fifthtextInner .fifthInnerTextRight{
        margin: 0;
        display: none;
    }
    .sixthCTA{
        font-size: 12px;
    }
    .sixthCTA img {
        width: 18px;
    }
    .secondSectionOne h2{
        font-size: 25px;
    }
    .secondSectiontext p{
        font-size: 12px;
    }
    .secondSectiontext h5{
        font-size: 18px;
    }
    .secondSectionImage{
        padding: 60px 0;
    }
    .secondSectionTwo h2{
        font-size: 25px;
    }
    .secondSectionBox img{
        height: auto;
    }
    .secondTwoText p {
        font-size: 14px;
    }
    .secondTwoText h5 {
        font-size: 18px;
    }
    .secondSectionBox{
        height: 320px;
    }
    .reviewSection{
        height: auto;
    }
    .reviewText {
        font-size: 18px;
    }
    .reviewerName{
        font-size: 13px;
    }
    .thirdSectionNew h2{
        font-size: 30px;
    }
    .thirdLeftBox{
        height: 420px;
    }
    .thirdText p{
        font-size: 16px;
    }
    .fourthSectionNew h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .googleReviewSection p{
        font-size: 18px;
    }
    .fifthOutertextBox p{
        font-size: 14px;
    }
    .fifthOutertextBox h2{
        font-size: 35px;
    }
    .sixthSectionNew h3{
        font-size: 35px;
    }
    .sixthNewBox{
        margin-top: 20px;
    }
    .mainReviewSection h2{
        font-size: 35px;
    }
    .mainReviewSectonBox{
        margin-top: 20px;
    }
    .pricingSectionOne h2{
        font-size: 35px;
    }
    .pricingSectionOne{
        padding: 50px 0;
    }
    .priceTagNew{
        margin-top: 20px;
    }
    .priceBanner{
        padding: 20px 40px;
    }
    .priceBannerInnerLeft ul{
        display: block;
    }
    .priceBannerInnerLeft ul li{
        padding: 5px 0;
    }
    .priceBannerInnerRight {
        padding: 10px 0;
    }


    /* po bill page  */
    .poBoxSection, .poBoxInner{
        height: auto;
    }

    .poSectionBox{
        margin: 20px 0;
        padding: 5px;
    }
    
    .poSectionBox h2 {
        font-size: 22px;
        padding:25px 10px 0 10px;
    }
    
    
    .storeInner {
        justify-content: center;
        margin: 10px 0;
    }
    .storeRight .starRatingPO img {
        width: 102px;
        height: 13px;
    }
    .storeRight h5 {
        margin: 0;
    }
    .storeLeft img{
        margin-right: 1px !important;
    }
    
    
    .poTrustedBrands {
    display: none;
    }
    
    .poBillStoreSection{
        padding: 25px 0;
    }
    .poFooterInner{
        padding: 50px 0;
    }
    .poBoxInner{
        padding-top: 50px;
    }
    .poBoxInner h1 {
        font-size: 28px;
    }
    .TOC, .Notes {
        width: 170px;
        text-align: center;
        padding: 5px 10px;
        font-size: 12px;
        color: #0C8CE9;
        border-radius: 5px;
        border: 2px solid #0C8CE9;
        border-style: dashed;
        margin-top: 80px;
    }
    .POprint {
        margin-top: 20px;
    }
    .PObillMain p, .PObillMain .form-label {
        width: 20%;
        font-size: 12px;
    }

    .file-upload-wrapper {
        height: 100px;
        width: 100px;
    }
    .PObillMain form input{
        font-size: 13px;
    }
    table tr td, thead th{
        font-size: 12px;
    }

    #message {
        color: black;
    }
    
}