﻿/* MODERN RESET & VARIABLES */
:root {
    /* Renk Paleti (USK KimliÄŸi) */
    --color-bg: #f8f9fa;
    /* AÃ§Ä±k Gri Zemin */
    --color-surface: #ffffff;
    /* Kart/Header Zemini */

    --navy-900: #0a192f;
    /* Ana Lacivert (Logo/BaÅŸlÄ±k) */
    --navy-800: #112240;
    /* Koyu Kart ArkaplanÄ± */
    --navy-700: #233554;
    /* Border/Line Rengi */

    --blue-accent: #00b4d8;
    /* CanlÄ± Mavi (Vurgu) */
    --grey-text: #8892b0;
    /* Yan metinler */
    --white-text: #e6f1ff;
    /* BaÅŸlÄ±klar (Dark zeminde) */

    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Outfit', sans-serif;

    --header-height: 80px;
    --border-radius: 6px;
    /* EndÃ¼striyel his iÃ§in az radius */
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-bg);
    color: var(--navy-900);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

/* LAYOUT */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.container-full {
    max-width: 100% !important;
    padding: 0 40px !important;
}

/* HEADER */
.main-header {
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy-900);
    letter-spacing: -0.5px;
}

.logo span {
    color: var(--blue-accent);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    font-weight: 600;
    /* Semi-bold */
    color: var(--navy-700);
    font-size: 1.1rem;
    /* 18px */
    padding: 8px 12px;
    /* Ã‡erÃ§eve iÃ§in boÅŸluk */
    position: relative;
    transition: color 0.3s ease;
    display: inline-block;
    /* Ã‡izgi hizalamasÄ± iÃ§in */
}

/* Hover Renk */
.nav-link:hover,
.nav-link.active {
    color: #FF0000;
    /* Marka KÄ±rmÄ±zÄ±sÄ± */
}

/* KÄ±rmÄ±zÄ± Ã‡izgi Animasyonu (Ã‡erÃ§eve Efekti) */
.nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.nav-link:hover::before {
    transform: scaleX(1);
}

.btn-nav {
    padding: 12px 30px;
    background: var(--navy-900);
    color: #fff !important;
    border-radius: var(--border-radius);
    font-size: 1.05rem;
    font-weight: 600;
}

.btn-nav:hover {
    background: var(--blue-accent);
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

/* HERO SECTION */
.hero {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Yatay ortalama */
    color: #fff;
    overflow: hidden;
}

/* Slider YapÄ±sÄ± */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.slide-item.active {
    opacity: 1;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Hero background overlay */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
    opacity: 0 !important;
    display: none !important;
    z-index: -1 !important;
    pointer-events: none;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    /* Boosted visibility */
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.dot.active {
    background: var(--blue-accent);
    transform: scale(1.2);
}

.hero-content {
    position: relative;
    z-index: 5;
    /* Slider ve overlay Ã¼stÃ¼nde */
    max-width: 800px;
    text-align: center;
    /* Metin ortalama */
    margin: 0 auto;
    /* Blok ortalama */
    padding: 0 20px;
    /* Mobilde kenarlara yapÄ±ÅŸmasÄ±n */
}

.hero h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #ffffff;
    /* Ensure pure white */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7), 0 5px 20px rgba(0, 0, 0, 0.5);
    /* Better readability */
}

.hero p {
    font-size: 1.25rem;
    color: #f0f0f0;
    /* Lighter than grey-text */
    margin-bottom: 36px;
    max-width: 600px;
    margin-left: auto;
    /* Paragraf ortalama */
    margin-right: auto;
    /* Paragraf ortalama */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    /* Better readability */
    font-weight: 500;
}

.hero-actions {
    display: flex;
    gap: 16px;
}

.btn {
    padding: 16px 36px;
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.btn-primary {
    background: var(--blue-accent);
    color: #fff;
    border: 2px solid var(--blue-accent);
}

.btn-primary:hover {
    background: transparent;
    color: var(--blue-accent);
}

.btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/* CTA Button (Teklif Al) */
/* CTA Button (Teklif Al) */
.btn-cta {
    background: #2B3990 !important;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    /* Yuvarlak form */
    padding: 10px 28px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 14px rgba(43, 57, 144, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-cta:hover {
    background: #800000 !important;
    /* Bordeaux */
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(128, 0, 0, 0.4);
}

/* SHOWCASE GRID (KARTLAR) */
.showcase {
    padding: 100px 0;
}

.section-header {
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--navy-900);
    margin-bottom: 10px;
}

.section-header p {
    color: var(--navy-700);
    font-size: 1.1rem;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-content: space-between;
}

/* Kart YapÄ±sÄ± */
.card {
    position: relative;
    background: var(--navy-800);
    border-radius: var(--border-radius);
    overflow: hidden;
    min-height: 400px;
    /* Increased from 340px */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card:hover {
    transform: translateY(-8px);
}

/* Arkaplan bindirme */
.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--navy-700);
    transition: transform 0.8s ease;
    opacity: 0.6;
    background-size: cover;
    background-position: center;
}

/* HoÅŸ bir hover efekti iÃ§in scale */
.card:hover .card-bg {
    transform: scale(1.05);
    opacity: 0.4;
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    /* Increased padding */
    background: linear-gradient(to top, rgba(10, 25, 47, 1) 0%, rgba(10, 25, 47, 0) 100%);
    width: 100%;
}

.card h3 {
    font-size: 2rem;
    /* Increased font size */
    color: #fff;
    margin-bottom: 12px;
}

.card p {
    color: var(--grey-text);
    font-size: 1rem;
    margin-bottom: 24px;
    line-height: 1.6;
}

.view-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-accent);
    font-weight: 600;
    font-size: 1rem;
}

.card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}

/* RESPONSIVE GRID (DESKTOP) */
@media (min-width: 768px) {
    .grid-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .grid-layout {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 450px;
        /* Increased row height */
        gap: 30px;
        justify-content: space-between;
    }

    /* Kurumsal Stil: Ä°lk kart ve son kart geniÅŸ olsun */
    .large-card:first-child {
        grid-column: span 2;
    }

    .large-card:last-child {
        grid-column: span 2;
    }
}

/* PAGE HEADER - CLEAN STANDARD */
.page-header {
    background-image: url('/public/assets/uploads/breadcrumb.webp') !important;
    background-size: cover;
    background-position: center;
    background-color: transparent !important;
    border-bottom: 1px solid #e2e8f0;
    padding: 80px 0;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    /* Ensure no overlay */
    box-shadow: none !important;
}

.page-header::before,
.page-header::after {
    display: none !important;
}

.page-header .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Centered alignment */
    gap: 12px;
}

.page-header h1 {
    font-size: 2.4rem;
    font-weight: 800;
    /* Extra Bold */
    color: #ffffff;
    /* Saf Beyaz */
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.4), 0 2px 5px rgba(0, 0, 0, 0.8);
    /* Parlak ve Koyu Beyaz Efekti */
}

/* Breadcrumb Links Styling */
.breadcrumb-links {
    font-size: 0.95rem;
    color: #000000;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.85);
    /* Light background for contrast */
    padding: 8px 20px;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.breadcrumb-links a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
    border-bottom: 1px solid transparent;

}

.breadcrumb-links a:hover {
    color: var(--blue-accent);
    border-color: var(--blue-accent);
}

.breadcrumb-links span {
    color: #333;
    font-size: 0.9em;
}

/* Mobile Responsive Header */
@media (max-width: 768px) {
    .page-header {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .page-header h1 {
        font-size: 1.75rem;
    }

    .breadcrumb-links {
        font-size: 0.85rem;
    }
}


/* FOOTER MODERNIZATION (EXISTING CODE) */
/* ... (Footer codes remain) ... */

/* RE-APPLYING MOBILE RESPONSIVE TWEAKS FOR NEW HEADER */
@media (max-width: 768px) {

    /* Existing mobile styles */
    .main-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: var(--navy-900);
        margin-bottom: 6px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    /* Updated Page Header Mobile */
    .page-header {
        height: 220px;
        min-height: 220px;
        padding-bottom: 30px;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .page-header p {
        font-size: 1rem;
    }
}

/* FOOTER MODERNIZATION (Light Theme) */
.main-footer {
    background: #f1f5f9;
    /* Buz Grisi / Ã‡ok AÃ§Ä±k FÃ¼me */
    color: #334155;
    /* Dark Slate Blue for text */
    padding: 60px 0 0;
    /* Reduced padding */
    margin-top: 70px;
    /* Spacing from previous section */
    border-top: 1px solid #cbd5e1;
    /* Biraz daha belirgin Ã§izgi */
    position: relative;
    overflow: hidden;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.brand-col,
.links-col,
.contact-col {
    flex: 1;
}

.brand-col {
    text-align: left;
}

.links-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center the whole column content on desktop */
}

.links-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center links within the box on desktop */
}



.links-col h4,
.contact-col h4,
.brand-col h4 {
    color: #800000 !important;
    /* Bordo */
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 3px;
    background: var(--blue-accent);
    border-radius: 2px;
}

/* Let's fix the h4 for middle and right columns */
.links-col h4 {
    text-align: center;
}

.links-col h4::after {
    left: 50%;
    transform: translateX(-50%);
}

.links-col a {
    text-align: center;
}

.contact-col h4 {
    text-align: left;
    color: #800000 !important;
}

.contact-col h4::after {
    left: 0;
    right: auto;
}

.footer-col a {
    color: #475569;
    /* Slate Grey */
    display: block;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    text-decoration: none;
    padding-left: 0;
}

.footer-col a:hover {
    color: var(--blue-accent);
    transform: translateX(5px);
}

.contact-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Items inside the box are left-aligned */
}

/* Ensure contact items container behaves well when pushed right */
.contact-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    /* Take full width of contact-box */
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 12px;
}

.contact-label {
    width: 80px;
    flex-shrink: 0;
    font-weight: 700;
    color: #2B3990;
    /* Corporate Navy */
}

.contact-value {
    color: #475569;
    flex: 1;
}

.contact-value a {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
}

.contact-value a:hover {
    color: var(--blue-accent) !important;
    transform: none !important;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    /* Light border */
    color: #334155;
    /* Dark Icon */
    transition: all 0.3s ease;
    background: #fff;
}

.social-links a:hover {
    background: var(--blue-accent);
    border-color: var(--blue-accent);
    color: #fff;
    /* White Icon on hover */
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 180, 216, 0.2);
}

.social-links svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.copyright {
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
    background: #f1f5f9;
    /* Slightly darker footer bottom */
    border-top: 1px solid #e2e8f0;
    padding: 20px 0;
    margin-top: 0;
}

/* Ã–ZELLÄ°K KARTLARI (FEATURES SECTION) */
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    cursor: default;
}

.feature-icon-box {
    width: 90px;
    height: 90px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.05);
}

.feature-item:hover .feature-icon-box {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
}

.feature-title {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 25, 47, 0.95);
    /* Navy 900 with opacity */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 24px 0;
    display: none;
    /* JS ile kontrol edilir */
    justify-content: center;
    align-items: center;
    z-index: 2000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);

    /* Animasyon BaÅŸlangÄ±cÄ± */
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.cookie-banner.show {
    transform: translateY(0);
    opacity: 1;
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    gap: 32px;
}

.cookie-text {
    color: var(--white-text);
    font-size: 0.95rem;
    line-height: 1.5;
    flex: 1;
}

.cookie-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.btn-cookie-accept {
    background: var(--blue-accent);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-cookie-accept:hover {
    background: #0096b4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 180, 216, 0.3);
}

.btn-cookie-policy {
    background: transparent;
    color: var(--grey-text);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: var(--border-radius);
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
}

.btn-cookie-policy:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {

    /* Footer Mobile OnarÄ±mÄ± */
    .footer-content {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 0 !important;
        /* Managed by column margins */
    }

    .brand-col,
    .links-col,
    .contact-col {
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        /* Dikey BÃ¶lÃ¼mleme */
    }

    /* Logo ve Slogan Merkezleme */
    .brand-col img,
    .brand-col .logo {
        margin: 0 auto 15px !important;
        display: block !important;
    }

    .brand-col p {
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 300px;
    }

    .contact-col {
        margin-bottom: 0 !important;
        /* Last one doesn't need margin */
    }

    /* BaÅŸlÄ±k Ã‡izgilerini Ortala */
    .brand-col h4::after,
    .links-col h4::after,
    .contact-col h4::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
    }

    /* HÄ±zlÄ± EriÅŸim ve Ä°letiÅŸim BloklarÄ± Mobilde OrtalanmÄ±ÅŸ */
    .links-box,
    .contact-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    .links-box h4,
    .contact-box h4 {
        text-align: center !important;
    }

    .links-col a {
        text-align: center !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    /* Ä°letiÅŸim SatÄ±rlarÄ±nÄ± KÄ±r (Stack labels on top of values) */
    .contact-item {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .contact-label {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 4px !important;
    }

    .contact-value {
        width: 100% !important;
        text-align: center !important;
    }

    /* Ã–zellik KartlarÄ± Mobile (2'li SatÄ±rlar ve Belirgin Ä°konlar) */
    #featGrid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
        /* Increased gap */
        justify-items: center !important;
    }

    .feature-item {
        width: 100% !important;
        max-width: 160px !important;
    }

    .feature-icon-box {
        width: 80px !important;
        /* Keep distinct size */
        height: 80px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Genel Mobil Metin Hizalama */
    .section-header h2,
    .section-header p {
        text-align: center !important;
    }

    /* Ã‡erez Bildirimi Ortala */
    .cookie-banner {
        padding: 20px 0;
        text-align: center;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center !important;
        gap: 15px;
    }

    .cookie-actions {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .btn-cookie-accept,
    .btn-cookie-policy {
        flex: 1;
        justify-content: center;
        display: flex;
        align-items: center;
    }
}

/* Skeleton Loading Animation */
@keyframes skeleton-loading {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.skeleton {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
    width: 100%;
}

.skeleton-title {
    height: 24px;
    margin-bottom: 12px;
    width: 60%;
}

.skeleton-card {
    background: white;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.skeleton-img {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 16px;
}

/* Aspect Ratios */
.cat-img,
.prod-img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.cat-card .cat-img {
    height: 200px;
}

.prod-card .prod-img {
    height: 220px;
    aspect-ratio: 1/1;
}

/* WHATSAPP BUTTON STYLES (Global) */
.whatsapp-float-btn {
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 2147483647;
    /* Max Z-Index */
    transition: transform 0.3s ease;
    cursor: pointer;
    text-decoration: none !important;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float-btn:hover {
    transform: scale(1.1);
    color: white !important;
}

.whatsapp-float-btn svg {
    width: 35px;
    height: 35px;
    fill: #ffffff;
    display: block;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}