/* ==========================================================================
   Redesign CSS - Unified Premium Overrides
   Final loaded layer for consistency across pages.
   ========================================================================== */

:root {
    --bg-soft: #f8fafc;
    --card-border: rgba(159, 75, 238, 0.12);
    --card-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.08);
    --glass: rgba(255, 255, 255, 0.8);
    --primary: #9f4bee;
    --primary-dark: #7c3aed;
    --secondary: #3861fb;
}

.text-gradient {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ============================
   Pro Motion Utilities
   ============================ */
.pro-surface {
    background: var(--glass);
    border: 1px solid rgba(124, 58, 237, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    border-radius: 18px;
}

.glow-border {
    position: relative;
    overflow: hidden;
}

.glow-border::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.65), rgba(34, 211, 238, 0.5), rgba(124, 58, 237, 0.55));
    opacity: 0.0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

.glow-border::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: inherit;
    border-radius: inherit;
    z-index: 0;
}

.glow-border > * {
    position: relative;
    z-index: 1;
}

.glow-border:hover::before {
    opacity: 0.22;
}

.tilt-hover {
    transform: translateZ(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
}

.tilt-hover:hover {
    transform: translateY(-8px);
}

.floaty {
    animation: floaty 6s ease-in-out infinite;
}

@keyframes floaty {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.shimmer-line {
    position: relative;
    overflow: hidden;
}

.shimmer-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.65), transparent);
    animation: shimmerLine 2.6s ease-in-out infinite;
}

@keyframes shimmerLine {
    0% { left: -60%; opacity: 0.0; }
    20% { opacity: 1; }
    60% { left: 110%; opacity: 0.8; }
    100% { left: 110%; opacity: 0.0; }
}

/* Global rhythm */
section {
    position: relative;
}

.section-padding,
.padding-tb {
    padding-top: clamp(56px, 6vw, 90px) !important;
    padding-bottom: clamp(56px, 6vw, 90px) !important;
}

.section-header h2,
.section-header h3,
.section-header h4 {
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* Shared card language */
.feature-card,
.service-item .service-inner,
.service-pro-card,
.sidebar-list,
.testi-card-pro,
.post-item {
    border: 1px solid var(--card-border) !important;
    box-shadow: var(--card-shadow) !important;
    border-radius: 20px !important;
}

.feature-card:hover,
.service-item .service-inner:hover,
.service-pro-card:hover,
.post-item:hover,
.sidebar-list:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(159, 75, 238, 0.15) !important;
    border-color: rgba(159, 75, 238, 0.25) !important;
}

/* Header and nav refinement */
.header-bottom {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.primary-menu .lab-ul > li > a {
    font-weight: 600 !important;
    letter-spacing: 0.01em;
}

.primary-menu .lab-ul > li > ul {
    border-radius: 14px !important;
}

.primary-menu .lab-ul > li > ul > li > a {
    font-size: 14px;
}

/* Hero and homepage polish */
.hero-modern {
    min-height: min(88vh, 860px);
}

.hero-title {
    font-size: clamp(2.1rem, 5vw, 4.8rem) !important;
}

.hero-subtitle {
    max-width: 760px;
}

.features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: clamp(18px, 2.2vw, 30px) !important;
}

.feature-card {
    position: relative;
}

.feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 10%, rgba(124, 58, 237, 0.14), transparent 55%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    border-radius: inherit;
}

.feature-card:hover::after {
    opacity: 1;
}

.hero-badge {
    border: 1px solid rgba(124, 58, 237, 0.22);
    background: rgba(124, 58, 237, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero-content .btn {
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.18);
}

.hero-content .btn:hover {
    box-shadow: 0 16px 34px rgba(124, 58, 237, 0.26);
}
.stats-counter-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 55%, #7c3aed 100%) !important;
    position: relative;
    overflow: hidden;
}

.stats-counter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.12), transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.08), transparent 35%);
    pointer-events: none;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
}

