/* Flepzy color scheme - modern and fluid */
:root {
    --flepzy-primary: #6366f1;
    --flepzy-secondary: #4f46e5;
    --flepzy-accent: #8b5cf6;
    --flepzy-light: #f9fafb;
    --flepzy-gray: #9ca3af;
    --flepzy-dark: #111827;
    --flepzy-success: #10b981;
    --flepzy-danger: #ef4444;
    --flepzy-warning: #f59e0b;
    --flepzy-info: #3b82f6;
    --flepzy-border: #e5e7eb;
    --flepzy-gradient: linear-gradient(135deg, #6366f1, #8b5cf6);
}

body {
    background-color: var(--flepzy-dark);
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    color: var(--flepzy-dark);
    position: relative;
    padding-bottom: 80px; /* Space for footer */
    background: linear-gradient(135deg, rgba(13, 17, 28, 0.98), rgba(23, 30, 41, 0.95));
    background-attachment: fixed;
    position: relative;
    overflow-x: hidden;
}

/* Background icons */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%2325D366' opacity='0.05'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%236366f1' opacity='0.05'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%238b5cf6' opacity='0.05'%3E%3Cpath d='M19 10h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 1 1 14 0v1zm-2 0V9A5 5 0 0 0 7 9v1h10zm-6 4v4h2v-4h-2z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%2325D366' opacity='0.05'%3E%3Cpath d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%236366f1' opacity='0.04'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-4.987-3.744A7.966 7.966 0 0 0 12 20c1.97 0 3.773-.712 5.167-1.892A6.979 6.979 0 0 1 12.16 16a6.981 6.981 0 0 1-5.147 2.256zM5.616 16.82A8.975 8.975 0 0 1 12.16 14a8.972 8.972 0 0 1 6.362 2.634 8 8 0 1 0-12.906.187zM12 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%238b5cf6' opacity='0.04'%3E%3Cpath d='M17 13v1c0 2.77-.664 5.445-1.915 7.846l-.227.42-1.747-.974c1.16-2.08 1.81-4.41 1.882-6.836L15 14v-1h2zm-6-3h2v4l-.005.379a12.941 12.941 0 0 1-2.691 7.549l-.231.29-1.55-1.264a10.944 10.944 0 0 0 2.471-6.588L11 14v-4zm1-4a5 5 0 0 1 5 5h-2a3 3 0 0 0-6 0v3c0 2.235-.82 4.344-2.271 5.977l-.212.23-1.448-1.38a6.969 6.969 0 0 0 1.925-4.524L7 14v-3a5 5 0 0 1 5-5zm0-4a9 9 0 0 1 9 9v3c0 1.698-.202 3.37-.597 4.99l-.139.539-1.93-.526c.392-1.437.613-2.922.658-4.435L19 14v-3A7 7 0 0 0 7.808 5.394L6.383 3.968A8.962 8.962 0 0 1 12 2zM4.968 5.383l1.426 1.425a6.966 6.966 0 0 0-1.39 3.951L5 11 5.004 13c0 1.12-.264 2.203-.762 3.177l-.156.29-1.737-.992c.38-.665.602-1.407.646-2.183L3.004 13v-2a8.94 8.94 0 0 1 1.964-5.617z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%2325D366' opacity='0.04'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%236366f1' opacity='0.04'%3E%3Cpath d='M4 15h2v5h12V4H6v5H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6zm6-4V8l5 4-5 4v-3H2v-2h8z'/%3E%3C/svg%3E");
    background-position: 
        calc(10% + 10px) calc(20% + 20px),
        calc(25% + 35px) calc(65% + 15px),
        calc(80% + 25px) calc(15% + 10px),
        calc(70% + 15px) calc(70% + 25px),
        calc(15% + 20px) calc(40% + 30px),
        calc(50% + 15px) calc(25% + 25px),
        calc(60% + 40px) calc(50% + 20px),
        calc(85% + 10px) calc(85% + 15px);
    background-repeat: no-repeat;
    background-size: 36px;
    z-index: -1;
    animation: floatIcons 20s infinite linear alternate;
}

