/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Oct 15, 2025, 4:00:49 PM
    Author     : QQ
*/
/* upgrade reminder */


/* Base navbar style */

/* Profile section */
.profile-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: visible; /* ✅ ensure dropdown isn't clipped */
    gap:20px;
    white-space:nowrap;
}

/* Profile button */
.profile-button {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 6px 10px;
}

.profile-button:hover {
    background-color: #0b5ed7;
    border-radius: 6px;
}

/* Dropdown menu */
.profile-dropdown {
    position: absolute;
    top: 40px; /* distance below button */
    right: 0;
    background-color: white;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    width: 150px;
    z-index: 9999; /* ✅ ensures dropdown appears above everything else */
}

/* Dropdown item */
.dropdown-item {
    padding: 10px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}



/*

.navbar-app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d6efd;
  padding: 10px 20px;
  color: white;
  font-family: Arial, sans-serif;
}

 Brand title 
.brand-app {
  font-size: 20px;
  font-weight: bold;
}*/

/* Hamburger icon (hidden on desktop) */
.menu-toggle-app {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

div#appContainer a.gwt-Anchor {
    font-size: 1em;
}

/* Menu container */
.menu-app {
    display: flex;
    gap: 20px;
    width:100%;
    padding-left:50px;
}

/* Individual menu item */
.menu-item-app {
    cursor: pointer;
    padding: 8px 12px;
}

.menu-item-app:hover {
    background-color: #0b5ed7;
    border-radius: 6px;
}

/* Responsive behavior */
@media (max-width: 700px) {

    .profile-section > div.gwt-HTML{
        display:none;
    }
    /*  .menu-toggle-app {
        display: block;
      }*/

    .menu-app {
        display: none;
        flex-direction: column;
        background-color: #0d6efd;
        width: 100%;
        margin-top: 10px;
    }

    /*  .menu-item-app {
        padding: 12px;
        border-top: 1px solid #0b5ed7;
      }*/
}

/* Navbar * /
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 15px 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
*/

.nav-brand{
    display:flex;
    align-items: center;
}
.nav-brand-link{
    text-decoration: none;
    padding-left:2px;
}
.nav-logo{
    width:40px;
    height:40px;
}

.brand-app{
    background-size: 30px 30px;
    padding-left: 35px;
}

.nav-brand-link{
    background-size: 40px 40px;
    padding-left: 40px;

}

.nav-brand-link, .brand-app {
    background-repeat: no-repeat;
    background-image: url(/images/logo.png);
    background-position-y: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #4f46e5;
}

.nav-menu-container{
    display: flex;
    gap:20px;
    justify-content: space-between;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-menu a {
    text-decoration: none;
    /*color: #333;*/
    font-weight: 500;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: #4f46e5;
}

.signup-btn {
    background: #4f46e5;
    color: white !important;
    padding: 8px 16px;
    border-radius: 5px;
}

.signup-btn a, .signup-btn a:visited, .signup-btn a:hover{
    text-decroation:none;
}

.language-select {
    padding: 5px;
    font-size: 85%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Mobile Menu */
.menu-toggle {
    display: none;
    font-size: 1.5em;
    cursor: pointer;
    margin:auto;
}

@media (min-width:768px){
    .navbar{
        font-size:large;
    }
    .nav-menu{
        width:35%;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 60px;
        right: 0;
        width: 150px;
        border: 1px solid #eee;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .nav-menu.active {
        display: flex;
        align-items: normal;
        padding: 20px;
    }
    .menu-toggle {
        display: block;
    }
}


.reminder-panel {
    top: 0px !important;
    background-color: orange;
    height:30px;
    overflow:hidden;
}
.headerMiddle {
    width:100%;
}
.headerUserGrid {
    width:260px;
}
.sb-westpanel div.x-panel-body {
    background-color: #f2f2f2;
}

/* ... (same CSS as before) ... */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    /* affect the question page*/
}

:root {
    --primary: #4361ee;
    --primary-dark: #3a56d4;
    --secondary: #4cc9f0;
    --accent-home: #f72585;
    --accent-career:#4cc9f0; 
    --accent:#0f766e; 
    --light: #f8f9fa;
    --dark: #212529;
    --gray: #6c757d;
    --success: #4ade80;
    --card-title: #3498db;
    --muted:#6b7280; 
    --accent:#0f766e; 
    --card:#f8fafc; 
    --max-w:980px;    
}

body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: Arial Unicode MS, Arial, sans-serif;    
    color: var(--dark);
    line-height: 1.6;
    background-color: #fafbff;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    /*    display: flex;*/
    /*font-size:large;*/
    /*justify-content: space-between;*/
}

