.about-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(800px 400px at 20% 50%, rgba(240, 126, 6, 0.08), transparent 60%),
        radial-gradient(600px 300px at 80% 20%, rgba(231, 200, 115, 0.06), transparent 50%);
    pointer-events: none;
}

.about-left {
    padding-right: 2rem;
    position: relative;
}

.about-right {
    padding-left: 2rem;
}

.about-content-wrapper {
    position: relative;
    z-index: 2;
}

.section-header {
    position: relative;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(240, 126, 6, 0.05));
    border: 1px solid rgba(240, 126, 6, 0.3);
    color: var(--gold);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.section-badge:hover {
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.25), rgba(240, 126, 6, 0.15));
    border-color: rgba(240, 126, 6, 0.5);
    transform: translateY(-2px);
}

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

.about-text-wrapper p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
}

.about-text-wrapper p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 3px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    border-radius: 2px;
}

.about-badges-section {
    position: relative;
}

.about-badges {
    gap: 1rem !important;
}

.badge-animated {
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.1), rgba(240, 126, 6, 0.05));
    border: 1px solid rgba(240, 126, 6, 0.2);
    color: var(--gold);
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.badge-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(240, 126, 6, 0.2), transparent);
    transition: left 0.5s ease;
}
/* SINGLE PAGE STYLES */
.single .hero {
    padding-bottom: 2rem;
}
.single .hero-title {
    margin-bottom: 0;
}
.single .single-article {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2rem;
}
.single .single-article .entry-content p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 1rem;
}
.single .single-article .entry-content h2,
.single .single-article .entry-content h3,
.single .single-article .entry-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.single .single-article .entry-content a {
    color: var(--gold);
    text-decoration: underline;
}
.single .single-article .entry-content blockquote {
    padding-left: 1rem;
    border-left: 3px solid var(--gold);
    opacity: 0.9;
}
.single .single-article .entry-content ul,
.single .single-article .entry-content ol {
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.9;
}
.single .single-article .entry-content img,
.single .single-article .entry-content figure img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.single .single-article .entry-content .alignleft { float: left; margin: 0.25rem 1rem 1rem 0; }
.single .single-article .entry-content .alignright { float: right; margin: 0.25rem 0 1rem 1rem; }
.single .single-article .entry-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.single .post-navigation { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.single .post-navigation a {
    display: block;
    background: linear-gradient(135deg, rgba(240,126,6,0.15), rgba(240,126,6,0.05));
    border: 1px solid rgba(240,126,6,0.3);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.single .post-navigation a:hover {
    background: linear-gradient(135deg, rgba(240,126,6,0.25), rgba(240,126,6,0.15));
    border-color: rgba(240,126,6,0.5);
    transform: translateY(-2px);
}
.single .widget {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}
.single .widget .widget-title,
.single .widgettitle {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #fff;
}
.single .widget_search input[type="search"] {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.04);
    color: #fff;
}
.single .widget_search input[type="submit"] {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.6rem 0.85rem;
    border-radius: 10px;
    border: 1px solid rgba(240,126,6,0.5);
    background: linear-gradient(135deg, rgba(240,126,6,0.25), rgba(240,126,6,0.15));
    color: #fff;
}

.badge-animated:hover::before {
    left: 100%;
}

.badge-animated:hover {
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.2), rgba(240, 126, 6, 0.1));
    border-color: rgba(240, 126, 6, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.15);
}

.proc-stepper-wrapper {
    position: relative;
}

.proc-stepper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
}

.proc-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), rgba(240, 126, 6, 0.3));
    transform: translateY(-50%);
    z-index: 1;
}

.step-enhanced {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.step-enhanced .dot {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    box-shadow: 0 4px 15px rgba(240, 126, 6, 0.3);
    transition: all 0.3s ease;
    position: relative;
}

.step-enhanced:hover .dot {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.4);
}

.step-enhanced small {
    color: #e5e7eb;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
    white-space: nowrap;
}

.step-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(17, 24, 39, 0.95);
    color: #e5e7eb;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(240, 126, 6, 0.2);
}

.step-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(17, 24, 39, 0.95);
}

.step-enhanced:hover .step-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.about-cards-enhanced {
    position: relative;
}

.about-box-enhanced {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8), rgba(31, 41, 55, 0.6));
    border: 1px solid rgba(240, 126, 6, 0.2);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.about-box-enhanced:hover {
    border-color: rgba(240, 126, 6, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(240, 126, 6, 0.15);
}

.card-icon-wrapper {
    text-align: center;
}

.icon-wrap-large {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.2), rgba(240, 126, 6, 0.1));
    border: 2px solid rgba(240, 126, 6, 0.3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.about-box-enhanced:hover .icon-wrap-large {
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.3), rgba(240, 126, 6, 0.2));
    border-color: rgba(240, 126, 6, 0.5);
    transform: scale(1.05);
}

.card-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(240, 126, 6, 0.05) 50%);
    border-radius: 0 16px 0 100px;
}

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

.about-panel-enhanced {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(31, 41, 55, 0.7));
    border: 1px solid rgba(240, 126, 6, 0.15);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}

.about-panel-enhanced:hover {
    border-color: rgba(240, 126, 6, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.panel-header {
    position: relative;
}

.quality-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quality-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(240, 126, 6, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(240, 126, 6, 0.1);
    transition: all 0.3s ease;
}

.quality-item:hover {
    background: rgba(240, 126, 6, 0.1);
    border-color: rgba(240, 126, 6, 0.2);
    transform: translateX(5px);
}

.quality-icon {
    color: var(--gold);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.quality-content h6 {
    margin-bottom: 0.25rem;
    color: #e5e7eb;
}

.quality-content p {
    margin: 0;
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.5;
}

.divider-enhanced {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 126, 6, 0.3), transparent);
    margin: 1.5rem 0;
}

.sustainability-section {
    position: relative;
}

.sustainability-badges {
    gap: 0.5rem !important;
}

.sustainability-badges .badge-animated {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
}

.about-kpis-enhanced {
    text-align: center;
}

.kpi-grid-vertical {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.kpi-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(240, 126, 6, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(240, 126, 6, 0.1);
    transition: all 0.3s ease;
}

.kpi-item:hover {
    background: rgba(240, 126, 6, 0.1);
    border-color: rgba(240, 126, 6, 0.2);
    transform: scale(1.02);
}

.kpi-icon {
    color: var(--gold);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.kpi-content .num {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 0.25rem;
}

.kpi-content .label {
    font-size: 0.875rem;
    color: #9ca3af;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .about-left {
        padding-right: 2rem;
        margin-bottom: 10px;
    }

    .hero-stats .stat-icon {
        top: 15px !important;
    }

    .about-right {
        padding-left: 1.5rem;
    }

    .about-section {
        padding: 4rem 0;
    }

    .proc-stepper {
        flex-direction: column;
        gap: 1rem;
    }

    .proc-line {
        display: none;
    }

    .step-enhanced .dot {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .about-section {
        padding: 3rem 0;
    }

    .section-badge {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .badge-animated {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
}

:root {
    --ink: #0f172a;
    /* koyu antrasit */
    --paper: #0b0f1a;
    /* daha koyu arka plan */
    --muted: #94a3b8;
    /* gri metin */
    --gold: #f07e06;
    /* TSG için turuncu */
    --gold-2: #ff8c42;
    --line: #1f2937;
    --card: #111827;
    /* koyu kart */
    --accent: #f07e06;
    --radius: 18px;
    --shadow: 0 8px 30px rgba(0, 0, 0, .25);
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    background: radial-gradient(1200px 600px at 110% -10%, rgba(240, 126, 6, .15), transparent 60%),
        radial-gradient(1000px 500px at -10% 110%, rgba(231, 200, 115, .12), transparent 50%),
        var(--paper);
    color: #e5e7eb;
    overflow-x: hidden;
}

.navbar {
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(11, 15, 26, 0.85);
    border-bottom: 1px solid rgba(240, 126, 6, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 1rem 0;
}

.navbar.scrolled {
    background: rgba(11, 15, 26, 0.95);
    border-bottom-color: rgba(240, 126, 6, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.navbar .nav-link {
    color: #e5e7eb;
    opacity: 0.9;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 0.2rem;
}

.navbar-toggler {
    border: 1px solid rgba(240, 126, 6, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    transition: all 0.3s ease;
    background: rgba(240, 126, 6, 0.1);
}

.navbar-toggler:hover {
    border-color: rgba(240, 126, 6, 0.5);
    background: rgba(240, 126, 6, 0.15);
    transform: scale(1.05);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(240, 126, 6, 0.25);
    outline: none;
}

.navbar .nav-link:hover {
    color: var(--gold);
    background: rgba(240, 126, 6, 0.1);
    transform: translateY(-1px);
}

.navbar .nav-link.active {
    color: var(--gold);
    background: rgba(240, 126, 6, 0.15);
    box-shadow: 0 4px 12px rgba(240, 126, 6, 0.2);
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-2));
    transform: translateX(-50%);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    width: 60%;
}

.brand-mark {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 12px;
}

.navbar-logo {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.navbar-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.brand-mark:hover {
    background: rgba(240, 126, 6, 0.1);
    transform: scale(1.05);
}

.brand-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    box-shadow: 0 0 0 4px rgba(240, 126, 6, 0.18);
    position: relative;
    overflow: hidden;
}

.brand-dot::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 3s infinite;
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(240, 126, 6, 0.18);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(240, 126, 6, 0.08);
        transform: scale(1.08);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.brand-dot {
    animation: pulseGlow 3s infinite ease-in-out;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #111;
    border: none;
    border-radius: 12px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(240, 126, 6, 0.3);
}

.btn-gold::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.4);
    filter: brightness(1.05);
}

.btn-gold:hover::before {
    left: 100%;
}

/* Hero */
.hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden
}

.hero .row {
    position: relative;
    z-index: 2
}

.hero-art {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none
}

.hero-art .laser-line {
    position: absolute;
    top: 28%;
    left: -15%;
    width: 130%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(231, 200, 115, .6), transparent);
    filter: blur(.6px);
    transform: rotate(-2deg);
    animation: scanX 6s linear infinite
}

.hero-art .laser-line::after {
    content: "";
    position: absolute;
    inset: -6px 0 -6px 0;
    background: linear-gradient(90deg, transparent, rgba(231, 200, 115, .08), transparent)
}

@keyframes scanX {
    0% {
        transform: translateX(-15%) rotate(-2deg)
    }

    100% {
        transform: translateX(15%) rotate(-2deg)
    }
}

.bp-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(231, 200, 115, .16);
    box-shadow: inset 0 0 0 1px rgba(231, 200, 115, .06);
    opacity: .55;
    backdrop-filter: none
}

.bp-ring.dashed {
    border-style: dashed;
    opacity: .45;
    animation: slowSpin 60s linear infinite
}

.ring-lg {
    width: 360px;
    height: 360px;
    bottom: 8%;
    left: 6%
}

.ring-md {
    width: 240px;
    height: 240px;
    top: 10%;
    right: 8%
}

.ring-sm {
    width: 140px;
    height: 140px;
    top: 34%;
    left: 18%;
    opacity: .35
}

@keyframes slowSpin {
    to {
        transform: rotate(360deg)
    }
}

.hero-bg {
    position: absolute;
    inset: -2px -2px -2px -2px;
    z-index: 0;
    background:
        radial-gradient(60% 50% at 70% 10%, rgba(240, 126, 6, .12), transparent 65%),
        radial-gradient(30% 40% at 0% 100%, rgba(231, 200, 115, .08), transparent 60%),
        repeating-linear-gradient(0deg, rgba(231, 200, 115, .06) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(90deg, rgba(231, 200, 115, .06) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(0deg, rgba(231, 200, 115, .12) 0 2px, transparent 2px 200px),
        repeating-linear-gradient(90deg, rgba(231, 200, 115, .12) 0 2px, transparent 2px 200px);
    filter: saturate(110%);
    mask-image: radial-gradient(100% 70% at 50% 30%, black, transparent);
    animation: gridDrift 60s linear infinite;
    width: 100%;
}

/* Hero single image + overlays */
.hero-img {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .22;
    filter: saturate(112%) contrast(104%);
    z-index: 0;
    transition: transform .3s ease-out;
    -webkit-mask-image: linear-gradient(to bottom, #000 78%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, #000 78%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.hero-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 70% at 50% 28%, rgba(0, 0, 0, .00), rgba(0, 0, 0, .45));
    mix-blend-mode: multiply;
    pointer-events: none
}

.hero-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(11, 15, 26, 0) 65%, rgba(11, 15, 26, .35) 85%, rgba(11, 15, 26, .65) 100%),
        radial-gradient(80% 50% at 70% 20%, rgba(231, 200, 115, .08), transparent 70%);
    pointer-events: none
}

@media (max-width: 575.98px) {
    .hero-img {
        opacity: .2
    }
}

/* AutoCAD tarzı imleç */
.cursor-cad {
    cursor: none
}

.cad-cursor {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 10000
}

.cad-cursor.hidden {
    opacity: 0
}

.cad-cursor line {
    stroke: rgba(255, 255, 255, .45);
    stroke-width: 1;
    shape-rendering: crispEdges
}

.cad-cursor .pick {
    fill: rgba(255, 255, 255, .06);
    stroke: rgba(255, 255, 255, .6);
    stroke-width: 1
}

@media (hover: none) {
    .cursor-cad {
        cursor: auto
    }

    #cadCursor {
        display: none
    }
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, rgba(148, 163, 184, .05) 0 1px, transparent 1px 18px);
    mix-blend-mode: overlay;
    pointer-events: none;
    animation: hatchMove 18s linear infinite
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(231, 200, 115, .04), transparent);
    transform: translateX(-120%);
    animation: shine 12s ease-in-out infinite
}

@keyframes gridDrift {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
    }

    100% {
        background-position: 200px 0, 0 200px, 0 40px, 40px 0, 0 200px, 200px 0
    }
}

@keyframes hatchMove {
    to {
        background-position: 200px 0
    }
}

@keyframes shine {

    0%,
    60% {
        transform: translateX(-120%)
    }

    80%,
    100% {
        transform: translateX(120%)
    }
}

.site-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(60% 50% at 70% 10%, rgba(240, 126, 6, .10), transparent 65%),
        radial-gradient(30% 40% at 0% 100%, rgba(231, 200, 115, .06), transparent 60%),
        repeating-linear-gradient(0deg, rgba(231, 200, 115, .05) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(90deg, rgba(231, 200, 115, .05) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(0deg, rgba(231, 200, 115, .10) 0 2px, transparent 2px 200px),
        repeating-linear-gradient(90deg, rgba(231, 200, 115, .10) 0 2px, transparent 2px 200px);
    filter: saturate(110%);
    mask-image: radial-gradient(120% 90% at 50% 30%, black, transparent);
    animation: gridDrift 80s linear infinite;
    will-change: transform
}

.site-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, rgba(148, 163, 184, .05) 0 1px, transparent 1px 18px);
    mix-blend-mode: overlay;
    pointer-events: none;
    animation: hatchMove 24s linear infinite
}

.site-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(231, 200, 115, .04), transparent);
    transform: translateX(-120%);
    animation: shine 14s ease-in-out infinite
}

.sparks-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: .75
}


.chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    color: #e2e8f0;
    background: rgba(240, 126, 6, .12);
    border: 1px solid rgba(240, 126, 6, .24);
    padding: .4rem .7rem;
    border-radius: 999px
}

.hero-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .00));
    border: 1px solid rgba(231, 200, 115, .18);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 2.2rem;
    position: relative;
    overflow: hidden
}

.card-corners {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.card-corners span {
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(231, 200, 115, .35)
}

.card-corners span:nth-child(1) {
    left: 14px;
    top: 14px;
    border-right: 0;
    border-bottom: 0;
    border-radius: 8px 0 0 0
}

.card-corners span:nth-child(2) {
    right: 14px;
    top: 14px;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 8px 0 0
}

.card-corners span:nth-child(3) {
    left: 14px;
    bottom: 14px;
    border-right: 0;
    border-top: 0;
    border-radius: 0 0 0 8px
}

.card-corners span:nth-child(4) {
    right: 14px;
    bottom: 14px;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 8px 0
}

.blueprint-dots {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(231, 200, 115, .06) 0 2px, transparent 3px), radial-gradient(circle at 70% 70%, rgba(231, 200, 115, .05) 0 2px, transparent 3px);
    background-size: 160px 160px, 220px 220px;
    opacity: .4;
    filter: blur(.2px)
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}

.hero-stats .stat {
    position: relative;
    background: rgba(17, 24, 39, .55);
    border: 1px solid rgba(231, 200, 115, .16);
    border-radius: 12px;
    padding: 12px 14px;
    text-align: center;
    overflow: hidden
}

.hero-stats .stat::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 12px;
    background: radial-gradient(600px 200px at -10% -50%, rgba(231, 200, 115, .08), transparent 70%);
    pointer-events: none
}

.hero-stats .stat .stat-head {
    position: absolute;
    top: 8px;
    left: 10px;
    color: rgba(231, 200, 115, .8)
}

.hero-stats .num {
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: .2px;
    background: linear-gradient(180deg, #fff, #cbd5e1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero-stats .label {
    color: #9aa5b1;
    font-size: .8rem
}

.hero-stats .meter {
    height: 6px;
    background: rgba(148, 163, 184, .18);
    border: 1px solid rgba(231, 200, 115, .16);
    border-radius: 999px;
    overflow: hidden;
    margin-top: 8px
}

.hero-stats .meter span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(231, 200, 115, .4), rgba(231, 200, 115, .9));
    box-shadow: 0 0 20px rgba(231, 200, 115, .3) inset;
    transition: width 1.2s cubic-bezier(.2, .7, .2, 1)
}

.hero h1 {
    width: 100%;
    font-weight: 800;
    letter-spacing: .3px;
    line-height: 1.08;
    text-align: center;
}

.align-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero p.lead {
    color: #ffffff
}

.hero-title {
    position: relative;
    display: inline-block
}

.hero-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(231, 200, 115, .8), transparent);
    transform: scaleX(0);
    transform-origin: left;
    animation: titleUnderline 1.6s .2s forwards ease
}

@keyframes titleUnderline {
    to {
        transform: scaleX(1)
    }
}

.hero-tags .tag {
    background: rgba(17, 24, 39, .6);
    border: 1px solid rgba(231, 200, 115, .18);
    color: #e5e7eb;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .8rem
}

.btn.btn-gold {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.btn.btn-gold::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30%;
    width: 30%;
    transform: skewX(-20deg) translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, .0), rgba(255, 255, 255, .55), rgba(255, 255, 255, .0));
    transition: transform .8s ease
}

.btn.btn-gold:hover::after {
    transform: skewX(-20deg) translateX(400%)
}

/* Sections */
section {
    padding: 40px 0
}

/* Image showcase */
.image-showcase {
    position: relative
}

.image-showcase .image-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px
}

.image-showcase .shot {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #1f2937;
    background: #0b0f1a;
    grid-column: span 3
}



.image-showcase .shot:nth-child(3) {
    grid-column: span 4
}

.image-showcase .shot:nth-child(4) {
    grid-column: span 4
}

.image-showcase .shot:nth-child(5) {
    grid-column: span 4
}

.image-showcase .shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(110%) contrast(105%);
    transform: scale(1.02);
    transition: transform .6s cubic-bezier(.2, .7, .2, 1)
}

.image-showcase .shot:hover img {
    transform: scale(1.06)
}

.image-showcase .shot::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 40% at 80% 10%, rgba(231, 200, 115, .12), transparent 70%);
    pointer-events: none
}

.image-showcase figcaption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .45);
    border: 1px solid rgba(231, 200, 115, .3);
    font-size: .8rem;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

@media (max-width: 991.98px) {
    .image-showcase .image-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .image-showcase .shot {
        grid-column: span 6
    }
}

/* Scroll experience */
.scroll-experience {
    position: relative;
    padding: 0;
}

.scroll-experience .scroll-scene {
    position: relative;
    height: 320vh
}

.scroll-experience .scroll-pin {
    position: sticky;
    top: 0;
    height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.scene-3d {
    perspective: 1200px;
    transform-style: preserve-3d;
    position: relative
}

.scene-canvas {
    width: min(1120px, 92vw);
    height: min(680px, 65vh);
    border-radius: 22px;
    border: 1px solid #1f2937;
    background: #0b0f1a;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    transform: rotateX(10deg) rotateY(-8deg);
    transform-origin: center;
    will-change: transform
}

.scene-glow {
    position: absolute;
    inset: -20% -10% -10% -10%;
    background: radial-gradient(60% 40% at 60% 30%, rgba(255, 210, 120, .16), transparent 70%);
    filter: blur(30px);
    transform: translateZ(-120px)
}

.scene-ui {
    position: absolute;
    left: 50%;
    top: calc(50% + 220px);
    transform: translateX(-50%);
    text-align: center
}

.scene-ui .chip {
    display: none
}

.scene-ui .badge {
    background: rgba(148, 163, 184, .22);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .35);
    letter-spacing: .2px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35)
}

@media (max-width: 575.98px) {
    .scroll-experience .scroll-scene {
        display: none;
        height: 200vh
    }

    .scene-canvas {
        height: min(60vh, 540px)
    }

    .scene-ui {
        top: calc(50% + 180px)
    }
}

.section-title {
    font-weight: 800;
    letter-spacing: .3px;
    font-size: 40px;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

.hakkimiz-vizyon {
    position: relative;

}

.section-sub {
    color: white;
    margin-bottom: 30px !important;
    font-size: 13px;
}

.card-dark {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .00));
    border: 1px solid #1f2937;
    border-radius: var(--radius);
    height: 100%;
    align-items: center;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease
}

.card-dark:hover {
    border-color: rgba(240, 126, 6, .5);
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .35)
}

.icon-wrap {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(240, 126, 6, .1);
    border: 1px solid rgba(240, 126, 6, .28)
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(231, 200, 115, .35), transparent);
    margin: 24px 0
}

.divider-industrial {
    position: relative;
    height: 10px;
    background:
        repeating-linear-gradient(135deg, rgba(231, 200, 115, .10) 0 12px, rgba(231, 200, 115, .02) 12px 24px);
    border: 1px solid #1f2937;
    border-left: 0;
    border-right: 0
}

.weld-sparks {
    position: absolute;
    bottom: 8%;
    left: 6%;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 1
}

.weld-sparks::before,
.weld-sparks::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: radial-gradient(circle at 10% 50%, rgba(231, 200, 115, .8), transparent 40%), radial-gradient(circle at 40% 50%, rgba(231, 200, 115, .6), transparent 40%), radial-gradient(circle at 70% 50%, rgba(231, 200, 115, .7), transparent 40%), radial-gradient(circle at 90% 50%, rgba(231, 200, 115, .5), transparent 40%);
    filter: blur(.4px);
    animation: sparksRise 1.8s ease-in infinite
}

.weld-sparks::after {
    animation-delay: .9s;
    opacity: .8
}

@keyframes sparksRise {
    0% {
        transform: translateY(0) scaleX(1)
    }

    100% {
        transform: translateY(-110px) scaleX(.6);
        opacity: 0
    }
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: transform .6s cubic-bezier(.2, .7, .2, 1), opacity .6s ease;
    will-change: transform, opacity
}

.reveal.in-view {

    opacity: 1;
    margin-bottom: 10px !important;
    transform: none
}

/* Machine grid */
.machine {
    display: flex;
    gap: 14px;
    align-items: center;
}

.badge-soft {
    background: rgba(148, 163, 184, .18);
    color: #e2e8f0;
    border: 1px solid #334155
}

/* About enhancements */
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px
}

.about-stats .a-stat {
    position: relative;
    background: rgba(17, 24, 39, .55);
    border: 1px solid #1f2937;
    border-radius: 12px;
    padding: 10px;
    text-align: center
}

.about-stats .a-stat .stat-head {
    position: absolute;
    top: 8px;
    left: 10px;
    color: rgba(231, 200, 115, .8)
}

.step i {
    color: orange !important;
}

.about-stats .a-stat .num {
    font-weight: 800;
    font-size: 1.05rem
}

.about-stats .a-stat .label {
    color: #9aa5b1;
    font-size: .8rem
}

.about-list {
    padding-left: 0;
    list-style: none;
    margin: 0 0 0 0;
}

.about-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    margin-bottom: 6px
}

.about-list i {
    color: var(--gold)
}

/* Airier, colorful, animated tweaks */
.about-panel {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .00));
    box-shadow: inset 0 0 0 1px #1f2937, 0 20px 50px rgba(0, 0, 0, .25)
}

.about-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(80% 60% at 80% 0%, rgba(231, 200, 115, .12), transparent 60%), radial-gradient(60% 40% at 0% 100%, rgba(148, 163, 184, .10), transparent 60%);
    opacity: .8
}

.about-badges .badge {
    background: linear-gradient(135deg, rgba(148, 163, 184, .18), rgba(231, 200, 115, .14));
    border-color: rgba(231, 200, 115, .35)
}

@keyframes floatUp {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-3px)
    }
}

.about-badges .badge:nth-child(odd) {
    animation: floatUp 5s ease-in-out infinite
}

.about-cta .btn {
    border-radius: 10px
}

.about-cta .btn.btn-outline-light {
    border-color: rgba(231, 200, 115, .35);
    color: #e5e7eb
}

.about-cta .btn.btn-outline-light:hover {
    background: rgba(231, 200, 115, .12)
}

/* Process stepper animations */
.proc-stepper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 12px
}

.proc-stepper .proc-line {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 18px;
    height: 2px;
    background: linear-gradient(90deg, rgba(231, 200, 115, .0), rgba(231, 200, 115, .8), rgba(231, 200, 115, .0));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.2s ease
}

.proc-stepper .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.proc-stepper .step .dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 30%, rgba(231, 200, 115, 0.212), rgba(231, 200, 115, 0.212));
    box-shadow: 0 6px 16px rgba(231, 200, 115, .18);
    color: #111;
    transform: scale(.88);
    transition: transform .6s cubic-bezier(.2, .7, .2, 1)
}

.proc-stepper .step small {
    color: #cbd5e1;
    font-size: .72rem
}

.proc-stepper.reveal.in-view .proc-line {
    transform: scaleX(1)
}

.proc-stepper.reveal.in-view .step {
    --d: 0
}

.proc-stepper.reveal.in-view .step:nth-child(2) {
    --d: .05s
}

.proc-stepper.reveal.in-view .step:nth-child(3) {
    --d: .1s
}

.proc-stepper.reveal.in-view .step:nth-child(4) {
    --d: .15s
}

.proc-stepper.reveal.in-view .step:nth-child(5) {
    --d: .2s
}

.proc-stepper.reveal.in-view .step:nth-child(6) {
    --d: .25s
}

.proc-stepper.reveal.in-view .step .dot {
    transform: scale(1);
    transition-delay: var(--d)
}

.proc-stepper .step .dot i {
    color: #111
}

.about-kpis .kpi {
    transition: transform .25s ease, box-shadow .25s ease
}

.about-kpis .kpi:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .25)
}

/* Process stepper */
.proc-stepper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px
}

.proc-stepper .proc-line {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 16px;
    height: 2px;
    background: rgba(231, 200, 115, .2)
}

.proc-stepper .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}


.proc-stepper .step small {
    color: #9aa5b1;
    font-size: .72rem
}

.about-cta {
    display: flex;
    gap: 8px
}

/* KPIs in right panel */
.about-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px
}

.about-kpis .kpi {
    background: rgba(17, 24, 39, .55);
    border: 1px solid #1f2937;
    border-radius: 12px;
    padding: 10px;
    text-align: center
}

.about-kpis .kpi .num {
    font-weight: 800;
    font-size: 1.2rem;
    background: linear-gradient(180deg, #fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.about-kpis .kpi .label {
    color: #9aa5b1;
    font-size: .78rem
}

@media (max-width: 991.98px) {
    .about-kpis {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (max-width: 991.98px) {
    .about-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

/* Timeline / Awards */
.timeline {
    position: relative
}

.timeline::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(231, 200, 115, .65), transparent);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease
}

.tl-item {
    position: relative;
    padding-left: 56px;
    margin-bottom: 24px;
    opacity: .0;
    transform: translateY(8px);
    transition: transform .6s cubic-bezier(.2, .7, .2, 1), opacity .6s ease
}

.tl-dot {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    box-shadow: 0 0 0 4px rgba(240, 126, 6, .18);
    transform: scale(.85);
    transition: transform .5s ease
}

.timeline.reveal.in-view::before {
    transform: scaleY(1)
}

.timeline.reveal.in-view .tl-item {
    opacity: 1;
    transform: none
}

.timeline.reveal.in-view .tl-item .tl-dot {
    transform: scale(1)
}

/* Mission cards modern look */
.mission-grid {
    justify-content: center;
    margin: 0 auto;
    max-width: 800px;
}

.mission-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(240, 126, 6, 0.15);
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.6), rgba(11, 15, 26, 0.7));
    backdrop-filter: blur(8px);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: center;
    padding: 1.5rem 1rem !important;
}

.mission-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-2));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.mission-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 40% at 100% 0%, rgba(240, 126, 6, 0.08), transparent 70%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mission-card:hover {
    border-color: rgba(240, 126, 6, 0.3);
    box-shadow: 0 12px 30px rgba(240, 126, 6, 0.12);
    transform: translateY(-2px) scale(1.01);
}

.mission-card:hover::before {
    transform: scaleX(1);
}

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

.mission-card .icon-wrap {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.12), rgba(240, 126, 6, 0.04));
    border: 1px solid rgba(240, 126, 6, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    transition: all 0.3s ease;
}

.mission-card:hover .icon-wrap {
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.2), rgba(240, 126, 6, 0.1));
    border-color: rgba(240, 126, 6, 0.25);
    transform: scale(1.05);
}

.mission-card .icon-wrap i {
    font-size: 1.1rem;
    color: var(--gold);
    transition: all 0.3s ease;
}

.mission-card:hover .icon-wrap i {
    color: #fff;
    transform: scale(1.05);
}

.mission-card strong {
    font-size: 0.95rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.4rem;
    display: block;
    letter-spacing: 0.02em;
}

.mission-card p {
    color: #9ca3af;
    line-height: 1.5;
    margin: 0;
    font-size: 0.85rem;
}



.footer-modern {
    position: relative;
    background: linear-gradient(180deg, #0b0f1a 0%, #0f141f 100%);
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    overflow: hidden;
    padding-top: 0;
    padding: 20px;
}

.footer-waves {
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: -1px;
}

.footer-waves svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.footer-waves .shape-fill {
    fill: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.08));
}

.footer-waves path:nth-child(1) {
    fill: rgba(240, 126, 6, 0.12);
}

.footer-waves path:nth-child(2) {
    fill: rgba(231, 200, 115, 0.08);
}

.footer-waves path:nth-child(3) {
    fill: rgba(240, 126, 6, 0.15);
}

.footer-content {
    padding: 0px 0 40px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    margin-bottom: 20px;
}

.brand-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.footer-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(240, 126, 6, 0.3));
}

.brand-logo .brand-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    box-shadow: 0 0 0 4px rgba(202, 162, 74, 0.2);
    animation: pulseGlow 3s infinite ease-in-out;
}

.brand-logo .brand-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
}

.brand-description {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(202, 162, 74, 0.3);
    color: #e5e7eb;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-link:hover::before {
    opacity: 1;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
    border-color: var(--gold);
}

