@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+Arabic:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Noto Sans Arabic", sans-serif;
    background-color: #0D0F1A;
}

li {
    list-style: none;
}


h1 {
    word-spacing: -5px;
}

h1 {
    word-spacing: -5px;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    word-spacing: -5px;


}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 140%;

}

a {
    text-decoration: none;
}

/*------------------------------------Header-section-----------------------------------------------------*/

header {
    display: flex;
    background-color: #0D0F1A;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
    align-items: center;
    position: sticky;
    top: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}


.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;

}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.nav-links {
    display: flex;

}

.links {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: bold;
    transition: transform 0.2s ease, background 0.2s ease;

}


.links a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: rgba(249, 247, 247, 0.55);
    font-size: 1.2rem;
    font-weight: bold;
}

.links a:hover {
    color: #F9F7F7;
}


.toggler {
    color: rgba(249, 247, 247, 0.55);
    font-size: 1.5rem;
    cursor: pointer;
    background-color: transparent;
    border: none;
    transition: color 0.2s ease;
    position: sticky;
}

.toggler:hover {
    color: #F9F7F7;
}

.nav-overlay {
    position: fixed;
    width: 40%;
    border-top: 0.5px solid rgba(255, 255, 255, 0.06);
    background: #0D0F1A;
    border-radius: 12px;
    padding-bottom: 2rem;
    display: none;

}

.nav-overlay.active {
    display: block;
}

.nav-overlay-items {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.nav-overlay-items .links a {
    font-size: 1.1rem;
    padding: 12px 24px;
}


.action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

/*------------------------------------Button-section-----------------------------------------------------*/
.action-button {
    color: #0D0F1A;
    text-align: center;
    white-space: nowrap;
    background-color: #00ADB5;
    border: 1px #7f56d9;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    box-shadow: 0 1px 2px #1018280d;
}


.action-button:hover {
    background-color: #009AA2;
    color: #F9F7F7;
}

#nav-logo {
    display: block;
    width: 100%;
    height: 100%;
}

.overlay-button {
    width: 80%;
    display: block;
}

.overlay-button a:hover {
    color: #F9F7F7;
}

/*------------------------------------hero-section-----------------------------------------------------*/
#hero-section {
    width: 100%;
    margin-bottom: 2rem;
    background-color: #111420;
}

.hero-content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;

}

.hero-h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -2px;
    font-size: 4rem;
    line-height: 1.2;
    color: #F9F7F7;
}

.hero-p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 130%;
    color: #F9F7F7;
}


.sign-up {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    text-align: center;
    letter-spacing: -.4px;
    border-radius: 100px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    transition: all .2s;
    display: inline-flex;
}

.sign-up:hover {
    transform: scale(1.05);
}

.hero-menu {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}


.hero-menu-items:hover {
    transform: scale(1.05);
}

.hero-images {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #2A2D3A;
}


.hero-image {
    width: 700px;
    height: 400px;
    border-radius: 40px;
}


/*<!-- ========================= features-section start ========================= -->*/

.section-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #378ADD;
    margin: 0 0 0.5rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-eyebrow::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e4ea;
    max-width: 60px;
}

.section-heading {
    font-size: 2.2rem;
    font-weight: 900;
    color: #F9F7F7;
    margin: 0 0 0.25rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.section-heading span {
    color: #00ADB5;
}

.section-sub {
    font-size: 0.95rem;
    color: #F9F7F7;
    margin: 0 0 2.5rem;
    line-height: 1.7;
    max-width: 480px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    padding-bottom: 80px;
    height: auto;

}

.feature-card {
    display: grid;
    grid-template-columns: 12fr 1fr;
    background: #1E2130;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    cursor: default;

}


.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    border-radius: 0 14px 14px 0;
}

.feature-card:nth-child(1)::before {
    background: #378ADD;

}

.feature-card:nth-child(1):hover {
    border: 1px solid #378ADD;
}

.feature-card:nth-child(2)::before {
    background: #1D9E75;
}

.feature-card:nth-child(2):hover {
    border: 1px solid #1D9E75;
}

.feature-card:nth-child(3)::before {
    background: #D85A30;
}

.feature-card:nth-child(3):hover {
    border: 1px solid #D85A30;
}

.feature-card:nth-child(4)::before {
    background: #7F77DD;
}

.feature-card:nth-child(4):hover {
    border: 1px solid #7F77DD;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: revert-layer;
}


.feature-title {
    order: -1;
    font-size: 1.05rem;
    font-weight: 700;
    color: #00ADB5;
    margin: 0 0 0.5rem;
}

.feature-desc {
    font-size: 0.875rem;
    color: #F9F7F7;
    line-height: 1.75;
    margin: 0;
}

.feature-number {
    position: absolute;
    bottom: 1rem;
    left: 1.25rem;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0.04;
    color: #00ADB5;
    user-select: none;
    pointer-events: none;
    letter-spacing: -0.04em;
}

/*------------------------------------auth-section-----------------------------------------------------*/
#auth-section {
    display: flex;
    justify-content: center;
    align-items: center;

}


.auth-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100vh;

}

.auth-card-1 {
    color: #F9F7F7;
    background-color: #151929;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.auth-message {
    color: rgba(249, 247, 247, 0.45);
}

.form-control {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
}

.auth-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}


