/* OneClick Vakil Dynamic Homepage Styles - Isolated to avoid conflicts */

/* Import Gujarati Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Gujarati:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Scope all styles to homepage only to avoid conflicts */
#ovakil_homepage_dynamic {
    font-family: 'Noto Sans Gujarati', sans-serif;
}

/* Global Styles - Only for homepage */
#ovakil_homepage_dynamic .gujarati-font {
    font-family: 'Noto Sans Gujarati', sans-serif !important;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fix for Gujarati text in carousel headings */
#ovakil_homepage_dynamic .swiper-slide .ovakil-card-title.gujarati-font {
    line-height: 1.5;
    height: auto;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem 0;
    overflow: visible;
}

/* Ensure carousel containers have consistent height - reduced by 50% */
#ovakil_homepage_dynamic .swiper-slide {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
    display: flex !important;
    align-items: stretch !important;
}

#ovakil_homepage_dynamic .ovakil-card-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Gradient Text */
#ovakil_homepage_dynamic .gradient-text {
    background: linear-gradient(135deg, #705cd6 0%, #4f46e5 50%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Container - Scoped to homepage */
#ovakil_homepage_dynamic .ovakil-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Enhanced Hero Section with Canvas Animation */
#ovakil_homepage_dynamic .ovakil-hero-section {
    background: linear-gradient(135deg, #4c1d95 0%, #5b21b6 25%, #6d28d9 50%, #7c3aed 75%, #8b5cf6 100%);
    padding: 8rem 0 6rem;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: grid;
    place-items: center;
    text-align: center;
}

#ovakil_homepage_dynamic .ovakil-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#ovakil_homepage_dynamic .ovakil-hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
}

#ovakil_homepage_dynamic .ovakil-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0,0,0,1) 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

#ovakil_homepage_dynamic .ovakil-hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, transparent 33%, transparent 67%, rgba(0,0,0,1) 100%);
    z-index: 3;
    pointer-events: none;
}

/* Animated Grid Background */
#ovakil_homepage_dynamic .ovakil-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(0deg, transparent 49px, rgba(255, 255, 255, 0.1) 50px, rgba(255, 255, 255, 0.1) 50.5px, transparent 51.5px),
        linear-gradient(90deg, transparent 49px, rgba(255, 255, 255, 0.1) 50px, rgba(255, 255, 255, 0.1) 50.5px, transparent 51.5px);
    background-size: 50px 50px;
    opacity: 0.6;
    z-index: 1;
}

/* Grid overlay for better visibility */
#ovakil_homepage_dynamic .ovakil-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

#ovakil_homepage_dynamic .ovakil-hero-content {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#ovakil_homepage_dynamic .ovakil-hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

#ovakil_homepage_dynamic .ovakil-search-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

#ovakil_homepage_dynamic .ovakil-search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

#ovakil_homepage_dynamic .ovakil-search-input {
    width: 100%;
    padding: 1rem 4rem 1rem 1.5rem;
    font-size: 1.125rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    height: 3.5rem;
    font-weight: 400;
    color: #ffffff;
}

#ovakil_homepage_dynamic .ovakil-search-input:focus {
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 20px 40px rgba(0, 0, 0, 0.4);
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

#ovakil_homepage_dynamic .ovakil-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#ovakil_homepage_dynamic .ovakil-search-button {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    padding: 0;
    border: none;
    border-radius: 2.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

#ovakil_homepage_dynamic .ovakil-search-button:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.5);
}

/* Main Content */
#ovakil_homepage_dynamic .ovakil-main-content {
    background: #f8fafc;
}

/* Section Styles */
#ovakil_homepage_dynamic .ovakil-section {
    padding: 5rem 0;
}

#ovakil_homepage_dynamic .ovakil-section:nth-child(even) {
    background: #f8fafc;
}

#ovakil_homepage_dynamic .ovakil-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

#ovakil_homepage_dynamic .ovakil-section-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

/* View All Button Styles */
.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    border-radius: 3rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-all-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.view-all-btn:hover::before {
    left: 100%;
}

.view-all-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.view-all-btn i {
    transition: transform 0.3s ease;
}

.view-all-btn:hover i {
    transform: translateX(0.25rem);
}

/* View All Button Color Variants */
.view-all-btn-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
}

.view-all-btn-purple:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: white;
}

.view-all-btn-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.view-all-btn-green:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
}

.view-all-btn-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.view-all-btn-blue:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
}

.view-all-btn-orange {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.view-all-btn-orange:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: white;
}

#ovakil_homepage_dynamic .ovakil-section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

#ovakil_homepage_dynamic .ovakil-section-description {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.6;
}

#ovakil_homepage_dynamic .ovakil-section-footer {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem 0 0.5rem;
    position: relative;
}

#ovakil_homepage_dynamic .ovakil-section-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}

/* Carousel Container */
#ovakil_homepage_dynamic .ovakil-carousel-container {
    position: relative;
    margin: 0 -1rem;
}

/* Card Styles */
#ovakil_homepage_dynamic .ovakil-card-wrapper {
    padding: 0.5rem;
    height: 100%;
}

#ovakil_homepage_dynamic .ovakil-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100% !important;
    display: flex;
    flex-direction: column;
    min-height: 360px !important;
    max-height: 360px !important;
    cursor: pointer;
    overflow: hidden;
}

#ovakil_homepage_dynamic .ovakil-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

#ovakil_homepage_dynamic .ovakil-card-purple {
    border-color: rgba(139, 92, 246, 0.2);
}

#ovakil_homepage_dynamic .ovakil-card-purple:hover {
    border-color: #8b5cf6;
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.2);
}

#ovakil_homepage_dynamic .ovakil-card-green {
    border-color: rgba(34, 197, 94, 0.2);
}

#ovakil_homepage_dynamic .ovakil-card-green:hover {
    border-color: #22c55e;
    box-shadow: 0 20px 40px rgba(34, 197, 94, 0.2);
}

#ovakil_homepage_dynamic .ovakil-card-blue {
    border-color: rgba(59, 130, 246, 0.2);
}

#ovakil_homepage_dynamic .ovakil-card-blue:hover {
    border-color: #3b82f6;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
}

#ovakil_homepage_dynamic .ovakil-card-content {
    padding: 0.75rem 1.25rem;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#ovakil_homepage_dynamic .ovakil-card-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0;
}

#ovakil_homepage_dynamic .ovakil-card-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

#ovakil_homepage_dynamic .ovakil-icon-purple {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    color: #8b5cf6;
}

#ovakil_homepage_dynamic .ovakil-icon-green {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #22c55e;
}

#ovakil_homepage_dynamic .ovakil-icon-blue {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #3b82f6;
}

