/* =========================================================
   SKOOLR Frontend Modern Light Theme
   ========================================================= */
:root {
    --sklr-primary: #2563eb;
    --sklr-heading: #1e293b;
    --sklr-text-secondary: #475569;
    --thm-primary: #2563eb !important;
    --thm-hover: #1d4ed8 !important;
    --thm-text: #0f172a !important;
    --thm-secondary-text: #475569 !important;
    --thm-footer-text: #1e293b !important;
    --thm-primary-rgb: 37, 99, 235 !important;
    --thm-black: #ffffff !important;
    --thm-menu-bg: rgba(255, 255, 255, 0.94) !important;
    --thm-menu-color: #0f172a !important;
    --thm-footer-bg: #f1f5f9 !important;
    --thm-copyright-bg-color: #e2e8f0 !important;
    --thm-copyright-text-color: #475569 !important;
    --thm-radius: 12px !important;
    --sklr-surface: #ffffff;
    --sklr-surface-muted: #f8fafc;
    --sklr-border: rgba(15, 23, 42, 0.08);
    --sklr-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.08);
    --sklr-shadow-md: 0 16px 44px rgba(15, 23, 42, 0.12);
}

html.modern-light body {
    background: #f5f7fb;
    color: var(--thm-text);
    font-family: 'Inter', 'Raleway', 'Lato', sans-serif;
    line-height: 1.7;
}

html.modern-light body,
html.modern-light .page,
html.modern-light .page-wrapper,
html.modern-light .wrapper {
    background-color: #f5f7fb;
}

html.modern-light a {
    color: var(--thm-primary);
    transition: color .2s ease, opacity .2s ease, box-shadow .2s ease;
}

html.modern-light a:hover,
html.modern-light a:focus {
    color: var(--thm-hover);
}

html.modern-light h1,
html.modern-light h2,
html.modern-light h3,
html.modern-light h4,
html.modern-light h5,
html.modern-light h6 {
    color: var(--thm-text);
    font-weight: 600;
    letter-spacing: -.01em;
}

html.modern-light p,
html.modern-light span,
html.modern-light li {
    color: var(--thm-secondary-text);
}

html.modern-light .loader-container {
    background-color: rgba(245, 247, 251, 0.95);
}

html.modern-light #nav.navbar,
html.modern-light .navbar-area,
html.modern-light .header-area {
    background: var(--thm-menu-bg);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--sklr-shadow-sm);
}

html.modern-light #nav .navbar-brand,
html.modern-light #nav .navbar-nav > li > a {
    color: var(--thm-text);
    font-weight: 500;
}

html.modern-light #nav .navbar-nav > li > a:hover,
html.modern-light #nav .navbar-nav > li.active > a {
    color: var(--thm-primary);
}

html.modern-light #nav .navbar-toggler span {
    background: var(--thm-text);
}

html.modern-light .hero-area,
html.modern-light .banner,
html.modern-light .banner-area,
html.modern-light .hero {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.18) 0%, rgba(14, 165, 233, 0.12) 60%, rgba(255, 255, 255, 0.9) 100%);
    color: var(--thm-text);
}

html.modern-light .hero-area p,
html.modern-light .hero-area .feature-list li {
    color: rgba(15, 23, 42, 0.72);
}

html.modern-light .hero-area .hero-content h1 {
    color: var(--thm-text);
    text-shadow: none;
}

html.modern-light .hero-area .hero-content p {
    color: var(--thm-secondary-text);
}

html.modern-light .hero-area .hero-content .button .btn {
    background: linear-gradient(135deg, var(--thm-primary) 0%, #1d4ed8 100%);
    color: #fff !important;
    border: none;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.28);
}

html.modern-light .hero-area .hero-content .button .btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    color: #fff !important;
}

html.modern-light .hero-area .hero-content .button .btn.btn-alt {
    background: rgba(37, 99, 235, 0.12);
    color: var(--thm-primary) !important;
    border: 1px solid rgba(37, 99, 235, 0.25);
    box-shadow: none;
}

html.modern-light .hero-area .hero-content .button .btn.btn-alt:hover {
    background: var(--thm-primary);
    color: #fff !important;
}

html.modern-light .btn,
html.modern-light .btn-main,
html.modern-light .btn-theme,
html.modern-light .btn-primary {
    background: var(--thm-primary);
    border: 1px solid var(--thm-primary);
    color: #fff !important;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 600;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.25);
}

html.modern-light .btn:hover,
html.modern-light .btn-main:hover,
html.modern-light .btn-theme:hover,
html.modern-light .btn-primary:hover {
    background: var(--thm-hover);
    border-color: var(--thm-hover);
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(29, 78, 216, 0.28);
}

html.modern-light .btn.btn-outline,
html.modern-light .btn-transparent,
html.modern-light .btn-border {
    background: transparent;
    border-color: rgba(37, 99, 235, 0.6);
    color: var(--thm-primary) !important;
    box-shadow: none;
}

html.modern-light .btn.btn-outline:hover,
html.modern-light .btn-transparent:hover {
    background: var(--thm-primary);
    color: #fff !important;
}

