/*
SpreaderSoft Custom Theme
Modern Blue & Green Technology Theme
*/

/* Root Variables for New Theme */
:root {
    --primary-color: #1e3a8a;
    --secondary-color: #10b981;
    --accent-color: #06b6d4;
    --dark-color: #1f2937;
    --light-color: #f8fafc;
    --gradient-primary: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    --gradient-secondary: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    --gradient-accent: linear-gradient(135deg, #06b6d4 0%, #0ea5e9 100%);
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --border-color: #e5e7eb;
    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Override Primary Theme Colors */
.bg--color-theme,
.preloader.bg--color-theme,
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: var(--gradient-primary) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

.text--primary,
.appointment--form .h4,
.section--title .h2,
.footer--about .link a:hover {
    color: var(--primary-color) !important;
}

/* New Modern Button Styles */
.btn-modern {
    background: var(--gradient-primary);
    border: none;
    border-radius: 8px;
    color: white;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-light);
}

.btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
    background: var(--gradient-secondary);
}

.btn-modern-secondary {
    background: var(--gradient-secondary);
    border: none;
    border-radius: 8px;
    color: white;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-light);
}

.btn-modern-secondary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
    background: var(--gradient-accent);
}

/* Logo Styling */
.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #2563eb;
    text-decoration: none;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    /* Fallback for gradient */
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Ensure visibility fallback */
    display: inline-block;
}

.logo-text:hover {
    text-decoration: none;
    color: #10b981;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    background: linear-gradient(135deg, #10b981 0%, #2563eb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Ensure logo visibility on all browsers */
@supports not (background-clip: text) {
    .logo-text {
        color: #2563eb !important;
        background: none !important;
        -webkit-text-fill-color: #2563eb !important;
    }
    
    .logo-text:hover {
        color: #10b981 !important;
        background: none !important;
        -webkit-text-fill-color: #10b981 !important;
    }
}

/* Browser compatibility and fallback fixes */
.logo-text {
    /* Force visibility for older browsers */
    -webkit-text-fill-color: inherit !important;
    color: #2563eb !important;
}

.header--navbar-top .logo-text {
    /* Override for header specifically */
    -webkit-text-fill-color: inherit !important;
    color: #ffffff !important;
}

/* Gradient text enhancement (progressive enhancement) */
@supports (background-clip: text) or (-webkit-background-clip: text) {
    .logo-text {
        -webkit-text-fill-color: transparent;
        color: transparent;
        background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
        background-clip: text;
        -webkit-background-clip: text;
    }
    
    .header--navbar-top .logo-text {
        -webkit-text-fill-color: transparent;
        color: transparent;
        background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 100%);
        background-clip: text;
        -webkit-background-clip: text;
    }
}

/* Logo container improvements */
.logo {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.logo .vc--parent {
    display: flex;
    align-items: center;
    min-height: 50px;
}

.logo .vc--child {
    display: flex;
    align-items: center;
}

/* Header Styling */
.header--navbar-top {
    background: var(--gradient-primary);
    border-bottom: 3px solid var(--secondary-color);
    box-shadow: var(--shadow-light);
}

.header--navbar-top-info .icon {
    color: var(--secondary-color) !important;
}

.header--topbar {
    background: var(--dark-color) !important;
    padding: 8px 0;
}

.header--topbar .nav.links li a {
    color: #d1d5db;
    font-size: 14px;
    transition: color 0.3s ease;
}

.header--topbar .nav.links li a:hover {
    color: var(--secondary-color);
}

.header--topbar .nav.social li a {
    color: #9ca3af;
    font-size: 16px;
    transition: all 0.3s ease;
}

.header--topbar .nav.social li a:hover {
    color: var(--secondary-color);
    transform: translateY(-2px);
}

/* Navigation Improvements */
.header--nav-links .nav > li > a {
    color: var(--dark-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.header--nav-links .nav > li > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--gradient-secondary);
    transition: width 0.3s ease;
}

.header--nav-links .nav > li:hover > a::after,
.header--nav-links .nav > li.active > a::after {
    width: 100%;
}

.header--nav-links .nav > li:hover > a,
.header--nav-links .nav > li.active > a {
    color: var(--primary-color);
}

/* Dropdown Menu Improvements */
.dropdown-menu {
    background: white;
    border: none;
    border-radius: 12px;
    box-shadow: var(--shadow-medium);
    padding: 20px;
    margin-top: 15px;
    border-top: 3px solid var(--secondary-color);
}

.dropdown-menu li a {
    color: var(--text-dark);
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.dropdown-menu li a:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateX(5px);
}

/* Call to Action Improvements */
.cta--section {
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}

.cta--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 1000 200"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
}