#ovakil_homepage_dynamic .ovakil-card:hover .ovakil-card-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#ovakil_homepage_dynamic .ovakil-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1.3;
    flex-grow: 1;
    text-align: left;
    word-wrap: break-word;
    hyphens: auto;
}

#ovakil_homepage_dynamic .ovakil-card-description {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#ovakil_homepage_dynamic .ovakil-card:hover .ovakil-card-description {
    color: #475569;
}

#ovakil_homepage_dynamic .ovakil-card-footer {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #f1f5f9;
    background: rgba(248, 250, 252, 0.5);
    margin-top: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Button Styles */
#ovakil_homepage_dynamic .ovakil-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.625rem 3rem; /* Reduced height, increased width */
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    min-width: 200px; /* Increased minimum width */
    max-width: 280px; /* Increased maximum width */
    height: 42px; /* Fixed height for consistency */
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    white-space: nowrap; /* Prevent text wrapping */
}

#ovakil_homepage_dynamic .ovakil-btn-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
}

#ovakil_homepage_dynamic .ovakil-btn-purple:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    color: white;
    text-decoration: none;
    border-color: #7c3aed;
}

#ovakil_homepage_dynamic .ovakil-btn-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

#ovakil_homepage_dynamic .ovakil-btn-green:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
    color: white;
    text-decoration: none;
    border-color: #059669;
}

#ovakil_homepage_dynamic .ovakil-btn-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

#ovakil_homepage_dynamic .ovakil-btn-blue:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
    border-color: #2563eb;
}

#ovakil_homepage_dynamic .ovakil-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    border-radius: 3rem;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#ovakil_homepage_dynamic .ovakil-btn-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

#ovakil_homepage_dynamic .ovakil-btn-outline:hover::before {
    left: 100%;
}

#ovakil_homepage_dynamic .ovakil-btn-outline-purple {
    border: 2px solid #8b5cf6;
    color: #8b5cf6;
}

#ovakil_homepage_dynamic .ovakil-btn-outline-purple:hover {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    color: white;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(139, 92, 246, 0.4);
    text-decoration: none;
    border-color: #8b5cf6;
}

#ovakil_homepage_dynamic .ovakil-btn-outline-green {
    border: 2px solid #10b981;
    color: #10b981;
}

#ovakil_homepage_dynamic .ovakil-btn-outline-green:hover {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4);
    text-decoration: none;
    border-color: #10b981;
}

#ovakil_homepage_dynamic .ovakil-btn-outline-blue {
    border: 2px solid #3b82f6;
    color: #3b82f6;
}

#ovakil_homepage_dynamic .ovakil-btn-outline-blue:hover {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.4);
    text-decoration: none;
    border-color: #3b82f6;
}

/* Line Clamp Utility */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Features Section - Why Choose Us */
.features-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 5rem 0;
    position: relative;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
}

.features-section .container {
    position: relative;
    z-index: 2;
}

.section-title-professional {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.text-omnisol-gradient {
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-card-enhanced {
    background: white;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card-enhanced:hover {
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.15);
    transform: translateY(-5px);
    background: rgba(139, 92, 246, 0.02);
}

.feature-icon-enhanced {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card-enhanced:hover .feature-icon-enhanced {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.feature-title-enhanced {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-description-enhanced {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Animation for feature cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card-enhanced {
    animation: fadeInUp 0.6s ease-out;
}

.feature-card-enhanced:nth-child(1) { animation-delay: 0.1s; }
.feature-card-enhanced:nth-child(2) { animation-delay: 0.2s; }
.feature-card-enhanced:nth-child(3) { animation-delay: 0.3s; }
.feature-card-enhanced:nth-child(4) { animation-delay: 0.4s; }

/* Statistics Section */
.statistics-section-inline {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
    color: #1e293b;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.statistics-section-inline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(139,92,246,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
}

.statistics-section-inline .container {
    position: relative;
    z-index: 2;
}

.stats-counter {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 92, 246, 0.2);
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.1);
}

.stats-counter:hover {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.2);
    border: 2px solid rgba(139, 92, 246, 0.3);
}

.stats-counter-number {
    font-size: 3rem;
    font-weight: 700;
    color: #8b5cf6;
    margin-bottom: 0.5rem;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(139, 92, 246, 0.2);
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-counter-label {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-shadow: none;
}

.omisol-section {
    position: relative;
}

/* Statistics Animation */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-counter {
    animation: countUp 0.6s ease-out;
}

.stats-counter:nth-child(1) { animation-delay: 0.1s; }
.stats-counter:nth-child(2) { animation-delay: 0.2s; }
.stats-counter:nth-child(3) { animation-delay: 0.3s; }
.stats-counter:nth-child(4) { animation-delay: 0.4s; }

/* Legal Services Section */
.page-header {
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%) !important;
    padding: 4rem 0 !important;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: 3rem !important;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header .lead {
    font-size: 1.25rem;
    opacity: 0.9;
    margin: 0;
}

.service-filter-container {
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.omisol-product-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.omisol-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 1;
}

.omisol-product-card:hover::before {
    transform: scaleX(1);
}

.omisol-product-card:hover {
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.15);
    border: 2px solid #8b5cf6;
    background: rgba(139, 92, 246, 0.02);
}

.product-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23cbd5e1" stroke-width="1.5"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><circle cx="8.5" cy="8.5" r="1.5"/><polyline points="21,15 16,10 5,21"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.5;
    z-index: 1;
}

.product-image-container img {
    position: relative;
    z-index: 2;
}

.omisol-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.omisol-product-card:hover .omisol-product-image {
    transform: scale(1.05);
}

.omisol-product-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.omisol-product-category {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    width: fit-content;
}

.omisol-product-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.omisol-product-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
    font-size: 0.95rem;
}

.omisol-product-footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.omisol-product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #8b5cf6;
    margin-bottom: 1rem;
}

.omisol-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    color: white;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 100%;
}

.omisol-product-btn:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
    color: white;
    text-decoration: none;
}

/* Fade in animation */
.fade-in {
    animation: fadeInUp 0.6s ease-out;
}

/* Certifications Section */
.certifications-section-enhanced {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 5rem 0;
    position: relative;
}

.certifications-section-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(139, 92, 246, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
}

.certifications-section-enhanced .container {
    position: relative;
    z-index: 2;
}

.certification-item-enhanced {
    background: white;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Removed top border effect for cleaner look */

.certification-item-enhanced:hover {
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.15);
    border: 2px solid #8b5cf6;
    background: rgba(139, 92, 246, 0.02);
}

