/* =========================================
  HEADER FIX
========================================= */

/*.headerAbsolute .container {*/
/*    min-height: 76px !important;*/
/*    padding-top: 10px !important;*/
/*    padding-bottom: 10px !important;*/
/*}*/

/*!* Logo *!*/
/*.headerAbsolute .container > div:first-child img {*/
/*    width: 160px !important;*/
/*    height: auto !important;*/
/*    max-height: 52px !important;*/
/*    object-fit: contain !important;*/
/*}*/

/*!* Desktop navigation spacing *!*/
/*.headerAbsolute nav ul {*/
/*    gap: 5px !important;*/
/*}*/

/*.headerAbsolute nav ul li a,*/
/*.headerAbsolute nav ul li .subMenuTitle {*/
/*    padding: 10px 12px !important;*/
/*    white-space: nowrap !important;*/
/*    font-weight: bold;*/

/*}*/

/*!* Right side *!*/
/*.headerAbsolute .container > div:last-child {*/
/*    gap: 18px !important;*/
/*}*/

/*!* Get Started button *!*/
/*.headerAbsolute .container > div:last-child > a {*/
/*    padding: 10px 20px !important;*/
/*}*/

/*!* Mobile *!*/
/*@media (max-width: 1023px) {*/

/*    .headerAbsolute .container {*/
/*        min-height: 68px !important;*/
/*        padding-top: 8px !important;*/
/*        padding-bottom: 8px !important;*/
/*    }*/

/*    .headerAbsolute .container > div:first-child img {*/
/*        width: 125px !important;*/
/*        max-height: 45px !important;*/
/*    }*/
/*}*/

.contact-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: linear-gradient(to left, #2A9A92, #D4EBEA);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
    padding: 2rem 1.5rem;
    margin: 0;
}

.contact-card {
    max-width: 1280px;
    width: 100%;
    background: #ffffff;
    border-radius: 2.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.25s ease;
}

/* ----- Hero Background with color #289991 ----- */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #289991;
    background-image: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=1600&h=800&fit=crop&crop=center&q=80');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    opacity: 0.92;
    pointer-events: none;
}

/* overlay gradient to blend content */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, #ffffff 35%, #ffffffd0 65%, #ffffff90 100%);
    pointer-events: none;
}

/* grid 12 + gap-6 */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
    padding: 3.5rem 2.5rem 3.5rem 2.5rem;
    position: relative;
    z-index: 5;
    background: transparent;
}

/* left column (span 6) */
.contact-content {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* breadcrumb */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1e293b;
}

.breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    text-decoration: none;
    color: #334155;
    transition: color 0.2s;
    font-weight: 500;
}

.breadcrumb a i {
    font-size: 1.1rem;
}

.breadcrumb a:hover {
    color: #289991;
}

.breadcrumb .separator {
    color: #94a3b8;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
}

.breadcrumb .current {
    color: #289991;
    font-weight: 600;
    letter-spacing: -0.01em;
}

/* heading */
.display-3 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #0b1e1e;
}

.display-3 span {
    color: #289991;
    border-bottom: 3px solid #28999130;
    padding-bottom: 0.1rem;
}

.lead-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #1e293b;
    max-width: 90%;
    margin-top: 0.5rem;
    font-weight: 400;
}

/* trust badge */
.trust-badge {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e293b;
    background: #ffffffcc;
    backdrop-filter: blur(4px);
    padding: 0.4rem 0.9rem 0.4rem 0.5rem;
    border-radius: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.badge-item i {
    color: #289991;
    font-size: 1.3rem;
    background: #e6f4f2;
    padding: 0.3rem;
    border-radius: 50%;
}

/* right column (main image) */
.contact-visual {
    grid-column: span 6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-visual img {
    max-width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    border-radius: 1.5rem;
    box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-visual img:hover {
    transform: scale(1.01);
    box-shadow: 0 20px 40px -12px rgba(40, 153, 145, 0.3);
}

/* decorative floating elements */
.deco-dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.deco-dot-1 {
    width: 200px;
    height: 200px;
    right: -60px;
    bottom: -60px;
    background: radial-gradient(circle, #28999106 0%, transparent 70%);
}

.deco-dot-2 {
    width: 120px;
    height: 120px;
    left: -40px;
    top: -40px;
    background: radial-gradient(circle, #28999108 0%, transparent 70%);
}

/* background icon (left) */
.bg-icon-left {
    position: absolute;
    left: -6%;
    bottom: 0;
    opacity: 0.06;
    z-index: 0;
    max-width: 180px;
    pointer-events: none;
}

.bg-icon-left img {
    width: 100%;
    filter: grayscale(0.2) brightness(0.9);
}

/* responsive */
@media screen and (max-width: 1024px) {
    .contact-grid {
        padding: 2.5rem 2rem;
        gap: 2rem;
    }
    .lead-text {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
        gap: 1.8rem;
    }
    .contact-content {
        grid-column: span 1;
        order: 1;
    }
    .contact-visual {
        grid-column: span 1;
        order: 0;
        margin-bottom: 0.5rem;
    }
    .contact-visual img {
        max-height: 220px;
        width: 100%;
        object-fit: cover;
    }
    .display-3 {
        font-size: 2.2rem;
    }
    .trust-badge {
        gap: 0.8rem;
    }
    .badge-item {
        padding: 0.3rem 0.7rem 0.3rem 0.4rem;
        font-size: 0.8rem;
    }
    .bg-icon-left {
        display: none;
    }
    .hero-overlay {
        background: linear-gradient(135deg, #ffffff 50%, #ffffffd0 80%, #ffffff90 100%);
    }
}

@media screen and (max-width: 480px) {
    .contact-grid {
        padding: 1.75rem 1rem;
    }
    .display-3 {
        font-size: 1.9rem;
    }
    .lead-text {
        font-size: 1rem;
    }
}


.login-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: #f0f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1.5rem;
    margin: 0;
}

.login-card {
    max-width: 1280px;
    width: 100%;
    background: #ffffff;
    border-radius: 2.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 680px;
}

/* ----- Left side: Hero / Image with brand color #289991 ----- */
.login-hero {
    position: relative;
    background: #289991;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
}

.login-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #289991cc 0%, #1f7a73cc 100%);
    z-index: 1;
}

.login-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    max-width: 420px;
    text-align: center;
}

.hero-content .brand-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    display: block;
    background: rgba(255,255,255,0.15);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(4px);
}

.hero-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.hero-content p {
    font-size: 1.05rem;
    opacity: 0.9;
    line-height: 1.7;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.hero-stats span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}

.hero-stats .number {
    font-size: 1.6rem;
    font-weight: 700;
}

.hero-stats .label {
    font-size: 0.8rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ----- Right side: Login Form ----- */
.login-form-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 3rem;
    background: #ffffff;
}

.login-form-wrap .logo-area {
    margin-bottom: 1.5rem;
}

.login-form-wrap .logo-area img {
    max-height: 48px;
    width: auto;
}

.login-form-wrap .form-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0b1e1e;
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}

.login-form-wrap .form-subtitle {
    color: #4a5a5a;
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
    font-weight: 400;
}

/* form elements */
.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e2e2e;
    margin-bottom: 0.35rem;
}

.input-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #e4eceb;
    border-radius: 12px;
    padding: 0 1rem;
    transition: border-color 0.25s, box-shadow 0.25s;
    background: #f9fcfb;
}

.input-wrap:focus-within {
    border-color: #289991;
    box-shadow: 0 0 0 4px #28999120;
    background: #ffffff;
}

.input-wrap .input-icon {
    color: #6a8a8a;
    font-size: 1.2rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.input-wrap input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0.85rem 0;
    font-size: 0.95rem;
    font-family: inherit;
    color: #0b1e1e;
}

.input-wrap input::placeholder {
    color: #9ab0b0;
    font-weight: 400;
}

.input-wrap .toggle-btn {
    background: none;
    border: none;
    color: #6a8a8a;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.25rem;
    transition: color 0.2s;
}

.input-wrap .toggle-btn:hover {
    color: #289991;
}

/* remember & forgot */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.25rem 0 1.5rem;
}

.form-options label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #1e2e2e;
    cursor: pointer;
    font-weight: 500;
}

.form-options label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #289991;
    cursor: pointer;
}

.form-options a {
    color: #289991;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.form-options a:hover {
    color: #1f7a73;
    text-decoration: underline;
}

.btn-login {
    width: 100%;
    padding: 0.95rem;
    background: #289991;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s, transform 0.15s;
    font-family: inherit;
    letter-spacing: 0.01em;
}

.btn-login:hover {
    background: #1f7a73;
    transform: translateY(-1px);
}

.btn-login:active {
    transform: scale(0.98);
}

.error-msg {
    background: #fef2f2;
    border-left: 4px solid #ef4444;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    color: #b91c1c;
    font-size: 0.9rem;
}

.error-msg ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-msg ul li {
    padding: 0.1rem 0;
}

.success-msg {
    background: #ecfdf5;
    border-left: 4px solid #10b981;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    color: #065f46;
    font-size: 0.9rem;
}

/* responsive */
@media screen and (max-width: 1024px) {
    .login-card {
        grid-template-columns: 1fr 1fr;
        min-height: auto;
    }
    .login-form-wrap {
        padding: 2rem 2rem;
    }
}

@media screen and (max-width: 820px) {
    .login-card {
        grid-template-columns: 1fr;
        border-radius: 2rem;
    }
    .login-hero {
        min-height: 280px;
        padding: 2rem 1.5rem;
    }
    .login-hero img {
        object-position: center 30%;
    }
    .hero-content h2 {
        font-size: 1.8rem;
    }
    .hero-stats {
        gap: 1.5rem;
    }
    .login-form-wrap {
        padding: 2rem 1.5rem;
    }
    .login-form-wrap .form-title {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 480px) {
    .login-wrapper {
        padding: 0.75rem;
    }
    .login-card {
        border-radius: 1.5rem;
    }
    .login-hero {
        min-height: 200px;
        padding: 1.5rem 1rem;
    }
    .hero-content h2 {
        font-size: 1.4rem;
    }
    .hero-content p {
        font-size: 0.9rem;
    }
    .hero-stats .number {
        font-size: 1.2rem;
    }
    .login-form-wrap {
        padding: 1.5rem 1rem;
    }
    .form-options {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }
    .input-wrap {
        padding: 0 0.75rem;
    }
    .input-wrap input {
        padding: 0.7rem 0;
        font-size: 0.9rem;
    }
}