@keyframes floatIcons {
    0% {
        background-position: 
            calc(10% + 10px) calc(20% + 20px),
            calc(25% + 35px) calc(65% + 15px),
            calc(80% + 25px) calc(15% + 10px),
            calc(70% + 15px) calc(70% + 25px),
            calc(15% + 20px) calc(40% + 30px),
            calc(50% + 15px) calc(25% + 25px),
            calc(60% + 40px) calc(50% + 20px),
            calc(85% + 10px) calc(85% + 15px);
    }
    100% {
        background-position: 
            calc(15% + 15px) calc(25% + 25px),
            calc(30% + 30px) calc(60% + 20px),
            calc(75% + 20px) calc(20% + 15px),
            calc(65% + 20px) calc(75% + 20px),
            calc(20% + 25px) calc(45% + 25px),
            calc(55% + 20px) calc(30% + 20px),
            calc(65% + 35px) calc(55% + 25px),
            calc(80% + 15px) calc(80% + 20px);
    }
}

/* Navbar styling - modern */
.navbar {
    background-color: rgba(10, 15, 25, 0.95);
    padding: 15px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-brand {
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.nav-logo-icon {
    font-size: 24px;
    color: #25D366; /* WhatsApp yaşıl rəngi */
    margin-right: 8px;
}

.brand-highlight {
    color: #25D366; /* WhatsApp yaşıl rəngi */
    font-weight: 400;
    opacity: 0.9;
}

.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: var(--flepzy-accent);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover {
    color: var(--flepzy-primary) !important;
}

.nav-link:hover::after {
    width: 70%;
}

/* Language dropdown styling */
.language-dropdown {
    display: flex;
    align-items: center;
    color: white !important;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.language-dropdown:hover, .language-dropdown:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: white !important;
}

.language-dropdown::after {
    margin-left: 8px;
    vertical-align: middle;
}

.language-menu {
    min-width: 180px;
    padding: 0.5rem;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    animation: fadeInDown 0.3s ease-out;
    background-color: rgba(15, 23, 42, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-item {
    padding: 0.6rem 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-item img {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    font-weight: 600;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-outline-primary-light {
    background-color: transparent;
    border: 1px solid var(--flepzy-primary);
    border-radius: 30px;
    padding: 0.5rem 1.25rem;
    color: var(--flepzy-primary) !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-primary-light:hover {
    background-color: var(--flepzy-primary);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

.btn-primary-filled {
    background-color: var(--flepzy-primary);
    background-image: var(--flepzy-gradient);
    border: none;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    color: white !important;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.3);
    position: relative;
}

.btn-primary-filled:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(99, 102, 241, 0.4);
}

.pulse-animation {
    position: relative;
    overflow: visible;
}

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

/* Support button live elements */
.support-icon-wrapper {
    position: relative;
    display: inline-block;
}

.support-status-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    bottom: 0;
    right: -2px;
    border: 1px solid white;
}

.online-indicator {
    font-size: 0.7rem;
    background-color: rgba(16, 185, 129, 0.2);
    color: #10b981;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

/* Removed animations */

.fadeIn {
    /* animation removed */
}

.btn-primary-filled {
    display: flex;
    align-items: center;
    justify-content: center;
}



.main-content {
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

/* Auth Card - enhanced modern */
.auth-card {
    border-radius: 24px;
    border: none;
    overflow: hidden;
    background-color: rgba(15, 23, 42, 0.95);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 400px;
    margin: 0 auto;
    min-height: 550px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.auth-card-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--flepzy-gradient);
    z-index: 1;
    border-radius: 24px 24px 0 0;
}

/* Removed hover effect */

/* Logo styling */
.logo-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.flepzy-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.navbar-logo {
    width: 40px;
    height: 40px;
}

.footer-logo-img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

/* Form styling */
.form-group-with-icon {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group-with-icon:focus-within {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(99, 102, 241, 0.5);
}

/* Input styling */
.form-control, .input-group-text {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 14px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1 !important;
}

.input-group-text {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7);
    border-right: none;
}

.form-control {
    border-left: none;
    border-right: none;
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1 !important;
}

/* Special class to ensure inputs remain visible */
.visible-input {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1 !important;
    -webkit-appearance: none;
    appearance: none;
}

/* Fix autofill styling issues */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(30, 41, 59, 0.8) inset !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: rgba(255, 255, 255, 0.9);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
    box-shadow: none;
    border-color: var(--flepzy-accent);
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1 !important;
    outline: none;
}

.form-control:focus::placeholder {
    opacity: 0.5;
}

.toggle-password {
    border-left: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7);
}

.btn-success {
    background-image: var(--flepzy-gradient);
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 0.3px;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 6px 12px rgba(99, 102, 241, 0.2);
}

/* Removed button animation */

.btn-success:hover, .btn-success:focus {
    background-image: linear-gradient(135deg, #4f46e5, #6366f1);
}

.login-btn, .signup-btn {
    position: relative;
    transition: all 0.3s ease;
}

.btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.signup-link-wrapper, .login-link-wrapper {
    position: relative;
    padding-top: 10px;
}

/* Removed the line under "Qeydiyyatdan keçin" */
.login-link-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--flepzy-border), transparent);
}

.text-success {
    color: var(--flepzy-primary) !important;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.text-success:hover {
    color: var(--flepzy-accent) !important;
}

.form-check-input {
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-check-input:checked {
    background-color: var(--flepzy-primary);
    border-color: var(--flepzy-primary);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.toggle-password {
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--flepzy-gray);
}

.toggle-password:hover {
    color: var(--flepzy-primary);
}

.social-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.4s ease;
    color: var(--flepzy-dark);
    background-color: white;
    border: 1px solid var(--flepzy-border);
    margin: 0 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.social-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease;
}

.social-btn:hover::before {
    transform: scale(1);
}

.social-btn:hover {
    transform: translateY(-5px) rotate(5deg);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.social-btn .fab {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.social-btn:hover .fa-google {
    color: #DB4437;
}

.social-btn:hover .fa-facebook-f {
    color: #4267B2;
}

.social-btn:hover .fa-apple {
    color: #000;
}

.social-auth {
    position: relative;
    margin-top: 30px;
}

.social-auth::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--flepzy-border), transparent);
    z-index: 1;
}

.social-auth p {
    background-color: white;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: var(--flepzy-gray);
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Form animations */
/* Removed animations */

#login-form, #signup-form, .input-group-lg, .form-check, .login-btn, .signup-btn, .signup-link-wrapper, .login-link-wrapper, .auth-card, .logo-icon-wrapper {
    opacity: 1;
}

/* Remove animation that might be causing issues */

/* Responsive adjustments */
@media (max-width: 576px) {
    .auth-card {
        margin: 15px;
        border-radius: 12px;
        min-height: auto;
    }
    
    .social-auth {
        margin-bottom: 20px;
    }
    
    body {
        padding-bottom: 100px; /* Less space for footer on mobile */
    }
    
    .main-content {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .footer-links {
        justify-content: center;
    }
    
    .footer-links a {
        margin: 0 10px;
    }
    
    .navbar-brand span {
        font-size: 1.2rem;
    }
    
    
    .faq-section {
        padding: 40px 0;
    }
}

/* How It Works Modal Styling */
.how-it-works-content {
    padding: 10px;
}

.step-item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 60px;
    bottom: -20px;
    width: 2px;
    background: linear-gradient(to bottom, var(--flepzy-primary), var(--flepzy-accent));
    z-index: 1;
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--flepzy-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.3);
    z-index: 2;
}

.step-content {
    flex-grow: 1;
}

.step-content h4 {
    color: var(--flepzy-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.step-content p {
    color: var(--flepzy-dark);
    margin-bottom: 15px;
}

.step-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.step-content ul li {
    margin-bottom: 8px;
    position: relative;
}

.action-button {
    margin-top: 20px;
}

.pricing-plans {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.pricing-plan {
    flex: 1;
    min-width: 200px;
    background-color: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid var(--flepzy-border);
}

.pricing-plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.pricing-plan h5 {
    color: var(--flepzy-dark);
    margin-bottom: 15px;
    font-weight: 600;
}

.pricing-plan .price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--flepzy-primary);
    margin-bottom: 5px;
}

.pricing-plan .price-note {
    font-size: 0.9rem;
    color: var(--flepzy-success);
    margin-bottom: 20px;
    font-weight: 500;
}

.pricing-plan ul {
    list-style: none;
    padding-left: 0;
}

.pricing-plan ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.pricing-plan ul li::before {
    content: '✓';
    color: var(--flepzy-success);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.pricing-plan.recommended {
    border-color: var(--flepzy-primary);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15);
    transform: scale(1.05);
}

.pricing-plan.single-plan {
    max-width: 500px;
    margin: 0 auto;
    transform: scale(1);
    padding: 30px;
}

.recommended-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--flepzy-gradient);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.3);
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