html.modern-light input,
html.modern-light textarea,
html.modern-light select,
html.modern-light .form-control {
    background: #fff;
    border: 1px solid var(--sklr-border);
    border-radius: 12px;
    color: var(--thm-text);
    transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}

html.modern-light input::placeholder,
html.modern-light textarea::placeholder {
    color: rgba(71, 85, 105, 0.6);
}

html.modern-light input:focus,
html.modern-light textarea:focus,
html.modern-light select:focus,
html.modern-light .form-control:focus {
    border-color: var(--thm-primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
    background: #fff;
}

html.modern-light .feature,
html.modern-light .feature-item,
html.modern-light .single-feature,
html.modern-light .service,
html.modern-light .service-box,
html.modern-light .single-service,
html.modern-light .counter-box,
html.modern-light .pricing-item,
html.modern-light .pricing-table,
html.modern-light .news-post,
html.modern-light .blog-post,
html.modern-light .event-item,
html.modern-light .testimonial,
html.modern-light .testimonial-item,
html.modern-light .team-item,
html.modern-light .faq-card,
html.modern-light .accordion .card,
html.modern-light .widget,
html.modern-light .sidebar-widget {
    background: var(--sklr-surface);
    border: 1px solid var(--sklr-border);
    border-radius: 18px;
    box-shadow: var(--sklr-shadow-sm);
    padding: 32px;
}

html.modern-light .feature:hover,
html.modern-light .service-box:hover,
html.modern-light .pricing-item.highlight,
html.modern-light .pricing-table.active {
    box-shadow: var(--sklr-shadow-md);
    transform: translateY(-4px);
}

html.modern-light .sec-padding {
    padding: 90px 0;
}

html.modern-light .sec-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--thm-text);
}

html.modern-light .sec-title p {
    color: var(--thm-secondary-text);
    max-width: 600px;
}

html.modern-light .sec-title span.decor {
    background: var(--thm-primary);
    height: 4px;
    width: 60px;
    border-radius: 999px;
}

html.modern-light .card,
html.modern-light .card-body,
html.modern-light .card-header {
    background: var(--sklr-surface);
    border: none;
    border-radius: 18px;
    box-shadow: var(--sklr-shadow-sm);
}

html.modern-light .table,
html.modern-light .table thead th,
html.modern-light .table tbody td {
    border-color: var(--sklr-border);
    color: var(--thm-secondary-text);
}

html.modern-light .table-striped tbody tr:nth-of-type(odd) {
    background: rgba(148, 163, 184, 0.08);
}

html.modern-light .table-hover tbody tr:hover {
    background: rgba(37, 99, 235, 0.08);
}

html.modern-light .cta,
html.modern-light .cta-area,
html.modern-light .cta-inner {
    background: linear-gradient(120deg, rgba(37, 99, 235, 0.18) 0%, rgba(6, 182, 212, 0.12) 60%, rgba(255, 255, 255, 0.95) 100%);
    border-radius: 22px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    color: var(--thm-text);
    box-shadow: var(--sklr-shadow-md);
}

html.modern-light .cta h2,
html.modern-light .cta h3,
html.modern-light .cta p {
    color: var(--thm-text);
}

html.modern-light .breadcrumb,
html.modern-light .breadcrumb-area,
html.modern-light .page-banner {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(15, 23, 42, 0.04) 100%);
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

html.modern-light .testimonial .quote-icon,
html.modern-light .feature-icon,
html.modern-light .service-icon {
    background: rgba(37, 99, 235, 0.12);
    color: var(--thm-primary);
    border-radius: 14px;
}

html.modern-light .testimonial .quote-icon:hover,
html.modern-light .feature-icon:hover,
html.modern-light .service-icon:hover {
    background: var(--thm-primary);
    color: #fff;
}

html.modern-light .pricing-item .price,
html.modern-light .counter-box .counter {
    color: var(--thm-primary);
}

html.modern-light .newsletter,
html.modern-light .newsletter-form {
    background: var(--sklr-surface);
    border: 1px solid var(--sklr-border);
    border-radius: 20px;
    box-shadow: var(--sklr-shadow-sm);
    padding: 32px;
}

html.modern-light .newsletter input {
    background: var(--sklr-surface-muted);
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 14px 22px;
}

html.modern-light .newsletter button {
    border-radius: 999px;
    padding: 14px 28px;
}

