/* Premium Theme Stylesheet - Ms Istanbul Yazılım Redesign */

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

body {
    font-family: 'Outfit', sans-serif !important;
    color: #1e293b;
    background-color: #fafbfd;
}

/* Typography Enhancements */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

/* Premium Gradients & Accents */
.bg-premium-gradient {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%) !important;
}

.text-gradient {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Layout Header Updates */
#topnav {
    background-color: #ffffff !important;
    backdrop-filter: none;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease;
}

#topnav.nav-sticky {
    background-color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.navigation-menu > li > a {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 500 !important;
    color: #334155 !important;
    transition: all 0.25s ease !important;
}

.navigation-menu > li:hover > a, 
.navigation-menu > li.active > a {
    color: #4f46e5 !important;
}

/* Premium Card & Glassmorphism Design */
.premium-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-color: rgba(79, 70, 229, 0.25);
}

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.04);
}

/* Custom Interactive List Items */
.premium-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.premium-list-item:hover {
    background-color: rgba(79, 70, 229, 0.05);
    transform: translateX(4px);
}

.premium-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(79, 70, 229, 0.1);
    color: #4f46e5;
    font-size: 11px;
}

/* Buttons */
.btn-premium {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.btn-premium:hover {
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.45);
    transform: translateY(-1px);
    filter: brightness(1.05);
}

/* Footer modernizations */
.footer {
    background-color: #070a13 !important; /* Dark Slate background */
    color: #94a3b8 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 -10px 40px rgba(79, 70, 229, 0.03) !important;
    padding-top: 80px !important;
    padding-bottom: 0px !important;
    position: relative;
    overflow: hidden;
}

/* Subtle gradient glow line on top of the footer */
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #4f46e5 50%, transparent 100%);
    opacity: 0.8;
}

.footer p {
    color: #94a3b8 !important;
    font-size: 14.5px;
    line-height: 1.6;
}

.footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin: 20px 0 !important;
}

/* Contact info icons */
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    color: #06b6d4; /* Cyan */
    font-size: 13px;
    transition: all 0.3s ease;
}

.footer-contact-item:hover .footer-contact-icon {
    background-color: rgba(79, 70, 229, 0.15);
    border-color: rgba(79, 70, 229, 0.3);
    color: #4f46e5; /* Indigo */
    transform: translateY(-2px);
}

/* Social media icons */
.foot-social-icon li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
    color: #94a3b8 !important;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.foot-social-icon li a:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3) !important;
    transform: translateY(-3px) rotate(8deg);
}

/* Online user badge */
.online-user-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.15);
    padding: 6px 14px;
    border-radius: 50px;
    margin-top: 15px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981; /* Success Green */
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

.pulse-dot::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #10b981;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: pulse 1.8s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

.online-text {
    font-size: 12.5px;
    font-weight: 500;
    color: #cbd5e1 !important;
}

.online-count {
    color: #10b981 !important;
    font-weight: 700;
}

/* Copyright area */
.bg-footer {
    background-color: #05070d !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.footer-py-30 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.footer-py-60 {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer .logo-footer, .footer-light a {
    color: #ffffff !important;
}

.footer a:hover {
    color: #06b6d4 !important;
}

/* Breadcrumb customization */
.breadcrumb {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(226, 232, 240, 0.5);
}

/* Feature grid layout styling */
.feature-box {
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-box .icon-container {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    transition: all 0.3s ease;
}

/* Hero Section enhancement */
.premium-hero {
    position: relative;
    padding: 100px 0 80px;
    background: radial-gradient(circle at 10% 20%, rgba(243, 244, 246, 0.8) 0%, rgba(229, 231, 235, 0.5) 90%);
}

.hero-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.hero-shape svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
    height: 60px;
}

.hero-shape .shape-fill {
    fill: #ffffff;
}

/* Step progress visual */
.step-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.step-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin: 0 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.01);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #4f46e5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

/* Responsive side menu index styling */
.sidebar-premium-nav .navbar-link {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600;
    color: #475569 !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
}

.sidebar-premium-nav .navbar-item.active .navbar-link,
.sidebar-premium-nav .navbar-link:hover {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%) !important;
    color: #4f46e5 !important;
    border-left: 4px solid #4f46e5;
}

/* --- PREMIUM SAAS REDESIGN SYSTEM --- */
:root {
    --saas-primary: #6366f1; /* Indigo */
    --saas-secondary: #8b5cf6; /* Purple */
    --saas-accent: #06b6d4; /* Cyan */
    --saas-dark: #0f172a; /* Slate 900 */
    --saas-muted: #64748b; /* Slate 500 */
    --saas-border: rgba(99, 102, 241, 0.08);
    --saas-bg: #f8fafc;
}

.bg-saas-light {
    background-color: var(--saas-bg) !important;
}

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

/* SaaS Card style (outline border, rounded, clean shadow, minimal design) */
.saas-card {
    background: #ffffff;
    border: 1px solid var(--saas-border);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.01), 0 10px 15px -3px rgba(99, 102, 241, 0.02);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.saas-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--saas-primary), var(--saas-accent));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.saas-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.25);
    box-shadow: 0 20px 40px -15px rgba(99, 102, 241, 0.08);
}

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

/* Circular Icon container for SaaS elements */
.saas-icon-container {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--saas-primary);
    background: rgba(99, 102, 241, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.saas-card:hover .saas-icon-container {
    background: linear-gradient(135deg, var(--saas-primary) 0%, var(--saas-accent) 100%);
    color: #ffffff;
    transform: scale(1.05);
}

/* SaaS buttons */
.btn-saas-primary {
    background: linear-gradient(135deg, var(--saas-primary) 0%, var(--saas-secondary) 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 12px 26px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.25) !important;
}

.btn-saas-primary:hover {
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4) !important;
    transform: translateY(-1px) !important;
    filter: brightness(1.05) !important;
}

.btn-saas-outline {
    background: transparent !important;
    color: var(--saas-primary) !important;
    border: 2px solid var(--saas-primary) !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    transition: all 0.3s ease !important;
}

.btn-saas-outline:hover {
    background: linear-gradient(135deg, var(--saas-primary) 0%, var(--saas-secondary) 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.25) !important;
}

/* Checklist items */
.saas-checklist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.saas-checklist-item {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14.5px;
    color: var(--saas-muted);
}

.saas-checklist-icon {
    color: #10b981; /* Success Green */
    font-size: 16px;
    margin-top: 3px;
}

/* Hero margin fix for header alignment */
.hero {
    margin-top: 0 !important;
}