.cert-logo-enhanced {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.certification-item-enhanced:hover .cert-logo-enhanced {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.cert-title-enhanced {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.cert-desc-enhanced {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Animation for certification items */
.certification-item-enhanced {
    animation: fadeInUp 0.6s ease-out;
}

.certification-item-enhanced:nth-child(1) { animation-delay: 0.1s; }
.certification-item-enhanced:nth-child(2) { animation-delay: 0.2s; }
.certification-item-enhanced:nth-child(3) { animation-delay: 0.3s; }
.certification-item-enhanced:nth-child(4) { animation-delay: 0.4s; }

/* About Section */
.omisol-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.section-title-professional {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.section-subtitle-professional {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.btn-primary-enhanced {
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    border: none;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-primary-enhanced:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
    color: white;
    text-decoration: none;
}

.about-image img {
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.02);
}

/* Testimonials Section */
.testimonial-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.15);
    border: 2px solid #8b5cf6;
    background: rgba(139, 92, 246, 0.02);
}

.testimonial-content {
    position: relative;
    z-index: 2;
}

.testimonial-rating {
    color: #fbbf24;
    font-size: 1.125rem;
}

.testimonial-text {
    font-style: italic;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
}

.testimonial-info h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

.testimonial-info p {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
}

/* Animation for testimonials */
.testimonial-card {
    animation: fadeInUp 0.6s ease-out;
}

.testimonial-card:nth-child(1) { animation-delay: 0.1s; }
.testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.testimonial-card:nth-child(3) { animation-delay: 0.3s; }

/* Responsive Design */
@media (max-width: 768px) {
    .hero-services-carousel {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .ovakil-search-section h1 {
        font-size: 2.5rem;
    }
    
    .service-card .relative {
        padding: 1.5rem;
    }
    
    .grid.md\\:grid-cols-2.lg\\:grid-cols-3.xl\\:grid-cols-4 {
        grid-template-columns: 1fr;
    }
    
    .grid.md\\:grid-cols-2.lg\\:grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

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

@media (min-width: 1280px) {
    .grid.md\\:grid-cols-2.lg\\:grid-cols-3.xl\\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-up {
    animation: slideUp 0.6s ease-in-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Utility Classes */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

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

.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; }

.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }

.pt-8 { padding-top: 2rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }

.pb-8 { padding-bottom: 2rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-20 { padding-bottom: 5rem; }

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

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

.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }

/* Empty State */
#ovakil_homepage_dynamic .ovakil-card-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

#ovakil_homepage_dynamic .ovakil-empty-state {
    text-align: center;
}

#ovakil_homepage_dynamic .ovakil-empty-icon {
    font-size: 3rem;
    color: #cbd5e1;
    margin-bottom: 1rem;
}

#ovakil_homepage_dynamic .ovakil-empty-text {
    color: #94a3b8;
    font-size: 0.875rem;
}

/* Swiper Carousel Styles */
#ovakil_homepage_dynamic .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    overflow: visible;
}

#ovakil_homepage_dynamic .swiper-slide {
    height: auto;
}

#ovakil_homepage_dynamic .swiper-wrapper {
    align-items: stretch;
}

#ovakil_homepage_dynamic .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 2rem !important;
    text-align: center !important;
    padding-top: 1rem !important;
}

/* Fixed pagination bullets - no position change on hover */
#ovakil_homepage_dynamic .swiper-pagination-bullet {
    background: #e2e8f0 !important;
    opacity: 1 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 8px !important;
    transition: background-color 0.3s ease, opacity 0.3s ease !important;
    cursor: pointer !important;
    border-radius: 50% !important;
}

#ovakil_homepage_dynamic .swiper-pagination-bullet:hover {
    background: #94a3b8 !important;
    opacity: 1 !important;
}

#ovakil_homepage_dynamic .swiper-pagination-bullet-active {
    background: #8b5cf6 !important;
    opacity: 1 !important;
}

/* Purple carousel pagination (Latest Updates) */
#ovakil_homepage_dynamic .latest-updates-swiper .swiper-pagination-bullet {
    background: #8b5cf6 !important;
}

/* Blue carousel pagination (Document Drafting) */
#ovakil_homepage_dynamic .document-drafting-swiper .swiper-pagination-bullet {
    background: #3b82f6 !important;
}

/* Green carousel pagination (Special Services) */
#ovakil_homepage_dynamic .special-services-swiper .swiper-pagination-bullet {
    background: #10b981 !important;
}

/* Fixed navigation buttons - no position change on hover */
#ovakil_homepage_dynamic .swiper-button-next,
#ovakil_homepage_dynamic .swiper-button-prev {
    color: #8b5cf6 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    top: 50% !important;
    margin-top: -22px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    position: absolute !important;
}

#ovakil_homepage_dynamic .swiper-button-next:hover,
#ovakil_homepage_dynamic .swiper-button-prev:hover {
    background: #8b5cf6 !important;
    color: white !important;
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.4) !important;
    border-color: #8b5cf6 !important;
}

/* Purple carousel navigation (Latest Updates) */
#ovakil_homepage_dynamic .latest-updates-swiper .swiper-button-next,
#ovakil_homepage_dynamic .latest-updates-swiper .swiper-button-prev {
    color: #8b5cf6 !important;
}

#ovakil_homepage_dynamic .latest-updates-swiper .swiper-button-next:hover,
#ovakil_homepage_dynamic .latest-updates-swiper .swiper-button-prev:hover {
    background: #8b5cf6 !important;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3) !important;
}

/* Blue carousel navigation (Document Drafting) */
#ovakil_homepage_dynamic .document-drafting-swiper .swiper-button-next,
#ovakil_homepage_dynamic .document-drafting-swiper .swiper-button-prev {
    color: #3b82f6 !important;
}

#ovakil_homepage_dynamic .document-drafting-swiper .swiper-button-next:hover,
#ovakil_homepage_dynamic .document-drafting-swiper .swiper-button-prev:hover {
    background: #3b82f6 !important;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3) !important;
}

/* Green carousel navigation (Special Services) */
#ovakil_homepage_dynamic .special-services-swiper .swiper-button-next,
#ovakil_homepage_dynamic .special-services-swiper .swiper-button-prev {
    color: #10b981 !important;
}

#ovakil_homepage_dynamic .special-services-swiper .swiper-button-next:hover,
#ovakil_homepage_dynamic .special-services-swiper .swiper-button-prev:hover {
    background: #10b981 !important;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3) !important;
}

#ovakil_homepage_dynamic .swiper-button-next:after,
#ovakil_homepage_dynamic .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: bold !important;
}

/* Service Card Styles */
#ovakil_homepage_dynamic .ovakil-service-card {
    cursor: pointer;
    transition: all 0.3s ease;
}

#ovakil_homepage_dynamic .ovakil-service-card:hover {
    transform: translateY(-4px);
}