.social-link i {
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.social-link:hover i {
    color: #111;
}

.social-link.whatsapp:hover {
    border-color: #25d366;
}

.social-link.whatsapp::before {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.social-link.linkedin:hover {
    border-color: #0077b5;
}

.social-link.linkedin::before {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.social-link.instagram:hover {
    border-color: #e4405f;
}

.social-link.instagram::before {
    background: linear-gradient(135deg, #e4405f, #c13584);
}

.social-link.youtube:hover {
    border-color: #ff0000;
}

.social-link.youtube::before {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.footer-section {
    margin-bottom: 20px;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.footer-links a:hover {
    color: var(--gold);
    transform: translateX(8px);
}

.footer-links a:hover::before {
    width: 6px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-item i {
    color: var(--gold);
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-item strong {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-item span,
.contact-item a {
    color: #cbd5e1;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: var(--gold);
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 126, 6, 0.3), transparent);
    margin: 40px 0 30px;
    position: relative;
}

.footer-divider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 1px;
    background: var(--gold);
    border-radius: 0.5px;
}

.footer-bottom {
    padding-top: 20px;
}

.copyright {
    color: #9ca3af;
    font-size: 0.9rem;
}

.footer-extra {
    text-align: right;
}

.certifications {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(202, 162, 74, 0.3);
    border-radius: 6px;
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cert-badge:hover {
    background: rgba(240, 126, 6, 0.1);
    border-color: var(--gold);
    transform: translateY(-1px);
}

.cert-badge i {
    color: var(--gold);
    font-size: 0.8rem;
}

.made-in {
    color: #9ca3af;
    font-size: 0.85rem;
}

.footer-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(240, 126, 6, 0.4);
    border-radius: 50%;
    animation: floatParticle 8s infinite linear;
}

.particle:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.particle:nth-child(2) {
    left: 20%;
    top: 60%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.particle:nth-child(3) {
    left: 70%;
    top: 30%;
    animation-delay: 4s;
    animation-duration: 14s;
}

.particle:nth-child(4) {
    left: 80%;
    top: 70%;
    animation-delay: 6s;
    animation-duration: 11s;
}

.particle:nth-child(5) {
    left: 50%;
    top: 80%;
    animation-delay: 8s;
    animation-duration: 13s;
}

@keyframes floatParticle {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) translateX(20px);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .footer-content {
        padding: 40px 0 30px;
    }

    .footer-waves {
        height: 80px;
    }

    .footer-waves svg {
        height: 80px;
    }

    .footer-extra {
        text-align: center;
        margin-top: 20px;
    }

    .certifications {
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer-content {
        padding: 30px 0 20px;
    }

    .footer-waves {
        height: 60px;
    }

    .footer-waves svg {
        height: 60px;
    }

    .social-links {
        justify-content: flex-start;
    }

    .footer-section {
        text-align: left;
    }

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

    .contact-item {
        justify-content: flex-start;
    }

    .footer-bottom {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .footer-waves {
        height: 40px;
    }

    .footer-waves svg {
        height: 40px;
    }

    .brand-logo .brand-text {
        font-size: 1.3rem;
    }

    .social-link {
        width: 40px;
        height: 40px;
    }

    .certifications {
        flex-direction: column;
        align-items: center;
    }
}

/* Certificates Section */
.certificates-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.sol-yasla {
    align-self: flex-start !important;
}

.certificates-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 30% 10%, rgba(240, 126, 6, 0.06), transparent 65%),
        radial-gradient(40% 40% at 80% 90%, rgba(231, 200, 115, 0.04), transparent 60%),
        repeating-linear-gradient(45deg, rgba(240, 126, 6, 0.02) 0 1px, transparent 1px 60px),
        repeating-linear-gradient(-45deg, rgba(240, 126, 6, 0.02) 0 1px, transparent 1px 60px);
    opacity: 0.8;
    pointer-events: none;
}

/* Certificate Slider */
.certificates-slider {
    position: relative;
    margin: 60px 0;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(240, 126, 6, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.slider-wrapper {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.certificate-slide {
    min-width: 100%;
    padding: 0;
}

.certificates-grid {
    display: flex;
    gap: 40px;
    width: 100%;
    margin: 40px 0;
    justify-content: center;
    align-items: flex-start;
}

.certificates-left {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.certificates-right {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.certificate-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-item.long {
    width: 280px;
    height: 400px;
}

.certificate-item.short {
    width: 350px;
    height: 180px;
}

.certificate-document {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.certificate-document.empty {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.6), rgba(11, 15, 26, 0.7));
    border: 2px dashed rgba(240, 126, 6, 0.3);
}

.empty-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(240, 126, 6, 0.6);
    gap: 15px;
}

.empty-placeholder i {
    font-size: 3rem;
    opacity: 0.7;
}

.empty-placeholder span {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.8;
}

.certificate-document {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.document-header {
    padding: 30px 40px 20px;
    border-bottom: 1px solid rgba(240, 126, 6, 0.2);
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.doc-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    display: grid;
    place-items: center;
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
    position: relative;
}

.doc-logo::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    z-index: -1;
    opacity: 0.3;
    filter: blur(8px);
}

.doc-logo i {
    color: #111;
    font-size: 2rem;
}

.doc-title h4 {
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.doc-title p {
    color: #cbd5e1;
    font-size: 1rem;
    margin: 0;
}

.document-body {
    flex: 1;
    display: flex;
    padding: 30px 40px;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.cert-image {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.cert-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: auto;
    height: auto;
}

.cert-img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.certificate-document:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(240, 126, 6, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.placeholder-cert {
    width: 280px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 2px dashed rgba(240, 126, 6, 0.4);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.placeholder-cert::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(240, 126, 6, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.placeholder-cert:hover::before {
    opacity: 1;
}

.placeholder-cert:hover {
    border-color: var(--gold);
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(240, 126, 6, 0.2);
}

.placeholder-cert i {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 10px;
}

.placeholder-cert span {
    color: #cbd5e1;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
}

.cert-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(240, 126, 6, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.info-row:hover {
    background: rgba(240, 126, 6, 0.05);
    border-color: rgba(240, 126, 6, 0.3);
    transform: translateX(5px);
}

.info-row .label {
    color: #9ca3af;
    font-weight: 500;
    font-size: 0.9rem;
}

.info-row .value {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

.document-footer {
    padding: 20px 40px 30px;
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    position: relative;
    z-index: 2;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-indicator.active {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.status-indicator i {
    font-size: 1rem;
}

/* Slider Controls */
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    color: var(--gold);
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-color: var(--gold);
    color: #111;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.3);
    border: 1px solid rgba(240, 126, 6, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dot:hover::before {
    opacity: 1;
}

.dot.active {
    background: var(--gold);
    border-color: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(240, 126, 6, 0.4);
}

.dot:hover {
    background: rgba(240, 126, 6, 0.6);
    transform: scale(1.1);
}

/* Responsive Design for Certificate Slider */
@media (max-width: 1200px) {
    .certificates-grid {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .certificate-row {
        gap: 20px;
    }

    .certificate-column {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .certificates-grid {
        gap: 20px;
    }

    .certificate-row {
        flex-direction: column;
        gap: 20px;
    }

    .certificate-item.wide,
    .certificate-item.tall {
        width: 100%;
        max-width: 350px;
    }

    .certificate-document {
        min-height: 400px;
    }

    .cert-image {
        padding: 15px;
    }

    .cert-img {
        max-width: 90%;
        max-height: 90%;
    }
}

@media (max-width: 767.98px) {
    .certificates-section {
        padding: 60px 0;
    }

    .certificates-slider {
        margin: 40px 0;
    }

    .certificate-document {
        min-height: 450px;
    }

    .document-header {
        padding: 20px 25px 15px;
    }

    .doc-logo {
        width: 60px;
        height: 60px;
    }

    .doc-logo i {
        font-size: 1.5rem;
    }

    .doc-title h4 {
        font-size: 1.2rem;
    }

    .doc-title p {
        font-size: 0.9rem;
    }

    .document-body {
        padding: 20px 25px;
        gap: 20px;
    }

    .placeholder-cert {
        height: 160px;
    }

    .placeholder-cert i {
        font-size: 2.5rem;
    }

    .placeholder-cert span {
        font-size: 0.8rem;
    }

    .info-row {
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .info-row .label {
        font-size: 0.8rem;
    }

    .info-row .value {
        font-size: 0.85rem;
    }

    .document-footer {
        padding: 15px 25px 20px;
    }

    .status-indicator {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .slider-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .slider-controls {
        gap: 15px;
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificate-document {
        min-height: 400px;
    }

    .document-header {
        padding: 15px 20px 10px;
    }

    .doc-logo {
        width: 50px;
        height: 50px;
    }

    .doc-logo i {
        font-size: 1.3rem;
    }

    .doc-title h4 {
        font-size: 1.1rem;
    }

    .doc-title p {
        font-size: 0.85rem;
    }

    .document-body {
        padding: 15px 20px;
        gap: 15px;
    }

    .placeholder-cert {
        height: 140px;
    }

    .placeholder-cert i {
        font-size: 2rem;
    }

    .cert-info {
        gap: 10px;
    }

    .info-row {
        padding: 8px 12px;
    }

    .document-footer {
        padding: 10px 20px 15px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .slider-controls {
        gap: 12px;
        margin-top: 20px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

.certificates-stats {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    position: relative;
}

.certificates-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--gold);
}

.stat-item {
    padding: 20px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-color: var(--gold);
    transform: scale(1.1);
}

.stat-icon i {
    color: var(--gold);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.stat-item:hover .stat-icon i {
    color: #111;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .certificates-section {
        padding: 60px 0;
    }

    .certificate-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .certificate-icon {
        width: 60px;
        height: 60px;
    }

    .certificate-icon i {
        font-size: 1.5rem;
    }

    .certificates-stats {
        margin-top: 40px;
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificate-card {
        padding: 20px 15px;
    }

    .certificate-overlay {
        position: relative;
        transform: translateY(0);
        background: rgba(17, 24, 39, 0.8);
        border-radius: 12px;
        margin-top: 15px;
        padding: 15px;
    }

    .stat-item {
        padding: 15px;
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .certificate-card {
        text-align: center;
    }

    .certificate-content h5 {
        font-size: 1rem;
    }

    .certificate-status {
        flex-direction: column;
        gap: 8px;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
    }

    .stat-icon i {
        font-size: 1.3rem;
    }

    .stat-number {
        font-size: 1.6rem;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    background: linear-gradient(180deg, #0b0f1a 0%, #0f141f 100%);
    overflow: hidden;
}

.contact-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 70% 10%, rgba(240, 126, 6, 0.08), transparent 65%),
        radial-gradient(30% 40% at 0% 100%, rgba(231, 200, 115, 0.06), transparent 60%),
        repeating-linear-gradient(0deg, rgba(231, 200, 115, 0.03) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(90deg, rgba(231, 200, 115, 0.03) 0 1px, transparent 1px 40px);
    opacity: 0.25;
    pointer-events: none;
}

.contact-content {
    position: relative;
    z-index: 2;
}

.section-header {
    margin-bottom: 40px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(231, 200, 115, 0.25);
    color: var(--gold);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-badge i {
    font-size: 1rem;
}

.contact-cards {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(231, 200, 115, 0.18);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 40% at 100% 0%, rgba(231, 200, 115, 0.10), transparent 70%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

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

.contact-card:hover {
    border-color: rgba(231, 200, 115, 0.35);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(231, 200, 115, 0.25);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.card-icon i {
    color: var(--gold);
    font-size: 1.2rem;
}

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

.card-content h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.card-content p,
.card-content a {
    color: #cbd5e1;
    margin: 0;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-content a:hover {
    color: var(--gold);
}

.contact-actions {
    margin-top: 32px;
}

.action-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.action-buttons .btn {
    flex: 1;
    min-width: 200px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.action-buttons .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.social-links-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(231, 200, 115, 0.25);
    color: #e5e7eb;
    display: grid;
    place-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-icon:hover::before {
    opacity: 1;
}

.social-icon:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(240, 126, 6, 0.25);
    border-color: var(--gold);
}

.social-icon i {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.social-icon:hover i {
    color: #111;
}

.social-link.whatsapp:hover {
    border-color: #25d366;
}

.social-link.whatsapp::before {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.social-link.linkedin:hover {
    border-color: #0077b5;
}

.social-link.linkedin::before {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.social-link.instagram:hover {
    border-color: #e4405f;
}

.social-link.instagram::before {
    background: linear-gradient(135deg, #e4405f, #c13584);
}

.social-link.youtube:hover {
    border-color: #ff0000;
}

.social-link.youtube::before {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.footer-section {
    margin-bottom: 20px;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.footer-links a:hover {
    color: var(--gold);
    transform: translateX(8px);
}

.footer-links a:hover::before {
    width: 6px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-item i {
    color: var(--gold);
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-item strong {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-item span,
.contact-item a {
    color: #cbd5e1;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: var(--gold);
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 126, 6, 0.3), transparent);
    margin: 40px 0 30px;
    position: relative;
}

.footer-divider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 1px;
    background: var(--gold);
    border-radius: 0.5px;
}

.footer-bottom {
    padding-top: 20px;
}

.copyright {
    color: #9ca3af;
    font-size: 0.9rem;
}

.footer-extra {
    text-align: right;
}

.certifications {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(202, 162, 74, 0.3);
    border-radius: 6px;
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cert-badge:hover {
    background: rgba(240, 126, 6, 0.1);
    border-color: var(--gold);
    transform: translateY(-1px);
}

.cert-badge i {
    color: var(--gold);
    font-size: 0.8rem;
}

.made-in {
    color: #9ca3af;
    font-size: 0.85rem;
}

.footer-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(240, 126, 6, 0.4);
    border-radius: 50%;
    animation: floatParticle 8s infinite linear;
}

.particle:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.particle:nth-child(2) {
    left: 20%;
    top: 60%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.particle:nth-child(3) {
    left: 70%;
    top: 30%;
    animation-delay: 4s;
    animation-duration: 14s;
}

.particle:nth-child(4) {
    left: 80%;
    top: 70%;
    animation-delay: 6s;
    animation-duration: 11s;
}

.particle:nth-child(5) {
    left: 50%;
    top: 80%;
    animation-delay: 8s;
    animation-duration: 13s;
}

@keyframes floatParticle {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) translateX(20px);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .footer-content {
        padding: 40px 0 30px;
    }

    .footer-waves {
        height: 80px;
    }

    .footer-waves svg {
        height: 80px;
    }

    .footer-extra {
        text-align: center;
        margin-top: 20px;
    }

    .certifications {
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer-content {
        padding: 30px 0 20px;
    }

    .footer-waves {
        height: 60px;
    }

    .footer-waves svg {
        height: 60px;
    }

    .social-links {
        justify-content: left;
    }

    .footer-section {
        text-align: center;
    }

    .footer-title::after {
        left: 0;
        transform: translateX(-50%);
    }

    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .footer-waves {
        height: 40px;
    }

    .footer-waves svg {
        height: 40px;
    }

    .brand-logo .brand-text {
        font-size: 1.3rem;
    }

    .social-link {
        width: 40px;
        height: 40px;
    }

    .certifications {
        flex-direction: column;
        align-items: center;
    }
}

/* Certificates Section */
.certificates-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.sol-yasla {
    align-self: flex-start !important;
}

.certificates-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 30% 10%, rgba(240, 126, 6, 0.06), transparent 65%),
        radial-gradient(40% 40% at 80% 90%, rgba(231, 200, 115, 0.04), transparent 60%),
        repeating-linear-gradient(45deg, rgba(240, 126, 6, 0.02) 0 1px, transparent 1px 60px),
        repeating-linear-gradient(-45deg, rgba(240, 126, 6, 0.02) 0 1px, transparent 1px 60px);
    opacity: 0.8;
    pointer-events: none;
}

/* Certificate Slider */
.certificates-slider {
    position: relative;
    margin: 60px 0;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(240, 126, 6, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.slider-wrapper {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.certificate-slide {
    min-width: 100%;
    padding: 0;
}

.certificates-grid {
    display: flex;
    gap: 40px;
    width: 100%;
    margin: 40px 0;
    justify-content: center;
    align-items: flex-start;
}

.certificates-left {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.certificates-right {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.certificate-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-item.long {
    width: 280px;
    height: 400px;
}

.certificate-item.short {
    width: 350px;
    height: 180px;
}

.certificate-document {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.certificate-document.empty {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.6), rgba(11, 15, 26, 0.7));
    border: 2px dashed rgba(240, 126, 6, 0.3);
}

.empty-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(240, 126, 6, 0.6);
    gap: 15px;
}

.empty-placeholder i {
    font-size: 3rem;
    opacity: 0.7;
}

.empty-placeholder span {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.8;
}

.certificate-document {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.document-header {
    padding: 30px 40px 20px;
    border-bottom: 1px solid rgba(240, 126, 6, 0.2);
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.doc-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    display: grid;
    place-items: center;
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
    position: relative;
}

.doc-logo::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    z-index: -1;
    opacity: 0.3;
    filter: blur(8px);
}

.doc-logo i {
    color: #111;
    font-size: 2rem;
}

.doc-title h4 {
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.doc-title p {
    color: #cbd5e1;
    font-size: 1rem;
    margin: 0;
}

.document-body {
    flex: 1;
    display: flex;
    padding: 30px 40px;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.cert-image {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.cert-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: auto;
    height: auto;
}

.cert-img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.certificate-document:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(240, 126, 6, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.placeholder-cert {
    width: 280px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 2px dashed rgba(240, 126, 6, 0.4);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.placeholder-cert::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(240, 126, 6, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.placeholder-cert:hover::before {
    opacity: 1;
}

.placeholder-cert:hover {
    border-color: var(--gold);
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(240, 126, 6, 0.2);
}

.placeholder-cert i {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 10px;
}

.placeholder-cert span {
    color: #cbd5e1;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
}

.cert-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(240, 126, 6, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.info-row:hover {
    background: rgba(240, 126, 6, 0.05);
    border-color: rgba(240, 126, 6, 0.3);
    transform: translateX(5px);
}

.info-row .label {
    color: #9ca3af;
    font-weight: 500;
    font-size: 0.9rem;
}

.info-row .value {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

.document-footer {
    padding: 20px 40px 30px;
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    position: relative;
    z-index: 2;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-indicator.active {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.status-indicator i {
    font-size: 1rem;
}

/* Slider Controls */
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    color: var(--gold);
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-color: var(--gold);
    color: #111;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.3);
    border: 1px solid rgba(240, 126, 6, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dot:hover::before {
    opacity: 1;
}

.dot.active {
    background: var(--gold);
    border-color: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(240, 126, 6, 0.4);
}

.dot:hover {
    background: rgba(240, 126, 6, 0.6);
    transform: scale(1.1);
}

/* Responsive Design for Certificate Slider */
@media (max-width: 1200px) {
    .certificates-grid {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .certificate-row {
        gap: 20px;
    }

    .certificate-column {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .certificates-grid {
        gap: 20px;
    }

    .certificate-row {
        flex-direction: column;
        gap: 20px;
    }

    .certificate-item.wide,
    .certificate-item.tall {
        width: 100%;
        max-width: 350px;
    }

    .certificate-document {
        min-height: 400px;
    }

    .cert-image {
        padding: 15px;
    }

    .cert-img {
        max-width: 90%;
        max-height: 90%;
    }
}

@media (max-width: 767.98px) {
    .certificates-section {
        padding: 60px 0;
    }

    .certificates-slider {
        margin: 40px 0;
    }

    .certificate-document {
        min-height: 450px;
    }

    .document-header {
        padding: 20px 25px 15px;
    }

    .doc-logo {
        width: 60px;
        height: 60px;
    }

    .doc-logo i {
        font-size: 1.5rem;
    }

    .doc-title h4 {
        font-size: 1.2rem;
    }

    .doc-title p {
        font-size: 0.9rem;
    }

    .document-body {
        padding: 20px 25px;
        gap: 20px;
    }

    .placeholder-cert {
        height: 160px;
    }

    .placeholder-cert i {
        font-size: 2.5rem;
    }

    .placeholder-cert span {
        font-size: 0.8rem;
    }

    .info-row {
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .info-row .label {
        font-size: 0.8rem;
    }

    .info-row .value {
        font-size: 0.85rem;
    }

    .document-footer {
        padding: 15px 25px 20px;
    }

    .status-indicator {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .slider-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .slider-controls {
        gap: 15px;
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificate-document {
        min-height: 400px;
    }

    .document-header {
        padding: 15px 20px 10px;
    }

    .doc-logo {
        width: 50px;
        height: 50px;
    }

    .doc-logo i {
        font-size: 1.3rem;
    }

    .doc-title h4 {
        font-size: 1.1rem;
    }

    .doc-title p {
        font-size: 0.85rem;
    }

    .document-body {
        padding: 15px 20px;
        gap: 15px;
    }

    .placeholder-cert {
        height: 140px;
    }

    .placeholder-cert i {
        font-size: 2rem;
    }

    .cert-info {
        gap: 10px;
    }

    .info-row {
        padding: 8px 12px;
    }

    .document-footer {
        padding: 10px 20px 15px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .slider-controls {
        gap: 12px;
        margin-top: 20px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

.certificates-stats {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    position: relative;
}

.certificates-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--gold);
}

.stat-item {
    padding: 20px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-color: var(--gold);
    transform: scale(1.1);
}

.stat-icon i {
    color: var(--gold);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.stat-item:hover .stat-icon i {
    color: #111;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .certificates-section {
        padding: 60px 0;
    }

    .certificate-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .certificate-icon {
        width: 60px;
        height: 60px;
    }

    .certificate-icon i {
        font-size: 1.5rem;
    }

    .certificates-stats {
        margin-top: 40px;
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificate-card {
        padding: 20px 15px;
    }

    .certificate-overlay {
        position: relative;
        transform: translateY(0);
        background: rgba(17, 24, 39, 0.8);
        border-radius: 12px;
        margin-top: 15px;
        padding: 15px;
    }

    .stat-item {
        padding: 15px;
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .certificate-card {
        text-align: center;
    }

    .certificate-content h5 {
        font-size: 1rem;
    }

    .certificate-status {
        flex-direction: column;
        gap: 8px;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
    }

    .stat-icon i {
        font-size: 1.3rem;
    }

    .stat-number {
        font-size: 1.6rem;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    background: linear-gradient(180deg, #0b0f1a 0%, #0f141f 100%);
    overflow: hidden;
}

.contact-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 70% 10%, rgba(240, 126, 6, 0.08), transparent 65%),
        radial-gradient(30% 40% at 0% 100%, rgba(231, 200, 115, 0.06), transparent 60%),
        repeating-linear-gradient(0deg, rgba(231, 200, 115, 0.03) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(90deg, rgba(231, 200, 115, 0.03) 0 1px, transparent 1px 40px);
    opacity: 0.6;
    pointer-events: none;
}

.contact-content {
    position: relative;
    z-index: 2;
}

.section-header {
    margin-bottom: 40px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(240, 126, 6, 0.15);
    border: 1px solid rgba(240, 126, 6, 0.3);
    color: var(--gold);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-badge i {
    font-size: 1rem;
}

.contact-cards {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(202, 162, 74, 0.2);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 40% at 100% 0%, rgba(240, 126, 6, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.contact-card:hover {
    border-color: rgba(240, 126, 6, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.card-icon i {
    color: var(--gold);
    font-size: 1.2rem;
}

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

.card-content h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.card-content p,
.card-content a {
    color: #cbd5e1;
    margin: 0;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-content a:hover {
    color: var(--gold);
}

.contact-actions {
    margin-top: 32px;
}

.action-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.action-buttons .btn {
    flex: 1;
    min-width: 200px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.social-links-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(202, 162, 74, 0.3);
    color: #e5e7eb;
    display: grid;
    place-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-icon:hover::before {
    opacity: 1;
}

.social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 126, 6, 0.3);
    border-color: var(--gold);
}

.social-icon i {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.social-icon:hover i {
    color: #111;
}

.social-link.whatsapp:hover {
    border-color: #25d366;
}

.social-link.whatsapp::before {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.social-link.linkedin:hover {
    border-color: #0077b5;
}

.social-link.linkedin::before {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.social-link.instagram:hover {
    border-color: #e4405f;
}

.social-link.instagram::before {
    background: linear-gradient(135deg, #e4405f, #c13584);
}

.social-link.youtube:hover {
    border-color: #ff0000;
}

.social-link.youtube::before {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.footer-section {
    margin-bottom: 20px;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.footer-links a:hover {
    color: var(--gold);
    transform: translateX(8px);
}

.footer-links a:hover::before {
    width: 6px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-item i {
    color: var(--gold);
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-item strong {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-item span,
.contact-item a {
    color: #cbd5e1;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: var(--gold);
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 126, 6, 0.3), transparent);
    margin: 40px 0 30px;
    position: relative;
}

.footer-divider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 1px;
    background: var(--gold);
    border-radius: 0.5px;
}

.footer-bottom {
    padding-top: 20px;
}

.copyright {
    color: #9ca3af;
    font-size: 0.9rem;
}

.footer-extra {
    text-align: right;
}

.certifications {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(202, 162, 74, 0.3);
    border-radius: 6px;
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cert-badge:hover {
    background: rgba(240, 126, 6, 0.1);
    border-color: var(--gold);
    transform: translateY(-1px);
}

.cert-badge i {
    color: var(--gold);
    font-size: 0.8rem;
}

.made-in {
    color: #9ca3af;
    font-size: 0.85rem;
}

.footer-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(240, 126, 6, 0.4);
    border-radius: 50%;
    animation: floatParticle 8s infinite linear;
}

.particle:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.particle:nth-child(2) {
    left: 20%;
    top: 60%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.particle:nth-child(3) {
    left: 70%;
    top: 30%;
    animation-delay: 4s;
    animation-duration: 14s;
}

.particle:nth-child(4) {
    left: 80%;
    top: 70%;
    animation-delay: 6s;
    animation-duration: 11s;
}

.particle:nth-child(5) {
    left: 50%;
    top: 80%;
    animation-delay: 8s;
    animation-duration: 13s;
}

@keyframes floatParticle {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) translateX(20px);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .footer-content {
        padding: 40px 0 30px;
    }

    .footer-waves {
        height: 80px;
    }

    .footer-waves svg {
        height: 80px;
    }

    .footer-extra {
        text-align: center;
        margin-top: 20px;
    }

    .certifications {
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer-content {
        padding: 30px 0 20px;
    }

    .footer-waves {
        height: 60px;
    }

    .footer-waves svg {
        height: 60px;
    }

    .social-links {
        justify-content: start;
    }

    .footer-section {
        text-align: center;
    }

    .footer-title::after {
        left: 0;
        transform: translateX(-50%);
    }

    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .footer-waves {
        height: 40px;
    }

    .footer-waves svg {
        height: 40px;
    }

    .brand-logo .brand-text {
        font-size: 1.3rem;
    }

    .social-link {
        width: 40px;
        height: 40px;
    }

    .certifications {
        flex-direction: column;
        align-items: center;
    }
}

/* Certificates Section */
.certificates-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.sol-yasla {
    align-self: flex-start !important;
}

.certificates-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 30% 10%, rgba(240, 126, 6, 0.06), transparent 65%),
        radial-gradient(40% 40% at 80% 90%, rgba(231, 200, 115, 0.04), transparent 60%),
        repeating-linear-gradient(45deg, rgba(240, 126, 6, 0.02) 0 1px, transparent 1px 60px),
        repeating-linear-gradient(-45deg, rgba(240, 126, 6, 0.02) 0 1px, transparent 1px 60px);
    opacity: 0.8;
    pointer-events: none;
}

/* Certificate Slider */
.certificates-slider {
    position: relative;
    margin: 60px 0;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(240, 126, 6, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.slider-wrapper {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.certificate-slide {
    min-width: 100%;
    padding: 0;
}

.certificates-grid {
    display: flex;
    gap: 40px;
    width: 100%;
    margin: 40px 0;
    justify-content: center;
    align-items: flex-start;
}

.certificates-left {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.certificates-right {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.certificate-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-item.long {
    width: 280px;
    height: 400px;
}

.certificate-item.short {
    width: 350px;
    height: 180px;
}

.certificate-document {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.certificate-document.empty {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.6), rgba(11, 15, 26, 0.7));
    border: 2px dashed rgba(240, 126, 6, 0.3);
}

.empty-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(240, 126, 6, 0.6);
    gap: 15px;
}

.empty-placeholder i {
    font-size: 3rem;
    opacity: 0.7;
}

.empty-placeholder span {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.8;
}

.certificate-document {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.document-header {
    padding: 30px 40px 20px;
    border-bottom: 1px solid rgba(240, 126, 6, 0.2);
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.doc-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    display: grid;
    place-items: center;
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
    position: relative;
}

.doc-logo::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    z-index: -1;
    opacity: 0.3;
    filter: blur(8px);
}

.doc-logo i {
    color: #111;
    font-size: 2rem;
}

.doc-title h4 {
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.doc-title p {
    color: #cbd5e1;
    font-size: 1rem;
    margin: 0;
}

.document-body {
    flex: 1;
    display: flex;
    padding: 30px 40px;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.cert-image {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.cert-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: auto;
    height: auto;
}

.cert-img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.certificate-document:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(240, 126, 6, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.placeholder-cert {
    width: 280px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 2px dashed rgba(240, 126, 6, 0.4);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.placeholder-cert::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(240, 126, 6, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.placeholder-cert:hover::before {
    opacity: 1;
}

.placeholder-cert:hover {
    border-color: var(--gold);
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(240, 126, 6, 0.2);
}

.placeholder-cert i {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 10px;
}

.placeholder-cert span {
    color: #cbd5e1;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
}

.cert-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(240, 126, 6, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.info-row:hover {
    background: rgba(240, 126, 6, 0.05);
    border-color: rgba(240, 126, 6, 0.3);
    transform: translateX(5px);
}

.info-row .label {
    color: #9ca3af;
    font-weight: 500;
    font-size: 0.9rem;
}

.info-row .value {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

.document-footer {
    padding: 20px 40px 30px;
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    position: relative;
    z-index: 2;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-indicator.active {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.status-indicator i {
    font-size: 1rem;
}

/* Slider Controls */
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    color: var(--gold);
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-color: var(--gold);
    color: #111;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.3);
    border: 1px solid rgba(240, 126, 6, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dot:hover::before {
    opacity: 1;
}

.dot.active {
    background: var(--gold);
    border-color: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(240, 126, 6, 0.4);
}

.dot:hover {
    background: rgba(240, 126, 6, 0.6);
    transform: scale(1.1);
}

/* Responsive Design for Certificate Slider */
@media (max-width: 1200px) {
    .certificates-grid {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .certificate-row {
        gap: 20px;
    }

    .certificate-column {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .certificates-grid {
        gap: 20px;
    }

    .certificate-row {
        flex-direction: column;
        gap: 20px;
    }

    .certificate-item.wide,
    .certificate-item.tall {
        width: 100%;
        max-width: 350px;
    }

    .certificate-document {
        min-height: 400px;
    }

    .cert-image {
        padding: 15px;
    }

    .cert-img {
        max-width: 90%;
        max-height: 90%;
    }
}

@media (max-width: 767.98px) {
    .certificates-section {
        padding: 60px 0;
    }

    .certificates-slider {
        margin: 40px 0;
    }

    .certificate-document {
        min-height: 450px;
    }

    .document-header {
        padding: 20px 25px 15px;
    }

    .doc-logo {
        width: 60px;
        height: 60px;
    }

    .doc-logo i {
        font-size: 1.5rem;
    }

    .doc-title h4 {
        font-size: 1.2rem;
    }

    .doc-title p {
        font-size: 0.9rem;
    }

    .document-body {
        padding: 20px 25px;
        gap: 20px;
    }

    .placeholder-cert {
        height: 160px;
    }

    .placeholder-cert i {
        font-size: 2.5rem;
    }

    .placeholder-cert span {
        font-size: 0.8rem;
    }

    .info-row {
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .info-row .label {
        font-size: 0.8rem;
    }

    .info-row .value {
        font-size: 0.85rem;
    }

    .document-footer {
        padding: 15px 25px 20px;
    }

    .status-indicator {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .slider-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .slider-controls {
        gap: 15px;
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificate-document {
        min-height: 400px;
    }

    .document-header {
        padding: 15px 20px 10px;
    }

    .doc-logo {
        width: 50px;
        height: 50px;
    }

    .doc-logo i {
        font-size: 1.3rem;
    }

    .doc-title h4 {
        font-size: 1.1rem;
    }

    .doc-title p {
        font-size: 0.85rem;
    }

    .document-body {
        padding: 15px 20px;
        gap: 15px;
    }

    .placeholder-cert {
        height: 140px;
    }

    .placeholder-cert i {
        font-size: 2rem;
    }

    .cert-info {
        gap: 10px;
    }

    .info-row {
        padding: 8px 12px;
    }

    .document-footer {
        padding: 10px 20px 15px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .slider-controls {
        gap: 12px;
        margin-top: 20px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

.certificates-stats {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    position: relative;
}

.certificates-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--gold);
}

.stat-item {
    padding: 20px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-color: var(--gold);
    transform: scale(1.1);
}

.stat-icon i {
    color: var(--gold);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.stat-item:hover .stat-icon i {
    color: #111;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .certificates-section {
        padding: 60px 0;
    }

    .certificate-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .certificate-icon {
        width: 60px;
        height: 60px;
    }

    .certificate-icon i {
        font-size: 1.5rem;
    }

    .certificates-stats {
        margin-top: 40px;
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificate-card {
        padding: 20px 15px;
    }

    .certificate-overlay {
        position: relative;
        transform: translateY(0);
        background: rgba(17, 24, 39, 0.8);
        border-radius: 12px;
        margin-top: 15px;
        padding: 15px;
    }

    .stat-item {
        padding: 15px;
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .certificate-card {
        text-align: center;
    }

    .certificate-content h5 {
        font-size: 1rem;
    }

    .certificate-status {
        flex-direction: column;
        gap: 8px;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
    }

    .stat-icon i {
        font-size: 1.3rem;
    }

    .stat-number {
        font-size: 1.6rem;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    background: linear-gradient(180deg, #0b0f1a 0%, #0f141f 100%);
    overflow: hidden;
}

.contact-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 70% 10%, rgba(240, 126, 6, 0.08), transparent 65%),
        radial-gradient(30% 40% at 0% 100%, rgba(231, 200, 115, 0.06), transparent 60%),
        repeating-linear-gradient(0deg, rgba(231, 200, 115, 0.03) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(90deg, rgba(231, 200, 115, 0.03) 0 1px, transparent 1px 40px);
    opacity: 0.6;
    pointer-events: none;
}

.contact-content {
    position: relative;
    z-index: 2;
}

.section-header {
    margin-bottom: 40px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(240, 126, 6, 0.15);
    border: 1px solid rgba(240, 126, 6, 0.3);
    color: var(--gold);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-badge i {
    font-size: 1rem;
}

.contact-cards {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(202, 162, 74, 0.2);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 40% at 100% 0%, rgba(240, 126, 6, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.contact-card:hover {
    border-color: rgba(240, 126, 6, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.card-icon i {
    color: var(--gold);
    font-size: 1.2rem;
}

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

.card-content h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.card-content p,
.card-content a {
    color: #cbd5e1;
    margin: 0;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-content a:hover {
    color: var(--gold);
}

.contact-actions {
    margin-top: 32px;
}

.action-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.action-buttons .btn {
    flex: 1;
    min-width: 200px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.social-links-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(202, 162, 74, 0.3);
    color: #e5e7eb;
    display: grid;
    place-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-icon:hover::before {
    opacity: 1;
}

.social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 126, 6, 0.3);
    border-color: var(--gold);
}

.social-icon i {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.social-icon:hover i {
    color: #111;
}

.social-link.whatsapp:hover {
    border-color: #25d366;
}

.social-link.whatsapp::before {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.social-link.linkedin:hover {
    border-color: #0077b5;
}

.social-link.linkedin::before {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.social-link.instagram:hover {
    border-color: #e4405f;
}

.social-link.instagram::before {
    background: linear-gradient(135deg, #e4405f, #c13584);
}

.social-link.youtube:hover {
    border-color: #ff0000;
}

.social-link.youtube::before {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.footer-section {
    margin-bottom: 20px;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.footer-links a:hover {
    color: var(--gold);
    transform: translateX(8px);
}

.footer-links a:hover::before {
    width: 6px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-item i {
    color: var(--gold);
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-item strong {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-item span,
.contact-item a {
    color: #cbd5e1;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: var(--gold);
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 126, 6, 0.3), transparent);
    margin: 40px 0 30px;
    position: relative;
}

.footer-divider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 1px;
    background: var(--gold);
    border-radius: 0.5px;
}

.footer-bottom {
    padding-top: 20px;
}

.copyright {
    color: #9ca3af;
    font-size: 0.9rem;
}

.footer-extra {
    text-align: right;
}

.certifications {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(202, 162, 74, 0.3);
    border-radius: 6px;
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cert-badge:hover {
    background: rgba(240, 126, 6, 0.1);
    border-color: var(--gold);
    transform: translateY(-1px);
}

.cert-badge i {
    color: var(--gold);
    font-size: 0.8rem;
}

.made-in {
    color: #9ca3af;
    font-size: 0.85rem;
}

.footer-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(240, 126, 6, 0.4);
    border-radius: 50%;
    animation: floatParticle 8s infinite linear;
}

.particle:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.particle:nth-child(2) {
    left: 20%;
    top: 60%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.particle:nth-child(3) {
    left: 70%;
    top: 30%;
    animation-delay: 4s;
    animation-duration: 14s;
}

.particle:nth-child(4) {
    left: 80%;
    top: 70%;
    animation-delay: 6s;
    animation-duration: 11s;
}

.particle:nth-child(5) {
    left: 50%;
    top: 80%;
    animation-delay: 8s;
    animation-duration: 13s;
}

@keyframes floatParticle {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) translateX(20px);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .footer-content {
        padding: 40px 0 30px;
    }

    .footer-waves {
        height: 80px;
    }

    .footer-waves svg {
        height: 80px;
    }

    .footer-extra {
        text-align: center;
        margin-top: 20px;
    }

    .certifications {
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer-content {
        padding: 30px 0 20px;
    }

    .footer-waves {
        height: 60px;
    }

    .footer-waves svg {
        height: 60px;
    }

    .social-links {
        justify-content: start;
    }

    .footer-section {
        text-align: center;
    }

    .footer-title::after {
        left: 20px;
        transform: translateX(-50%);
    }

    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .footer-waves {
        height: 40px;
    }

    .footer-waves svg {
        height: 40px;
    }

    .brand-logo .brand-text {
        font-size: 1.3rem;
    }

    .social-link {
        width: 40px;
        height: 40px;
    }

    .certifications {
        flex-direction: row;
        align-items: center;
    }
}

/* Certificates Section */
.certificates-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.sol-yasla {
    align-self: flex-start !important;
}

.certificates-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 30% 10%, rgba(240, 126, 6, 0.06), transparent 65%),
        radial-gradient(40% 40% at 80% 90%, rgba(231, 200, 115, 0.04), transparent 60%),
        repeating-linear-gradient(45deg, rgba(240, 126, 6, 0.02) 0 1px, transparent 1px 60px),
        repeating-linear-gradient(-45deg, rgba(240, 126, 6, 0.02) 0 1px, transparent 1px 60px);
    opacity: 0.8;
    pointer-events: none;
}

/* Certificate Slider */
.certificates-slider {
    position: relative;
    margin: 60px 0;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(240, 126, 6, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.slider-wrapper {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.certificate-slide {
    min-width: 100%;
    padding: 0;
}

.certificates-grid {
    display: flex;
    gap: 40px;
    width: 100%;
    margin: 40px 0;
    justify-content: center;
    align-items: flex-start;
}

.certificates-left {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.certificates-right {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.certificate-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-item.long {
    width: 280px;
    height: 400px;
}

.certificate-item.short {
    width: 350px;
    height: 180px;
}

.certificate-document {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.certificate-document.empty {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.6), rgba(11, 15, 26, 0.7));
    border: 2px dashed rgba(240, 126, 6, 0.3);
}

.empty-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(240, 126, 6, 0.6);
    gap: 15px;
}

.empty-placeholder i {
    font-size: 3rem;
    opacity: 0.7;
}

.empty-placeholder span {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.8;
}

.certificate-document {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.document-header {
    padding: 30px 40px 20px;
    border-bottom: 1px solid rgba(240, 126, 6, 0.2);
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.doc-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    display: grid;
    place-items: center;
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
    position: relative;
}

.doc-logo::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    z-index: -1;
    opacity: 0.3;
    filter: blur(8px);
}

.doc-logo i {
    color: #111;
    font-size: 2rem;
}

.doc-title h4 {
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.doc-title p {
    color: #cbd5e1;
    font-size: 1rem;
    margin: 0;
}

.document-body {
    flex: 1;
    display: flex;
    padding: 30px 40px;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.cert-image {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.cert-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: auto;
    height: auto;
}

.cert-img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.certificate-document:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(240, 126, 6, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.placeholder-cert {
    width: 280px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 2px dashed rgba(240, 126, 6, 0.4);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.placeholder-cert::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(240, 126, 6, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.placeholder-cert:hover::before {
    opacity: 1;
}

.placeholder-cert:hover {
    border-color: var(--gold);
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(240, 126, 6, 0.2);
}

.placeholder-cert i {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 10px;
}

.placeholder-cert span {
    color: #cbd5e1;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
}

.cert-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(240, 126, 6, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.info-row:hover {
    background: rgba(240, 126, 6, 0.05);
    border-color: rgba(240, 126, 6, 0.3);
    transform: translateX(5px);
}

.info-row .label {
    color: #9ca3af;
    font-weight: 500;
    font-size: 0.9rem;
}

.info-row .value {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

.document-footer {
    padding: 20px 40px 30px;
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    position: relative;
    z-index: 2;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-indicator.active {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.status-indicator i {
    font-size: 1rem;
}

/* Slider Controls */
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    color: var(--gold);
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-color: var(--gold);
    color: #111;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.3);
    border: 1px solid rgba(240, 126, 6, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dot:hover::before {
    opacity: 1;
}

.dot.active {
    background: var(--gold);
    border-color: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(240, 126, 6, 0.4);
}

.dot:hover {
    background: rgba(240, 126, 6, 0.6);
    transform: scale(1.1);
}

/* Responsive Design for Certificate Slider */
@media (max-width: 1200px) {
    .certificates-grid {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .certificate-row {
        gap: 20px;
    }

    .certificate-column {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {


    .section-title {
        font-size: 34px;
    }

    .certificates-grid {
        gap: 20px;
    }

    .certificate-row {
        flex-direction: column;
        gap: 20px;
    }

    .certificate-item.wide,
    .certificate-item.tall {
        width: 100%;
        max-width: 350px;
    }

    .certificate-document {
        min-height: 400px;
    }

    .cert-image {
        padding: 15px;
    }

    .cert-img {
        max-width: 90%;
        max-height: 90%;
    }
}

@media (max-width: 767.98px) {
    .certificates-section {
        padding: 60px 0;
    }

    .certificates-slider {
        margin: 40px 0;
    }

    .certificate-document {
        min-height: 450px;
    }

    .document-header {
        padding: 20px 25px 15px;
    }

    .doc-logo {
        width: 60px;
        height: 60px;
    }

    .doc-logo i {
        font-size: 1.5rem;
    }

    .doc-title h4 {
        font-size: 1.2rem;
    }

    .doc-title p {
        font-size: 0.9rem;
    }

    .document-body {
        padding: 20px 25px;
        gap: 20px;
    }

    .placeholder-cert {
        height: 160px;
    }

    .placeholder-cert i {
        font-size: 2.5rem;
    }

    .placeholder-cert span {
        font-size: 0.8rem;
    }

    .info-row {
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .info-row .label {
        font-size: 0.8rem;
    }

    .info-row .value {
        font-size: 0.85rem;
    }

    .document-footer {
        padding: 15px 25px 20px;
    }

    .status-indicator {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .slider-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .slider-controls {
        gap: 15px;
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificate-document {
        min-height: 400px;
    }

    .document-header {
        padding: 15px 20px 10px;
    }

    .doc-logo {
        width: 50px;
        height: 50px;
    }

    .doc-logo i {
        font-size: 1.3rem;
    }

    .doc-title h4 {
        font-size: 1.1rem;
    }

    .doc-title p {
        font-size: 0.85rem;
    }

    .document-body {
        padding: 15px 20px;
        gap: 15px;
    }

    .placeholder-cert {
        height: 140px;
    }

    .placeholder-cert i {
        font-size: 2rem;
    }

    .cert-info {
        gap: 10px;
    }

    .info-row {
        padding: 8px 12px;
    }

    .document-footer {
        padding: 10px 20px 15px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .slider-controls {
        gap: 12px;
        margin-top: 20px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

.certificates-stats {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(240, 126, 6, 0.2);
    position: relative;
}

.certificates-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--gold);
}

.stat-item {
    padding: 20px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border-color: var(--gold);
    transform: scale(1.1);
}

.stat-icon i {
    color: var(--gold);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.stat-item:hover .stat-icon i {
    color: #111;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .certificates-section {
        padding: 60px 0;
    }

    .certificate-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .certificate-icon {
        width: 60px;
        height: 60px;
    }

    .certificate-icon i {
        font-size: 1.5rem;
    }

    .certificates-stats {
        margin-top: 40px;
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificate-card {
        padding: 20px 15px;
    }

    .certificate-overlay {
        position: relative;
        transform: translateY(0);
        background: rgba(17, 24, 39, 0.8);
        border-radius: 12px;
        margin-top: 15px;
        padding: 15px;
    }

    .stat-item {
        padding: 15px;
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .certificate-card {
        text-align: center;
    }

    .certificate-content h5 {
        font-size: 1rem;
    }

    .certificate-status {
        flex-direction: column;
        gap: 8px;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
    }

    .stat-icon i {
        font-size: 1.3rem;
    }

    .stat-number {
        font-size: 1.6rem;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    background: linear-gradient(180deg, #0b0f1a 0%, #0f141f 100%);
    overflow: hidden;
}

.contact-bg-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 50% at 70% 10%, rgba(240, 126, 6, 0.08), transparent 65%),
        radial-gradient(30% 40% at 0% 100%, rgba(231, 200, 115, 0.06), transparent 60%),
        repeating-linear-gradient(0deg, rgba(231, 200, 115, 0.03) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(90deg, rgba(231, 200, 115, 0.03) 0 1px, transparent 1px 40px);
    opacity: 0.6;
    pointer-events: none;
}

.contact-content {
    position: relative;
    z-index: 2;
}

.section-header {
    margin-bottom: 40px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(240, 126, 6, 0.15);
    border: 1px solid rgba(240, 126, 6, 0.3);
    color: var(--gold);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-badge i {
    font-size: 1rem;
}

.contact-cards {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(202, 162, 74, 0.2);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 40% at 100% 0%, rgba(240, 126, 6, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.contact-card:hover {
    border-color: rgba(240, 126, 6, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.15), rgba(231, 200, 115, 0.1));
    border: 1px solid rgba(240, 126, 6, 0.3);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.card-icon i {
    color: var(--gold);
    font-size: 1.2rem;
}

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

.card-content h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.card-content p,
.card-content a {
    color: #cbd5e1;
    margin: 0;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-content a:hover {
    color: var(--gold);
}

.contact-actions {
    margin-top: 32px;
}

.action-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.action-buttons .btn {
    flex: 1;
    min-width: 200px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.social-links-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.social-label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(202, 162, 74, 0.3);
    color: #e5e7eb;
    display: grid;
    place-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-icon:hover::before {
    opacity: 1;
}

.social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 126, 6, 0.3);
    border-color: var(--gold);
}

.social-icon i {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.social-icon:hover i {
    color: #111;
}

.map-container {
    position: relative;
    z-index: 2;
}

.map-header {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8), rgba(11, 15, 26, 0.9));
    border: 1px solid rgba(202, 162, 74, 0.2);
    border-radius: 16px 16px 0 0;
    padding: 20px;
    border-bottom: none;
}

.map-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.map-title i {
    color: var(--gold);
    font-size: 1.2rem;
}

.map-subtitle {
    color: #cbd5e1;
    font-size: 0.9rem;
}

.map-wrapper {
    position: relative;
    border: 1px solid rgba(202, 162, 74, 0.2);
    border-top: none;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    pointer-events: none;
}

.overlay-content {
    background: rgba(11, 15, 26, 0.9);
    border: 1px solid rgba(202, 162, 74, 0.3);
    border-radius: 12px;
    padding: 16px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.location-pin {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    display: grid;
    place-items: center;
    color: #111;
    font-size: 1.1rem;
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.location-info strong {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.location-info span {
    color: #cbd5e1;
    font-size: 0.8rem;
}

.map-footer {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8), rgba(11, 15, 26, 0.9));
    border: 1px solid rgba(202, 162, 74, 0.2);
    border-top: none;
    border-radius: 0 0 16px 16px;
    padding: 20px;
}

.map-features {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    font-size: 0.85rem;
}

.feature i {
    color: var(--gold);
    font-size: 1rem;
}

.map-note {
    color: #9ca3af;
    font-size: 0.85rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.map-note i {
    color: var(--gold);
    margin-right: 8px;
}

.map-embed {
    filter: grayscale(0.3) contrast(1.1) saturate(1.2);
    transition: filter 0.3s ease;
}

.map-wrapper:hover .map-embed {
    filter: grayscale(0) contrast(1.05) saturate(1.1);
}

@media (max-width: 991.98px) {
    .contact-cards {
        grid-template-columns: 1fr;
    }

    .action-buttons .btn {
        min-width: auto;
        flex: 1;
    }

    .map-header,
    .map-footer {
        border-radius: 16px;
        margin-bottom: 16px;
    }

    .map-wrapper {
        border-radius: 16px;
    }

    .map-overlay {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 16px;
    }

    .overlay-content {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .contact-section {
        padding: 60px 0;
    }

    .section-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact-cards {
        gap: 12px;
        margin-bottom: 24px;
    }

    .contact-card {
        padding: 16px;
        gap: 12px;
    }

    .card-icon {
        width: 44px;
        height: 44px;
    }

    .action-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .action-buttons .btn {
        width: 100%;
    }

    .social-links-contact {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .map-features {
        justify-content: center;
        gap: 16px;
    }

    .map-note {
        text-align: left;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .contact-section {
        padding: 40px 0;
    }

    .contact-card {
        flex-direction: column;
        text-align: center;
        gap: 12px;

    }

    .image-showcase .shot {
        grid-column: span 6;
    }

    .image-showcase .shot:nth-child(1) {
        grid-column: span 6;
    }

    .image-showcase .shot:nth-child(2) {
        grid-column: span 6;
    }

    .image-showcase .shot:nth-child(3) {
        grid-column: span 6;
    }

    .image-showcase .shot:nth-child(4) {
        grid-column: span 6;
    }

    .image-showcase .shot:nth-child(5) {
        grid-column: span 6;
    }

    .card-icon {
        width: 50px;
        height: 50px;
    }

    .map-header,
    .map-footer {
        padding: 16px;
    }

    .overlay-content {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .map-features {
        flex-direction: column;
        align-items: left;
        text-align: left;
        gap: 12px;
    }
}



/* Navbar shrink */
.navbar.shrink {
    padding-top: .25rem;
    padding-bottom: .25rem;
    background: rgba(11, 15, 26, .86);
    border-bottom: 1px solid #1f2937
}

/* Small tweaks */
.w-10 {
    width: 2.5rem
}

.text-gold {
    color: var(--gold)
}

.bg-card {
    background: var(--card)
}

.shadow-soft {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22)
}

.form-card {
    position: relative;
    overflow: hidden
}

.form-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background: radial-gradient(600px 200px at 110% -10%, rgba(231, 200, 115, .06), transparent 70%);
}

.i-field {
    position: relative
}

.i-field .field-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(231, 200, 115, .7);
    z-index: 1
}

.i-field.textarea-field .field-icon {
    top: 14px;
    transform: none
}

.i-field .form-control,
.i-field .form-select,
.i-field textarea {
    padding-left: 40px;
    border: 1px solid rgba(231, 200, 115, .14) !important;
    border-radius: 10px
}

.form-control.bg-dark.text-light,
.form-select.bg-dark.text-light,
textarea.form-control.bg-dark.text-light {
    background: rgba(17, 24, 39, .7) !important
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    box-shadow: 0 0 0 .12rem rgba(231, 200, 115, .22)
}

.form-control,
.form-select {
    height: 44px
}

textarea.form-control {
    min-height: 120px;
    height: auto;
    resize: vertical
}

.form-control::placeholder,
textarea::placeholder {
    color: #9aa5b1;
    opacity: .9
}

select.form-select {
    padding-right: 40px
}

.form-stepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 8px
}

.form-stepper .line {
    position: absolute;
    top: 16px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: rgba(231, 200, 115, .18)
}

.form-stepper .step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 1
}

.form-stepper .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(231, 200, 115, .22);
    border: 1px solid rgba(231, 200, 115, .5);
    box-shadow: 0 0 0 4px rgba(231, 200, 115, .08)
}

.form-stepper .step:first-child .dot {
    background: linear-gradient(135deg, var(--gold), var(--gold-2))
}

.form-stepper small {
    color: #93a0ad;
    font-size: .75rem
}

.dropzone {
    position: relative;
    border: 1px dashed rgba(231, 200, 115, .35);
    border-radius: 12px;
    background: rgba(17, 24, 39, .5);
    padding: 14px;
    text-align: center;
    transition: border-color .3s ease, background .3s ease
}

.dropzone:hover {
    border-color: rgba(231, 200, 115, .6);
    background: rgba(17, 24, 39, .6)
}

.dz-label {
    cursor: pointer;
    display: block
}

@media (max-width: 575.98px) {
    .hero h1 {
        font-size: 1.9rem
    }
}

@media (max-width: 575.98px) {
    .hero h1 {
        font-size: 1.9rem
    }
}

.floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.float-element {
    position: absolute;
    color: rgba(231, 200, 115, 0.3);
    font-size: 1.5rem;
    animation: float 6s ease-in-out infinite;
}

.float-element:nth-child(1) {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.float-element:nth-child(2) {
    top: 60%;
    right: 20%;
    animation-delay: 2s;
}

.float-element:nth-child(3) {
    bottom: 30%;
    left: 25%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.hero-badges .chip {
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}

.hero-badges .chip.primary {
    background: rgba(240, 126, 6, 0.08);
    border: 1px solid rgba(240, 126, 6, 0.2);
    color: #f07e06;
}

.hero-badges .chip.secondary {
    background: rgba(240, 126, 6, 0.08);
    border: 1px solid rgba(240, 126, 6, 0.2);
    color: #f07e06;
}

.hero-badges .chip.accent {
    background: rgba(240, 126, 6, 0.08);
    border: 1px solid rgba(240, 126, 6, 0.2);
    color: #f07e06;
}

.hero-badges .chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(240, 126, 6, 0.15);
    background: rgba(240, 126, 6, 0.12);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-logo-wrapper {
    position: relative;
    z-index: 3;
}

.hero-logo {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: logoFloat 6s ease-in-out infinite;
}

.hero-logo:hover {
    transform: scale(1.1) rotate(2deg);
    filter: drop-shadow(0 8px 16px rgba(240, 126, 6, 0.4));
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #ffffff;
}

.gradient-text {
    background: linear-gradient(135deg, #f07e06, #ff8c42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(231, 200, 115, 0.2);
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(17, 24, 39, 0.8);
    border-color: rgba(231, 200, 115, 0.4);
    transform: translateY(-2px);
}

.hero-buttons {
    flex-wrap: wrap;
    justify-content: center;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 126, 6, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(240, 126, 6, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(240, 126, 6, 0);
    }
}

.hero-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 2rem 0;
}

.hero-stats .stat {
    padding: 16px 12px;
    background: rgba(17, 24, 39, 0.7);
    border: 1px solid rgba(231, 200, 115, 0.2);
    transition: all 0.3s ease;
}

.hero-stats .stat:hover {
    background: rgba(17, 24, 39, 0.9);
    border-color: rgba(231, 200, 115, 0.4);
    transform: translateY(-3px);
}

.hero-stats .stat-icon {
    position: absolute;
    top: 10px;
    left: 12px;
    color: rgba(231, 200, 115, 0.8);
    font-size: 1.1rem;
}

.hero-stats .stat-content {
    margin-top: 8px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 2rem 0;
}

.hero-tags .tag {
    background: rgba(17, 24, 39, 0.7);
    border: 1px solid rgba(231, 200, 115, 0.25);
    color: #e5e7eb;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.hero-tags .tag:hover {
    background: rgba(17, 24, 39, 0.9);
    border-color: rgba(231, 200, 115, 0.5);
    transform: translateY(-2px);
}

.hero-certificates {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 2rem;
}

.certificate-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 0.9rem;
    color: #d1d5db;
}

.certificate-item i {
    font-size: 1rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(231, 200, 115, 0.7);
    font-size: 0.8rem;
    animation: bounce 2s infinite;
}

.scroll-arrow {
    width: 2px;
    height: 20px;
    background: linear-gradient(to bottom, rgba(231, 200, 115, 0.8), transparent);
    border-radius: 1px;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@media (max-width: 991.98px) {
    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 575.98px) {
    .hero-badges {
        flex-direction: column;
        align-items: center;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-tags {
        justify-content: center;
    }

    .floating-elements {
        display: none;
    }
}

/* Makine Katalog Tasarımı */
.machines-catalog {
    position: relative;
    padding: 80px 0;
}

.machines-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(60% 40% at 20% 0%, rgba(240, 126, 6, 0.05), transparent 70%),
        radial-gradient(40% 60% at 80% 100%, rgba(231, 200, 115, 0.04), transparent 60%);
    pointer-events: none;
}

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

.machine-card {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95), rgba(11, 15, 26, 0.98));
    border-radius: 24px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(240, 126, 6, 0.1);
    transition: all 0.3s ease;
}

.machine-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.machine-card:hover {
    transform: translateY(-8px);
    border-color: rgba(240, 126, 6, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

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

.machine-card.featured {
    border-color: rgba(240, 126, 6, 0.4);
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(11, 15, 26, 1));
}

.machine-card.featured::before {
    opacity: 1;
}

.machine-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.machine-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    display: grid;
    place-items: center;
    box-shadow: 0 8px 25px rgba(240, 126, 6, 0.3);
}

.machine-icon i {
    font-size: 1.8rem;
    color: #111;
}

.machine-badge {
    background: linear-gradient(135deg, rgba(240, 126, 6, 0.2), rgba(231, 200, 115, 0.2));
    color: var(--gold);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(240, 126, 6, 0.3);
}

.machine-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.machine-specs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-label {
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 500;
}

.spec-value {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.machine-materials {
    margin-bottom: 25px;
}

.machine-materials h4 {
    color: #e5e7eb;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.material-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.material-name {
    color: #cbd5e1;
    font-size: 0.8rem;
    font-weight: 500;
}

.material-thickness {
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 600;
}

.machine-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-tag {
    background: rgba(240, 126, 6, 0.15);
    color: var(--gold);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(240, 126, 6, 0.3);
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: rgba(240, 126, 6, 0.25);
    transform: translateY(-2px);
}

/* Responsive Tasarım */
@media (max-width: 1200px) {
    .machines-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .machines-catalog {
        padding: 60px 0;
    }

    .machines-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .machine-card {
        padding: 25px;
    }

    .machine-title {
        font-size: 1.2rem;
    }

    .materials-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .hero-logo {
        height: 80px !important;
    }

    .card-corners {
        margin-top: 50px;
    }

    .footer-links {
        text-align: left;
    }

    .footer-title {
        text-align: left;
    }

    .contact-item {
        justify-content: flex-start;
        align-items: center;
        text-align: left;
    }

    .navbar-logo {
        height: 30px !important;
    }

    .footer-logo {
        height: 100px !important;
    }
}

.machine-image {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8), rgba(11, 15, 26, 0.9));
}

.machine-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.machine-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(240, 126, 6, 0.1) 0%,
            transparent 50%,
            rgba(231, 200, 115, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.machine-card:hover .machine-image::before {
    opacity: 1;
}

.machine-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.machine-card:hover .machine-image::after {
    opacity: 1;
}

/* testimonials ve cta, timeline kaldırıldı */

/* FAQ */
.faq-section {
    padding: 100px 0;
    background:
        radial-gradient(900px 400px at 10% 10%, rgba(231, 200, 115, 0.05), transparent 60%),
        radial-gradient(900px 400px at 90% 0%, rgba(240, 126, 6, 0.05), transparent 60%),
        linear-gradient(180deg, #0b0f1a, #0b0f1a);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><text x='40' y='90' font-family='Arial, Helvetica, sans-serif' font-size='72' fill='%23E7C873' fill-opacity='0.06'>?</text><text x='120' y='170' font-family='Arial, Helvetica, sans-serif' font-size='72' fill='%23E7C873' fill-opacity='0.06'>?</text></svg>");
    background-size: 220px 220px;
    background-repeat: repeat;
}

.faq-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(11, 15, 26, 0.95) 0%,
            rgba(11, 15, 26, 0.60) 8%,
            rgba(11, 15, 26, 0.00) 22%,
            rgba(11, 15, 26, 0.00) 78%,
            rgba(11, 15, 26, 0.60) 92%,
            rgba(11, 15, 26, 0.95) 100%);
}

.faq {

    margin: 0 auto;
}

.faq-item {
    border: 1px solid rgba(231, 200, 115, 0.14);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 14px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

/* açık durum vurgusu */
.faq-item {
    position: relative;
}

.faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(180deg, var(--gold), var(--gold-2));
    opacity: 0;
    transition: width .25s ease, opacity .25s ease;
}

.faq-item.open {
    border-color: rgba(231, 200, 115, 0.45);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.faq-item.open::before {
    width: 3px;
    opacity: 1;
}

.faq-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(231, 200, 115, 0.25);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    color: #e5e7eb;
    background: transparent;
    border: 0;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: left;
}

.faq-question .icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(240, 126, 6, 0.12);
    color: var(--gold);
    transition: all .2s ease;
}

.faq-item.open .faq-question {
    color: #ffffff;
}

.faq-item.open .faq-question .icon {
    background: var(--gold);
    color: #0b0f1a;
    box-shadow: 0 0 0 4px rgba(231, 200, 115, 0.18);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height .35s ease, opacity .25s ease, transform .35s ease, padding .35s ease;
}

.faq-item.open .faq-answer {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding: 14px 22px 18px;
    display: block;
    border-top: 1px solid rgba(231, 200, 115, 0.18);
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item .icon {
    color: var(--gold);
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgba(231, 200, 115, 0.6) rgba(255, 255, 255, 0.06);
    scrollbar-gutter: stable both-edges;
}

@media (hover: hover) {
    body::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    body::-webkit-scrollbar-track {
        background: radial-gradient(400px 200px at 50% 0, rgba(231, 200, 115, 0.05), transparent 60%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03));
        border-left: 1px solid rgba(231, 200, 115, 0.12);
    }

    body::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--gold), var(--gold-2));
        border-radius: 12px;
        border: 3px solid rgba(11, 15, 26, 0.9);
        box-shadow: 0 0 0 1px rgba(231, 200, 115, 0.25) inset, 0 8px 22px rgba(240, 126, 6, 0.4);
    }

    body::-webkit-scrollbar-thumb:hover {
        box-shadow: 0 0 0 1px rgba(231, 200, 115, 0.35) inset, 0 12px 28px rgba(240, 126, 6, 0.55);
        filter: saturate(1.1) brightness(1.05);
    }

    body::-webkit-scrollbar-thumb:active {
        filter: saturate(1.2) brightness(1.15);
    }

    body::-webkit-scrollbar-corner {
        background: transparent;
    }
}

/* Blog */
.blog-section {
    padding: 100px 0 80px;
    background:
        radial-gradient(900px 400px at 5% 20%, rgba(231, 200, 115, 0.04), transparent 60%),
        linear-gradient(180deg, #0b0f1a, #0b0f1a);
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.blog-title-hero {
    position: relative;
    padding-left: 8px;
    letter-spacing: .3px;
}

.blog-title-hero i {
    color: var(--gold);
    margin-right: 6px;
    filter: drop-shadow(0 2px 8px rgba(240, 126, 6, .35));
}

.blog-title-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: -6px;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), rgba(231, 200, 115, 0));
    opacity: .7;
}



.blog-controls {
    display: flex;
    gap: 8px;
}

.blog-btn {
    background: rgba(255, 255, 255, .06);
    color: #e5e7eb;
    border: 1px solid rgba(231, 200, 115, .2);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.blog-btn:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-color: rgba(231, 200, 115, .35);
}

.blog-slider {
    position: relative;
    margin-top: 20px;
}

.blog-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 360px;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px 4px 12px;
    scrollbar-width: none;
}

.blog-track::-webkit-scrollbar {
    display: none;
}

.blog-card {
    scroll-snap-align: start;
}

.blog-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(231, 200, 115, 0.15);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    width: 360px;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
    border-color: rgba(231, 200, 115, 0.35);
}

.blog-cover {
    display: block;
    height: 160px;
    background: #111726;
}

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

.blog-content {
    padding: 16px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    color: #94a3b8;
    font-size: 12px;
    margin-bottom: 6px;
}

.blog-meta span {
    color: var(--gold);
    font-weight: 600;
}

.blog-title {
    font-size: 1.05rem;
    margin: 6px 0 8px;
}

.blog-title a {
    color: #e5e7eb;
    text-decoration: none;
}

.blog-title a:hover {
    color: #ffffff;
}

.blog-excerpt {
    color: #cbd5e1;
    font-size: .92rem;
    line-height: 1.5;
}

.blog-link {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
}

.blog-link:hover {
    text-decoration: underline;
}

/* Certificates horizontal slider */
.certificates-slider {
    position: relative;
}

.cert-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 280px;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px 4px 12px;
    scrollbar-width: none;
}

.cert-track::-webkit-scrollbar {
    display: none;
}

.cert-item {
    scroll-snap-align: start;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(231, 200, 115, 0.15);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cert-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .3);
    border-color: rgba(231, 200, 115, 0.35);
}

.cert-img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: contain;
    background: #0f172a;
}

@media (max-width: 992px) {
    .cert-track { grid-auto-columns: 240px; }
    .cert-img { height: 300px; }
}

@media (max-width: 576px) {
    .cert-track { grid-auto-columns: 200px; gap: 12px; }
    .cert-img { height: 240px; }
}