/* --- Google Font Import --- */
/* font-family: 'Orbitron', sans-serif; /* For titles */
/* font-family: 'Poppins', sans-serif; /* For body text */

/* --- General Styling --- */
body {
    background-color: #0d0d1a; /* Dark blue-black background */
    color: #e0e0e0; /* Light grey text color */
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', sans-serif; /* Techy font for headers */
    color: #ffffff;
}

.section-title {
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5); /* Cyan glow */
}

/* --- Animation for Brand Name --- */
@keyframes pulse-glow {
    from {
        text-shadow: 0 0 8px #ff1dde, 0 0 12px #ff1dde;
    }
    to {
        text-shadow: 0 0 12px #00ffff, 0 0 18px #00ffff;
    }
}


/* --- Navbar Styling --- */
.navbar {
    background-color: rgba(13, 13, 26, 0.8); /* Semi-transparent dark bg */
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 29, 222, 0.2);
}

.navbar-brand {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    
    /* FANCY GRADIENT AND GLOW EFFECT */
    background: linear-gradient(90deg, #ff1dde, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: pulse-glow 2s infinite alternate;
}

.nav-link {
    color: #e0e0e0 !important;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #00ffff !important;
    text-shadow: 0 0 8px #00ffff;
}

/* --- Hero Section Styling --- */
#hero {
    height: 100vh;
    background: linear-gradient(rgba(13, 13, 26, 0.6), rgba(13, 13, 26, 0.6)), url('images/hero-background.png') no-repeat center center;
    background-size: cover;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 0, 255, 0.7); /* Magenta glow */
}

.hero-subtitle {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 20px auto;
}

/* --- Funky Button Styling --- */
.btn-primary {
    background: transparent;
    border: 2px solid #00ffff;
    color: #00ffff;
    padding: 12px 24px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.btn-glow:hover {
    background: #00ffff;
    color: #0d0d1a;
    box-shadow: 0 0 20px #00ffff;
}

/* --- General Section Styling --- */
#services, #process, #about, #contact, #testimonials, #faq, #custom-process {
    background-color: #121223; /* Slightly lighter dark bg for sections */
    border-top: 1px solid rgba(0, 255, 255, 0.1);
}

.service-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    transition: all 0.4s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 255, 255, 0.2);
    border-color: #00ffff;
}

.service-icon {
    font-size: 3rem;
    color: #00ffff;
    text-shadow: 0 0 15px #00ffff;
}

/* --- Process Section --- */
.process-step {
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}
.process-step .step-number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff1dde;
    background-color: rgba(255, 29, 222, 0.1);
    border: 1px solid rgba(255, 29, 222, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.process-step h5 {
    color: #ffffff;
}

/* --- About Section Styling --- */
#about ul {
    list-style: none;
    padding-left: 0;
}

#about ul li {
    margin-bottom: 10px;
}

#about .bi-check-circle-fill {
    color: #ff1dde;
    text-shadow: 0 0 8px rgba(255, 29, 222, 0.7);
    margin-right: 10px;
}

/* --- Footer --- */
footer {
    background-color: #0d0d1a;
    border-top: 1px solid rgba(255, 29, 222, 0.2);
    color: #888;
}

/* ===== STYLES FOR TESTIMONIALS ===== */
.testimonial-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #ff1dde;
    padding: 25px;
    height: 100%;
}

.testimonial-card .quote {
    font-style: italic;
    color: #e0e0e0;
    margin-bottom: 15px;
}

.testimonial-card .author {
    font-weight: 700;
    color: #00ffff;
    text-align: right;
}

/* ===== STYLES FOR FAQ ACCORDION ===== */
.accordion-item {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 255, 255, 0.2);
    margin-bottom: 10px;
    border-radius: 5px !important;
}

.accordion-header button {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
}

.accordion-button {
    background-color: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #00ffff !important;
    text-shadow: 0 0 8px #00ffff;
}

.accordion-body {
    color: #e0e0e0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300ffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708 .708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}