﻿html {
    scroll-behavior: smooth;
}

:root {
    --primary-bg-clr: #172755;
    --primary-fnt-clr: #172755;
    --secondary-fnt-clr: #8794ba;
    --navLink-fnt-clr: #d9d9d9;
    --white-fnt-clr: #ffffff;
    --signUp-btn-bg: #3d66fb;
    --logIn-btn-bg: grey;
    --navBar-transition-time: 350ms;
    --navLink-hover-time: 350ms;
    --btn-transition-time: 150ms;
    --primary-fnt-size: 50px;
}

body {
    margin: 0;
    padding: 0px;
    background-color: #F0F2F5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

span.asteric {
    color: red;
    font-size: 16px;
    font-weight: bolder;
}

    span.asteric::before {
        content: "\00a0 \00a0";
    }


.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.stick-action-column {
    position: sticky;
    right: 0;
    background-color: #f2f2f2;
}


/*Custom css*/

.widget-visible iframe {
    height: max-content !important;
    width: max-content !important;
}


.arrow-up-container {
    display: none;
    position: fixed;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    bottom: 30px;
    right: 130px;
    padding: .5rem;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    outline: none !important;
    border: none !important;
}


    /* Hover effect */
    .arrow-up-container:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    /* Click effect */
    .arrow-up-container:active {
        transform: scale(0.92);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }


.neeleez-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.neeleez-page-header--actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.stick-action-column {
    position: sticky;
    right: 0;
    background-color: #f2f2f2;
}

@media (max-width: 800px) {

    .neeleez-page-header--actions {
        justify-content: flex-start;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.row {
    display: flex;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #e2e8f0;
    background: #0f172a;
    overflow-x: hidden;
    word-wrap: break-word;
}

.overflow-hidden {
    overflow: hidden;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.hero-content-extra {
    font-size: var(--primary-fnt-size);
    color: #8b5cf6;
    font-weight: bold;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.top-nav {
    position: relative;
    padding: 1rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(102, 126, 234, 0.2);
}

.logo {
    display: flex;
    width: 160px;
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

nav.top-nav {
}

.brand-log {
    height: 100%;
    width: 143px;
}

    .brand-log img {
        height: 100%;
    }

.nav-items {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    list-style-type: none;
    text-align: center;
}

.nav-links {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #f8f9ff;
    border: 1px solid rgba(255,255,255,0.2);
}

.hoverable-links:hover {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    border-color: rgba(255,255,255,0.4);
    transform: translateY(-1px);
}

.username {
    color: #ffffff;
    font-weight: 600;
    margin-left: 0.25rem;
}

/* Button Styles */
.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-login {
    background: rgba(255,255,255,0.1);
    color: #f8f9ff;
    border: 1px solid rgba(255,255,255,0.3);
}

    .btn-login:hover {
        background: rgba(255,255,255,0.2);
        color: #ffffff;
        border-color: rgba(255,255,255,0.5);
        transform: translateY(-1px);
    }

.btn-register {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

    .btn-register:hover {
        background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

.btn-logout {
    background: rgba(239, 68, 68, 0.9);
    color: #ffffff;
    border: 1px solid rgba(239, 68, 68, 0.5);
}

    .btn-logout:hover {
        background: #dc2626;
        border-color: #dc2626;
        transform: translateY(-1px);
    }


.welcome-badge {
    background: rgba(255,255,255,0.15);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: #f8f9ff;
    font-size: 0.9rem;
    border: 1px solid rgba(255,255,255,0.2);
}

    .welcome-badge .username {
        color: #ffffff;
        font-weight: 700;
    }


.hamburger {
    position: absolute;
    top: 38%;
    right: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 35px;
    height: 21px;
    cursor: pointer;
    z-index: 10;
}

.half-size {
    width: 50%;
}

.bar {
    height: 3px;
    background-color: var(--white-fnt-clr);
    border-radius: 20px;
}



.hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    padding: 3em;
}

.hero-content {
    max-width: 550px;
    min-width: 50%;
}

.hero-img {
    max-width: 800px;
}

    .hero-img > img {
        width: 100%;
    }

.hero-content h1 {
    color: var(--white-fnt-clr);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    font-size: 35px;
    font-weight: 700;
}

.hero-content p {
    color: var(--white-fnt-clr);
    line-height: 27px;
    margin-bottom: 2em;
    font-size: 1.1rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.btn-primary {
    background-color: #ef2a82;
    border-radius: 100px;
    color: var(--white-fnt-clr);
    transition: all var(--btn-transition-time) ease-out;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

    .btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(239, 42, 130, 0.4);
        background: #d91a6e;
    }

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 1rem 2.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    backdrop-filter: blur(10px);
}

    .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-3px);
    }




.hero-content-btn {
    list-style: none;
    margin-bottom: 2em;
}

    .hero-content-btn button:disabled {
        cursor: not-allowed;
        opacity: 0.6;
    }

.services-section {
    padding: 0 3em;
    margin-bottom: 6em;
}

    .services-section h2,
    .services-section p {
        text-align: center;
    }

    .services-section h2 {
        color: var(--primary-fnt-clr);
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 0.6em;
    }

    .services-section p {
        color: var(--secondary-fnt-clr);
        line-height: 27px;
        margin-top: 18.75px;
        font-size: 18px;
    }

.services-section-content {
    margin-top: 2em;
}

.grid {
    display: grid;
    place-items: center;
    margin-top: 5em;
    padding: 0 1.5em;
}

    .grid h4 {
        margin-top: 40px;
        font-weight: 700;
    }

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}


/* Stats Section  Start */

.stats {
    background-color: rgba(249, 250, 251, 1);
    padding: 0;
    position: relative;
    overflow: hidden;
}

    /* Simple decorative elements */
    .stats::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.06) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(16, 185, 129, 0.04) 0%, transparent 50%);
    }

.stats-container {
    position: relative;
    z-index: 2;
    padding: 5rem 0;
}

.stats-header {
    text-align: center;
    margin-bottom: 4rem;
}

.stats-title {
    font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.stats-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.stat-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

    .stat-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        border-color: #3b82f6;
    }

.stat-icon {
    width: 60px;
    height: 55px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.25);
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.35);
}

