/* ===========================
   HERO SECTION
   =========================== */
.hero-section {
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
    color: #f1f1f1;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/background-pattern.png');
    opacity: 0.1;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    color: #efc500;
}

.hero-section .lead {
    color: #f1f1f1;
}

.hero-section p {
    color: #d1d1d1;
}

.hero-section .text-muted {
    color: #a8a8a8 !important;
}

.hero-section i {
    color: #efc500 !important;
}

/* ===========================
   OBJECTIVES SECTION
   =========================== */
.objectives-section {
    padding: 50px 0;
}

.objectives-section .card {
    background-color: #1a1a1a;
    color: #f1f1f1;
    border: 1px solid #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.objectives-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(239, 197, 0, 0.3);
}

.objectives-section .card-body h3 {
    color: #efc500;
}

.objectives-section .card-body i {
    color: #efc500 !important;
}

.objectives-section .card-body .list-unstyled li {
    color: #f1f1f1;
}

/* ===========================
   CONTENT SECTION
   =========================== */
.content-section {
    background-color: #0d0d0d;
    color: #f1f1f1;
}

.content-section h2,
.content-section h3 {
    color: #efc500;
}

.content-section .lead {
    color: #111;
}

.content-section .card {
    background-color: #1a1a1a;
    border: 1px solid #333;
}

.content-section .card-body {
    color: #f1f1f1;
}

.content-section .bi-check-circle-fill {
    color: #efc500 !important;
}
.lead{
    color: #111;
}

/* ===========================
   BENEFITS SECTION
   =========================== */
.benefits-section {
    background-color: #000000;
    color: #f1f1f1;
    padding: 50px 0;
}

.benefits-section h2 {
    color: #efc500;
}

.benefits-section .bi-arrow-right-circle {
    color: #efc500 !important;
}

.benefits-section p {
    color: #d1d1d1;
}

/* ===========================
   STORY SECTION
   =========================== */
.story-section {
    background-color: #0d0d0d;
}

.story-section .card {
    background-color: #1a1a1a;
    border: 1px solid #333;
}

.story-section h2 {
    color: #efc500;
}

.story-section .border-primary {
    border-color: #efc500 !important;
}

.story-section .lead {
    color: #d1d1d1;
}

/* ===========================
   WHY US SECTION
   =========================== */
.why-us-section {
    background-color: #000000;
    color: #f1f1f1;
    padding: 50px 0;
}

.why-us-section h2 {
    color: #efc500;
}

.why-us-section h3 {
    color: #efc500;
}

.why-us-section i {
    color: #efc500 !important;
}

.why-us-section .text-muted {
    color: #a8a8a8 !important;
}

/* ===========================
   SEO SECTION
   =========================== */
.seo-section {
    background-color: #0d0d0d;
    color: #f1f1f1;
}

.seo-section h2,
.seo-section h3 {
    color: #efc500;
}

.seo-section p {
    color: #111;
}

.seo-section .bi-check2 {
    color: #efc500 !important;
}

.seo-section .card {
    background-color: #1a1a1a;
    border: 1px solid #333;
}

.seo-section .card i {
    color: #efc500 !important;
}

.seo-section .text-muted {
    color: #a8a8a8 !important;
}

.seo-section{
    color: #111;
}

/* ===========================
   SERVICES SECTION
   =========================== */
.services-section {
    background-color: #000000;
    padding: 50px 0;
}

.services-section h2 {
    color: #efc500;
}

.services-section .card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(239, 197, 0, 0.3);
}

.services-section .card i {
    color: #efc500 !important;
}

.services-section .card h3 {
    color: #efc500;
}

.services-section .card .text-muted {
    color: #a8a8a8 !important;
}

/* ===========================
   CTA SECTION
   =========================== */
.cta-section {
    background: linear-gradient(135deg, #efc500 0%, #d4af00 100%);
    color: #000000 !important;
}

.cta-section h2,
.cta-section p {
    color: #000000 !important;
}

.cta-section .btn-light {
    background-color: #000000;
    color: #efc500;
    border: 2px solid #000000;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cta-section .btn-light:hover {
    background-color: #1a1a1a;
    color: #efc500;
    transform: scale(1.05);
}

/* ===========================
   OTHER PROFILES SECTION
   =========================== */
.other-profiles-section {
    background-color: #0d0d0d;
    color: #f1f1f1;
}

.other-profiles-section h2 {
    color: #efc500;
}

.other-profiles-section .card {
    background-color: #1a1a1a;
    border: 1px solid #333;
}

.other-profiles-section .card h3 {
    color: #efc500;
}

.other-profiles-section .card i {
    color: #efc500 !important;
}

.other-profiles-section .card .text-muted {
    color: #a8a8a8 !important;
}

.other-profiles-section .hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.other-profiles-section .hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(239, 197, 0, 0.3) !important;
}

/* ===========================
   FAQ SECTION
   =========================== */
.faq-section {
    background-color: #000000;
    color: #f1f1f1;
    padding: 50px 0;
}

.faq-section h2 {
    color: #efc500;
}

.faq-section .accordion-item {
    background-color: #1a1a1a;
    border: 1px solid #333 !important;
    margin-bottom: 15px;
}

.faq-section .accordion-button {
    background-color: #1a1a1a;
    color: #f1f1f1;
    border: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #222;
    color: #efc500;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: #efc500;
}

.faq-section .accordion-body {
    background-color: #1a1a1a;
    color: #d1d1d1;
}

/* ===========================
   FINAL CTA SECTION
   =========================== */
.final-cta {
    color: #111;
}

.final-cta h2 {
    color: #efc500;
}

.final-cta p {
    color: #111;
}

.final-cta .btn-primary {
    background-color: #efc500;
    border-color: #efc500;
    color: #000000;
    font-weight: bold;
    transition: all 0.3s ease;
}

.final-cta .btn-primary:hover {
    background-color: #d4af00;
    border-color: #d4af00;
    transform: scale(1.05);
}

/* ===========================
   ANIMATIONS
   =========================== */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.animated {
    animation: fadeInUp 1s ease-in-out forwards;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .cta-section h2,
    .final-cta h2 {
        font-size: 1.75rem;
    }
}