/* ==========================================================================
   Theme 2 Stylesheet - Modern Education & School Website Template
   ========================================================================== */

:root {
    --font-heading: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    
    --theme2-green: #00c968;
    --theme2-green-hover: #00b35c;
    --theme2-green-light: #e6f9f0;
    --theme2-dark: #121820;
    --theme2-dark-card: #1a222d;
    --theme2-gray: #718096;
    --theme2-border: #e2e8f0;
}

body {
    font-family: var(--font-body);
    color: #2d3748;
    background-color: #ffffff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
}

/* ---------------------------------------------------- */
/* 1. TOP FLOATING GREEN PILL BAR                       */
/* ---------------------------------------------------- */
.theme2-top-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    display: flex;
    justify-content: center;
}

.theme2-top-pill-bar {
    background: var(--theme2-green);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 32px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 201, 104, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.theme2-top-pill-bar a, .theme2-top-pill-bar span {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.theme2-top-pill-bar a:hover {
    color: #e6f9f0;
    text-decoration: underline;
}

/* ---------------------------------------------------- */
/* 2. OVERLAY NAVIGATION BAR                            */
/* ---------------------------------------------------- */
.theme2-navbar {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 1040;
    background: transparent;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.theme2-navbar.scrolled {
    position: fixed;
    top: 0;
    background: rgba(18, 24, 32, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding: 12px 0;
}

.theme2-logo-emblem {
    width: 48px;
    height: 48px;
    background: var(--theme2-green);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.6rem;
    box-shadow: 0 6px 18px rgba(0, 201, 104, 0.4);
    transition: transform 0.2s ease;
}

.theme2-logo-emblem:hover {
    transform: scale(1.05);
}

.theme2-logo-img {
    max-height: 46px;
    width: auto;
    object-fit: contain;
}

.theme2-nav-link {
    color: #ffffff;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.925rem;
    padding: 8px 14px !important;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

.theme2-nav-link:hover, .theme2-nav-link.active {
    color: var(--theme2-green) !important;
}

.theme2-social-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.theme2-social-link {
    color: #ffffff;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme2-social-link:hover {
    color: var(--theme2-green);
    transform: translateY(-2px);
}

/* ---------------------------------------------------- */
/* 3. HERO / BANNER SECTION                             */
/* ---------------------------------------------------- */
.theme2-hero-wrapper {
    position: relative;
    min-height: 100vh;
    background: #121820;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 80px;
}

.theme2-hero-carousel,
.theme2-hero-carousel .carousel-inner,
.theme2-hero-carousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.theme2-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.65);
}

.theme2-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(18, 24, 32, 0.90) 0%, rgba(18, 24, 32, 0.65) 100%);
    z-index: 1;
}

.theme2-hero-content {
    position: relative;
    z-index: 2;
}

.theme2-hero-tagline {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.theme2-hero-title {
    font-family: var(--font-heading);
    font-size: 3.6rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.theme2-hero-desc {
    font-size: 1.05rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 580px;
}

/* 3D Device Screen Mockup */
.theme2-device-mockup {
    position: relative;
    perspective: 1200px;
    max-width: 560px;
    margin: 0 auto;
}

.theme2-screen-frame {
    background: #0f172a;
    border: 12px solid #1e293b;
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 201, 104, 0.3);
    overflow: hidden;
    transform: rotateY(-8deg) rotateX(4deg);
    transition: transform 0.5s ease;
}

.theme2-device-mockup:hover .theme2-screen-frame {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

.theme2-screen-frame img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.theme2-device-stand {
    width: 120px;
    height: 45px;
    background: linear-gradient(to bottom, #334155, #1e293b);
    margin: 0 auto;
}

.theme2-device-base {
    width: 240px;
    height: 14px;
    background: #475569;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.theme2-scroll-arrow {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: #ffffff;
    font-size: 1.6rem;
    animation: theme2Bounce 2s infinite;
    text-decoration: none;
}

@keyframes theme2Bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
    40% { transform: translateY(-12px) translateX(-50%); }
    60% { transform: translateY(-6px) translateX(-50%); }
}

/* ---------------------------------------------------- */
/* 4. INNER PAGE HERO BANNER                            */
/* ---------------------------------------------------- */
.theme2-inner-hero {
    background: linear-gradient(rgba(10, 15, 24, 0.82), rgba(10, 15, 24, 0.88)), url('https://images.unsplash.com/photo-1541829070764-84a7d30dd3f3?q=80&w=1920&auto=format&fit=crop') center center / cover no-repeat;
    padding-top: 170px;
    padding-bottom: 75px;
    color: #ffffff;
    position: relative;
}

.theme2-inner-hero-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
}

.theme2-inner-hero .breadcrumb-item + .breadcrumb-item::before {
    color: var(--theme2-green);
}

/* ---------------------------------------------------- */
/* 5. GENERAL SECTION HEADINGS & DIVIDERS               */
/* ---------------------------------------------------- */
.theme2-teachers-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    color: #2c3e50;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

.theme2-teachers-subtitle {
    font-size: 0.95rem;
    color: #7f8c8d;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.theme2-green-divider {
    width: 70px;
    height: 2px;
    background-color: var(--theme2-green);
    margin: 16px auto 0 auto;
    border-radius: 2px;
}

.btn-theme2-apply {
    background: var(--theme2-green);
    color: #ffffff;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 14px 34px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 201, 104, 0.4);
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-theme2-apply:hover {
    background: var(--theme2-green-hover);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 201, 104, 0.55);
}

.theme2-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--theme2-border);
    padding: 28px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.theme2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px -8px rgba(0, 201, 104, 0.15);
    border-color: rgba(0, 201, 104, 0.35);
}