.stat-number {
    font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);
    font-weight: 900;
    margin-bottom: 0.5rem;
    color: #1e293b;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-number {
    transform: scale(1.05);
    color: #3b82f6;
}

.stat-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.8rem;
}

.stat-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.5;
}

/* Individual stat item styling */
.stat-item:nth-child(1) .stat-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.stat-item:nth-child(2) .stat-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.stat-item:nth-child(3) .stat-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.stat-item:nth-child(4) .stat-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo {
        margin-left: 3.1rem;
    }

    .wrapper {
        padding: 0 1rem;
    }

    .stats-container {
        padding: 4rem 0;
    }

    .stats-subtitle {
        font-size: 1.1rem;
    }

    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .stat-item {
        padding: 2.5rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .stats-container {
        padding: 3rem 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .stat-item {
        padding: 2rem 1.5rem;
    }
}
/*Stats section End*/



/*Feature section Start*/

.features {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    position: relative;
    overflow: hidden;
}

    .features::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.15) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
        pointer-events: none;
    }

.section-title {
    text-align: center;
    margin-bottom: 5rem;
}

    .section-title h2 {
        font-size: clamp(2rem, 2vw + 1rem, 3rem);
        margin-bottom: 1.5rem;
        color: white;
        font-weight: 700;
        line-height: 1.2;
    }

    .section-title p {
        font-size: 1.3rem;
        color: #94a3b8;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.feature-card {
    background-color: rgba(249, 250, 251, 1);
    backdrop-filter: blur(20px);
    padding: 2rem 1.5rem;
    border-radius: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .feature-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, #3b82f6, #8b5cf6, #10b981);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .feature-card:hover::before {
        transform: scaleX(1);
    }

    .feature-card:hover {
        transform: translateY(-12px);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(59, 130, 246, 0.3);
        color: var(--white-fnt-clr);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3), 0 0 40px rgba(59, 130, 246, 0.1);
    }

