/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.10.1756727957
Updated: 2025-09-01 11:59:17

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


/* ===== Front Page Styles (Astra Child) ===== */
:root {
  --color-blue-600: #0046BE;
  --color-blue-700: #0a3cc4;
  --color-blue-800: #072b8c;
  --color-yellow-400: #ffc82c;
  --color-yellow-500: #ffb400;
  --card-bg: #ffffff;
  --text-900: #0f172a;
  --text-700: #334155;
  --text-500: #64748b;
  --shadow-sm: 0 2px 10px rgba(2, 8, 23, 0.06);
  --shadow-md: 0 12px 30px rgba(2, 8, 23, 0.12);
  --radius-md: 14px;
    --bu-primary: #0046BE;
    --bu-accent: #ffb400;
    --bu-primary-rgb: 14, 75, 255;
    --bu-accent-rgb: 255, 180, 0;
    --bu-text-primary: #0f172a;
    --bu-text-secondary: #334155;
    --bu-text-muted: #64748b;
}

body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Montserrat', sans-serif !important;
}


.bu-section-v2 {
    padding: 5rem 0;
    background-image: linear-gradient(to bottom right, #F9FAFB, #F3F4F6);
    position: relative;
    overflow: hidden;
}

.bu-deco-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    background-color: rgba(var(--bu-accent-rgb), 0.05);
    border-radius: 9999px;
    filter: blur(96px);
}

.bu-deco-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24rem;
    height: 24rem;
    background-color: rgba(var(--bu-primary-rgb), 0.05);
    border-radius: 9999px;
    filter: blur(96px);
}

.bu-container-v2 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

.bu-header-v2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.bu-title-wrapper-v2 {
    max-width: 42rem;
}

.bu-subtitle-wrapper-v2 {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    background-color: rgba(var(--bu-primary-rgb), 0.1);
    color: var(--bu-primary);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.bu-subtitle-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background-color: var(--bu-accent);
    margin-right: 0.5rem;
}

.bu-title-v2 {
    font-size: 40px;
    font-weight: 700;
    color: #0046BE;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.bu-highlight-v2 {
    color: var(--bu-accent);
    position: relative;
}

.bu-highlight-underline {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background-color: rgba(var(--bu-accent-rgb), 0.3);
}

.bu-description-v2 {
    color: var(--bu-text-secondary);
    font-size: 15px;
    max-width: 42rem;
}

.bu-nav-v2 {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.bu-nav-btn {
    padding: 0.75rem;
    border-radius: 9999px;
    border: 1px solid #D1D5DB;
    color: #4B5563;
    background: white;
    transition: all 0.3s;
    cursor: pointer;
}

.bu-nav-btn:hover {
    background-color: var(--bu-primary);
    color: white;
    border-color: var(--bu-primary);
}

.bu-nav-btn svg {
    height: 1.25rem;
    width: 1.25rem;
}

.bu-scroll-container {
    position: relative;
    overflow-x: auto;
    padding-bottom: 3rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    scrollbar-width: none;
}

.bu-scroll-container::-webkit-scrollbar {
    display: none;
}

.bu-scroll-wrapper {
    display: flex;
    gap: 2rem;
    padding-bottom: 2rem;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
}

.bu-snap-item {
    scroll-snap-align: center;
    flex-shrink: 0;
}

.bu-card-v2 {
    width: 300px;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.bu-card-v2:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-0.5rem);
}

.bu-card-img-wrapper {
    position: relative;
    height: 14rem;
    overflow: hidden;
}

.bu-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-in-out;
}

.bu-card-v2:hover .bu-card-img {
    transform: scale(1.1);
}

.bu-card-img-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    z-index: 10;
}

.bu-card-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 20;
}

.bu-card-tag-v2 {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    backdrop-filter: blur(4px);
    color: white;
    font-size: 12px !important;
    font-weight: 600;
    border-radius: 9999px;
    margin-bottom: 0.5rem;
    transform: rotate(-1deg);
}

.bu-tag-accent {
    background-color: rgba(var(--bu-accent-rgb), 0.8);
}

.bu-tag-primary {
    background-color: rgba(var(--bu-primary-rgb), 0.8);
}

.bu-card-title-v2 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    transition: color 0.3s;
}

.bu-card-v2:hover .bu-card-title-v2 {
    color: var(--bu-accent);
}

.bu-card-content-v2 {
    padding: 1.5rem;
    background-color: white;
}

.bu-card-content-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.bu-card-dots-v2 {
    display: flex;
    gap: 0.25rem;
}

.bu-card-dots-v2 span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background-color: var(--bu-accent);
}
.bu-card-dots-v2 span:nth-child(2) { opacity: 0.6; }
.bu-card-dots-v2 span:nth-child(3) { opacity: 0.3; }