.theme2-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--theme2-green-light);
    color: var(--theme2-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.theme2-card:hover .theme2-icon-box {
    background: var(--theme2-green);
    color: #ffffff;
    transform: rotate(6deg) scale(1.05);
}

/* ---------------------------------------------------- */
/* 6. EXPERT TEACHER CARDS & CAROUSEL                   */
/* ---------------------------------------------------- */
.theme2-teachers-section {
    background-color: #f7f9fb;
    padding: 80px 0;
}

.theme2-expert-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
}

.theme2-expert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 201, 104, 0.1);
}

.theme2-teacher-photo {
    width: 125px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.theme2-teacher-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
}

.theme2-teacher-socials a {
    color: #4a5568;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

.theme2-teacher-socials a:hover {
    color: var(--theme2-green);
}

.theme2-teacher-name {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 4px;
}

.theme2-teacher-subject {
    font-family: var(--font-heading);
    font-size: 0.825rem;
    font-weight: 700;
    color: var(--theme2-green);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

.theme2-teacher-bio {
    font-size: 0.815rem;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 16px;
}

.theme2-skill-item {
    margin-bottom: 8px;
}

.theme2-skill-item:last-child {
    margin-bottom: 0;
}

.theme2-skill-track {
    background-color: #f1f5f9;
    height: 18px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.theme2-skill-fill {
    background-color: var(--theme2-green);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #ffffff;
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* Carousel Navigation Dots */
.theme2-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.theme2-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--theme2-green);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.25s ease;
    outline: none;
}

.theme2-dot.active {
    background: var(--theme2-green);
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0, 201, 104, 0.4);
}

.theme2-dot:hover {
    transform: scale(1.3);
}

#theme2TeachersCarousel .carousel-inner {
    padding: 10px 4px;
}

/* ---------------------------------------------------- */
/* 7. FAQ ACCORDION SECTION                             */
/* ---------------------------------------------------- */
.theme2-faq-section {
    background-color: #ffffff;
}

.theme2-faq-card {
    background: #ffffff;
    border: 1px solid var(--theme2-border);
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.theme2-faq-card:hover {
    border-color: rgba(0, 201, 104, 0.4);
    box-shadow: 0 6px 18px rgba(0, 201, 104, 0.08);
}

.theme2-faq-btn {
    background: #ffffff;
    color: #1e293b;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.02rem;
    padding: 18px 24px;
    width: 100%;
    text-align: left;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.theme2-faq-btn:not(.collapsed) {
    background: var(--theme2-green-light);
    color: #0b7a42;
}

.theme2-faq-btn:focus {
    outline: none;
    box-shadow: none;
}

.theme2-faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.theme2-faq-btn:not(.collapsed) .theme2-faq-icon {
    background: var(--theme2-green);
    color: #ffffff;
    transform: rotate(180deg);
}

.theme2-faq-body {
    padding: 16px 24px 22px 24px;
    color: #64748b;
    font-size: 0.935rem;
    line-height: 1.7;
    background: #ffffff;
}

.theme2-faq-sidebar-box {
    background: linear-gradient(145deg, #121820 0%, #1a222d 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 36px 28px;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.theme2-faq-badge {
    background: rgba(0, 201, 104, 0.15);
    color: var(--theme2-green);
    font-weight: 700;
    font-size: 0.75rem;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.theme2-faq-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px 16px;
    transition: all 0.25s ease;
}

.theme2-faq-contact-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 201, 104, 0.35);
    transform: translateX(4px);
}

.theme2-faq-contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 201, 104, 0.15);
    color: var(--theme2-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin: 0 !important;
}

