@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:wght@400;500;600;700&display=swap");

:root {
    --primary: #2e5e88;
    --text-black: #000000;
    --text-white: #ffffff;
    --page-color: #fafaf7;
    --Faded-text: #bbbbbb;
    --primary-Dark: #304874;
    --secondary-text: #6f6f6f;
    --complimentary: #d4a017;
    --warning-amber: #e6af50;
    --Error-red: #d9534f;
    --Nav-bar-hover: #ffffffcc;
    --Nav-fill-color: #ffffff;
    --success-green: #4caf50;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    background: var(--page-color);
}

/* NAVBAR */
.navbar {
    z-index: 1000;
}

.logo-img {
    width: 48px;
    height: auto;
}

.logo-text h6 {
    margin: 0;
    font-size: 0.5rem;
    font-weight: 400;
}

.logo-text .radiant {
    font-size: 13px;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 8px;
}

.logo-text .elite {
    font-size: 13px;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 2px;
}

.logo-text hr {
    height: 1.5px;
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(80, 80, 80, 0.6) 20%,
        rgba(80, 80, 80, 1) 50%,
        rgba(80, 80, 80, 0.6) 80%,
        transparent 100%
    );
}

.tagline {
    margin: 0;
    font-size: 8px;
    font-weight: 400;
    color: var(--complimentary);
    letter-spacing: 1px;
}

/*FORM / BUTTONS */
.form-control {
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    height: 44px;
    width: 370px;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
    color: var(--primary) !important;
}

.btn-submit {
    border: 2px solid var(--primary);
    border-radius: 10px;
    color: var(--primary);
}

.btn-submit:hover {
    background-color: var(--primary);
    box-shadow: 0px 4px 4px 0px #00000040;
    color: var(--text-white);
}

.btn-login {
    border-radius: 10px;
    text-decoration: none;
    background-color: var(--primary);
    color: var(--text-white);
    padding: 10px 20px;
    width: 77px;
    height: 44px;
    border: none;
}

.btn-login:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.btn-signup {
    border-radius: 10px;
    text-decoration: none;
    color: var(--primary);
    border: 2px solid var(--primary);
    width: 93px;
    padding: 10px 20px;
    height: 44px;
}

.btn-signup:hover {
    background-color: var(--primary);
    box-shadow: 0px 4px 4px 0px #00000040;
    color: var(--text-white);
}
.btn-primary {
    background-color: var(--primary) !important;
    color: var(--text-white) !important;
    border: 2px solid var(--primary) !important;
}