.cta--content {
    position: relative;
    z-index: 1;
}

.cta--content h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta--content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

/* Modern Card Styles */
.modern-card {
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow-light);
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

/* Feature Items Modern Style */
.feature--item {
    background: white;
    border-radius: 16px;
    padding: 30px 20px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.feature--item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-color);
}

.feature--item .icon img {
    filter: hue-rotate(210deg) saturate(1.2);
}

/* Service Items Modern Style */
.service--item {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-color);
}

.service--item:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-medium);
    border-left-color: var(--secondary-color);
}

/* Appointment Form Modern Style */
.appointment--form {
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow-medium);
    padding: 30px;
    border: 1px solid var(--border-color);
}

.appointment--form .form-control {
    border-radius: 8px;
    border: 2px solid var(--border-color);
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.appointment--form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

/* Counter Section Modern Style */
.counter--item {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    text-align: center;
}

.counter--item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.counter--item .icon img {
    filter: hue-rotate(210deg) saturate(1.2);
}

/* Footer Modern Style */
.footer--section {
    background: var(--gradient-primary);
    position: relative;
}

.footer--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 1000 100" fill="rgba(255,255,255,0.05)"><polygon points="0,0 1000,0 1000,100 0,60"/></svg>');
    background-size: cover;
}

.footer--about {
    background: blue !important;
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--shadow-medium);
}

/* Banner Modern Style */
.banner--section {
    position: relative;
    overflow: hidden;
}

.banner--section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, rgba(30, 58, 138, 0.1) 100%);
}

/* Section Titles Modern Style */
.section--title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section--title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-secondary);
    border-radius: 2px;
}

.section--title .h2 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.section--title p {
    color: var(--text-light);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Appointment Items Modern Style */
.appointment--item {
    background: white;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    position: relative;
}

.appointment--item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-secondary);
    border-radius: 16px 16px 0 0;
}

.appointment--item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.appointment--item .step {
    background: var(--gradient-accent);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Pricing Cards Modern Style */
.pricing--item {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.pricing--item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.pricing--item:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
    border-color: var(--primary-color);
}

.pricing--item.featured {
    border: 2px solid var(--secondary-color);
    transform: scale(1.05);
}

.pricing--item.featured::before {
    background: var(--gradient-secondary);
}

.pricing--price {
    background: var(--gradient-primary);
    color: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}

.pricing--features ul {
    list-style: none;
    padding: 0;
}

.pricing--features li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    padding-left: 30px;
}

.pricing--features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
}

.pricing--features li:last-child {
    border-bottom: none;
}

/* Modern Banner Styles */
.modern-banner--section {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.modern-banner-item {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.modern-banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}

.modern-banner-item:hover img {
    transform: scale(1.05);
}

.modern-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(30, 58, 138, 0.85) 0%,
        rgba(16, 185, 129, 0.75) 50%,
        rgba(6, 182, 212, 0.85) 100%
    );
    display: flex;
    align-items: center;
    z-index: 1;
}

.modern-banner-content {
    width: 100%;
    padding: 40px 0;
}