html.modern-light .footer,
html.modern-light .footer-area,
html.modern-light .footer-top,
html.modern-light .footer-widget {
    background: var(--thm-footer-bg);
    color: var(--thm-footer-text);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

html.modern-light .footer .widget-title,
html.modern-light .footer h3,
html.modern-light .footer h4 {
    color: var(--thm-text);
    font-weight: 600;
}

html.modern-light .footer a {
    color: var(--thm-secondary-text);
}

html.modern-light .footer a:hover {
    color: var(--thm-primary);
}

html.modern-light .footer .social-icons a,
html.modern-light .social-icon {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: var(--thm-secondary-text);
    border-radius: 12px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

html.modern-light .footer .social-icons a:hover,
html.modern-light .social-icon:hover {
    background: var(--thm-primary);
    color: #fff;
    transform: translateY(-2px);
}

html.modern-light .back-to-top,
html.modern-light .scroll-top {
    background: var(--thm-primary);
    color: #fff;
    border-radius: 14px;
    box-shadow: var(--sklr-shadow-md);
}

html.modern-light .pagination li a,
html.modern-light .pagination li span {
    background: #fff;
    border: 1px solid var(--sklr-border);
    border-radius: 10px;
    color: var(--thm-secondary-text);
}

html.modern-light .pagination li a:hover,
html.modern-light .pagination li.active a,
html.modern-light .pagination li.active span {
    background: var(--thm-primary);
    border-color: var(--thm-primary);
    color: #fff;
}

html.modern-light .tag-cloud a {
    background: rgba(15, 23, 42, 0.05);
    color: var(--thm-secondary-text);
    border-radius: 999px;
    border: none;
    padding: 8px 16px;
}

html.modern-light .tag-cloud a:hover {
    background: var(--thm-primary);
    color: #fff;
}

html.modern-light .video-box,
html.modern-light .gallery-item,
html.modern-light .single-gallery {
    border-radius: 18px;
    overflow: visible;
    box-shadow: var(--sklr-shadow-sm);
}

html.modern-light .accordion .card,
html.modern-light .faq-card {
    border: 1px solid var(--sklr-border);
    border-radius: 16px;
    background: var(--sklr-surface);
}

html.modern-light .accordion .card-header button {
    color: var(--thm-text);
    font-weight: 600;
}

html.modern-light .accordion .card-header button:focus {
    color: var(--thm-primary);
}

html.modern-light .alert-info,
html.modern-light .alert-success,
html.modern-light .alert-warning,
html.modern-light .alert-danger {
    border-radius: 14px;
    border: none;
}

html.modern-light .alert-info {background: rgba(14, 165, 233, 0.14); color: #075985;}
html.modern-light .alert-success {background: rgba(34, 197, 94, 0.14); color: #065f46;}
html.modern-light .alert-warning {background: rgba(245, 158, 11, 0.18); color: #92400e;}
html.modern-light .alert-danger {background: rgba(239, 68, 68, 0.16); color: #991b1b;}

html.modern-light ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html.modern-light ::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.55);
    border-radius: 999px;
}

html.modern-light ::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.75);
}

html.modern-light .owl-dots .owl-dot span,
html.modern-light .owl-carousel .owl-dots .owl-dot span {
    background: rgba(148, 163, 184, 0.4);
}

html.modern-light .owl-dots .owl-dot.active span,
html.modern-light .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--thm-primary);
}

html.modern-light .text-primary,
html.modern-light .heading-primary,
html.modern-light .link-primary {
    color: var(--thm-primary) !important;
}

html.modern-light .bg-primary,
html.modern-light .badge-primary,
html.modern-light .label-primary {
    background: var(--thm-primary) !important;
    color: #fff !important;
    border-color: var(--thm-primary) !important;
}

html.modern-light .border-primary {
    border-color: var(--thm-primary) !important;
}

html.modern-light .plan-badge,
html.modern-light .pricing-badge {
    background: rgba(37, 99, 235, 0.18);
    color: var(--thm-primary);
    border-radius: 999px;
    padding: 6px 16px;
    font-weight: 600;
}

html.modern-light .testimonial .author h5,
html.modern-light .testimonial .author span {
    color: var(--thm-text);
}

html.modern-light .sr-root,
html.modern-light .sr-main .card,
html.modern-light .sr-root .card {
    background: var(--sklr-surface);
    border: 1px solid var(--sklr-border);
    border-radius: 18px;
    box-shadow: var(--sklr-shadow-sm);
    color: var(--thm-text);
}

html.modern-light .sr-root input,
html.modern-light .sr-root select {
    background: var(--sklr-surface-muted);
    border: 1px solid var(--sklr-border);
    border-radius: 12px;
    color: var(--thm-text);
}

html.modern-light .sr-root button,
html.modern-light .sr-root .btn-primary {
    background: var(--thm-primary);
    border: none;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.26);
}

html.modern-light .sr-root button:hover,
html.modern-light .sr-root .btn-primary:hover {
    background: var(--thm-hover);
}
html.modern-light #nav .navbar-nav > li > a {
    border-radius: 12px;
    padding: 12px 18px;
}

html.modern-light #nav .navbar-nav > li.active > a,
html.modern-light #nav .navbar-nav > li:hover > a {
    background: rgba(37, 99, 235, 0.12);
    color: var(--thm-primary);
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16);
}
/* Features Section Refresh */
.modern-feature-section {
    background: linear-gradient(180deg, rgba(245, 247, 251, 0.6) 0%, rgba(255, 255, 255, 0.95) 35%, rgba(245, 247, 251, 0.6) 100%);
    padding: 100px 0;
}

.modern-feature-section .section-title.modern-feature-heading h3 {
    border: none;
    background: rgba(37, 99, 235, 0.1);
    color: var(--thm-primary);
    border-radius: 999px;
    padding: 6px 22px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.modern-feature-heading h2 {
    font-size: 36px;
    margin-top: 18px;
    margin-bottom: 12px;
    position: relative;
}

.modern-feature-heading h2::after {
    content: '';
    display: block;
    width: 140px;
    height: 4px;
    margin: 16px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(29, 78, 216, 0.35) 0%, var(--thm-primary) 55%, rgba(29, 78, 216, 0.35) 100%);
}

