/* AYCAR ASISTANS - LIGHT THEME */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap');

:root {
    --primary: #1a56db !important;
    --primary-dark: #1341b0 !important;
    --primary-light: #e8f0fe !important;
    --secondary: #0ea5e9;
    --bg: #ffffff;
    --bg-soft: #f8f9fa;
    --bg-section: #f4f6f8;
    --text: #1a1a2e;
    --text-muted: #6b7280;
    --text-light: #9ca3af;
    --border: #e5e7eb;
    --radius: 14px;
    --radius-lg: 20px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
    --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* FORCE BLUE - override any cached yellow */
.hero-title span,
.section-title span,
.hero-stat-num,
.service-link,
.step-number,
.step-icon,
.section-badge,
.hero-badge,
.stat-big,
.why-icon,
.service-icon,
.nav-cta,
.btn-primary-custom,
.btn-hero-primary,
.btn-sticky-call,
.footer-heading::after,
.footer-nav a i,
.hero-dot.active,
.carousel-indicators button.active {
    color: #1a56db;
}
.nav-cta,
.btn-primary-custom,
.btn-hero-primary,
.btn-sticky-call,
.step-number,
.service-icon,
.why-icon,
.mission-icon,
.contact-info-icon,
.finfo-icon,
.hero-badge-2 {
    background-color: #1a56db !important;
    color: #fff !important;
}
.service-icon,
.why-icon,
.mission-icon,
.contact-info-icon,
.finfo-icon,
.hero-img-badge .badge-icon {
    background-color: #e8f0fe !important;
    color: #1a56db !important;
}
.cta-section {
    background: linear-gradient(135deg, #1a56db 0%, #0ea5e9 100%) !important;
}
.hero-stat-num,
.service-link,
.step-icon i,
.section-badge,
.hero-badge,
.stat-big,
.breadcrumb-item a,
.contact-info-item a,
.footer-links a:hover,
.footer-nav a:hover,
.footer-contact a:hover,
.footer-info-item a:hover,
.social-link:hover,
.fsocial:hover,
.sidebar-links li a:hover,
.sidebar-links li.active a,
.faq-item:hover,
.why-item:hover,
.stat-box:hover,
.step-card:hover,
.service-card:hover::after {
    color: #1a56db !important;
}
.service-card::after,
.hero-dot.active,
.carousel-indicators button.active {
    background: #1a56db !important;
}
.footer-heading::after {
    background: #1a56db !important;
}
.section-badge,
.hero-badge {
    background: #e8f0fe !important;
    color: #1341b0 !important;
    border-color: rgba(26,86,219,0.3) !important;
}
.step-number {
    background: #1a56db !important;
    color: #fff !important;
}
.step-icon { color: #1a56db !important; background: transparent !important; }
.hero-stat-num { color: #1a56db !important; }
.stat-big { color: #1a56db !important; }
.service-link { color: #1a56db !important; }
.section-title span { color: #1a56db !important; }
.hero-title span { color: #1a56db !important; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; }

/* BUTTONS */
.btn-primary-custom { background: var(--primary); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; border: none; border-radius: 10px; padding: 0.75rem 1.75rem; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: 0.95rem; }
.btn-primary-custom:hover { background: var(--primary-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,86,219,0.35); }
.btn-outline-custom { background: transparent; color: var(--text); font-family: 'Poppins', sans-serif; font-weight: 600; border: 2px solid var(--border); border-radius: 10px; padding: 0.7rem 1.75rem; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: 0.95rem; }
.btn-outline-custom:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }

/* NAVBAR */
#mainNav { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 0.85rem 0; transition: var(--transition); }
#mainNav.scrolled { box-shadow: var(--shadow); padding: 0.6rem 0; }
/* Mobil menü açıldığında beyaz arka plan */
#mainNav .navbar-collapse { background: #fff; }
@media (max-width: 991px) {
    #mainNav .navbar-collapse {
        border-top: 1px solid var(--border);
        padding: 1rem 0.5rem;
        margin-top: 0.5rem;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }
    #mainNav .nav-link { padding: 0.65rem 1rem !important; border-radius: 8px; }
    #mainNav .nav-cta { margin: 0.5rem 1rem; display: block; text-align: center; }
    .dropdown-menu-dark-custom { position: static !important; box-shadow: none; border: none; background: var(--bg-soft); margin: 0 0.5rem; }
}
.navbar-logo { height: 44px; width: auto; object-fit: contain; }
.navbar-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-link { color: var(--text) !important; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 0.9rem; padding: 0.5rem 0.85rem !important; border-radius: 8px; transition: var(--transition); }
.nav-link:hover { color: var(--primary) !important; background: var(--primary-light); }
.nav-cta { background: var(--primary); color: #fff !important; font-weight: 600 !important; border-radius: 10px !important; padding: 0.55rem 1.25rem !important; }
.nav-cta:hover { background: var(--primary-dark); color: #fff !important; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(26,86,219,0.3); }

/* HERO */
.hero-section { min-height: 100vh; background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 40%, #f0f4ff 100%); display: flex; align-items: center; padding-top: 80px; position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(26,86,219,0.08) 0%, transparent 70%); border-radius: 50%; }
.hero-section::after { content: ''; position: absolute; bottom: -50px; left: -50px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(14,165,233,0.05) 0%, transparent 70%); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--primary-light); border: 1px solid rgba(26,86,219,0.3); color: var(--primary-dark); padding: 6px 16px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; font-family: 'Poppins', sans-serif; margin-bottom: 1.25rem; }
.hero-title { font-family: 'Poppins', sans-serif; font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 800; color: var(--text); line-height: 1.15; margin-bottom: 1.25rem; }
.hero-title span { color: var(--primary); }
.hero-subtitle { font-size: 1.05rem; color: var(--text-muted); max-width: 500px; margin-bottom: 2rem; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.hero-img-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xl); }
.hero-img-wrap img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-lg); }
.hero-img-badge { position: absolute; bottom: 24px; left: 24px; background: #fff; border-radius: var(--radius); padding: 14px 20px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; }
.hero-img-badge .badge-icon { width: 44px; height: 44px; background: var(--primary-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; }
.hero-img-badge .badge-text strong { display: block; font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 700; color: var(--text); }
.hero-img-badge .badge-text span { font-size: 0.78rem; color: var(--text-muted); }
.hero-stats { display: flex; gap: 2rem; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-num { font-family: 'Poppins', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--primary); line-height: 1; }
.hero-stat-label { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }
.hero-stat-divider { width: 1px; background: var(--border); }

/* SECTIONS */
.section-light { background: var(--bg); }
.section-soft { background: var(--bg-soft); }
.section-section { background: var(--bg-section); }
.py-section { padding: 5rem 0; }
.section-badge { display: inline-block; background: var(--primary-light); color: var(--primary-dark); padding: 5px 16px; border-radius: 50px; font-size: 0.78rem; font-weight: 700; font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.75rem; }
.section-title { font-family: 'Poppins', sans-serif; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; color: var(--text); line-height: 1.2; margin-bottom: 1rem; }
.section-title span { color: var(--primary); }
.section-subtitle { color: var(--text-muted); font-size: 1rem; max-width: 560px; margin: 0 auto; line-height: 1.7; }

/* SERVICE CARDS */
.service-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; text-decoration: none; display: block; transition: var(--transition); height: 100%; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--secondary)); transform: scaleX(0); transition: var(--transition); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 64px; height: 64px; background: var(--primary-light); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--primary); margin-bottom: 1.25rem; transition: var(--transition); }
.service-card:hover .service-icon { background: var(--primary); color: #fff; transform: scale(1.1); }
.service-title { font-family: 'Poppins', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 0.6rem; }
.service-desc { color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; margin-bottom: 1rem; }
.service-link { color: var(--primary); font-size: 0.85rem; font-weight: 600; font-family: 'Poppins', sans-serif; display: flex; align-items: center; gap: 6px; }

/* STEPS */
.step-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem 2rem; text-align: center; position: relative; transition: var(--transition); box-shadow: var(--shadow-sm); }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.step-number { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.8rem; padding: 4px 16px; border-radius: 50px; }
.step-icon { font-size: 2.5rem; color: var(--primary); margin: 1rem 0; }
.step-card h4 { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--text); margin-bottom: 0.75rem; }
.step-card p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; }