.bu-card-divider {
    flex-grow: 1;
    height: 1px;
    background-color: #e5e7eb;
    margin: 0 0.75rem;
}

.bu-card-description-v2 {
    color: var(--bu-text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 14px;
}

.bu-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bu-card-link-v2 {
    display: inline-flex;
    align-items: center;
    color: var(--bu-primary);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 16px;
}

.bu-card-link-v2:hover {
    color: var(--bu-accent);
}

.bu-card-link-v2 svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
}

.bu-card-pulse-dots {
    display: flex;
    gap: 0.5rem;
}

.bu-card-pulse-dots span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    animation: bu-pulse 1.5s infinite;
}

.bu-card-pulse-dots .dot-1 { background-color: var(--bu-primary); }
.bu-card-pulse-dots .dot-2 { background-color: var(--bu-accent); animation-delay: 0.3s; }

@keyframes bu-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.bu-scroll-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.bu-scroll-indicator-inner {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
}

.bu-scroll-indicator-inner div {
    height: 0.25rem;
    border-radius: 9999px;
    background-color: rgba(var(--bu-accent-rgb), 0.3);
}

.indicator-bar-1 { width: 2rem; }
.indicator-bar-2 { width: 1rem; }
.indicator-bar-3 { width: 0.5rem; }

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

.fade-in-up {
    opacity: 0;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fade-in-up.is-visible {
    animation-name: fadeInUp;
}

/* Responsive */
@media (min-width: 768px) {
    .bu-header-v2 {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    .bu-nav-v2 {
        margin-top: 0;
    }
    .bu-title-v2 {
        font-size: 3rem;
    }
    .bu-card-v2 {
        width: 370px;
    }
}

/* ===== About Us Section ===== */
.about-section {
    padding: 64px 0;
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
}

.about-deco-1 {
    position: absolute;
    bottom: -64px;
    right: -64px;
    width: 256px;
    height: 256px;
    background-color: rgba(var(--bu-primary-rgb), 0.05);
    border-radius: 9999px;
    filter: blur(72px);
}

.about-deco-2 {
    position: absolute;
    top: 80px;
    left: -80px;
    width: 320px;
    height: 320px;
    background-color: rgba(var(--bu-accent-rgb), 0.05);
    border-radius: 9999px;
    filter: blur(72px);
}

.about-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 10;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.about-image-column {
    position: relative;
}

.about-image-wrapper {
    position: relative;
}

.about-image-main {
    position: relative;
    z-index: 10;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: rotate(-2deg);
    transition: transform 0.5s ease;
}

.about-image-main:hover {
    transform: rotate(0deg);
}

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

.about-image-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(var(--bu-primary-rgb), 0.4), transparent);
    opacity: 0.6;
}

.about-deco-shape-1 {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 128px;
    height: 128px;
    background-color: var(--bu-accent);
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    z-index: 0;
    transform: rotate(12deg);
}

.about-deco-shape-2 {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 96px;
    height: 96px;
    border: 16px solid rgba(var(--bu-primary-rgb), 0.2);
    border-radius: 8px;
    z-index: 0;
}

.about-stats-overlay {
    position: absolute;
    bottom: 32px;
    right: 32px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 16px;
    transform: rotate(3deg);
    transition: transform 0.5s ease;
}

.about-image-wrapper:hover .about-stats-overlay {
    transform: rotate(0deg);
}

.about-stats-item {
    text-align: center;
}

.about-stats-number {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--bu-primary);
}

.about-stats-number-alt {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--bu-accent);
}

.about-stats-label {
    font-size: 12px;
    color: #4b5563;
}

.about-stats-divider {
    height: 40px;
    width: 1px;
    background-color: #d1d5db;
}

.about-content-column {
    padding-top: 32px;
}

.about-subtitle-wrapper {
    display: inline-block;
    margin-bottom: 24px;
}

.about-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--bu-accent);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-subtitle-underline {
    height: 2px;
    width: 80px;
    background-color: var(--bu-accent);
    margin-top: 4px;
}

.about-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--bu-primary);
    margin-bottom: 24px;
    line-height: 1.2;
}

.about-highlight {
    color: var(--bu-accent);
}