.modern-feature-heading p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: var(--sklr-text-secondary);
    font-weight: 500;
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: min(720px, 100%);
    line-height: 1.5;
}


.feature-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 30px;
}

.feature-card {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: var(--sklr-surface);
    border: 1px solid var(--sklr-border);
    border-radius: var(--sklr-radius-lg);
    padding: 20px 24px 20px 28px;
    box-shadow: var(--sklr-shadow-sm);
    min-height: 116px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    overflow: visible;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sklr-shadow-md);
    border-color: rgba(37, 99, 235, 0.25);
}

.feature-card__accent {
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 6px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.85) 0%, rgba(14, 165, 233, 0.65) 100%);
}

.feature-card__icon {
    position: relative;
    z-index: 1;
    flex: 0 0 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--sklr-surface-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sklr-primary);
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
    font-size: 1.6rem;
}

.feature-card__icon i {
    line-height: 1;
}

.feature-card__content {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
}

.feature-card__content h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--sklr-heading);
    margin-bottom: 6px;
}

.feature-card__description {
    margin: 0;
    color: var(--sklr-text-secondary);
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: visible;
}

@media (max-width: 575px) {
    .modern-feature-section {
        padding: 70px 0;
    }
    .feature-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 20px 20px 20px 28px;
    }
    .feature-card__icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        font-size: 1.4rem;
    }
}
/* Trusted Schools Slider */
.trusted-schools {
    padding: 40px 0 20px;
    background: transparent;
}

.trusted-headline h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--sklr-heading);
    margin-bottom: 6px;
}

.trusted-headline p {
    color: var(--sklr-text-secondary);
    margin-bottom: 26px;
}

.trusted-marquee {
    overflow: hidden;
    position: relative;
}

.trusted-track {
    display: flex;
    gap: 24px;
    align-items: center;
    width: max-content;
    animation: trusted-scroll 40s linear infinite;
    will-change: transform;
}

.trusted-track:hover {
    animation-play-state: paused;
}

.trusted-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 18px 22px 20px;
    background: var(--sklr-surface);
    border-radius: 24px;
    border: 1px solid var(--sklr-border);
    box-shadow: var(--sklr-shadow-sm);
    min-width: 200px;
}

.trusted-logo {
    width: 88px;
    height: 88px;
    border-radius: 24px;
    overflow: visible;
    box-shadow: var(--sklr-shadow-sm);
    background: rgba(37, 99, 235, 0.08);
}

.trusted-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.trusted-name {
    font-weight: 600;
    color: var(--sklr-heading);
    display: block;
}

.trusted-location {
    font-size: 13px;
    color: var(--sklr-text-secondary);
}

@keyframes trusted-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-33.333%); }
}
    to { transform: translateX(-50%); }
}

/* Statistics Card */
.modern-statistics {
    padding: 20px 0 80px;
}

.stats-card {
    position: relative;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.92) 0%, rgba(14, 165, 233, 0.82) 40%, rgba(236, 253, 245, 0.85) 100%);
    border-radius: 28px;
    border: none;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.16);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 38px 40px;
    gap: 40px;
    overflow: visible;
}

.stats-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.metric {
    position: relative;
    text-align: center;
    z-index: 1;
    min-width: 220px;
}

.metric-value {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    display: block;
}

.metric-value span {
    font-size: 32px;
    color: currentColor !important;
}

.metric-label {
    display: block;
    font-size: 15px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.85);
}

.metric-divider {
    width: 2px;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}


/* Why Choose Section */
.why-choose-section {
    padding-top: 40px;
    padding-bottom: 90px;
}

.why-intro h2 {
    font-size: 34px;
    margin-bottom: 18px;
}

.why-intro p {
    margin-bottom: 24px;
    color: var(--sklr-text-secondary);
}

.why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: white!important;
}

/* .why-eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 2px;
    margin-bottom: 3px;
    margin-right: 4px;
    background: white !important;
} */

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.why-list li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: var(--sklr-heading);
}

.why-list i {
    color: var(--sklr-primary);
}

.why-media {
    position: relative;
    min-height: 300px;
}

.why-shape {
    position: absolute;
    border-radius: 22px;
    /* opacity: .18; */
}

.why-shape--primary {
    width: 120px;
    height: 120px;
    top: 0;
    left: 40px;
}

.why-shape--teal {
    width: 80px;
    height: 80px;
    background: #0ea5e9;
    bottom: 20px;
    right: 35px;
}

.why-photo {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    box-shadow: var(--sklr-shadow-sm);
}

.why-photo--top {
    top: 15px;
    right: 60px;
    background: linear-gradient(135deg, #2563eb 0%, #818cf8 100%);
}

.why-photo--middle {
    top: 120px;
    left: 20px;
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
}

.why-photo--bottom {
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #22c55e 0%, #4ade80 100%);
}

/* Free Trial CTA */
.free-trial-ribbon {
    padding: 30px 0 90px;
}

.trial-card {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(14, 165, 233, 0.18) 100%);
    border-radius: 26px;
    border: 1px solid rgba(37, 99, 235, 0.25);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 35px 45px;
    box-shadow: var(--sklr-shadow-md);
}