/* Contact Section */
#ovakil_homepage_dynamic .ovakil-contact-section {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    padding: 6rem 0;
    color: white;
}

#ovakil_homepage_dynamic .ovakil-contact-content {
    text-align: center;
}

#ovakil_homepage_dynamic .ovakil-contact-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

#ovakil_homepage_dynamic .ovakil-contact-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

#ovakil_homepage_dynamic .ovakil-contact-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

#ovakil_homepage_dynamic .contact-btn-primary {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #8b5cf6 !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    padding: 1rem 2rem !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    border-radius: 0.75rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

#ovakil_homepage_dynamic .contact-btn-primary:hover {
    background: white !important;
    color: #7c3aed !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
    border-color: white !important;
}

#ovakil_homepage_dynamic .contact-btn-secondary {
    background: transparent !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    padding: 1rem 2rem !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    border-radius: 0.75rem !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
}

#ovakil_homepage_dynamic .contact-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2) !important;
    border-color: white !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    #ovakil_homepage_dynamic .ovakil-hero-title {
        font-size: 2rem;
    }

    #ovakil_homepage_dynamic .ovakil-section-title {
        font-size: 2rem;
    }

    #ovakil_homepage_dynamic .ovakil-container {
        padding: 0 15px;
    }

    #ovakil_homepage_dynamic .ovakil-card-content {
        padding: 1rem;
    }

    #ovakil_homepage_dynamic .ovakil-card-footer {
        padding: 0.75rem 1rem;
    }

    #ovakil_homepage_dynamic .swiper-button-next,
    #ovakil_homepage_dynamic .swiper-button-prev {
        display: none !important;
    }

    #ovakil_homepage_dynamic .swiper {
        padding-bottom: 40px;
    }

    #ovakil_homepage_dynamic .ovakil-contact-title {
        font-size: 2rem;
    }

    #ovakil_homepage_dynamic .ovakil-contact-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    #ovakil_homepage_dynamic .ovakil-hero-title {
        font-size: 1.75rem;
    }

    #ovakil_homepage_dynamic .ovakil-section-title {
        font-size: 1.75rem;
    }

    #ovakil_homepage_dynamic .ovakil-search-input {
        font-size: 1rem;
        padding: 0.875rem 1.25rem;
    }

    #ovakil_homepage_dynamic .ovakil-card-icon {
        width: 3rem;
        height: 3rem;
    }

    #ovakil_homepage_dynamic .ovakil-card-title {
        font-size: 1rem;
    }

    #ovakil_homepage_dynamic .ovakil-contact-title {
        font-size: 1.5rem;
    }
}

/* Search Modal Styles */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search-modal.show {
    opacity: 1;
}

.search-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.search-modal-content {
    position: relative;
    background: white;
    border-radius: 1.5rem;
    width: 95%;
    max-width: 900px;
    max-height: 85vh;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.search-modal.show .search-modal-content {
    transform: translateY(0);
}

.search-modal-header {
    padding: 2rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    border-radius: 1.5rem 1.5rem 0 0;
}

.search-input-container {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    padding: 0.75rem;
    flex: 1;
    margin-right: 1.5rem;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.search-modal-input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
    outline: none;
    font-family: 'Noto Sans Gujarati', sans-serif;
    font-weight: 500;
}

.search-modal-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-modal-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-modal-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.search-modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.search-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
}

.search-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.search-modal-body {
    padding: 2rem;
    max-height: 65vh;
    overflow-y: auto;
    background: #f8fafc;
}

/* Enhanced Search Results Styling */
.search-results-header {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    border-radius: 0.75rem;
    text-align: center;
    font-weight: 600;
    color: #475569;
}

.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    background: white;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.search-result-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.15);
    border-color: #8b5cf6;
}

.search-result-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.search-result-content {
    flex: 1;
    min-width: 0;
}

.search-result-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.search-result-description {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.search-result-type {
    display: inline-block;
    background: #e2e8f0;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.search-result-arrow {
    color: #8b5cf6;
    font-size: 1rem;
    margin-left: 1rem;
    transition: transform 0.2s ease;
}

.search-result-item:hover .search-result-arrow {
    transform: translateX(0.25rem);
}

/* Text Highlighting */
.search-highlight {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    font-weight: 600;
}

/* Module Category Headers */
.search-category-header {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 1rem 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
}

.search-category-header i {
    margin-right: 0.5rem;
    font-size: 1.125rem;
}

.search-category-count {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
}

/* No Results Styling */
.search-no-results {
    text-align: center;
    padding: 3rem 2rem;
    color: #64748b;
}

.search-no-results i {
    font-size: 3rem;
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.search-no-results h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #475569;
}

.search-loading {
    text-align: center;
    padding: 2rem;
    color: #64748b;
}

.search-loading i {
    font-size: 2rem;
    color: #8b5cf6;
    margin-bottom: 1rem;
}

.search-loading {
    text-align: center;
    padding: 2rem;
    color: #6b7280;
}

.search-loading i {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #8b5cf6;
}

.search-results-header {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
    color: #6b7280;
    font-size: 0.875rem;
}

.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.search-result-item:hover {
    border-color: #8b5cf6;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
    transform: translateY(-2px);
}

.search-result-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 1rem;
    flex-shrink: 0;
}

.search-result-content {
    flex: 1;
}

.search-result-title {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

.search-result-description {
    margin: 0 0 0.5rem 0;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.4;
}

.search-result-type {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 0.75rem;
    border-radius: 0.375rem;
    text-transform: capitalize;
}

.search-result-arrow {
    color: #9ca3af;
    margin-left: 1rem;
    transition: color 0.2s ease;
}

.search-result-item:hover .search-result-arrow {
    color: #8b5cf6;
}

.search-no-results {
    text-align: center;
    padding: 3rem 1rem;
    color: #6b7280;
}

.search-no-results i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #d1d5db;
}

.search-no-results h4 {
    margin: 0 0 0.5rem 0;
    color: #374151;
}

.search-no-results p {
    margin: 0;
    font-size: 0.875rem;
}

/* Footer Fixes */
#wrapwrap footer {
    background: #1f2937 !important;
    color: white !important;
    padding: 2rem 0 !important;
}

#wrapwrap footer a {
    color: #d1d5db !important;
    text-decoration: none !important;
}

#wrapwrap footer a:hover {
    color: #8b5cf6 !important;
}

#wrapwrap footer .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
}

/* Bootstrap Grid System Fixes */
.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
}

.row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -0.75rem !important;
}

.col-lg-3, .col-lg-4, .col-lg-6, .col-md-6, .col-md-4 {
    padding: 0 0.75rem !important;
    flex: 0 0 auto !important;
}