/* Login button */
.login-button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.login-button a:hover {
    background-color: #45a049;
    text-decoration: auto;
}



/* Language Selector * /
.language-selector {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: white;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
    display: flex;
    align-items: center;
}

.language-selector select {
    border: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

.language-selector i {
    margin-right: 8px;
    color: var(--primary);
}

/* Header Styles */
header {
    background-color: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    /*position: fixed;*/
    top: 0;
    width:100%;
    z-index: 100;
}

.navbar{
    padding:10px 0 10px 0;
}

.navbar-app{
    padding: 10px 0;
    width:90%;
}

.navbar, .navbar-app {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width:90%;*/
    margin:auto;
}

/*
.logo {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
}

.logo i {
    margin-right: 10px;
    color: var(--accent);
}

.nav-links {
    display: flex;
    list-style: none;
}

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

.nav-links a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary);
}
*/
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

.btn-primary {
    background-color: var(--primary);
    color: white;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
}

.btn-secondary {
    background-color: white;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-secondary:hover {
    background-color: var(--primary);
    color: white;
}

.btn-accent {
    background-color: var(--accent);
    color: white;
}

.btn-accent:hover {
    background-color: #e11d74;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(247, 37, 133, 0.3);
}

/* Login Section */
.login{
    padding: 100px 0;
}

/* Hero Section */
.hero {
    padding: 80px 0 30px 0;
    background: linear-gradient(135deg, #f0f4ff 0%, #e6f7ff 100%);
    position: relative;
    overflow: hidden;
}

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

.hero-text {
    flex: 1;
    padding-right: 50px;
}

.hero-text h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--dark);
}

.hero-text p {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.hero-image {
    flex: 1;
    position: relative;
}

.dashboard-img {
    width: 100%;
    /*    border-radius: 10px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);*/
    transform: perspective(1000px) rotateY(-10deg);
    /*border: 10px solid white;*/
}

/* Features Section */
.features {
    padding: 80px 0 50px 0;
    background-color: white;
}

.section-title {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #3498db;*/
    text-align: left;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--dark);
    margin-bottom: 15px;
}

.section-title p,a {
    font-size: 1.2rem;
    /*color: var(--gray);*/
    /*max-width: 700px;*/
    /*margin: 0 auto;*/
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(67, 97, 238, 0.15);
}

.feature-header {
    display:flex;
    align-items: center;
    gap:10px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 0 auto 25px;*/
    color: white;
    font-size: 2rem;
}

.feature-card h3 {
    font-size: 1.5rem;
    /*margin-bottom: 15px;*/
    color: var(--dark);
}

.feature-card p {
    color: var(--gray);
    margin-top:10px;
}

/* How It Works */
.how-it-works {
    padding: 80px 0 50px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f9ff 100%);
}

.steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.step {
    flex: 0 0 calc(25% - 30px);
    text-align: center;
    position: relative;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(67, 97, 238, 0.15);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    /*margin: 0 auto 20px;*/
    margin: 10px;
}

.step-header {
    display:flex;
    align-items: center;
    gap:10px
}
.step h3 {
    font-size: 1.5rem;
    /*margin-bottom: 15px;*/
    color: var(--dark);
}


.step p {
    color: var(--gray);
    margin-top:10px;
}

/* Testimonials */
@media (max-width: 768px) {
    .testimonials{
        display:none;
    }
}
.testimonials {
    padding: 80px 0 50px 0;
    background-color: white;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}
.testimonial-card:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.1;
    font-family: serif;
}

.testimonial-content {
    margin-bottom: 20px;
    color: var(--gray);
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--secondary);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.author-info h4 {
    margin-bottom: 5px;
    color: var(--dark);
}

.author-info p {
    color: var(--gray);
    font-size: 0.9rem;
}