.trial-text h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--sklr-heading);
}

.trial-text p {
    margin: 0;
    color: var(--sklr-text-secondary);
    max-width: 520px;
}

.trial-eyebrow {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(37, 99, 235, 0.85);
    margin-bottom: 8px;
}

.trial-button {
    padding: 14px 30px;
    border-radius: 999px;
}

@media (max-width: 767px) {
    .stats-card {
        flex-direction: column;
        gap: 20px;
    }
    .metric-divider {
        display: none;
    }
    .trial-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .trusted-pill {
        min-width: 200px;
    }
}


/* Pricing Cards Refresh */
.pp-plans-container {
    margin-bottom: 32px;
}

pp-plans {
    position: relative;
    border-radius: 26px;
    border: 3px solid var(--sklr-border);
    background: var(--sklr-surface);
    box-shadow: var(--sklr-shadow-sm);
    padding: 28px 26px;
    height: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    overflow: visible;
}

.pp-plans:hover {
    transform: translateY(-6px);
    box-shadow: var(--sklr-shadow-md);
    border-color: rgba(37, 99, 235, 0.28);
}

.pp-plans-top {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 12px;
}

.pp-plans-featured-label {
    position: absolute;
    top: -25px;
    right: 50px;
    
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    /* background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(14, 165, 233, 0.16) 100%); */
    color: var(--sklr-primary);
    border: 1px solid rgba(37, 99, 235, 0.28);
}

.pp-plan-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--sklr-heading);
}

.pp-plan-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pp-plan-price-current {
    font-size: 28px;
    font-weight: 700;
    color: var(--sklr-primary);
}

.pp-plan-price-old {
    font-size: 16px;
    color: rgba(15, 23, 42, 0.45);
    text-decoration: line-through;
}

.pp-plan-extra {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sklr-text-secondary);
}

.pp-plan-duration {
    font-weight: 600;
    color: var(--sklr-heading);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pp-plan-badge {
    font-size: 12px;
    font-weight: 600;
    color: var(--sklr-primary);
}

.pp-plans-list {
    margin-top: 6px;
}

.pp-features-scroll {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 6px;
    margin-right: -10px;
}

.pp-features-scroll::-webkit-scrollbar {
    width: 6px;
}

.pp-features-scroll::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.05);
    border-radius: 999px;
}

.pp-features-scroll::-webkit-scrollbar-thumb {
    background: rgba(37, 99, 235, 0.3);
    border-radius: 999px;
}

.pp-plans-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.pp-plans-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--sklr-heading);
}

.pp-plans-list li i {
    font-size: 16px;
    color: #16a34a;
}

.pp-plans-list li i.lni-close {
    color: #ef4444;
}

.pp-plans-bottom {
    margin-top: auto;
    padding-top: 20px;
}

.pp-plans-cta .btn {
    width: 100%;
    border-radius: 999px;
    padding: 12px 0;
    font-weight: 600;
}

@media (max-width: 575px) {
    .pp-plans-featured-label {
        top: -32px;
        font-size: 10px;
    }
    .pp-features-scroll {
        max-height: 200px;
    }
}

.pp-plans.pxp-is-featured {
    border-color: rgba(37, 99, 235, 0.55);
    box-shadow: 0 22px 45px rgba(37, 99, 235, 0.18);
}








.pp-plan-extra {
    font-size: 13px;
    color: var(--sklr-text-secondary);
}



@media (max-width: 575px) {
    pp-plans {
    position: relative;
        min-height: initial;
    }
}

/* Mobile App Section */
.mobile-app-section {
    position: relative;
    /* padding: 90px 0 110px; */
    overflow: hidden;
}

.mobile-app-section .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--sklr-primary);
}

.mobile-app-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 32px;
}

.device {
    position: relative;
    border-radius: 32px;
    background: var(--sklr-surface);
    box-shadow: 0 25px 55px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(15, 23, 42, 0.05);
    width: 260px;
    padding: 22px 18px;
}

.device-visual {
    padding: 6px;
    overflow: hidden;
    border: none;
    background: radial-gradient(circle at 30% 20%, rgba(37, 99, 235, 0.18), rgba(15, 23, 42, 0.94));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.device-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: calc(32px - 6px);
    background: #0f172a;
}

.device--primary {
    width: 280px;
    background: #0f172a;
    color: #f8fafc;
    border: none;
    box-shadow: 0 35px 65px rgba(15, 23, 42, 0.2);
}

.device--secondary {
    width: 220px;
    padding: 18px 16px;
    transform: translateY(30px);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.device--primary.device-visual,
.device--secondary.device-visual {
    padding: 6px;
}

.device-status {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
}

.device-status .dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
}

.device--secondary .device-status .dot {
    background: rgba(15, 23, 42, 0.14);
}

.device-screen {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.device-card {
    background: rgba(37, 99, 235, 0.14);
    border-radius: 20px;
    padding: 16px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.device-card h5 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
}

.device-card p {
    margin: 0 0 12px;
    font-size: 13px;
    opacity: .8;
}

.device-pill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(15, 23, 42, 0.22);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}