.col-lg-3 {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.col-lg-4 {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}

.col-lg-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.col-md-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.col-md-4 {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}

.col-12 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Responsive Grid - Fixed for Why Choose OneClick Vakil */
@media (min-width: 1200px) {
    .col-lg-3 {
        width: 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .col-lg-3 {
        width: 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .col-lg-3, .col-lg-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    /* Keep col-lg-4 as 3 cards per row on medium screens */
    .col-lg-4 {
        width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (max-width: 767.98px) {
    .col-lg-3, .col-lg-4, .col-lg-6, .col-md-6, .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 1.5rem !important;
    }

    .container {
        padding: 0 1rem !important;
    }

    .row {
        margin: 0 -0.5rem !important;
    }

    .col-lg-3, .col-lg-4, .col-lg-6, .col-md-6, .col-md-4 {
        padding: 0 0.5rem !important;
    }
}

/* Text Utilities */
.text-center {
    text-align: center !important;
}

.text-muted {
    color: #6b7280 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Ensure proper spacing */
.omisol-section {
    padding: 5rem 0 !important;
}

.statistics-section-inline {
    padding: 4rem 0 !important;
}

.features-section {
    padding: 5rem 0 !important;
}

.certifications-section-enhanced {
    padding: 5rem 0 !important;
}

/* ===== TRUSTED CLIENTS SECTION ===== */

.clients-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.clients-scroll-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin: 2rem 0;
}

.clients-scroll-track {
    display: inline-flex;
    animation: clientsScroll 25s linear infinite;
    gap: 3rem;
    align-items: center;
}

.client-logo-item {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 80px;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.client-logo-item:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    border-color: #8b5cf6;
    background: #f8fafc;
}

.client-logo {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.client-logo-item:hover .client-logo {
    filter: grayscale(0%);
}

/* Fallback for missing images */
.client-logo-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 40px;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    border-radius: 0.5rem;
    opacity: 0.1;
    z-index: 1;
}

.client-logo-item::after {
    content: 'CLIENT';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    z-index: 2;
    letter-spacing: 0.05em;
}

@keyframes clientsScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.clients-section:hover .clients-scroll-track {
    animation-play-state: paused;
}

/* Enhanced Statistics Responsive Design */
@media (max-width: 991.98px) {
    .ovakil-stat-card {
        margin-bottom: 2rem;
    }

    .ovakil-stat-number {
        font-size: 3rem;
    }

    .ovakil-stat-icon {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .ovakil-statistics-section {
        padding: 3rem 0;
    }

    .ovakil-stat-card {
        padding: 2rem 1rem;
        margin-bottom: 1.5rem;
    }

    .ovakil-stat-number {
        font-size: 2.5rem;
    }

    .ovakil-stat-icon {
        font-size: 2rem;
    }

    .ovakil-stat-label {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .ovakil-stat-card {
        padding: 1.5rem 0.75rem;
    }

    .ovakil-stat-number {
        font-size: 2rem;
    }

    .ovakil-stat-icon {
        font-size: 1.75rem;
    }

    .ovakil-stat-label {
        font-size: 0.9rem;
    }
}

/* Mobile responsiveness for clients */
@media (max-width: 768px) {
    .client-logo-item {
        width: 120px;
        height: 70px;
    }

    .client-logo {
        max-width: 100px;
        max-height: 50px;
    }

    .clients-scroll-track {
        gap: 2rem;
        animation-duration: 20s;
    }

    /* Hero Section Mobile Enhancements */
    #ovakil_homepage_dynamic .ovakil-hero-section {
        padding: 6rem 0 4rem;
        min-height: 80vh;
    }

    #ovakil_homepage_dynamic .ovakil-hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    #ovakil_homepage_dynamic .ovakil-search-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }

    #ovakil_homepage_dynamic .ovakil-search-input {
        font-size: 1rem;
        padding: 0.875rem 3.5rem 0.875rem 1.25rem;
        height: 3rem;
    }

    #ovakil_homepage_dynamic .ovakil-search-button {
        width: 2.5rem;
        height: 2.5rem;
        right: 0.25rem;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ===== END TRUSTED CLIENTS SECTION ===== */

/* ===== DASHBOARD SECTION ===== */
.ovakil-dashboard-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.ovakil-dashboard-welcome h2 {
    color: #1e1b4b;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ovakil-dashboard-welcome h2 span {
    color: #8b5cf6;
}

.ovakil-dashboard-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(139, 92, 246, 0.1);
    height: 100%;
}

.ovakil-dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.3);
}

.ovakil-dashboard-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
}

.ovakil-dashboard-card h4 {
    color: #1e1b4b;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.ovakil-dashboard-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8b5cf6;
    margin-bottom: 1rem;
}

.ovakil-dashboard-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.ovakil-dashboard-link {
    color: #8b5cf6;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.375rem;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.2);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.ovakil-dashboard-link:hover {
    color: #ffffff;
    background: #8b5cf6;
    border-color: #8b5cf6;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(139, 92, 246, 0.3);
}

.ovakil-dashboard-link-secondary {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.375rem;
    background: rgba(107, 114, 128, 0.1);
    border: 1px solid rgba(107, 114, 128, 0.2);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.ovakil-dashboard-link-secondary:hover {
    color: #ffffff;
    background: #6b7280;
    border-color: #6b7280;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(107, 114, 128, 0.3);
}

.ovakil-quick-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.ovakil-quick-action-btn {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.ovakil-quick-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
    color: white;
    text-decoration: none;
}

.ovakil-quick-action-btn i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .ovakil-dashboard-welcome h2 {
        font-size: 2rem;
    }

    .ovakil-quick-actions {
        flex-direction: column;
        align-items: center;
    }

    .ovakil-quick-action-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}
/* ===== END DASHBOARD SECTION ===== */

/* Mobile Responsive Fixes for Small Screens */
@media (max-width: 480px) {
    /* Hero Section Small Mobile */
    #ovakil_homepage_dynamic .ovakil-hero-section {
        padding: 4rem 0 3rem;
        min-height: 70vh;
    }

    #ovakil_homepage_dynamic .ovakil-hero-title {
        font-size: 2rem;
        line-height: 1.1;
    }

    #ovakil_homepage_dynamic .ovakil-search-input {
        font-size: 0.9rem;
        padding: 0.75rem 3rem 0.75rem 1rem;
        height: 2.75rem;
    }

    #ovakil_homepage_dynamic .ovakil-search-button {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.875rem;
        right: 0.25rem;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Section Spacing */
    .ovakil-section {
        padding: 3rem 0;
    }

    .ovakil-section-title {
        font-size: 1.75rem;
    }

    .ovakil-section-description {
        font-size: 0.9rem;
    }

    /* Card Responsive */
    .ovakil-card {
        margin-bottom: 1rem;
    }

    .ovakil-card-title {
        font-size: 1rem;
    }

    .ovakil-card-description {
        font-size: 0.875rem;
    }
}