.feature-card-head {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: white;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.feature-learn-more-wrapper {
    margin-bottom: 1rem;
}

.feature-content, .feature-learn-more {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .feature-content .feature-content-tick {
        font-size: 1.3rem;
        font-weight: 900;
        color: green;
    }

    .feature-learn-more a {
        color: blue;
    }

    .feature-learn-more span {
        color: blue;
        font-size: 2rem;
    }


.feature-card:hover .feature-icon {
    transform: scale(1.1) rotateY(15deg);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.feature-card h3 {
    font-weight: 600;
    line-height: 1.3;
}

.feature-card p {
    line-height: 1.7;
    font-size: 1rem;
}

.punch-icon {
    color: #4a5568;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 10px 0 18px 0;
    display: flex;
    align-items: center;
}

    .punch-icon::before {
        content: '✨';
        margin-right: 8px;
        font-size: 1rem;
    }




/* Responsive Design */
@media (max-width: 768px) {
    .features {
        padding: 6rem 1rem;
    }

    .section-title p {
        font-size: 1.1rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .feature-card {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 480px) {
    .features {
        padding: 5rem 1rem;
    }

    .feature-card {
        padding: 2rem 1rem;
    }
}
/*Feature section End*/

@media (max-width: 800px) {
    .primary-navigation {
        position: fixed;
        inset: 0 0 0 0%;
        padding: min(30vh, 15rem) 2em;
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
        transform: translateX(100%);
        transition: transform var(--navBar-transition-time) ease-out;
        z-index: 5;
    }

    .divider {
        display: grid;
        place-content: center;
        gap: 3rem;
    }

    .nav-items {
        display: grid;
        gap: 0.6rem;
    }

    .nav-right {
        display: grid;
        place-content: center;
        gap: .6rem;
    }
}

.nav-toggle {
    transform: translateX(0%);
}

/* FOR Medium SCREENS */
@media (min-width: 800px) {
    .hamburger {
        display: none;
    }

    .primary-navigation,
    nav.top-nav,
    .nav,
    .nav-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .log-in {
        margin: 0;
    }

    .primary-navigation {
        width: 100%;
    }

    .divider {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    nav.top-nav {
        padding: 1em 4em;
    }

    .hero-content h1,
    .services-section h2 {
        font-size: var(--primary-fnt-size);
    }

    .hero-img img {
        max-width: 100%;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .services-section-content {
        display: flex;
    }

    .hero-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding-left: 4em;
        padding-right: 0;
    }

    .our-reasons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .our-reasons-content {
        max-width: 40%;
    }

    .reasons-to-choose-section h2 {
        font-size: var(--primary-fnt-size);
    }

    .our-reasons-content h3 {
        font-size: 40px;
    }

    .extra {
        padding: 0 8em;
    }
}


/* FOR LARGE SCREENS */
@media (min-width: 1250px) {
    .nav {
        gap: 36px;
        margin-left: 9rem;
    }

    .hero-content-btn a {
        padding: 15px 40px 15px 40px;
    }

    .brand-log {
        margin-left: 2rem;
    }
}




/*login page css*/

* {
    box-sizing: border-box;
}

.container-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 80px);
}

h1 {
    font-weight: bold;
    margin: 0;
}

h2 {
    text-align: center;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
}

span {
    font-size: 12px;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.sign-in-button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

    .sign-in-button:active {
        transform: scale(0.95);
    }

    .sign-in-button:focus {
        outline: none;
    }

    .sign-in-button.ghost {
        background-color: transparent;
        border-color: #FFFFFF;
    }

form.signin-up {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    margin: 0 30px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.field-container-sign-in {
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .overlay-container {
        display: none;
    }

    .sign-in-container {
        width: 100%;
    }

    .field-container-sign-in {
        width: 80%;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-container {
        padding: 0 1rem;
    }

    .container {
        padding: 0 1rem;
    }

    .pricing-card.featured {
        transform: none;
    }
}


/*SSR Loader*/
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Dropdown css*/

.mud-menu :focus {
    border: 1px solid red !important;
}

.dropdown-text {
    margin-left: 15px;
    font-size: 14px;
}


/* How It Works - LIGHT BACKGROUND */
.how-it-works {
    padding: 4rem 0;
    background-color: rgba(249, 250, 251, 1);
    color: #333;
}

    .how-it-works .section-title h2 {
        color: #1e293b;
    }

    .how-it-works .section-title p {
        color: #64748b;
    }

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.step {
    text-align: center;
    position: relative;
    padding: 2.5rem 2rem;
    background: white;
    border-radius: 20px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .step:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
    }

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.step h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #1e293b;
}

.step p {
    color: #64748b;
}




/* FAQ Section */
.faq {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-section-title {
    text-align: center;
    font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
    margin-bottom: 60px;
    color: #ffffff;
}


.faq-item {
    background: rgba(249, 250, 251, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .faq-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(249, 250, 251, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.3s;
}

    .faq-question:hover {
        background: rgba(249, 250, 251, 0.08);
    }

    .faq-question h3 {
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
        flex: 1;
    }

.faq-icon {
    color: #60a5fa;
    font-size: 1.5rem;
    transition: transform 0.3s;
    margin-left: 15px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(249, 250, 251, 1);
}

.faq-item.active .faq-answer {
    padding: 25px 30px;
    max-height: fit-content;
}

.faq-answer p {
    color: #374151;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

.faq-answer strong {
    color: #1f2937;
}

.faq-highlight {
    background: linear-gradient(45deg, #dbeafe, #ede9fe);
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    border-left: 4px solid #60a5fa;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-question {
        padding: 20px;
    }

        .faq-question h3 {
            font-size: 1rem;
        }

    .faq-item.active .faq-answer {
        padding: 20px;
    }

    .section-title {
        font-size: 2rem;
    }
}












/* Pricing Section - DARK BACKGROUND */
.pricing {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    color: white;
}

    .pricing .section-title h2 {
        color: white;
    }

    .pricing .section-title p {
        color: #cbd5e1;
    }

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
    place-items: center;
}

.pricing-card {
    background: white;
    border-radius: 25px;
    padding: 2rem 2rem;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #e2e8f0;
    max-width: 500px;
}

    .pricing-card.featured {
        transform: scale(1.05);
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-color: #667eea;
    }

        .pricing-card.featured::before {
            content: 'Most Popular';
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #ff6b6b;
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
        }

    .pricing-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 25px 60px rgba(102, 126, 234, 0.2);
    }

    .pricing-card.featured:hover {
        transform: scale(1.05) translateY(-15px);
        box-shadow: 0 30px 60px rgba(102, 126, 234, 0.4);
    }

.plan-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
}

.pricing-card.featured .plan-name {
    color: white;
}

.plan-price {
    font-size: clamp(2rem, 2vw + 1rem, 3rem);
    font-weight: bold;
    margin-bottom: 2rem;
    color: #1e293b;
}

.pricing-card.featured .plan-price {
    color: white;
}

.plan-features {
    list-style: none;
    margin-bottom: 2rem;
    color: #64748b;
    text-align: left;
}

.pricing-card.featured .plan-features {
    color: rgba(255, 255, 255, 0.9);
}

.plan-features li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 2rem;
}

    .plan-features li::before {
        content: '✓';
        position: absolute;
        left: 0;
        color: #10b981;
        font-weight: bold;
    }

.pricing-card.featured .plan-features li::before {
    color: white;
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .btn-primary, .btn-secondary {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-item h3 {
        font-size: 2rem;
    }

    .feature-card-head {
        flex-direction: column;
    }
}


@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .btn-primary, .btn-secondary {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-item h3 {
        font-size: 2rem;
    }
}



.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