.device-pill span {
    font-size: 11px;
    opacity: .7;
}

.device-chart {
    display: flex;
    align-items: center;
    gap: 16px;
}

.device-chart__ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: conic-gradient(#4f46e5 0deg 240deg, rgba(255,255,255,0.12) 240deg 360deg);
    position: relative;
}

.device-chart__ring::after {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    background: #0f172a;
}

.device-chart__legend span {
    display: block;
    font-weight: 600;
}

.device-chart__legend small {
    color: rgba(248, 250, 252, 0.7);
}

.device-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
}

.device-progress {
    flex: 1;
    height: 6px;
    background: rgba(15, 23, 42, 0.28);
    border-radius: 999px;
    overflow: hidden;
}

.device-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #6366f1 0%, #38bdf8 100%);
}

.device--secondary .device-screen {
    gap: 14px;
}

.device-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
}

.device-text {
    font-size: 13px;
    color: var(--sklr-text-secondary);
    margin: 0;
}

.device-field label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sklr-text-secondary);
}

.field-placeholder {
    margin-top: 4px;
    height: 34px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.08);
}

.device-cta {
    margin-top: 8px;
    text-align: center;
    padding: 10px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 14px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.mobile-app-copy h2 {
    font-size: 34px;
    margin: 14px 0;
}

.mobile-app-copy p {
    color: var(--sklr-text-secondary);
    margin-bottom: 24px;
}

.mobile-app-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    gap: 12px;
}

.mobile-app-list li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: var(--sklr-heading);
}

.mobile-app-list i {
    color: var(--sklr-primary);
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border-radius: 18px;
    background: var(--sklr-surface);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--sklr-shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease;
    text-decoration: none;
    color: inherit;
}

.store-badge:hover {
    transform: translateY(-2px);
    box-shadow: var(--sklr-shadow-md);
}

.store-badge small {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--sklr-text-secondary);
}

.store-badge--disabled {
    opacity: .6;
    cursor: default;
    pointer-events: none;
}

.store-logo {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.12);
}

.store-logo--play {
    background: linear-gradient(135deg, #22d3ee 0%, #2563eb 100%);
}

.store-logo--apple {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.store-logo--play::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpolygon fill='%23ffffff' points='96,64 352,256 96,448'/%3E%3Cpolygon fill='%23ffffff' opacity='0.45' points='352,256 416,192 416,320'/%3E%3Cpolygon fill='%23000000' opacity='0.18' points='96,64 416,192 352,256'/%3E%3Cpolygon fill='%23000000' opacity='0.18' points='96,448 416,320 352,256'/%3E%3C/svg%3E");
    background-size: cover;
    display: inline-block;
}

.store-logo--apple::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23ffffff' d='M318.7 268c-.2-36.7 16.3-64.4 50-84.8-18.1-26.1-45.4-40.5-81.6-43.1-34.3-2.7-72.3 20.1-86 20.1-14.1 0-47.5-19.1-73.4-19.1-53.8.8-111 32.9-111 124.4 0 28.3 5.1 57.3 15.4 87 13.7 38.8 63.2 133.6 114.8 132.1 27.1-.6 46.1-19.3 81.4-19.3 34.7 0 52.4 19.3 73.4 19.3 51.6-.9 95.7-88.2 108.9-127 4.7-13.7 8.7-27.5 11.9-41.4-27.7-11.7-47.1-38.7-47.4-68.2zM260.8 93.7c26.2-31.4 23.8-60 23-70.7-23.3 1.3-50.3 15.8-65.5 33.7-17.6 20.5-27.8 45.8-25.5 72.4 27.1 2.1 51.8-11.9 68-35.4z'/%3E%3C/svg%3E");
    background-size: cover;
    display: inline-block;
}

.mobile-app-orb {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(99, 102, 241, 0.18) 0%, rgba(37, 99, 235, 0) 70%);
    z-index: 0;
}

.mobile-app-orb--left {
    left: -120px;
    top: 120px;
}

.mobile-app-orb--right {
    right: -140px;
    bottom: -40px;
    background: radial-gradient(circle at center, rgba(14, 165, 233, 0.2) 0%, rgba(37, 99, 235, 0) 70%);
}

@media (max-width: 992px) {
    .device--secondary {
        display: none;
    }
    .mobile-app-visual {
        justify-content: center;
        margin-bottom: 36px;
    }
}

@media (max-width: 575px) {
    .mobile-app-section {
        padding: 60px 0 80px;
    }
    .device {
        width: 220px;
    }
    .mobile-app-copy h2 {
        font-size: 28px;
    }
    .store-badge {
        width: 100%;
        justify-content: center;
    }
}
/* Feature Tagline Animation */
.modern-feature-heading p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: var(--sklr-text-secondary);
    font-weight: 500;
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: min(720px, 100%);
    line-height: 1.5;
}


.modern-feature-heading p::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 45%, transparent 90%);
    animation: featureGlow 4.8s ease-in-out infinite;
}

@keyframes featureGlow {
    0%, 60% { transform: translateX(0); opacity: 0; }
    70% { opacity: 1; }
    100% { transform: translateX(220%); opacity: 0; }
}