/* ===== ENHANCED STATISTICS SECTION ===== */

.ovakil-statistics-section {
    padding: 8rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

.ovakil-statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 25% 75%, rgba(139, 92, 246, 0.1) 0%, transparent 60%),
        radial-gradient(circle at 75% 25%, rgba(139, 92, 246, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
    z-index: 1;
    animation: statisticsGlow 8s ease-in-out infinite alternate;
}

@keyframes statisticsGlow {
    0% {
        opacity: 0.8;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.02);
    }
}

.ovakil-statistics-section .ovakil-container {
    position: relative;
    z-index: 2;
}

.ovakil-statistics-section .ovakil-section-title,
.ovakil-statistics-section .ovakil-section-description {
    color: #1e293b;
}

.ovakil-stats-container {
    margin-top: 3rem;
}

.ovakil-stat-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2rem;
    padding: 3rem 2rem;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(139, 92, 246, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 10px 30px rgba(139, 92, 246, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ovakil-stat-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #3b82f6, #10b981, #8b5cf6, #f59e0b);
    border-radius: 2rem;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ovakil-stat-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
}

.ovakil-stat-card:hover {
    background: #8b5cf6;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ovakil-stat-card:hover .ovakil-stat-icon i {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.ovakil-stat-card:hover .ovakil-stat-number {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.ovakil-stat-card:hover .ovakil-stat-label {
    color: #e0e7ff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ovakil-stat-card:hover::before {
    opacity: 1;
}

.ovakil-stat-card:hover::after {
    transform: translateX(100%);
}

@keyframes glareEffect {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.ovakil-stat-icon {
    font-size: 3rem;
    color: #8b5cf6;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(139, 92, 246, 0.2);
    transition: all 0.3s ease;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.ovakil-stat-number {
    font-size: 4rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1;
    transition: all 0.3s ease;
}

@keyframes numberGlow {
    0%, 100% {
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
    }
    50% {
        filter: drop-shadow(0 4px 12px rgba(59, 130, 246, 0.6));
    }
}

.ovakil-stat-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.5px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

/* ===== ENHANCED CLIENTS SECTION ===== */

.ovakil-clients-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.ovakil-clients-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin: 2rem 0;
    mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
    -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.ovakil-clients-track {
    display: inline-flex;
    animation: clientsSlide 30s linear infinite;
    gap: 4rem;
    align-items: center;
}

.ovakil-client-logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 100px;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ovakil-client-logo::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(139, 92, 246, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.ovakil-client-logo:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    border-color: #8b5cf6;
    background: #f8fafc;
}

.ovakil-client-logo:hover::before {
    opacity: 1;
    animation: clientGlare 0.6s ease-in-out;
}

@keyframes clientGlare {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.ovakil-client-logo img {
    max-width: 140px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: filter 0.3s ease;
}

.ovakil-client-logo:hover img {
    filter: grayscale(0%) opacity(1);
}

/* Fallback for missing images */
.ovakil-client-logo:empty::after {
    content: 'CLIENT LOGO';
    font-size: 0.875rem;
    font-weight: 600;
    color: #8b5cf6;
    letter-spacing: 0.05em;
}

@keyframes clientsSlide {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.ovakil-clients-section:hover .ovakil-clients-track {
    animation-play-state: paused;
}

/* ===== END ENHANCED CLIENTS SECTION ===== */

/* ===== COMPREHENSIVE RESPONSIVE DESIGN ===== */

/* Extra Large Screens (1400px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }

    #ovakil_homepage_dynamic .section-title-professional {
        font-size: 3rem;
    }

    #ovakil_homepage_dynamic .ovakil-btn {
        padding: 1.25rem 2.5rem;
        font-size: 1.125rem;
    }
}

/* Large Screens (992px to 1399px) */
@media (max-width: 1399.98px) {
    .container {
        max-width: 1140px !important;
    }
}

/* Medium Screens (768px to 991px) */
@media (max-width: 991.98px) {
    .col-lg-3, .col-lg-6 {
        width: 50% !important;
        margin-bottom: 2rem !important;
    }

    /* Keep col-lg-4 as 3 cards per row on medium screens */
    .col-lg-4 {
        width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        margin-bottom: 2rem !important;
    }

    #ovakil_homepage_dynamic .section-title-professional {
        font-size: 2rem;
    }

    #ovakil_homepage_dynamic .section-subtitle-professional {
        font-size: 1rem;
    }

    .stats-counter {
        padding: 1.5rem 1rem;
    }

    .feature-card-enhanced {
        padding: 1.5rem;
    }

    .omisol-product-card {
        margin-bottom: 1.5rem;
    }

    .certification-item-enhanced {
        padding: 1.5rem;
    }
}

/* Small Tablets (768px to 991px) - 2 cards per row for col-lg-4 */
@media (max-width: 991.98px) and (min-width: 768px) {
    .col-lg-4 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Small Screens (576px to 767px) */
@media (max-width: 767.98px) {
    .col-lg-3, .col-lg-4, .col-lg-6, .col-md-6, .col-md-4 {
        width: 100% !important;
        margin-bottom: 1.5rem !important;
    }

    .container {
        padding: 0 1rem !important;
    }

    .row {
        margin: 0 -0.5rem !important;
    }

    .col-lg-3, .col-lg-4, .col-lg-6, .col-md-6, .col-md-4 {
        padding: 0 0.5rem !important;
    }

    #ovakil_homepage_dynamic .section-title-professional {
        font-size: 1.75rem;
        text-align: center;
    }

    #ovakil_homepage_dynamic .section-subtitle-professional {
        font-size: 0.95rem;
        text-align: center;
    }

    #ovakil_homepage_dynamic .ovakil-btn {
        padding: 0.625rem 2.5rem; /* Reduced height, increased width for mobile */
        font-size: 0.95rem;
        min-width: 180px; /* Increased minimum width */
        height: 38px; /* Fixed height for mobile */
    }

    .stats-counter {
        padding: 1.25rem 0.75rem;
    }

    .stats-counter-number {
        font-size: 2rem;
    }

    .stats-counter-label {
        font-size: 0.875rem;
    }

    .feature-card-enhanced {
        padding: 1.25rem;
        text-align: center;
    }

    .omisol-product-card {
        margin-bottom: 1.25rem;
    }

    .certification-item-enhanced {
        padding: 1.25rem;
        text-align: center;
    }

    /* Carousel adjustments for mobile */
    .swiper-slide {
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;
    }

    .ovakil-card {
        min-height: 300px !important;
        max-height: 300px !important;
    }

    .ovakil-card-title {
        font-size: 1rem;
    }

    .ovakil-card-content {
        font-size: 0.875rem;
    }

    /* Search modal mobile adjustments */
    .search-modal-content {
        width: 95% !important;
        max-height: 90vh !important;
        margin: 1rem !important;
    }

    .search-modal-header {
        padding: 1rem !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .search-input-container {
        margin-right: 0 !important;
        width: 100% !important;
    }
}

/* Extra Small Screens (below 576px) */
@media (max-width: 575.98px) {
    .container {
        padding: 0 0.75rem !important;
    }

    #ovakil_homepage_dynamic .section-title-professional {
        font-size: 1.5rem;
    }

    #ovakil_homepage_dynamic .section-subtitle-professional {
        font-size: 0.9rem;
    }

    #ovakil_homepage_dynamic .ovakil-btn {
        padding: 0.5rem 2rem; /* Reduced height, increased width for small mobile */
        font-size: 0.9rem;
        min-width: 160px; /* Increased minimum width */
        height: 36px; /* Fixed height for small mobile */
    }

    .stats-counter {
        padding: 1rem 0.5rem;
    }

    .stats-counter-number {
        font-size: 1.75rem;
    }

    .stats-counter-label {
        font-size: 0.8rem;
    }

    .feature-card-enhanced {
        padding: 1rem;
    }

    .certification-item-enhanced {
        padding: 1rem;
    }

    /* Carousel adjustments for extra small screens */
    .swiper-slide {
        height: 280px !important;
        min-height: 280px !important;
        max-height: 280px !important;
    }

    .ovakil-card {
        min-height: 260px !important;
        max-height: 260px !important;
    }

    .ovakil-card-title {
        font-size: 0.95rem;
    }

    .ovakil-card-content {
        font-size: 0.85rem;
    }
}