.auth-input {
    box-sizing: border-box;
    padding: 10px 14px;
    width: 80%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.display-none {
    display: none;
}

.error-msg {
    color: red;
}

.auth-input:focus {
    border-color: #2a6cb0;
    box-shadow: 0 0 0 2px rgba(42, 108, 176, 0.15);
}

.auth-btn {
    padding: 10px 14px;
    width: 80%;
    height: 40px;

    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #00ADB5;
    color: #0D0F1A;
}

.auth-btn:hover {
    background: #009AA2;
}

.teal {
    color: #00ADB5;
}

.auth-reset, .auth-link {
    display: block;
    text-align: center;
    color: #2a6cb0;
    font-weight: 700;
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 0.03em;
}

.auth-card-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background-color: #111827;
    width: 100%;
    border-radius: 15px 0 0 15px;
    color: white;
    padding: 3rem 2rem;
}

.home-logo {
    width: 100px;
    height: 64px;
    display: flex;
    gap: 0.2rem;
    align-items: center;
    justify-content: center;
    color: white;
}

.auth-logo {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.7rem 1rem;
    color: rgba(249, 247, 247, 0.7)
}

.logo-size-auth {
    width: 5rem;

}

.home-logo-image {
    width: 9rem;
    height: 3rem;
}


.auth-brand-name {
    font-size: 18px;
    font-weight: 500;
    color: #F9F7F7;
    letter-spacing: 0.02em;
}

.auth-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 260px;
}

.auth-feat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.75rem 1rem;
    background: rgba(0, 173, 181, 0.06);
    border-radius: 10px;
    border: 0.5px solid rgba(0, 173, 181, 0.12);
    flex-direction: row-reverse;
}

.auth-feat i {
    font-size: 16px;
    color: #00ADB5;
}

.auth-feat span {
    font-size: 18px;
    color: rgba(249, 247, 247, 0.7);
    direction: rtl;
}

.auth-color {
    color: #0066cc;
}


/*------------------------------------action-section-----------------------------------------------------*/
#action-section {
    background: #111827;
    padding: 6rem 0;
}

.action-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    direction: rtl;
}

/* right side — steps */
.right-action-card {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.call-to-action {
    font-size: 2.2rem;
    font-weight: 700;
    color: #F9F7F7;
}

.action-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.action-list {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.action-step-number {
    font-size: 1.5rem;
    font-weight: 900;
    color: #00ADB5;
    opacity: 0.6;
    min-width: 36px;
    line-height: 1;
    margin-top: 2px;
}

.action-list-span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #F9F7F7;
    margin-bottom: 4px;
}

.action-list p {
    font-size: 13px;
    color: rgba(249, 247, 247, 0.55);
    line-height: 1.6;
    margin: 0;
}

/* left side — form card */
.registration-card {
    background: #1E2130;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 173, 181, 0.15);
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: right;
}

.call-to-action-register-card {
    font-size: 1.4rem;
    font-weight: 700;
    color: #F9F7F7;
    line-height: 1.5;
}

.register-sub {
    font-size: 13px;
    color: rgba(249, 247, 247, 0.45);
    margin: 0;
}

.reg-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact_us_form {
    width: 100%;
    padding: 0.75rem 1rem;
    background: #0D0F1A;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 14px;
    color: #F9F7F7;
    text-align: right;
    direction: rtl;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.email-style {
    width: 100%;
    padding: 0.75rem 1rem;
    background: #0D0F1A;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 14px;
    color: #F9F7F7;
    text-align: right;
    direction: rtl;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.contact_us_form:focus {
    border-color: rgba(0, 173, 181, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 173, 181, 0.08);
}

.contact_us_form::placeholder {
    color: rgba(249, 247, 247, 0.3);
}

.register-btn {
    width: 100%;
    padding: 0.8rem;
    background: #00ADB5;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #0D0F1A;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.register-btn:hover {
    background: #009AA2;
}

.register-btn:active {
    transform: scale(0.98);
}

.footer {
    background-color: #111420;
    border-top: 1px solid #2A2D3A;
    padding: 50px 10%;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-brand h2 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #00ADB5;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2rem;
}

.footer-brand p {
    max-width: 500px;
    color: #6b7280;
    line-height: 1.9;
    font-size: 15px;
}

.footer-link a {
    text-decoration: none;
    background: #00ADB5;
    color: #0D0F1A;
    padding: 12px 22px;
    border-radius: 12px;
    transition: 0.3s ease;
    font-weight: bold;
}

.footer-link a:hover {
    background: #009AA2;
}

.footer-bottom {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #2A2D3A;
    text-align: center;
}

.footer-bottom p {
    color: #9ca3af;
    font-size: 14px;
}

/*contact-us*/

.contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 69%;
    background-color: #111827;
    color: white;
}

.container-contact {
    background: #1E2130;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 173, 181, 0.15);
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20%;
}


.contact-us-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


@media (max-width: 874px) {
    .nav-links {
        display: none;
    }

    .header-button {
        display: none;
    }

    .action-buttons .auth {
        display: none;
    }

    .features-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .section-heading {
        font-size: 1.6rem;
    }

    .section-wrapper {
        padding: 2rem 1.5rem;
    }

    .action-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .auth-card-2 {
        display: none;
    }

    #auth-section {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        background-color: white;
    }

    .auth-container {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .auth-card-1 {
        width: 80%;
        height: 80vh;
        border-radius: 15px;
    }
}


@media (min-width: 875px) {
    .toggler {
        display: none;
    }

    .nav-overlay {
        display: none;
    }

    .logo-color {
        display: none;
    }

    .auth-input {
        width: 50%;
    }

    .auth-btn {
        width: 50%;
    }

}