.btn-primary:hover {
    background-color: var(--primary) !important;
    color: var(--text-white) !important;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.btn-outline-primary {
    background-color: transparent !important;
    color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
}
.text-primary {
    color: var(--primary) !important;
}

/* HERO SECTION */
.hero-section {
    padding: 80px 0;
    position: relative;
}

.hero-title {
    font-size: clamp(24px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.3;
}

.hero-text {
    color: var(--Faded-text);
    max-width: 500px;
}

.text-highlight {
    color: var(--primary);
}

.get-btn {
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 500;
    box-shadow: 0px 4px 18.6px 0px #0000004d;
    background-color: var(--Nav-fill-color);
}

.arrow-icon {
    background-color: var(--primary);
    border-radius: 10px;
    height: 28px;
    width: 28px;
}

/* Big Circle */
.big-circle1 {
    width: clamp(160px, 80vw, 420px);
    height: clamp(160px, 80vw, 420px);
    border: 1px solid var(--text-black);
    border-radius: 50%;
    position: relative;
    margin: auto;
}

.big-circle {
    width: 95%;
    height: 95%;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: 55%;
    left: 48%;
    transform: translate(-40%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-img {
    width: 90%;
    height: auto;
    border-radius: 50%;
}

/* Floating dots */
.dot {
    position: absolute;
    background-color: var(--primary);
    border-radius: 50%;
    opacity: 0.8;
}

.dot1 {
    width: 25px;
    height: 25px;
    top: 8%;
    left: 20%;
    filter: blur(2px);
}

.dot2 {
    background: #f0fffc33;
    width: 50px;
    height: 50px;
    bottom: 15%;
    left: 10%;
}

.dot3 {
    width: 25px;
    height: 25px;
    top: 20%;
    right: 10%;
}

.dot4 {
    width: 30px;
    height: 30px;
    bottom: 10%;
    right: 5%;
}

.dot5 {
    width: 30px;
    height: 30px;
    bottom: 60%;
    left: 0%;
}

.dot6 {
    width: 45px;
    height: 45px;
    top: 100px;
    left: 50px;
    filter: blur(2px);
}

.dot7 {
    width: 25px;
    height: 25px;
    bottom: 18%;
    left: 19%;
    filter: blur(2px);
}

.dot8 {
    width: 50px;
    height: 50px;
    bottom: 30%;
    right: 50%;
    filter: blur(2px);
}

.dot9 {
    width: 35px;
    height: 35px;
    bottom: 15%;
    right: 45%;
}

.dot10 {
    width: 60px;
    height: 60px;
    bottom: 40%;
    right: -5%;
    filter: blur(2px);
}

/*  COURSES */
.course-title {
    color: var(--primary-Dark);
    font-weight: 600;
    font-size: 2rem;
}

.course-btn {
    border-radius: 10px;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.course-btn:hover,
.course-btn.active {
    background-color: var(--primary);
    color: var(--text-white);
    outline: none;
    box-shadow: none;
}

.course-line svg {
    margin-left: 700px;
    margin-top: -30px;
}

.buttons .btn {
    margin-top: -5px !important;
}

.course-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 4px 34.8px 2px #00000040;
    transition: 0.3s ease;
    background-color: var(--Nav-fill-color);
}

.course-card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 200px;
    object-fit: cover;
}

.date-text {
    color: var(--Faded-text);
    font-weight: 400;
    font-size: 10px;
}

.courses h5 {
    color: var(--primary-Dark);
    font-weight: 700;
    font-size: 16px;
}

.courses p {
    color: var(--Faded-text);
    font-size: 10px;
    font-weight: 400;
}

.price {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-Dark);
}

.old-price {
    text-decoration: line-through;
    color: var(--Faded-text);
    font-size: 10px;
    margin-left: 8px;
}

.enroll-btn {
    border-radius: 7px;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.enroll-btn:hover {
    background-color: var(--primary);
    color: var(--text-white);
    box-shadow: 0px 4px 4px 0px #00000040;
}

/*  TUTOR SECTION */

.tutor-section {
    padding: 80px 0;
}

.tutor-small-text {
    color: var(--primary-Dark);
    font-weight: 700;
    font-size: 16px;
}

.tutor-heading {
    font-weight: 600;
    font-size: 72px;
}

.highlight {
    color: var(--primary);
    position: relative;
}

.yellow-shape {
    margin-left: 270px;
}

.tutor-text {
    margin: 20px 0;
    color: var(--text-black);
}

.tutor-buttons .btn {
    margin-right: 15px;
}

.btn-video {
    border: none;
}

.video-icon {
    background: #4f78ac4d;
    border-radius: 50%;
    height: 50px;
    width: 49px;
}

.video-icon:hover {
    color: var(--text-white);
}

.video-icon svg {
    margin-top: 15px;
    color: var(--primary);
}

.btn-video:hover {
    background: #bbbbbb45;
    border-radius: 100px;
}

.tutor-grid img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 200px;
}

/* Tutor grid card shapes */
.bg-green {
    border-radius: 100px 10px 10px 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bg-yellow {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bg-blue {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bg-red {
    border-radius: 5px 100px 100px 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.green-circle {
    height: 122px;
    width: 125px;
    background: #00c67347;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: -20%;
    right: 60%;
}

.yellow-circle {
    height: 122px;
    width: 125px;
    background: #fdcf0063;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    top: -25%;
    left: 75%;
}

.blue-circle {
    height: 149px;
    width: 150px;
    background: #5abaec4f;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 130px;
    left: -10%;
}

.small-blue-circle {
    height: 54px;
    width: 56px;
    background: #5abaec4f;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 0%;
    right: -15%;
}

.red-circle {
    height: 149px;
    width: 150px;
    background: #dc263a57;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 65%;
}

.red-shape svg {
    position: absolute;
    top: -5%;
    left: 18%;
    z-index: 5;
}

.blue-shape svg {
    position: absolute;
    top: -30%;
    left: 70%;
    z-index: 5;
}

.dark-blue-shape svg {
    position: absolute;
    left: -40px !important;
    z-index: 5;
}

.yellow-icon-shape svg {
    position: absolute;
    right: -65px !important;
    top: 12%;
    z-index: 5;
}

/*state section*/
.stats-section {
    position: relative;
    max-width: 1100px;
    margin: 100px auto;
}

.stats-section svg {
    display: block;
    width: 100%;
    height: auto;
}

.stats-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
    color: var(--text-white);
}

.stats-content h3 {
    font-weight: 500;
    font-size: 35px;
}

.stats-content p {
    font-weight: 500;
    font-size: 20px;
}

.stat-item {
    flex: 1 1 20%;
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.stat-line {
    position: absolute;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 200px;
    background: var(--text-white);
}

.stat-item:last-child .stat-line {
    display: none;
}

.service p {
    color: var(--complimentary);
    font-style: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.service h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 40px;
}

/*service*/

.feature {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.feature-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 15px;
    position: relative;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.feature-icon::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #dbe5f1;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.service-circle1 {
    position: relative;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    background: #4f78ac66;
    z-index: 0;
    top: -80%;
    left: 50%;
}

.service-circle2 {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #4f78ac66;
    z-index: 0;
    top: -13%;
    left: 0;
}

.feature-title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

.feature-desc {
    font-size: 13px;
    color: #333;
    margin-top: 10px;
}

.feature:hover {
    background-color: var(--Nav-fill-color);
    border-radius: 60px;
    box-shadow: 0px 10px 53.6px 9px #00000040;
}

.section-tag {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--complimentary);
}

.section-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    color: var(--primary);
    margin-bottom: 48px;
    line-height: 1.25;
}

.avatar-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 40px;
}

.avatar-wrap {
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    transition:
        transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
        opacity 0.35s;
    flex-shrink: 0;
}

.avatar-wrap.side {
    width: 129px;
    height: 129px;
}

.avatar-wrap.side img {
    width: 129px;
    height: 129px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.avatar-wrap.center {
    width: 258px;
    height: 258px;
}

.avatar-wrap.center img {
    width: 258px;
    height: 258px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid var(--complimentary);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    display: block;
}

.avatar-wrap.center::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    pointer-events: none;
}

.testimonial-card {
    border-radius: 20px;
    padding: 36px 40px 32px;
    min-height: 200px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-card:hover {
    background-color: var(--Nav-fill-color);
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
}

.reviewer-name {
    font-size: 37px;
    color: var(--text-black);
    margin-bottom: 2px;
}

.reviewer-role {
    font-size: 37px;
    color: var(--text-black);
    font-weight: 400;
    margin-bottom: 0;
}

.stars {
    color: var(--complimentary);
    font-size: 1.15rem;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 0.92rem;
    line-height: 1.75;
    color: var(--text-black);
    max-width: 480px;
    margin: 0 auto;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card.animating {
    animation: fadeSlideIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes avatarSwap {
    0% {
        transform: scale(0.85);
        opacity: 0.4;
    }

    60% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.avatar-wrap.center.swapping {
    animation: avatarSwap 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.footer-section {
    background: #e8f2ff;
}

.footer-section h5 {
    color: var(--primary);
    font-style: uppercase;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 10px;
}

.footer-section h3 {
    color: var(--primary);
    font-style: uppercase;
    font-weight: 400;
    font-size: 35px;
}

.footer-section hr {
    height: 2.5px;
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(80, 80, 80, 0.6) 20%,
        rgba(80, 80, 80, 1) 50%,
        rgba(80, 80, 80, 0.6) 80%,
        transparent 100%
    );
}

.highlight-footer {
    color: var(--complimentary);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
}

.footer-logo {
    width: 131px;
    height: auto;
}

.footer-links a {
    text-decoration: none;
    color: var(--text-black);
    font-weight: 500;
    margin-right: 12px;
}

.footer-contact {
    font-size: 0.95rem;
    color: var(--text-black);
}

.footer-social a {
    width: 44px;
    height: 43px;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 28px;
    transition: 0.3s ease;
}

.footer-bottom {
    color: var(--text-black);
}

@media (max-width: 991px) {
    .hero-section {
        text-align: center;
    }

    .hero-text {
        margin: auto;
    }

    .get-btn {
        margin: auto;
    }

    .big-circle1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: clamp(160px, 60vw, 380px);
        height: clamp(160px, 60vw, 380px);
    }

    .big-circle {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 88%;
        height: 88%;
    }

    .navbar-collapse {
        padding-top: 15px;
        padding-bottom: 8px;
    }

    .navbar-brand,
    .navbar-search,
    .right-buttons {
        margin-bottom: 8px;
    }

    .navbar-search {
        width: 100%;
    }

    .navbar-search .form-control {
        width: 70%;
    }

    .navbar-search .btn-submit {
        width: 30%;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
        max-width: 100%;
    }

    /* Hero */
    .big-circle1 {
        width: clamp(160px, 70vw, 300px);
        height: clamp(160px, 70vw, 300px);
    }

    .hero-title {
        font-size: 28px;
    }

    .dot10 {
        right: 0;
    }

    /* Navbar search */
    .navbar-search {
        width: 100%;
        max-width: 100%;
    }

    .navbar-search .form-control {
        width: 75%;
        min-width: 0;
    }

    .navbar-search .btn-submit {
        width: 25%;
        min-width: 0;
    }

    .form-control {
        width: 100%;
        max-width: 100%;
    }

    .course-line,
    .course-line svg {
        display: none;
    }

    .course-card {
        max-width: 100%;
    }

    /* Tutor */
    .tutor-heading {
        font-size: 2.2rem;
        word-break: break-word;
    }

    .yellow-shape {
        display: none;
    }

    /* Stats */
    .stats-section svg {
        display: none;
    }

    .stats-section {
        background: #2e5e88;
        border-radius: 40px;
        padding: 40px 20px;
        overflow: hidden;
    }

    .stats-content {
        position: static;
        transform: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        text-align: center;
    }

    .stat-item {
        width: 100%;
    }

    .stat-line {
        display: none;
    }

    .stats-content h3 {
        font-size: 26px;
    }

    .stats-content p {
        font-size: 15px;
    }

    /* Features */
    .feature {
        margin-bottom: 30px;
    }

    /* Testimonials */
    .testimonial-card {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }

    .reviewer-name,
    .reviewer-role {
        font-size: 24px;
    }

    /* Footer */
    .footer-section h5,
    .footer-section h3 {
        word-break: break-word;
    }
}

@media (max-width: 576px) {
    /* Hero */
    .big-circle1 {
        width: 80vw;
        height: 80vw;
    }

    .hero-title {
        font-size: 24px;
    }

    /* Navbar */
    .navbar-brand,
    .navbar-search,
    .right-buttons {
        margin-bottom: 5px;
    }

    .navbar-search .form-control {
        width: 100%;
        font-size: 14px;
    }

    .navbar-search .btn-submit span {
        display: none;
    }

    /* Tutor */
    .tutor-heading {
        font-size: 2rem;
    }

    /* Footer */
    .footer-section h5,
    .footer-section h3 {
        font-size: 22px;
        letter-spacing: 4px;
    }

    /* Testimonials */
    .testimonial-card {
        padding: 24px 20px;
    }

    .reviewer-name,
    .reviewer-role {
        font-size: 20px;
    }

    /* Avatars */
    .avatar-wrap.center {
        width: 160px;
        height: 160px;
    }

    .avatar-wrap.center img {
        width: 160px;
        height: 160px;
    }

    .avatar-wrap.side {
        width: 80px;
        height: 80px;
    }

    .avatar-wrap.side img {
        width: 80px;
        height: 80px;
    }

    .btn-login,
    .btn-signup {
        width: auto;
    }
}

/*login*/
.login-wrapper {
    min-height: 100vh;
    overflow-x: hidden;
}

.login-wrapper .row {
    position: relative;
    min-height: 100vh;
    flex-wrap: nowrap;
}

/* ── LEFT PANEL ── */
.left-panel {
    background: var(--primary);
    color: var(--text-white);
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.left-panel h1 {
    font-weight: 700;
    font-size: clamp(22px, 3.5vw, 45px);
    line-height: 1.15;
    margin-bottom: 16px;
}

.left-panel > p {
    font-weight: 400;
    font-size: 14px;
    max-width: 257px;
    line-height: 1.6;
    margin-bottom: 0;
}

.left-panel ul {
    list-style: none;
    padding: 0;
    margin-top: 24px;
}

.left-panel ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
}

.btn-login-explore {
    border-radius: 15px;
    border: 1px solid var(--text-white);
    max-width: 139px;
    width: 100%;
    color: var(--text-white);
    font-size: 14px;
    padding: 10px;
    background: transparent;
    cursor: pointer;
    margin-top: 12px;
    transition:
        background 0.2s,
        color 0.2s,
        box-shadow 0.2s;
}

.btn-login-explore:hover {
    background: var(--text-white);
    color: var(--primary);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* ── RIGHT PANEL ── */
.right-panel {
    background: url("../Image/edu.png") center/cover no-repeat #8a96a8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.right-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(9px);
    background: rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.right-panel-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 280px;
    padding-right: 40px;
}

.tagline-below {
    text-align: center;
}

.tagline-below h3 {
    font-weight: 800;
    font-size: clamp(16px, 2vw, 28px);
    color: var(--primary);
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.tagline-below h3 .highlight {
    color: var(--complimentary);
}

.tagline-below p {
    font-size: 14px;
    color: var(--primary);
    margin: 0;
}

.login-card {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 100%;
    max-width: 460px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.22);
    background: #fff;
    padding: 28px 32px 24px;
    box-sizing: border-box;
}

/* ── Logo ── */
.logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

.login-logo {
    width: 52px;
}

.logo-text h6 {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 1.5px;
}

.logo-text hr {
    border-color: #ccc;
    margin: 3px 0;
}

/* ── Tabs ── */
.login-choice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 6px 10px;
    max-width: 321px;
    width: 100%;
    height: 52px;
    margin: 0 auto 20px;
}

.tab-btn {
    border: none;
    background: transparent;
    border-radius: 20px;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 0;
    width: 143px;
    cursor: pointer;
    transition:
        background 0.2s,
        color 0.2s;
    color: #333;
}

.tab-btn:hover {
    outline: 1px solid var(--primary);
}

.tab-btn.active {
    background: var(--primary);
    color: var(--text-white);
    border: none;
    outline: none;
}

/* ── FORM VISIBILITY ── */
.tab-form {
    display: none;
    transition: all 0.3s ease;
}

.tab-form.active {
    display: block;
}

/* ── Inputs ── */
.custom-input {
    border: 2px solid #bfbfbf;
    border-radius: 18px;
    padding: 18px 16px 10px;
    background: #fff;
    width: 100%;
    height: 55px;
    position: relative;
    /* margin-bottom: 5px; */
}

.custom-input input {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    font-size: 15px;
    width: 100%;
    padding: 0;
    padding-right: 36px;
}

.inside-label {
    position: absolute;
    top: 6px;
    left: 16px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.custom-input input::placeholder {
    color: #bcbcbc;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
}

.eye-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* ── Submit Button ── */
.login-btn {
    display: block;
    margin: 0 auto;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 0;
    width: 40%;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.login-btn:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.login-card p a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
}

.btn-google {
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.btn-google:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.small {
    font-size: 13px;
}

@media (max-width: 1600px) {
    .login-card {
        width: 400px;
        left: 40%;
    }

    .right-panel-content {
        padding-left: 260px;
    }
}

/* ── Large desktops (1200px–1399px) ── */
@media (max-width: 1399px) {
    .login-card {
        width: 400px;
        left: 43%;
    }

    .right-panel-content {
        padding-left: 260px;
    }
}

/* ── Medium desktops (992px–1199px) ── */
@media (max-width: 1199px) {
    .left-panel {
        padding: 48px 36px;
    }

    .login-card {
        width: 360px;
        padding: 24px 28px 20px;
        left: 45%;
    }

    .inside-label {
        font-size: 10px;
        color: #000;
        font-weight: 500;
    }

    .custom-input input::placeholder {
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 5px !important;
    }

    .custom-input {
        height: 40px;
    }

    .right-panel-content {
        padding-left: 240px;
    }

    .tab-btn {
        width: 150px;
        font-size: 15px;
    }

    .login-btn {
        width: 35%;
    }
}

@media (max-width: 991px) {
    .login-wrapper {
        position: relative;
        min-height: 100vh;
    }

    .login-wrapper .row {
        flex-direction: row;
        flex-wrap: nowrap;
        min-height: 100vh;
        position: relative;
    }

    .left-panel {
        min-height: 100vh;
        padding: 48px 30px;
        justify-content: center;
        order: 1;
        flex: 0 0 35%;
        width: 35%;
    }

    .left-panel h1 {
        font-size: clamp(24px, 3.2vw, 34px);
        margin-bottom: 12px;
    }

    .left-panel > p {
        max-width: 100%;
        font-size: 12px;
        margin-bottom: 14px;
    }

    .left-panel ul {
        margin-top: 14px;
    }

    .left-panel ul li {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .btn-login-explore {
        max-width: 130px;
        font-size: 12px;
        margin-top: 14px;
    }

    .right-panel {
        min-height: 100vh;
        padding: 60px 36px;
        order: 2;
        flex: 0 0 65%;
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .right-panel::after {
        content: "";
        position: absolute;
        inset: 0;
        backdrop-filter: blur(9px);
        background: rgba(0, 0, 0, 0.08);
        z-index: 1;
    }

    .right-panel-content {
        padding: 0;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        max-width: 460px;
        position: relative;
        z-index: 2;
    }

    .login-card {
        position: absolute;
        right: 80px;
        top: 53%;
        left: auto;
        bottom: auto;
        transform: translateY(-50%);
        width: 85%;
        max-width: 400px;
        z-index: 30;
        border-radius: 16px;
        padding: 20px 28px 18px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
        margin: 0;
    }

    .login-logo {
        width: 46px;
    }

    .logo-text h6 {
        font-size: 11px;
    }

    .logo-text .tagline {
        font-size: 9px;
    }

    .logo-area {
        margin-bottom: 14px;
    }

    .tagline-below {
        display: block;
        text-align: center;
        position: absolute;
        top: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        padding: 0 36px;
    }

    .tagline-below h3 {
        font-size: clamp(12px, 2.3vw, 24px);
    }

    .tagline-below p {
        font-size: 10px;
    }

    .login-choice {
        max-width: 100%;
        height: 48px;
        padding: 5px 8px;
        margin-bottom: 14px;
    }

    .tab-btn {
        width: 130px;
        font-size: 13px;
        padding: 8px 6px;
    }

    .login-btn {
        width: 45%;
        padding: 10px 0;
        font-size: 14px;
    }

    .custom-input {
        height: 48px;
        padding: 15px 14px 10px;
        margin-bottom: 12px;
    }

    .inside-label {
        font-size: 10px;
        top: 6px;
    }

    .custom-input input {
        font-size: 13px;
    }

    .custom-input input::placeholder {
        font-size: 10px;
    }

    .btn-google {
        width: 48px;
        height: 48px;
    }

    .small {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .login-wrapper {
        position: relative;
        min-height: 100vh;
    }

    .login-wrapper .row {
        flex-direction: row;
        flex-wrap: nowrap;
        min-height: 100vh;
        position: relative;
    }

    .left-panel {
        min-height: 100vh;
        padding: 48px 30px;
        justify-content: center;
        order: 1;
        flex: 0 0 35%;
        width: 35%;
    }

    .left-panel h1 {
        font-size: clamp(20px, 3.2vw, 34px);
        margin-bottom: 10px;
    }

    .left-panel > p {
        max-width: 100%;
        font-size: 12px;
        margin-bottom: 14px;
    }

    .left-panel ul {
        margin-top: 14px;
    }

    .left-panel ul li {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .btn-login-explore {
        max-width: 130px;
        font-size: 12px;
        margin-top: 14px;
    }

    .right-panel {
        min-height: 100vh;
        padding: 60px 36px;
        order: 2;
        flex: 0 0 65%;
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .right-panel::after {
        content: "";
        position: absolute;
        inset: 0;
        backdrop-filter: blur(9px);
        background: rgba(0, 0, 0, 0.08);
        z-index: 1;
    }

    .right-panel-content {
        padding: 0;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        max-width: 460px;
        position: relative;
        z-index: 2;
    }

    .login-card {
        position: absolute;
        left: 38%;
        top: 53%;
        right: auto;
        bottom: auto;
        transform: translateY(-50%);
        width: 75%;
        max-width: 350px;
        z-index: 30;
        border-radius: 16px;
        padding: 20px 28px 18px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
        margin: 0;
    }

    .login-logo {
        width: 46px;
    }

    .logo-text h6 {
        font-size: 10px;
    }

    .logo-text .tagline {
        font-size: 7px;
    }

    .logo-area {
        margin-bottom: 12px;
    }

    .tagline-below {
        display: block;
        text-align: center;
        position: absolute;
        top: 90%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        padding: 0 36px;
    }

    .tagline-below h3 {
        font-size: clamp(10px, 2.3vw, 24px);
    }

    .tagline-below p {
        font-size: 8px;
    }

    .login-choice {
        max-width: 100%;
        height: 45px;
        padding: 5px 8px;
        margin-bottom: 14px;
    }

    .tab-btn {
        width: 130px;
        font-size: 11px;
        padding: 8px 6px;
    }

    .login-btn {
        width: 45%;
        padding: 10px 0;
        font-size: 12px;
    }

    .custom-input {
        height: 43px;
        padding: 13px 12px 8px;
        margin-bottom: 10px;
    }

    .inside-label {
        font-size: 8px;
        top: 5px;
    }

    .custom-input input {
        font-size: 10px;
    }

    .custom-input input::placeholder {
        font-size: 10px;
    }

    .btn-google {
        width: 45px;
        height: 45px;
    }

    .small {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .login-wrapper {
        position: relative;
        min-height: 100vh;
    }

    .login-wrapper .row {
        flex-direction: row;
        flex-wrap: nowrap;
        min-height: 100vh;
        position: relative;
    }

    .left-panel {
        min-height: 100vh;
        padding: 48px 30px;
        justify-content: center;
        order: 1;
        flex: 0 0 35%;
        width: 30%;
    }

    .left-panel h1 {
        font-size: clamp(20px, 3.2vw, 34px);
        margin-bottom: 10px;
    }

    .left-panel > p {
        max-width: 90%;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .left-panel ul {
        margin-top: 10px;
    }

    .left-panel ul li {
        font-size: 10px;
        margin-bottom: 7px;
    }

    .btn-login-explore {
        max-width: 100px;
        font-size: 10px;
        margin-top: 10px;
    }

    .right-panel {
        min-height: 100vh;
        padding: 60px 36px;
        order: 2;
        flex: 0 0 65%;
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .right-panel::after {
        content: "";
        position: absolute;
        inset: 0;
        backdrop-filter: blur(9px);
        background: rgba(0, 0, 0, 0.08);
        z-index: 1;
    }

    .right-panel-content {
        padding: 0;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        max-width: 420px;
        position: relative;
        z-index: 2;
    }

    .login-card {
        position: absolute;
        left: 37%;
        top: 53%;
        right: auto;
        bottom: auto;
        transform: translateY(-50%);
        width: 80%;
        max-width: 350px;
        z-index: 30;
        border-radius: 16px;
        padding: 20px 28px 18px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
        margin: 0;
    }

    .login-logo {
        width: 40px;
    }

    .logo-text h6 {
        font-size: 8px;
    }

    .logo-text .tagline {
        font-size: 7px;
    }

    .logo-area {
        margin-bottom: 10px;
    }

    .tagline-below {
        display: block;
        text-align: center;
        position: absolute;
        top: 90%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        padding: 0 36px;
    }

    .tagline-below h3 {
        font-size: clamp(10px, 2.3vw, 24px);
    }

    .tagline-below p {
        font-size: 8px;
    }

    .login-choice {
        max-width: 100%;
        height: 48px;
        padding: 5px 8px;
        margin-bottom: 14px;
    }

    .tab-btn {
        width: 100px;
        font-size: 13px;
        padding: 8px 6px;
    }

    .login-btn {
        width: 40%;
        padding: 10px 0;
        font-size: 12px;
    }

    .custom-input {
        height: 48px;
        padding: 15px 14px 10px;
        margin-bottom: 10px;
    }

    .inside-label {
        font-size: 8px;
        top: 6px;
    }

    .custom-input input {
        font-size: 10px;
    }

    .custom-input input::placeholder {
        font-size: 8px;
    }

    .btn-google {
        width: 40px;
        height: 40px;
    }

    .small {
        font-size: 10px;
    }
}

/* ── Small phones (≤ 479px) ── need to adjust */
@media (max-width: 479px) {
    .left-panel {
        padding: 24px 16px 20px;
    }

    .left-panel h1 {
        font-size: 20px;
    }

    .left-panel > p {
        font-size: 11px;
    }

    .left-panel ul {
        display: none;
    }

    .btn-login-explore {
        font-size: 11px;
        padding: 8px;
        max-width: 100px;
    }

    .right-panel {
        padding: 24px 12px 28px;
    }

    .login-card {
        padding: 14px 16px 8px;
        margin-bottom: 20px;
        border-radius: 12px;
        width: 60%;
    }

    .login-logo {
        width: 35px;
    }

    .logo-text h6 {
        font-size: 9px;
    }

    .tab-btn {
        font-size: 8px;
        padding: 7px 5px;
    }

    .custom-input {
        height: 42px;
        margin-bottom: 8px;
    }

    .inside-label {
        font-size: 8px;
    }

    .custom-input input {
        font-size: 8px;
    }

    .custom-input input::placeholder {
        font-size: 8px;
    }

    .login-btn {
        width: 45%;
        font-size: 12px;
    }

    .btn-google {
        width: 35px;
        height: 35px;
    }

    .tagline-below h3 {
        font-size: 14px;
    }

    .tagline-below p {
        font-size: 10px;
    }
}

/* ── Very small phones (≤ 360px) ── */
@media (max-width: 360px) {
    .left-panel {
        padding: 20px 14px 18px;
    }

    .left-panel h1 {
        font-size: 18px;
    }

    .left-panel > p {
        font-size: 10px;
    }

    .btn-login-explore {
        font-size: 10px;
        max-width: 100px;
    }

    .right-panel {
        padding: 20px 10px 24px;
    }

    .login-card {
        padding: 12px 14px 8px;
        margin-bottom: 18px;
    }

    .login-logo {
        width: 34px;
    }

    .logo-text h6 {
        font-size: 8px;
    }

    .tab-btn {
        font-size: 10px;
    }

    .custom-input {
        height: 40px;
    }

    .inside-label {
        font-size: 8px;
    }

    .custom-input input {
        font-size: 9px;
    }

    .login-btn {
        width: 60%;
        font-size: 11px;
    }

    .btn-google {
        width: 38px;
        height: 38px;
    }

    .tagline-below h3 {
        font-size: 14px;
    }

    .tagline-below p {
        font-size: 10px;
    }
}

.register-card {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-60%, -50%);
    z-index: 20;
    width: 100%;
    max-width: 840px !important;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.22);
    background: #fff;
    padding: 24px 32px;
    box-sizing: border-box;
}

.register-card .logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.register-form .row {
    margin-bottom: 12px;
}

.reg-field-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

sup {
    color: red;
}

.reg-radio-group {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: nowrap;
}

.reg-radio-option {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
}

.reg-radio-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin: 0;
}

.reg-radio-option input[type="radio"]:checked {
    border-color: var(--primary-Dark);
}

.reg-radio-option input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-Dark);
}

.file-input input[type="file"] {
    display: none;
}

.file-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    margin: 0;
    height: 100%;
}

.file-placeholder {
    color: #bcbcbc;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
}

.register-btn {
    border-radius: 12px;
    background-color: var(--primary);
    height: auto;
    max-width: 97px;
    width: 100%;
    border: none;
    color: var(--text-white);
    height: 44px;
}

.register-btn:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
}

/* 2-column grid for register form */
.reg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.reg-radio-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px 0;
    margin-bottom: 5px;
}

.tagline-bottom {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.tagline-bottom h3 {
    font-weight: 700;
    font-size: clamp(13px, 2vw, 22px);
    color: var(--primary);
    margin-bottom: 6px;
}

.tagline-bottom h3 .highlight {
    color: var(--complimentary);
}

.tagline-bottom p {
    font-size: 12px;
    color: var(--primary);
    margin: 0;
}

@media (max-width: 1600px) {
    .register-card {
        width: 50%;
        max-width: 680px;
        left: 55%;
    }
}

@media (max-width: 1399px) {
    .register-card {
        width: 48%;
        max-width: 600px;
        left: 56%;
    }
}

@media (max-width: 1199px) {
    .register-card {
        width: 53%;
        max-width: 530px;
        left: 58%;
        padding: 20px 24px;
    }

    .reg-grid {
        gap: 10px;
    }

    .reg-field-label {
        font-size: 11px;
    }

    .reg-radio-option {
        font-size: 11px;
    }

    .reg-radio-option input[type="radio"] {
        width: 13px;
        height: 13px;
    }

    .register-btn {
        max-width: 90px;
        height: 40px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .register-card {
        position: absolute;
        left: 34%;
        right: 20px;
        top: 53%;
        transform: translateY(-50%);
        width: 60%;
        max-width: 460px;
        padding: 18px 22px;
    }

    .reg-grid {
        gap: 9px;
    }

    .register-card .logo-area {
        margin-bottom: 12px;
    }

    .tagline-bottom {
        bottom: 0px;
    }

    .tagline-bottom h3 {
        font-size: clamp(12px, 2vw, 20px);
    }

    .tagline-bottom p {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .register-card {
        left: 37%;
        right: auto;
        width: 60%;
        max-width: 380px;
        padding: 14px 12px;
    }

    .reg-grid {
        gap: 8px;
    }

    .reg-field-label {
        font-size: 10px;
    }

    .reg-radio-option {
        font-size: 10px;
        gap: 4px;
    }

    .reg-radio-option input[type="radio"] {
        width: 12px;
        height: 12px;
    }

    .register-btn {
        max-width: 85px;
        height: 38px;
        font-size: 12px;
    }

    .tagline-bottom h3 {
        font-size: clamp(10px, 2vw, 18px);
    }
}

@media (max-width: 575px) {
    .register-card {
        left: 38%;
        width: 60%;
        max-width: 340px;
        padding: 12px 8px;
    }

    .reg-grid {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .register-card .logo-area {
        margin-bottom: 10px;
    }

    .reg-radio-group {
        gap: 8px;
    }

    .tagline-bottom {
        bottom: 8px;
    }
}

@media (max-width: 479px) {
    .register-card {
        left: 38%;
        width: 60%;
        padding: 12px 12px;
    }

    .custom-input {
        width: 78%;
    }

    .custom-input input::placeholder {
        font-size: 8px;
        font-weight: 300;
    }

    .file-placeholder {
        font-size: 5px;
    }

    .reg-grid {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .reg-field-label {
        font-size: 6px;
    }

    .reg-radio-option {
        font-size: 6px;
    }

    .register-btn {
        max-width: 80px;
        height: 36px;
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .register-card {
        left: 28%;
        width: 92%;
        padding: 10px 14px;
    }

    .reg-grid {
        gap: 5px;
    }

    .tagline-bottom h3 {
        font-size: 12px;
    }

    .tagline-bottom p {
        font-size: 8px;
    }
}