.payment-method {
    background-color: #f9fafb;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.payment-method i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.payment-method:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .logo-wrapper {
        width: 70px;
        height: 70px;
        padding: 6px;
    }
    
    .flepzy-logo {
        width: 42px;
        height: 42px;
    }
    
    .pricing-plans {
        flex-direction: column;
    }
    
    .pricing-plan {
        margin-bottom: 20px;
    }
    
    .pricing-plan.recommended {
        transform: scale(1);
    }
    
    .step-item {
        flex-direction: column;
    }
    
    .step-number {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .step-item:not(:last-child)::after {
        display: none;
    }
    
    .modal-dialog {
        margin: 10px;
    }
}

/* Footer styling - minimalist modern */
.footer {
    background-color: rgba(10, 15, 25, 0.85);
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

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

.footer-logo {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--flepzy-primary);
    margin-bottom: 10px;
}

.footer-icon {
    font-size: 18px;
    color: #25D366; /* WhatsApp yaşıl rəngi */
    margin-right: 8px;
}

.footer-copyright {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 20px;
    flex-grow: 1;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-right: 40px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    position: relative;
    padding: 5px 0;
}

.footer-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--flepzy-accent);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-links a:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links {
        margin-top: 15px;
        justify-content: center;
    }
    
    .footer-copyright {
        margin: 10px 0;
    }
    
    .col-lg-8 {
        padding: 0 15px;
    }
    
    .accordion-button {
        padding: 15px;
        font-size: 0.9rem;
    }
}

