/* Cyberpunk Background (after header) */
#cyberpunk-bg {
    position: fixed;
    top: 60vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}

/* Slide panel and FAQ/Contact slide-out panel styles removed for cleanup. */
/* Improved color contrast for accessibility */
/* Button and input base styles */
.cta-button, button, input, select, textarea {
    color: #fff;
    background: #18182a;
    border: 1px solid #00fff7;
    border-radius: 6px;
    transition: box-shadow 0.3s cubic-bezier(.4,2,.6,1), transform 0.2s cubic-bezier(.4,2,.6,1), background 0.3s;
}
.cta-button:focus, input:focus, select:focus, textarea:focus {
    outline: 2px solid #ff00ea;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(255,0,234,0.15);
}
.cta-button:hover, button:hover {
    background: linear-gradient(90deg, #00fff7 0%, #ff00ea 100%);
    color: #18182a;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 24px #00fff7, 0 2px 8px #ff00ea;
}
.section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(.4,2,.6,1), transform 0.7s cubic-bezier(.4,2,.6,1);
}
.section.visible {
    opacity: 1;
    transform: none;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    background: #181818;
    color: #fff;
    min-height: 100vh;
}


/* Hero Header */
.hero-header {
    position: relative;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('back3.JPEG') no-repeat center center/cover;
    overflow: hidden;
}
.hero-header .hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 0;
}
.hero-header .hero-content {
    position: relative;
    z-index: 2;
}
.main-nav {
    z-index: 3;
    background: rgba(0,0,0,0.2);
}

.header-left {
    display: flex;
    align-items: center;
}



.header-right {
    display: flex;
    align-items: center;
}