/* Pricing */
.pricing {
    padding: 80px 0 50px 0;
    background: linear-gradient(135deg, #f0f4ff 0%, #e6f7ff 100%);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.popular-tag {
    position: absolute;
    top: 20px;
    right: -30px;
    background: var(--accent);
    color: white;
    padding: 5px 30px;
    transform: rotate(45deg);
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-header {
    margin-bottom: 30px;
}

.pricing-name {
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: 10px;
}

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

.pricing-price span {
    font-size: 1rem;
    color: var(--gray);
}

.pricing-features {
    list-style: none;
    margin-bottom: 30px;
}

.pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: var(--gray);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: var(--success);
    margin-right: 10px;
}

/* All features */
.featuresAll {
    padding: 80px 0 50px 0;
    background: white;
}


/* CTA Section */
@media (max-width: 768px) {
    .cta{
        display:none;
    }
}
.cta {
    padding: 80px 0 50px 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    text-align: center;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

.cta .btn {
    background: white;
    color: var(--primary);
    font-weight: 600;
}

.cta .btn:hover {
    background: var(--light);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Footer */
footer {
    background: var(--dark);
    color: white;
    padding: 70px 0 30px;
    width:100%;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-col h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
    position: relative;
}

.footer-col h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: var(--accent);
}

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

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

.footer-links a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s;
}

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

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

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--primary);
    transform: translateY(-5px);
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #adb5bd;
    font-size: 0.9rem;
}
.copyright-line{
    display: -webkit-inline-box;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .step {
        flex: 0 0 calc(50% - 30px);
        margin-bottom: 30px;
    }
}

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

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .step {
        flex: 0 0 100%;
    }

    .language-selector {
        position: static;
        margin: 20px auto;
        width: fit-content;
    }
}


/* all features */
/*
body {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}*/

.tables-container {
    /*margin-top:120px;*/
}

/*            header {
                text-align: center;
                margin-bottom: 40px;
                position: relative;
            }*/

h1 {
    color: #2c3e50;
    font-size: 2.8rem;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.subtitle {
    color: #7f8c8d;
    font-size: 1.2rem;
    max-width: 100%;
    margin: 0 auto 20px;
    line-height: 1.6;
}
/*
.language-selector {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-selector label {
    color: #2c3e50;
    font-weight: 500;
}

.language-selector select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: white;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}*/

.comparison-section {
    margin-bottom: 40px;
}

.comparison-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    background: var(--card-title);
    color: white;
    font-weight: bold;
}

.header-cell {
    padding: 20px 15px;
    text-align: center;
    font-size: 1.2rem;
    align-items: center;
}

.header-cell:first-child {
    text-align: left;
    padding-left: 30px;
    border-top-left-radius: 12px;
}

.header-cell:last-child {
    border-top-right-radius: 12px;
}

.table-body {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.row {
    display: contents;
}

.feature-name {
    padding: 18px 30px 18px 30px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

.feature-value {
    padding: 18px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.feature-value:last-child {
    border-right: none;
}

.basic-col {
    background-color: #f8f9fa;
}

.professional-col {
    background-color: #e8f4fc;
}

.enterprise-col {
    background-color: #d6eaf8;
}

.checkmark {
    color: #2ecc71;
    font-size: 1.4rem;
}

.plan-price {
    font-size: 2rem;
    margin-bottom: 15px;
}
.price-period {
    font-size: 1.2rem;
    opacity: 0.8;
}
.plan-tag {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 10px;
}

.basic-tag {
    background-color: #bdc3c7;
    color: #2c3e50;
}

.professional-tag {
    background-color: var(--card-title);
    color: white;
}

.enterprise-tag {
    background-color: #e74c3c;
    color: white;
}

.highlight {
    background-color: #fff9c4;
    font-weight: bold;
}

/*.footer {
    text-align: center;
    margin-top: 30px;
    color: #7f8c8d;
    font-size: 0.9rem;
}*/

@media (max-width: 768px) {
    .table-header, .table-body {
        grid-template-columns: 2fr 1fr 1fr 1fr;        
    }

    .header-cell, .feature-name, .feature-value {
        display: flow;
        justify-content: space-between;
        padding: 15px;
        white-space: normal;
    }

    .feature-name {
        background-color: #f8f9fa;
        font-weight: bold;
    }

    .row {
        /*display: grid;*/
        /*grid-template-columns: 1fr;*/
        border-bottom: 1px solid #eee;
    }

    h1 {
        font-size: 2.2rem;
    }

/*    .language-selector {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px;
        justify-content: center;
    }*/
}

.terms, .privacy{
    color: var(--muted);
    font-size:0.95rem;
    padding-top: 100px;
}

.career {
    padding: 20px 0 20px 0;
    background-color: white;
}