.about-description {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 48px;
    line-height: 1.6;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.about-value-card, .about-value-card-alt {
    background-color: white;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-top: 8px solid var(--bu-accent);
}

.about-value-card-alt {
    border-top-color: var(--bu-primary);
}

.about-value-card:hover, .about-value-card-alt:hover {
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
transform: translateY(-8px);
}

.about-value-icon-wrapper, .about-value-icon-wrapper-alt {
    transition: transform 0.3s ease;
}

.about-value-card:hover .about-value-icon-wrapper,
.about-value-card-alt:hover .about-value-icon-wrapper-alt {
    transform: scale(1.1);
}

.about-value-header {
display: flex;
align-items: center;
margin-bottom: 12px;
}

.about-value-icon-wrapper {
    padding: 8px;
    background-color: rgba(var(--bu-primary-rgb), 0.1);
    border-radius: 6px;
    margin-right: 12px;
}

.about-value-icon-wrapper-alt {
    padding: 8px;
    background-color: rgba(var(--bu-accent-rgb), 0.1);
    border-radius: 6px;
    margin-right: 12px;
}

.about-value-icon, .about-value-icon-primary {
    height: 20px;
    width: 20px;
    color: var(--bu-accent);
}

.about-value-icon-primary {
    color: var(--bu-primary);
}

.about-value-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--bu-primary);
}

.about-value-description {
    color: #4b5563;
    font-size: 13px;
}

.about-cta-wrapper {
    margin-top: 2rem;
}

.about-cta-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: var(--bu-primary);
    color: white;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-cta-button:hover {
    background-color: #F5C734;
    color: #0046BE;
    transform: translateY(-2px);
    box-shadow: 0 7px 10px -3px rgba(0,0,0,0.15);
}

.about-cta-icon {
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.about-cta-button:hover .about-cta-icon {
    transform: translateX(4px);
}

@media (min-width: 768px) {
    .about-values-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .about-grid {
        grid-template-columns: 45% 55%;
        align-items: center;
        gap: 2.5rem;
    }
    .about-content-column {
        padding-top: 0;
        padding-left: 0;
    }
}

/* ===== News Section ===== */
.news-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.news-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.news-header {
    text-align: center;
    margin-bottom: 48px;
}

.news-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--bu-primary);
    margin-bottom: 16px;
}

.news-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
}

.news-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.news-card-image-link {
    display: block;
}

.news-card-image-wrapper {
    position: relative;
    overflow: hidden;
}

.news-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.news-card-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}

.news-card-content {
    padding: 24px;
}

.news-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 12px;
}

.news-card-category a {
    color: var(--bu-primary);
    font-weight: 600;
    text-decoration: none;
}

.news-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.news-card-title a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-card-title a:hover {
    color: var(--bu-primary);
}

.news-card-excerpt p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 16px;
}

.news-card-read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--bu-accent);
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-card-read-more:hover {
    color: var(--bu-primary);
}

.news-footer {
    text-align: center;
    margin-top: 48px;
}

.news-view-all-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: var(--bu-primary);
    color: white;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-view-all-button:hover {
    background-color: #0c44dd;
}

@media (min-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* ===== CTA Section ===== */
.cta-section {
    background-color: var(--bu-primary);
    padding: 64px 0;
    color: white;
}

.cta-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.cta-description {
    font-size: 18px;
    margin-bottom: 32px;
    max-width: 600px;
    opacity: 0.9;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background-color: var(--bu-accent);
    color: var(--bu-primary);
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #ffc82c; /* A slightly lighter yellow for hover */
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.cta-button .about-cta-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.cta-button:hover .about-cta-icon {
    transform: translateX(4px);
}

@media (min-width: 768px) {
    .cta-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cta-description {
        margin-bottom: 32px;
    }
}


/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Staggered animations */
.fade-in-up:nth-child(1) { animation-delay: 0.1s; }
.fade-in-up:nth-child(2) { animation-delay: 0.2s; }
.fade-in-up:nth-child(3) { animation-delay: 0.3s; }
.fade-in-up:nth-child(4) { animation-delay: 0.4s; }

/* ===== 404 Page ===== */
.error-404-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    text-align: center;
    padding: 40px 24px;
}

.error-404-content {
    max-width: 600px;
}

.error-404-title {
    font-size: 120px;
    font-weight: 700;
    color: var(--bu-primary);
    line-height: 1;
    margin-bottom: 16px;
}

.error-404-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
}

.error-404-description {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 32px;
}

.error-404-search {
    margin-bottom: 32px;
}

.error-404-search .search-form {
    display: flex;
    justify-content: center;
}

.error-404-search .search-field {
    width: 100%;
    max-width: 300px;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px 0 0 8px;
}

.error-404-search .search-submit {
    padding: 12px 24px;
    border: 1px solid var(--bu-primary);
    background-color: var(--bu-primary);
    color: white;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}

.error-404-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: var(--bu-accent);
    color: var(--bu-primary);
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.error-404-button:hover {
    background-color: #ffc82c;
}


@media (max-width: 767px) {
    .bu-section-v2, .about-section {
        padding: 48px 0;
    }

    .bu-title-v2 {
        font-size: 32px;
    }

    .about-title {
        font-size: 36px;
    }

    .about-description {
        font-size: 16px;
    }

    .about-stats-overlay {
        padding: 12px;
        gap: 12px;
    }

    .about-stats-number, .about-stats-number-alt {
        font-size: 24px;
    }
}