nav {
    margin-left: 40px;
    display: flex;
    gap: 30px;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
}

    body {
        margin: 0;
        font-family: 'Segoe UI', 'Arial', sans-serif;
        background: linear-gradient(135deg, #181818 0%, #2d1e13 100%);
        color: #fff;
        min-height: 100vh;
        position: relative;
}


/* Section Styles */
.section {
    padding: 60px 20px 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.section-title {
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 1px;
}

/* Grid Styles */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    padding: 0 10px;
}
.grid-item {
    background: rgba(0,0,0,0.85);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}
.grid-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
.grid-item img {
    /* Section Divider */
    .section:not(:last-child) {
        border-bottom: 1.5px solid rgba(222, 184, 135, 0.12);
        margin-bottom: 0;
        box-shadow: 0 2px 24px 0 rgba(139,69,19,0.04);
    }

    width: 100%;
    max-width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 18px;
        background: linear-gradient(90deg, #181818 60%, #8B4513 100%);
        padding: 60px 20px 0 20px;
        margin-top: 60px;
    color: #fff;
    font-size: 1.3em;
    margin: 18px 0 10px;
}
.grid-item p {
    color: #e0e0e0;
    font-size: 1em;
    margin-bottom: 0;
}
.grid-item blockquote {
    font-style: italic;
    color: #f5f5f5;
    margin-bottom: 10px;
}
.grid-item cite {
    color: #bdbdbd;
    font-size: 0.95em;
    .contact-info h3 {
        color: #DEB887;
        margin-bottom: 20px;
        font-size: 1.3em;
        letter-spacing: 1px;
    }
    .contact-info p {
        margin-bottom: 10px;
        color: #e0e0e0;
        font-size: 1.05em;
    }
    .contact-info i {
        margin-right: 10px;
        color: #DEB887;
    }
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.3s, transform 0.2s;
    margin-top: 10px;
}
.cta-button:hover {
    background: linear-gradient(90deg, #DEB887 0%, #8B4513 100%);
    .social-links {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-top: 10px;
    }
    .social-links a {
        color: #DEB887;
        font-size: 2em;
        transition: color 0.3s, transform 0.2s;
        background: rgba(255,255,255,0.04);
        border-radius: 50%;
        padding: 10px;
    }
    .social-links a:hover {
        color: #fff;
        background: #DEB887;
        transform: scale(1.15);
    }
    margin-top: 40px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* Footer Decorative Element */
    footer::before {
        content: '';
        position: absolute;
        left: -100px;
        bottom: -60px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, #DEB887 0%, transparent 80%);
        opacity: 0.12;
        z-index: 0;
    }

    /* Chatbot Enhancements */
    .chat-widget {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
        font-family: 'Segoe UI', 'Arial', sans-serif;
    }
    .chat-bubble {
        width: 64px;
        height: 64px;
        background: linear-gradient(135deg, #DEB887 0%, #8B4513 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 16px rgba(139,69,19,0.18);
        border: 2px solid #fff;
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .chat-bubble:hover {
        transform: scale(1.12);
        box-shadow: 0 8px 32px rgba(139,69,19,0.25);
    }
    .chat-bubble i {
        color: #fff;
        font-size: 28px;
    }
    .chat-window {
        position: absolute;
        bottom: 80px;
        right: 0;
        width: 340px;
        background: linear-gradient(135deg, #181818 60%, #DEB887 100%);
        border-radius: 18px;
        box-shadow: 0 8px 32px rgba(139,69,19,0.18);
        border: 1.5px solid #DEB887;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s cubic-bezier(.4,2,.6,1);
        z-index: 10;
    }
    .chat-widget:not(.minimized) .chat-window {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .chat-header {
        padding: 18px;
        background: rgba(222,184,135,0.12);
        border-radius: 18px 18px 0 0;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid #DEB887;
    }
    .chat-header i {
        margin-right: 10px;
        color: #DEB887;
        font-size: 1.3em;
    }
    .chat-header span {
        color: #fff;
        flex-grow: 1;
        font-weight: 600;
        font-size: 1.1em;
    }
    .minimize-btn {
        background: none;
        border: none;
        color: #DEB887;
        cursor: pointer;
        font-size: 1.3em;
        transition: color 0.2s;
    }
    .minimize-btn:hover {
        color: #fff;
    }
    .chat-body {
        height: 320px;
        display: flex;
        flex-direction: column;
        background: rgba(24,24,24,0.92);
        border-radius: 0 0 18px 18px;
    }
    .chat-messages {
        flex-grow: 1;
        padding: 18px;
        overflow-y: auto;
        font-size: 1em;
    }
    .message {
        margin-bottom: 12px;
        padding: 10px 16px;
        border-radius: 18px;
        max-width: 85%;
        word-break: break-word;
        font-size: 1em;
        box-shadow: 0 2px 8px rgba(139,69,19,0.06);
    }
    .message.bot {
        background: rgba(222,184,135,0.13);
        color: #fff;
        align-self: flex-start;
    }
    .message.user {
        background: rgba(139,69,19,0.18);
        color: #fff;
        align-self: flex-end;
    }
    .chat-input {
        padding: 15px;
        display: flex;
        gap: 10px;
        border-top: 1px solid #DEB887;
        background: rgba(222,184,135,0.08);
        border-radius: 0 0 18px 18px;
    }
    .chat-input input {
        flex-grow: 1;
        padding: 10px 14px;
        border: none;
        border-radius: 20px;
        background: rgba(255,255,255,0.13);
        color: #fff;
        font-size: 1em;
        outline: none;
        transition: background 0.2s;
    }
    .chat-input input::placeholder {
        color: rgba(255,255,255,0.5);
    }
    .chat-input button {
        background: linear-gradient(90deg, #DEB887 0%, #8B4513 100%);
        border: none;
        color: #fff;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2em;
        cursor: pointer;
        transition: background 0.2s, transform 0.2s;
    }
    .chat-input button:hover {
        background: linear-gradient(90deg, #8B4513 0%, #DEB887 100%);
        transform: scale(1.1);
    }
    gap: 30px;
}

.contact-info h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
    color: #e0e0e0;
}

.contact-info i {
    margin-right: 10px;
    color: #ffffff;
}

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

.social-links a {
    color: #ffffff;
    font-size: 1.5em;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #cccccc;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0;
}


@media (max-width: 900px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 2em;
    }
    .section {
        padding: 40px 8px 24px 8px;
    }
}

/* Hide scrollbar but keep functionality */
.container::-webkit-scrollbar {
    display: none;
}

.container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.grid-container {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.grid-item {
    width: 100%;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

/* FAQ Section */

/* Contact Form */
#contactForm input,
#contactForm textarea {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 1em;
    margin-bottom: 10px;
    outline: none;
    transition: border 0.2s;
}
#contactForm input:focus,
#contactForm textarea:focus {
    border: 1.5px solid #DEB887;
}

/* Testimonials */
.testimonials-section .grid-item {
    background: rgba(139,69,19,0.12);
    color: #fff;
    font-size: 1.1em;
    font-style: italic;
    border-left: 4px solid #DEB887;
    box-shadow: 0 2px 10px rgba(139,69,19,0.08);
}

/* About Section */
.about-section p {
    color: #e0e0e0;
    font-size: 1.15em;
    line-height: 1.7;
}

/* Footer */
footer {
    background: #181818;
    padding: 40px 20px 20px;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.contact-info h3 {
    color: #fff;
    margin-bottom: 20px;
}
.contact-info p {
    margin-bottom: 10px;
    color: #e0e0e0;
}
.contact-info i {
    margin-right: 10px;
    color: #DEB887;
}
.social-links {
    display: flex;
    gap: 20px;
}
.social-links a {
    color: #DEB887;
    font-size: 1.5em;
    transition: color 0.3s ease;
}
.social-links a:hover {
    color: #8B4513;
}
.copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #bdbdbd;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.why-choose-us h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 2em;
}

.features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: translateY(-10px);
    background: rgba(0, 0, 0, 0.9);
}

.feature i {
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 20px;
}

.feature h3 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.feature p {
    color: #e0e0e0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .features-container {
        grid-template-columns: 1fr;
    }
    
    .feature {
        padding: 20px;
    }
}

/* Chat Widget Styles */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-bubble {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.chat-bubble:hover {
    transform: scale(1.1);
}

.chat-bubble i {
    color: #ffffff;
    font-size: 24px;
}

.chat-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.chat-widget.minimized .chat-window {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.chat-widget:not(.minimized) .chat-window {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chat-header {
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.chat-header i {
    margin-right: 10px;
    color: #ffffff;
}

.chat-header span {
    color: #ffffff;
    flex-grow: 1;
}

.minimize-btn {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2em;
}

.chat-body {
    height: 300px;
    display: flex;
    flex-direction: column;
}

.chat-messages {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
}

.message {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 15px;
    max-width: 80%;
}

.message.bot {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    align-self: flex-start;
}

.message.user {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    align-self: flex-end;
}

.chat-input {
    padding: 15px;
    display: flex;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chat-input input {
    flex-grow: 1;
    padding: 8px;
    border: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

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

.chat-input button {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.chat-input button:hover {
    transform: scale(1.1);
} 