.banner-text-content {
    animation: slideInLeft 1s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-title .text-highlight {
    background: linear-gradient(45deg, #34d399, #06b6d4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.banner-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 500px;
}

.banner-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.banner-buttons .btn {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.banner-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.banner-buttons .btn i {
    margin-right: 8px;
}

.banner-features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.banner-features .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.banner-features .feature-item i {
    font-size: 18px;
    color: #34d399;
}

.banner-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.banner-stats .stat-item {
    text-align: center;
    color: white;
}

.banner-stats .stat-item strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #34d399;
    margin-bottom: 5px;
}

.banner-stats .stat-item span {
    font-size: 14px;
    opacity: 0.9;
}

.banner-services {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.banner-services .service-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.banner-services .service-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.banner-services .service-badge i {
    font-size: 14px;
    color: #34d399;
}

/* Owl Carousel Custom Styles */
.banner--slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.banner--slider .owl-nav button {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
}

.banner--slider .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.banner--slider .owl-nav .owl-prev {
    left: 30px;
}

.banner--slider .owl-nav .owl-next {
    right: 30px;
}

.banner--slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.banner--slider .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    transition: all 0.3s ease;
}

.banner--slider .owl-dots button.active {
    background: #34d399;
    transform: scale(1.2);
}

/* Modern Preloader Styles */
.modern-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #10b981 100%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.modern-preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.preloader-content {
    text-align: center;
    color: white;
    animation: fadeInUp 0.8s ease-out;
}

.logo-container {
    margin-bottom: 40px;
}

.logo-container .logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: logoGlow 2s ease-in-out infinite alternate;
}

.logo-container .logo-tagline {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.loader-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}

.loader-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    animation: loaderBounce 1.4s ease-in-out infinite both;
}

.loader-circle:nth-child(1) {
    animation-delay: -0.32s;
}

.loader-circle:nth-child(2) {
    animation-delay: -0.16s;
}

.loader-circle:nth-child(3) {
    animation-delay: 0s;
}

.loading-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    animation: textPulse 2s ease-in-out infinite;
}

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

@keyframes logoGlow {
    from {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    to {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 
                     0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes loaderBounce {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

@keyframes textPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

/* Alternative Loader Styles */
.modern-preloader-alt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e3a8a;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.modern-preloader-alt.fade-out {
    opacity: 0;
    visibility: hidden;
}

.spinner-container {
    position: relative;
    width: 80px;
    height: 80px;
}

.spinner-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #10b981;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}

.spinner-ring:nth-child(2) {
    border-top-color: #06b6d4;
    animation-delay: -0.4s;
    transform: scale(0.8);
}

.spinner-ring:nth-child(3) {
    border-top-color: #34d399;
    animation-delay: -0.8s;
    transform: scale(0.6);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Minimal Loader */
.minimal-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.minimal-preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.minimal-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f4f6;
    border-top: 5px solid #1e3a8a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.progress-bar-loader {
    position: relative;
    width: 300px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 20px;
}

.progress-bar-loader::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: progressSlide 2s ease-in-out infinite;
}

@keyframes progressSlide {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-card,
    .feature--item,
    .appointment--form,
    .counter--item,
    .appointment--item {
        padding: 20px;
    }
    
    .section--title {
        margin-bottom: 40px;
    }
    
    .modern-banner-item {
        height: 500px;
    }
    
    .banner-title {
        font-size: 32px;
    }
    
    .banner-subtitle {
        font-size: 16px;
    }
    
    .banner-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .banner-buttons .btn {
        width: 100%;
        text-align: center;
    }
    
    .banner-features,
    .banner-stats,
    .banner-services {
        justify-content: center;
        text-align: center;
    }
    
    .banner-features {
        gap: 20px;
    }
    
    .banner-stats {
        gap: 30px;
    }
    
    .banner--slider .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .banner--slider .owl-nav .owl-prev {
        left: 15px;
    }
    
    .banner--slider .owl-nav .owl-next {
        right: 15px;
    }
}

@media (max-width: 576px) {
    .modern-banner-item {
        height: 450px;
    }
    
    .banner-title {
        font-size: 28px;
    }
    
    .banner-subtitle {
        font-size: 15px;
    }
    
    .banner-buttons .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .banner-features .feature-item {
        font-size: 13px;
    }
    
    .banner-stats .stat-item strong {
        font-size: 24px;
    }
}

/* Animation for banner content */
.banner--slider .owl-item.active .banner-text-content {
    animation: slideInUp 0.8s ease-out;
}

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

/* Banner background patterns */
.modern-banner-overlay::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(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}

/* End of Modern CSS Theme */