@media (max-width: 768px) {
    .modern-feature-heading p {
        padding: 14px 20px;
    }
}


/* Feature cards content wrap */
.feature-card {
    min-height: 140px;
}

.feature-card__description {
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.8em;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Metric typography */
.metric-value {
    font-size: 48px;
    font-weight: 700;
}

.metric-label {
    font-size: 18px;
    letter-spacing: 0.22em;
}

/* Pricing card refinements */
pp-plans {
    position: relative;
    border: 1px solid rgba(37, 99, 235, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 247, 251, 0.98) 100%);
}

.pp-plans.pxp-is-featured {
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.18);
}

.pp-plans-top {
    gap: 12px;
}

.pp-plan-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--sklr-heading);
}

.pp-plan-price-current {
    color: var(--sklr-primary);
    font-size: 30px;
}

.pp-plan-price-old {
    color: rgba(15, 23, 42, 0.45);
}

.pp-plan-duration {
    background: rgba(37, 99, 235, 0.08);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pp-plan-badge {
    display: inline-block;
    margin-top: 4px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: var(--sklr-primary);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pp-plans-featured-label {
    position: absolute;
    top: -25px;
    right: 70px;
    transform: translateY(-50%);
    padding: 6px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.16em;
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.25);
}

/* Contact section update */
.section.call-action {
    background: radial-gradient(120% 120% at 10% 0%, rgba(37, 99, 235, 0.1) 0%, rgba(14, 165, 233, 0.05) 55%, rgba(255, 255, 255, 0.92) 100%);
    padding: 110px 0 90px;
    position: relative;
}

.section.call-action::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 35%);
    pointer-events: none;
}

.section.call-action .contact-form {
    position: static;
    margin: 0;
    max-width: 520px;
    padding: 40px 42px 46px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.14);
    text-align: left;
}

.section.call-action .contact-form h3 {
    font-size: 28px;
    color: var(--sklr-heading);
    font-weight: 700;
}

.section.call-action .contact-form .form-control {
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.06);
    padding: 14px 18px;
    transition: border .2s ease, box-shadow .2s ease;
}

.section.call-action .contact-form .form-control:focus {
    border-color: var(--sklr-primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
    background: #fff;
}

.section.call-action .contact-form .btn {
    border-radius: 12px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #696969;
    border: none;
}

.section.call-action .contact-form .btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.section.call-action .cta-content {
    text-align: left;
}

.section.call-action .cta-content h2 {
    color: var(--sklr-heading);
    font-size: 34px;
    margin-bottom: 18px;
}

.section.call-action .cta-content p {
    color: var(--sklr-text-secondary);
    padding: 0;
    max-width: 420px;
}

.section.call-action .cta-content .button .btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    border-radius: 12px;
}

/* Footer tweaks */
.main-footer .footer-area {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.88) 100%) !important;
    color: rgba(226, 232, 240, 0.85);
}

.main-footer .footer-dec,
.main-footer .address-list li,
.main-footer .quick-links a {
    color: rgba(226, 232, 240, 0.75);
}

.main-footer .quick-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.main-footer .social li a {
    background: rgba(148, 163, 184, 0.18);
    color: #e2e8f0;
    border-radius: 50%;
}

.main-footer .social li a:hover {
    background: var(--sklr-primary);
    color: #fff;
}
.stats-card .metric:first-child .metric-value,
.stats-card .metric:first-child .metric-label {
    color: #ffffff;
}

.stats-card .metric:last-child .metric-value,
.stats-card .metric:last-child .metric-label {
    color: #0f172a;
}

.pp-plans.pxp-is-featured {
    border: linear-gradient(160deg, rgba(37, 99, 235, 0.95) 0%, rgba(14, 165, 233, 0.85) 60%, rgba(37, 99, 235, 0.78) 100%);
    color: #ffffff;

}

.pp-plans.pxp-is-featured .pp-plan-name,
.pp-plans.pxp-is-featured .pp-plan-price-current,
.pp-plans.pxp-is-featured .pp-plan-duration,
.pp-plans.pxp-is-featured .pp-plan-price-old,
.pp-plans.pxp-is-featured .pp-plan-extra,
.pp-plans.pxp-is-featured .pp-plans-list li {
    color: #ffffff;
}

.pp-plans.pxp-is-featured .pp-plans-list li i {
    color: #bbf7d0;
}

.pp-plans.pxp-is-featured .pp-plan-duration {
    background: rgba(255, 255, 255, 0.18);
}

.pp-plans.pxp-is-featured .pp-plan-badge {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.section.call-action .contact-form .btn {
    background: #696969;
    color: var(--sklr-primary);
    border: 1px solid rgba(37, 99, 235, 0.25);
}

.section.call-action .contact-form .btn:hover,
.section.call-action .contact-form .btn:focus {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #696969;
    border-color: transparent;
}
.modern-feature-heading h2 {
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 992px) {
    .modern-feature-heading h2 {
        white-space: normal;
    }
}
.mobile-app-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.store-badge-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 16px; */
    overflow: hidden;
    /* box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18); */
}

.store-badge-image img {
    display: block;
    height: 54px;
}

.device img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

