/*
 * Technyder Styles - Version 20250211001
 * Last Updated: 2025-02-11 - MOBILE NAVIGATION FIX
 * PRODUCTION VERSION - All pages must reference this exact version
 * If you see this comment, the CSS is loading correctly
 * MOBILE RESPONSIVE NAVIGATION COMPLETE FIX
 */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lexend', 'Inter', sans-serif;
    line-height: 1.6;
    color: #021934;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(221, 156, 107, 0.2);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Desktop nav-right - inline with navbar */
.nav-right {
    display: flex !important;
    align-items: center !important;
    gap: 2.5rem !important;
    flex-wrap: nowrap !important;
    margin-left: 6rem !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    flex-direction: row !important;
}

.nav-logo h2 {
    color: #6366f1;
    font-weight: 700;
}

.nav-logo a {
    text-decoration: none;
    color: inherit;
}

.logo-img {
    height: 40px;
    width: 160px;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    position: relative;
    margin: 0;
    align-items: center;
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-link,
.nav-menu>li>a {
    text-decoration: none !important;
    color: #374151;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    border-radius: 6px;
    min-height: 44px;
    box-sizing: border-box;
    white-space: nowrap;
}

.nav-link:hover,
.nav-menu>li>a:hover {
    color: #DD9C6B !important;
    background: rgba(221, 156, 107, 0.1);
    text-decoration: none !important;
}

/* Override for Admin Link - Technyder Brand Navy */
.nav-menu>li>a.admin-link {
    color: white !important;
    background: linear-gradient(135deg, #021934 0%, #003366 100%) !important;
    border: 2px solid #021934 !important;
}

.nav-menu>li>a.admin-link:hover {
    color: white !important;
    background: linear-gradient(135deg, #003366 0%, #021934 100%) !important;
    border-color: rgba(221, 156, 107, 0.5) !important;
}

/* Admin Link Styling - Technyder Brand Gradient */
.navbar .nav-menu>li>a.admin-link,
.nav-menu>li>a.admin-link,
.nav-container .nav-menu .admin-link,
a.admin-link {
    background: linear-gradient(135deg, #021934 0%, #003366 100%) !important;
    color: white !important;
    border: 2px solid #021934 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-family: 'Lexend', 'Inter', sans-serif !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(2, 25, 52, 0.2) !important;
}

.navbar .nav-menu>li>a.admin-link:hover,
.nav-menu>li>a.admin-link:hover,
.nav-container .nav-menu .admin-link:hover,
a.admin-link:hover {
    background: linear-gradient(135deg, #003366 0%, #021934 100%) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(2, 25, 52, 0.4) !important;
    text-decoration: none !important;
    border-color: rgba(221, 156, 107, 0.5) !important;
}

/* Admin Link on Dark Navbar (when scrolled) - Technyder Brand */
.navbar.scrolled .nav-menu>li>a.admin-link,
.navbar.scrolled .nav-container .nav-menu .admin-link,
.navbar.scrolled a.admin-link {
    background: linear-gradient(135deg, #021934 0%, #003366 100%) !important;
    color: white !important;
    border-color: #021934 !important;
}

.navbar.scrolled .nav-menu>li>a.admin-link:hover,
.navbar.scrolled .nav-container .nav-menu .admin-link:hover,
.navbar.scrolled a.admin-link:hover {
    background: linear-gradient(135deg, #003366 0%, #021934 100%) !important;
    color: white !important;
    border-color: rgba(221, 156, 107, 0.5) !important;
}

/* Admin Link with Data Theme - Technyder Brand */
.nav-menu>li>a.admin-link[data-theme="dark"],
.nav-container .nav-menu .admin-link[data-theme="dark"],
a.admin-link[data-theme="dark"] {
    background: linear-gradient(135deg, #021934 0%, #003366 100%) !important;
    color: white !important;
    border-color: #021934 !important;
}

.nav-menu>li>a.admin-link[data-theme="dark"]:hover,
.nav-container .nav-menu .admin-link[data-theme="dark"]:hover,
a.admin-link[data-theme="dark"]:hover {
    background: linear-gradient(135deg, #003366 0%, #021934 100%) !important;
    color: white !important;
    border-color: rgba(221, 156, 107, 0.5) !important;
}

/* WhatsApp Phone Button - Technyder Brand */
.nav-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #021934;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(221, 156, 107, 0.1);
    border: 2px solid rgba(221, 156, 107, 0.3);
}

.nav-phone:hover {
    background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.4);
    border-color: #DD9C6B;
}

.nav-phone:hover span {
    color: white;
}

.nav-phone i {
    color: #DD9C6B;
    font-size: 1.1rem;
}

.nav-phone:hover i {
    color: white;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    background: none;
    border: none;
    position: relative;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #374151;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Desktop Navigation Override (769px and above) */
@media (min-width: 769px) {
    .hamburger {
        display: none !important;
    }

    .nav-right {
        position: static !important;
        width: auto !important;
        height: auto !important;
        max-width: none !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        flex-direction: row !important;
        right: auto !important;
        overflow: visible !important;
        display: flex !important;
        align-items: center !important;
    }

    .nav-menu {
        display: flex !important;
        flex-direction: row !important;
        position: static !important;
        background: transparent !important;
        width: auto !important;
        box-shadow: none !important;
        padding: 0 !important;
        gap: 0.5rem !important;
    }

    .nav-menu li {
        border-bottom: none !important;
        margin: 0 !important;
    }

    .nav-phone {
        display: flex !important;
        border-top: none !important;
        padding: 0.5rem 1rem !important;
    }
}

/* Mega Menu */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
    border-top: 3px solid #DD9C6B;
}

.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.service-column h4 {
    color: #021934;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-column h4 i {
    color: #DD9C6B;
}

.service-column ul {
    list-style: none;
    padding: 0;
}

.service-column ul li {
    margin-bottom: 0.5rem;
}

.service-column ul li a {
    color: #64748b;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: block;
    padding: 0.5rem 0;
    border-radius: 4px;
}

.service-column ul li a:hover {
    color: #DD9C6B;
    padding-left: 0.5rem;
    background: rgba(221, 156, 107, 0.05);
}

/* Mobile Navigation Styles - LIVE SERVER COMPATIBLE */
@media screen and (max-width: 768px) {

    /* Force hamburger display on mobile */
    .navbar .hamburger,
    .nav-container .hamburger,
    .hamburger {
        display: flex !important;
        flex-direction: column !important;
        cursor: pointer !important;
        padding: 0.5rem !important;
        z-index: 1001 !important;
        background: none !important;
        border: none !important;
        position: relative !important;
    }

    /* Mobile menu container - High specificity for live servers */
    .navbar .nav-right,
    .nav-container .nav-right,
    .nav-right {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 100% !important;
        height: 100vh !important;
        background: white !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        padding: 6rem 0 3rem !important;
        transition: right 0.3s ease !important;
        z-index: 1000 !important;
        overflow-y: auto !important;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1) !important;
        display: flex !important;
    }

    .navbar .nav-right.active,
    .nav-container .nav-right.active,
    .nav-right.active {
        right: 0 !important;
    }

    /* Mobile menu items - High specificity */
    .navbar .nav-menu,
    .nav-container .nav-menu,
    .nav-right .nav-menu,
    .nav-menu {
        flex-direction: column !important;
        width: 100% !important;
        gap: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 2rem !important;
        display: flex !important;
        list-style: none !important;
        padding: 0 0 2rem 0 !important;
    }

    .navbar .nav-menu.active,
    .nav-container .nav-menu.active,
    .nav-right .nav-menu.active,
    .nav-menu.active {
        display: flex !important;
    }

    .navbar .nav-item,
    .nav-container .nav-item,
    .nav-menu .nav-item,
    .nav-item {
        width: 100% !important;
        border-bottom: 1px solid #f1f5f9 !important;
        display: block !important;
    }

    /* Mobile navigation links - Maximum specificity for live servers */
    .navbar .nav-link,
    .navbar .nav-menu>li>a,
    .nav-container .nav-link,
    .nav-container .nav-menu>li>a,
    .nav-right .nav-link,
    .nav-right .nav-menu>li>a,
    .nav-menu>li>a,
    .nav-link {
        padding: 1.25rem 2rem !important;
        font-size: 1.1rem !important;
        border-radius: 0 !important;
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
        min-height: auto !important;
        border-bottom: none !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
        color: #374151 !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
        box-sizing: border-box !important;
    }

    .navbar .nav-link:hover,
    .navbar .nav-menu>li>a:hover,
    .nav-container .nav-link:hover,
    .nav-container .nav-menu>li>a:hover,
    .nav-right .nav-link:hover,
    .nav-right .nav-menu>li>a:hover,
    .nav-menu>li>a:hover,
    .nav-link:hover {
        background: rgba(221, 156, 107, 0.1) !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        color: #DD9C6B !important;
    }

    /* Ensure Services dropdown link is also centered - Maximum specificity */
    .navbar .dropdown .nav-link,
    .navbar .dropdown>a,
    .navbar .services-link,
    .nav-container .dropdown .nav-link,
    .nav-container .dropdown>a,
    .nav-container .services-link,
    .nav-right .dropdown .nav-link,
    .nav-right .dropdown>a,
    .nav-right .services-link,
    .dropdown .nav-link,
    .dropdown>a,
    .services-link {
        justify-content: center !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }

    /* Center the chevron icon in Services */
    .navbar .services-link i,
    .nav-container .services-link i,
    .nav-right .services-link i,
    .services-link i {
        margin-left: 0.25rem !important;
        font-size: 0.8rem !important;
    }

    /* Mobile Mega Menu */
    .dropdown .mega-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: #f8fafc;
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .dropdown:hover .mega-menu,
    .dropdown.active .mega-menu {
        max-height: 1000px;
    }

    .mega-menu-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem 2rem;
    }

    .service-column {
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 1.5rem;
    }

    .service-column:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .service-column h4 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        color: #DD9C6B;
    }

    .service-column ul li a {
        padding: 0.75rem 1rem;
        margin-bottom: 0.25rem;
        border-radius: 6px;
        background: white;
        border: 1px solid #e2e8f0;
    }

    .service-column ul li a:hover {
        background: #DD9C6B;
        color: white;
        padding-left: 1rem;
        border-color: #DD9C6B;
    }

    /* Mobile WhatsApp Phone Button - Technyder Brand */
    .nav-phone {
        padding: 1.2rem 2rem;
        justify-content: center;
        background: rgba(221, 156, 107, 0.15);
        border-top: 2px solid rgba(221, 156, 107, 0.4);
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        border-radius: 0;
        text-decoration: none;
        color: #DD9C6B;
        font-weight: 600;
    }

    .nav-phone:hover {
        background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%);
        color: white;
        transform: none;
        box-shadow: none;
    }

    .nav-phone i {
        font-size: 1.2rem;
    }

    /* Mobile Admin Link */
    .admin-link {
        margin: 0.5rem 1rem !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 1rem 2rem !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        font-size: 1rem !important;
        border-width: 2px !important;
    }

    .admin-link:hover {
        transform: none !important;
        box-shadow: 0 2px 8px rgba(221, 156, 107, 0.2) !important;
    }

    /* Mobile Admin Link - Technyder Brand Navy */
    .admin-link {
        color: white !important;
        border-color: #021934 !important;
        background: linear-gradient(135deg, #021934 0%, #003366 100%) !important;
        font-weight: 600 !important;
    }

    .admin-link:hover {
        background: linear-gradient(135deg, #003366 0%, #021934 100%) !important;
        color: white !important;
        border-color: rgba(221, 156, 107, 0.5) !important;
    }

    /* Mobile scrolled state - Technyder Brand */
    .navbar.scrolled .admin-link,
    .admin-link[data-theme="dark"] {
        color: white !important;
        border-color: #021934 !important;
        background: linear-gradient(135deg, #021934 0%, #003366 100%) !important;
    }

    .navbar.scrolled .admin-link:hover,
    .admin-link[data-theme="dark"]:hover {
        background: linear-gradient(135deg, #003366 0%, #021934 100%) !important;
        color: white !important;
        border-color: rgba(221, 156, 107, 0.5) !important;
    }
}

/* Responsive Admin Link - Tablet */
@media (max-width: 992px) and (min-width: 769px) {
    .admin-link {
        padding: 0.6rem 1rem !important;
        font-size: 0.9rem !important;
    }
}

/* Responsive Admin Link - Large Mobile */
@media (max-width: 480px) {
    .admin-link {
        margin: 0.75rem 1rem !important;
        padding: 1.2rem 2rem !important;
        font-size: 1rem !important;
        border-width: 2px !important;
        min-height: 52px !important;
    }

    /* Ensure proper contrast on small screens - Admin Link Technyder Brand */
    .admin-link {
        background: linear-gradient(135deg, #021934 0%, #003366 100%) !important;
        color: white !important;
        border-color: #021934 !important;
    }

    .admin-link:hover {
        background: linear-gradient(135deg, #003366 0%, #021934 100%) !important;
        border-color: rgba(221, 156, 107, 0.5) !important;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .admin-link {
        margin: 0.5rem 0.75rem !important;
        padding: 1rem 1.5rem !important;
        font-size: 0.95rem !important;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .admin-link {
        padding: 0.75rem 1.5rem !important;
        min-height: 44px !important;
        font-size: 0.9rem !important;
    }
}

/* High Contrast Mode Support - Admin Link Only */
@media (prefers-contrast: high) {
    .admin-link {
        border-width: 3px !important;
        font-weight: 600 !important;
    }
}

/* Reduced Motion Support - Admin Link Only */
@media (prefers-reduced-motion: reduce) {
    .admin-link {
        transition: none !important;
    }

    .admin-link:hover {
        transform: none !important;
    }
}

/* Production Fix - Ensure Consistent Styling */
/* Blog Section Final Override */
.blog-section {
    padding: 4rem 0 !important;
    background: #f8fafc !important;
    margin-top: 2rem !important;
    position: relative !important;
    z-index: 1 !important;
}

.blog-preview-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 2rem !important;
    margin-bottom: 3rem !important;
}

.blog-preview-card {
    background: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.blog-preview-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 1.5rem !important;
}

.blog-preview-content p {
    flex: 1 !important;
    margin-bottom: 1rem !important;
}

.blog-preview-image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}

.blog-section-cta {
    text-align: center !important;
    padding: 3rem 2rem !important;
    background: white !important;
    border-radius: 16px !important;
    margin-top: 3rem !important;
    border-top: 1px solid rgba(221, 156, 107, 0.2) !important;
}

/* CRITICAL MOBILE NAVIGATION OVERRIDE - LIVE SERVER COMPATIBILITY */
/* This section ensures mobile navigation works on all live servers */
@media screen and (max-width: 768px) {

    /* Force mobile menu visibility and behavior */
    html .navbar .hamburger,
    html .nav-container .hamburger,
    html body .hamburger {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Force mobile menu positioning - slides from RIGHT */
    html .navbar .nav-right,
    html .nav-container .nav-right,
    html body .nav-right {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 100% !important;
        max-width: 320px !important;
        height: 100vh !important;
        background: white !important;
        z-index: 1001 !important;
        transition: right 0.3s ease !important;
        padding-top: 5rem !important;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1) !important;
        overflow-y: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }

    html .navbar .nav-right.active,
    html .nav-container .nav-right.active,
    html body .nav-right.active {
        right: 0 !important;
    }

    /* Force mobile menu item centering */
    html .navbar .nav-menu>li>a,
    html .nav-container .nav-menu>li>a,
    html body .nav-menu>li>a,
    html .nav-right .nav-menu>li>a {
        justify-content: center !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        padding: 1.25rem 2rem !important;
    }

    /* Force Services link centering */
    html .navbar .services-link,
    html .nav-container .services-link,
    html body .services-link,
    html .nav-right .services-link {
        justify-content: center !important;
        text-align: center !important;
    }

    /* Nav-menu is always visible inside nav-right, nav-right handles show/hide */
    html .navbar .nav-menu,
    html .nav-container .nav-menu,
    html body .nav-menu {
        display: flex !important;
        flex-direction: column !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        width: 100% !important;
    }
}

/* END CRITICAL MOBILE NAVIGATION OVERRIDE */

/* Header Fix */
.navbar {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 1000 !important;
    padding: 1rem 0 !important;
    transition: all 0.3s ease !important;
    border-bottom: 1px solid rgba(221, 156, 107, 0.2) !important;
    min-height: 70px !important;
}

.nav-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 50px !important;
}

/* Body padding to account for fixed navbar */
body {
    padding-top: 80px !important;
}

/* Page content spacing fixes */
.hero,
.team-hero,
.service-hero,
.company-hero,
.blog-hero,
.careers-hero,
.contact-hero {
    margin-top: 0 !important;
    padding-top: 6rem !important;
}

/* Mobile body padding adjustment */
@media (max-width: 768px) {
    body {
        padding-top: 70px !important;
    }

    .hero,
    .team-hero,
    .service-hero,
    .company-hero,
    .blog-hero,
    .careers-hero,
    .contact-hero {
        padding-top: 4rem !important;
    }

    /* Mobile navbar height adjustment */
    .navbar {
        min-height: 60px !important;
        padding: 0.75rem 0 !important;
    }

    .nav-container {
        min-height: 44px !important;
        padding: 0 15px !important;
    }

    /* Logo size adjustment for mobile */
    .logo-img {
        height: 35px !important;
        width: 140px !important;
    }
}

/* Mobile Blog Responsive Final */
@media (max-width: 768px) {
    .blog-section {
        padding: 3rem 0 !important;
    }

    .blog-preview-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .blog-section-cta {
        padding: 2rem 1.5rem !important;
    }
}

/* Team Page Styles - Moved from inline */
.team-hero {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%) !important;
    color: white !important;
    padding: 8rem 0 4rem !important;
    margin-top: 80px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.team-hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="team-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23team-grain)"/></svg>') !important;
    opacity: 0.3 !important;
}

.team-hero-content {
    position: relative !important;
    z-index: 1 !important;
}

.team-hero h1 {
    font-family: 'Lexend', sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 1.5rem !important;
}

.team-hero p {
    font-size: 1.25rem !important;
    margin-bottom: 2rem !important;
    opacity: 0.9 !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.team-stats {
    display: flex !important;
    justify-content: center !important;
    gap: 3rem !important;
    margin-top: 3rem !important;
}

.team-stat {
    text-align: center !important;
}

.team-stat .number {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #DD9C6B !important;
    display: block !important;
}

.team-stat .label {
    font-size: 0.9rem !important;
    opacity: 0.8 !important;
}

.team-content {
    padding: 6rem 0 !important;
    background: #f8fafc !important;
}

.team-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 3rem !important;
    margin-bottom: 4rem !important;
}

.team-member {
    background: white !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    text-align: center !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
}

.team-member:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.team-member-avatar {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    margin: 0 auto 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: white !important;
}

.team-member h3 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 0.5rem !important;
}

.team-member .role {
    color: #DD9C6B !important;
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
}

.team-member .bio {
    color: #6b7280 !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
}

.team-member .skills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    justify-content: center !important;
    margin-bottom: 1.5rem !important;
}

.skill-tag {
    background: #f3f4f6 !important;
    color: #374151 !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 20px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

.team-member .social-links {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
}

.social-link {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #f3f4f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #6b7280 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.social-link:hover {
    background: #DD9C6B !important;
    color: white !important;
    transform: translateY(-2px) !important;
}

.team-cta {
    text-align: center !important;
    background: white !important;
    padding: 3rem 2rem !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
}

.team-cta h3 {
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 1rem !important;
}

.team-cta p {
    color: #6b7280 !important;
    margin-bottom: 2rem !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Team Pagination Styles */
.team-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
    padding: 2rem 0;
    border-top: 1px solid #e5e7eb;
}

.team-pagination .pagination-info {
    text-align: center;
    margin-bottom: 2rem;
}

.team-pagination .pagination-info span {
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 500;
}

.team-pagination .pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.team-pagination .pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.team-pagination .pagination-btn:hover {
    background: #DD9C6B;
    color: white;
    border-color: #DD9C6B;
    transform: translateY(-1px);
}

.team-pagination .pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.team-pagination .pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.team-pagination .pagination-number:hover {
    background: #DD9C6B;
    color: white;
    border-color: #DD9C6B;
    transform: translateY(-1px);
}

.team-pagination .pagination-number.active {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    border-color: #DD9C6B;
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.team-pagination .pagination-dots {
    padding: 0 0.5rem;
    color: #9ca3af;
    font-weight: 600;
}

/* Team Page Mobile Responsive */
@media (max-width: 768px) {
    .team-hero h1 {
        font-size: 2.5rem !important;
    }

    .team-stats {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }

    .team-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .team-member {
        padding: 1.5rem !important;
    }

    .team-cta {
        padding: 2rem 1.5rem !important;
    }

    .team-pagination {
        margin-top: 3rem;
        padding: 1.5rem 0;
    }

    .team-pagination .pagination-controls {
        flex-direction: column;
        gap: 1.5rem;
    }

    .team-pagination .pagination-btn {
        order: 2;
        padding: 0.625rem 1.25rem;
        font-size: 0.9rem;
    }

    .team-pagination .pagination-numbers {
        order: 1;
        flex-wrap: wrap;
        justify-content: center;
    }

    .team-pagination .pagination-number {
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .team-hero {
        padding: 6rem 0 3rem !important;
    }

    .team-hero h1 {
        font-size: 2rem !important;
    }

    .team-hero p {
        font-size: 1rem !important;
    }

    .team-member-avatar {
        width: 100px !important;
        height: 100px !important;
        font-size: 2rem !important;
    }
}

.nav-link i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.1rem;
}

.nav-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-search:hover {
    background: #DD9C6B;
    color: white;
}

.nav-search i {
    color: #DD9C6B;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-search:hover i {
    color: white;
}

.nav-phone {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: #021934 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.nav-phone i {
    color: #DD9C6B !important;
    font-size: 1rem !important;
    flex-shrink: 0 !important;
}

.nav-phone span {
    color: #021934 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.dropdown:hover .nav-link i {
    transform: rotate(180deg);
}

/* Mega Menu */
.mega-menu {
    position: absolute;
    top: 100%;
    left: -200px;
    width: 800px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid #e2e8f0;
}

.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 2rem;
}

.service-column h4 {
    color: #1e293b;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.service-column h4 i {
    color: #6366f1;
    font-size: 1.1rem;
}

.service-column ul {
    list-style: none;
}

.service-column ul li {
    margin-bottom: 0.5rem;
}

.service-column ul li a {
    color: #64748b;
    text-decoration: none !important;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: block;
    padding: 0.5rem 0;
    border-radius: 6px;
    padding-left: 0.5rem;
}

.service-column ul li a:hover {
    color: #DD9C6B !important;
    background: #f1f5f9;
    padding-left: 1rem;
    text-decoration: none !important;
}

.admin-link {
    background: #ff6b35;
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    position: relative;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: white;
}

.highlight {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #ffd700;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    color: #FFFFFF;
}

.hero-cta {
    display: flex;
    gap: 1rem;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: #DD9C6B;
    color: white;
}

.btn-primary:hover {
    background: #C0A876;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: #DD9C6B;
    border: 2px solid #DD9C6B;
}

.btn-secondary:hover {
    background: #DD9C6B;
    color: white;
}

/* Floating Cards Animation */
.hero-visual {
    position: relative;
    height: 400px;
}

.floating-cards {
    position: relative;
    width: 100%;
    height: 100%;
}

.card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    animation: float 6s ease-in-out infinite;
}

.card i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #ffd700;
}

.card span {
    display: block;
    font-weight: 500;
}

.card.web-dev {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.card.mobile {
    top: 10%;
    right: 20%;
    animation-delay: 1.5s;
}

.card.automation {
    bottom: 30%;
    left: 20%;
    animation-delay: 3s;
}

.card.data {
    bottom: 20%;
    right: 10%;
    animation-delay: 4.5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Services Section */
.services {
    padding: 6rem 0 2rem 0;
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-family: 'Lexend', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #021934;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-card.featured {
    border: 2px solid #6366f1;
    transform: scale(1.05);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-icon i {
    font-size: 1.5rem;
    color: white;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.service-description {
    color: #64748b;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-features li {
    padding: 0.5rem 0;
    color: #475569;
    position: relative;
    padding-left: 1.5rem;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.service-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.service-tech span {
    background: #e2e8f0;
    color: #475569;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.service-cta {
    background: #6366f1;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.service-cta:hover {
    background: #4f46e5;
    transform: translateY(-2px);
}

/* About Section */
.about {
    padding: 6rem 0;
    background: white;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.about-intro {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature i {
    font-size: 1.5rem;
    color: #6366f1;
    margin-top: 0.25rem;
}

.feature h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

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

.team-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.stat-card .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-card .stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Blog Section */
.blog {
    padding: 6rem 0;
    background: #f8fafc;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-post {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-post-image {
    height: 200px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.blog-post-content {
    padding: 1.5rem;
}

.blog-post-meta {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.blog-post h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.blog-post p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-post-link {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
}

.blog-cta {
    text-align: center;
}

/* Newsletter Section */
.newsletter {
    padding: 4rem 0;
    background: linear-gradient(135deg, #1f2937, #111827);
    color: white;
}

.newsletter-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.newsletter-text h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.newsletter-text p {
    opacity: 0.9;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}

.newsletter-form button {
    padding: 1rem 2rem;
    background: #ffd700;
    color: #333;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: #ffed4e;
    transform: translateY(-2px);
}

/* Contact Section */
.contact {
    padding: 6rem 0;
    background: white;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.contact-info p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item i {
    font-size: 1.25rem;
    color: #6366f1;
    width: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #6366f1;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    padding: 4rem 0 1rem;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-grain)"/></svg>');
    opacity: 0.3;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

/* Column 1: Brand & Social */
.footer-brand .footer-logo h2 {
    color: #ffd700;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-brand .footer-logo p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-links a:hover {
    background: #ffd700;
    color: #1e293b;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* Column 2: Services */
.footer-services h4 {
    color: #ffd700;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-services ul {
    list-style: none;
}

.footer-services ul li {
    margin-bottom: 0.75rem;
}

.footer-services ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    position: relative;
    padding-left: 0;
}

.footer-services ul li a:hover {
    color: #ffd700;
    padding-left: 0.5rem;
}

.footer-services ul li a::before {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #ffd700;
    transition: width 0.3s ease;
}

.footer-services ul li a:hover::before {
    width: 0.25rem;
}

/* Column 3: Contact Info */
.footer-contact h4 {
    color: #ffd700;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-contact .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer-contact .contact-item i {
    color: #ffd700;
    font-size: 1.1rem;
    margin-top: 0.2rem;
    min-width: 16px;
}

.footer-contact .contact-item div p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Column 4: Newsletter */
.footer-newsletter h4 {
    color: #ffd700;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-newsletter p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.newsletter-form {
    margin-bottom: 1.5rem;
}

.newsletter-input {
    display: flex;
    background: transparent;
    backdrop-filter: none;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.newsletter-input:focus-within {
    border: none;
    box-shadow: none;
}

.newsletter-input input {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 0.75rem 1rem;
    color: white;
    font-size: 0.95rem;
    outline: none;
    border-radius: 8px 0 0 8px;
}

.newsletter-input input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-input button {
    background: #ffd700;
    color: #1e293b;
    border: none;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    border-radius: 0 8px 8px 0;
}

.newsletter-input button:hover {
    background: #ffed4e;
    transform: scale(1.05);
}

.newsletter-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.benefit-item i {
    color: #ffd700;
    font-size: 0.8rem;
}

.benefit-item span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive Footer */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
        margin-bottom: 1rem;
    }

    .social-links {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-brand {
        grid-column: auto;
        margin-bottom: 0;
    }

    .footer-contact .contact-item {
        justify-content: center;
    }

    .newsletter-input {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Success Messages */
.success-message {
    background: #10b981;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: none;
}

.error-message {
    background: #ef4444;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: none;
}

/* Enhanced Landing Page Section Padding */
.hero {
    padding: 8rem 0 6rem;
}

.featured-services {
    padding: 8rem 0 6rem;
}

.testimonials {
    padding: 8rem 0 6rem;
}

.contact {
    padding: 8rem 0 6rem;
}

.services {
    padding: 8rem 0 6rem;
}

.about {
    padding: 8rem 0 6rem;
}

.newsletter {
    padding: 6rem 0;
}

/* Blog Page Styles */
.blog-hero {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    padding: 8rem 0 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.blog-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.blog-hero-content {
    position: relative;
    z-index: 1;
}

.blog-hero h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.blog-posts {
    padding: 6rem 0;
    background: #f8fafc;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-preview-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-preview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-preview-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-preview-card:hover .blog-preview-image img {
    transform: scale(1.05);
}

.blog-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.blog-category-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #DD9C6B;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.blog-preview-content {
    padding: 1.5rem;
}

.blog-preview-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #64748b;
}

.blog-author {
    font-weight: 500;
    color: #374151;
}

.blog-date {
    color: #64748b;
}

.blog-preview-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-preview-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-preview-content h3 a:hover {
    color: #DD9C6B;
}

.blog-preview-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-read-more {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    color: #DD9C6B;
    gap: 0.75rem;
}

.blog-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid #e2e8f0;
}

.pagination-info {
    color: #64748b;
    font-size: 0.9rem;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-btn:hover {
    background: #f8fafc;
    border-color: #DD9C6B;
    color: #DD9C6B;
}

.pagination-numbers {
    display: flex;
    gap: 0.5rem;
}

.pagination-number {
    padding: 0.75rem 1rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 44px;
    text-align: center;
}

.pagination-number:hover {
    background: #f8fafc;
    border-color: #DD9C6B;
    color: #DD9C6B;
}

.pagination-number.active {
    background: #DD9C6B;
    border-color: #DD9C6B;
    color: white;
}

.pagination-dots {
    padding: 0.75rem 0.5rem;
    color: #64748b;
}

.no-posts {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    grid-column: 1 / -1;
}

.no-posts h3 {
    color: #1e293b;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.no-posts p {
    color: #64748b;
    font-size: 1.1rem;
}

/* Career Page Styles */
.careers-hero {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    padding: 8rem 0 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.careers-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.careers-hero-content {
    position: relative;
    z-index: 1;
}

.careers-hero h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.careers-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.careers-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}

.careers-stats .stat {
    text-align: center;
}

.careers-stats .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.careers-stats .stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.job-openings {
    padding: 6rem 0;
    background: #f8fafc;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.job-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-left-color: #DD9C6B;
}

.job-header {
    margin-bottom: 1.5rem;
}

.job-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.job-type {
    background: #e0f2fe;
    color: #0369a1;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.job-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.9rem;
}

.job-location i {
    color: #DD9C6B;
}

.job-content {
    margin-bottom: 1.5rem;
}

.job-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.job-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.job-department,
.job-salary,
.job-deadline {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.9rem;
}

.job-department i,
.job-salary i,
.job-deadline i {
    color: #DD9C6B;
    width: 16px;
}

.job-footer {
    display: flex;
    justify-content: flex-end;
}

.job-apply-btn {
    background: #DD9C6B;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.job-apply-btn:hover {
    background: #C0A876;
    transform: translateY(-2px);
}

.careers-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid #e2e8f0;
}

.no-jobs {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    grid-column: 1 / -1;
}

.no-jobs h3 {
    color: #1e293b;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.no-jobs p {
    color: #64748b;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.why-work-with-us {
    padding: 6rem 0;
    background: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-card {
    text-align: center;
    padding: 2rem;
    border-radius: 12px;
    background: #f8fafc;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-icon i {
    font-size: 1.5rem;
    color: white;
}

.benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.benefit-card p {
    color: #64748b;
    line-height: 1.6;
}

.careers-contact {
    padding: 4rem 0;
    background: linear-gradient(135deg, #1f2937, #111827);
    color: white;
    text-align: center;
}

.careers-contact-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.careers-contact-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Career Detail Page Styles */
.job-detail {
    padding: 6rem 0;
    background: #f8fafc;
}

.job-detail-header {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.job-breadcrumb {
    margin-bottom: 1rem;
}

.job-breadcrumb a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.job-breadcrumb a:hover {
    color: #DD9C6B;
}

.job-detail-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.job-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.job-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.content-section {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
}

.section-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-icon i {
    color: white;
    font-size: 1.1rem;
}

.section-header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.job-text {
    color: #64748b;
    line-height: 1.7;
    font-size: 1rem;
}

.experience-requirement {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #DD9C6B;
}

.experience-requirement h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.experience-requirement h4 i {
    color: #DD9C6B;
}

.apply-section {
    position: sticky;
    top: 2rem;
}

.apply-content {
    text-align: center;
}

.apply-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.apply-content p {
    color: #64748b;
    margin-bottom: 2rem;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #DD9C6B;
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.apply-btn:hover {
    background: #C0A876;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(221, 156, 107, 0.3);
}

.apply-stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 8px;
}

.stat-item {
    text-align: center;
}

.stat-item .stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #DD9C6B;
    margin-bottom: 0.25rem;
}

.stat-item .stat-label {
    font-size: 0.8rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.back-link {
    text-align: center;
}

.back-link .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: #6366f1;
    border: 2px solid #6366f1;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.back-link .btn-secondary:hover {
    background: #6366f1;
    color: white;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 2rem;
    }

    .hero-container {
        gap: 3rem;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 2rem;
    }

    .blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }

    .jobs-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }

    .job-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .apply-section {
        position: static;
    }
}

@media (max-width: 992px) {

    /* Enhanced Section Padding for Tablets */
    .hero {
        padding: 6rem 0 4rem;
    }

    .featured-services {
        padding: 6rem 0 4rem;
    }

    .testimonials {
        padding: 6rem 0 4rem;
    }

    .contact {
        padding: 6rem 0 4rem;
    }

    .services {
        padding: 6rem 0 4rem;
    }

    .about {
        padding: 6rem 0 4rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
}

@media (max-width: 768px) {

    /* Navigation - Use nav-right for mobile menu (slides from RIGHT) */
    .hamburger {
        display: flex;
        z-index: 1002;
    }

    /* Nav-menu styling inside nav-right */
    .nav-menu {
        flex-direction: column;
        width: 100%;
        text-align: center;
        padding: 0;
        gap: 0;
        position: static;
        background: transparent;
        box-shadow: none;
    }

    .nav-phone {
        display: flex;
        padding: 1rem 2rem;
        border-top: 1px solid #f1f5f9;
    }

    .nav-actions {
        gap: 0.25rem;
    }

    /* Enhanced Mobile Section Padding */
    .hero {
        padding: 5rem 0 4rem;
        min-height: 90vh;
    }

    .featured-services {
        padding: 5rem 0 4rem;
    }

    .testimonials {
        padding: 5rem 0 4rem;
    }

    .contact {
        padding: 5rem 0 4rem;
    }

    .services {
        padding: 5rem 0 4rem;
    }

    .about {
        padding: 5rem 0 4rem;
    }

    .newsletter {
        padding: 4rem 0;
    }

    /* Hero Section */
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
        padding: 0 1rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .hero-stats {
        justify-content: center;
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-cta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    /* Services Grid */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .service-card {
        padding: 2rem 1.5rem;
    }

    /* About Content */
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Team Stats */
    .team-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* Newsletter - Centered Content Below */
    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 1rem;
        max-width: 400px;
        margin: 0 auto;
    }

    .newsletter-input {
        width: 100%;
    }

    .newsletter-input input {
        width: 100%;
        margin-bottom: 1rem;
    }

    .newsletter-input button {
        width: 100%;
        padding: 0.75rem;
    }

    /* Contact Section */
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .contact-info {
        text-align: center;
        margin-bottom: 2rem;
    }

    .contact-details {
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }

    .contact-form {
        max-width: 100%;
    }

    .specialty-tags {
        justify-content: center;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }

    .footer-brand {
        margin-bottom: 2rem;
    }

    .footer-newsletter .newsletter-form {
        max-width: 300px;
        margin: 0 auto;
    }

    /* Container Padding */
    .container {
        padding: 0 1rem;
    }

    /* Section Headers */
    .section-header {
        text-align: center;
        margin-bottom: 2rem;
    }

    .section-header h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .section-header p {
        font-size: 1rem;
        max-width: 100%;
    }

    /* Mobile-specific improvements */
    .hero-visual {
        height: 300px;
        margin-top: 2rem;
    }

    .floating-cards .card {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .floating-cards .card i {
        font-size: 1.5rem;
    }

    /* Service Cards Mobile */
    .service-card.featured {
        transform: none;
        border: 2px solid #6366f1;
    }

    .service-features {
        margin-bottom: 1rem;
    }

    .service-tech {
        margin-bottom: 1rem;
    }

    /* Testimonials Mobile */
    .testimonials-container {
        height: auto;
        min-height: 350px;
    }

    .testimonial-card {
        position: relative;
        height: auto;
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }

    .testimonial-quote {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-quote::before {
        font-size: 3rem;
        top: -0.5rem;
        left: -1rem;
    }

    /* Contact Specialties */
    .contact-specialties {
        margin-top: 2rem;
    }

    .specialty-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
        margin-top: 1rem;
    }

    .specialty-tags span {
        background: #f1f5f9;
        color: #475569;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 500;
    }

    /* Services CTA */
    .services-cta {
        text-align: center;
        margin-top: 3rem;
        padding: 2rem 1rem;
        background: #f8fafc;
        border-radius: 12px;
    }

    .services-cta h3 {
        font-size: 1.5rem;
        color: #1e293b;
        margin-bottom: 1rem;
    }

    .services-cta p {
        color: #64748b;
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 480px) {
    .hero {
        padding: 4rem 0 3rem;
        min-height: 85vh;
    }

    .hero-content h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .btn-primary,
    .btn-secondary {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .service-card {
        padding: 1.5rem 1rem;
    }

    .service-card h3 {
        font-size: 1.25rem;
    }

    .contact-info h2 {
        font-size: 2rem;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 0.875rem;
        font-size: 0.95rem;
    }

    .newsletter-form {
        max-width: 100%;
    }

    .footer-brand .footer-logo h2 {
        font-size: 1.75rem;
    }
}

/* Testimonials Section */
.testimonials {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: white;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="testimonial-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23testimonial-grain)"/></svg>');
    opacity: 0.3;
}

.testimonials .section-header {
    position: relative;
    z-index: 1;
}

.testimonials .section-header h2 {
    color: white;
}

.testimonials .section-header p {
    color: rgba(255, 255, 255, 0.9);
}

.testimonials-slider {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.testimonials-container {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateX(0);
}

.testimonial-card.prev {
    opacity: 0;
    transform: translateX(-100px);
}

.testimonial-quote {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-style: italic;
    position: relative;
}

.testimonial-quote::before {
    content: '"';
    font-size: 4rem;
    position: absolute;
    top: -1rem;
    left: -2rem;
    color: rgba(255, 255, 255, 0.3);
    font-family: serif;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.testimonial-info h4 {
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}

.testimonial-info p {
    opacity: 0.8;
    font-size: 0.9rem;
}

.testimonial-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.testimonial-rating i {
    color: #ffd700;
    font-size: 1.2rem;
}

.testimonials-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.testimonials-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot.active {
    background: #ffd700;
    color: #021934;
    transform: scale(1.1);
    font-weight: 600;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

/* Dynamic Content Management Styles */
.content-manager {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-50%);
    width: 280px;
    background: white;
    border-radius: 12px 0 0 12px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1001;
    max-height: 80vh;
    overflow-y: auto;
}

.content-manager.open {
    right: 0;
}

.content-manager-toggle {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    background: #6366f1;
    color: white;
    border: none;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.content-manager-toggle:hover {
    background: #4f46e5;
}

.content-manager-header {
    background: #6366f1;
    color: white;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
}

.content-manager-body {
    padding: 1rem;
}

.content-section {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1rem;
}

.content-section:last-child {
    border-bottom: none;
}

.content-section h4 {
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.content-input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.content-textarea {
    min-height: 60px;
    resize: vertical;
}

.content-btn {
    background: #6366f1;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.8rem;
    transition: background 0.3s ease;
    width: 100%;
    margin-bottom: 0.5rem;
}

.content-btn:hover {
    background: #4f46e5;
}

.content-btn.danger {
    background: #ef4444;
}

.content-btn.danger:hover {
    background: #dc2626;
}

.testimonial-list {
    max-height: 200px;
    overflow-y: auto;
}

.testimonial-item {
    background: #f8fafc;
    padding: 0.75rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.testimonial-item h5 {
    margin-bottom: 0.25rem;
    color: #374151;
}

.testimonial-item p {
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.testimonial-actions {
    display: flex;
    gap: 0.25rem;
}

.testimonial-actions button {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
}

@media (max-width: 768px) {
    .testimonials {
        padding: 4rem 0;
    }

    .testimonial-card {
        padding: 2rem 1.5rem;
        height: auto;
        min-height: 350px;
    }

    .testimonials-container {
        height: auto;
        min-height: 350px;
    }

    .testimonial-quote {
        font-size: 1.1rem;
    }

    .testimonial-quote::before {
        font-size: 3rem;
        top: -0.5rem;
        left: -1rem;
    }

    .testimonials-nav {
        gap: 1rem;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .content-manager {
        width: 100%;
        right: -100%;
        top: 0;
        transform: none;
        height: 100vh;
        border-radius: 0;
        max-height: none;
    }

    .content-manager.open {
        right: 0;
    }

    .content-manager-toggle {
        display: none;
    }
}

/* Featured Services Section */
.featured-services {
    padding: 6rem 0;
    background: #f8fafc;
}

.services-cta {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 4rem;
    background: linear-gradient(135deg, #00234C, #021934);
    border-radius: 20px;
    color: white;
}

.services-cta h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.services-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 6rem 0;
    background: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-card {
    text-align: center;
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-icon i {
    font-size: 2rem;
    color: white;
}

.benefit-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.benefit-card p {
    color: #64748b;
    line-height: 1.6;
}

/* Contact Specialties */
.contact-specialties {
    margin-top: 2rem;
}

.contact-specialties h4 {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.specialty-tags span {
    background: #e2e8f0;
    color: #475569;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Hero Section Updates */
.hero {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

.card.ai-dev {
    top: 5%;
    left: 5%;
    animation-delay: 0s;
}

.card.chatgpt {
    top: 15%;
    right: 15%;
    animation-delay: 1s;
}

.card.ml {
    top: 45%;
    left: 15%;
    animation-delay: 2s;
}

.card.n8n {
    top: 30%;
    right: 8%;
    animation-delay: 2.5s;
    background: linear-gradient(135deg, #EA4C89 0%, #FF6B9D 100%);
}

.card.web-dev {
    bottom: 35%;
    right: 5%;
    animation-delay: 3s;
}

.card.mobile {
    bottom: 15%;
    left: 25%;
    animation-delay: 4s;
}

.card.devops {
    bottom: 5%;
    right: 25%;
    animation-delay: 5s;
}

/* Admin Link Update */
.admin-link {
    background: #6366f1 !important;
    color: white !important;
}

/* Mobile Responsive Updates */
@media (max-width: 768px) {
    .mega-menu {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        overflow-y: auto;
        border-radius: 0;
    }

    .mega-menu-content {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }

    .dropdown:hover .mega-menu {
        display: none;
    }

    .nav-menu.active .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .specialty-tags {
        justify-content: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}

/* Enhanc
ed Landing Page Section Padding */
.hero {
    padding: 8rem 0 6rem;
}

.featured-services {
    padding: 8rem 0 6rem;
}

.testimonials {
    padding: 8rem 0 6rem;
}

.contact {
    padding: 8rem 0 6rem;
}

.services {
    padding: 8rem 0 6rem;
}

.about {
    padding: 8rem 0 6rem;
}

.newsletter {
    padding: 6rem 0;
}

/* Comprehensive Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 2rem;
    }

    .hero-container {
        gap: 3rem;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 2rem;
    }
}

@media (max-width: 992px) {

    /* Enhanced Section Padding for Tablets */
    .hero {
        padding: 6rem 0 4rem;
    }

    .featured-services {
        padding: 6rem 0 4rem;
    }

    .testimonials {
        padding: 6rem 0 4rem;
    }

    .contact {
        padding: 6rem 0 4rem;
    }

    .services {
        padding: 6rem 0 4rem;
    }

    .about {
        padding: 6rem 0 4rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
}

@media (max-width: 768px) {

    /* Navigation - nav-right handles mobile menu positioning */
    .hamburger {
        display: flex;
        z-index: 1002;
    }

    /* Nav-menu inside nav-right - no fixed positioning */
    .nav-menu {
        position: static;
        flex-direction: column;
        background: transparent;
        width: 100%;
        text-align: center;
        box-shadow: none;
        padding: 0;
    }

    .nav-phone {
        display: flex;
        padding: 1rem 2rem;
        border-top: 1px solid #f1f5f9;
    }

    .nav-actions {
        gap: 0.25rem;
    }

    /* Enhanced Mobile Section Padding */
    .hero {
        padding: 5rem 0 4rem !important;
        min-height: 90vh;
    }

    .featured-services {
        padding: 5rem 0 4rem !important;
    }

    .testimonials {
        padding: 5rem 0 4rem !important;
    }

    .contact {
        padding: 5rem 0 4rem !important;
    }

    .services {
        padding: 5rem 0 4rem !important;
    }

    .about {
        padding: 5rem 0 4rem !important;
    }

    .newsletter {
        padding: 4rem 0 !important;
    }

    /* Hero Section */
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
        padding: 0 1rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .hero-stats {
        justify-content: center;
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-cta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    /* Services Grid */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .service-card {
        padding: 2rem 1.5rem;
    }

    /* About Content */
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Team Stats */
    .team-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* Newsletter - Centered Content Below */
    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 1rem;
        max-width: 400px;
        margin: 0 auto;
    }

    .newsletter-input {
        width: 100%;
    }

    .newsletter-input input {
        width: 100%;
        margin-bottom: 1rem;
    }

    .newsletter-input button {
        width: 100%;
        padding: 0.75rem;
    }

    /* Contact Section */
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .contact-info {
        text-align: center;
        margin-bottom: 2rem;
    }

    .contact-details {
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }

    .contact-form {
        max-width: 100%;
    }

    .specialty-tags {
        justify-content: center;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }

    .footer-brand {
        margin-bottom: 2rem;
    }

    .footer-newsletter .newsletter-form {
        max-width: 300px;
        margin: 0 auto;
    }

    /* Container Padding */
    .container {
        padding: 0 1rem;
    }

    /* Section Headers */
    .section-header {
        text-align: center;
        margin-bottom: 2rem;
    }

    .section-header h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .section-header p {
        font-size: 1rem;
        max-width: 100%;
    }

    /* Mobile-specific improvements */
    .hero-visual {
        height: 300px;
        margin-top: 2rem;
    }

    .floating-cards .card {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .floating-cards .card i {
        font-size: 1.5rem;
    }

    /* Service Cards Mobile */
    .service-card.featured {
        transform: none;
        border: 2px solid #6366f1;
    }

    .service-features {
        margin-bottom: 1rem;
    }

    .service-tech {
        margin-bottom: 1rem;
    }

    /* Testimonials Mobile */
    .testimonials-container {
        height: auto;
        min-height: 350px;
    }

    .testimonial-card {
        position: relative;
        height: auto;
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }

    .testimonial-quote {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-quote::before {
        font-size: 3rem;
        top: -0.5rem;
        left: -1rem;
    }

    /* Contact Specialties */
    .contact-specialties {
        margin-top: 2rem;
    }

    .specialty-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
        margin-top: 1rem;
    }

    .specialty-tags span {
        background: #f1f5f9;
        color: #475569;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 500;
    }

    /* Services CTA */
    .services-cta {
        text-align: center;
        margin-top: 3rem;
        padding: 2rem 1rem;
        background: #f8fafc;
        border-radius: 12px;
    }

    .services-cta h3 {
        font-size: 1.5rem;
        color: #1e293b;
        margin-bottom: 1rem;
    }

    .services-cta p {
        color: #64748b;
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 480px) {
    .hero {
        padding: 4rem 0 3rem !important;
        min-height: 85vh;
    }

    .hero-content h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .btn-primary,
    .btn-secondary {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .service-card {
        padding: 1.5rem 1rem;
    }

    .service-card h3 {
        font-size: 1.25rem;
    }

    .contact-info h2 {
        font-size: 2rem;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 0.875rem;
        font-size: 0.95rem;
    }

    .newsletter-form {
        max-width: 100%;
    }

    .footer-brand .footer-logo h2 {
        font-size: 1.75rem;
    }
}

/* Enhanced Mobile Navigation Styles */
@media (max-width: 768px) {

    /* Navigation - nav-right handles mobile positioning */
    .hamburger {
        display: flex;
        z-index: 1002;
    }

    /* Nav-menu inside nav-right - no fixed positioning */
    .nav-menu {
        position: static;
        flex-direction: column;
        background: transparent;
        width: 100%;
        text-align: center;
        box-shadow: none;
        padding: 0;
        border-top: none;
    }

    .nav-menu li {
        margin: 0;
        border-bottom: 1px solid #f1f5f9;
    }

    .nav-link,
    .nav-menu>li>a {
        padding: 1rem 2rem;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    /* Mobile Mega Menu */
    .mega-menu {
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        background: rgba(248, 250, 252, 0.95) !important;
        margin-top: 1rem !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .dropdown:hover .mega-menu,
    .dropdown.active .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .mega-menu-content {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        padding: 1rem !important;
    }

    .service-column h4 {
        font-size: 1.1rem;
        text-align: left;
        padding: 0.5rem 0;
    }

    .service-column ul li a {
        text-align: left;
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    .nav-phone {
        display: none;
    }

    .nav-actions {
        gap: 0.25rem;
    }
}

/* Enhanced Mobile Hero and Sections */
@media (max-width: 768px) {
    .hero {
        padding: 8rem 0 6rem;
        min-height: 100vh;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
        padding: 2rem 1rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
    }

    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
        margin-bottom: 2.5rem;
    }

    .hero-cta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100%;
        max-width: 300px;
        text-align: center;
        padding: 1.2rem 2rem;
        font-size: 1.1rem;
    }

    .featured-services {
        padding: 6rem 0 4rem;
    }

    .testimonials {
        padding: 6rem 0 4rem;
    }

    .contact {
        padding: 6rem 0 4rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }

    .container {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 6rem 0 4rem;
        min-height: 100vh;
    }

    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* Enh
anced Services Grid Responsiveness */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Better Mobile Services Grid */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .service-card.featured {
        transform: none;
        border: 2px solid #6366f1;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .service-card {
        padding: 1.5rem;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .service-card h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .service-description {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    .service-features {
        margin-bottom: 1.25rem;
    }

    .service-features li {
        padding: 0.4rem 0;
        font-size: 0.9rem;
    }

    .service-tech {
        margin-bottom: 1.25rem;
        justify-content: center;
    }

    .service-tech span {
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
    }

    .service-cta {
        width: 100%;
        text-align: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .service-icon {
        margin: 0 auto 1.5rem auto;
    }

    /* Center content on mobile */
    .service-card {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .services-grid {
        padding: 0 0.5rem;
        gap: 1rem;
    }

    .service-card {
        padding: 1.25rem;
        border-radius: 8px;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .service-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .service-features li {
        font-size: 0.85rem;
        padding: 0.3rem 0;
    }

    .service-tech span {
        font-size: 0.7rem;
        padding: 0.15rem 0.5rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

    .service-icon i {
        font-size: 1.25rem;
    }
}

/* Services CTA Section Mobile */
@media (max-width: 768px) {
    .services-cta {
        text-align: center;
        margin-top: 2rem;
        padding: 2rem 1rem;
        background: rgba(248, 250, 252, 0.8);
        border-radius: 12px;
    }

    .services-cta h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        color: #1e293b;
    }

    .services-cta p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        color: #64748b;
    }

    .services-cta .btn-primary {
        width: 100%;
        max-width: 300px;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

/* Featured Services Section Mobile Improvements */
@media (max-width: 768px) {
    .featured-services {
        padding: 5rem 0 4rem;
    }

    .featured-services .container {
        padding: 0 1rem;
    }

    .section-header {
        margin-bottom: 3rem;
        padding: 0 1rem;
    }

    .section-header h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .section-header p {
        font-size: 1rem;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .featured-services {
        padding: 4rem 0 3rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .section-header p {
        font-size: 0.95rem;
    }
}

/* Mobil
e Services Navigation - Hide Mega Menu on Mobile */
@media (max-width: 768px) {

    /* Hide the mega menu completely on mobile */
    .mega-menu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* Make services link behave like a regular link on mobile */
    .services-link {
        cursor: pointer !important;
    }

    .services-link:hover {
        color: #DD9C6B !important;
        background: rgba(221, 156, 107, 0.1) !important;
    }

    /* Remove dropdown arrow on mobile */
    .services-link i {
        display: none !important;
    }

    /* Ensure dropdown class doesn't interfere on mobile */
    .dropdown:hover .mega-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        display: none !important;
    }
}

/* Desktop - Keep normal mega menu behavior */
@media (min-width: 769px) {
    .mega-menu {
        display: block;
    }

    .services-link i {
        display: inline-block;
    }
}

/* Mobile Services Page Specific Styles */
.mobile-services-page {
    background: #f8fafc;
    min-height: 100vh;
}

/* Ensure mobile services page is responsive */
@media (max-width: 480px) {
    .mobile-services-container {
        padding: 1rem 0;
    }

    .mobile-header {
        padding: 1.5rem 0.5rem;
    }

    .services-categories {
        padding: 0 0.5rem;
    }

    .service-category {
        margin-bottom: 1rem;
    }

    .category-header {
        padding: 1rem;
    }

    .service-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .quick-contact {
        margin: 1.5rem 0.5rem;
        padding: 1.5rem 0.75rem;
    }
}

/* Loading animation for mobile services */
@keyframes mobileSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.service-category {
    animation: mobileSlideIn 0.4s ease forwards;
}

/* Touch-friendly improvements for mobile */
@media (max-width: 768px) {
    .service-link {
        min-height: 44px;
        display: flex;
        align-items: center;
        font-size: 1rem;
        line-height: 1.4;
    }

    .category-header {
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .back-button {
        min-width: 44px;
        min-height: 44px;
        touch-action: manipulation;
    }

    .contact-btn {
        min-height: 44px;
        touch-action: manipulation;
    }
}

/* Smooth transitions for better UX */
.service-category,
.category-content,
.service-link,
.contact-btn {
    transition: all 0.3s ease;
}

/* Focus states for accessibility */
.service-link:focus,
.category-header:focus,
.back-button:focus,
.contact-btn:focus {
    outline: 2px solid #6366f1;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .service-category {
        border: 2px solid #000;
    }

    .category-header {
        background: #000 !important;
        color: #fff !important;
    }

    .service-link {
        border-bottom: 1px solid #000;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

    .service-category,
    .category-content,
    .service-link,
    .contact-btn,
    .category-toggle {
        animation: none !important;
        transition: none !important;
    }
}

/* ========================================
   COMPREHENSIVE MOBILE RESPONSIVE FIXES
   ======================================== */
/* Enhanced Hero Section Responsiveness */
.hero {
    padding: 10rem 0 8rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-container {
    padding: 2rem 1rem;
    margin: 0 auto;
    max-width: 1200px;
}

/* Enhanced Services Grid Responsiveness */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-card.featured {
    border: 2px solid #6366f1;
    transform: scale(1.02);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    justify-content: flex-start;
}

.service-cta {
    background: #6366f1;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    width: auto;
}

/* Mobile Navigation Enhancements */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    position: relative;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* ========================================
   TABLET RESPONSIVENESS (992px and below)
   ======================================== */
@media (max-width: 992px) {
    .hero {
        padding: 8rem 0 6rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .service-card.featured {
        transform: none;
        border: 2px solid #6366f1;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
}

/* ========================================
   MOBILE RESPONSIVENESS (768px and below)
   ======================================== */
@media (max-width: 768px) {

    /* Navigation - nav-right handles mobile positioning */
    .hamburger {
        display: flex;
        z-index: 1002;
    }

    /* Nav-menu inside nav-right - no fixed positioning */
    .nav-menu {
        position: static;
        flex-direction: column;
        background: transparent;
        width: 100%;
        text-align: center;
        box-shadow: none;
        padding: 0;
        border-top: none;
    }

    .nav-menu li {
        margin: 0;
        border-bottom: 1px solid #f1f5f9;
    }

    .nav-link,
    .nav-menu>li>a {
        padding: 1rem 2rem;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    /* Mobile Mega Menu */
    .mega-menu {
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        background: rgba(248, 250, 252, 0.95) !important;
        margin-top: 1rem !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .mega-menu-content {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        padding: 1rem !important;
    }

    .service-column h4 {
        font-size: 1.1rem;
        text-align: left;
        padding: 0.5rem 0;
    }

    .service-column ul li a {
        text-align: left;
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    .nav-phone {
        display: none;
    }

    .nav-actions {
        gap: 0.25rem;
    }

    /* Hero Section Mobile */
    .hero {
        padding: 8rem 0 6rem;
        min-height: 100vh;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
        padding: 2rem 1rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
    }

    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
        margin-bottom: 2.5rem;
    }

    .hero-cta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100%;
        max-width: 300px;
        text-align: center;
        padding: 1.2rem 2rem;
        font-size: 1.1rem;
    }

    /* Services Section Mobile */
    .featured-services {
        padding: 6rem 0 4rem;
    }

    .featured-services .container {
        padding: 0 1rem;
    }

    .section-header {
        margin-bottom: 3rem;
        padding: 0 1rem;
    }

    .section-header h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .section-header p {
        font-size: 1rem;
        max-width: 100%;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .service-card {
        padding: 1.5rem;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }

    .service-card h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .service-description {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    .service-features {
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .service-features li {
        padding: 0.4rem 0;
        font-size: 0.9rem;
    }

    .service-tech {
        margin-bottom: 1.25rem;
        justify-content: center;
    }

    .service-tech span {
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
    }

    .service-cta {
        width: 100%;
        text-align: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .service-icon {
        margin: 0 auto 1.5rem auto;
    }

    .service-card.featured {
        transform: none;
        border: 2px solid #6366f1;
    }

    /* Services CTA Section Mobile */
    .services-cta {
        text-align: center;
        margin-top: 2rem;
        padding: 2rem 1rem;
        background: rgba(248, 250, 252, 0.8);
        border-radius: 12px;
    }

    .services-cta h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        color: #1e293b;
    }

    .services-cta p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        color: #64748b;
    }

    .services-cta .btn-primary {
        width: 100%;
        max-width: 300px;
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    /* Testimonials Mobile */
    .testimonials {
        padding: 6rem 0 4rem;
    }

    .testimonials-container {
        height: auto;
        min-height: 350px;
    }

    .testimonial-card {
        position: relative;
        height: auto;
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }

    .testimonial-quote {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    /* Contact Section Mobile */
    .contact {
        padding: 6rem 0 4rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .contact-info {
        text-align: center;
        margin-bottom: 2rem;
    }

    .contact-details {
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }

    .contact-form {
        max-width: 100%;
    }

    .specialty-tags {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .specialty-tags span {
        background: #f1f5f9;
        color: #475569;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 500;
    }

    /* Newsletter Mobile */
    .newsletter-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 1rem;
        max-width: 400px;
        margin: 0 auto;
    }

    /* Container Padding */
    .container {
        padding: 0 1rem;
    }
}

/* ========================================
   SMALL MOBILE (480px and below)
   ======================================== */
@media (max-width: 480px) {
    .hero {
        padding: 6rem 0 4rem;
        min-height: 100vh;
    }

    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .featured-services {
        padding: 4rem 0 3rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .section-header p {
        font-size: 0.95rem;
    }

    .services-grid {
        padding: 0 0.5rem;
        gap: 1rem;
    }

    .service-card {
        padding: 1.25rem;
        border-radius: 8px;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .service-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .service-features li {
        font-size: 0.85rem;
        padding: 0.3rem 0;
    }

    .service-tech span {
        font-size: 0.7rem;
        padding: 0.15rem 0.5rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

    .service-icon i {
        font-size: 1.25rem;
    }

    .contact-info h2 {
        font-size: 2rem;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 0.875rem;
        font-size: 0.95rem;
    }
}

/* ========================================
   MOBILE SERVICES PAGE SPECIFIC STYLES
   ======================================== */
@media (max-width: 768px) {
    .mobile-services-container {
        padding: 1rem 0;
    }

    .mobile-header {
        padding: 1.5rem 0.5rem;
    }

    .services-categories {
        padding: 0 0.5rem;
    }

    .service-category {
        margin-bottom: 1rem;
    }

    .category-header {
        padding: 1rem;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .service-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        font-size: 1rem;
        line-height: 1.4;
    }

    .quick-contact {
        margin: 1.5rem 0.5rem;
        padding: 1.5rem 0.75rem;
    }

    .back-button {
        min-width: 44px;
        min-height: 44px;
        touch-action: manipulation;
    }

    .contact-btn {
        min-height: 44px;
        touch-action: manipulation;
    }
}

/* ========================================
   ACCESSIBILITY & TOUCH IMPROVEMENTS
   ======================================== */
@media (max-width: 768px) {

    /* Touch-friendly improvements */
    .service-link,
    .category-header,
    .back-button,
    .contact-btn,
    .btn-primary,
    .btn-secondary,
    .service-cta {
        min-height: 44px;
        touch-action: manipulation;
    }

    /* Focus states for accessibility */
    .service-link:focus,
    .category-header:focus,
    .back-button:focus,
    .contact-btn:focus {
        outline: 2px solid #6366f1;
        outline-offset: 2px;
    }
}

/* ========================================
   SMOOTH TRANSITIONS & ANIMATIONS
   ======================================== */
.service-category,
.category-content,
.service-link,
.contact-btn,
.service-card,
.hero-container,
.nav-menu {
    transition: all 0.3s ease;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

    .service-category,
    .category-content,
    .service-link,
    .contact-btn,
    .category-toggle,
    .service-card,
    .hero-container,
    .nav-menu {
        animation: none !important;
        transition: none !important;
    }
}

/* =====
===================================
   ENHANCED MOBILE RESPONSIVENESS FIXES
   ======================================== */

/* Hide search icon on mobile devices */
@media (max-width: 768px) {
    .nav-search {
        display: none !important;
    }

    .nav-actions {
        gap: 0 !important;
    }
}

/* Enhanced Hero Section - "Transform your business with AI" padding */
.hero {
    padding: 12rem 0 10rem !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
}

.hero-container {
    padding: 3rem 2rem !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
}

.hero-content {
    padding: 3rem 0 !important;
}

.hero-content h1 {
    margin-bottom: 3rem !important;
    padding: 0 2rem !important;
    line-height: 1.1 !important;
}

.hero-subtitle {
    margin-bottom: 4rem !important;
    padding: 0 2rem !important;
    line-height: 1.7 !important;
}

.hero-stats {
    margin-bottom: 4rem !important;
    padding: 0 2rem !important;
}

.hero-cta {
    padding: 0 2rem !important;
}

/* ========================================
   COMPREHENSIVE MOBILE BREAKPOINTS
   ======================================== */

/* Large Tablets and Small Desktops (992px and below) */
@media (max-width: 992px) {
    .hero {
        padding: 10rem 0 8rem !important;
    }

    .hero-container {
        grid-template-columns: 1fr !important;
        gap: 4rem !important;
        text-align: center !important;
        padding: 2rem 1.5rem !important;
    }

    .hero-content h1 {
        font-size: 3rem !important;
        padding: 0 1rem !important;
    }

    .hero-subtitle {
        font-size: 1.2rem !important;
        padding: 0 1rem !important;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
        gap: 2rem !important;
    }
}

/* Tablets (768px and below) */
@media (max-width: 768px) {

    /* Navigation - nav-right handles positioning (slides from RIGHT) */
    .hamburger {
        display: flex !important;
        z-index: 1002 !important;
    }

    /* Nav-menu inside nav-right - no fixed positioning here */
    .nav-menu {
        position: static !important;
        flex-direction: column !important;
        background: transparent !important;
        width: 100% !important;
        text-align: center !important;
        box-shadow: none !important;
        padding: 0 !important;
        border-top: none !important;
    }

    .nav-menu li {
        margin: 0 !important;
        border-bottom: 1px solid #f1f5f9 !important;
    }

    .nav-link,
    .nav-menu>li>a {
        padding: 1rem 2rem !important;
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 1rem !important;
    }

    /* Hide search icon and adjust nav actions */
    .nav-search {
        display: none !important;
    }

    .nav-phone {
        display: flex !important;
        padding: 1rem 2rem !important;
        border-top: 1px solid #f1f5f9 !important;
    }

    .nav-actions {
        display: none !important;
    }

    /* Enhanced Hero Section for Mobile */
    .hero {
        padding: 9rem 0 7rem !important;
        min-height: 100vh !important;
    }

    .hero-container {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 4rem !important;
        padding: 3rem 1.5rem !important;
    }

    .hero-content h1 {
        font-size: 2.8rem !important;
        line-height: 1.2 !important;
        margin-bottom: 3rem !important;
        padding: 0 1rem !important;
        font-weight: 800 !important;
    }

    .hero-subtitle {
        font-size: 1.2rem !important;
        line-height: 1.6 !important;
        margin-bottom: 3.5rem !important;
        padding: 0 1rem !important;
        opacity: 0.95 !important;
    }

    .hero-stats {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 2.5rem !important;
        margin-bottom: 3.5rem !important;
        padding: 0 1rem !important;
    }

    .hero-cta {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100% !important;
        max-width: 320px !important;
        text-align: center !important;
        padding: 1.3rem 2.5rem !important;
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    /* Mobile Mega Menu */
    .mega-menu {
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        background: rgba(248, 250, 252, 0.95) !important;
        margin-top: 1rem !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        border-radius: 0 !important;
    }

    .mega-menu-content {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 1.5rem !important;
    }

    .service-column h4 {
        font-size: 1.2rem !important;
        text-align: left !important;
        padding: 1rem 0 !important;
        border-bottom: 2px solid rgba(221, 156, 107, 0.3) !important;
    }

    .service-column ul li a {
        text-align: left !important;
        padding: 1rem 1.5rem !important;
        font-size: 1rem !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    /* Enhanced Services Grid Mobile */
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding: 0 1.5rem !important;
    }

    .service-card {
        padding: 2rem !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        text-align: center !important;
        border-radius: 16px !important;
    }

    .service-card.featured {
        transform: none !important;
        border: 2px solid #6366f1 !important;
        box-shadow: 0 8px 25px rgba(99, 102, 241, 0.15) !important;
    }

    .service-cta {
        width: 100% !important;
        text-align: center !important;
        padding: 1.2rem 2rem !important;
        font-size: 1.1rem !important;
    }

    .service-tech {
        justify-content: center !important;
        gap: 0.75rem !important;
    }

    .service-tech span {
        font-size: 0.85rem !important;
        padding: 0.4rem 0.8rem !important;
    }

    .service-icon {
        margin: 0 auto 2rem auto !important;
        width: 70px !important;
        height: 70px !important;
    }

    .service-icon i {
        font-size: 1.8rem !important;
    }

    /* Section Spacing */
    .featured-services {
        padding: 7rem 0 5rem !important;
    }

    .testimonials {
        padding: 7rem 0 5rem !important;
    }

    .contact {
        padding: 7rem 0 5rem !important;
    }

    /* Contact Section Mobile */
    .contact-content {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
        padding: 0 1.5rem !important;
    }

    .contact-info {
        text-align: center !important;
        margin-bottom: 2rem !important;
    }

    .contact-info h2 {
        font-size: 2.2rem !important;
        margin-bottom: 1.5rem !important;
    }

    .contact-details {
        justify-content: center !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
    }

    .contact-form {
        max-width: 100% !important;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 1.2rem !important;
        font-size: 1rem !important;
        border-radius: 8px !important;
    }

    /* Newsletter Mobile */
    .newsletter-content {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
        text-align: center !important;
        padding: 0 1.5rem !important;
    }

    .newsletter-form {
        flex-direction: column !important;
        gap: 1.5rem !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }

    /* Container Padding */
    .container {
        padding: 0 1.5rem !important;
    }

    /* Section Headers */
    .section-header {
        margin-bottom: 3.5rem !important;
        padding: 0 1.5rem !important;
    }

    .section-header h2 {
        font-size: 2.2rem !important;
        margin-bottom: 1.5rem !important;
    }

    .section-header p {
        font-size: 1.1rem !important;
        max-width: 100% !important;
    }
}

/* Mobile Large (480px and below) */
@media (max-width: 480px) {

    /* Enhanced Hero for Small Mobile */
    .hero {
        padding: 7rem 0 5rem !important;
        min-height: 100vh !important;
    }

    .hero-container {
        padding: 2rem 1rem !important;
    }

    .hero-content h1 {
        font-size: 2.2rem !important;
        line-height: 1.3 !important;
        margin-bottom: 2.5rem !important;
        padding: 0 0.5rem !important;
    }

    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 3rem !important;
        padding: 0 0.5rem !important;
    }

    .hero-stats {
        flex-direction: column !important;
        gap: 2rem !important;
        margin-bottom: 3rem !important;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        padding: 1.1rem 2rem !important;
        font-size: 1rem !important;
    }

    /* Services Grid Small Mobile */
    .services-grid {
        padding: 0 1rem !important;
        gap: 1.5rem !important;
    }

    .service-card {
        padding: 1.5rem !important;
        border-radius: 12px !important;
    }

    .service-card h3 {
        font-size: 1.3rem !important;
    }

    .service-description {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    .service-features li {
        font-size: 0.9rem !important;
        padding: 0.4rem 0 !important;
    }

    .service-tech span {
        font-size: 0.8rem !important;
        padding: 0.3rem 0.6rem !important;
    }

    .service-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 1.5rem !important;
    }

    .service-icon i {
        font-size: 1.5rem !important;
    }

    /* Section Spacing Small Mobile */
    .featured-services {
        padding: 5rem 0 4rem !important;
    }

    .testimonials {
        padding: 5rem 0 4rem !important;
    }

    .contact {
        padding: 5rem 0 4rem !important;
    }

    /* Contact Form Small Mobile */
    .contact-info h2 {
        font-size: 1.8rem !important;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 1rem !important;
        font-size: 0.95rem !important;
    }

    /* Container Small Mobile */
    .container {
        padding: 0 1rem !important;
    }

    .section-header {
        padding: 0 1rem !important;
    }

    .section-header h2 {
        font-size: 1.9rem !important;
    }

    .section-header p {
        font-size: 1rem !important;
    }
}

/* Extra Small Mobile (320px and below) */
@media (max-width: 320px) {
    .hero {
        padding: 6rem 0 4rem !important;
    }

    .hero-content h1 {
        font-size: 1.9rem !important;
        padding: 0 !important;
    }

    .hero-subtitle {
        font-size: 0.95rem !important;
        padding: 0 !important;
    }

    .hero-container {
        padding: 1.5rem 0.5rem !important;
    }

    .services-grid {
        padding: 0 0.5rem !important;
    }

    .service-card {
        padding: 1.25rem !important;
    }

    .container {
        padding: 0 0.5rem !important;
    }

    .section-header {
        padding: 0 0.5rem !important;
    }
}

/* ========================================
   CROSS-BROWSER COMPATIBILITY FIXES
   ======================================== */

/* Safari specific fixes */
@supports (-webkit-appearance: none) {
    .hero {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .nav-menu {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
}

/* Firefox specific fixes */
@-moz-document url-prefix() {
    .hero-container {
        display: -moz-grid;
        display: grid;
    }

    .services-grid {
        display: -moz-grid;
        display: grid;
    }
}

/* Edge specific fixes */
@supports (-ms-ime-align: auto) {
    .hero {
        display: -ms-flexbox;
        display: flex;
    }
}

/* ========================================
   ACCESSIBILITY & PERFORMANCE
   ======================================== */

/* High contrast mode support */
@media (prefers-contrast: high) {
    .nav-menu {
        background: #ffffff !important;
        border: 2px solid #000000 !important;
    }

    .service-card {
        border: 2px solid #000000 !important;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

    .hero,
    .nav-menu,
    .service-card,
    .hero-container,
    .btn-primary,
    .btn-secondary {
        animation: none !important;
        transition: none !important;
    }
}

/* Print styles */
@media print {

    .nav-search,
    .hamburger,
    .nav-actions {
        display: none !important;
    }

    .hero {
        padding: 2rem 0 !important;
    }
}

/* ========================================
   TOUCH DEVICE OPTIMIZATIONS
   ======================================== */

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {

    .nav-link,
    .nav-menu>li>a,
    .btn-primary,
    .btn-secondary,
    .service-cta {
        min-height: 44px !important;
        min-width: 44px !important;
        touch-action: manipulation !important;
    }

    .hamburger {
        min-height: 44px !important;
        min-width: 44px !important;
        padding: 0.75rem !important;
    }
}

/* ========================================
   PERFORMANCE OPTIMIZATIONS
   ======================================== */

/* GPU acceleration for smooth animations */
.hero,
.nav-menu,
.service-card {
    will-change: transform;
    transform: translateZ(0);
}

/* Optimize font rendering */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Optimize image rendering */
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* B
log Page Styles */
.blog-hero {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    padding: 8rem 0 4rem;
    text-align: center;
}

.blog-hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-hero-content p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.blog-posts {
    padding: 6rem 0;
    background: #f8fafc;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.blog-image-placeholder {
    height: 200px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 1.5rem;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.blog-category {
    background: #DD9C6B;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 500;
}

.blog-date {
    color: #6b7280;
}

.blog-content h3 {
    margin-bottom: 0.75rem;
}

.blog-content h3 a {
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.blog-content h3 a:hover {
    color: #DD9C6B;
}

.blog-content p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-author {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.read-more {
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #C0A876;
    gap: 0.75rem;
}

.no-posts {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    grid-column: 1 / -1;
}

.no-posts h3 {
    color: #1f2937;
    margin-bottom: 1rem;
}

.no-posts p {
    color: #6b7280;
}

/* Blog Post Single Page */
.blog-post-single {
    padding: 6rem 0;
    background: #f8fafc;
}

.blog-post-header {
    text-align: center;
    margin-bottom: 3rem;
}

.blog-breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.blog-breadcrumb a {
    color: #DD9C6B;
    text-decoration: none;
}

.blog-post-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.blog-post-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
}

.blog-post-image {
    margin-bottom: 3rem;
}

.blog-post-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-post-content {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #374151;
}

.blog-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.back-to-blog {
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.back-to-blog:hover {
    color: #C0A876;
    gap: 0.75rem;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: #DD9C6B;
    color: white;
}

/* Responsive Blog Styles */
@media (max-width: 768px) {
    .blog-hero {
        padding: 6rem 0 3rem;
    }

    .blog-hero-content h1 {
        font-size: 2rem;
    }

    .blog-hero-content p {
        font-size: 1rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .blog-post-header h1 {
        font-size: 2rem;
    }

    .blog-post-content {
        padding: 2rem 1.5rem;
    }

    .blog-post-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .blog-hero-content h1 {
        font-size: 1.75rem;
    }

    .blog-content {
        padding: 1rem;
    }

    .blog-post-content {
        padding: 1.5rem 1rem;
        font-size: 1rem;
    }
}

/* Enhance
d Professional Blog Post Styles */
.blog-post-single {
    padding: 4rem 0;
    background: #f8fafc;
}

.blog-post-header {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.blog-breadcrumb {
    margin-bottom: 2rem;
    font-size: 0.875rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.blog-breadcrumb a {
    color: #DD9C6B;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.blog-breadcrumb a:hover {
    color: #C0A876;
}

.breadcrumb-separator {
    color: #d1d5db;
}

.blog-post-category-badge {
    margin-bottom: 1.5rem;
}

.blog-post-category-badge .blog-category {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.blog-post-header h1 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 2rem;
    line-height: 1.2;
    font-family: 'Lexend', sans-serif;
}

.blog-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: #1f2937;
    font-size: 1rem;
}

.publish-date {
    color: #6b7280;
    font-size: 0.875rem;
}

.read-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
    background: #f3f4f6;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.blog-post-featured-image {
    position: relative;
    margin-bottom: 3rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-post-featured-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
}

.blog-post-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.blog-post-content {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    line-height: 1.8;
    font-size: 1.125rem;
    color: #374151;
    font-family: 'Inter', sans-serif;
}

.blog-post-content p {
    margin-bottom: 1.5rem;
}

.blog-post-tags {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.blog-post-tags h4 {
    color: #1f2937;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.blog-post-tags h4 i {
    color: #DD9C6B;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tag {
    background: #f3f4f6;
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.tag:hover {
    background: #DD9C6B;
    color: white;
    border-color: #DD9C6B;
}

.blog-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto;
}

.back-to-blog {
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    border: 2px solid #DD9C6B;
    border-radius: 8px;
}

.back-to-blog:hover {
    background: #DD9C6B;
    color: white;
    transform: translateX(-4px);
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog-share span {
    font-weight: 600;
    color: #6b7280;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.share-btn:hover {
    background: #DD9C6B;
    color: white;
    transform: translateY(-2px);
}

.error-message {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin: 2rem auto;
    max-width: 600px;
}

.error-message h2 {
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.error-message p {
    color: #6b7280;
    font-size: 1.1rem;
}

.error-message a {
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
}

.error-message a:hover {
    color: #C0A876;
}

/* Responsive Blog Post Styles */
@media (max-width: 768px) {
    .blog-post-single {
        padding: 2rem 0;
    }

    .blog-post-header h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .blog-post-meta {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
        text-align: center;
    }

    .blog-post-featured-image img {
        height: 300px;
    }

    .blog-post-content {
        padding: 2rem 1.5rem;
        font-size: 1rem;
    }

    .blog-post-tags {
        padding: 1.5rem;
    }

    .blog-post-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }

    .blog-breadcrumb {
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (max-width: 480px) {
    .blog-post-header h1 {
        font-size: 1.75rem;
    }

    .blog-post-content {
        padding: 1.5rem 1rem;
    }

    .blog-post-tags {
        padding: 1rem;
    }

    .author-info {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .author-avatar {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Con
tact Page Styles */
.contact-hero {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    padding: 8rem 0 4rem;
    text-align: center;
}

.contact-hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-hero-content p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.contact-hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-hero-stats .stat {
    text-align: center;
}

.contact-hero-stats .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #DD9C6B;
    margin-bottom: 0.5rem;
}

.contact-hero-stats .stat-label {
    font-size: 0.875rem;
    opacity: 0.8;
}

.contact-methods {
    padding: 6rem 0;
    background: #f8fafc;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.contact-method {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.method-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.contact-method h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.contact-method p {
    color: #6b7280;
    margin-bottom: 1rem;
}

.method-link {
    color: #DD9C6B;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
}

.method-link:hover {
    color: #C0A876;
}

.main-contact {
    padding: 6rem 0;
    background: white;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.contact-info>p {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
}

.contact-item i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-item-content h4 {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.contact-item-content span {
    color: #6b7280;
}

.contact-specialties {
    margin-top: 2rem;
}

.contact-specialties h4 {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.specialty-tags span {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.contact-form {
    background: #f8fafc;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: #6b7280;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #DD9C6B;
    box-shadow: 0 0 0 3px rgba(221, 156, 107, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    width: 100%;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.form-submit:hover {
    background: linear-gradient(135deg, #C0A876, #DD9C6B);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.form-note {
    margin-top: 1rem;
    text-align: center;
}

.form-note p {
    font-size: 0.875rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.form-note i {
    color: #10b981;
}

.contact-faq {
    padding: 6rem 0;
    background: #f8fafc;
}

.contact-faq .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-faq .section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.contact-faq .section-header p {
    font-size: 1.125rem;
    color: #6b7280;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.faq-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.faq-item h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.faq-item p {
    color: #6b7280;
    line-height: 1.6;
}

/* Responsive Contact Styles */
@media (max-width: 768px) {
    .contact-hero {
        padding: 6rem 0 3rem;
    }

    .contact-hero-content h1 {
        font-size: 2rem;
    }

    .contact-hero-content p {
        font-size: 1rem;
    }

    .contact-hero-stats {
        gap: 2rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-info h2 {
        font-size: 1.75rem;
    }

    .contact-form {
        padding: 2rem 1.5rem;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .contact-hero-content h1 {
        font-size: 1.75rem;
    }

    .contact-hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .contact-methods-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 1.5rem 1rem;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .specialty-tags {
        justify-content: center;
    }
}

/* C
all to Action Section Styles */
.cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Lexend', sans-serif;
}

.cta-content p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cta-buttons .btn-primary,
.cta-buttons .btn-secondary {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 180px;
    justify-content: center;
}

.cta-buttons .btn-primary {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    border: 2px solid transparent;
}

.cta-buttons .btn-primary:hover {
    background: linear-gradient(135deg, #C0A876, #DD9C6B);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.cta-buttons .btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Responsive CTA Styles */
@media (max-width: 768px) {
    .cta-section {
        padding: 4rem 0;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-content p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .cta-content h2 {
        font-size: 1.75rem;
    }

    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

/* Blog Section on Index Page - Fixed for Production */
.blog-section {
    padding: 4rem 0 !important;
    background: #f8fafc !important;
    margin-top: 2rem !important;
    position: relative !important;
    z-index: 1 !important;
}

.blog-section .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.blog-section .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    font-family: 'Lexend', sans-serif;
}

.blog-section .section-header p {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.blog-preview-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 2rem !important;
    margin-bottom: 3rem !important;
}

.blog-preview-card {
    background: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.blog-preview-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.blog-preview-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.blog-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-preview-card:hover .blog-preview-image img {
    transform: scale(1.05);
}

.blog-category-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-preview-content {
    padding: 2rem;
}

.blog-preview-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.blog-author {
    font-weight: 500;
}

.blog-date {
    color: #9ca3af;
}

.blog-preview-content h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.blog-preview-content h3 a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-preview-content h3 a:hover {
    color: #DD9C6B;
}

.blog-preview-content p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-read-more {
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    color: #C0A876;
    gap: 0.75rem;
}

.blog-preview-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 1.5rem !important;
}

.blog-preview-content p {
    flex: 1 !important;
    margin-bottom: 1rem !important;
}

.blog-preview-image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}

.blog-section-cta {
    text-align: center !important;
    padding: 3rem 2rem !important;
    background: white !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    margin-top: 3rem !important;
    border-top: 1px solid rgba(221, 156, 107, 0.2) !important;
}

.blog-section-cta h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.blog-section-cta p {
    color: #6b7280;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.blog-section-cta .btn-primary {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.blog-section-cta .btn-primary:hover {
    background: linear-gradient(135deg, #C0A876, #DD9C6B);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

/* Enhanced Footer Get in Touch Section */
.footer-contact h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.footer-contact>p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.footer-contact-details {
    margin-bottom: 2rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact-item i {
    width: 20px;
    color: #DD9C6B;
    font-size: 1rem;
}

.footer-contact-item span {
    font-size: 0.95rem;
}

.footer-specialties {
    margin-bottom: 2rem;
}

.footer-specialties h5 {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-specialty-tags span {
    background: rgba(221, 156, 107, 0.2);
    color: #DD9C6B;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(221, 156, 107, 0.3);
}

.footer-cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-btn-primary,
.footer-btn-secondary {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.footer-btn-primary {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    border: 2px solid transparent;
}

.footer-btn-primary:hover {
    background: linear-gradient(135deg, #C0A876, #DD9C6B);
    transform: translateY(-2px);
}

.footer-btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.footer-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Responsive Blog and Footer Styles */
@media (max-width: 768px) {
    .blog-section {
        padding: 3rem 0 !important;
    }

    .blog-section .section-header h2 {
        font-size: 2rem !important;
    }

    .blog-preview-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .blog-preview-content {
        padding: 1.5rem !important;
    }

    .blog-section-cta {
        padding: 2rem 1.5rem !important;
    }

    .blog-section-cta h3 {
        font-size: 1.5rem !important;
    }

    .footer-cta-buttons {
        flex-direction: column;
    }

    .footer-btn-primary,
    .footer-btn-secondary {
        width: 100%;
    }

    .footer-specialty-tags {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .blog-section .section-header h2 {
        font-size: 1.75rem;
    }

    .blog-preview-content {
        padding: 1.25rem;
    }

    .blog-preview-content h3 {
        font-size: 1.125rem;
    }

    .blog-section-cta {
        padding: 1.5rem 1rem;
    }

    .blog-category-badge {
        font-size: 0.7rem;
        padding: 0.375rem 0.75rem;
    }
}

/* 
Footer Contact Icons Color Consistency */
.footer-contact .contact-item i {
    color: #DD9C6B !important;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    margin-right: 0.75rem;
}

.footer-contact h4 {
    color: #DD9C6B !important;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact .contact-item div p {
    margin: 0;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

/* Footer Contact Gold Color Styling */
.footer-contact h4 {
    color: #ffd700 !important;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.footer-contact .contact-item i {
    color: #ffd700 !important;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact .contact-item div p {
    margin: 0;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

/* 
Footer Column 3 - Match Other Columns Styling */
.footer-contact h4 {
    color: #ffd700 !important;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.footer-contact ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-contact ul li {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.6 !important;
    font-size: 0.95rem !important;
    padding: 0 !important;
}

.footer-contact ul li:hover {
    color: rgba(255, 255, 255, 1) !important;
    transition: color 0.3s ease !important;
}

/* Footer C
olumn 3 - With Icons Updated Styling */
.footer-contact h4 {
    color: #ffd700 !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 1.5rem !important;
}

.footer-contact ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-contact ul li {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.6 !important;
    font-size: 0.95rem !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
}

.footer-contact ul li i {
    color: #ffd700 !important;
    font-size: 1rem !important;
    width: 20px !important;
    margin-right: 0.75rem !important;
    margin-top: 0.1rem !important;
    flex-shrink: 0 !important;
    text-align: center !important;
}

.footer-contact ul li:hover {
    color: rgba(255, 255, 255, 1) !important;
    transition: color 0.3s ease !important;
}

/* En
hanced Blog Card Styles with Featured Images */
.blog-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
}

.blog-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.blog-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.08);
}

.blog-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.5rem;
}

.blog-category-badge {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(221, 156, 107, 0.3);
}

.blog-content {
    padding: 2rem;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.blog-author-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.blog-author {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.875rem;
}

.blog-date {
    color: #6b7280;
    font-size: 0.8rem;
}

.blog-read-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.8rem;
    background: #f8fafc;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.blog-read-time i {
    color: #DD9C6B;
}

.blog-content h3 {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
}

.blog-content h3 a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-content h3 a:hover {
    color: #DD9C6B;
}

.blog-content p {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.blog-card-footer {
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    border: 2px solid #DD9C6B;
    border-radius: 8px;
    background: transparent;
}

.read-more-btn:hover {
    background: #DD9C6B;
    color: white;
    transform: translateX(4px);
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(4px);
}

/* Single Column Blog Post Layout */
.blog-post-featured-image {
    margin-bottom: 3rem;
    text-align: center;
}

.blog-post-featured-image img {
    width: 100%;
    max-width: 800px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-post-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.blog-post-content {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    line-height: 1.8;
    font-size: 1.125rem;
    color: #374151;
    font-family: 'Inter', sans-serif;
}

.blog-post-content p {
    margin-bottom: 1.5rem;
}

.blog-post-tags {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.blog-post-tags h4 {
    color: #1f2937;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.blog-post-tags h4 i {
    color: #DD9C6B;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tag {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.tag:hover {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    border-color: #DD9C6B;
    transform: translateY(-2px);
}

/* Responsive Blog Enhancements */
@media (max-width: 1024px) {
    .blog-post-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .blog-post-featured-sidebar {
        position: relative;
        top: auto;
    }

    .blog-post-featured-sidebar img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .blog-image {
        height: 220px;
    }

    .blog-content {
        padding: 1.5rem;
    }

    .blog-content h3 {
        font-size: 1.25rem;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .blog-post-content {
        padding: 2rem 1.5rem;
        font-size: 1rem;
    }

    .blog-post-tags {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .blog-image {
        height: 200px;
    }

    .blog-content {
        padding: 1.25rem;
    }

    .blog-content h3 {
        font-size: 1.125rem;
    }

    .blog-post-content {
        padding: 1.5rem 1rem;
    }

    .read-more-btn {
        width: 100%;
        justify-content: center;
    }
}

/* U
pdated Blog Card Styles - Clickable and No Overlay */
.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.blog-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
}

.blog-card-link:hover .blog-card {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.blog-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card-link:hover .blog-image img {
    transform: scale(1.08);
}

.blog-category-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(221, 156, 107, 0.3);
    z-index: 2;
}

.blog-content h3 {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1f2937;
}

.blog-card-link:hover .blog-content h3 {
    color: #DD9C6B;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #DD9C6B;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    border: 2px solid #DD9C6B;
    border-radius: 8px;
    background: transparent;
}

.blog-card-link:hover .read-more-btn {
    background: #DD9C6B;
    color: white;
    transform: translateX(4px);
}

.blog-card-link:hover .read-more-btn i {
    transform: translateX(4px);
}

/* Blog Pagination Styles */
.blog-pagination {
    margin-top: 4rem;
    padding: 2rem 0;
    border-top: 1px solid #e5e7eb;
}

.pagination-info {
    text-align: center;
    margin-bottom: 2rem;
}

.pagination-info span {
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 500;
}

.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    color: #374151;
    text-decoration: none;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination-btn:hover {
    background: #DD9C6B;
    color: white;
    border-color: #DD9C6B;
    transform: translateY(-2px);
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: white;
    color: #374151;
    text-decoration: none;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination-number:hover {
    background: #DD9C6B;
    color: white;
    border-color: #DD9C6B;
    transform: translateY(-2px);
}

.pagination-number.active {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    border-color: #DD9C6B;
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.pagination-dots {
    color: #9ca3af;
    font-weight: 600;
    padding: 0 0.5rem;
}

/* Responsive Pagination */
@media (max-width: 768px) {
    .pagination-controls {
        flex-direction: column;
        gap: 1.5rem;
    }

    .pagination-btn {
        order: 2;
    }

    .pagination-numbers {
        order: 1;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination-number {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .blog-pagination {
        margin-top: 2rem;
        padding: 1.5rem 0;
    }

    .pagination-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }

    .pagination-number {
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
    }
}

/* 
Blog Page Cards - Match Index Page Style */
.blog-preview-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-preview-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.blog-preview-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.blog-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-preview-card:hover .blog-preview-image img {
    transform: scale(1.05);
}

.blog-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.blog-category-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-preview-content {
    padding: 2rem;
}

.blog-preview-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.blog-author {
    font-weight: 500;
    color: #1f2937;
}

.blog-date {
    color: #9ca3af;
}

.blog-preview-content h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.blog-preview-content h3 a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-preview-content h3 a:hover {
    color: #DD9C6B;
}

.blog-preview-content p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-read-more {
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    color: #C0A876;
    gap: 0.75rem;
}

.blog-read-more i {
    transition: transform 0.3s ease;
}

.blog-read-more:hover i {
    transform: translateX(4px);
}

/* Override blog grid for consistent layout */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments for blog page */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .blog-preview-image {
        height: 220px;
    }

    .blog-preview-content {
        padding: 1.5rem;
    }

    .blog-preview-content h3 {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .blog-preview-image {
        height: 200px;
    }

    .blog-preview-content {
        padding: 1.25rem;
    }

    .blog-category-badge {
        font-size: 0.7rem;
        padding: 0.375rem 1rem;
    }
}

/* =
==== CAREERS PAGE STYLES ===== */

/* Careers Hero Section */
.careers-hero {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    padding: 8rem 0 6rem;
    position: relative;
    overflow: hidden;
}

.careers-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="career-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23career-grain)"/></svg>');
    opacity: 0.3;
}

.careers-hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.careers-hero-content h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
}

.careers-hero-content p {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.careers-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 3rem;
}

.careers-stats .stat {
    text-align: center;
}

.careers-stats .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.careers-stats .stat-label {
    font-size: 1rem;
    opacity: 0.8;
}

/* Job Openings Section */
.job-openings {
    padding: 6rem 0;
    background: #f8fafc;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.job-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.job-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #DD9C6B, #C0A876);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.job-card:hover::before {
    transform: scaleX(1);
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.job-header {
    margin-bottom: 1.5rem;
}

.job-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.job-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.job-type {
    background: #DD9C6B;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.job-location {
    color: #64748b;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.job-location i {
    color: #DD9C6B;
}

.job-content {
    margin-bottom: 1.5rem;
}

.job-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.job-details {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.job-department,
.job-salary {
    color: #475569;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.job-department i,
.job-salary i {
    color: #DD9C6B;
}

.job-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
}

.job-apply-btn {
    background: #DD9C6B;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.job-apply-btn:hover {
    background: #C0A876;
    transform: translateY(-2px);
}

.no-jobs {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.no-jobs h3 {
    font-size: 1.5rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.no-jobs p {
    color: #64748b;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Why Work With Us Section */
.why-work-with-us {
    padding: 6rem 0;
    background: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: white;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
}

.benefit-icon i {
    font-size: 2rem;
    color: white;
}

.benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.benefit-card p {
    color: #64748b;
    line-height: 1.6;
}

/* Careers Contact Section */
.careers-contact {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937, #111827);
    color: white;
}

.careers-contact-content {
    text-align: center;
}

.careers-contact-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.careers-contact-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design for Careers */
@media (max-width: 1024px) {
    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .careers-hero {
        padding: 6rem 0 4rem;
    }

    .careers-hero-content h1 {
        font-size: 2.5rem;
    }

    .careers-hero-content p {
        font-size: 1.1rem;
    }

    .careers-stats {
        flex-direction: column;
        gap: 2rem;
    }

    .jobs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .job-card {
        padding: 1.5rem;
    }

    .job-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .job-details {
        flex-direction: column;
        gap: 0.5rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .benefit-card {
        padding: 1.5rem;
    }

    .careers-contact-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .careers-hero-content h1 {
        font-size: 2rem;
    }

    .careers-hero-content p {
        font-size: 1rem;
    }

    .job-card {
        padding: 1.25rem;
    }

    .job-header h3 {
        font-size: 1.25rem;
    }

    .benefit-icon {
        width: 60px;
        height: 60px;
    }

    .benefit-icon i {
        font-size: 1.5rem;
    }
}

/*
 ===== CAREER DETAIL PAGE STYLES ===== */

/* Job Detail Section */
.job-detail {
    padding: 4rem 0 6rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 80vh;
}

.job-detail-header {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    padding: 3rem;
    border-radius: 20px;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 35, 76, 0.3);
}

.job-detail-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.2;
    }
}

.job-breadcrumb {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.job-breadcrumb a {
    color: #ffd700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.job-breadcrumb a:hover {
    color: white;
    text-decoration: underline;
}

.job-detail-header h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.job-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.job-detail-meta>span {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.job-detail-meta>span:hover {
    background: rgba(255, 215, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.job-detail-meta i {
    color: #ffd700;
}

.job-type {
    background: linear-gradient(135deg, #DD9C6B, #C0A876) !important;
    color: white !important;
    border: none !important;
}

/* Job Detail Content */
.job-detail-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.job-description,
.job-requirements {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.job-description::before,
.job-requirements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #DD9C6B, #C0A876, #ffd700);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.job-description:hover::before,
.job-requirements:hover::before {
    transform: scaleX(1);
}

.job-description:hover,
.job-requirements:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.job-description h2,
.job-requirements h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.job-description h2::before {
    content: '📋';
    font-size: 1.5rem;
}

.job-requirements h2::before {
    content: '✅';
    font-size: 1.5rem;
}

.job-text {
    color: #475569;
    line-height: 1.8;
    font-size: 1.05rem;
}

.job-text p {
    margin-bottom: 1rem;
}

/* Job Apply Section */
.job-apply-section {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(31, 41, 55, 0.3);
    grid-row: 1 / 3;
}

.job-apply-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.job-apply-section h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.job-apply-section p {
    margin-bottom: 2rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.apply-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.apply-buttons .btn-primary {
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(221, 156, 107, 0.3);
}

.apply-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(221, 156, 107, 0.4);
    background: linear-gradient(135deg, #C0A876, #DD9C6B);
}

.apply-buttons .btn-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.apply-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Cool Features Section */
.job-perks {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    margin-top: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.job-perks h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.job-perks h3::before {
    content: '🎯';
    font-size: 1.2rem;
}

.perks-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.perk-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.perk-item:hover {
    background: #f8fafc;
    transform: translateX(5px);
}

.perk-item::before {
    content: '✨';
    font-size: 1rem;
}

.perk-item span {
    color: #475569;
    font-size: 0.95rem;
}

/* Error Message Styling */
.error-message {
    background: white;
    padding: 4rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
}

.error-message h2 {
    color: #ef4444;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.error-message p {
    color: #64748b;
    font-size: 1.1rem;
}

.error-message a {
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
}

.error-message a:hover {
    text-decoration: underline;
}

/* Responsive Design for Career Detail */
@media (max-width: 1024px) {
    .job-detail-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .job-apply-section {
        grid-row: auto;
    }
}

@media (max-width: 768px) {
    .job-detail {
        padding: 2rem 0 4rem;
    }

    .job-detail-header {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .job-detail-header h1 {
        font-size: 2rem;
    }

    .job-detail-meta {
        flex-direction: column;
        gap: 1rem;
    }

    .job-detail-meta>span {
        justify-content: center;
    }

    .job-description,
    .job-requirements,
    .job-apply-section {
        padding: 1.5rem;
    }

    .apply-buttons {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .job-detail-header {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .job-detail-header h1 {
        font-size: 1.75rem;
    }

    .job-description,
    .job-requirements,
    .job-apply-section {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .apply-buttons .btn-primary,
    .apply-buttons .btn-secondary {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

/* ==
=== SUPER COOL CAREER DETAIL PAGE ===== */

/* Hero Section */
.job-detail-hero {
    min-height: 60vh;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(255, 107, 107, 0.3), rgba(78, 205, 196, 0.3));
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: linear-gradient(45deg, rgba(255, 195, 113, 0.3), rgba(255, 107, 107, 0.3));
}

.shape-3 {
    width: 60px;
    height: 60px;
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    background: linear-gradient(45deg, rgba(196, 113, 237, 0.3), rgba(250, 130, 76, 0.3));
}

.shape-4 {
    width: 100px;
    height: 100px;
    top: 10%;
    right: 30%;
    animation-delay: 1s;
    background: linear-gradient(45deg, rgba(78, 205, 196, 0.3), rgba(85, 98, 112, 0.3));
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

.job-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 0;
}

.job-breadcrumb {
    margin-bottom: 2rem;
}

.job-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.job-breadcrumb a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Glitch Text Effect */
.glitch-text {
    font-family: 'Lexend', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    position: relative;
    color: #fff;
    text-shadow:
        0.05em 0 0 rgba(255, 0, 0, 0.75),
        -0.025em -0.05em 0 rgba(0, 255, 0, 0.75),
        0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
    animation: glitch 2s infinite;
}

.glitch-text::before,
.glitch-text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch-text::before {
    animation: glitch-1 0.5s infinite;
    color: rgba(255, 0, 0, 0.8);
    z-index: -1;
}

.glitch-text::after {
    animation: glitch-2 0.5s infinite;
    color: rgba(0, 255, 255, 0.8);
    z-index: -2;
}

@keyframes glitch {

    0%,
    74%,
    76%,
    100% {
        transform: translate(0);
    }

    75% {
        transform: translate(-2px, 2px);
    }
}

@keyframes glitch-1 {

    0%,
    74%,
    76%,
    100% {
        transform: translate(0);
    }

    75% {
        transform: translate(2px, -2px);
    }
}

@keyframes glitch-2 {

    0%,
    74%,
    76%,
    100% {
        transform: translate(0);
    }

    75% {
        transform: translate(-2px, -2px);
    }
}

.job-meta-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.meta-badge {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.meta-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.meta-badge:hover::before {
    left: 100%;
}

.type-badge {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
}

.location-badge {
    background: linear-gradient(135deg, #4834d4, #686de0);
    color: white;
    border: none;
}

.dept-badge {
    background: linear-gradient(135deg, #00d2d3, #54a0ff);
    color: white;
    border: none;
}

.salary-badge {
    background: linear-gradient(135deg, #5f27cd, #a55eea);
    color: white;
    border: none;
}

/* Content Section */
.job-detail-content {
    padding: 4rem 0;
    background: #f8fafc;
    min-height: 60vh;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.main-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content-card {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #4834d4, #00d2d3, #5f27cd);
    background-size: 300% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-header {
    padding: 2rem 2rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.card-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.card-content {
    padding: 0 2rem 2rem;
}

.job-text {
    color: #475569;
    line-height: 1.8;
    font-size: 1rem;
}

/* Sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.apply-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.apply-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.apply-header {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.apply-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.apply-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

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

.apply-content p {
    margin-bottom: 2rem;
    opacity: 0.9;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.apply-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.apply-btn:hover::before {
    left: 100%;
}

.apply-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.quick-stats {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.8rem;
    opacity: 0.8;
}

.perks-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.perks-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    text-align: center;
}

.perks-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.perk-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.perk-item:hover {
    background: #f8fafc;
    transform: translateX(5px);
}

.perk-icon {
    font-size: 1.2rem;
    width: 30px;
    text-align: center;
}

.perk-item span {
    color: #475569;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .glitch-text {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .job-detail-hero {
        min-height: 50vh;
        padding: 2rem 0;
    }

    .glitch-text {
        font-size: 2.5rem;
    }

    .job-meta-badges {
        flex-direction: column;
        align-items: center;
    }

    .content-grid {
        gap: 1.5rem;
    }

    .card-header {
        padding: 1.5rem 1.5rem 1rem;
    }

    .card-content {
        padding: 0 1.5rem 1.5rem;
    }

    .apply-card,
    .perks-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .glitch-text {
        font-size: 2rem;
    }

    .meta-badge {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .shape {
        display: none;
    }
}

/* Back L
ink in Apply Section */
.back-link {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.back-link .btn-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.back-link .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Adjust apply section for single column right side */
.right-column .apply-section {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-column .apply-content {
    text-align: center;
}

/* =
==== ATTRACTIVE APPLY SECTION ===== */

/* Apply Section - Attractive Design */
.apply-section {
    background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(221, 156, 107, 0.3);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.2;
    }
}

.apply-content {
    position: relative;
    z-index: 2;
    padding: 2.5rem;
    width: 100%;
}

.apply-content h3 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.apply-content p {
    margin-bottom: 2rem;
    opacity: 0.95;
    font-size: 1rem;
    line-height: 1.6;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.apply-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.apply-btn i {
    font-size: 1.2rem;
}

.apply-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.apply-stats .stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 1rem 1.5rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-width: 80px;
}

.apply-stats .stat-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.apply-stats .stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.25rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.apply-stats .stat-label {
    font-size: 0.85rem;
    opacity: 0.9;
    font-weight: 500;
}

/* Back Link in Apply Section */
.back-link {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.back-link .btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.75rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

.back-link .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Apply Section */
@media (max-width: 768px) {
    .apply-section {
        min-height: 350px;
    }

    .apply-content {
        padding: 2rem;
    }

    .apply-content h3 {
        font-size: 1.5rem;
    }

    .apply-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .apply-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .apply-stats .stat-item {
        margin: 0 auto;
        max-width: 120px;
    }
}

/* ========================================
   JOB DETAIL HEADER SECTION
   ======================================== */
/* Job Detail Hero */
.job-detail-hero {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    padding: 6rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.job-detail-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="job-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23job-grain)"/></svg>');
    opacity: 0.3;
}

.job-detail-header {
    position: relative;
    z-index: 1;
    text-align: center;
    background: linear-gradient(135deg, #00234C 0%, #021934 100%);
    color: white;
    padding: 4rem 2rem;
    border-radius: 0;
}

.job-breadcrumb {
    margin-bottom: 2rem;
}

.job-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.job-breadcrumb a:hover {
    color: #DD9C6B;
}

.job-detail-header h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: white;
}

.job-detail-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Meta Badges - White Text Only in Job Detail Header */
.job-detail-header .job-type,
.job-detail-header .job-location,
.job-detail-header .job-department,
.job-detail-header .job-salary {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    color: white !important;
}

.job-detail-header .job-type {
    background: #DD9C6B;
}

.job-detail-header .job-location,
.job-detail-header .job-department,
.job-detail-header .job-salary {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.job-detail-header .job-location:hover,
.job-detail-header .job-department:hover,
.job-detail-header .job-salary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(221, 156, 107, 0.3);
}

.job-detail-header .job-location i,
.job-detail-header .job-department i,
.job-detail-header .job-salary i {
    color: #DD9C6B;
}

/* Responsive Job Detail Header */
@media (max-width: 768px) {
    .job-detail-header {
        padding: 3rem 1rem;
    }

    .job-detail-header h1 {
        font-size: 2.5rem;
    }

    .job-detail-meta {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .job-detail-header .job-type,
    .job-detail-header .job-location,
    .job-detail-header .job-department,
    .job-detail-header .job-salary {
        justify-content: center;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .job-detail-header h1 {
        font-size: 2rem;
    }

    .job-detail-header .job-type,
    .job-detail-header .job-location,
    .job-detail-header .job-department,
    .job-detail-header .job-salary {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        min-width: 180px;
    }
}

/* =
==== CAREERS PAGE PAGINATION & DEADLINE STYLES ===== */

/* Job Deadline Styling */
.job-deadline {
    color: #f59e0b;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #fef3cd;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    border: 1px solid #fde047;
    margin-top: 0.5rem;
}

.job-deadline i {
    color: #f59e0b;
    font-size: 0.8rem;
}

/* Job Details Layout Update */
.job-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.job-details>span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Careers Pagination */
.careers-pagination {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.pagination-info {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    color: #475569;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-btn:hover {
    background: #DD9C6B;
    color: white;
    border-color: #DD9C6B;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    color: #475569;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-number:hover {
    background: #DD9C6B;
    color: white;
    border-color: #DD9C6B;
    transform: translateY(-2px);
}

.pagination-number.active {
    background: #DD9C6B;
    color: white;
    border-color: #DD9C6B;
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.pagination-dots {
    color: #9ca3af;
    font-weight: 500;
    padding: 0 0.5rem;
}

/* Responsive Pagination */
@media (max-width: 768px) {
    .careers-pagination {
        margin-top: 3rem;
        gap: 1.5rem;
    }

    .pagination-controls {
        flex-direction: column;
        gap: 1.5rem;
    }

    .pagination-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.9rem;
    }

    .pagination-numbers {
        order: -1;
    }

    .pagination-number {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .pagination-info {
        font-size: 0.85rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .job-details {
        gap: 0.5rem;
    }

    .job-deadline {
        font-size: 0.8rem;
        padding: 0.2rem 0.6rem;
    }

    .pagination-btn {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }

    .pagination-number {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}

/* =====
 MOBILE RESPONSIVENESS FOR CAREER & BLOG PAGES ===== */

/* Mobile Responsive Improvements for Career Pages */
@media (max-width: 768px) {

    /* Career Hero Section Mobile */
    .careers-hero {
        padding: 4rem 0 3rem;
        text-align: center;
    }

    .careers-hero-content h1 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .careers-hero-content p {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .careers-stats {
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .careers-stats .stat {
        padding: 1rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        backdrop-filter: blur(10px);
    }

    /* Job Cards Mobile */
    .jobs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .job-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .job-header h3 {
        font-size: 1.25rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .job-meta {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .job-type,
    .job-location {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .job-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .job-details {
        flex-direction: column;
        gap: 0.75rem;
        margin-top: 1rem;
    }

    .job-department,
    .job-salary,
    .job-deadline {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 0.5rem;
        border-radius: 8px;
        background: #f8fafc;
    }

    .job-apply-btn {
        width: 100%;
        text-align: center;
        padding: 1rem;
        font-size: 1rem;
        margin-top: 1rem;
    }

    /* Benefits Grid Mobile */
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .benefit-card {
        padding: 2rem 1.5rem;
        text-align: center;
    }

    .benefit-icon {
        margin: 0 auto 1.5rem;
    }

    /* Careers Contact Mobile */
    .careers-contact {
        padding: 4rem 0;
    }

    .careers-contact-content {
        padding: 0 1rem;
    }

    .careers-contact-content h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .careers-contact-content p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

/* Blog Pages Mobile Responsiveness */
@media (max-width: 768px) {

    /* Blog Hero Mobile */
    .blog-hero {
        padding: 4rem 0 3rem;
        text-align: center;
    }

    .blog-hero-content h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .blog-hero-content p {
        font-size: 1rem;
        padding: 0 1rem;
    }

    /* Blog Grid Mobile */
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .blog-preview-card {
        margin-bottom: 1rem;
    }

    .blog-preview-image {
        height: 200px;
    }

    .blog-preview-content {
        padding: 1.5rem;
    }

    .blog-preview-meta {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .blog-preview-content h3 {
        font-size: 1.25rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .blog-preview-content p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .blog-read-more {
        font-size: 0.9rem;
        padding: 0.75rem 0;
    }

    /* Blog Pagination Mobile */
    .blog-pagination,
    .careers-pagination {
        margin-top: 3rem;
        padding: 0 1rem;
    }

    .pagination-controls {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .pagination-numbers {
        order: -1;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination-btn {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }

    .pagination-number {
        width: 40px;
        height: 40px;
        margin: 0.25rem;
    }
}

/* Career Detail Page Mobile */
@media (max-width: 768px) {

    /* Job Detail Header Mobile */
    .job-detail-header {
        padding: 3rem 1rem;
        text-align: center;
    }

    .job-detail-header h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    .job-breadcrumb {
        margin-bottom: 1.5rem;
    }

    .job-breadcrumb a {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    .job-detail-meta {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .job-detail-header .job-type,
    .job-detail-header .job-location,
    .job-detail-header .job-department,
    .job-detail-header .job-salary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    /* Job Content Grid Mobile */
    .job-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }

    .right-column {
        order: -1;
    }

    .content-section {
        padding: 2rem 1.5rem;
    }

    .section-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .section-icon {
        margin: 0 auto;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .job-text {
        font-size: 1rem;
        line-height: 1.7;
    }

    /* Apply Section Mobile */
    .apply-section {
        padding: 2rem 1.5rem;
        min-height: auto;
    }

    .apply-content h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .apply-content p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .apply-btn {
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .apply-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .apply-stats .stat-item {
        padding: 1rem;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
    }

    .back-link {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .back-link .btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 0.875rem;
    }

    /* Experience Requirement Mobile */
    .experience-requirement {
        margin-top: 1.5rem;
        padding: 1.25rem;
    }

    .experience-requirement h4 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        text-align: center;
    }

    /* Timeline Mobile */
    .process-timeline::before {
        display: none;
    }

    .timeline-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1.5rem;
        padding: 1rem;
        background: #f8fafc;
        border-radius: 12px;
    }

    .timeline-marker {
        margin: 0 auto 1rem;
    }

    .timeline-content h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .timeline-content p {
        font-size: 0.9rem;
    }

    /* Benefits Mobile */
    .default-benefits .benefit-item {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
        gap: 0.75rem;
    }

    .benefit-item i {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .benefit-item span {
        font-size: 0.95rem;
        text-align: center;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 480px) {

    /* Career Pages */
    .careers-hero-content h1,
    .blog-hero-content h1 {
        font-size: 1.8rem;
    }

    .job-card,
    .blog-preview-card,
    .content-section {
        padding: 1.25rem;
    }

    .job-header h3,
    .blog-preview-content h3 {
        font-size: 1.1rem;
    }

    .section-header h2 {
        font-size: 1.3rem;
    }

    .job-detail-header h1 {
        font-size: 1.75rem;
    }

    .job-detail-header .job-type,
    .job-detail-header .job-location,
    .job-detail-header .job-department,
    .job-detail-header .job-salary {
        padding: 0.625rem 0.875rem;
        font-size: 0.85rem;
    }

    .apply-content h3 {
        font-size: 1.25rem;
    }

    .apply-btn {
        padding: 0.875rem;
        font-size: 0.95rem;
    }

    /* Pagination */
    .pagination-number {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .pagination-btn {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    /* Container Padding */
    .container {
        padding: 0 1rem;
    }

    /* Section Padding */
    .job-openings,
    .blog-posts,
    .job-detail-content {
        padding: 3rem 0;
    }

    .why-work-with-us,
    .careers-contact {
        padding: 3rem 0;
    }
}

/* Landscape Mobile Orientation */
@media (max-width: 768px) and (orientation: landscape) {

    .careers-hero,
    .blog-hero {
        padding: 3rem 0 2rem;
    }

    .careers-hero-content h1,
    .blog-hero-content h1 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .careers-stats {
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
    }

    .job-detail-header {
        padding: 2.5rem 1rem;
    }

    .job-detail-header h1 {
        font-size: 1.8rem;
    }
}

/* Touch-Friendly Improvements */
@media (max-width: 768px) {

    /* Larger touch targets */
    .job-apply-btn,
    .blog-read-more,
    .apply-btn,
    .pagination-btn,
    .pagination-number {
        min-height: 44px;
        min-width: 44px;
    }

    /* Better spacing for touch */
    .job-meta>*,
    .job-details>* {
        margin-bottom: 0.75rem;
    }

    /* Improved readability */
    .job-text,
    .blog-preview-content p {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Better contrast for mobile */
    .job-card,
    .blog-preview-card,
    .content-section {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid #e2e8f0;
    }
}

/*
 ===== MOBILE RESPONSIVENESS - CAREER & BLOG PAGES ===== */

/* Career Pages Mobile Responsiveness */
@media screen and (max-width: 768px) {

    /* Career Hero Section */
    .careers-hero {
        padding: 4rem 0 3rem !important;
        text-align: center !important;
    }

    .careers-hero-content h1 {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
        padding: 0 1rem !important;
    }

    .careers-hero-content p {
        font-size: 1rem !important;
        margin-bottom: 2rem !important;
        padding: 0 1rem !important;
    }

    .careers-stats {
        flex-direction: column !important;
        gap: 1.5rem !important;
        margin-top: 2rem !important;
        padding: 0 1rem !important;
    }

    .careers-stats .stat {
        padding: 1rem !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 12px !important;
        backdrop-filter: blur(10px) !important;
    }

    /* Jobs Grid Mobile */
    .jobs-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
        margin-top: 2rem !important;
    }

    /* Job Cards Mobile */
    .job-card {
        padding: 1.5rem !important;
        margin-bottom: 1rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .job-header h3 {
        font-size: 1.25rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
    }

    .job-meta {
        flex-direction: column !important;
        gap: 0.75rem !important;
        align-items: center !important;
        text-align: center !important;
    }

    .job-type,
    .job-location {
        width: 100% !important;
        max-width: 280px !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .job-content {
        text-align: center !important;
        margin: 1rem 0 !important;
    }

    .job-content p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    .job-details {
        flex-direction: column !important;
        gap: 0.75rem !important;
        margin-top: 1rem !important;
        align-items: center !important;
    }

    .job-department,
    .job-salary,
    .job-deadline {
        width: 100% !important;
        max-width: 280px !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 0.75rem !important;
        border-radius: 8px !important;
        background: #f8fafc !important;
        margin: 0 auto !important;
    }

    .job-footer {
        text-align: center !important;
        margin-top: 1.5rem !important;
    }

    .job-apply-btn {
        width: 100% !important;
        max-width: 280px !important;
        text-align: center !important;
        padding: 1rem !important;
        font-size: 1rem !important;
        margin: 0 auto !important;
        display: block !important;
    }

    /* Benefits Grid Mobile */
    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
    }

    .benefit-card {
        padding: 2rem 1.5rem !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }

    .benefit-icon {
        margin: 0 auto 1.5rem !important;
    }

    /* Careers Contact Mobile */
    .careers-contact {
        padding: 4rem 0 !important;
    }

    .careers-contact-content {
        padding: 0 1rem !important;
        text-align: center !important;
    }

    .careers-contact-content h2 {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }

    .careers-contact-content p {
        font-size: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .careers-contact-content .btn-primary {
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

/* Blog Pages Mobile Responsiveness */
@media screen and (max-width: 768px) {

    /* Blog Hero Mobile */
    .blog-hero {
        padding: 4rem 0 3rem !important;
        text-align: center !important;
    }

    .blog-hero-content h1 {
        font-size: 2.2rem !important;
        margin-bottom: 1rem !important;
        padding: 0 1rem !important;
    }

    .blog-hero-content p {
        font-size: 1rem !important;
        padding: 0 1rem !important;
    }

    /* Blog Grid Mobile */
    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding: 0 1rem !important;
        margin-top: 2rem !important;
    }

    .blog-preview-card {
        margin-bottom: 1rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .blog-preview-image {
        height: 200px !important;
        width: 100% !important;
    }

    .blog-preview-content {
        padding: 1.5rem !important;
    }

    .blog-preview-meta {
        flex-direction: column !important;
        gap: 0.5rem !important;
        align-items: flex-start !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
    }

    .blog-preview-content h3 {
        font-size: 1.25rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
    }

    .blog-preview-content p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 1.5rem !important;
        text-align: left !important;
    }

    .blog-read-more {
        font-size: 0.9rem !important;
        padding: 0.75rem 0 !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }
}

/* Career Detail Page Mobile */
@media screen and (max-width: 768px) {

    /* Job Detail Header Mobile */
    .job-detail-header {
        padding: 3rem 1rem !important;
        text-align: center !important;
    }

    .job-detail-header h1 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1.5rem !important;
    }

    .job-breadcrumb {
        margin-bottom: 1.5rem !important;
        text-align: center !important;
    }

    .job-breadcrumb a {
        font-size: 0.85rem !important;
        padding: 0.5rem 1rem !important;
    }

    .job-detail-meta {
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: center !important;
    }

    .job-detail-header .job-type,
    .job-detail-header .job-location,
    .job-detail-header .job-department,
    .job-detail-header .job-salary {
        width: 100% !important;
        max-width: 280px !important;
        justify-content: center !important;
        padding: 0.75rem 1rem !important;
        font-size: 0.9rem !important;
        margin: 0 auto !important;
    }

    /* Job Content Grid Mobile */
    .job-content-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding: 0 1rem !important;
    }

    .right-column {
        order: -1 !important;
    }

    .content-section {
        padding: 2rem 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .section-header {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .section-icon {
        margin: 0 auto !important;
    }

    .section-header h2 {
        font-size: 1.5rem !important;
        text-align: center !important;
    }

    .job-text {
        font-size: 1rem !important;
        line-height: 1.7 !important;
        text-align: left !important;
    }

    /* Apply Section Mobile */
    .apply-section {
        padding: 2rem 1.5rem !important;
        min-height: auto !important;
        text-align: center !important;
    }

    .apply-content h3 {
        font-size: 1.4rem !important;
        margin-bottom: 1rem !important;
    }

    .apply-content p {
        font-size: 0.95rem !important;
        margin-bottom: 1.5rem !important;
    }

    .apply-btn {
        width: 100% !important;
        max-width: 280px !important;
        padding: 1rem !important;
        font-size: 1rem !important;
        margin: 0 auto 2rem !important;
        display: block !important;
    }

    .apply-stats {
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: center !important;
    }

    .apply-stats .stat-item {
        padding: 1rem !important;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 12px !important;
        width: 100% !important;
        max-width: 150px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .back-link {
        margin-top: 1.5rem !important;
        padding-top: 1.5rem !important;
        text-align: center !important;
    }

    .back-link .btn-secondary {
        width: 100% !important;
        max-width: 280px !important;
        justify-content: center !important;
        padding: 0.875rem !important;
        margin: 0 auto !important;
        display: block !important;
    }

    /* Experience Requirement Mobile */
    .experience-requirement {
        margin-top: 1.5rem !important;
        padding: 1.25rem !important;
        text-align: center !important;
    }

    .experience-requirement h4 {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
        text-align: center !important;
    }

    /* Timeline Mobile */
    .process-timeline::before {
        display: none !important;
    }

    .timeline-item {
        flex-direction: column !important;
        text-align: center !important;
        margin-bottom: 1.5rem !important;
        padding: 1rem !important;
        background: #f8fafc !important;
        border-radius: 12px !important;
    }

    .timeline-marker {
        margin: 0 auto 1rem !important;
    }

    .timeline-content h4 {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
        text-align: center !important;
    }

    .timeline-content p {
        font-size: 0.9rem !important;
        text-align: center !important;
    }

    /* Benefits Mobile */
    .default-benefits .benefit-item {
        flex-direction: column !important;
        text-align: center !important;
        padding: 1rem !important;
        gap: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .benefit-item i {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .benefit-item span {
        font-size: 0.95rem !important;
        text-align: center !important;
    }
}

/* Pagination Mobile */
@media screen and (max-width: 768px) {

    .blog-pagination,
    .careers-pagination {
        margin-top: 3rem !important;
        padding: 0 1rem !important;
    }

    .pagination-controls {
        flex-direction: column !important;
        gap: 1.5rem !important;
        align-items: center !important;
    }

    .pagination-numbers {
        order: -1 !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .pagination-btn {
        width: 100% !important;
        max-width: 200px !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .pagination-number {
        width: 40px !important;
        height: 40px !important;
        margin: 0.25rem !important;
    }

    .pagination-info {
        text-align: center !important;
        font-size: 0.9rem !important;
    }
}

/* Extra Small Mobile Devices */
@media screen and (max-width: 480px) {

    /* Career Pages */
    .careers-hero-content h1,
    .blog-hero-content h1 {
        font-size: 1.8rem !important;
    }

    .job-card,
    .blog-preview-card,
    .content-section {
        padding: 1.25rem !important;
    }

    .job-header h3,
    .blog-preview-content h3 {
        font-size: 1.1rem !important;
    }

    .section-header h2 {
        font-size: 1.3rem !important;
    }

    .job-detail-header h1 {
        font-size: 1.75rem !important;
    }

    .job-detail-header .job-type,
    .job-detail-header .job-location,
    .job-detail-header .job-department,
    .job-detail-header .job-salary {
        padding: 0.625rem 0.875rem !important;
        font-size: 0.85rem !important;
        max-width: 250px !important;
    }

    .apply-content h3 {
        font-size: 1.25rem !important;
    }

    .apply-btn {
        padding: 0.875rem !important;
        font-size: 0.95rem !important;
        max-width: 250px !important;
    }

    /* Pagination */
    .pagination-number {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.9rem !important;
    }

    .pagination-btn {
        padding: 0.75rem 1rem !important;
        font-size: 0.9rem !important;
        max-width: 180px !important;
    }

    /* Container Padding */
    .container {
        padding: 0 1rem !important;
    }

    /* Section Padding */
    .job-openings,
    .blog-posts,
    .job-detail-content {
        padding: 3rem 0 !important;
    }

    .why-work-with-us,
    .careers-contact {
        padding: 3rem 0 !important;
    }
}

/* Touch-Friendly Improvements */
@media screen and (max-width: 768px) {

    /* Larger touch targets */
    .job-apply-btn,
    .blog-read-more,
    .apply-btn,
    .pagination-btn,
    .pagination-number {
        min-height: 44px !important;
        min-width: 44px !important;
    }

    /* Better spacing for touch */
    .job-meta>*,
    .job-details>* {
        margin-bottom: 0.75rem !important;
    }

    /* Improved readability */
    .job-text,
    .blog-preview-content p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    /* Better contrast for mobile */
    .job-card,
    .blog-preview-card,
    .content-section {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        border: 1px solid #e2e8f0 !important;
    }

    /* Ensure proper viewport */
    body {
        -webkit-text-size-adjust: 100% !important;
        -ms-text-size-adjust: 100% !important;
    }

    /* Prevent horizontal scroll */
    .jobs-grid,
    .blog-grid,
    .job-content-grid {
        overflow-x: hidden !important;
    }
}

/* ===
== MOBILE RESPONSIVENESS FIXES FOR BLOG & CAREER PAGES ===== */

/* Mobile Navigation Fix */
@media screen and (max-width: 768px) {
    body {
        padding-top: 80px !important;
    }

    .navbar {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
    }

    .hamburger {
        display: flex !important;
        z-index: 1002 !important;
    }

    /* Nav-menu inside nav-right - no fixed positioning */
    .nav-menu {
        position: static !important;
        flex-direction: column !important;
        background: transparent !important;
        width: 100% !important;
        text-align: center !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .nav-phone {
        display: flex !important;
        padding: 1rem 2rem !important;
        border-top: 1px solid #f1f5f9 !important;
    }
}

/* Blog Page Mobile Fixes */
@media screen and (max-width: 768px) {
    .blog-hero {
        padding: 5rem 0 3rem !important;
        margin-top: 0 !important;
    }

    .blog-hero h1 {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }

    .blog-hero p {
        font-size: 1rem !important;
        padding: 0 1rem !important;
    }

    .blog-posts {
        padding: 4rem 0 !important;
    }

    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
    }

    .blog-preview-card {
        width: 100% !important;
        margin: 0 !important;
    }

    .blog-preview-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }

    .blog-preview-content h3 {
        font-size: 1.2rem !important;
        text-align: left !important;
    }

    .blog-pagination {
        flex-direction: column !important;
        gap: 1.5rem !important;
        text-align: center !important;
        padding: 0 1rem !important;
    }

    .pagination-controls {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 1rem !important;
    }

    .pagination-btn {
        min-width: 120px !important;
        padding: 0.75rem 1rem !important;
    }

    .pagination-numbers {
        order: 2 !important;
        margin: 0 !important;
    }
}

/* Career Page Mobile Fixes */
@media screen and (max-width: 768px) {
    .careers-hero {
        padding: 5rem 0 3rem !important;
        margin-top: 0 !important;
    }

    .careers-hero h1 {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }

    .careers-hero p {
        font-size: 1rem !important;
        padding: 0 1rem !important;
    }

    .careers-stats {
        flex-direction: column !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
    }

    .careers-stats .stat {
        background: rgba(255, 255, 255, 0.1) !important;
        padding: 1rem !important;
        border-radius: 12px !important;
        backdrop-filter: blur(10px) !important;
    }

    .job-openings {
        padding: 4rem 0 !important;
    }

    .jobs-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
    }

    .job-card {
        width: 100% !important;
        padding: 1.5rem !important;
        margin: 0 !important;
    }

    .job-header h3 {
        font-size: 1.25rem !important;
        text-align: left !important;
    }

    .job-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }

    .job-details {
        gap: 0.75rem !important;
    }

    .job-footer {
        text-align: center !important;
        margin-top: 1.5rem !important;
    }

    .job-apply-btn {
        width: 100% !important;
        padding: 1rem !important;
        text-align: center !important;
    }

    .careers-pagination {
        flex-direction: column !important;
        gap: 1.5rem !important;
        text-align: center !important;
        padding: 0 1rem !important;
    }

    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
    }

    .benefit-card {
        margin: 0 !important;
    }

    .careers-contact {
        padding: 3rem 1rem !important;
    }

    .careers-contact-content h2 {
        font-size: 1.8rem !important;
    }

    .careers-contact-content p {
        font-size: 1rem !important;
        padding: 0 !important;
    }
}

/* Career Detail Page Mobile Fixes */
@media screen and (max-width: 768px) {
    .job-detail {
        padding: 4rem 0 !important;
        margin-top: 0 !important;
    }

    .job-detail-header {
        margin: 0 1rem 2rem !important;
        padding: 1.5rem !important;
    }

    .job-detail-header h1 {
        font-size: 1.8rem !important;
        text-align: left !important;
    }

    .job-breadcrumb {
        text-align: left !important;
    }

    .job-detail-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }

    .job-content-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        margin: 0 1rem !important;
    }

    .content-section {
        padding: 1.5rem !important;
    }

    .section-header {
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
    }

    .section-header h2 {
        font-size: 1.3rem !important;
        text-align: left !important;
    }

    .apply-content {
        text-align: center !important;
    }

    .apply-content h3 {
        font-size: 1.3rem !important;
    }

    .apply-btn {
        width: 100% !important;
        padding: 1rem !important;
        font-size: 1rem !important;
    }

    .apply-stats {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .stat-item .stat-number {
        font-size: 1.3rem !important;
    }

    .back-link .btn-secondary {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
    }
}

/* Extra Small Mobile (480px and below) */
@media screen and (max-width: 480px) {
    .container {
        padding: 0 1rem !important;
    }

    .blog-hero h1,
    .careers-hero h1 {
        font-size: 1.8rem !important;
    }

    .job-detail-header h1 {
        font-size: 1.6rem !important;
    }

    .job-card,
    .blog-preview-card,
    .content-section {
        padding: 1.25rem !important;
    }

    .section-header h2 {
        font-size: 1.2rem !important;
    }

    .pagination-btn {
        min-width: 100px !important;
        font-size: 0.9rem !important;
    }

    .pagination-number {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.9rem !important;
    }
}

/* Touch-friendly improvements */
@media screen and (max-width: 768px) {

    .job-apply-btn,
    .blog-read-more,
    .apply-btn,
    .pagination-btn,
    .pagination-number {
        min-height: 44px !important;
        min-width: 44px !important;
    }

    .job-card,
    .blog-preview-card,
    .content-section {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        border: 1px solid #e2e8f0 !important;
    }

    /* Prevent horizontal scroll */
    body {
        overflow-x: hidden !important;
    }

    .jobs-grid,
    .blog-grid,
    .job-content-grid {
        overflow-x: hidden !important;
    }
}

/* ===
== BLOG POST DETAIL PAGE STYLES ===== */

/* Blog Post Single Page */
.blog-post-single {
    padding: 6rem 0;
    background: #f8fafc;
}

.blog-post-header {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.blog-breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.blog-breadcrumb a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.blog-breadcrumb a:hover {
    color: #DD9C6B;
}

.breadcrumb-separator {
    margin: 0 0.5rem;
    color: #64748b;
}

.blog-post-category-badge {
    margin-bottom: 1rem;
}

.blog-category {
    background: #DD9C6B;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-post-header h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.blog-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: #1e293b;
    font-size: 1rem;
}

.publish-date {
    color: #64748b;
    font-size: 0.9rem;
}

.read-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.9rem;
}

.read-time i {
    color: #DD9C6B;
}

.blog-post-featured-image {
    position: relative;
    margin-bottom: 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-post-featured-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
}

.blog-post-wrapper {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.blog-post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 3rem;
}

.blog-post-content p {
    margin-bottom: 1.5rem;
}

.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
    color: #1e293b;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.blog-post-content h2 {
    font-size: 1.8rem;
}

.blog-post-content h3 {
    font-size: 1.5rem;
}

.blog-post-content h4 {
    font-size: 1.3rem;
}

.blog-post-content ul,
.blog-post-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.blog-post-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.blog-post-content blockquote {
    border-left: 4px solid #DD9C6B;
    padding: 1rem 2rem;
    margin: 2rem 0;
    background: #f8fafc;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #64748b;
}

.blog-post-content code {
    background: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    color: #e11d48;
}

.blog-post-content pre {
    background: #1e293b;
    color: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.blog-post-content pre code {
    background: none;
    color: inherit;
    padding: 0;
}

.blog-post-tags {
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.blog-post-tags h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blog-post-tags h4 i {
    color: #DD9C6B;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tag {
    background: #e0f2fe;
    color: #0369a1;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tag:hover {
    background: #0369a1;
    color: white;
    transform: translateY(-2px);
}

.blog-post-footer {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-to-blog {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border: 2px solid #6366f1;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.back-to-blog:hover {
    background: #6366f1;
    color: white;
    transform: translateY(-2px);
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog-share span {
    color: #64748b;
    font-weight: 500;
}

.share-btn {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: #DD9C6B;
    color: white;
    transform: translateY(-2px);
}

/* Error Message */
.error-message {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.error-message h2 {
    color: #1e293b;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.error-message p {
    color: #64748b;
    font-size: 1.1rem;
}

.error-message a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
}

.error-message a:hover {
    color: #DD9C6B;
}

/* ===== BLOG POST MOBILE RESPONSIVENESS ===== */

@media screen and (max-width: 768px) {
    .blog-post-single {
        padding: 4rem 0;
    }

    .blog-post-header {
        margin: 0 1rem 2rem;
        padding: 1.5rem;
    }

    .blog-post-header h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .blog-post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .author-info {
        width: 100%;
    }

    .read-time {
        align-self: flex-end;
    }

    .blog-post-featured-image {
        margin: 0 1rem 2rem;
    }

    .blog-post-featured-image img {
        height: 250px;
    }

    .blog-post-wrapper {
        margin: 0 1rem 2rem;
        padding: 2rem 1.5rem;
    }

    .blog-post-content {
        font-size: 1rem;
        line-height: 1.7;
    }

    .blog-post-content h2 {
        font-size: 1.5rem;
    }

    .blog-post-content h3 {
        font-size: 1.3rem;
    }

    .blog-post-content h4 {
        font-size: 1.1rem;
    }

    .blog-post-content ul,
    .blog-post-content ol {
        padding-left: 1.5rem;
    }

    .blog-post-content blockquote {
        padding: 1rem;
        margin: 1.5rem 0;
    }

    .blog-post-content pre {
        padding: 1rem;
        font-size: 0.85rem;
    }

    .tags-list {
        gap: 0.5rem;
    }

    .tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .blog-post-footer {
        margin: 0 1rem;
        padding: 1.5rem;
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .back-to-blog {
        width: 100%;
        justify-content: center;
        padding: 1rem;
    }

    .blog-share {
        justify-content: center;
        flex-wrap: wrap;
    }

    .error-message {
        margin: 0 1rem;
        padding: 3rem 1.5rem;
    }

    .error-message h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .blog-post-header {
        padding: 1.25rem;
    }

    .blog-post-header h1 {
        font-size: 1.5rem;
    }

    .author-avatar {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .author-name {
        font-size: 0.9rem;
    }

    .publish-date,
    .read-time {
        font-size: 0.8rem;
    }

    .blog-post-featured-image img {
        height: 200px;
    }

    .blog-post-wrapper {
        padding: 1.5rem 1rem;
    }

    .blog-post-content {
        font-size: 0.95rem;
    }

    .blog-post-tags h4 {
        font-size: 1rem;
    }

    .blog-post-footer {
        padding: 1.25rem;
    }

    .back-to-blog {
        font-size: 0.9rem;
        padding: 0.875rem;
    }

    .share-btn {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
}

/* Touch-friendly improvements for blog post */
@media screen and (max-width: 768px) {

    .back-to-blog,
    .share-btn,
    .tag {
        min-height: 44px;
        min-width: 44px;
    }

    .blog-post-header,
    .blog-post-wrapper,
    .blog-post-footer {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid #e2e8f0;
    }

    /* Prevent horizontal scroll */
    .blog-post-content {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .blog-post-content pre {
        overflow-x: auto;
        max-width: 100%;
    }
}

/* Career Detail Page Styles */
.job-detail {
    padding: 2rem 0;
    min-height: 100vh;
}

.job-detail-header {
    margin-bottom: 3rem;
    text-align: center;
}

.job-breadcrumb {
    color: #6b7280;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.job-breadcrumb a {
    color: #DD9C6B;
    text-decoration: none;
}

.job-breadcrumb a:hover {
    text-decoration: underline;
}

.job-detail-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #021934;
    margin-bottom: 1rem;
}

.job-detail-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.job-detail-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.9rem;
}

.job-detail-meta i {
    color: #DD9C6B;
}

.job-type {
    background: #f3f4f6;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 500;
    color: #374151 !important;
}

.job-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.content-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    border: 1px solid #f3f4f6;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f3f4f6;
}

.section-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #DD9C6B, #c8956b);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.section-header h2 {
    color: #021934;
    font-size: 1.5rem;
    font-weight: 600;
}

.job-text {
    color: #4b5563;
    line-height: 1.7;
    font-size: 1rem;
}

.experience-requirement {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #DD9C6B;
}

.experience-requirement h4 {
    color: #021934;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.experience-requirement i {
    color: #DD9C6B;
}

/* Apply Section Styles */
.apply-section {
    position: sticky;
    top: 100px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 2px solid #DD9C6B;
}

.apply-content {
    text-align: center;
}

.apply-content h3 {
    color: #021934;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.apply-content p {
    color: #6b7280;
    margin-bottom: 2rem;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #DD9C6B, #c8956b);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(221, 156, 107, 0.3);
    margin-bottom: 2rem;
}

.apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(221, 156, 107, 0.4);
    color: white;
    text-decoration: none;
}

/* Stats Section - Premium Styling */
.apply-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2.5rem 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
}

.stat-item {
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08),
        0 4px 10px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(221, 156, 107, 0.1);
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #DD9C6B 0%, #c8956b 50%, #DD9C6B 100%);
    border-radius: 20px 20px 0 0;
}

.stat-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 20px 40px rgba(221, 156, 107, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(221, 156, 107, 0.3);
}

.stat-item:hover::before {
    background: linear-gradient(90deg, #DD9C6B 0%, #b8875f 50%, #DD9C6B 100%);
    height: 6px;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, #DD9C6B 0%, #c8956b 50%, #b8875f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(221, 156, 107, 0.1);
    font-family: 'Lexend', sans-serif;
    letter-spacing: -1px;
}

.stat-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    position: relative;
}

.stat-label::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #DD9C6B, transparent);
    border-radius: 1px;
}

.back-link {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    color: #DD9C6B;
    border-color: #DD9C6B;
    text-decoration: none;
    background: rgba(221, 156, 107, 0.05);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .job-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .apply-section {
        position: static;
    }

    .job-detail-meta {
        flex-direction: column;
        gap: 1rem;
    }

    .job-detail-header h1 {
        font-size: 2rem;
    }

    .apply-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 2rem 0;
    }

    .stat-item {
        padding: 1.75rem 1.25rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .content-section {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .job-detail-header h1 {
        font-size: 1.75rem;
    }

    .apply-btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }

    .stat-item {
        padding: 1.5rem 1rem;
    }

    .stat-number {
        font-size: 2.25rem;
        letter-spacing: -0.5px;
    }

    .stat-label {
        font-size: 0.75rem;
        letter-spacing: 0.8px;
    }
}

/* Careers Page Styles */
.careers-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
    text-align: center;
}

.careers-hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #021934;
    margin-bottom: 1.5rem;
}

.careers-hero-content p {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.careers-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.careers-stats .stat {
    text-align: center;
}

.careers-stats .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #DD9C6B;
    line-height: 1;
}

.careers-stats .stat-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 0.5rem;
}

/* Job Openings Section */
.job-openings {
    padding: 4rem 0;
    background: #ffffff;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #021934;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.job-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: #DD9C6B;
}

.job-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #021934;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.job-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.job-type {
    background: #f1f5f9;
    color: #475569;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.job-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.875rem;
}

.job-location i {
    color: #DD9C6B;
}

.job-content {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.job-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.job-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.job-details span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.875rem;
}

.job-details i {
    color: #DD9C6B;
    width: 16px;
}

.job-footer {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.job-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #DD9C6B, #c8956b);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(221, 156, 107, 0.2);
}

.job-apply-btn:hover {
    background: linear-gradient(135deg, #c8956b, #b8875f);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(221, 156, 107, 0.3);
    color: white;
    text-decoration: none;
}

/* No Jobs State */
.no-jobs {
    text-align: center;
    padding: 3rem;
    background: #f8fafc;
    border-radius: 16px;
    grid-column: 1 / -1;
}

.no-jobs h3 {
    font-size: 1.5rem;
    color: #021934;
    margin-bottom: 1rem;
}

.no-jobs p {
    color: #64748b;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Pagination */
.careers-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.pagination-info {
    color: #64748b;
    font-size: 0.9rem;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: #64748b;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-btn:hover {
    color: #DD9C6B;
    border-color: #DD9C6B;
    background: rgba(221, 156, 107, 0.05);
    text-decoration: none;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #64748b;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-number:hover {
    color: #DD9C6B;
    background: rgba(221, 156, 107, 0.1);
    text-decoration: none;
}

.pagination-number.active {
    background: #DD9C6B;
    color: white;
}

.pagination-dots {
    color: #94a3b8;
    padding: 0 0.5rem;
}

/* Benefits Section */
.why-work-with-us {
    padding: 4rem 0;
    background: #f8fafc;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #DD9C6B, #c8956b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.5rem;
}

.benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #021934;
    margin-bottom: 1rem;
}

.benefit-card p {
    color: #64748b;
    line-height: 1.6;
}

/* Contact Section */
.careers-contact {
    padding: 4rem 0;
    background: linear-gradient(135deg, #021934, #1e293b);
    color: white;
    text-align: center;
}

.careers-contact-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.careers-contact-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #DD9C6B, #c8956b);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(221, 156, 107, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(221, 156, 107, 0.4);
    color: white;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .careers-hero-content h1 {
        font-size: 2.5rem;
    }

    .careers-stats {
        gap: 2rem;
    }

    .jobs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .job-card {
        padding: 1.5rem;
    }

    .careers-pagination {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .pagination-controls {
        flex-wrap: wrap;
        justify-content: center;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .benefit-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .careers-hero {
        padding: 3rem 0;
    }

    .careers-hero-content h1 {
        font-size: 2rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .job-openings,
    .why-work-with-us,
    .careers-contact {
        padding: 3rem 0;
    }
}

/* 
Apply Now Button - Enhanced Hover Effects */
.apply-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    background: linear-gradient(135deg, #DD9C6B 0%, #c8956b 100%) !important;
    color: white !important;
    padding: 1.25rem 2.5rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow:
        0 8px 20px rgba(221, 156, 107, 0.3),
        0 4px 10px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 1.5rem 0 !important;
    width: 100% !important;
    max-width: 280px !important;
    min-height: 56px !important;
}

.apply-btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.6s ease !important;
}

.apply-btn:hover {
    background: linear-gradient(135deg, #c8956b 0%, #b8875f 100%) !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow:
        0 15px 35px rgba(221, 156, 107, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.15) !important;
    color: white !important;
    text-decoration: none !important;
}

.apply-btn:hover::before {
    left: 100% !important;
}

.apply-btn:active {
    transform: translateY(-1px) scale(1.01) !important;
    transition: all 0.1s ease !important;
}

.apply-btn i {
    font-size: 1.2rem !important;
    transition: transform 0.3s ease !important;
}

.apply-btn:hover i {
    transform: translateX(2px) !important;
}

.apply-btn span {
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

/* Focus state for accessibility */
.apply-btn:focus {
    outline: 3px solid rgba(221, 156, 107, 0.5) !important;
    outline-offset: 2px !important;
}

/* Ensure button works on touch devices */
.apply-btn:focus,
.apply-btn:active {
    background: linear-gradient(135deg, #b8875f 0%, #a67954 100%) !important;
}

/* Careers 
Hero Section - Consistent Dark Theme Override */
.careers-hero {
    background: linear-gradient(135deg, #021934 0%, #1e293b 50%, #0f172a 100%) !important;
    padding: 5rem 0 !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    color: white !important;
}

.careers-hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') !important;
    opacity: 0.5 !important;
}

.careers-hero-content {
    position: relative !important;
    z-index: 1 !important;
}

.careers-hero-content h1 {
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    font-family: 'Lexend', sans-serif !important;
}

.careers-hero-content p {
    font-size: 1.25rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 650px !important;
    margin: 0 auto 3rem !important;
    line-height: 1.7 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Careers Stats - White Text */
.careers-stats {
    display: flex !important;
    justify-content: center !important;
    gap: 3rem !important;
    flex-wrap: wrap !important;
}

.careers-stats .stat {
    text-align: center !important;
}

.careers-stats .stat-number {
    display: block !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #DD9C6B !important;
    line-height: 1 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.careers-stats .stat-label {
    font-size: 0.9rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500 !important;
    margin-top: 0.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Mobile Responsive for Careers Hero */
@media (max-width: 768px) {
    .careers-hero {
        padding: 4rem 0 3rem !important;
    }

    .careers-hero-content h1 {
        font-size: 2.5rem !important;
    }

    .careers-hero-content p {
        font-size: 1.1rem !important;
        padding: 0 1rem !important;
    }

    .careers-stats {
        gap: 2rem !important;
    }

    .careers-stats .stat-number {
        font-size: 2rem !important;
    }
}

@media (max-width: 480px) {
    .careers-hero {
        padding: 3rem 0 !important;
    }

    .careers-hero-content h1 {
        font-size: 2rem !important;
    }

    .careers-hero-content p {
        font-size: 1rem !important;
    }

    .careers-stats {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }
}

/* C
ontact Page Styles - Mobile Responsive */
.contact-hero {
    background: linear-gradient(135deg, #021934 0%, #1e293b 50%, #0f172a 100%);
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: white;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
}

.contact-hero-content {
    position: relative;
    z-index: 1;
}

.contact-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Lexend', sans-serif;
}

.contact-hero-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 650px;
    margin: 0 auto 3rem;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.contact-hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-hero-stats .stat {
    text-align: center;
}

.contact-hero-stats .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #DD9C6B;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-hero-stats .stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Contact Methods Section */
.contact-methods {
    padding: 4rem 0;
    background: #f8fafc;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.contact-method {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: #DD9C6B;
}

.method-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #DD9C6B, #c8956b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.5rem;
}

.contact-method h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #021934;
    margin-bottom: 0.5rem;
}

.contact-method p {
    color: #64748b;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.method-link {
    color: #DD9C6B;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

.method-link:hover {
    text-decoration: underline;
}

/* Main Contact Section */
.main-contact {
    padding: 4rem 0;
    background: white;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #021934;
    margin-bottom: 1rem;
}

.contact-info p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-item i {
    width: 40px;
    height: 40px;
    background: rgba(221, 156, 107, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DD9C6B;
    font-size: 1rem;
}

.contact-item-content h4 {
    color: #021934;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-item-content span {
    color: #64748b;
    font-size: 0.9rem;
}

.contact-specialties {
    margin-top: 2rem;
}

.contact-specialties h4 {
    color: #021934;
    font-weight: 600;
    margin-bottom: 1rem;
}

.specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.specialty-tags span {
    background: rgba(221, 156, 107, 0.1);
    color: #DD9C6B;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Contact Form */
.contact-form {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.form-header {
    margin-bottom: 2rem;
    text-align: center;
}

.form-header h3 {
    color: #021934;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: #64748b;
    font-size: 0.9rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: #374151;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background: white;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #DD9C6B;
    box-shadow: 0 0 0 3px rgba(221, 156, 107, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    width: 100%;
    background: linear-gradient(135deg, #DD9C6B, #c8956b);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.form-submit:hover {
    background: linear-gradient(135deg, #c8956b, #b8875f);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.form-note {
    margin-top: 1rem;
    text-align: center;
}

.form-note p {
    color: #64748b;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.form-note i {
    color: #10b981;
}

/* FAQ Section */
.contact-faq {
    padding: 4rem 0;
    background: #f8fafc;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.faq-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.faq-item h4 {
    color: #021934;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.faq-item p {
    color: #64748b;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .contact-hero {
        padding: 4rem 0 3rem;
    }

    .contact-hero-content h1 {
        font-size: 2.5rem;
    }

    .contact-hero-content p {
        font-size: 1.1rem;
        padding: 0 1rem;
    }

    .contact-hero-stats {
        gap: 2rem;
    }

    .contact-hero-stats .stat-number {
        font-size: 2rem;
    }

    .contact-methods-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-method {
        padding: 1.5rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .specialty-tags {
        justify-content: center;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .faq-item {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        padding: 3rem 0;
    }

    .contact-hero-content h1 {
        font-size: 2rem;
    }

    .contact-hero-content p {
        font-size: 1rem;
    }

    .contact-hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .contact-methods-grid {
        gap: 1rem;
    }

    .contact-method {
        padding: 1.25rem;
    }

    .method-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .contact-form {
        padding: 1.25rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.75rem;
    }

    .specialty-tags span {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

/* F
ooter Admin Login Styles */
.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.admin-access {
    display: flex;
    align-items: center;
}

.admin-login-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

.admin-login-link:hover {
    color: #DD9C6B;
    background: rgba(221, 156, 107, 0.1);
    border-color: rgba(221, 156, 107, 0.3);
    text-decoration: none;
    transform: translateY(-1px);
}

.admin-login-link i {
    font-size: 0.9rem;
    opacity: 0.8;
}

.admin-login-link:hover i {
    opacity: 1;
    color: #DD9C6B;
}

/* Mobile responsive for footer admin link */
@media (max-width: 768px) {
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .admin-access {
        justify-content: center;
    }

    .admin-login-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

@media (max-width: 480px) {
    .footer-bottom-content {
        gap: 0.75rem;
    }

    .admin-login-link {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem;
    }

    .admin-login-link i {
        font-size: 0.8rem;
    }
}

/* Fo
oter Address Formatting Fix */
.footer-contact .address-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.footer-contact .address-item i {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.footer-contact .address-text {
    line-height: 1.5;
    display: block;
}

.footer-contact .address-text br {
    margin-bottom: 0.25rem;
}

/* Ensure proper spacing for all footer contact items */
.footer-contact ul li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.footer-contact ul li:last-child {
    margin-bottom: 0;
}

.footer-contact ul li i {
    color: #DD9C6B;
    width: 16px;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* Mobile responsive for footer contact */
@media (max-width: 768px) {
    .footer-contact .address-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .footer-contact .address-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .footer-contact ul li {
        font-size: 0.85rem;
        margin-bottom: 0.6rem;
    }

    .footer-contact .address-text {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

/* Fo
oter Address Single Line Formatting */
.footer-contact ul li {
    word-wrap: break-word;
    line-height: 1.6;
}

/* Ensure address wraps nicely on smaller screens */
@media (max-width: 768px) {
    .footer-contact ul li {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .footer-contact ul li {
        font-size: 0.85rem;
        line-height: 1.4;
        word-break: break-word;
    }
}

/* Foote
r Admin Login - Better Positioning */
.footer-bottom-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    position: relative !important;
}

.admin-access {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

.admin-login-link {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    font-size: 0.8rem !important;
    padding: 0.6rem 1.2rem !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.admin-login-link:hover {
    color: #DD9C6B !important;
    background: rgba(221, 156, 107, 0.15) !important;
    border-color: rgba(221, 156, 107, 0.4) !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.admin-login-link i {
    font-size: 1rem !important;
    opacity: 0.9 !important;
}

.admin-login-link:hover i {
    opacity: 1 !important;
    color: #DD9C6B !important;
}

/* Mobile responsive for footer admin link - Override */
@media (max-width: 768px) {
    .footer-bottom-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1.5rem !important;
    }

    .admin-access {
        justify-content: center !important;
        margin-left: 0 !important;
    }

    .admin-login-link {
        font-size: 0.85rem !important;
        padding: 0.5rem 1rem !important;
    }
}

@media (max-width: 480px) {
    .footer-bottom-content {
        gap: 1.25rem !important;
    }

    .admin-login-link {
        font-size: 0.8rem !important;
        padding: 0.45rem 0.9rem !important;
    }

    .admin-login-link i {
        font-size: 0.9rem !important;
    }
}

/* Admin Bu
tton Position Fix - Override All Conflicts */
.footer-bottom {
    position: relative !important;
    z-index: 1 !important;
}

.footer-bottom .footer-bottom-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
    position: relative !important;
}

.footer-bottom .footer-bottom-content p {
    flex: 1 !important;
    margin: 0 !important;
    order: 1 !important;
}

.footer-bottom .admin-access {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
    order: 2 !important;
    flex-shrink: 0 !important;
}

.footer-bottom .admin-login-link {
    position: relative !important;
    z-index: 3 !important;
}

/* Vivo V40 Mobile Responsiveness (412x915 CSS pixels) */
@media screen and (max-width: 430px) and (min-width: 390px) {

    /* Vivo V40 specific optimizations */
    .container {
        padding: 0 16px !important;
    }

    /* Navigation adjustments */
    .navbar {
        padding: 0.75rem 0 !important;
    }

    .nav-container {
        padding: 0 16px !important;
    }

    .nav-menu {
        top: 65px !important;
    }

    /* Hero sections */
    .careers-hero,
    .contact-hero {
        padding: 2.5rem 0 !important;
    }

    .careers-hero-content h1,
    .contact-hero-content h1 {
        font-size: 1.75rem !important;
        line-height: 1.2 !important;
    }

    .careers-hero-content p,
    .contact-hero-content p {
        font-size: 0.95rem !important;
        padding: 0 0.5rem !important;
    }

    /* Job cards */
    .job-card {
        padding: 1.25rem !important;
        margin-bottom: 1rem !important;
    }

    .job-card h3 {
        font-size: 1.2rem !important;
    }

    /* Contact form */
    .contact-form {
        padding: 1.25rem !important;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.75rem !important;
        font-size: 0.9rem !important;
    }

    /* Footer admin button */
    .footer-bottom-content {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem !important;
        text-align: center !important;
    }

    .admin-access {
        order: 2 !important;
        margin-top: 0.5rem !important;
    }

    .admin-login-link {
        font-size: 0.8rem !important;
        padding: 0.5rem 1rem !important;
    }
}

/* General Mobile Improvements */
@media screen and (max-width: 480px) {

    /* Touch targets */
    .nav-link,
    .nav-menu>li>a {
        min-height: 48px !important;
        padding: 0.875rem 1rem !important;
    }

    .hamburger {
        padding: 0.75rem !important;
        min-height: 48px !important;
        min-width: 48px !important;
    }

    /* Buttons */
    .apply-btn,
    .job-apply-btn,
    .btn-primary {
        min-height: 48px !important;
        font-size: 0.95rem !important;
    }

    /* Form elements */
    .form-group input,
    .form-group select,
    .form-group textarea {
        min-height: 48px !important;
    }

    /* Stats sections */
    .apply-stats {
        gap: 1rem !important;
    }

    .stat-item {
        padding: 1.25rem !important;
    }

    .stat-number {
        font-size: 2rem !important;
    }
}

/* Landscape orientation fixes */
@media screen and (max-height: 500px) and (orientation: landscape) {

    .careers-hero,
    .contact-hero {
        padding: 2rem 0 !important;
    }

    .careers-hero-content h1,
    .contact-hero-content h1 {
        font-size: 1.5rem !important;
    }

    .navbar {
        padding: 0.5rem 0 !important;
    }

    body {
        padding-top: 60px !important;
    }
}

/* Company Page Styles - Moved from inline */
.company-hero {
    background: linear-gradient(135deg, #00234C 0%, #021934 100%) !important;
    color: white !important;
    padding: 8rem 0 4rem !important;
    margin-top: 80px !important;
    text-align: center !important;
}

.company-hero h1 {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
}

.company-hero p {
    font-size: 1.25rem !important;
    margin-bottom: 2rem !important;
    opacity: 0.9 !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.company-content {
    padding: 6rem 0 !important;
}

.company-section {
    margin-bottom: 6rem !important;
}

.company-section h2 {
    font-family: 'Lexend', sans-serif !important;
    font-size: 2.5rem !important;
    color: #021934 !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
}

.company-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4rem !important;
    align-items: center !important;
    margin-bottom: 4rem !important;
}

.company-text h3 {
    color: #374151 !important;
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.company-text p {
    color: #64748b !important;
    line-height: 1.7 !important;
    margin-bottom: 1.5rem !important;
}

.company-visual {
    text-align: center !important;
}

.stats-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2rem !important;
    margin: 4rem 0 !important;
}

.stat-card {
    background: linear-gradient(135deg, #00234C, #021934) !important;
    color: white !important;
    padding: 2rem !important;
    border-radius: 12px !important;
    text-align: center !important;
}

.stat-card .number {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 0.5rem !important;
}

.stat-card .label {
    font-size: 0.9rem !important;
    opacity: 0.9 !important;
}

.values-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 2rem !important;
    margin-top: 3rem !important;
}

.value-card {
    background: white !important;
    padding: 2rem !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
    border-top: 4px solid #DD9C6B !important;
}

.value-card i {
    font-size: 3rem !important;
    color: #DD9C6B !important;
    margin-bottom: 1rem !important;
}

.value-card h4 {
    color: #1e293b !important;
    margin-bottom: 1rem !important;
    font-size: 1.25rem !important;
}

.value-card p {
    color: #64748b !important;
    line-height: 1.6 !important;
}

.timeline {
    position: relative !important;
    padding: 2rem 0 !important;
}

.timeline::before {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 2px !important;
    background: #DD9C6B !important;
    transform: translateX(-50%) !important;
}

.timeline-item {
    display: flex !important;
    margin-bottom: 3rem !important;
    position: relative !important;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse !important;
}

.timeline-content {
    background: white !important;
    padding: 2rem !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    width: 45% !important;
    position: relative !important;
}

.timeline-content::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    width: 0 !important;
    height: 0 !important;
    border: 10px solid transparent !important;
    transform: translateY(-50%) !important;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -20px !important;
    border-left-color: white !important;
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -20px !important;
    border-right-color: white !important;
}

.timeline-year {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: #DD9C6B !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    z-index: 1 !important;
}

.timeline-content h4 {
    color: #1e293b !important;
    margin-bottom: 1rem !important;
}

.timeline-content p {
    color: #64748b !important;
    line-height: 1.6 !important;
}

/* Company Page Mobile Responsive */
@media (max-width: 768px) {
    .company-hero h1 {
        font-size: 2.5rem !important;
    }

    .company-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .timeline::before {
        left: 20px !important;
    }

    .timeline-item {
        flex-direction: column !important;
        padding-left: 3rem !important;
    }

    .timeline-item:nth-child(even) {
        flex-direction: column !important;
    }

    .timeline-content {
        width: 100% !important;
    }

    .timeline-content::before {
        display: none !important;
    }

    .timeline-year {
        left: 20px !important;
    }
}

/* FAQ Sections - Consistent Branding */
.faq-section {
    background: linear-gradient(135deg, #00234C, #021934) !important;
    color: white !important;
    border-radius: 20px !important;
    padding: 3rem !important;
    box-shadow: 0 10px 30px rgba(0, 35, 76, 0.3) !important;
    z-index: 1 !important;
    position: relative !important;
    height: fit-content !important;
    align-self: start !important;
}

.faq-content h2 {
    font-family: 'Lexend', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    color: white !important;
}

.faq-content p {
    margin-bottom: 2rem !important;
    opacity: 0.8 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.faq-list {
    display: grid !important;
    gap: 0 !important;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 0 !important;
}

.faq-question {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.35rem 0 !important;
    cursor: pointer !important;
    color: white !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

.faq-question:hover {
    color: #DD9C6B !important;
}

.faq-question i {
    color: #DD9C6B !important;
    font-size: 0.8rem !important;
    transition: transform 0.3s ease !important;
}

.faq-question.active i {
    transform: rotate(45deg) !important;
}

.faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    padding: 0 !important;
}

.faq-answer.active {
    max-height: 200px !important;
    padding: 0 0 1rem 0 !important;
}

/* Force FAQ styling to override any conflicts */
.faq-section,
.faq-section *,
.overlapping-sections .faq-section,
.overlapping-sections .faq-section * {
    box-sizing: border-box !important;
}

.faq-section .faq-content,
.overlapping-sections .faq-section .faq-content {
    background: transparent !important;
    color: white !important;
}

.faq-section .faq-list,
.overlapping-sections .faq-section .faq-list {
    background: transparent !important;
    display: block !important;
    visibility: visible !important;
}

.faq-section .faq-item,
.overlapping-sections .faq-section .faq-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 0 !important;
    display: block !important;
    visibility: visible !important;
}

.faq-section .faq-question,
.overlapping-sections .faq-section .faq-question {
    background: transparent !important;
    color: white !important;
    display: flex !important;
    visibility: visible !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.35rem 0 !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
    border: none !important;
    outline: none !important;
}

.faq-section .faq-question span,
.overlapping-sections .faq-section .faq-question span {
    color: white !important;
    background: transparent !important;
}

.faq-section .faq-question:hover,
.overlapping-sections .faq-section .faq-question:hover {
    color: #DD9C6B !important;
}

.faq-section .faq-question:hover span,
.overlapping-sections .faq-section .faq-question:hover span {
    color: #DD9C6B !important;
}

.faq-section .faq-question i,
.overlapping-sections .faq-section .faq-question i {
    color: #DD9C6B !important;
    font-size: 0.8rem !important;
    transition: transform 0.3s ease !important;
    background: transparent !important;
}

.faq-section .faq-question.active i,
.overlapping-sections .faq-section .faq-question.active i {
    transform: rotate(45deg) !important;
}

.faq-section .faq-answer,
.overlapping-sections .faq-section .faq-answer {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    border: none !important;
    outline: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease, padding 0.3s ease !important;
}

.faq-section .faq-answer.active,
.overlapping-sections .faq-section .faq-answer.active {
    max-height: 200px !important;
    padding: 0 0 1rem 0 !important;
    overflow: visible !important;
}

/* Restore overlapping sections layout */
.overlapping-sections {
    padding: 4rem 0 6rem 0 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.overlap-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    align-items: start !important;
}

.tech-section {
    background: white !important;
    border-radius: 20px !important;
    padding: 3rem !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    z-index: 2 !important;
    position: relative !important;
    height: fit-content !important;
    align-self: start !important;
}

.tech-content h2 {
    font-family: 'Lexend', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    color: #021934 !important;
}

.tech-content p {
    margin-bottom: 2rem !important;
    opacity: 0.8 !important;
    color: #64748b !important;
}

.tech-categories {
    display: grid !important;
    gap: 1.5rem !important;
}

.tech-category h4 {
    font-family: 'Lexend', sans-serif !important;
    color: #021934 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.tech-category i {
    color: #DD9C6B !important;
    font-size: 1rem !important;
}

.tech-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    margin-bottom: 1rem !important;
}

.tech-tag {
    background: #DD9C6B !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    border-radius: 20px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

/* Mobile responsive for overlapping sections */
@media (max-width: 768px) {
    .overlap-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .tech-section,
    .faq-section {
        transform: translateY(0) !important;
        padding: 2rem !important;
    }

    .tech-content h2,
    .faq-content h2 {
        font-size: 1.5rem !important;
    }
}

.tech-section {
    margin: 0 !important;
    transform: none !important;
}

/* Ad
ditional FAQ styling - REMOVED HIDING RULES */
/* FAQ elements are now visible with proper branding */

/* Ensure consistent navigation across all pages */
.nav-right {
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
}

.nav-menu {
    display: flex !important;
    list-style: none !important;
    gap: 1rem !important;
    position: relative !important;
    margin: 0 !important;
    align-items: center !important;
}

.nav-phone {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: #021934 !important;
    font-weight: 500 !important;
}

.nav-phone i {
    color: #DD9C6B !important;
    font-size: 1rem !important;
}

.nav-phone span {
    color: #021934 !important;
    font-weight: 500 !important;
}

/* NAVIGATION SPACING FIX - Ensure consistent spacing across all pages */
.navbar .nav-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.navbar .nav-right {
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
}

.navbar .nav-menu {
    display: flex !important;
    list-style: none !important;
    gap: 1rem !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}

.navbar .nav-menu>li {
    margin: 0 !important;
    padding: 0 !important;
}

.navbar .nav-menu>li>a,
.navbar .nav-link {
    text-decoration: none !important;
    color: #374151 !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem 1rem !important;
    border-radius: 6px !important;
    min-height: 44px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}

.navbar .nav-menu>li>a:hover,
.navbar .nav-link:hover {
    color: #DD9C6B !important;
    background: rgba(221, 156, 107, 0.1) !important;
    text-decoration: none !important;
}

.navbar .nav-phone {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: #021934 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.navbar .nav-phone i {
    color: #DD9C6B !important;
    font-size: 1rem !important;
}

.navbar .nav-phone span {
    color: #021934 !important;
    font-weight: 500 !important;
}

/* Ensure Services dropdown has proper spacing */
.navbar .nav-item.dropdown {
    position: relative !important;
}

/* Desktop navigation spacing - ensure consistent gaps */
@media (min-width: 992px) {
    .navbar .nav-menu {
        display: flex !important;
        position: static !important;
        flex-direction: row !important;
        background: transparent !important;
        width: auto !important;
        box-shadow: none !important;
        padding: 0 !important;
        gap: 1rem !important;
    }

    .navbar .nav-right {
        gap: 2rem !important;
    }

    .navbar .nav-menu>li {
        margin: 0 !important;
    }

    .navbar .nav-menu>li>a {
        padding: 0.75rem 1rem !important;
    }
}
/* MOBI
LE NAVIGATION STYLES - COMPLETE IMPLEMENTATION */
/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    background: none;
    border: none;
    position: relative;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #374151;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Navigation Styles */
@media screen and (max-width: 768px) {
    /* Show hamburger menu on mobile */
    .hamburger {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 10001 !important;
    }

    /* Mobile menu container */
    .nav-right {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 100% !important;
        height: 100vh !important;
        background: white !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        padding: 6rem 0 2rem !important;
        transition: right 0.3s ease !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1) !important;
        display: flex !important;
    }

    .nav-right.active {
        right: 0 !important;
    }

    /* Mobile menu items */
    .nav-menu {
        flex-direction: column !important;
        width: 100% !important;
        gap: 0 !important;
        margin-bottom: 2rem !important;
        display: flex !important;
        list-style: none !important;
        padding: 0 !important;
    }

    .nav-item {
        width: 100% !important;
        border-bottom: 1px solid #f1f5f9 !important;
        display: block !important;
    }

    /* Mobile navigation links - Centered */
    .nav-link,
    .nav-menu > li > a {
        padding: 1.25rem 2rem !important;
        font-size: 1.1rem !important;
        border-radius: 0 !important;
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
        min-height: auto !important;
        border-bottom: none !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
        color: #374151 !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
        box-sizing: border-box !important;
    }

    .nav-link:hover,
    .nav-menu > li > a:hover {
        background: rgba(221, 156, 107, 0.1) !important;
        color: #DD9C6B !important;
    }

    /* Ensure Services dropdown link is centered */
    .dropdown .nav-link,
    .dropdown > a,
    .services-link {
        justify-content: center !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }

    /* Services chevron icon */
    .services-link i {
        margin-left: 0.25rem !important;
        font-size: 0.8rem !important;
    }

    /* Mobile Mega Menu */
    .dropdown .mega-menu {
        position: static !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: #f8fafc !important;
        margin-top: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease !important;
    }

    .dropdown:hover .mega-menu,
    .dropdown.active .mega-menu {
        max-height: 1000px !important;
    }

    .mega-menu-content {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 1.5rem 2rem !important;
    }

    .service-column {
        border-bottom: 1px solid #e2e8f0 !important;
        padding-bottom: 1.5rem !important;
    }

    .service-column:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .service-column h4 {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
        color: #DD9C6B !important;
    }

    .service-column ul li a {
        padding: 0.75rem 1rem !important;
        margin-bottom: 0.25rem !important;
        border-radius: 6px !important;
        background: white !important;
        border: 1px solid #e2e8f0 !important;
    }

    .service-column ul li a:hover {
        background: #DD9C6B !important;
        color: white !important;
        border-color: #DD9C6B !important;
    }

    /* Mobile Phone Number */
    .nav-phone {
        padding: 1rem 2rem !important;
        justify-content: center !important;
        background: rgba(221, 156, 107, 0.1) !important;
        border-top: 1px solid #e2e8f0 !important;
        margin-top: auto !important;
        font-size: 1rem !important;
    }

    /* Mobile Admin Link */
    .admin-link {
        margin: 0.5rem 1rem !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 1rem 2rem !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        font-size: 1rem !important;
        border-width: 2px !important;
        color: white !important;
        border-color: #DD9C6B !important;
        background: #DD9C6B !important;
    }

    .admin-link:hover {
        background: #c8865a !important;
        color: white !important;
        border-color: #c8865a !important;
        transform: none !important;
        box-shadow: 0 2px 8px rgba(221, 156, 107, 0.2) !important;
    }
}

/* CRITICAL OVERRIDE FOR LIVE SERVERS */
@media screen and (max-width: 768px) {
    /* Force hamburger visibility with maximum specificity */
    html body .navbar .hamburger,
    html body .nav-container .hamburger,
    html body .hamburger {
        display: flex !important;
        position: relative !important;
        z-index: 10001 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Ensure hamburger stays visible when menu is open */
    html body .navbar .nav-right.active ~ .hamburger,
    html body .nav-container .nav-right.active ~ .hamburger,
    html body .nav-right.active ~ .hamburger {
        display: flex !important;
        z-index: 10001 !important;
    }
}
/* Book with Us CTA Button - Technyder Brand */
.book-cta-btn,
.nav-menu>li>a.book-cta-btn,
a.book-cta-btn {
    background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%) !important;
    color: #FFFFFF !important;
    padding: 0.6em 1.5em !important;
    border-radius: 9999px !important;
    font-family: 'Lexend', 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3) !important;
    margin-left: 1rem !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid transparent !important;
}

.book-cta-btn:hover,
.nav-menu>li>a.book-cta-btn:hover,
a.book-cta-btn:hover {
    background: linear-gradient(135deg, #C0A876 0%, #DD9C6B 100%) !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(221, 156, 107, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.book-cta-btn:active {
    transform: translateY(0) !important;
}

/* Desktop - ensure proper spacing and brand colors */
@media (min-width: 769px) {
    .nav-menu .book-cta-btn,
    .nav-menu>li>a.book-cta-btn {
        margin-left: 1rem !important;
        color: #FFFFFF !important;
        background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%) !important;
    }
    
    .nav-menu .book-cta-btn:hover,
    .nav-menu>li>a.book-cta-btn:hover {
        color: #FFFFFF !important;
        background: linear-gradient(135deg, #C0A876 0%, #DD9C6B 100%) !important;
    }
}

/* Mobile Book with Us Button - Technyder Brand */
@media screen and (max-width: 768px) {
    .book-cta-btn,
    .nav-menu li a.book-cta-btn,
    li a.book-cta-btn {
        margin: 0.75rem 1rem !important;
        padding: 1rem 2rem !important;
        font-size: 1rem !important;
        border-radius: 9999px !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 48px !important;
        box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .book-cta-btn:hover {
        transform: none !important;
        box-shadow: 0 6px 20px rgba(221, 156, 107, 0.5) !important;
    }

    /* Ensure button stays styled in mobile menu */
    .navbar .nav-menu>li>a.book-cta-btn,
    .nav-container .nav-menu>li>a.book-cta-btn,
    .nav-right .nav-menu>li>a.book-cta-btn {
        background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%) !important;
        color: white !important;
        border-radius: 9999px !important;
        padding: 1rem 2rem !important;
    }

    .navbar .nav-menu>li>a.book-cta-btn:hover,
    .nav-container .nav-menu>li>a.book-cta-btn:hover,
    .nav-right .nav-menu>li>a.book-cta-btn:hover {
        background: linear-gradient(135deg, #C0A876 0%, #DD9C6B 100%) !important;
        color: white !important;
    }
}

/* Tablet adjustments */
@media (max-width: 992px) and (min-width: 769px) {
    .book-cta-btn {
        padding: 0.5em 1.2em !important;
        font-size: 0.9rem !important;
        margin-left: 0.75rem !important;
    }
}

/* Large mobile adjustments */
@media (max-width: 480px) {
    .book-cta-btn {
        margin: 0.75rem 1rem !important;
        padding: 1.2rem 2rem !important;
        font-size: 1rem !important;
        min-height: 52px !important;
    }
}

/* Extra small mobile */
@media (max-width: 360px) {
    .book-cta-btn {
        margin: 0.5rem 0.75rem !important;
        padding: 1rem 1.5rem !important;
        font-size: 0.95rem !important;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .book-cta-btn {
        transition: none !important;
    }

    .book-cta-btn:hover {
        transform: none !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .book-cta-btn {
        border: 2px solid white !important;
        font-weight: 700 !important;
    }
}

/* Tablet Navigation Spacing Adjustments */
@media (max-width: 1200px) and (min-width: 769px) {
    .nav-right {
        gap: 2rem !important;
        margin-left: 4rem !important;
    }

    .nav-menu {
        gap: 0.4rem;
    }

    .nav-link,
    .nav-menu>li>a {
        padding: 0.5rem 0.7rem;
        font-size: 0.9rem;
    }

    .nav-phone {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
}

/* Small Tablet Adjustments */
@media (max-width: 992px) and (min-width: 769px) {
    .nav-right {
        gap: 1.5rem !important;
        margin-left: 3rem !important;
    }

    .nav-menu {
        gap: 0.3rem;
    }

    .logo-img {
        height: 38px;
        width: 150px;
    }
}


/* Careers Page - Job Tabs - Premium Design */
.job-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 3rem;
    background: white;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tab-btn {
    background: transparent;
    border: none;
    padding: 1rem 2.5rem;
    font-family: 'Lexend', 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 8px;
    flex: 1;
    justify-content: center;
}

.tab-btn:hover {
    color: #DD9C6B;
    background: rgba(221, 156, 107, 0.05);
}

.tab-btn.active {
    color: white;
    background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.tab-count {
    background: rgba(255, 255, 255, 0.2);
    color: inherit;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    min-width: 28px;
    text-align: center;
}

.tab-btn.active .tab-count {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Job Card Badges */
.job-card {
    position: relative;
}

.job-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #f093fb, #f5576c);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 10;
}

.job-badge.closed-badge {
    background: #94a3b8;
}

.job-card.expiring-soon {
    border: 2px solid #f5576c;
}

.job-card.closed {
    opacity: 0.7;
    background: #f8fafc;
}

.job-card.closed:hover {
    transform: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* No Jobs - Loom Submission */
.no-jobs-loom {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.no-jobs-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.no-jobs-icon i {
    font-size: 3rem;
    color: white;
}

.no-jobs-loom h3 {
    font-size: 2rem;
    color: #021934;
    margin-bottom: 0.5rem;
}

.no-jobs-subtitle {
    font-size: 1.2rem;
    color: #DD9C6B;
    font-weight: 600;
    margin-bottom: 1rem;
}

.no-jobs-description {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 3rem;
}

/* Loom Submission Form */
.loom-submission-form {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-top: 3rem;
}

.loom-submission-form h4 {
    font-size: 1.5rem;
    color: #021934;
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.loom-submission-form h4 i {
    color: #DD9C6B;
}

.loom-form {
    max-width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #021934;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #DD9C6B;
    box-shadow: 0 0 0 3px rgba(221, 156, 107, 0.1);
}

.form-hint {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #64748b;
}

.form-hint i {
    color: #DD9C6B;
    margin-right: 0.25rem;
}

.form-hint a {
    color: #DD9C6B;
    text-decoration: none;
    font-weight: 600;
}

.form-hint a:hover {
    text-decoration: underline;
}

/* File Upload Styling */
.file-upload-wrapper {
    position: relative;
}

.file-upload-wrapper input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border: 2px dashed #DD9C6B;
    border-radius: 8px;
    background: rgba(221, 156, 107, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-label:hover {
    background: rgba(221, 156, 107, 0.1);
    border-color: #C0A876;
}

.file-upload-label i {
    font-size: 2.5rem;
    color: #DD9C6B;
    margin-bottom: 0.5rem;
}

.file-upload-label span {
    color: #64748b;
    font-weight: 500;
}

.file-name {
    display: block;
    margin-top: 0.75rem;
    color: #021934;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #DD9C6B, #C0A876);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(221, 156, 107, 0.4);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Form Messages */
.form-message {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.form-message.success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #10b981;
}

.form-message.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #ef4444;
}

.form-message i {
    font-size: 1.25rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .job-tabs {
        flex-direction: column;
        gap: 0;
    }

    .tab-btn {
        padding: 1rem;
        justify-content: center;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .loom-submission-form {
        padding: 2rem 1.5rem;
    }

    .no-jobs-loom {
        padding: 3rem 1.5rem;
    }

    .no-jobs-loom h3 {
        font-size: 1.5rem;
    }

    .no-jobs-subtitle {
        font-size: 1rem;
    }
}


/* ========================================
   PROFESSIONAL FORM & BUTTON STYLES
   Brand-Specific Design Enhancement
   ======================================== */

/* Enhanced Button Styles - Technyder Brand */
.btn-primary,
.btn-submit,
button[type="submit"],
.job-apply-btn {
    background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Lexend', 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-primary::before,
.btn-submit::before,
button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover,
.btn-submit:hover,
button[type="submit"]:hover,
.job-apply-btn:hover {
    background: linear-gradient(135deg, #C0A876 0%, #DD9C6B 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(221, 156, 107, 0.4);
}

.btn-primary:hover::before,
.btn-submit:hover::before,
button[type="submit"]:hover::before {
    left: 100%;
}

.btn-primary:active,
.btn-submit:active,
button[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(221, 156, 107, 0.3);
}

.btn-primary:disabled,
.btn-submit:disabled,
button[type="submit"]:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Secondary Button Style */
.btn-secondary {
    background: transparent;
    color: #DD9C6B;
    border: 2px solid #DD9C6B;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Lexend', 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(221, 156, 107, 0.3);
}

/* Professional Form Styles */
.loom-form,
.contact-form,
.application-form,
form {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(221, 156, 107, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.form-group label {
    font-weight: 600;
    color: #021934;
    font-size: 0.95rem;
    font-family: 'Lexend', 'Inter', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-group label i {
    color: #DD9C6B;
    font-size: 0.9rem;
}

/* Enhanced Input Styles */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="url"],
.form-group input[type="number"],
.form-group select,
.form-group textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 1rem 1.25rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    color: #1e293b;
    background: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #DD9C6B;
    box-shadow: 0 0 0 4px rgba(221, 156, 107, 0.1), 0 4px 12px rgba(221, 156, 107, 0.15);
    transform: translateY(-1px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #94a3b8;
    font-style: italic;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

/* Form Hint Text */
.form-hint {
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.form-hint i {
    color: #DD9C6B;
}

.form-hint a {
    color: #DD9C6B;
    text-decoration: underline;
    font-weight: 500;
}

.form-hint a:hover {
    color: #C0A876;
}

/* File Upload Styling */
.file-upload-wrapper {
    position: relative;
}

.file-upload-wrapper input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.file-upload-label:hover {
    border-color: #DD9C6B;
    background: rgba(221, 156, 107, 0.05);
}

.file-upload-label i {
    font-size: 2.5rem;
    color: #DD9C6B;
    margin-bottom: 0.75rem;
}

.file-upload-label span {
    color: #64748b;
    font-weight: 500;
    font-size: 0.95rem;
}

.file-name {
    display: block;
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(221, 156, 107, 0.1);
    border-radius: 8px;
    color: #021934;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
}

.file-name:empty {
    display: none;
}

/* Form Messages */
.form-message {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-message.success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.form-message.error {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.form-message i {
    font-size: 1.25rem;
}

/* Loom Submission Form Specific */
.no-jobs-loom {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.no-jobs-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(221, 156, 107, 0.3);
}

.no-jobs-icon i {
    font-size: 2rem;
    color: white;
}

.no-jobs-loom h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #021934;
    margin-bottom: 0.75rem;
    font-family: 'Lexend', sans-serif;
}

.no-jobs-subtitle {
    font-size: 1.25rem;
    color: #DD9C6B;
    font-weight: 600;
    margin-bottom: 1rem;
}

.no-jobs-description {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.loom-submission-form {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.loom-submission-form h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #021934;
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.loom-submission-form h4 i {
    color: #DD9C6B;
}

/* Job Tabs Styling */
.job-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 1rem 2rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    color: #64748b;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Lexend', 'Inter', sans-serif;
}

.tab-btn:hover {
    border-color: #DD9C6B;
    color: #DD9C6B;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.2);
}

.tab-btn.active {
    background: linear-gradient(135deg, #DD9C6B 0%, #C0A876 100%);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 12px rgba(221, 156, 107, 0.3);
}

.tab-count {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
}

.tab-btn.active .tab-count {
    background: rgba(255, 255, 255, 0.3);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

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

/* Job Card Enhancements */
.job-card {
    position: relative;
    overflow: hidden;
}

.job-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    z-index: 1;
}

.job-badge.closed-badge {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    box-shadow: 0 4px 12px rgba(100, 116, 139, 0.3);
}

.job-card.expiring-soon {
    border-left-color: #f59e0b;
}

.job-card.closed {
    opacity: 0.7;
    border-left-color: #64748b;
}

.job-card.closed:hover {
    opacity: 0.85;
}

/* Mobile Responsive Form Styles */
@media (max-width: 768px) {
    .loom-form,
    .contact-form,
    .application-form,
    form {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .btn-primary,
    .btn-submit,
    button[type="submit"],
    .btn-secondary {
        width: 100%;
        padding: 1.25rem 2rem;
        font-size: 1.05rem;
    }

    .file-upload-label {
        padding: 1.5rem;
    }

    .file-upload-label i {
        font-size: 2rem;
    }

    .no-jobs-loom {
        padding: 2rem 1.5rem;
    }

    .no-jobs-loom h3 {
        font-size: 1.5rem;
    }

    .no-jobs-subtitle {
        font-size: 1.1rem;
    }

    .no-jobs-description {
        font-size: 1rem;
    }

    .job-tabs {
        flex-direction: column;
        gap: 0.75rem;
    }

    .tab-btn {
        width: 100%;
        justify-content: center;
    }

    .job-badge {
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.4rem 0.75rem;
        font-size: 0.75rem;
    }
}

/* Tablet Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .loom-submission-form {
        max-width: 600px;
    }
}

/* Focus Visible for Accessibility */
.btn-primary:focus-visible,
.btn-submit:focus-visible,
button[type="submit"]:focus-visible,
.btn-secondary:focus-visible,
.tab-btn:focus-visible {
    outline: 3px solid #DD9C6B;
    outline-offset: 2px;
}

.form-group input:focus-visible,
.form-group select:focus-visible,
.form-group textarea:focus-visible {
    outline: 3px solid #DD9C6B;
    outline-offset: 2px;
}

/* Loading State */
.btn-primary.loading,
.btn-submit.loading,
button[type="submit"].loading {
    position: relative;
    color: transparent;
    pointer-events: none;
}

.btn-primary.loading::after,
.btn-submit.loading::after,
button[type="submit"].loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Print Styles */
@media print {
    .btn-primary,
    .btn-submit,
    button[type="submit"],
    .btn-secondary,
    .job-tabs {
        display: none;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        border: 1px solid #000;
    }
}


/* ========================================
   NEWSLETTER INPUT WHITE BACKGROUND FIX
   Force remove white background
   ======================================== */

/* Override any white background on newsletter input container */
.footer .newsletter-input,
.footer-newsletter .newsletter-input,
footer .newsletter-input,
.newsletter-input {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    border: none !important;
}

/* Input field should have subtle dark background */
.footer .newsletter-input input,
.footer-newsletter .newsletter-input input,
footer .newsletter-input input,
.newsletter-input input {
    background: rgba(255, 255, 255, 0.1) !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    border-radius: 8px 0 0 8px !important;
}

/* Button should have gold background */
.footer .newsletter-input button,
.footer-newsletter .newsletter-input button,
footer .newsletter-input button,
.newsletter-input button {
    background: #ffd700 !important;
    background-color: #ffd700 !important;
    border-radius: 0 8px 8px 0 !important;
}

.footer .newsletter-input button:hover,
.footer-newsletter .newsletter-input button:hover,
footer .newsletter-input button:hover,
.newsletter-input button:hover {
    background: #ffed4e !important;
    background-color: #ffed4e !important;
}

/* Remove any focus states that might add white background */
.newsletter-input:focus,
.newsletter-input:focus-within,
.newsletter-input input:focus {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.newsletter-input input:focus {
    background: rgba(255, 255, 255, 0.1) !important;
}
