/* Landing Page Specific Styles - Only applies to landing page */
.landing-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.6;
    color: #333;
    padding-top: 85px; /* Account for fixed navbar */
}

/* Typography Enhancement - Only for landing page */
.landing-page body,
.landing-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    color: #2c3e50;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px; /* Increased base font size */
}

.landing-page h1, 
.landing-page h2, 
.landing-page h3, 
.landing-page h4, 
.landing-page h5, 
.landing-page h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.landing-page h1 {
    font-size: 4.5rem; /* Increased for better hierarchy */
}

.landing-page h2 {
    font-size: 3.8rem; /* Increased for better visibility */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 3rem;
}

.landing-page h3 {
    font-size: 2.4rem; /* Increased */
}

.landing-page h4 {
    font-size: 1.9rem; /* Increased */
}

.landing-page h5 {
    font-size: 1.5rem;
}

.landing-page h6 {
    font-size: 1.3rem;
}

.landing-page p {
    color: #6c757d;
    font-size: 1.4rem; /* Increased from 1.3rem */
    line-height: 1.8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

/* Specific typography classes for components */
.landing-page .hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.8rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
    line-height: 1.1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .hero-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .hero-description {
    font-size: 1.4rem;
    color: white;
    margin-bottom: 2rem;
    line-height: 1.4;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .section-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .section-title {
    font-size: 3.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .section-description {
    font-size: 1.4rem;
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

/* Button typography */
.landing-page .hero-btn {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

/* Statistics and counters */
.landing-page .stat-number {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .stat-label {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    opacity: 0.9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .achievement-number {
    font-size: 2.4rem;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .achievement-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .achievement-desc {
    font-size: 1.0rem;
    color: #6c757d;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .timeline-year {
    font-size: 1.2rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .timeline-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .timeline-description {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .value-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .value-content p {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .badge-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.landing-page .badge-subtitle {
    font-size: 1.0rem;
    color: #667eea;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

/* Enhanced Professional Navbar - Only for landing page */
.landing-page .navbar-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.landing-page .navbar-area.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}

.landing-page .main-responsive-nav {
    display: none;
}

.landing-page .main-navbar {
    padding: 0;
}

.landing-page .navbar {
    padding: 20px 0;
    transition: padding 0.3s ease;
}

.landing-page .navbar.compact {
    padding: 15px 0;
}

.landing-page .navbar-brand {
    text-decoration: none;
    transition: transform 0.3s ease;
}

.landing-page .navbar-brand:hover {
    transform: scale(1.05);
}

.landing-page .navbar-brand img,
.landing-page .black-logo {
    height: auto !important;
    max-width: 70% !important;
    transition: all 0.3s ease;
}

.landing-page .navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 30px;
    margin-right: auto;
}

.landing-page .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.landing-page .mean-menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.landing-page .nav-item {
    position: relative;
}

.landing-page .nav-link {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.landing-page .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.landing-page .nav-link:hover,
.landing-page .nav-link.active {
    color: #667eea;
    /* background: rgba(102, 126, 234, 0.1); */
    transform: translateY(-1px);
}

.landing-page .nav-link:hover::before,
.landing-page .nav-link.active::before {
    width: 80%;
}

/* Dropdown styles only for landing page navigation - not for Header1.js */
.landing-page .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: none;
    border-radius: 12px;
    padding: 15px 0;
    min-width: 180px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    list-style: none;
    margin: 0;
    z-index: 1000;
}

.landing-page .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.landing-page .dropdown-menu .nav-link {
    padding: 12px 24px;
    color: #555;
    font-weight: 500;
    border-radius: 0;
    background: transparent;
}

.landing-page .dropdown-menu .nav-link::before {
    display: none;
}

.landing-page .dropdown-menu .nav-link:hover {
    color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    padding-left: 30px;
    transform: translateY(0);
}

/* Ensure Header1.js dropdowns are not affected by landing.css */
.landing-page .header-dashboard .dropdown-menu {
    all: revert !important;
}

.landing-page .header-dashboard .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.landing-page .others-options {
    margin-left: auto;
}

.landing-page .default-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 14px 32px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    /* display: inline-flex; */
    align-items: center;
    gap: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    text-transform: uppercase;
}

.landing-page .default-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    transition: left 0.5s ease;
}

.landing-page .default-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
    color: white;
    text-decoration: none;
}

.landing-page .default-btn:hover::before {
    left: 100%;
}

.landing-page .default-btn:active {
    transform: translateY(-1px) scale(1.02);
}

.landing-page .default-btn span {
    position: relative;
    z-index: 1;
}

/* Add a subtle pulse animation - Only for landing page */
@keyframes landingPulse {
    0% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    }
    100% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }
}

.landing-page .default-btn {
    animation: landingPulse 3s infinite;
}

.landing-page .default-btn:hover {
    animation: none;
}

/* Container Styles - Only for landing page */
.landing-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.landing-page .container-fluid {
    padding: 0 15px;
}

/* Grid System - Only for landing page */
.landing-page .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.landing-page .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.landing-page .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.landing-page .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.landing-page .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.landing-page .col-lg-12 { flex: 0 0 100%; max-width: 100%; }

.landing-page .col-md-6 { flex: 0 0 50%; max-width: 50%; }
.landing-page .col-md-12 { flex: 0 0 100%; max-width: 100%; }

.landing-page [class*="col-"] {
    padding: 0 15px;
}

/* Section Spacing - Only for landing page */
.landing-page .pt-100 { padding-top: 100px; }
.landing-page .pb-70 { padding-bottom: 70px; }
.landing-page .ptb-100 { padding: 100px 0; }

/* Text Utilities - Only for landing page */
.landing-page .text-center { text-align: center; }
.landing-page .text-danger { color: #dc3545; }

/* Mobile Navigation Styles - Only for landing page */
.landing-page .main-responsive-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.landing-page .mobile-nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.landing-page .mobile-order-btn {
    padding: 8px 20px;
    font-size: 12px;
    border-radius: 20px;
}

.landing-page .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.landing-page .mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.landing-page .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.landing-page .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.landing-page .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.landing-page .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.landing-page .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.landing-page .mobile-nav {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.landing-page .mobile-nav .nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.landing-page .mobile-nav .nav-item:last-child {
    border-bottom: none;
}

.landing-page .mobile-nav .nav-link {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 0;
}

.landing-page .mobile-nav .nav-link:hover,
.landing-page .mobile-nav .nav-link.active {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    padding-left: 30px;
}

.landing-page .mobile-nav .nav-link::before {
    display: none;
}

.landing-page .mobile-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.landing-page .mobile-nav .nav-item:hover .mobile-dropdown {
    max-height: 200px;
}

.landing-page .mobile-dropdown .nav-link {
    padding: 10px 40px;
    font-size: 14px;
    color: #666;
}

.landing-page .mobile-dropdown .nav-link:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.05);
}

/* Close mobile menu when clicking outside */
.landing-page .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.landing-page .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive Styles - Only for landing page */
@media (max-width: 992px) {
    .landing-page .col-lg-3 { flex: 0 0 50%; max-width: 50%; }
    .landing-page .col-lg-4 { flex: 0 0 50%; max-width: 50%; }
    .landing-page .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
    .landing-page .col-lg-8 { flex: 0 0 100%; max-width: 100%; }
    
    .landing-page .navbar-nav {
        gap: 20px;
    }
    
    .landing-page .main-responsive-nav {
        display: block;
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    
    .landing-page .main-navbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .landing-page .col-md-6 { flex: 0 0 100%; max-width: 100%; }
    
    .landing-page .pt-100 { padding-top: 60px; }
    .landing-page .pb-70 { padding-bottom: 40px; }
    .landing-page .ptb-100 { padding: 60px 0; }
    
    .landing-page .navbar-nav {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .landing-page .others-options {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .landing-page .mobile-order-btn {
        padding: 6px 16px;
        font-size: 11px;
    }
    
    .landing-page .logo img,
    .landing-page .black-logo {
        width: 120px !important;
        max-height: 35px !important;
    }
}

@media (max-width: 480px) {
    .landing-page .mobile-nav-actions {
        gap: 10px;
    }
    
    .landing-page .mobile-order-btn {
        padding: 5px 12px;
        font-size: 10px;
    }
    
    .landing-page .logo img,
    .landing-page .black-logo {
        width: 100px !important;
        max-height: 30px !important;
    }
}

/* Smooth Scrolling - Only for landing page */
.landing-page {
    scroll-behavior: smooth;
}

/* Focus Styles for Accessibility - Only for landing page */
.landing-page button:focus,
.landing-page a:focus,
.landing-page input:focus,
.landing-page textarea:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Loading Animation - Only for landing page */
@keyframes landingFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.landing-page .fade-in {
    animation: landingFadeIn 0.6s ease-out;
}

/* Icon Fonts - Only for landing page */
.landing-page .bx {
    font-family: 'boxicons';
}

.landing-page .flaticon-idea::before { content: "💡"; }
.landing-page .flaticon-talent::before { content: "🎯"; }
.landing-page .flaticon-responsibility::before { content: "🤝"; }
.landing-page .flaticon-clock::before { content: "🕒"; }
.landing-page .flaticon-pin::before { content: "📍"; }
.landing-page .flaticon-phone-call::before { content: "📞"; }
.landing-page .flaticon-email::before { content: "✉️"; }
.landing-page .flaticon-mail::before { content: "📧"; }
.landing-page .flaticon-telephone::before { content: "☎️"; }
.landing-page .flaticon-twitter::before { content: "🐦"; }
.landing-page .flaticon-instagram::before { content: "📷"; }
.landing-page .flaticon-facebook::before { content: "📘"; }
.landing-page .flaticon-linkedin::before { content: "💼"; }

/* Print Styles - Only for landing page */
@media print {
    .landing-page .navbar-area,
    .landing-page .modal-overlay {
        display: none !important;
    }
}