/* ---------------------------------------------------- */
/* 8. CONTACT SECTION & INFO CARDS                      */
/* ---------------------------------------------------- */
.theme2-contact-info-card {
    background: #f8fafc;
    border: 1px solid var(--theme2-border);
    border-radius: 12px;
    padding: 16px 20px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    gap: 16px;
}

.theme2-contact-info-card:hover {
    background: #ffffff;
    transform: translateY(-2px);
    border-color: rgba(0, 201, 104, 0.4);
    box-shadow: 0 8px 20px rgba(0, 201, 104, 0.08);
}

.theme2-contact-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--theme2-green-light);
    color: var(--theme2-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin: 0 !important;
    transition: all 0.25s ease;
}

.theme2-contact-info-card:hover .theme2-contact-icon-box {
    background: var(--theme2-green);
    color: #ffffff;
    transform: scale(1.05);
}

/* ---------------------------------------------------- */
/* 9. MOBILE NAVIGATION & OFFCANVAS                     */
/* ---------------------------------------------------- */
.btn-theme2-mobile-toggle {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-theme2-mobile-toggle:hover, .btn-theme2-mobile-toggle:focus {
    background: var(--theme2-green);
    color: #ffffff;
    border-color: var(--theme2-green);
    box-shadow: 0 4px 14px rgba(0, 201, 104, 0.4);
}

.theme2-offcanvas {
    background: #121820 !important;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 320px;
}

.theme2-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 20px;
}

.theme2-offcanvas .offcanvas-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.theme2-mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 4px;
}

.theme2-mobile-nav-link i {
    color: var(--theme2-green);
    font-size: 1.15rem;
    transition: transform 0.2s ease;
}

.theme2-mobile-nav-link:hover, .theme2-mobile-nav-link.active {
    background: rgba(0, 201, 104, 0.12);
    color: var(--theme2-green);
    padding-left: 18px;
}

.theme2-mobile-nav-link:hover i {
    transform: translateX(4px);
}

/* ---------------------------------------------------- */
/* 10. ABOUT SECTION FEATURE CARDS                      */
/* ---------------------------------------------------- */
.theme2-about-section {
    background-color: #f7f9fb;
}

.theme2-about-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 50px 30px 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
}

.theme2-about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 201, 104, 0.12);
}

.theme2-about-icon-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--theme2-green-light);
    color: var(--theme2-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 24px auto;
    transition: all 0.3s ease;
}

.theme2-about-card:hover .theme2-about-icon-circle {
    background: var(--theme2-green);
    color: #ffffff;
    transform: scale(1.08);
}

.theme2-about-card-title {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--theme2-green);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.theme2-about-card-text {
    font-size: 0.865rem;
    color: #7f8c8d;
    line-height: 1.65;
    max-width: 280px;
    margin: 0 auto;
}

/* ---------------------------------------------------- */
/* 11. CAMPUS VIDEO TOUR SECTION                        */
/* ---------------------------------------------------- */
.theme2-video-section {
    background-color: #ffffff;
}

.theme2-video-box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.theme2-video-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    filter: brightness(0.92);
    transition: transform 0.4s ease;
}

.theme2-video-box:hover img {
    transform: scale(1.03);
}

.theme2-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    background: var(--theme2-green);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4), 0 0 0 16px rgba(0, 201, 104, 0.25);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.theme2-video-play-btn:hover {
    background: var(--theme2-green-hover);
    color: #ffffff;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(0, 201, 104, 0.35);
}

.theme2-video-feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 24px;
}