/* Modern footer */
.modern-footer {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.28) 0%, rgba(15, 23, 42, 0.75) 52%, #0b1324 100%);
    color: rgba(226, 232, 240, 0.82);
    padding: 88px 0 36px;
}

.modern-footer__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.modern-footer__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(2, 6, 23, 0.8) 100%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.modern-footer__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.modern-footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px 48px;
}

.modern-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 320px;
}

.modern-footer__logo img {
    max-height: 60px;
    width: auto;
    filter: drop-shadow(0 12px 32px rgba(14, 116, 255, 0.25));
}

.modern-footer__summary {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.78);
}

.modern-footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 4px 0 0;
    list-style: none;
}

.modern-footer__social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(148, 163, 184, 0.16);
    color: #e2e8f0;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.modern-footer__social a:hover {
    transform: translateY(-3px);
    background: rgba(59, 130, 246, 0.85);
    box-shadow: 0 12px 26px rgba(59, 130, 246, 0.35);
    color: #fff;
}

.modern-footer__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modern-footer__column h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f8fafc;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.modern-footer__column h4::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.4) 0%, rgba(14, 165, 233, 1) 100%);
}

.modern-footer__links,
.modern-footer__details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.modern-footer__links a {
    color: rgba(226, 232, 240, 0.78);
    text-decoration: none;
    font-size: 15px;
    transition: color .2s ease, padding-left .2s ease;
}

.modern-footer__links a:hover {
    color: #93c5fd;
    padding-left: 6px;
}

.modern-footer__details li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    font-size: 15px;
    line-height: 1.5;
    align-items: center;
    align-content: center;
}

.modern-footer__details a {
    color: rgba(226, 232, 240, 0.84);
    text-decoration: none;
    transition: color .2s ease;
}

.modern-footer__details a:hover {
    color: #bfdbfe;
}

.modern-footer__icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 16px;
    background: rgba(59, 130, 246, 0.18);
    border: 1px solid rgba(59, 130, 246, 0.4);
    color: #1d4ed8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    line-height: 0;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.25);
    transition: transform .2s ease, box-shadow .2s ease;
}

.modern-footer__icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.modern-footer__icon i::before {
    line-height: 1;
}

.modern-footer__cta {
    font-size: 14px;
    color: rgba(226, 232, 240, 0.72);
    line-height: 1.6;
}

.modern-footer__form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.modern-footer__form input {
    flex: 1 1 240px;
    min-width: 0;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.45);
    color: #f8fafc;
    font-size: 14px;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.modern-footer__form input::placeholder {
    color: rgba(148, 163, 184, 0.7);
}

.modern-footer__form input:focus {
    outline: none;
    border-color: rgba(59, 130, 246, 0.65);
    background: rgba(2, 6, 23, 0.75);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.modern-footer__form .btn {
    padding: 12px 24px;
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.35);
}

.modern-footer__badge {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(15, 23, 42, 0.55); */
    padding: 10px 16px;
    border-radius: 16px;
    /* border: 1px solid rgba(148, 163, 184, 0.18); */
}

.modern-footer__badge img {
    height: 28px;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
}

.modern-footer__divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0) 0%, rgba(148, 163, 184, 0.35) 45%, rgba(59, 130, 246, 0) 100%);
}

.modern-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: rgba(203, 213, 225, 0.8);
}

.modern-footer__legal {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.modern-footer__legal a {
    color: rgba(191, 219, 254, 0.88);
    text-decoration: none;
    transition: color .2s ease;
}

.modern-footer__legal a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .modern-footer {
        padding: 72px 0 32px;
    }
    .modern-footer__grid {
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .modern-footer {
        padding: 64px 0 28px;
    }
    .modern-footer__container {
        gap: 40px;
    }
    .modern-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .modern-footer__legal {
        margin-left: 0;
    }
    .modern-footer__column h4 {
        font-size: 17px;
    }
    .modern-footer__form {
        flex-direction: column;
    }
    .modern-footer__form .btn {
        width: 100%;
        justify-content: center;
    }
    .modern-footer__form input {
        width: 100%;
        flex: 0 0 auto;
    }
    .modern-footer__details li {
        grid-template-columns: auto 1fr;
        gap: 12px;
    }
    .modern-footer__icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .mobile-app-buttons {
        flex-direction: column;
    }
    .store-badge-image img {
        height: 52px;
    }
}

.mobile-app-buttons a {
    display: inline-flex;
}

.contact-info-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 40px;
}

.contact-info-card {
    background: rgba(37, 99, 235, 0.08);
    border-radius: 20px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.contact-info-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contact-info-card .label {
    font-weight: 600;
    color: var(--sklr-heading);
    display: block;
}

.contact-info-card .value {
    color: var(--sklr-text-secondary);
}

.main-footer .footer-area {
    background: linear-gradient(185deg, #101a32 0%, #0b152b 100%) !important;
}

.main-footer .footer-dec,
.main-footer .address-list li,
.main-footer .quick-links a,
.main-footer .dropdown-menu a {
    color: rgba(226, 232, 240, 0.78);
}

.main-footer .quick-links a:hover {
    color: #fff;
    padding-left: 6px;
}