/* Landscape orientation adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .search-modal-content {
        max-height: 95vh !important;
        overflow-y: auto !important;
    }

    .omisol-section {
        padding: 3rem 0 !important;
    }

    .statistics-section-inline {
        padding: 3rem 0 !important;
    }

    .features-section {
        padding: 3rem 0 !important;
    }

    .certifications-section-enhanced {
        padding: 3rem 0 !important;
    }
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #ovakil_homepage_dynamic .gujarati-font {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Print styles */
@media print {
    .search-modal,
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none !important;
    }

    .omisol-section,
    .statistics-section-inline,
    .features-section,
    .certifications-section-enhanced {
        page-break-inside: avoid;
    }
}

/* ===== END COMPREHENSIVE RESPONSIVE DESIGN ===== */

/* ===== TESTIMONIALS SLIDER STYLES ===== */

.testimonials-section-enhanced {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 25% 75%, rgba(139, 92, 246, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 75% 25%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
}

.testimonials-section-enhanced .container {
    position: relative;
    z-index: 2;
}

.testimonials-carousel-container {
    position: relative;
    overflow: hidden;
    margin: 2rem 0;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 1.5rem;
}

.testimonial-item {
    flex: 0 0 calc(33.333% - 1rem);
    padding: 0 0.5rem;
}

.testimonial-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(139, 92, 246, 0.15);
    border: 2px solid #8b5cf6;
    background: rgba(139, 92, 246, 0.02);
}

.testimonial-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.quote-icon {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 2rem;
    color: rgba(139, 92, 246, 0.2);
    z-index: 1;
}

.testimonial-rating {
    color: #fbbf24;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-style: italic;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.testimonial-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
}

.testimonial-info h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

.testimonial-info p {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
}

.testimonials-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: white;
    border: 2px solid #e2e8f0;
    color: #8b5cf6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-btn:hover {
    background: #8b5cf6;
    color: white;
    border-color: #8b5cf6;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.testimonial-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Responsive adjustments for testimonials */
@media (max-width: 991.98px) {
    .testimonial-item {
        flex: 0 0 calc(50% - 1rem);
    }
}

@media (max-width: 767.98px) {
    .testimonial-item {
        flex: 0 0 100%;
    }

    .testimonials-track {
        gap: 1rem;
    }

    .testimonial-card {
        padding: 1.5rem;
        min-height: 280px;
    }

    .testimonials-controls {
        margin-top: 1.5rem;
    }
}

/* ===== END TESTIMONIALS SLIDER STYLES ===== */

/* ===== MARQUEE ANIMATION STYLES ===== */

.marquee-section {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 50%, #6d28d9 100%);
    color: white;
    padding: 1rem 0;
    overflow: hidden;
    position: relative;
}

.marquee-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="marquee-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23marquee-grid)"/></svg>');
    opacity: 0.3;
}

.marquee-container {
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    animation: marqueeScroll 30s linear infinite;
    gap: 4rem;
    align-items: center;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 500;
    color: white;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-family: 'Noto Sans Gujarati', sans-serif;
}