.stats-counter-section .stat-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.stats-counter-section .stat-item:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.stats-counter-section .stat-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    margin: 0 auto 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.stats-counter-section .stat-number {
    font-size: clamp(2rem, 4vw, 2.8rem) !important;
    line-height: 1;
    margin-bottom: 6px !important;
    color: #fff !important;
    font-weight: 800;
}

.stats-counter-section .stat-number::after {
    content: "+";
    font-size: 0.5em;
    margin-left: 2px;
    opacity: 0.9;
    vertical-align: top;
}

.stats-counter-section .stat-item p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.portfolio-inner {
    border-radius: 18px;
    overflow: hidden;
}

.portfolio-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.55) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

.portfolio-inner:hover::before {
    opacity: 1;
}

.portfolio-overlay {
    z-index: 2;
}

.portfolio-inner img {
    transition: transform 0.6s ease, filter 0.35s ease;
}

.portfolio-inner:hover img {
    transform: scale(1.05);
    filter: saturate(1.08);
}

/* Software process section */
.software-process-section {
    background: linear-gradient(135deg, #ffffff 0%, #f6f2ff 100%);
}

.process-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.process-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 18px;
    padding: 24px 20px;
    box-shadow: var(--card-shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    overflow: hidden;
}

.process-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: left 0.4s ease;
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(124, 58, 237, 0.16);
}

.process-card:hover::after {
    left: 0;
}

.process-step {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.process-card h4 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.process-card p {
    margin-bottom: 0;
    font-size: 0.94rem;
    line-height: 1.65;
}

/* Technology marquee */
.tech-stack-section {
    padding: 20px 0 68px;
}

.tech-marquee-wrap {
    overflow: hidden;
    position: relative;
    margin-top: 14px;
}

.tech-marquee-wrap::before,
.tech-marquee-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.tech-marquee-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.tech-marquee-wrap::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.tech-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 6px 0;
    white-space: nowrap;
    animation: techMarquee 28s linear infinite;
}

.tech-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid var(--card-border);
    background: #fff;
    color: #1e1b4b;
    padding: 10px 16px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.tech-pill i {
    color: var(--primary);
}

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

/* Featured solution cards */
.featured-solutions {
    background: linear-gradient(180deg, #ffffff 0%, #f7f2ff 100%);
}

.solution-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.solution-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--card-border);
    box-shadow: var(--card-shadow);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.solution-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(124, 58, 237, 0.18), transparent 55%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 40px rgba(124, 58, 237, 0.2);
}

.solution-card:hover::before {
    opacity: 1;
}

.solution-media {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 18px;
    background: linear-gradient(135deg, #f4efff 0%, #ebe4ff 100%);
}

.solution-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(124, 58, 237, 0.18), transparent 55%);
    opacity: 0.28;
    pointer-events: none;
}

/* ============================
   Flipbook (About Page) - Pro 3D Book
   ============================ */
.flipbook-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7f2ff 100%);
}

.flipbook-wrapper {
    perspective: 1600px;
    display: flex;
    justify-content: center;
}

.book.pro-book {
    width: min(540px, 92vw);
    height: min(360px, 64vw);
    position: relative;
    transform-style: preserve-3d;
    border-radius: 18px;
    cursor: pointer;
    outline: none;
}

.book.pro-book:focus-visible {
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.25), 0 22px 50px rgba(15, 23, 42, 0.14);
}

.book.pro-book .page {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: #ffffff;
    transform-origin: left center;
    transform-style: preserve-3d;
    transition: transform 0.9s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.9s cubic-bezier(0.2, 0.9, 0.2, 1);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(148, 163, 184, 0.35);
    overflow: hidden;
    backface-visibility: hidden;
}

.book.pro-book .page::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.12), transparent);
    opacity: 0.65;
    pointer-events: none;
}

.book.pro-book .page-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(18px, 3vw, 34px);
}