/* WHY US */
.why-list { display: flex; flex-direction: column; gap: 1rem; }
.why-item { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.5rem; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); transition: var(--transition); box-shadow: var(--shadow-sm); }
.why-item:hover { box-shadow: var(--shadow-lg); border-color: var(--primary); transform: translateX(6px); }
.why-icon { width: 52px; height: 52px; min-width: 52px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; transition: var(--transition); }
.why-item:hover .why-icon { background: var(--primary); color: #fff; }
.why-item h5 { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--text); margin-bottom: 0.25rem; font-size: 0.95rem; }
.why-item p { color: var(--text-muted); font-size: 0.85rem; margin: 0; line-height: 1.5; }

/* STATS */
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.stat-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; text-align: center; box-shadow: var(--shadow-sm); transition: var(--transition); }
.stat-box:hover { box-shadow: var(--shadow-lg); border-color: var(--primary); transform: translateY(-4px); }
.stat-big { font-family: 'Poppins', sans-serif; font-size: 2.2rem; font-weight: 900; color: var(--primary); display: block; line-height: 1; margin-bottom: 0.5rem; }
.stat-box span:last-child { color: var(--text-muted); font-size: 0.85rem; }

/* FORMS */
.form-tabs { display: flex; gap: 0.5rem; background: var(--bg-section); border: 1px solid var(--border); border-radius: 12px; padding: 6px; max-width: 520px; margin: 0 auto; }
.form-tab { flex: 1; background: transparent; border: none; color: var(--text-muted); padding: 0.75rem 1rem; border-radius: 8px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.88rem; cursor: pointer; transition: var(--transition); }
.form-tab.active { background: #fff; color: var(--primary); box-shadow: var(--shadow-sm); }
.form-panel { display: none; }
.form-panel.active { display: block; }
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.form-card-header { background: var(--bg-soft); border-bottom: 1px solid var(--border); padding: 1.25rem 1.75rem; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; color: var(--text); }
.form-card form { padding: 1.75rem; }
.form-control-light { background: var(--bg-soft) !important; border: 1.5px solid var(--border) !important; color: var(--text) !important; border-radius: 10px !important; padding: 0.75rem 1rem !important; font-size: 0.9rem !important; transition: var(--transition) !important; }
.form-control-light:focus { border-color: var(--primary) !important; box-shadow: 0 0 0 3px rgba(26,86,219,0.12) !important; background: #fff !important; outline: none !important; }
.form-control-light::placeholder { color: var(--text-light) !important; }
.form-label { color: var(--text); font-size: 0.85rem; font-weight: 600; font-family: 'Poppins', sans-serif; margin-bottom: 0.4rem; }
.form-message { padding: 1rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 0.88rem; }
.form-message.success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; }
.form-message.error { background: #fef2f2; border: 1px solid #fecaca; color: #dc2626; }

/* CTA */
.cta-section { background: linear-gradient(135deg, #1a56db 0%, #0ea5e9 100%); position: relative; overflow: hidden; padding: 5rem 0; }
.cta-section::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: rgba(255,255,255,0.08); border-radius: 50%; }
.cta-title { font-family: 'Poppins', sans-serif; font-size: 2.2rem; font-weight: 800; color: #fff; }
.cta-sub { color: rgba(255,255,255,0.85); font-size: 1.05rem; }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, #f0f4ff, #e8f0fe); border-bottom: 1px solid var(--border); padding: 8rem 0 3.5rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(26,86,219,0.1) 0%, transparent 70%); }
.page-hero-title { font-family: 'Poppins', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--text); }
.breadcrumb { background: transparent; }
.breadcrumb-item a { color: var(--primary); text-decoration: none; font-weight: 500; }
.breadcrumb-item.active { color: var(--text-muted); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--text-light); }

/* SIDEBAR */
.sidebar-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.sidebar-title { font-family: 'Poppins', sans-serif; color: var(--text); font-weight: 700; margin-bottom: 1rem; font-size: 1rem; }
.sidebar-links { list-style: none; padding: 0; margin: 0; }
.sidebar-links li { border-bottom: 1px solid var(--border); }
.sidebar-links li:last-child { border-bottom: none; }
.sidebar-links li a { display: block; padding: 0.65rem 0; color: var(--text-muted); text-decoration: none; font-size: 0.88rem; transition: var(--transition); }
.sidebar-links li a:hover, .sidebar-links li.active a { color: var(--primary); padding-left: 6px; }
.sidebar-cta { background: linear-gradient(135deg, #f0f4ff, #e8f0fe); border-color: rgba(26,86,219,0.2); }
.sidebar-cta h5 { font-family: 'Poppins', sans-serif; color: var(--text); font-weight: 700; margin-bottom: 0.5rem; }

/* CONTACT */
.contact-info-list { display: flex; flex-direction: column; gap: 1rem; }
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: var(--transition); }
.contact-info-item:hover { box-shadow: var(--shadow); border-color: var(--primary); }
.contact-info-icon { width: 46px; height: 46px; min-width: 46px; background: var(--primary-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; }
.contact-info-item h6 { font-family: 'Poppins', sans-serif; color: var(--text); font-weight: 700; margin-bottom: 0.2rem; font-size: 0.88rem; }
.contact-info-item a { color: var(--primary); text-decoration: none; font-size: 0.9rem; }
.contact-info-item p { color: var(--text-muted); font-size: 0.88rem; margin: 0; }
.map-container { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }

/* ABOUT */
.about-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.about-badge { background: var(--bg-soft); border: 1px solid var(--border); padding: 6px 14px; border-radius: 50px; font-size: 0.82rem; color: var(--text-muted); }
.mission-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-sm); transition: var(--transition); }
.mission-card:hover { box-shadow: var(--shadow-lg); border-color: var(--primary); }
.mission-icon { width: 56px; height: 56px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.4rem; margin-bottom: 1rem; }
.mission-card h4 { font-family: 'Poppins', sans-serif; color: var(--text); font-weight: 700; margin-bottom: 0.75rem; }
.mission-card p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }
.service-content { color: var(--text-muted); line-height: 1.8; }
.service-content p { margin-bottom: 1rem; }

/* FOOTER */
.footer-light { background: #1a1a2e; color: #fff; padding-top: 4rem; padding-bottom: 2rem; }
.footer-brand { display: flex; align-items: center; gap: 8px; }
.footer-logo { height: 40px; width: auto; filter: brightness(0) invert(1); }
.footer-heading { font-family: 'Poppins', sans-serif; color: #fff; font-weight: 700; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: #9ca3af; text-decoration: none; font-size: 0.88rem; transition: var(--transition); }
.footer-links a:hover { color: var(--primary); }
.footer-contact { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-contact li { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.88rem; color: #9ca3af; }
.footer-contact a { color: #9ca3af; text-decoration: none; transition: var(--transition); }
.footer-contact a:hover { color: var(--primary); }
.social-links { display: flex; gap: 0.5rem; }
.social-link { width: 38px; height: 38px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #9ca3af; text-decoration: none; font-size: 0.9rem; transition: var(--transition); }
.social-link:hover { background: var(--primary); color: #fff; }
.social-link.whatsapp:hover { background: #25d366; color: #fff; }

/* STICKY BUTTONS */
.sticky-call { position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; display: flex; padding: 0.75rem; gap: 0.5rem; background: rgba(255,255,255,0.97); border-top: 1px solid var(--border); backdrop-filter: blur(10px); box-shadow: 0 -4px 20px rgba(0,0,0,0.08); }
.btn-sticky-call { flex: 1; background: var(--primary); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; border-radius: 10px; padding: 0.85rem; text-align: center; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 1rem; }
.btn-sticky-whatsapp { width: 52px; height: 52px; background: #25d366; color: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; text-decoration: none; }
.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; width: 58px; height: 58px; background: #25d366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; text-decoration: none; z-index: 999; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: var(--transition); }
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }

/* AOS ANIMATIONS */
[data-aos] { opacity: 0; transition: opacity 0.65s ease, transform 0.65s ease; }
[data-aos="fade-up"] { transform: translateY(32px); }
[data-aos="fade-right"] { transform: translateX(-32px); }
[data-aos="fade-left"] { transform: translateX(32px); }
[data-aos="zoom-in"] { transform: scale(0.92); }
[data-aos].aos-animate { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-title { font-size: 2rem; }
    .hero-img-wrap { margin-top: 2rem; }
    .hero-img-wrap img { height: 280px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .form-tabs { flex-direction: column; }
    body { padding-bottom: 80px; }
    .py-section { padding: 3.5rem 0; }
    .cta-title { font-size: 1.6rem; }
}

/* SLIDER */
#heroSlider .carousel-item img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-lg); }
.carousel-control-prev, .carousel-control-next { width: 44px; height: 44px; background: rgba(255,255,255,0.9); border-radius: 50%; top: 50%; transform: translateY(-50%); bottom: auto; box-shadow: var(--shadow); }
.carousel-control-prev { left: 12px; }
.carousel-control-next { right: 12px; }
.carousel-control-prev-icon, .carousel-control-next-icon { filter: invert(1) sepia(1) saturate(5) hue-rotate(10deg); width: 16px; height: 16px; }

/* PULSE */
.pulse-btn { animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(26,86,219,0.4); } 50% { box-shadow: 0 0 0 12px rgba(26,86,219,0); } }

/* HERO OVERLAY - kaldir */
.hero-overlay { display: none; }

/* BTN WIDTH */
.btn-primary-custom.w-100 { width: 100%; justify-content: center; }

/* HERO BG ANIMATION */
.hero-bg-anim {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e8f0fe 0%, #dbeafe 30%, #bfdbfe 60%, #e8f0fe 100%);
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
    z-index: 0;
}
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.hero-section { position: relative; overflow: hidden; }
.hero-section .container { position: relative; z-index: 2; }

/* HERO SLIDER */
.hero-slider-wrap {
    position: relative;
    border-radius: 24px;
    overflow: visible;
}
#heroSlider {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}
#heroSlider .carousel-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
}
.carousel-indicators {
    bottom: 16px;
}
.carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    border: none;
    margin: 0 4px;
    transition: var(--transition);
}
.carousel-indicators button.active {
    background: var(--primary);
    width: 24px;
    border-radius: 4px;
}
.carousel-caption-custom {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text);
    box-shadow: var(--shadow);
}
.carousel-caption-custom i { color: var(--primary); }

.hero-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    font-size: 0.9rem;
    z-index: 10;
    transition: var(--transition);
    cursor: pointer;
}
.hero-carousel-btn:hover { background: var(--primary); color: #fff; transform: translateY(-50%) scale(1.1); }
.hero-carousel-btn.prev { left: -22px; }
.hero-carousel-btn.next { right: -22px; }

.hero-img-badge {
    position: absolute;
    bottom: -20px;
    left: 24px;
    background: #fff;
    border-radius: var(--radius);
    padding: 14px 20px;
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    border: 1px solid var(--border);
}
.hero-img-badge .badge-icon {
    width: 44px; height: 44px;
    background: var(--primary-light);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--primary);
    font-size: 1.2rem;
}
.hero-img-badge .badge-text strong { display: block; font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--text); }
.hero-img-badge .badge-text span { font-size: 0.75rem; color: var(--text-muted); }

.hero-badge-2 {
    position: absolute;
    top: -16px;
    right: 24px;
    background: var(--primary);
    color: #fff;
    border-radius: 50px;
    padding: 8px 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(26,86,219,0.4);
    z-index: 10;
}

/* HERO CONTENT spacing */
.hero-content { padding-bottom: 2rem; }
.hero-stats { margin-top: 2.5rem; align-items: center; }
.hero-stat-divider { width: 1px; height: 40px; background: var(--border); }

@media (max-width: 991px) {
    #heroSlider .carousel-item img { height: 320px; }
    .hero-carousel-btn.prev { left: 8px; }
    .hero-carousel-btn.next { right: 8px; }
    .hero-img-badge { bottom: 12px; left: 12px; }
    .hero-badge-2 { top: 12px; right: 12px; }
}

/* ===== HERO VIDEO BG ===== */
.hero-section { position: relative; overflow: hidden; background: #0a0a0a; min-height: 100vh; }
.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.hero-video-bg video {
    position: absolute;
    top: 50%; left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.75);
}
/* Video yoksa fallback gorsel */
.hero-bg-img {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=1920&q=80') center/cover no-repeat;
    filter: brightness(0.6);
    z-index: -1;
}
.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.35) 100%);
    z-index: 1;
}
.hero-section .container { position: relative; z-index: 2; }

/* Hero text renkleri video üzerinde */
.hero-section .hero-title { color: #fff; }
.hero-section .hero-title span { color: var(--primary); }
.hero-section .hero-subtitle { color: rgba(255,255,255,0.85); }
.hero-section .hero-stat-num { color: var(--primary); }
.hero-section .hero-stat-label { color: rgba(255,255,255,0.7); }
.hero-section .hero-stat-divider { background: rgba(255,255,255,0.2); }
.hero-section .hero-badge { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); color: #fff; }
.hero-section .btn-outline-custom { border-color: rgba(255,255,255,0.5); color: #fff; }
.hero-section .btn-outline-custom:hover { border-color: var(--primary); color: var(--primary); background: rgba(255,255,255,0.08); }

/* ===== PREMIUM FOOTER ===== */
.footer-premium { background: #0f1117; color: #fff; }
.footer-top { padding: 5rem 0 3rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-bottom { padding: 1.5rem 0; background: #080a0f; }
.footer-bottom span { color: #6b7280; font-size: 0.85rem; }

.footer-logo { height: 52px; width: auto; object-fit: contain; margin-bottom: 1.25rem; display: block; }
.footer-desc { color: #9ca3af; font-size: 0.88rem; line-height: 1.7; margin-bottom: 1.5rem; max-width: 320px; }

.footer-phone-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(26,86,219,0.1);
    border: 1px solid rgba(26,86,219,0.25);
    border-radius: 12px;
    padding: 14px 18px;
    text-decoration: none;
    transition: var(--transition);
    margin-bottom: 1.5rem;
}
.footer-phone-btn:hover { background: rgba(26,86,219,0.18); border-color: var(--primary); }
.footer-phone-btn > i { font-size: 1.4rem; color: var(--primary); }
.footer-phone-btn span { display: block; font-size: 0.72rem; color: #9ca3af; text-transform: uppercase; letter-spacing: 1px; }
.footer-phone-btn strong { display: block; font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 700; color: #fff; }

.footer-socials { display: flex; gap: 0.6rem; }
.fsocial {
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition);
}
.fsocial:hover { background: var(--primary); border-color: var(--primary); color: #fff; transform: translateY(-3px); }
.fsocial.wa:hover { background: #25d366; border-color: #25d366; }

.footer-heading {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.75rem;
}
.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: var(--primary);
    border-radius: 2px;
}

.footer-nav { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: 0.6rem; }
.footer-nav a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}
.footer-nav a i { font-size: 0.65rem; color: var(--primary); transition: var(--transition); }
.footer-nav a:hover { color: #fff; padding-left: 4px; }
.footer-nav a:hover i { transform: translateX(3px); }

.footer-info-list { display: flex; flex-direction: column; gap: 1rem; }
.footer-info-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.finfo-icon {
    width: 38px; height: 38px; min-width: 38px;
    background: rgba(26,86,219,0.1);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: var(--primary);
    font-size: 0.9rem;
}
.footer-info-item span { display: block; font-size: 0.72rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
.footer-info-item a { color: #e5e7eb; text-decoration: none; font-size: 0.88rem; transition: var(--transition); }
.footer-info-item a:hover { color: var(--primary); }
.footer-info-item p { color: #9ca3af; font-size: 0.85rem; margin: 0; line-height: 1.5; }

.footer-badge-247 {
    background: rgba(26,86,219,0.12);
    border: 1px solid rgba(26,86,219,0.25);
    color: var(--primary);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* Hero Video Fallback - video yuklenemezse animasyonlu arka plan */
.hero-video-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a0a1a 0%, #1a1a0a 25%, #0a1a0a 50%, #1a0a0a 75%, #0a0a1a 100%);
    background-size: 400% 400%;
    animation: heroBgAnim 12s ease infinite;
    z-index: -1;
}
@keyframes heroBgAnim {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Video yuklenince fallback gizle */
#heroBgVideo:not([src=""]) ~ .hero-video-fallback { display: none; }

/* ===== HERO BOTTOM BAR ===== */
.hero-container { position: relative; z-index: 2; }
.hero-bottom-bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1rem 0;
    z-index: 3;
}
.hbb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 0.4rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hbb-item i { color: var(--primary); font-size: 1rem; flex-shrink: 0; }

/* ===== HERO BUTTONS ===== */
.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.9rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(26,86,219,0.4);
}
.btn-hero-primary:hover { background: var(--primary-dark); color: #fff; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(26,86,219,0.5); }

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.9rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.4);
    transition: var(--transition);
    backdrop-filter: blur(4px);
}
.btn-hero-outline:hover { background: rgba(255,255,255,0.2); border-color: #fff; color: #fff; transform: translateY(-3px); }

/* Hero title buyuk ve etkili */
.hero-title { font-size: clamp(2.8rem, 5.5vw, 4.5rem); font-weight: 900; line-height: 1.1; margin-bottom: 1.5rem; }
.hero-subtitle { font-size: 1.15rem; line-height: 1.7; margin-bottom: 2.5rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.hero-stats { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.hero-stat-num { font-size: 2rem; font-weight: 900; }
.hero-stat-label { font-size: 0.8rem; opacity: 0.75; }
.hero-stat-divider { width: 1px; height: 44px; background: rgba(255,255,255,0.25); }

@media (max-width: 768px) {
    .hero-title { font-size: 2.4rem; }
    /* Bottom bar mobilde hero içine gömülü kalır, absolute pozisyon korunur */
    .hero-bottom-bar {
        position: absolute;
        bottom: 0;
        padding: 0.6rem 0;
    }
    .hbb-item {
        font-size: 0.72rem;
        gap: 5px;
        justify-content: flex-start;
        padding: 0.3rem 0.5rem;
    }
    .hbb-item i { font-size: 0.85rem; }
    /* Hero içerik alanı bottom bar'ın üstüne çıkmasın */
    .hero-section .row.align-items-center { padding-bottom: 80px; }
}

/* ===== HERO KEN BURNS - Video gibi gorunur, kasma yok ===== */
.hero-bg-img {
    position: absolute;
    inset: -10%;
    background-image: url('https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=1920&q=85');
    background-size: cover;
    background-position: center;
    animation: kenBurns 20s ease-in-out infinite alternate;
    filter: brightness(0.6);
}
@keyframes kenBurns {
    0%   { transform: scale(1.0) translate(0, 0); }
    25%  { transform: scale(1.08) translate(-2%, -1%); }
    50%  { transform: scale(1.12) translate(2%, 1%); }
    75%  { transform: scale(1.06) translate(-1%, 2%); }
    100% { transform: scale(1.0) translate(0, 0); }
}

/* Birden fazla gorsel icin crossfade - daha etkileyici */
.hero-bg-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1920&q=85');
    background-size: cover;
    background-position: center;
    animation: crossfade 20s ease-in-out infinite alternate;
    opacity: 0;
}
@keyframes crossfade {
    0%, 40%  { opacity: 0; }
    60%, 100% { opacity: 1; }
}

/* ===== HERO FULL SCREEN SLIDER ===== */
.hero-section { position: relative; overflow: hidden; min-height: 100vh; background: linear-gradient(135deg, #0d1b3e 0%, #1a3a6e 50%, #0d1b3e 100%); }
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease;
    transform: scale(1.05);
    animation: none;
}
.hero-slide.active {
    opacity: 1;
    animation: zoomSlide 6s ease forwards;
}
@keyframes zoomSlide {
    from { transform: scale(1.05); }
    to   { transform: scale(1.0); }
}
.hero-overlay-dark {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.25) 100%);
}
.hero-container { position: relative; z-index: 2; }

/* Slider dots */
.hero-dots {
    position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 8px; z-index: 3;
}
.hero-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,0.4); cursor: pointer;
    transition: all 0.3s ease; border: none;
}
.hero-dot.active { background: var(--primary); width: 24px; border-radius: 4px; }

/* DROPDOWN */
.dropdown-menu-dark-custom {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow-xl);
    padding: 0.5rem;
    min-width: 220px;
    margin-top: 8px !important;
}
.dropdown-menu-dark-custom .dropdown-item {
    color: var(--text);
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    transition: var(--transition);
}
.dropdown-menu-dark-custom .dropdown-item i { color: var(--primary); }
.dropdown-menu-dark-custom .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }
.nav-link.dropdown-toggle::after { border-color: currentColor transparent transparent; }

/* İÇERİK SAYFALARI */
.content-article h2 { font-family: 'Poppins', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--text); margin-bottom: 1rem; }
.content-article h3 { font-family: 'Poppins', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--text); margin: 2rem 0 0.75rem; }
.content-article p { color: var(--text-muted); line-height: 1.9; margin-bottom: 1rem; }
.content-article ul { color: var(--text-muted); line-height: 1.9; padding-left: 1.5rem; margin-bottom: 1rem; }
.content-article ul li { margin-bottom: 0.4rem; }
.content-article a { color: var(--primary); }

.about-service-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 1rem; }
.about-service-list li { display: flex; gap: 1rem; align-items: flex-start; }
.about-service-list li i { font-size: 1.1rem; margin-top: 3px; min-width: 20px; }
.about-service-list li div { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; }

.city-badge { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 8px; padding: 6px 12px; font-size: 0.82rem; color: var(--text-muted); }

.faq-item { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem; margin-bottom: 1rem; transition: var(--transition); }
.faq-item:hover { border-color: var(--primary); box-shadow: var(--shadow); }
.faq-item h5 { font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.faq-item p { color: var(--text-muted); font-size: 0.88rem; margin: 0; line-height: 1.6; }

/* ===== BAŞVURU FORMU ===== */
.apply-form-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow);
}
.nav-cta-group { display: flex; align-items: center; gap: 0.6rem; flex-wrap: nowrap; justify-content: flex-end; white-space: nowrap; }
.nav-cta-secondary {
    background: linear-gradient(135deg, #0ea5e9 0%, #1a56db 100%);
    color: #fff !important;
    font-weight: 800 !important;
    border-radius: 10px !important;
    padding: 0.55rem 1.1rem !important;
    border: 1px solid rgba(26,86,219,0.35);
    box-shadow: 0 6px 18px rgba(26,86,219,0.22);
}
.nav-cta-secondary:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(26,86,219,0.28);
}
.apply-type-grid {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.apply-type-item {
    flex: 1;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 1.25rem 1rem;
    border: 2px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition: var(--transition);
    background: #fff;
    text-align: center;
    --apply-accent: var(--primary);
    --apply-accent-bg: var(--primary-light);
    --apply-accent-ring: rgba(26,86,219,0.12);
    --apply-accent-border: rgba(26,86,219,0.28);
}
.apply-type-item i {
    font-size: 1.6rem;
    color: var(--apply-accent);
    transition: var(--transition);
}
.apply-type-item span {
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    transition: var(--transition);
}
.apply-type-item { border-color: var(--apply-accent-border); background: var(--apply-accent-bg); }
.apply-type-item:hover {
    border-color: var(--apply-accent);
    background: var(--apply-accent-bg);
}
.apply-type-item:hover i,
.apply-type-item:hover span {
    color: var(--apply-accent);
}
.apply-type-item.active {
    border-color: var(--apply-accent);
    background: var(--apply-accent-bg);
    box-shadow: 0 0 0 3px var(--apply-accent-ring);
}
.apply-type-item.active i {
    color: var(--apply-accent);
}
.apply-type-item.active span {
    color: var(--apply-accent);
}
.apply-type-item[data-type="acenta"] { --apply-accent: #1a56db; --apply-accent-bg: #e8f0fe; --apply-accent-ring: rgba(26,86,219,0.14); --apply-accent-border: rgba(26,86,219,0.30); }
.apply-type-item[data-type="yol-yardim"] { --apply-accent: #16a34a; --apply-accent-bg: #dcfce7; --apply-accent-ring: rgba(22,163,74,0.16); --apply-accent-border: rgba(22,163,74,0.30); }
.apply-type-item[data-type="rent-a-car"] { --apply-accent: #7c3aed; --apply-accent-bg: #ede9fe; --apply-accent-ring: rgba(124,58,237,0.16); --apply-accent-border: rgba(124,58,237,0.30); }
.apply-type-item[data-type="oto-servis"] { --apply-accent: #f97316; --apply-accent-bg: #ffedd5; --apply-accent-ring: rgba(249,115,22,0.18); --apply-accent-border: rgba(249,115,22,0.32); }
.apply-type-item[data-type="insan-kaynaklari"] { --apply-accent: #db2777; --apply-accent-bg: #fce7f3; --apply-accent-ring: rgba(219,39,119,0.16); --apply-accent-border: rgba(219,39,119,0.30); }

@media (max-width: 991px) {
    .nav-cta-group { flex-wrap: wrap; }
}
@media (max-width: 768px) {
    .apply-type-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .apply-type-item {
        min-width: auto;
        padding: 1rem 0.5rem;
    }
    .apply-type-item i { font-size: 1.3rem; }
    .apply-type-item span { font-size: 0.72rem; }
    .apply-form-card { padding: 1.5rem; }
}
@media (max-width: 480px) {
    .apply-type-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