.theme2-video-feature-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #555555;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.theme2-video-feature-list li i {
    color: var(--theme2-green);
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* ---------------------------------------------------- */
/* 12. FACTS COUNTER SECTION                            */
/* ---------------------------------------------------- */
.theme2-facts-section {
    position: relative;
    background: linear-gradient(rgba(18, 24, 32, 0.85), rgba(18, 24, 32, 0.88)), url('https://images.unsplash.com/photo-1509062522246-3755977927d7?q=80&w=1920&auto=format&fit=crop') center center / cover no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
    color: #ffffff;
}

.theme2-facts-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

.theme2-facts-subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.theme2-fact-box {
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 28px 12px 24px 12px;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    height: 100%;
}

.theme2-fact-box:hover {
    transform: translateY(-5px);
    background: rgba(0, 0, 0, 0.75);
    border-color: var(--theme2-green);
    box-shadow: 0 12px 24px rgba(0, 201, 104, 0.2);
}

.theme2-fact-icon {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 14px;
    display: inline-block;
}

.theme2-fact-number {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--theme2-green);
    line-height: 1.1;
    margin-bottom: 6px;
}

.theme2-fact-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

/* ---------------------------------------------------- */
/* 13. FOOTER SECTION                                   */
/* ---------------------------------------------------- */
.theme2-footer-wrap {
    background-color: #030609;
    color: #94a3b8;
    padding-top: 75px;
    padding-bottom: 25px;
    position: relative;
}

.theme2-subscribe-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

.theme2-subscribe-subtitle {
    font-size: 0.95rem;
    color: #94a3b8;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.theme2-subscribe-form-box {
    max-width: 540px;
    margin: 36px auto 70px auto;
}

.theme2-subscribe-input {
    height: 48px;
    border-radius: 4px 0 0 4px !important;
    border: none;
    padding: 10px 18px;
    font-size: 0.925rem;
    color: #2d3748;
}

.theme2-subscribe-input:focus {
    box-shadow: none;
    outline: none;
}

.btn-theme2-subscribe {
    background: var(--theme2-green);
    color: #ffffff;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    padding: 0 24px;
    border-radius: 0 4px 4px 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s ease;
}

.btn-theme2-subscribe:hover {
    background: var(--theme2-green-hover);
    color: #ffffff;
}

.theme2-footer-col-title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.theme2-footer-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--theme2-green);
    border-radius: 2px;
}

.theme2-footer-about-text {
    font-size: 0.865rem;
    line-height: 1.8;
    color: #94a3b8;
}

.theme2-footer-link {
    color: #94a3b8;
    font-size: 0.875rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

.theme2-footer-link i {
    font-size: 0.65rem;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.theme2-footer-link:hover {
    color: #ffffff;
    padding-left: 4px;
}

.theme2-footer-link:hover i {
    color: var(--theme2-green);
}

.theme2-footer-contact-item {
    font-size: 0.875rem;
    color: #94a3b8;
    margin-bottom: 12px;
    line-height: 1.6;
}

.theme2-footer-social-btn {
    width: 38px;
    height: 38px;
    background: #141c26;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.theme2-footer-social-btn:hover {
    background: var(--theme2-green);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-2px);
}

/* ---------------------------------------------------- */
/* 14. FLOATING BACK TO TOP BUTTON                      */
/* ---------------------------------------------------- */
.theme2-scroll-top-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    background: var(--theme2-green);
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 6px 20px rgba(0, 201, 104, 0.45);
    z-index: 1040;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.theme2-scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.theme2-scroll-top-btn:hover {
    background: var(--theme2-green-hover);
    color: #ffffff !important;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 201, 104, 0.6);
}

/* ---------------------------------------------------- */
/* 15. RESPONSIVE MEDIA QUERIES                         */
/* ---------------------------------------------------- */
@media (max-width: 991.98px) {
    .theme2-top-header-wrapper {
        position: relative;
        top: 0;
    }
    .theme2-top-pill-bar {
        font-size: 0.75rem;
        padding: 6px 14px;
        gap: 10px;
        border-radius: 0 0 10px 10px;
        width: 100%;
    }
    .theme2-navbar {
        position: relative;
        top: 0;
        background: rgba(18, 24, 32, 0.98);
        padding: 12px 0;
    }
    .theme2-navbar.scrolled {
        position: fixed;
        top: 0;
    }
    .theme2-inner-hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .theme2-inner-hero-title {
        font-size: 2.2rem;
    }
    .theme2-hero-wrapper {
        padding-top: 50px;
        min-height: auto;
    }
    .theme2-hero-title {
        font-size: 2.3rem;
    }
}