.book.pro-book .page-content h3 {
    margin-bottom: 0.4rem;
}

.book.pro-book .page-content p {
    margin-bottom: 0;
}

.book.pro-book .page-content ul {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.book.pro-book .page-content ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1e1b4b;
}

.book.pro-book .page-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
}

.book.pro-book .cover-front {
    background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 45%, #22d3ee 100%);
    color: #fff;
    z-index: 4;
}

.book.pro-book .cover-front .page-content p {
    color: rgba(255, 255, 255, 0.88);
}

.book.pro-book .cover-back {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 55%, #7c3aed 100%);
    color: #fff;
    z-index: 1;
}

.book.pro-book .cover-back .page-content p {
    color: rgba(255, 255, 255, 0.88);
}

.book.pro-book .page:nth-child(2) { z-index: 3; }
.book.pro-book .page:nth-child(3) { z-index: 2; }

/* Open on hover (desktop) + focus (keyboard/tap) */
.book.pro-book:hover .cover-front,
.book.pro-book:focus .cover-front {
    transform: rotateY(-145deg);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.book.pro-book:hover .page:nth-child(2),
.book.pro-book:focus .page:nth-child(2) {
    transform: rotateY(-132deg);
}

.book.pro-book:hover .page:nth-child(3),
.book.pro-book:focus .page:nth-child(3) {
    transform: rotateY(-118deg);
}

@media (max-width: 768px) {
    .book.pro-book {
        width: min(480px, 92vw);
        height: min(320px, 74vw);
    }
}

.solution-media-dashboard,
.solution-media-mobile,
.solution-media-platform {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mock-window {
    width: 100%;
    max-width: 260px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 12px 30px rgba(30, 27, 75, 0.12);
    overflow: hidden;
}

.mock-topbar {
    display: flex;
    gap: 6px;
    padding: 8px 10px;
    background: #f1f5f9;
}

.mock-topbar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.mock-bars {
    padding: 12px 12px 4px;
}

.bar {
    height: 8px;
    border-radius: 999px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
    animation: barPulse 2.2s ease-in-out infinite;
}

.bar-md { width: 75%; animation-delay: 0.2s; }
.bar-sm { width: 52%; animation-delay: 0.4s; }

.mock-charts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 8px 12px 14px;
}

.chart {
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    height: 52px;
}

.chart.donut {
    background:
      radial-gradient(circle at center, #fff 37%, transparent 38%),
      conic-gradient(#7c3aed 0 120deg, #a78bfa 120deg 220deg, #e2e8f0 220deg 360deg);
}

.chart.line {
    background:
      linear-gradient(135deg, transparent 60%, rgba(124, 58, 237, 0.12) 60%),
      linear-gradient(180deg, #ffffff, #f8fafc);
    position: relative;
}

.chart.line::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 26px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7c3aed, #22d3ee);
}

.phone-mock {
    width: 140px;
    height: 190px;
    border-radius: 24px;
    border: 2px solid #1e1b4b;
    background: #fff;
    box-shadow: 0 14px 32px rgba(30, 27, 75, 0.18);
    padding: 10px;
    position: relative;
}

.phone-notch {
    width: 52px;
    height: 8px;
    border-radius: 999px;
    background: #1e1b4b;
    margin: 0 auto 10px;
}

.phone-screen {
    background: linear-gradient(180deg, #f5f3ff, #eef2ff);
    border-radius: 12px;
    padding: 10px 8px;
    height: calc(100% - 20px);
}

.app-card {
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
    margin-bottom: 8px;
    opacity: 0.92;
}

.app-card.small {
    width: 72%;
    background: linear-gradient(90deg, #0ea5e9, #22d3ee);
}

.platform-grid {
    width: 100%;
    max-width: 250px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.platform-tile {
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff, #ede9fe);
    border: 1px solid rgba(124, 58, 237, 0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.platform-tile.wide {
    grid-column: span 2;
    height: 64px;
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

@keyframes barPulse {
    0%, 100% { opacity: 0.7; transform: scaleX(0.95); transform-origin: left; }
    50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

.solution-content {
    padding: 18px 18px 22px;
    position: relative;
    z-index: 2;
}

.solution-content h4 {
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.solution-content p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Page header consistency for service pages */
.page-header-section {
    min-height: 30vh;
    padding-top: clamp(62px, 7vw, 110px) !important;
    padding-bottom: clamp(62px, 7vw, 110px) !important;
}

.page-header-title h1 {
    font-size: clamp(2rem, 4.5vw, 3.6rem) !important;
    font-weight: 800 !important;
}

/* Service template unification */
.service-single {
    background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
}

.service-single .section-wrapper {
    align-items: flex-start;
    row-gap: 28px;
}

.service-single .right-item .service-single-content {
    background: #fff;
    border-radius: 22px;
    border: 1px solid var(--card-border);
    box-shadow: var(--card-shadow);
    padding: clamp(20px, 3vw, 38px);
}

.service-single .right-item .service-single-content h2,
.service-single .right-item .service-single-content h3 {
    color: #1e1b4b !important;
}

.service-single .right-item .service-single-content p {
    font-size: 1rem !important;
    line-height: 1.8;
}

.service-single .post-item {
    background: var(--bg-soft) !important;
    gap: clamp(16px, 2vw, 28px) !important;
    margin: 26px 0 !important;
}

.service-single .post-thumb .thumb {
    border-radius: 16px !important;
    overflow: hidden;
}

.service-single .post-content ul li {
    margin-bottom: 10px !important;
}

.service-tab.sidebar-list .title,
.need-help.sidebar-list .title {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
}

.sidebar-list .lab-ul li a {
    font-weight: 600;
    border-radius: 10px;
}

.sidebar-list .lab-ul li a:hover,
.sidebar-list .lab-ul li.active a {
    background: rgba(124, 58, 237, 0.08);
}

/* Footer fit and alignment */
.footer-modern .container,
.footer-modern .container-fluid {
    max-width: 1440px !important;
    padding-left: clamp(15px, 5vw, 60px) !important;
    padding-right: clamp(15px, 5vw, 60px) !important;
    margin: 0 auto;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: clamp(20px, 2.8vw, 40px) !important;
}

@media (min-width: 1200px) {
    .footer-grid {
        grid-template-columns: 1.5fr 0.8fr 0.8fr 1.2fr !important;
    }
}

/* Maps Section Fit */
.maps-section {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.map-iframe-container iframe {
    width: 100% !important;
    height: 450px !important;
    filter: grayscale(0.2) contrast(1.1);
    transition: all 0.5s ease;
}

.map-iframe-container iframe:hover {
    filter: grayscale(0);
}

.contact-input-pro:focus {
    border-color: var(--primary) !important;
}

/* Responsive safety */
@media (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .page-header-section {
        min-height: auto;
    }

    .service-single .right-item .service-single-content {
        padding: 20px;
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .footer-col h5::after {
        left: 0;
        transform: none;
    }

    .service-single .post-item.d-flex {
        flex-direction: column !important;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .tech-marquee-wrap::before,
    .tech-marquee-wrap::after {
        width: 34px;
    }

    .solution-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* Projects slider (mobile) */
.projects-slider-mobile {
    display: none;
}

.projects-slider .service-inner {
    padding: 0 !important;
    overflow: hidden;
}

.projects-slider .service-inner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.projects-slider .swiper-pagination {
    position: relative;
    margin-top: 14px;
}

@media (max-width: 767px) {
    .projects-grid-desktop {
        display: none;
    }

    .projects-slider-mobile {
        display: block;
    }

    .projects-slider {
        padding: 4px 2px 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

@media (max-width: 991px) {
    body::after {
        opacity: 0.006;
    }

    .blob,
    .hero-bg-animation {
        display: none !important;
    }
}