/* Modal styling */
.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.modal-header {
    background: var(--flepzy-gradient);
    color: white;
    border-bottom: none;
    padding: 18px 25px;
}

.modal-title {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.3px;
}

.modal-body {
    padding: 30px;
}

.modal-body h4 {
    background: linear-gradient(135deg, var(--flepzy-primary), var(--flepzy-accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

.modal-body h5 {
    color: var(--flepzy-secondary);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.modal-body p, .modal-body li {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--flepzy-dark);
}

.modal-footer {
    border-top: none;
    padding: 15px 25px 25px;
}

.btn-secondary {
    background-color: #f3f4f6;
    color: var(--flepzy-dark);
    border: none;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #e5e7eb;
    color: var(--flepzy-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Notification design */
.notification {
    background-color: white;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative;
    animation: fadeIn 0.5s ease-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.notification::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--flepzy-accent);
    margin-right: 12px;
    flex-shrink: 0;
}

.notification.success {
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.notification.success::before {
    background-color: var(--flepzy-success);
}

.notification.error {
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.notification.error::before {
    background-color: var(--flepzy-danger);
}

.notification.info {
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.notification.info::before {
    background-color: var(--flepzy-info);
}

/* Loading spinner */
.spinner {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border: 3px solid rgba(99, 102, 241, 0.1);
    border-radius: 50%;
    border-top-color: var(--flepzy-accent);
    animation: spin 0.8s ease infinite;
    position: relative;
}

.spinner::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(139, 92, 246, 0.3);
    animation: spin 1.2s linear infinite reverse;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Password strength meter */
.password-strength-meter {
    height: 6px;
    background-color: #f3f4f6;
    border-radius: 3px;
    position: relative;
    margin-top: 8px;
    overflow: hidden;
}

.password-strength-meter::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.5s ease;
}

.password-strength-meter.weak::before {
    width: 25%;
    background-color: var(--flepzy-danger);
}

.password-strength-meter.medium::before {
    width: 50%;
    background-color: var(--flepzy-warning);
}

.password-strength-meter.strong::before {
    width: 75%;
    background-color: var(--flepzy-info);
}

.password-strength-meter.very-strong::before {
    width: 100%;
    background-color: var(--flepzy-success);
}

/* Password Strength Indicator */
.password-strength-container {
    display: none;
}

.password-strength-bar {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.password-strength-fill {
    height: 100%;
    width: 0%;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.password-strength-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    transition: color 0.3s ease;
}

/* Password strength levels */
.password-strength-weak .password-strength-fill {
    width: 25%;
    background: linear-gradient(90deg, #dc3545, #ff6b6b);
}

.password-strength-weak .password-strength-text {
    color: #dc3545;
}

.password-strength-medium .password-strength-fill {
    width: 50%;
    background: linear-gradient(90deg, #ffc107, #ffeb3b);
}

.password-strength-medium .password-strength-text {
    color: #ffc107;
}

.password-strength-strong .password-strength-fill {
    width: 75%;
    background: linear-gradient(90deg, #17a2b8, #20c997);
}

.password-strength-strong .password-strength-text {
    color: #17a2b8;
}

.password-strength-very-strong .password-strength-fill {
    width: 100%;
    background: linear-gradient(90deg, #28a745, #20c997);
}

.password-strength-very-strong .password-strength-text {
    color: #28a745;
}

/* FAQ Section Styling */
.faq-section {
    padding: 80px 0;
    background-color: rgba(10, 15, 25, 0.6);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(13, 17, 28, 0.8), transparent);
}

.faq-section h2 {
    color: white;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.faq-section p.text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.faq-section h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: var(--flepzy-gradient);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}

.accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.dark-accordion {
    background-color: rgba(15, 23, 42, 0.85) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2) !important;
}

.dark-accordion:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.accordion-button {
    padding: 20px;
    font-weight: 600;
    color: var(--flepzy-dark);
    background-color: white;
    transition: all 0.3s ease;
    border: none;
}

.dark-accordion .accordion-button {
    background-color: rgba(15, 23, 42, 0.85) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.accordion-button:not(.collapsed) {
    color: var(--flepzy-primary);
    background-color: white;
    box-shadow: none;
}

.dark-accordion .accordion-button:not(.collapsed) {
    color: var(--flepzy-accent) !important;
    background-color: rgba(15, 23, 42, 0.95) !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236366f1' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transition: all 0.3s ease;
}

.dark-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 0 20px 20px;
}

.dark-accordion .accordion-body {
    background-color: rgba(15, 23, 42, 0.75) !important;
}

.accordion-body p {
    color: var(--flepzy-gray);
    line-height: 1.7;
    margin-bottom: 0;
}

.dark-accordion .accordion-body p {
    color: rgba(255, 255, 255, 0.8);
}
