@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Inter:wght@400;500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #050b12; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    min-height: 100vh;
}

section, footer {
    margin: 0 !important;
    display: block;
    position: relative;
    background: transparent;
}

footer {
    background-color: rgba(5, 11, 18, 0.95); 
    border-top: 1px solid rgba(52, 152, 219, 0.1); 
}

body .steps .step img {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

html {
  scroll-behavior: smooth;
}

.navbar {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    background-color: #050b12;
    position: relative;
    padding: 1rem 2rem;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
}

.logo a {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none; 
    color: inherit;
    width: 80px;
    height: 80px;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

.nav-links {
    display: flex;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    color: #94a3b8;
    text-decoration: none; 
    transition: 0.3s;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    margin-left: 30px;
    margin-right: 30px;
}

.nav-links a:hover {
    color: #3498db;
    text-shadow: 0 0 10px rgba(52, 152, 219, 0.5);
}

.logo img {
    height: 100px; 
    margin-right: 100px; 
    margin-right: 20px;
}


.profile {
    position: relative;
}


.profile:hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0); 
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
}

.dropdown-menu {
    display: none; 
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 200px;
    background: #0f172a; 
    border: 1px solid rgba(52, 152, 219, 0.3);
    border-radius: 12px;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: all 0.3s ease; 
    z-index: 99999 !important;
}
.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #94a3b8;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: 0.2s;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
}

.divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin: 8px 0;
}

.profile .trigger {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: none !important;
    border: none !important;
    box-shadow: none !important; 
    padding: 0;
    cursor: pointer;
}
.profile:hover .trigger {
    box-shadow: 
        0 0 15px rgba(52, 152, 219, 0.6), 
        0 0 30px rgba(52, 152, 219, 0.3); 
    transform: scale(1.05); 
}

.profile .trigger img {
    width: 40px; 
    height: 40px;
    border-radius: 50%; 
    border: 2px solid rgba(52, 152, 219, 0.4); 
    object-fit: cover;
    transition: all 0.3s ease-in-out; 
    box-shadow: none; 
}

.profile:hover .trigger img {
    border-color: #3498db; 
    box-shadow: 
        0 0 10px rgba(52, 152, 219, 0.7), 
        0 0 20px rgba(52, 152, 219, 0.4); 
    transform: scale(1.05); 
}

.profile:hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.hero-container {
    position: relative; 
    width: 100%;
    height: 100vh; 
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); 
    z-index: 1; 
}

.hero-content {
    position: relative;
    z-index: 2; 
    color: rgb(196, 198, 235);
    padding: 0 20px;
    max-width: 800px; 
}

.hero-content h1 {
    font-family: 'Montserrat', sans-serif; 
    font-size: 3.5rem; 
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-content p {
    font-family: 'Inter', sans-serif; 
    font-size: 1.2rem;
    line-height: 1.6;
    color: #9ba0e8; 
    margin-bottom: 40px;
}

.hero-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-primary, .btn-secondary {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 50px; 
    transition: 0.3s;
}

.btn-primary {
    background-color: #3498db; 
    color: white;
}

.btn-primary:hover {
    background-color: #2980b9;
    box-shadow: 0 0 15px rgba(52, 152, 219, 0.5); 
}

.btn-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background-color: white;
    color: #0e1c2a; 
}

.how-work {
    padding: 80px 20px;
    background-color: #050b12; 
    text-align: center;
}

.how-work h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #3498db;
    text-transform: uppercase;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 120px; 
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding: 0;
    
}

.step:nth-child(even) {
    flex-direction: row-reverse;
}

.step img {
    width: 300px; 
    height: 300px;
    object-fit: cover; 
    filter: drop-shadow(0 0 15px rgba(52, 152, 219, 0.6)) 
            drop-shadow(0 0 30px rgba(46, 213, 115, 0.3));
    transition: 0.3s ease; 
    display: block; 

    border-radius: 20px !important;
}

.step-img {
    border-radius: 20px;
}

.step img:hover {
    filter: drop-shadow(0 0 25px rgba(52, 152, 219, 0.8)) 
            drop-shadow(0 0 50px rgba(46, 213, 115, 0.5));
    transform: scale(1.05);
}

.step div {
    flex: 1;
    text-align: left;
}

.step:nth-child(even) div {
    text-align: right; 
}

.step h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.step p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #94a3b8;
}


@media (max-width: 850px) {
    .step, .step:nth-child(even) {
        flex-direction: column !important;
        text-align: center !important;
        gap: 40px;
    }
    
    .step div {
        text-align: center !important;
    }

    .step img {
        width: 100%;
    }

        .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-content p {
        margin: 15px auto;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .social-icons {
        justify-content: center;
    }
}


.footer {
    background-color: #050b12; 
    padding: 60px 20px 20px;
    border-top: 1px solid rgba(52, 152, 219, 0.2);
    color: #fff;
    margin-top: 50px;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.footer-content p {
    color: #94a3b8;
    line-height: 1.6;
    margin-top: 15px;
    max-width: 350px;
}

.footer-logo {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
}

.footer-logo img {
    height: 40px;
    margin-right: 10px;
}

.footer-links h4, .footer-contact h4 {
    font-family: 'Montserrat', sans-serif;
    color: #3498db;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.footer-links ul {
    list-style: none;
}

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

.footer-links ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links ul li a:hover {
    color: #3498db;
    padding-left: 5px;
}

.footer-contact p {
    color: #94a3b8;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    border-radius: 5px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #3498db;
    transform: translateY(-3px);
}

.footer-bottom {
    max-width: 1100px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: #64748b;
    font-size: 0.85rem;
}

.notification-wrapper { position: relative; }
.noti-box {
    position: absolute; top: 50px; right: 0;
    width: 300px; background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px); border: 1px solid #3498db;
    border-radius: 15px; display: none; z-index: 1000;
    padding: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.noti-box.active { display: block; animation: slideIn 0.3s ease; }
.noti-item {
    padding: 10px; border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 13px; color: #cbd5e1;
}
.noti-item:last-child { border: none; }
@keyframes slideIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }