* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

/* Animated Background */
.bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    background: linear-gradient(135deg, #1d4350, #a43931);
    animation: gradientBackground 30s ease infinite;
}

@keyframes gradientBackground {
    0% { background: linear-gradient(135deg, #1d4350, #a43931); }
    25% { background: linear-gradient(135deg, #3a1c71, #d76d77); }
    50% { background: linear-gradient(135deg, #0f2027, #2c5364); }
    75% { background: linear-gradient(135deg, #4b6cb7, #182848); }
    100% { background: linear-gradient(135deg, #1d4350, #a43931); }
}

.bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
    opacity: 0.7;
    filter: blur(3px);
}

.circle:nth-child(1) {
    width: 500px;
    height: 500px;
    top: -250px;
    right: -100px;
    animation: moveCircle1 15s ease-in-out infinite alternate, glowEffect 8s ease-in-out infinite;
}

.circle:nth-child(2) {
    width: 400px;
    height: 400px;
    bottom: -200px;
    left: -100px;
    animation: moveCircle2 20s ease-in-out infinite alternate, glowEffect 10s ease-in-out infinite;
}

.circle:nth-child(3) {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 20%;
    animation: moveCircle3 18s ease-in-out infinite alternate, glowEffect 7s ease-in-out infinite;
}

@keyframes moveCircle1 {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(100px, 100px) scale(1.2); }
}

@keyframes moveCircle2 {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(150px, -50px) scale(1.3); }
}

@keyframes moveCircle3 {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-100px, 80px) scale(1.1); }
}

@keyframes glowEffect {
    0% { box-shadow: 0 0 30px rgba(255, 255, 255, 0.3); opacity: 0.5; }
    50% { box-shadow: 0 0 50px rgba(255, 255, 255, 0.6); opacity: 0.8; }
    100% { box-shadow: 0 0 30px rgba(255, 255, 255, 0.3); opacity: 0.5; }
}

.world-map {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 800' width='1440' height='800' preserveAspectRatio='none'%3E%3Cpath fill='rgba(255, 255, 255, 0.03)' d='M941.2,553.1L927,592.9l-25.4-3.4l7.6-23.7l-31.4-6.8l-25.4,40.7l-31.4-13.6l-27.1,27.1l-42.4,3.4L725,623.3l-37.3-11.9l11.9-25.4L678,579l-15.3-25.4l-35.6,8.5l-6.8-18.6l-33.9,11.9l-22-15.3l-42.4,11.9l-15.3-25.4l-30.5,20.3L450.9,535l-15.3-5.1L413.6,545l-25.4-13.6l-10.2,11.9l-20.3-11.9L342,545l-28.8-3.4l-3.4,18.6l-17,5.1l-16.9-11.9l-8.5,11.9l-35.6-3.4l-13.6,25.4L185.9,592l-17,13.6l-25.4-5.1l-11.9,8.5l-13.6-6.8h-22V172.5L74.1,150.5l6.8-22l28.8-10.2l22,8.5l17-8.5l15.3,3.4l8.5-17l23.7-6.8l20.3,6.8l11.9-13.6l15.3,10.2l11.9-3.4l11.9-18.6h15.3l25.4,15.3l18.6-3.4l17,5.1l3.4-18.6l22-5.1l10.2-30.5l16.9-5.1l5.1,11.9l10.2-15.3L450.9,39l13.6,15.3l-5.1,15.3l10.2,6.8l16.9-16.9l28.8,6.8l-10.2,20.3l-35.6,16.9l-5.1,11.9l-17-3.4l-5.1,28.8l16.9,5.1l30.5-42.4l10.2,8.5V94.9l15.3-11.9l17,10.2l16.9-20.3l11.9,8.5l-3.4,15.3l10.2,13.6l10.2-6.8l23.7,6.8l-5.1,18.6l17,15.3l18.6-8.5l17,10.2v25.4l10.2,17l15.3-8.5l10.2,16.9l16.9-20.3l15.3,10.2l-8.5,13.6l11.9,6.8l15.3-11.9l8.5,11.9l16.9-13.6l16.9,11.9l20.3-3.4l6.8,11.9l16.9-8.5l5.1,13.6l11.9-5.1l5.1,11.9l8.5-17l23.7,3.4l11.9-13.6l16.9,15.3l13.6-5.1l16.9,6.8l27.1-16.9l10.2,8.5v18.6l16.9,15.3l-5.1,11.9l11.9,6.8l-8.5,11.9l25.4,11.9l18.6-5.1l13.6,16.9l8.5-5.1v23.7l8.5,8.5l18.6-11.9l5.1,18.6l18.6,8.5l10.2-10.2l5.1,13.6h18.6l3.4,13.6l16.9,5.1V446l-33.9,8.5l-17-13.6l-11.9,22l22,5.1l-13.6,8.5l-11.9,25.4l13.6,6.8l-5.1,15.3l-27.1-5.1v22l25.4,11.9L941.2,553.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.3;
    animation: fadeMap 15s ease-in-out infinite alternate;
}

@keyframes fadeMap {
    0% { opacity: 0.2; }
    50% { opacity: 0.4; }
    100% { opacity: 0.2; }
}

/* Mobile Header */
.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}

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

.mobile-logo a {
    display: flex;
    align-items: center;
}

.mobile-nav-toggle {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mobile-nav-toggle:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Left Navigation */
.left-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000;
    padding: 30px 0;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.nav-logo {
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 30px;
}

.nav-logo a {
    display: block;
}

.nav-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.nav-menu li {
    margin: 0;
}

.nav-menu a {
    display: block;
    padding: 18px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-menu a:hover {
    background: rgba(255, 255, 255, 0.15);
    border-left-color: #fff;
    padding-left: 40px;
}

.nav-menu a.active {
    background: rgba(255, 255, 255, 0.15);
    border-left-color: #fff;
}

/* Overlay */
.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-overlay.active {
    opacity: 1;
}

.container {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-left: 280px;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.seo-h1 {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tagline {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 1rem;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.coming-soon {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.description {
    max-width: 800px;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 0.9);
}

.desktop-only {
    display: inline;
}

.contact-us {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 15px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-us h2 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.email {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.email:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.social-links {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    gap: 1rem;
}

.social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.social-icon i {
    font-size: 20px;
}

footer {
    text-align: center;
    padding: 2rem 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-top: auto;
}

/* CONTACT PAGE STYLES */
.page-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-subtitle {
    font-size: 1.2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 3rem;
    max-width: 800px;
    line-height: 1.6;
}

.contact-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2.5rem;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 3rem;
}

/* Contact Form */
.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.contact-form-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.contact-form-wrapper h2 i {
    font-size: 1.4rem;
}

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

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.3px;
}

.required {
    color: #ff6b6b;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.form-group select option {
    background: #2c3e50;
    color: #fff;
    padding: 0.5rem;
}

.form-group textarea {
    resize: vertical;
    min-height: 130px;
    line-height: 1.6;
}

.submit-btn {
    padding: 1rem 2.5rem;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 0.5rem;
}

.submit-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.submit-btn i {
    font-size: 1rem;
}

/* Contact Info */
.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.8rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.contact-info-box:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.info-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.info-icon i {
    font-size: 22px;
    color: #fff;
}

.contact-info-box h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #fff;
    font-weight: 600;
}

.contact-info-box a {
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-info-box a:hover {
    color: rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
}

.contact-info-box p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0.4rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-info-box .small-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.3rem;
}

.social-connect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.8rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.social-connect h3 {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.social-links-contact {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1023px) {
    .mobile-header {
        display: flex;
    }
    
    .left-nav {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .left-nav.active {
        transform: translateX(0);
    }
    
    .nav-overlay {
        display: block;
        pointer-events: none;
    }
	
	.nav-overlay.active {
    opacity: 1;
    pointer-events: auto;  /* Only block clicks when nav is actually open */
		}
    
    .container {
        margin-left: 0;
        padding-top: 70px;
    }
    
    .content-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .coming-soon {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .tagline {
        font-size: 1.1rem;
    }
    
    .description {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .desktop-only {
        display: none;
    }
    
    .contact-us {
        padding: 2rem;
    }
    
    .contact-us h2 {
        font-size: 1.5rem;
    }
    
    /* Contact Page Responsive */
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .page-title {
        font-size: 2.2rem;
    }
    
    .page-subtitle {
        font-size: 1.05rem;
    }
    
    .contact-form-wrapper {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 1.3rem;
    }
    
    .page-title {
        font-size: 1.9rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .contact-form-wrapper {
        padding: 1.8rem;
    }
    
    .contact-form-wrapper h2 {
        font-size: 1.4rem;
    }
    
    .contact-info-box {
        padding: 1.5rem;
    }
    
    .submit-btn {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .mobile-logo img {
        height: 35px;
    }
    
    .mobile-nav-toggle {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .left-nav {
        width: 250px;
    }
    
    .nav-logo {
        padding: 0 20px 20px 20px;
    }
    
    .nav-menu a {
        font-size: 15px;
        padding: 16px 20px;
    }
    
    .coming-soon {
        font-size: 1.6rem;
    }
    
    .contact-form-wrapper {
        padding: 1.5rem;
    }
    
    .contact-form-wrapper h2 {
        font-size: 1.3rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .page-title {
        font-size: 1.6rem;
    }
}


/* ========================================
   ABOUT US PAGE STYLES
   Add these styles to the end of your commingsoonHome.css file
   ======================================== */

/* About Sections */
.about-section {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 3rem;
}

.about-section.full-width {
    max-width: 1200px;
}

.about-content-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.about-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.about-icon i {
    font-size: 35px;
    color: #fff;
}

.about-content-box h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 700;
}

.about-content-box p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 900px;
    margin: 0 auto;
}

/* Section Title */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.value-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.value-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.value-icon i {
    font-size: 30px;
    color: #fff;
}

.value-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600;
}

.value-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* Benefits List */
.benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.benefit-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.benefit-item > i {
    font-size: 28px;
    color: #4ade80;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.benefit-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 600;
}

.benefit-item p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* CTA Section */
.about-cta {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 3.5rem 3rem;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 3rem;
}

.about-cta h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
}

.about-cta p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-btn.primary {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.cta-btn.primary:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.cta-btn.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.cta-btn i {
    font-size: 1.1rem;
}

/* Responsive Design for About Page */
@media (max-width: 1023px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .benefits-list {
        grid-template-columns: 1fr;
    }
    
    .about-content-box {
        padding: 2.5rem 2rem;
    }
    
    .section-title {
        font-size: 1.9rem;
    }
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .about-content-box {
        padding: 2rem 1.5rem;
    }
    
    .about-content-box h2 {
        font-size: 1.6rem;
    }
    
    .about-content-box p {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .value-card {
        padding: 2rem 1.5rem;
    }
    
    .value-card h3 {
        font-size: 1.2rem;
    }
    
    .benefit-item {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .benefit-item > i {
        font-size: 24px;
    }
    
    .benefit-item h4 {
        font-size: 1.1rem;
    }
    
    .about-cta {
        padding: 2.5rem 2rem;
    }
    
    .about-cta h2 {
        font-size: 1.6rem;
    }
    
    .about-cta p {
        font-size: 1.05rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-btn {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .about-icon {
        width: 65px;
        height: 65px;
    }
    
    .about-icon i {
        font-size: 28px;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
    }
    
    .value-icon i {
        font-size: 26px;
    }
    
    .about-content-box h2 {
        font-size: 1.4rem;
    }
}

/* ========================================
   AUTHORIZED PARTNERS PAGE STYLES
   Add these styles to the end of your commingsoonHome.css file
   ======================================== */

/* Partner Search Section */
.partner-search-section {
    width: 100%;
    max-width: 700px;
    margin-bottom: 3rem;
}

.search-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.search-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.search-header i {
    font-size: 2rem;
    color: #fff;
}

.search-header h2 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
}

.partner-search-form {
    width: 100%;
}

.search-input-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input-group label {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
}

.input-with-button {
    display: flex;
    gap: 1rem;
}

.input-with-button input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.input-with-button input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.input-with-button input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.fetch-btn {
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.fetch-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
}

/* Partner Details Section */
.partner-details-section {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 3rem;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.details-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.details-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.box-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.box-header i {
    font-size: 1.5rem;
    color: #fff;
}

.box-header h3 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
}

/* Partner Information */
.info-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item.full-width {
    grid-column: 1 / -1;
}

.info-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
}

.corporate-id {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.verified-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem;
    background: rgba(74, 222, 128, 0.2);
    border: 1px solid rgba(74, 222, 128, 0.4);
    border-radius: 12px;
    margin-top: 1.5rem;
}

.verified-badge i {
    font-size: 1.5rem;
    color: #4ade80;
}

.verified-badge span {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
}

/* Payment Information */
.qr-section {
    margin-bottom: 2rem;
}

.qr-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.2rem;
    background: rgba(139, 92, 246, 0.2);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.qr-type-badge i {
    font-size: 1rem;
    color: #a78bfa;
}

.qr-type-badge span {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 600;
}

.qr-placeholder {
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.qr-placeholder img {
    max-width: 200px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.qr-instruction {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 1rem;
}

/* Bank Details */
.bank-details {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.8rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.bank-details h4 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.bank-details h4 i {
    font-size: 1.1rem;
}

.bank-info-grid {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.bank-info-item {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.bank-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bank-value {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    font-family: 'Courier New', monospace;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.action-btn {
    padding: 1.1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.report-btn {
    background: rgba(239, 68, 68, 0.2);
    color: #fff;
    border-color: rgba(239, 68, 68, 0.4);
}

.report-btn:hover {
    background: rgba(239, 68, 68, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.payment-btn {
    background: rgba(59, 130, 246, 0.2);
    color: #fff;
    border-color: rgba(59, 130, 246, 0.4);
}

.payment-btn:hover {
    background: rgba(59, 130, 246, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.action-btn i {
    font-size: 1.1rem;
}

/* Info Notice */
.info-notice {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 1.5rem;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 1200px;
    margin-top: 2rem;
}

.info-notice i {
    font-size: 1.5rem;
    color: #60a5fa;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.info-notice p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design for Partners Page */
@media (max-width: 1023px) {
    .details-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .search-box {
        padding: 2rem;
    }
    
    .details-box {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .input-with-button {
        flex-direction: column;
    }
    
    .fetch-btn {
        justify-content: center;
        width: 100%;
    }
    
    .search-header h2 {
        font-size: 1.5rem;
    }
    
    .box-header h3 {
        font-size: 1.3rem;
    }
    
    .details-box {
        padding: 1.8rem;
    }
    
    .action-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .action-btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
    }
    
    .qr-placeholder {
        min-height: 250px;
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .search-box {
        padding: 1.5rem;
    }
    
    .search-header {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .search-header i {
        font-size: 1.5rem;
    }
    
    .search-header h2 {
        font-size: 1.3rem;
    }
    
    .details-box {
        padding: 1.5rem;
    }
    
    .box-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .qr-placeholder img {
        max-width: 160px;
    }
    
    .info-notice {
        flex-direction: column;
        padding: 1.2rem;
    }
}

/* ========================================
   MEMBER LOGIN PAGE STYLES
   Add these styles to the end of your commingsoonHome.css file
   ======================================== */

/* Login Section */
.login-section {
    width: 100%;
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.login-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.login-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.login-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.login-icon i {
    font-size: 35px;
    color: #fff;
}

.login-header h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.login-header p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Login Form */
.login-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.login-form .form-group label {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.login-form .form-group label i {
    font-size: 0.9rem;
}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"] {
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.login-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.login-form input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

/* Password Input with Toggle */
.password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input-wrapper input {
    width: 100%;
    padding-right: 3rem;
}

.toggle-password {
    position: absolute;
    right: 0.8rem;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0.5rem;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.toggle-password:hover {
    color: rgba(255, 255, 255, 0.9);
}

/* Login Options */
.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -0.5rem;
}

.remember-checkbox {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.remember-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.checkmark {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remember-checkbox input:checked ~ .checkmark {
    background: rgba(74, 222, 128, 0.3);
    border-color: #4ade80;
}

.remember-checkbox input:checked ~ .checkmark::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #4ade80;
    font-size: 12px;
}

.checkbox-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
}

.forgot-link {
    font-size: 0.9rem;
    color: #60a5fa;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.forgot-link:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* reCAPTCHA Wrapper */
.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.g-recaptcha {
    transform: scale(0.95);
    transform-origin: center;
}

/* Login Button */
.login-btn {
    padding: 1.1rem 2.5rem;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 0.5rem;
}

.login-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.login-btn i {
    font-size: 1.1rem;
}

/* Divider */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.divider span {
    padding: 0 1rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    font-weight: 500;
}

/* Register Link */
.register-link {
    text-align: center;
}

.register-link p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.register-link a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.register-link a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* Security Notice */
.security-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem;
    background: rgba(74, 222, 128, 0.15);
    border: 1px solid rgba(74, 222, 128, 0.3);
    border-radius: 12px;
    margin-top: 2rem;
}

.security-notice i {
    font-size: 1.3rem;
    color: #4ade80;
}

.security-notice p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Login Benefits */
.login-benefits {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.login-benefits h3 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.login-benefits h3 i {
    color: #fbbf24;
}

.benefits-list-login {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.benefits-list-login li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.benefits-list-login li i {
    font-size: 1.2rem;
    color: #4ade80;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.benefits-list-login li span {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* Login Help */
.login-help {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 1.8rem;
    border-radius: 15px;
    max-width: 900px;
    text-align: center;
}

.login-help h4 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.login-help h4 i {
    color: #60a5fa;
}

.login-help p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.login-help a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login-help a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* Responsive Design for Login Page */
@media (max-width: 768px) {
    .login-box {
        padding: 2.5rem 2rem;
    }
    
    .login-header h2 {
        font-size: 1.6rem;
    }
    
    .login-icon {
        width: 70px;
        height: 70px;
    }
    
    .login-icon i {
        font-size: 30px;
    }
    
    .login-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .g-recaptcha {
        transform: scale(0.85);
    }
    
    .login-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .login-benefits {
        padding: 2rem 1.5rem;
    }
    
    .login-help {
        padding: 1.5rem;
        text-align: left;
    }
    
    .login-help h4 {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .login-box {
        padding: 2rem 1.5rem;
    }
    
    .login-header h2 {
        font-size: 1.4rem;
    }
    
    .login-icon {
        width: 60px;
        height: 60px;
    }
    
    .login-icon i {
        font-size: 26px;
    }
    
    .login-form input[type="text"],
    .login-form input[type="password"],
    .login-form input[type="email"] {
        padding: 0.9rem 1rem;
        font-size: 0.95rem;
    }
    
    .g-recaptcha {
        transform: scale(0.77);
    }
    
    .recaptcha-wrapper {
        margin: 0.5rem 0;
    }
    
    .login-benefits {
        padding: 1.8rem 1.3rem;
    }
    
    .login-benefits h3 {
        font-size: 1.2rem;
    }
    
    .benefits-list-login li {
        gap: 0.8rem;
    }
    
    .benefits-list-login li span {
        font-size: 0.95rem;
    }
}

/* ========================================
   PRIVACY POLICY PAGE STYLES
   Add these styles to the end of your commingsoonHome.css file
   ======================================== */

/* Policy Page Specific */
.policy-page {
    align-items: flex-start;
}

.policy-meta {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 2.5rem;
    font-style: italic;
}

/* Policy Container */
.policy-container {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Policy Sections */
.policy-section {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Policy Introduction */
.policy-intro {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: rgba(59, 130, 246, 0.15);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.policy-intro i {
    font-size: 2.5rem;
    color: #60a5fa;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.policy-intro p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

/* Policy Section Headers */
.policy-section h2 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.policy-section h2 i {
    font-size: 1.5rem;
    color: #60a5fa;
}

.policy-section h3 {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}

/* Policy Content */
.policy-content {
    color: rgba(255, 255, 255, 0.9);
}

.policy-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.policy-content ul {
    margin: 1rem 0 1.5rem 0;
    padding-left: 0;
    list-style: none;
}

.policy-content ul li {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}

.policy-content ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #4ade80;
    font-size: 0.9rem;
}

.policy-content strong {
    color: #fff;
    font-weight: 600;
}

.policy-content a {
    color: #60a5fa;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.policy-content a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* Contact Box */
.contact-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.8rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 1.5rem;
}

.contact-box p {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    line-height: 1.7;
}

.contact-box strong {
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
}

/* Consent Section */
.consent-section {
    background: rgba(74, 222, 128, 0.15);
    border: 1px solid rgba(74, 222, 128, 0.3);
}

.consent-box {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.consent-box i {
    font-size: 2.5rem;
    color: #4ade80;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.consent-box h3 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0.8rem 0;
}

.consent-box p {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

/* Footer Links */
footer a {
    color: #60a5fa;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 0.5rem;
}

footer a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* Responsive Design for Policy Page */
@media (max-width: 1023px) {
    .policy-section {
        padding: 2rem;
    }
    
    .policy-intro {
        padding: 1.8rem;
    }
    
    .policy-section h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .policy-section {
        padding: 1.8rem 1.5rem;
    }
    
    .policy-intro {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .policy-intro i {
        font-size: 2rem;
    }
    
    .policy-intro p {
        font-size: 1rem;
    }
    
    .policy-section h2 {
        font-size: 1.4rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
    
    .policy-section h3 {
        font-size: 1.2rem;
    }
    
    .policy-content p,
    .policy-content ul li {
        font-size: 0.95rem;
    }
    
    .policy-content ul li {
        padding-left: 1.8rem;
    }
    
    .consent-box {
        flex-direction: column;
        gap: 1rem;
    }
    
    .consent-box i {
        font-size: 2rem;
    }
    
    .consent-box h3 {
        font-size: 1.2rem;
    }
    
    .contact-box {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .policy-section {
        padding: 1.5rem 1.2rem;
    }
    
    .policy-section h2 {
        font-size: 1.3rem;
    }
    
    .policy-section h3 {
        font-size: 1.1rem;
        margin-top: 1.5rem;
    }
    
    .policy-intro {
        padding: 1.3rem;
    }
    
    .contact-box {
        padding: 1.3rem;
    }
    
    .policy-content p,
    .policy-content ul li {
        font-size: 0.9rem;
    }
}