.marquee-item i {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 0.5rem;
    font-size: 1rem;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.marquee-section:hover .marquee-content {
    animation-play-state: paused;
}

/* Mobile responsiveness for marquee */
@media (max-width: 768px) {
    .marquee-item {
        font-size: 1rem;
    }

    .marquee-content {
        gap: 3rem;
        animation-duration: 25s;
    }
}

@media (max-width: 480px) {
    .marquee-item {
        font-size: 0.9rem;
    }

    .marquee-content {
        gap: 2.5rem;
        animation-duration: 20s;
    }
}

/* ===== END MARQUEE ANIMATION STYLES ===== */

/* ===== SWIPER CAROUSEL RESPONSIVE FIXES ===== */
.swiper-container {
    overflow: hidden !important;
}

.swiper-wrapper {
    display: flex !important;
    transition-timing-function: linear !important;
}

.swiper-slide {
    flex-shrink: 0 !important;
    width: auto !important;
    height: auto !important;
}

/* ===== ENHANCED SWIPER RESPONSIVE FIXES ===== */

/* Fix container overflow issues */
.ovakil-carousel-container {
    position: relative;
    margin: 0;
    padding: 0 1rem;
    overflow: hidden;
}

.swiper {
    width: 100%;
    padding: 1rem 0;
    overflow: visible;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

/* Desktop: 3 slides visible with proper spacing */
@media (min-width: 1200px) {
    .swiper-slide {
        width: calc(33.333% - 1rem) !important;
        margin-right: 1rem !important;
    }

    .ovakil-carousel-container {
        padding: 0 2rem;
    }
}

/* Large Tablet: 2 slides visible */
@media (max-width: 1199.98px) and (min-width: 992px) {
    .swiper-slide {
        width: calc(50% - 0.75rem) !important;
        margin-right: 0.75rem !important;
    }

    .ovakil-carousel-container {
        padding: 0 1.5rem;
    }
}

/* Medium Tablet: 2 slides visible */
@media (max-width: 991.98px) and (min-width: 768px) {
    .swiper-slide {
        width: calc(50% - 0.5rem) !important;
        margin-right: 0.5rem !important;
    }

    .ovakil-carousel-container {
        padding: 0 1rem;
    }
}

/* Mobile: 1 slide visible with proper margins */
@media (max-width: 767.98px) {
    .swiper-slide {
        width: calc(100% - 1rem) !important;
        margin-right: 0.5rem !important;
    }

    .ovakil-card {
        margin: 0;
    }

    .ovakil-carousel-container {
        padding: 0 0.5rem;
        margin: 0 -0.5rem;
    }

    .swiper {
        padding: 1rem 0.5rem;
    }
}

/* Extra small mobile */
@media (max-width: 575.98px) {
    .ovakil-carousel-container {
        padding: 0 0.25rem;
        margin: 0 -0.25rem;
    }

    .swiper-slide {
        width: calc(100% - 0.5rem) !important;
        margin-right: 0.25rem !important;
    }
}

/* Navigation buttons positioning - removed conflicting rules */

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    font-weight: 600;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Hide navigation on mobile */
@media (max-width: 767.98px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* Pagination - removed conflicting rules */

/* Glass Dock Fixed Position */
.glass-dock-fixed {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    pointer-events: none;
}

.glass-dock-fixed .glass-dock-wrapper {
    pointer-events: all;
}

/* Responsive Glass Dock */
@media (max-width: 768px) {
    .glass-dock-fixed {
        bottom: 1rem;
        right: 1rem;
    }
}

@media (max-width: 480px) {
    .glass-dock-fixed {
        bottom: 0.5rem;
        right: 0.5rem;
    }
}

/* Simple Glass Dock Styles */
.glass-dock-simple {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    border: 1px solid rgba(139, 92, 246, 0.2);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.15);
}

.dock-icon-simple {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.125rem;
}

.dock-icon-simple:hover {
    background: rgba(139, 92, 246, 0.2);
    color: #7c3aed;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

/* ===== END ENHANCED SWIPER RESPONSIVE FIXES ===== */

/* Enhanced CTA Section */
#ovakil_homepage_dynamic .ovakil-cta-section {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
}

#ovakil_homepage_dynamic .ovakil-cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#ovakil_homepage_dynamic .ovakil-cta-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

#ovakil_homepage_dynamic .ovakil-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 41, 59, 0.6);
    backdrop-filter: blur(2px);
}

#ovakil_homepage_dynamic .ovakil-cta-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

#ovakil_homepage_dynamic .ovakil-cta-header {
    margin-bottom: 4rem;
}

#ovakil_homepage_dynamic .ovakil-cta-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

#ovakil_homepage_dynamic .ovakil-cta-highlight {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#ovakil_homepage_dynamic .ovakil-cta-description {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

#ovakil_homepage_dynamic .ovakil-cta-features {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

#ovakil_homepage_dynamic .ovakil-cta-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #e2e8f0;
    font-size: 1.1rem;
}

#ovakil_homepage_dynamic .ovakil-cta-feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

#ovakil_homepage_dynamic .ovakil-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

#ovakil_homepage_dynamic .ovakil-cta-btn {
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
}

#ovakil_homepage_dynamic .ovakil-cta-btn-primary {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    border: 2px solid transparent;
}

#ovakil_homepage_dynamic .ovakil-cta-btn-primary:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.3);
}

#ovakil_homepage_dynamic .ovakil-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

#ovakil_homepage_dynamic .ovakil-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

#ovakil_homepage_dynamic .ovakil-cta-btn-urgent {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border: 2px solid transparent;
    animation: pulse 2s infinite;
}

#ovakil_homepage_dynamic .ovakil-cta-btn-urgent:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(239, 68, 68, 0.3);
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
    50% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
}

#ovakil_homepage_dynamic .ovakil-cta-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 3rem;
}

#ovakil_homepage_dynamic .ovakil-cta-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

#ovakil_homepage_dynamic .ovakil-cta-stat {
    text-align: center;
}

#ovakil_homepage_dynamic .ovakil-cta-stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

#ovakil_homepage_dynamic .ovakil-cta-stat-label {
    color: #cbd5e1;
    font-size: 1rem;
}

/* CTA Responsive Design */
@media (max-width: 768px) {
    #ovakil_homepage_dynamic .ovakil-cta-section {
        padding: 4rem 0;
    }

    #ovakil_homepage_dynamic .ovakil-cta-title {
        font-size: 2.5rem;
    }

    #ovakil_homepage_dynamic .ovakil-cta-description {
        font-size: 1.1rem;
    }

    #ovakil_homepage_dynamic .ovakil-cta-features {
        gap: 2rem;
    }

    #ovakil_homepage_dynamic .ovakil-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    #ovakil_homepage_dynamic .ovakil-cta-btn {
        width: 100%;
        max-width: 300px;
    }

    #ovakil_homepage_dynamic .ovakil-cta-stats {
        gap: 2rem;
    }

    #ovakil_homepage_dynamic .ovakil-cta-stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    #ovakil_homepage_dynamic .ovakil-cta-title {
        font-size: 2rem;
    }

    #ovakil_homepage_dynamic .ovakil-cta-features {
        flex-direction: column;
        gap: 1.5rem;
    }

    #ovakil_homepage_dynamic .ovakil-cta-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* ===== MARQUEE ANIMATION STYLES ===== */

.ovakil-marquee-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f3460 50%, #533483 75%, #7209b7 100%);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 1rem 0;
}

.ovakil-marquee-container {
    width: 100%;
    overflow: hidden;
}

.ovakil-marquee-content {
    display: inline-flex;
    animation: ovakilMarqueeScroll 30s linear infinite;
    gap: 60px;
    align-items: center;
}

.ovakil-marquee-item {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.ovakil-marquee-item:hover {
    opacity: 1;
}

.ovakil-marquee-item i {
    color: #ffd700;
    font-size: 1.2rem;
}

@keyframes ovakilMarqueeScroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.ovakil-marquee-section:hover .ovakil-marquee-content {
    animation-play-state: paused;
}

/* Mobile responsiveness for marquee */
@media (max-width: 768px) {
    .ovakil-marquee-item {
        font-size: 1rem;
    }

    .ovakil-marquee-content {
        gap: 40px;
        animation-duration: 25s;
    }
}

@media (max-width: 480px) {
    .ovakil-marquee-item {
        font-size: 0.9rem;
    }

    .ovakil-marquee-content {
        gap: 30px;
        animation-duration: 20s;
    }
}

/* ===== END MARQUEE ANIMATION STYLES ===== */
