@charset "UTF-8";
/*
Theme Name: AuctoModernWhite
Description: A modern, clean WordPress theme with white background for Auctocreation event management
Author: Hiranya Sarma/Netrotrechnologies.com
Author URI: netrotechnologies.com/projects/hiranya
Version: 2.0
*/

/* Simplified navbar link styling */
.modern-navbar .navbar .nav-link,
.modern-navbar .navbar .nav-link:visited {
    font-weight: 600;
    padding: .75rem 1rem;
    line-height: 1.2;
    color: #fff !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-transform: none;
    letter-spacing: normal;
    transition: color .2s ease;
}

.modern-navbar .navbar .nav-link:hover,
.modern-navbar .navbar .nav-link:focus {
    color: #dbeafe !important;
    text-decoration: none;
}

.modern-navbar .navbar .nav-link.active,
.modern-navbar .navbar .nav-link[aria-current="page"] {
    color: #ffffff !important;
    font-weight: 700;
}

.navbar-nav.nav-underline .nav-link::after {
    content: none !important;
}

.modern-navbar .navbar .nav-link::before {
    content: none !important;
}

.modern-navbar .navbar .nav-link i {
    color: inherit;
    transform: none !important;
}

/* Services Page Tab Navigation Styles */
.services-tabs-section .nav-tabs {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.services-tabs-section .nav-tabs .nav-link {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.services-tabs-section .nav-tabs .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.services-tabs-section .nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
}

.service-tab-link {
    color: #fff !important;
}

/* Import Modern Sans-Serif Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* CSS Variables for Modern Design System */
:root {
    /* Modern Color Palette */
    --primary-color: #00802F;
    --primary-dark: #0091AA;
    --color-gradient-start: #00802F;
    --color-gradient-end: #0091AA;
    --secondary-color: #6ed493;
    --secondary-dark: #53c7db;
    --accent-color: #41d8a6;
    --accent-dark: #33ec5b;
    --text-secondary: #4b5563;
    --dark-color: #1e293b;
    --dark-dark: #0f172a;
    /* (Removed marquee slider styles – reverting to Bootstrap carousel) */
    --bg-dark: #0f172a;

    /* Border and Surface */
    --border-color: #e2e8f0;
    --border-light: #f1f5f9;
    --surface-elevated: #ffffff;

    /* Modern Shadows */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

    /* Modern Gradients */
    --gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-dark) 100%);
    --gradient-accent: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-dark) 100%);
    --gradient-dark: linear-gradient(135deg, var(--dark-color) 0%, var(--dark-dark) 100%);

    /* Modern Border Radius */
    --border-radius-sm: 6px;
    --border-radius: 12px;
    --border-radius-lg: 16px;
    --border-radius-xl: 24px;
    --border-radius-full: 9999px;

    /* Modern Spacing Scale */
    --spacing-0: 0;
    --spacing-px: 1px;
    --spacing-0_5: 0.125rem;
    --spacing-1: 0.25rem;
    --spacing-1_5: 0.375rem;
    --spacing-2: 0.5rem;
    --spacing-2_5: 0.625rem;
    --spacing-3: 0.75rem;
    --spacing-3_5: 0.875rem;
    --spacing-4: 1rem;
    --spacing-5: 1.25rem;
    --spacing-6: 1.5rem;
    --spacing-7: 1.75rem;
    --spacing-8: 2rem;
    --spacing-9: 2.25rem;
    --spacing-10: 2.5rem;
    --spacing-11: 2.75rem;
    --spacing-12: 3rem;
    --spacing-14: 3.5rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-28: 7rem;

    /* Modern Typography Scale */
    --font-family-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    --font-size-5xl: 3rem;
    --font-size-6xl: 3.75rem;
    --font-size-7xl: 4.5rem;
    --font-size-8xl: 6rem;
    --font-size-9xl: 8rem;

    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;

    --line-height-none: 1;
    --line-height-tight: 1.25;
    --line-height-snug: 1.375;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;
    --line-height-loose: 2;

    /* Animation and Transitions */
    --transition-fast: 0.15s ease-out;
    --transition-base: 0.25s ease-out;
    --transition-slow: 0.35s ease-out;
    --transition-slower: 0.5s ease-out;

    /* Modern Z-index Scale */
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;
    --z-toast: 1080;
}

/* ====== Event Inspired Extended Palette (Original – not copied) ====== */
:root {
    --emk-brand-dark: #0c1f2f;
    --emk-brand-dark-alt: #112d44;
    --emk-brand-gradient: linear-gradient(135deg, #0c1f2f 0%, #14334c 40%, #1d4765 100%);
    --emk-accent-warm: #ff914d;
    --emk-accent-warm-alt: #ff6b2d;
    --emk-accent-gold: #f6c341;
    --emk-accent-teal: #18b4c7;
    --emk-accent-pink: #ff4fa2;
    --emk-soft-bg: #f4f7fb;
    --emk-section-alt: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    --emk-section-dark: linear-gradient(180deg, #0c1f2f 0%, #14334c 100%);
    --emk-glow-orange: 0 0 0 3px rgba(255, 145, 77, 0.25), 0 8px 24px -6px rgba(255, 145, 77, 0.35);
    --emk-glow-teal: 0 0 0 3px rgba(24, 180, 199, 0.25), 0 8px 24px -6px rgba(24, 180, 199, 0.35);

    /* Missing Transition Variables */
    --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --easing-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ultra-Smooth Scrolling Enhancement */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    /* Account for fixed navbar */
}

/* Enhanced smooth scrolling for all browsers */
* {
    scroll-behavior: smooth;
}

/* Optimize scrolling performance */
body {
    -webkit-overflow-scrolling: touch;
    /* iOS smooth scrolling */
    scroll-behavior: smooth;
}

/* Section scroll snap for ultra-smooth navigation */
.site-main {
    scroll-snap-type: y proximity;
}

.site-main section {
    scroll-snap-align: start;
    scroll-margin-top: 80px;
    /* Account for navbar height */
}

/* Unified wrapper constraining all non-hero sections */
.site-contained {
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 1rem;
}

@media (min-width:1400px) {
    .site-contained {
        max-width: 1400px;
    }
}

/* Prevent double horizontal padding if inner template adds its own .container */
.site-contained>.container,
.site-contained section>.container {
    padding-left: 0;
    padding-right: 0;
}

/* ====== Layout Utilities ====== */
.diagonal-section {
    position: relative;
    z-index: 1;
}

.diagonal-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--emk-section-alt);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    z-index: -1;
}

.diagonal-section.dark::before {
    background: var(--emk-section-dark);
}

.section-tight {
    padding: var(--spacing-16) 0 var(--spacing-20);
}

.section-wide {
    padding: var(--spacing-24) 0 var(--spacing-24);
}

/* Hero full variant */
/* Hero banner slide inherits default Bootstrap carousel-item sizing now */

/* FIX: Ensure Bootstrap default slide animation works (right-to-left) */
.hero-banner .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-banner .carousel-item {
    transition: transform .6s ease-in-out;
    /* restore if previously overridden */
}

/* Slow hero carousel slide transition */
.hero-banner #modernCarousel .carousel-item.active,
.hero-banner #modernCarousel .carousel-item-next,
.hero-banner #modernCarousel .carousel-item-prev {
    /* ensure visible during transition */
    display: block;
}

.hero-banner #modernCarousel .carousel-item.active,
.hero-banner #modernCarousel .carousel-item-next,
.hero-banner #modernCarousel .carousel-item-prev {
    display: block;
}

/* Center hero carousel images */
.hero-banner #modernCarousel .carousel-item img.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Hero full-bleed and navbar overlay */
.hero-banner.hero-full {
    position: relative;
    padding: 0;
    margin-top: 0;
    width: 100%;
    height: 450px;
    /* min-height: 70vh; */
}

/* Modern hero enhancements */
.hero-centered-content {
    position: relative;
    z-index: 30;
    padding-top: clamp(5rem, 10vh, 8rem);
    padding-bottom: clamp(3rem, 8vh, 6rem);
}

.hero-headline {
    line-height: 1.05;
}

.hero-badge-row .pill-accent {
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    color: var(--surface-elevated);
    padding: .35rem .85rem;
    border-radius: 2rem;
    font-size: .65rem;
    letter-spacing: .08em;
    font-weight: 600;
}

.hero-badge-row .pill-accent.alt {
    background: linear-gradient(90deg, #f59e0b, #ef4444);
}

.hero-metrics .metric {
    min-width: 5.2rem;
}

.hero-metrics .metric-value {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
}

.hero-metrics .metric-label {
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .85;
    margin-top: .35rem;
    font-weight: 600;
}

.hero-side-visual .glass-card {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .15);
}

.hero-side-visual .fancy-bullets li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: .5rem;
}

.hero-side-visual .fancy-bullets li:before {
    content: "";
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    position: absolute;
    left: 0;
    top: .35rem;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

.hero-side-visual .fancy-bullets li:last-child {
    margin-bottom: 0;
}

/* Typing effect */
.typing-wrap {
    position: relative;
    display: inline-block;
}

.typing-seq {
    display: inline-block;
    white-space: nowrap;
}

.typing-caret {
    display: inline-block;
    width: 2px;
    background: var(--surface-elevated);
    margin-left: 4px;
    animation: blink 1s steps(2, start) infinite;
    height: 1.25em;
    transform: translateY(.15em);
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* Hero content stack outside banner */
.hero-content-stack {
    position: relative;
    background: var(--bg-primary);
    padding: clamp(3.5rem, 7vh, 5rem) 0 2rem;
}

.hero-content-stack .hero-headline {
    line-height: 1.05;
}

/* Full-width metrics band */
.hero-metrics-band {
    width: 100%;
    margin-top: 2rem;
    background: linear-gradient(90deg, var(--color-gradient-start), var(--color-gradient-end));
    position: relative;
    overflow: hidden;
}

.hero-metrics-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(99, 102, 241, .25), transparent 60%), radial-gradient(circle at 70% 50%, rgba(139, 92, 246, .25), transparent 60%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero-metrics-band .metrics-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(1rem, 3vw, 2rem);
    padding: clamp(2.2rem, 5vw, 3rem) 20px;
    position: relative;
    z-index: 2;
}

.hero-metrics-band .metric {
    text-align: center;
    min-width: 240px;
    flex: 1;
}

.hero-metrics-band .metric:first-child {
    text-align: left;
    padding-left: 0;
}

.hero-metrics-band .metric:last-child {
    text-align: right;
    padding-right: 0;
}

.hero-metrics-band .metric-value {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    font-family: var(--font-family-sans);
    line-height: 1;
    background: linear-gradient(90deg, var(--color-gradient-start), var(--color-gradient-end));
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--surface-elevated);
    letter-spacing: .5px;
}

.hero-metrics-band .metric-label {
    margin-top: .4rem;
    font-size: .75rem;
    font-family: var(--font-family-sans);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .85;
    color: #e2e8f0;
}

@media (max-width: 575.98px) {
    .hero-metrics-band .metrics-flex {
        justify-content: space-between;
        gap: 1rem;
        padding: clamp(2.2rem, 5vw, 3rem) 1rem;
    }

    .hero-metrics-band .metric {
        min-width: calc(50% - 0.5rem);
        text-align: center;
    }

    .hero-metrics-band .metric:first-child {
        text-align: left;
    }

    .hero-metrics-band .metric:last-child {
        text-align: right;
    }

    .hero-metrics-band .metric:nth-child(2) {
        text-align: right;
    }

    .hero-metrics-band .metric:nth-child(3) {
        text-align: left;
    }
}

/* Clean About Section */
.about-content {
    padding: 2rem 0;
}

.about-badge .badge-simple {
    display: inline-block;
    background: linear-gradient(90deg, var(--color-gradient-start), var(--color-gradient-end));
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.about-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.about-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-secondary);
    max-width: 90%;
    font-weight: 700;
}

.about-stats-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 2rem;
    height: fit-content;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

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

.stat-item .stat-number {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    line-height: 1.2;
}

.stat-item .stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.5rem;
    font-weight: 500;
}

.rating-stars {
    display: flex;
    gap: 0.25rem;
}

.rating-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
    .about-stats-card {
        margin-top: 3rem;
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 575.98px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}

/* Enhanced side benefits panel */
.hero-benefits-panel {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    overflow: hidden;
}

.hero-benefits-panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 15%, rgba(99, 102, 241, .35), transparent 60%), radial-gradient(circle at 85% 80%, rgba(139, 92, 246, .3), transparent 65%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero-benefits-panel .badge.bg-gradient-purple-soft {
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    color: #fff;
    border: none;
}

.benefits-grid {
    display: grid;
    gap: 1.15rem 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-item {
    display: flex;
    gap: .85rem;
    padding: .55rem .25rem .55rem .15rem;
    position: relative;
}

.benefit-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 4px 14px -4px rgba(0, 0, 0, .55);
    flex-shrink: 0;
    position: relative;
}

.benefit-icon.alt {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.gradient-ring {
    position: relative;
}

.gradient-ring:after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .35;
}

.benefit-title {
    font-size: .85rem;
    letter-spacing: .04em;
    font-weight: 600;
    margin: 0 0 .15rem;
}

.benefit-desc {
    font-size: .7rem;
    opacity: .7;
    margin: 0;
    line-height: 1.2;
}

.divider-glow {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .55), rgba(255, 255, 255, 0));
    opacity: .6;
}

.benefit-progress .progress-line {
    position: relative;
    margin-bottom: .6rem;
}

.benefit-progress .progress-line span {
    display: block;
    font-size: .65rem;
    letter-spacing: .05em;
    font-weight: 500;
    background: rgba(255, 255, 255, .08);
    padding: .45rem .65rem;
    border-radius: .65rem;
    position: relative;
    overflow: hidden;
}

.benefit-progress .progress-line span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--val);
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    opacity: .28;
}

.mini-badge {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .55rem;
    font-weight: 600;
    letter-spacing: .08em;
    padding: .35rem .55rem;
    border-radius: .5rem;
    backdrop-filter: blur(6px) saturate(150%);
    -webkit-backdrop-filter: blur(6px) saturate(150%);
    text-transform: uppercase;
}

.panel-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: .35;
}

.panel-orb.orb-a {
    width: 160px;
    height: 160px;
    background: #6366f1;
    top: -40px;
    right: -40px;
}

.panel-orb.orb-b {
    width: 180px;
    height: 180px;
    background: #8b5cf6;
    bottom: -60px;
    left: -50px;
}

@media (max-width:1199.98px) {
    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:991.98px) {
    .hero-benefits-panel {
        margin-top: 2rem;
    }
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .hero-side-visual {
        display: none;
    }

    .hero-centered-content {
        padding-top: 6rem;
    }

    .hero-headline {
        font-size: clamp(2.1rem, 6.5vw, 2.8rem);
    }

    .hero-metrics {
        gap: 1.5rem;
    }
}

body>header.modern-navbar,
.modern-navbar .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    /* above hero carousel & overlays */
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none !important;
}

/* Keep inner container centered and consistent width in both states */
.modern-navbar .navbar>.container,
.modern-navbar .navbar>.container-fluid {
    transition: padding 0.3s ease;
}

/* Prevent width jump when scrolled (padding changes can cause perceived width change) */
.modern-navbar .navbar.scrolled>.container,
.modern-navbar .navbar.scrolled>.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Nav link color & weight over hero */
.modern-navbar .navbar .navbar-brand,
.modern-navbar .navbar .navbar-brand span,
.modern-navbar .navbar .nav-link,
.modern-navbar .navbar .nav-link:visited {
    color: #fff !important;
    font-weight: 700;
}

.modern-navbar .navbar .nav-link:hover,
.modern-navbar .navbar .nav-link:focus {
    color: #f1f5f9 !important;
    text-decoration: none;
}

.modern-navbar .navbar .nav-link.active,
.modern-navbar .navbar .nav-link[aria-current="page"] {
    color: #ffffff !important;
    font-weight: 700;
}

.modern-navbar .navbar.scrolled {
    position: fixed;
    background: rgb(107 110 117 / 55%) !important;
    /* dark translucent */
    backdrop-filter: blur(14px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
    /* box-shadow: 0 4px 18px -6px rgba(0, 0, 0, 0.4) !important; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Mobile expanded menu transparency */
.modern-navbar .navbar .navbar-collapse,
.modern-navbar .navbar .navbar-collapse.show {
    background: transparent !important;
    box-shadow: none !important;
}

/* Dropdown menus over hero (optional transparency) */
.modern-navbar .navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Remove body top padding if previously added for fixed navbar */
body.has-fixed-navbar {
    padding-top: 0 !important;
}

/* Stats counter animation prep */
.stat-number[data-count] {
    position: relative;
}

/* Icon ring utility */
.icon-ring {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px) saturate(160%);
}

/* Dark variant text helpers */
.dark-section,
.diagonal-section.dark {
    color: #eef5fb;
}

.dark-section .section-title,
.diagonal-section.dark .section-title {
    color: #ffffff;
}

.dark-section .section-subtitle {
    color: #d3dde5;
}

/* Gallery advanced hover (two-layer reveal) */
.gallery-card {
    overflow: hidden;
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 31, 47, 0) 0%, rgba(12, 31, 47, 0.55) 100%);
    opacity: 0;
    /* Removed custom Modern Carousel Styles – rely on Bootstrap defaults */
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-tight);
    color: var(--text-primary);
    margin-bottom: var(--spacing-5);
    letter-spacing: -0.025em;
}

h3,
.h3 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-snug);
    color: var(--text-primary);
    margin-bottom: var(--spacing-4);
    letter-spacing: -0.02em;
}

h4,
.h4 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-snug);
    color: var(--text-primary);
    margin-bottom: var(--spacing-3);
    letter-spacing: -0.01em;
}

h5,
.h5 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-snug);
    color: var(--text-primary);
    margin-bottom: var(--spacing-3);
}

h6,
.h6 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-normal);
    color: var(--text-primary);
    margin-bottom: var(--spacing-2);
}

p {
    margin-bottom: var(--spacing-4);
    color: var(--text-secondary);
    line-height: var(--line-height-relaxed);
}

.lead {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-relaxed);
    color: var(--text-secondary);
}

.text-muted {
    color: var(--text-muted) !important;
}

.text-light {
    color: var(--text-light) !important;
}

/* Modern Link Styles */
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all var(--transition-fast);
}

a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* Modern Button System */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-2);
    padding: var(--spacing-3) var(--spacing-6);
    font-family: var(--font-family-sans);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-none);
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all var(--transition-base);
    white-space: nowrap;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.btn:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.btn-primary {
    background: var(--gradient-primary);
    color: white;
    border: none;
    box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
}

.btn-secondary {
    background: var(--gradient-secondary);
    color: white;
    border: none;
    box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    text-decoration: none;
}

.btn-lg {
    padding: var(--spacing-4) var(--spacing-8);
    font-size: var(--font-size-base);
    border-radius: var(--border-radius-lg);
}

.btn-sm {
    padding: var(--spacing-2) var(--spacing-4);
    font-size: var(--font-size-xs);
    border-radius: var(--border-radius-sm);
}

/* Modern Card System */
.card {
    background: var(--surface-elevated);
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-xs);
    transition: all var(--transition-base);
    overflow: hidden;
}

.card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
    border-color: var(--border-color);
}

.card-body {
    padding: var(--spacing-6);
}

.card-header {
    padding: var(--spacing-4) var(--spacing-6);
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border-light);
    font-weight: var(--font-weight-medium);
}

.card-footer {
    padding: var(--spacing-4) var(--spacing-6);
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-light);
}

/* Modern Section Styling */
section {
    padding: var(--spacing-4) 0;
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto var(--spacing-16);
}

.section-header .section-title {
    position: relative;
    display: inline-block;
    padding-bottom: .65rem;
}

.section-header .section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 4px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.section-subtitle {
    font-size: var(--font-size-base);
    font-weight: 500;
    opacity: .85;
}

.pill-accent {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .85rem;
    font-size: .7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15);
}

.section-title {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-4xl);
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    margin-bottom: var(--spacing-4);
    letter-spacing: -0.025em;
}

.section-subtitle {
    font-size: var(--font-size-xl);
    color: var(--text-secondary);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-relaxed);
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-sans);
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-md);
    line-height: 1.7;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

/* Modern Navigation */
.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}


/* Brand/Logo */
.brand {
    position: absolute;
    left: var(--spacing-xl);
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-family-sans);
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand a,
.brand a:visited {
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.brand a:hover {
    color: var(--primary-color);
}

/* Navigation Container */
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--spacing-xl);
}

/* Modern Navigation Menu */
nav {
    display: flex;
    align-items: center;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-lg);
}

nav ul li {
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: var(--spacing-sm) var(--spacing-md);
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    position: relative;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    color: var(--primary-color);
    background-color: rgba(37, 99, 235, 0.1);
    transform: translateY(-2px);
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    content: '▾';
    margin-left: var(--spacing-xs);
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

nav ul li:hover>a:not(:only-child):after {
    transform: rotate(180deg);
}

/* Modern Dropdown Navigation */
nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bg-primary);
    min-width: 200px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

nav ul li:hover ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

nav ul li ul li {
    width: 100%;
}

nav ul li ul li a {
    padding: var(--spacing-md);
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
}

nav ul li ul li:last-child a {
    border-bottom: none;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

nav ul li ul li:first-child a {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

/* Modern Mobile Navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 50%;
    right: var(--spacing-xl);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.nav-mobile span {
    width: 25px;
    height: 3px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

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

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

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

/* Modern Responsive Design */
@media only screen and (max-width: 768px) {
    .nav-mobile {
        display: flex;
    }

    nav {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: var(--bg-primary);
        border-top: 1px solid var(--border-color);
        box-shadow: var(--shadow-lg);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 999;
    }

    nav.active {
        transform: translateX(0);
    }

    nav ul {
        flex-direction: column;
        padding: var(--spacing-lg);
        gap: 0;
        width: 100%;
    }

    nav ul li {
        width: 100%;
        border-bottom: 1px solid var(--border-color);
    }

    nav ul li:last-child {
        border-bottom: none;
    }

    nav ul li a {
        padding: var(--spacing-lg);
        width: 100%;
        border-radius: 0;
    }

    nav ul li ul {
        position: static;
        display: block;
        box-shadow: none;
        border: none;
        background: var(--bg-secondary);
        margin-top: 0;
        opacity: 1;
        transform: none;
    }

    nav ul li ul li a {
        padding-left: var(--spacing-2xl);
        background: var(--bg-secondary);
    }

    /* Body padding for fixed navigation */
    body {
        padding-top: 80px;
    }
}

/* Desktop Navigation */
@media screen and (min-width: 769px) {
    nav {
        position: static;
        display: flex !important;
        transform: none !important;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    body {
        padding-top: 80px;
    }
}

/* Modern Container and Section Styles */
.container-fluid {
    background: var(--bg-primary) !important;
    color: var(--text-primary) !important;
    padding: var(--spacing-2xl) var(--spacing-xl) !important;
}

.section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-primary);
}

.section:nth-child(even) {
    background: var(--bg-secondary);
}

/* Modern Card Styles */
.card,
.modern-card {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    overflow: hidden;
}

.card:hover,
.modern-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.card-body {
    padding: var(--spacing-lg);
}

/* Modern Button Styles */
.btn,
.btn-primary,
.btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-md) var(--spacing-lg);
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
}

.btn:hover,
.btn-primary:hover,
.btn-modern:hover {
    background: var(--secondary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white;
}

/* Modern Carousel Styles */
.carousel {
    background: var(--bg-primary);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.carousel-item {
    /* Restored Bootstrap structural props + custom height */
    position: relative;
    display: none;
    /* Bootstrap expects hidden until active */
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 500px;
    background-size: cover;
    background-position: center;
    transition: transform 1s ease-in-out;
    /* slower slide */
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.carousel-caption {
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-primary);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    backdrop-filter: blur(10px);
}

.carousel-caption h3 {
    color: var(--text-primary);
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
}

.carousel-caption p {
    color: var(--text-secondary);
    margin-bottom: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--border-color);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

/* Modern Section Headers */
.section-header {
    text-align: center;
    margin-bottom: var(--spacing-2xl);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-secondary);
    /* max-width: 600px; */
    margin: 0 auto;
    line-height: 1.6;
}

/* Modern Grid Layouts */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-xl);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
}

/* Social Media Icons */
.icon-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    /* background: var(--bg-primary);
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    border-right: none; */
}

.icon-bar a {
    display: block;
    padding: var(--spacing-md);
    color: var(--text-secondary);
    font-size: 1.25rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--border-color);
}

.icon-bar a:last-child {
    border-bottom: none;
}

.icon-bar a:hover {
    color: var(--primary-color);
    background: var(--bg-secondary);
    transform: translateX(-5px);
}

.icon-bar .facebook:hover {
    color: #1877f2;
}

.icon-bar .youtube:hover {
    color: #ff0000;
}

/* Modern Contact Section */
#contact {
    background: var(--bg-primary) !important;
    color: var(--text-primary) !important;
    padding: var(--spacing-2xl) var(--spacing-xl) !important;
    border-top: 1px solid var(--border-color);
}

.contact-info {
    background: var(--bg-secondary);
    padding: var(--spacing-lg);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}

.contact-info p {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-sm);
}

.contact-info .glyphicon {
    color: var(--primary-color);
    margin-right: var(--spacing-sm);
}

/* Modern Form Styles */
.form-control {
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-md);
    font-size: 1rem;
    transition: all 0.3s ease;
    background: var(--bg-primary);
    color: var(--text-primary);
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    outline: none;
}

.form-group {
    margin-bottom: var(--spacing-lg);
}

.form-label {
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: var(--spacing-sm);
    display: block;
}

/* Modern Footer */
footer {
    background: var(--text-primary);
    color: white;
    padding: var(--spacing-2xl) 0;
    margin-top: var(--spacing-2xl);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
}

.footer-section h4 {
    color: white;
    margin-bottom: var(--spacing-md);
    font-size: 1.25rem;
}

.footer-section p,
.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: var(--spacing-lg);
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {

    top: 0;

}

#nav-toggle.active span:before {

    transform: rotate(45deg);

}

#nav-toggle.active span:after {

    transform: rotate(-45deg);

    /* Modern Logo Styles */
    .logo-img {
        width: 120px;
        height: auto;
        background-color: transparent;
        transition: transform 0.3s ease;
    }

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

    /* Modern Tag Line */
    .tag-line {
        font-family: var(--font-family-sans);
        color: var(--primary-color);
        font-size: 1.125rem;
        font-weight: 500;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: var(--spacing-xl);
    }

    /* Modern Hero/Jumbotron Section */
    .jumbotron,
    .hero-section {
        background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
        background-size: cover;
        background-position: center;
        position: relative;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .jumbotron::before,
    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.1);
        z-index: 1;
    }

    .jumbotron .container,
    .hero-section .container {
        position: relative;
        z-index: 2;
    }

    .hero-content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: var(--spacing-lg);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    }

    .hero-content p {
        font-size: 1.25rem;
        color: var(--text-secondary);
        margin-bottom: var(--spacing-xl);
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /*background-color: #02a388;*/

    color: #fff;

    padding: 100px 25px;

    font-family: var(--font-family-sans);

    height: 500px;

    margin: 0 0 0 0 !important;

}

h2 {

    text-transform: uppercase;



    font-weight: 600;

    margin-bottom: 30px;

    margin-top: 20px;

}

/* Modern Container Overrides */
.container-fluid {
    padding: 0 var(--spacing-xl);
    background: var(--bg-primary) !important;
}

.navigation {
    z-index: 1000;
}

/* Modern Background Utilities */
.bg-grey,
.bg-gray {
    background-color: var(--bg-secondary) !important;
}

.bg-white {
    background-color: var(--bg-primary) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
    color: white !important;
}

/* Remove old background images - use modern solid colors */
.backpic {
    background: var(--bg-secondary) !important;
    background-image: none !important;
}

/* Modern Icon Styles */
footer .glyphicon,
.glyphicon {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
    color: var(--primary-color);
}

/* Modern Animation Classes */
.slideanim {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.slide {
    border-radius: 0px;
    opacity: 1;
    transform: translateY(0);
}

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* Modern Hover Effects */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

/* Modern Text Utilities */
.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.text-dark {
    color: var(--text-primary) !important;
}

/* Modern Spacing Utilities */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: var(--spacing-xs) !important;
}

.mb-2 {
    margin-bottom: var(--spacing-sm) !important;
}

.mb-3 {
    margin-bottom: var(--spacing-md) !important;
}

.mb-4 {
    margin-bottom: var(--spacing-lg) !important;
}

.mb-5 {
    margin-bottom: var(--spacing-xl) !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: var(--spacing-xs) !important;
}

.mt-2 {
    margin-top: var(--spacing-sm) !important;
}

.mt-3 {
    margin-top: var(--spacing-md) !important;
}

.mt-4 {
    margin-top: var(--spacing-lg) !important;
}

.mt-5 {
    margin-top: var(--spacing-xl) !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: var(--spacing-xs) !important;
}

.p-2 {
    padding: var(--spacing-sm) !important;
}

.p-3 {
    padding: var(--spacing-md) !important;
}

.p-4 {
    padding: var(--spacing-lg) !important;
}

.p-5 {
    padding: var(--spacing-xl) !important;
}

/* Modern Border Utilities */
.border {
    border: 1px solid var(--border-color) !important;
}

.border-0 {
    border: none !important;
}

.rounded {
    border-radius: var(--border-radius) !important;
}

.rounded-lg {
    border-radius: calc(var(--border-radius) * 2) !important;
}

/* Modern Shadow Utilities */
.shadow-sm {
    box-shadow: var(--shadow-sm) !important;
}

.shadow {
    box-shadow: var(--shadow-md) !important;
}

.shadow-lg {
    box-shadow: var(--shadow-lg) !important;
}

.shadow-xl {
    box-shadow: var(--shadow-xl) !important;
}

/* Legacy Animation Support */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design Enhancements */
@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .container-fluid {
        padding: 0 var(--spacing-md);
    }

    .icon-bar {
        display: none;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    .carousel-item {
        height: 300px;
    }

    .tag-line {
        position: static;
        transform: none;
        margin: var(--spacing-md) 0;
        text-align: center;
    }
}

/* Print Styles */
@media print {

    .navigation,
    .icon-bar,
    .carousel-control-prev,
    .carousel-control-next,
    .carousel-indicators {
        display: none !important;
    }

    body {
        background: white !important;
        color: black !important;
    }

    .card {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }
}

/* Accessibility Improvements */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-to-content {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--primary-color);
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 1001;
    border-radius: var(--border-radius);
}

.skip-to-content:focus {
    top: 6px;
}

/* Modern Overlay Navigation */
.modern-navbar {
    position: relative;
    z-index: 1000;
}

.modern-navbar .navbar {
    background: rgba(255, 255, 255, 0.8);
    /* backdrop-filter: blur(24px); */
    /* -webkit-backdrop-filter: blur(24px); */
    /* border-bottom: 1px solid var(--border-light); */
    padding: var(--spacing-5) 0;
    min-height: 64px;
    max-height: 130px;
    transition: all var(--transition-base);
    /* box-shadow: var(--shadow-xs); */
}

.modern-navbar .navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    padding: var(--spacing-2) 0;
    /* min-height: 56px; */
    /* max-height: 75px; */
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--border-color);
}

/* Legacy navbar width/padding styles removed above to prevent width jump on scroll.
    Modern transparent + blurred scrolled styles are defined earlier near the hero section. */

/* Brand/Logo Styling */
.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
    padding: 0.1rem 0;
}

.navbar-brand:hover {
    transform: scale(1.03);
}

.navbar-brand .logo-img {
    border-radius: 4px;
    transition: all 0.3s ease;
    /* max-height: 30px;
    width: auto; */
}

.brand-text {
    font-family: var(--font-family-sans);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-lg);
    color: var(--text-primary);
    transition: all var(--transition-base);
    line-height: var(--line-height-tight);
    letter-spacing: -0.01em;
}

.navbar-brand:hover .brand-text {
    color: var(--primary-color);
}

/* Custom Mobile Toggle */
.custom-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    background: transparent;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.custom-toggler:focus {
    box-shadow: none;
}

.toggler-line {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--text-primary);
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(2) {
    opacity: 0;
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Navigation Links */
.navbar-nav {
    align-items: center;
    height: 100%;
}

.nav-item {
    margin: 0 0.15rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-link {
    display: flex;
    align-items: center;
    color: var(--text-primary) !important;
    font-family: var(--font-family-sans);
    font-weight: var(--font-weight-medium);
    padding: var(--spacing-3) var(--spacing-4) !important;
    border-radius: var(--border-radius);
    transition: all var(--transition-base);
    position: relative;
    text-decoration: none;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-none);
    letter-spacing: 0.025em;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
    background: var(--bg-secondary);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.nav-link.active {
    background: var(--bg-tertiary);
    box-shadow: var(--shadow-xs);
    color: var(--primary-dark) !important;
}

.nav-link i {
    font-size: var(--font-size-sm);
    opacity: 0.8;
    transition: all var(--transition-base);
}

.nav-link:hover i,
.nav-link.active i {
    opacity: 1;
    transform: scale(1.05);
}

.nav-link span {
    font-size: var(--font-size-sm);
    letter-spacing: 0.025em;
    font-weight: var(--font-weight-medium);
}

/* Active section indicator */
.nav-link.active::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 20px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 1px;
    transform: translateX(-50%);
}

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

/* Contact Button Special Styling */
.contact-btn {
    background: var(--gradient-primary) !important;
    color: white !important;
    border-radius: var(--border-radius-full);
    margin-left: var(--spacing-2);
    box-shadow: var(--shadow-sm);
    border: none !important;
}

.contact-btn:hover {
    background: var(--gradient-secondary) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Modern Dropdown */
.dropdown-menu.modern-dropdown {
    border: none;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-xl);
    padding: var(--spacing-2);
    margin-top: var(--spacing-2);
    background: var(--surface-elevated);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--border-light);
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: var(--spacing-3) var(--spacing-4);
    border-radius: var(--border-radius);
    transition: all var(--transition-base);
    color: var(--text-primary);
    text-decoration: none;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    margin-bottom: var(--spacing-1);
}

.dropdown-item:hover {
    background: var(--bg-secondary);
    color: var(--primary-color);
    transform: translateX(4px);
    box-shadow: var(--shadow-xs);
}

.dropdown-item i {
    width: 20px;
    opacity: 0.7;
    font-size: var(--font-size-sm);
}

.dropdown-item:hover i {
    opacity: 1;
    color: var(--primary-color);
}

.dropdown-divider {
    margin: var(--spacing-2) 0;
    opacity: 0.1;
    border-color: var(--border-color);
}

/* Modern Search */
.search-form {
    display: flex;
    align-items: center;
    background: var(--surface-elevated);
    border-radius: var(--border-radius-full);
    padding: var(--spacing-1);
    border: 1px solid var(--border-light);
    transition: all var(--transition-base);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.search-form:focus-within {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-focus);
    transform: translateY(-1px);
}

.search-form input {
    border: none;
    background: transparent;
    padding: var(--spacing-2) var(--spacing-3);
    font-size: var(--font-size-sm);
    color: var(--text-primary);
    width: 200px;
    font-family: var(--font-family-sans);
}

.search-form input::placeholder {
    color: var(--text-tertiary);
    font-weight: var(--font-weight-normal);
}

.search-form input:focus {
    outline: none;
}

.search-form button {
    background: var(--primary-color);
    border: none;
    border-radius: var(--border-radius-full);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all var(--transition-base);
}

.search-form button:hover {
    background: var(--primary-dark);
    transform: scale(1.05);
    box-shadow: var(--shadow-sm);
}

/* Special Elements */
.live-auctions {
    position: relative;
}

.live-auctions::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--success-color);
    border-radius: 50%;
    animation: modernPulse 2s infinite;
}

@keyframes modernPulse {
    0% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    50% {
        opacity: 0.7;
        transform: translateY(-50%) scale(1.2);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

.nav-contact-info {
    display: flex;
    align-items: center;
    gap: var(--spacing-4);
    margin-left: var(--spacing-4);
}

.nav-contact-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    color: var(--text-secondary);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
}

.nav-contact-item i {
    color: var(--primary-color);
    font-size: var(--font-size-sm);
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Mobile Navigation Adjustments */
@media (max-width: 991.98px) {
    body {
        padding-top: 40px;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 12px;
        padding: 0.75rem;
        margin-top: 0.5rem;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

    .nav-link {
        justify-content: center;
        text-align: center;
        margin: 0.15rem 0;
        padding: 0.3rem 0.5rem !important;
    }

    .nav-link.active::before {
        display: none;
    }

    .contact-btn {
        margin-left: 0;
        margin-top: 0.25rem;
    }

    .brand-text {
        display: none !important;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 35px;
    }

    .modern-navbar .navbar {
        padding: 0.1rem 0;
        min-height: 35px;
        max-height: 35px;
    }
}

/* Navbar scroll effect */
@media (min-width: 992px) {
    .navbar {
        transition: all 0.3s ease;
    }
}

/* Animation classes for smooth transitions */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

/* Focus Styles */
*:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* End of Modern Theme Styles */



.affix {

    top: 0;

    width: 100%;

    z-index: 9999 !important;

}

.navbar {

    margin-bottom: 0px;

}



.affix~.container-fluid {

    position: relative;

    top: 50px;

}



.button {

    background-color: var(--primary-color);
    /* Green */

    border: none;

    color: white;

    padding: 8px 16px;
    /*padding: 16px 32px;*/

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 16px;

    margin: 4px 2px;

    -webkit-transition-duration: 0.4s;
    /* Safari */

    transition-duration: 0.4s;

    cursor: pointer;

}



.button1 {

    background-color: white;

    color: black;

    border: 2px solid var(--primary-color);

}

.thumbnail {

    padding: 0 0 15px 0;

    border: none;

    border-radius: 0;

}

.thumbnail img {

    width: 100%;

    height: 100%;

    margin-bottom: 10px;

}

.carousel-control.right,
.carousel-control.left {

    background-image: none;

    color: var(--primary-color);

}

.carousel-indicators li {

    border-color: var(--primary-color);

}

.carousel-indicators li.active {

    background-color: var(--primary-color);

}

.item h4 {

    font-size: 19px;

    line-height: 1.375em;

    font-weight: 400;

    font-style: italic;

    margin: 70px 0;

}

.item span {

    font-style: normal;

}

.panel {

    border: 1px solid var(--primary-color);

    border-radius: 0 !important;

    transition: box-shadow 0.5s;

}

.panel:hover {

    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);

}

.panel-footer .btn:hover {

    border: 1px solid var(--primary-color);

    background-color: #fff !important;

    color: var(--primary-color);

}

.panel-heading {

    color: var(--surface-elevated) !important;

    background-color: var(--primary-color) !important;

    padding: 25px;

    border-bottom: 1px solid transparent;

    border-top-left-radius: 0px;

    border-top-right-radius: 0px;

    border-bottom-left-radius: 0px;

    border-bottom-right-radius: 0px;

}

.panel-footer {

    background-color: white !important;

}

.panel-footer h3 {

    font-size: 32px;

}

.panel-footer h4 {

    color: #aaa;

    font-size: 14px;

}

.panel-footer .btn {

    margin: 15px 0;

    background-color: var(--primary-color);

    color: var(--surface-elevated);

}

h2 {

    font-size: 24px;

    text-transform: uppercase;



    font-weight: 600;

    margin-bottom: 30px;

}

h4 {

    font-size: 19px;

    line-height: 1.375em;

    color: #303030;

    font-weight: 400;

    margin-bottom: 30px;

}



/* Social Links */

.icon-bar {

    position: fixed;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    z-index: 9999;

}



.icon-bar a {
display: block;
    text-align: center;
    padding: 7px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    border-radius: 2px;

}



.icon-bar a:hover {

    background-color: #000;

}



.facebook {

    background: #3B5998;

    color: white;

}



.twitter {

    background: #55ACEE;

    color: white;

}



.google {

    background: #dd4b39;

    color: white;

}



.linkedin {

    background: #007bb5;

    color: white;

}



.instagram {

    background: #E1306C;

    color: white;

}



.youtube {

    background: #bb0000;

    color: white;

}



.content {

    margin-right: 75px;

    font-size: 30px;

}

/* Added By HS */
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Modern Footer Styles */
.site-footer {
    background: var(--bg-primary);
    padding: 3rem 0 2rem;
    border-top: 1px solid var(--border-color);
    text-align: center;
    margin-top: auto;
}

.footer-content {
    position: relative;
}

.back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.back-to-top:hover {
    background: var(--secondary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.footer-text p {
    color: var(--text-muted);
    margin: 0;
    font-size: 0.9rem;
}

.footer-text a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.footer-text a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* Modern Divider */
.modern-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), transparent);
    margin: var(--spacing-2xl) auto;
    width: 80%;
    max-width: 200px;
    border-radius: 2px;
}

/* Modern Minimalist Footer */
.modern-minimalist-footer {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 1.5rem 0 2rem 0;
    margin-top: 2rem;
    font-family: var(--font-family-sans);
}

.modern-minimalist-footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.modern-minimalist-footer .footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

@media (max-width: 768px) {
    .modern-minimalist-footer .footer-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
}

.modern-minimalist-footer .footer-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
}

@media (max-width: 768px) {
    .modern-minimalist-footer .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
}

.modern-minimalist-footer .footer-links {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 768px) {
    .modern-minimalist-footer .footer-links {
        justify-content: center;
        align-items: center;
    }
}

.modern-minimalist-footer .footer-links a {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s ease;
}

.modern-minimalist-footer .footer-links a:hover {
    color: var(--primary-color);
}

.modern-minimalist-footer .footer-brand {
    flex: 0 0 auto;
    text-align: center;
}

.modern-minimalist-footer .footer-brand a {
    display: inline-block;
    transition: opacity 0.2s ease;
}

.modern-minimalist-footer .footer-brand a:hover {
    opacity: 0.8;
}

.modern-minimalist-footer .footer-brand .footer-logo {
    max-width: 80px;
    height: auto;
    filter: brightness(1.1);
    transition: filter 0.2s ease;
    border-radius: 5px;
}

.modern-minimalist-footer .footer-brand a:hover .footer-logo {
    filter: brightness(1.2);
}

.modern-minimalist-footer .footer-brand .brand-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.modern-minimalist-footer .footer-social {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
}

@media (max-width: 768px) {
    .modern-minimalist-footer .footer-social {
        justify-self: center;
        align-items: center;
    }
}

.modern-minimalist-footer .footer-social .social-label {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.modern-minimalist-footer .footer-social .social-icons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.modern-minimalist-footer .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f9fafb;
    border-radius: 50%;
    color: #6b7280;
    transition: all 0.2s ease;
}

.modern-minimalist-footer .footer-social a:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.modern-minimalist-footer .footer-social a i {
    font-size: 1rem;
}

/* Modern Back to Top Button */
.modern-back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: 0 8px 25px rgba(0, 128, 47, 0.3);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
}

.modern-back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.modern-back-to-top:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 128, 47, 0.4);
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.modern-back-to-top:active {
    transform: translateY(-1px) scale(1.05);
}

/* Modern Contact Section Styles */
.modern-contact-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

.contact-info-card {
    background: var(--bg-primary);
    border-radius: var(--border-radius);
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-md);
    height: 100%;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

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

.contact-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.contact-details h4 {
    color: var(--text-primary);
    margin-bottom: var(--spacing-sm);
    font-size: 1.25rem;
    font-weight: 600;
}

.contact-details p {
    color: var(--text-secondary);
    margin-bottom: 0;
    line-height: 1.6;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.contact-details a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.contact-form-card {
    background: var(--bg-primary);
    border-radius: var(--border-radius);
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-md);
    height: 100%;
}

.form-floating {
    position: relative;
}

.form-floating>.form-control {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: var(--text-muted);
    font-weight: 400;
}

.form-floating>textarea {
    padding: 1rem 0.75rem;
    height: auto;
}

.map-section {
    background: var(--bg-primary);
}

.map-container {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
}

.map-container iframe {
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

.map-container:hover iframe {
    transform: scale(1.02);
}

/* Section Animations */
section {
    margin-bottom: var(--spacing-2xl);
}

section:last-child {
    margin-bottom: 0;
}

/* AOS Override Styles */
[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

/* Modern Hero Banner Styles */
.hero-banner {
    margin-top: 0;
    /* Compensate for fixed header */

    .hero-banner.no-overlay .hero-overlay-gradient,
    .hero-banner.no-overlay .hero-decor {
        display: none !important;
    }

    .hero-banner .carousel-inner,
    .hero-banner .carousel-item,
    .hero-banner img.carousel-image {
        height: 100%;
    }

    .hero-banner .carousel-caption {
        z-index: 2;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(14px) saturate(160%);
    }

    /* Removed responsive overrides for custom carousel styling */
    /* Hero Structured Content */
    .hero-centered-content {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-end;
        padding-bottom: 4vh;
        pointer-events: none;
    }

    .hero-centered-content .hero-stack,
    .hero-centered-content .hero-stats-glass {
        pointer-events: auto;
    }

    .hero-heading .gradient-text {
        background: linear-gradient(90deg, var(--emk-accent-warm), var(--emk-accent-pink));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .hero-stats-glass {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(18px) saturate(160%);
        -webkit-backdrop-filter: blur(18px) saturate(160%);
        padding: 2rem 1.75rem;
        border-radius: 28px;
        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
    }

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

    @media (min-width: 992px) {
        .stats-bar {
            grid-template-columns: repeat(4, minmax(120px, 1fr));
        }
    }

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

    .stat-number {
        font-size: 2.15rem;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    }

    .stat-label {
        font-size: .65rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 600;
        opacity: .85;
        color: #f1f5f9;
        margin-top: .35rem;
    }

    .hero-cta .btn-outline {
        border: 1px solid rgba(255, 255, 255, 0.4);
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
    }

    .hero-cta .btn-outline:hover {
        background: rgba(255, 255, 255, 0.18);
    }

    .rating-pill {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        background: #fff;
        padding: .45rem .85rem;
        border-radius: 999px;
        font-size: .7rem;
        letter-spacing: .5px;
        font-weight: 600;
        color: #111827;
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15);
    }

    /* Accent Button */
    .btn-accent {
        background: linear-gradient(135deg, var(--emk-accent-warm), var(--emk-accent-pink));
        color: #fff;
        border: none;
        position: relative;
        overflow: hidden;
    }

    .btn-accent:hover {
        filter: brightness(1.05);
        box-shadow: var(--emk-glow-orange);
        color: #fff;
    }

    .btn-accent:focus {
        outline: 2px solid var(--emk-accent-gold);
        outline-offset: 2px;
    }

    /* CTA Band */
    .cta-band {
        position: relative;
        overflow: hidden;
    }

    .cta-band-inner {
        position: relative;
        z-index: 2;
    }

    .cta-band::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--emk-brand-gradient);
    }

    .cta-band::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), transparent 60%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.12), transparent 55%);
        mix-blend-mode: overlay;
    }

    .cta-band h2 {
        color: #fff;
    }

    .cta-band p {
        color: #e2e8f0;
        max-width: 780px;
        margin: 0 auto;
    }

    /* Icon Ring overrides for dark hero readability */
    .hero-stats-glass .icon-ring {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

    .carousel-item {
        height: 70vh;
        min-height: 500px;
        background: var(--bg-secondary);
    }

    .carousel-item {
        /* Restored Bootstrap structural props + custom height */
        position: relative;
        display: none;
        /* Bootstrap expects hidden until active */
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 650px;
        background-size: cover;
        background-position: center;
        transition: transform 3s ease-in-out;
        /* 3s slide */
    }

    padding: var(--spacing-xl);
    color: var(--text-primary);
    /* max-width: 600px; */
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.carousel-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
    text-shadow: none;
}

.carousel-text {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 0;
    line-height: 1.6;
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid var(--border-color);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background: var(--bg-primary);
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background: none;
    color: var(--text-primary);
}

.carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.carousel-indicators [data-bs-target].active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.2);
}

/* Hero Fallback Styles */
.hero-fallback {
    height: 70vh;
    min-height: 500px;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-lg);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xl);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Hero Banner */
@media (max-width: 768px) {
    .carousel-item {
        height: 50vh;
        min-height: 400px;
    }

    .carousel-caption {
        bottom: 10%;
        padding: var(--spacing-lg);
    }

    .carousel-title {
        font-size: 2rem;
    }

    .carousel-text {
        font-size: 1rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

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

@media (max-width: 576px) {
    .carousel-caption {
        display: none !important;
    }

    .carousel-indicators {
        bottom: 15px;
    }

    .hero-title {
        font-size: 2rem;
    }
}

/* Modern Section Styles */
.modern-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-primary);
}

.modern-section:nth-child(even) {
    background: var(--bg-secondary);
}

/* Production Grid */
.production-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-2xl);
}

/* New Production Rail (horizontal scroll on mobile, grid wrap on large) */
.production-rail-wrapper {
    position: relative;
    margin-top: 2.5rem;
}

.production-rail {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: .5rem;
    -webkit-overflow-scrolling: touch;
}

.production-rail::-webkit-scrollbar {
    height: 8px;
}

.production-rail::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .05);
}

.production-rail::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    border-radius: 4px;
}

.prod-item {
    flex: 0 0 clamp(260px, 30vw, 340px);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-radius: 1.25rem;
    position: relative;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    transition: transform .5s cubic-bezier(.16, .84, .44, 1), border-color .3s;
}

.prod-item:focus-visible {
    outline: 2px solid #6366f1;
    outline-offset: 2px;
}

.prod-item:hover {
    transform: translateY(-6px);
}

.prod-media {
    position: relative;
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
}

.prod-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.9);
    transition: transform .6s ease, filter .6s ease;
}

.prod-item:hover .prod-img {
    transform: scale(1.08);
    filter: brightness(1);
}

.prod-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .55));
    transition: opacity .4s ease;
}

.prod-item:hover .prod-overlay {
    opacity: 1;
}

.prod-action {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    padding: .65rem 1.1rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    transition: background .3s, border-color .3s;
}

.prod-action:hover {
    background: rgba(255, 255, 255, .25);
    border-color: rgba(255, 255, 255, .4);
}

.prod-meta {
    padding: 1.05rem 1.05rem 1.15rem;
}

.prod-title {
    font-weight: 600;
    letter-spacing: .02em;
}

.rail-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    pointer-events: none;
    z-index: 5;
}

.rail-fade-left {
    left: 0;
    background: linear-gradient(90deg, var(--bg-primary), rgba(0, 0, 0, 0));
}

.rail-fade-right {
    right: 0;
    background: linear-gradient(-90deg, var(--bg-primary), rgba(0, 0, 0, 0));
}

@media (min-width:992px) {
    .production-rail {
        flex-wrap: wrap;
        overflow: visible;
    }

    .prod-item {
        flex: 1 1 calc(25% - 1.25rem);
        max-width: calc(25% - 1.25rem);
    }

    .rail-fade {
        display: none;
    }
}

/* Glass tiles fallback */
.glass-tile {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
}

.feature-tile .icon-wrap {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    border-radius: 1.1rem;
    box-shadow: 0 8px 22px -8px rgba(0, 0, 0, .5);
}

/* Modal overrides */
#productionPreviewModal .modal-content {
    background: rgba(15, 23, 42, .85);
    color: #fff;
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, .15);
}

#productionPreviewModal .modal-title {
    font-weight: 600;
}

#productionPreviewModal .btn-close {
    filter: invert(1);
}

.production-card {
    height: 100%;
}

.card-image {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 99, 235, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card-overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.card-overlay-content i {
    font-size: 2rem;
    margin-bottom: var(--spacing-sm);
    display: block;
}

.card-overlay-content span {
    font-weight: 500;
    font-size: 1.125rem;
}

.production-card:hover .card-img-top {
    transform: scale(1.05);
}

.production-card:hover .card-overlay {
    opacity: 1;
}

.production-card:hover .card-overlay-content {
    transform: translateY(0);
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-sm);
}

.card-text {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Feature Icons */
.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--spacing-md);
    color: white;
}

.feature-icon i {
    color: white !important;
}

/* Responsive Production Grid */
@media (max-width: 768px) {
    .production-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: var(--spacing-lg);
    }

    .card-img-top {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .production-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }
}

/* Festivals Grid */
.festivals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-2xl);
}

.festival-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--accent-color), #f97316);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    z-index: 2;
}

.card-footer-custom {
    padding-top: var(--spacing-sm);
    border-top: 1px solid var(--border-color);
    font-size: 0.875rem;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-2xl);
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.gallery-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.gallery-image-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 99, 235, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    text-align: center;
    padding: var(--spacing-lg);
}

.gallery-overlay-content .gallery-zoom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    margin-bottom: var(--spacing-md);
    transition: all 0.3s ease;
}

.gallery-overlay-content .gallery-zoom:hover {
    background: white;
    color: var(--primary-color);
    transform: scale(1.1);
}

.gallery-title {
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
}

.gallery-caption {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* Properties Grid */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-2xl);
}

.property-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--secondary-color), #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    z-index: 2;
}

.property-features {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.property-cta {
    background: var(--bg-secondary);
    padding: var(--spacing-xl);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}

/* ===============================================
   ULTRA MODERN ACHIEVEMENTS SECTION
   =============================================== */

/* Main Section Styling */
.ultra-modern-achievements {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg,
            rgba(0, 128, 47, 0.03) 0%,
            rgba(0, 145, 170, 0.03) 50%,
            rgba(65, 216, 166, 0.03) 100%);
    overflow: hidden;
}

/* Animated Background Particles */
.achievements-bg-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.achievements-bg-particles .particle {
    position: absolute;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    opacity: 0.1;
    animation: floatParticle 20s infinite ease-in-out;
}

.achievements-bg-particles .particle:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.achievements-bg-particles .particle:nth-child(2) {
    width: 120px;
    height: 120px;
    top: 20%;
    right: 15%;
    animation-delay: 5s;
}

.achievements-bg-particles .particle:nth-child(3) {
    width: 60px;
    height: 60px;
    bottom: 30%;
    left: 20%;
    animation-delay: 10s;
}

.achievements-bg-particles .particle:nth-child(4) {
    width: 100px;
    height: 100px;
    bottom: 15%;
    right: 25%;
    animation-delay: 15s;
}

.achievements-bg-particles .particle:nth-child(5) {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    animation-delay: 7s;
}

@keyframes floatParticle {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.1;
    }

    25% {
        transform: translateY(-20px) rotate(90deg);
        opacity: 0.2;
    }

    50% {
        transform: translateY(-40px) rotate(180deg);
        opacity: 0.15;
    }

    75% {
        transform: translateY(-20px) rotate(270deg);
        opacity: 0.25;
    }
}

/* Gradient Overlay */
.achievements-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 100%);
    z-index: 2;
}

/* Ultra Modern Section Header */
.modern-section-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 10px 30px rgba(0, 128, 47, 0.3);
}

.header-badge .badge-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: badgeGlow 3s infinite;
}

@keyframes badgeGlow {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.ultra-modern-title {
    font-family: var(--font-family-sans);
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-line {
    display: block;
    position: relative;
}

.title-line:first-child {
    color: var(--text-primary);
    margin-bottom: 8px;
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.modern-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.decoration-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.decoration-dot {
    width: 8px;
    height: 8px;
    background: var(--accent-color);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(65, 216, 166, 0.5);
}

/* Revolutionary Achievements Grid */
.revolutionary-achievements-grid {
    display: flex;
    flex-wrap: nowrap;
    /* Prevent wrapping to keep cards in same row */
    gap: 30px;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
    align-items: stretch;
    /* Ensure all grid items have equal height */
    overflow-x: auto;
    /* Allow horizontal scrolling if needed */
    padding-bottom: 15px;
    /* Space for scrollbar */
    scroll-behavior: smooth;
    /* Smooth scrolling */
}

/* Custom scrollbar styling */
.revolutionary-achievements-grid::-webkit-scrollbar {
    height: 8px;
}

.revolutionary-achievements-grid::-webkit-scrollbar-track {
    background: rgba(0, 128, 47, 0.1);
    border-radius: 4px;
}

.revolutionary-achievements-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 4px;
    transition: background 0.3s ease;
}

.revolutionary-achievements-grid::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, var(--accent-color), var(--primary-color));
}

/* Ultra Achievement Cards */
.ultra-achievement-card {
    position: relative;
    height: 600px;
    /* Fixed height for equal height cards */
    min-height: 600px;
    /* Minimum height to ensure consistency */
    flex: 0 0 350px;
    /* Fixed width, no grow/shrink */
    min-width: 350px;
    /* Minimum width for consistency */
}

.achievement-card-inner {
    background: var(--surface-elevated);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 128, 47, 0.1);
    display: flex;
    flex-direction: column;
}

.ultra-achievement-card:hover .achievement-card-inner {
    transform: translateY(-12px);
    box-shadow: 0 30px 80px rgba(0, 128, 47, 0.2);
}

/* Achievement Image Container */
.achievement-image-container {
    position: relative;
    height: 250px;
    /* Fixed height for all images */
    min-height: 250px;
    /* Ensure minimum height */
    max-height: 250px;
    /* Ensure maximum height */
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    flex-shrink: 0;
    /* Prevent shrinking */
    display: flex;
    /* Use flexbox for better image positioning */
    align-items: center;
    /* Center image vertically */
    justify-content: center;
    /* Center image horizontally */
}

.image-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    opacity: 0.1;
    z-index: 1;
}

.achievement-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures image covers the entire container */
    object-position: center;
    /* Center the image */
    transition: transform 0.6s ease;
    position: relative;
    z-index: 2;
    display: block;
    /* Ensure proper display */
}

.ultra-achievement-card:hover .achievement-image {
    transform: scale(1.08);
}

.achievement-floating-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    z-index: 4;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    position: relative;
    overflow: hidden;
}

.badge-glow-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.achievement-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 128, 47, 0.9), rgba(65, 216, 166, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 3;
}

.ultra-achievement-card:hover .achievement-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.ultra-achievement-card:hover .overlay-content {
    transform: translateY(0);
}

.overlay-icon {
    font-size: 3rem;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.overlay-text {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Achievement Content */
.achievement-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    /* Take up remaining space */
    justify-content: space-between;
    /* Distribute content evenly */
}

.achievement-type-badge {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
    margin-bottom: 20px;
}

.achievement-title {
    font-family: var(--font-family-sans);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
    line-height: 1.3;
}

.achievement-highlight {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 128, 47, 0.05), rgba(65, 216, 166, 0.05));
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-color);
}

.highlight-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(0, 128, 47, 0.02));
    border-radius: 16px;
}

.highlight-text {
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    position: relative;
    z-index: 1;
}

.achievement-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Limit to 4 lines */
    line-clamp: 4;
    /* Standard property for compatibility */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.achievement-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 128, 47, 0.1);
}

.achievement-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meta-item,
.achievement-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.meta-item i,
.achievement-date i {
    color: var(--primary-color);
}

/* Spotlight Achievements */
.spotlight-achievements {
    position: relative;
    z-index: 3;
}

.spotlight-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.spotlight-title {
    font-family: var(--font-family-sans);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.spotlight-line {
    width: 100px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    margin: 0 auto;
    border-radius: 3px;
}

.spotlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
}

.spotlight-card {
    position: relative;
    background: var(--surface-elevated);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    border: 1px solid rgba(0, 128, 47, 0.1);
}

.spotlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 128, 47, 0.15);
}

.spotlight-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: 1;
}

.film-award .spotlight-backdrop {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.music-award .spotlight-backdrop {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
}

.spotlight-content {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.spotlight-image{
    width: 100%;
    height: 100%;
}
.spotlight-icon {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.film-award .spotlight-icon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.music-award .spotlight-icon {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
}

.icon-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    animation: iconGlow 3s infinite;
}

@keyframes iconGlow {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.7;
    }
}

.spotlight-text h5 {
    font-family: var(--font-family-sans);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.spotlight-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
}

.spotlight-year {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.spotlight-decoration {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
    z-index: 1;
}

.decoration-element {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    opacity: 0.3;
    animation: decorationFloat 4s infinite ease-in-out;
}

.decoration-element:nth-child(2) {
    animation-delay: 1s;
}

.decoration-element:nth-child(3) {
    animation-delay: 2s;
}

@keyframes decorationFloat {

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

    50% {
        transform: translateY(-10px);
        opacity: 0.6;
    }
}

/* Modern Fallback Grid */
.modern-fallback-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 3;
}

.fallback-card {
    background: var(--surface-elevated);
    padding: 40px 32px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 128, 47, 0.1);
}

.fallback-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 128, 47, 0.15);
}

.card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 128, 47, 0.02), rgba(65, 216, 166, 0.02));
    z-index: 1;
}

.fallback-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    z-index: 2;
}

.fallback-card h4 {
    font-family: var(--font-family-sans);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.fallback-card p {
    color: var(--text-secondary);
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ultra-modern-achievements {
        padding: 80px 0;
    }

    .modern-section-header {
        margin-bottom: 60px;
    }

    .ultra-modern-title {
        font-size: clamp(2.5rem, 8vw, 3.5rem);
    }

    .revolutionary-achievements-grid {
        gap: 20px;
        margin-bottom: 60px;
        /* Keep flexbox layout for horizontal scrolling */
    }

    .ultra-achievement-card {
        height: 550px;
        /* Slightly smaller height for tablets */
        min-height: 550px;
        flex: 0 0 320px;
        /* Smaller width for tablets */
        min-width: 320px;
    }

    .spotlight-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .spotlight-content {
        flex-direction: column;
        text-align: center;
    }

    .spotlight-icon {
        align-self: center;
    }

    .achievement-content {
        padding: 24px;
    }

    .spotlight-card {
        padding: 32px 24px;
    }

    .modern-fallback-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .revolutionary-achievements-grid {
        gap: 15px;
        /* Keep flexbox for horizontal scrolling on mobile */
    }

    .ultra-achievement-card {
        height: 500px;
        /* Smaller height for mobile */
        min-height: 500px;
        flex: 0 0 280px;
        /* Smaller width for mobile */
        min-width: 280px;
    }

    .achievement-content {
        padding: 20px;
    }

    .spotlight-card {
        padding: 24px 20px;
    }
}

/* Services Home Section Styles */
.services-home-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.services-home-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(0,128,47,0.1)"/><circle cx="80" cy="40" r="2" fill="rgba(0,145,170,0.1)"/><circle cx="40" cy="80" r="1.5" fill="rgba(65,216,166,0.1)"/></svg>');
    animation: serviceFloat 30s infinite linear;
}

@keyframes serviceFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

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

    100% {
        transform: translateY(0px) rotate(360deg);
    }
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.services-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    box-shadow: 0 8px 25px rgba(0, 128, 47, 0.3);
}

.services-title {
    font-family: var(--font-family-sans);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.services-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.services-grid .service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 128, 47, 0.1);
}

.services-grid .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 128, 47, 0.2);
}

.services-grid .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 128, 47, 0.02), rgba(65, 216, 166, 0.02));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.services-grid .service-card:hover::before {
    opacity: 1;
}

.service-icon {
    width: 80px;
    height: 80px;
    /* margin: 0 auto 24px; */
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-end));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(0, 128, 47, 0.3);
}

.services-grid .service-card:hover .service-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 128, 47, 0.4);
}

.services-grid .service-title {
    font-family: var(--font-family-sans);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.services-grid .service-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    position: relative;
    z-index: 2;
}

.service-features li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.service-features li::before {
    content: '✓';
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.1rem;
}

.service-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-btn:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 128, 47, 0.4);
    text-decoration: none;
}

.service-btn i {
    transition: transform 0.3s ease;
}

.service-btn:hover i {
    transform: translateX(4px);
}

/* Service Categories */
.service-categories {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.category-filter {
    background: white;
    border: 2px solid var(--border-color);
    color: var(--text-primary);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-filter:hover,
.category-filter.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 128, 47, 0.3);
}

/* Service Details Modal */
.service-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.service-modal.active {
    display: flex;
}

.modal-content {
    background: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--text-secondary);
    cursor: pointer;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: var(--primary-color);
}

.modal-header {
    margin-bottom: 24px;
}

.modal-title {
    font-family: var(--font-family-sans);
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.modal-subtitle {
    color: var(--text-secondary);
    font-size: 1.1rem;
}

.modal-body p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 20px;
}

.modal-features {
    background: var(--bg-secondary);
    padding: 20px;
    border-radius: 12px;
    margin: 24px 0;
}

.modal-features h4 {
    color: var(--text-primary);
    margin-bottom: 16px;
    font-size: 1.2rem;
}

.modal-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-features li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: var(--text-secondary);
}

.modal-features li::before {
    content: '✓';
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.1rem;
}

.modal-footer {
    margin-top: 32px;
    text-align: center;
}

.modal-cta {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.modal-cta:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 128, 47, 0.4);
    text-decoration: none;
}

/* Responsive Design for Services Home */
@media (max-width: 768px) {
    .services-home-section {
        padding: 60px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }

    .services-grid .service-card {
        padding: 30px 20px;
    }

    .service-categories {
        gap: 15px;
        margin-bottom: 40px;
    }

    .category-filter {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .services-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .services-subtitle {
        font-size: 1.1rem;
    }

    .services-grid .service-card {
        padding: 25px 15px;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
}

/* Testimonials Section */
.testimonials-section {
    background: var(--bg-secondary);
}

.testimonials-carousel {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-content {
    text-align: center;
    padding: var(--spacing-2xl) var(--spacing-lg);
}

.quote-icon {
    margin-bottom: var(--spacing-lg);
}

.quote-icon i {
    font-size: 3rem;
    color: var(--primary-color);
    opacity: 0.7;
}

.testimonial-quote {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--text-primary);
    line-height: 1.6;
    margin-bottom: var(--spacing-xl);
    border: none;
    position: relative;
}

.testimonial-author h5 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: var(--spacing-xs);
}

.author-title {
    color: var(--text-muted);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-decoration {
    margin-top: var(--spacing-lg);
}

.stars {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.stars i {
    color: #fbbf24;
    font-size: 1.125rem;
}

.testimonial-control {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--border-color);
    opacity: 0.8;
}

.testimonial-control:hover {
    opacity: 1;
    background: var(--bg-primary);
}

.testimonial-control .carousel-control-prev-icon,
.testimonial-control .carousel-control-next-icon {
    width: 16px;
    height: 16px;
    background: none;
    color: var(--text-primary);
}

.testimonial-indicators {
    bottom: -50px;
}

.testimonial-indicators [data-bs-target] {
    background: var(--border-color);
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.testimonial-indicators [data-bs-target].active {
    background: var(--primary-color);
    transform: scale(1.2);
}

/* Auctocreation Info Styles */
.auctocreation-info {
    padding: var(--spacing-2xl) 0;
}

.info-content h3 {
    color: var(--text-primary);
    font-size: 2rem;
    margin-bottom: var(--spacing-lg);
}

.mission-points {
    margin-top: var(--spacing-lg);
}

.point {
    display: flex;
    align-items: center;
    margin-bottom: var(--spacing-md);
    font-size: 1.125rem;
}

.info-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: var(--spacing-lg);
}

.stat-item {
    text-align: center;
    background: var(--bg-primary);
    padding: var(--spacing-xl);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.stat-item:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm);
}

.stat-label {
    color: var(--text-secondary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
}

/* Gallery Modal JavaScript Enhancement */
.modal-content {
    border: none;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.modal-header {
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border-color);
}

.modal-body img {
    border-radius: var(--border-radius);
    max-height: 70vh;
    object-fit: contain;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

    .festivals-grid,
    .gallery-grid,
    .properties-grid,
    .achievements-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: var(--spacing-lg);
    }

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

    .testimonial-content {
        padding: var(--spacing-xl) var(--spacing-md);
    }

    .achievement-highlight {
        flex-direction: column;
        text-align: center;
    }

    .info-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {

    .festivals-grid,
    .gallery-grid,
    .properties-grid,
    .achievements-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }

    .gallery-image,
    .card-img-top {
        height: 200px;
    }

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

/* ========== MODERN CARD COMPONENTS ========== */

.modern-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 20px;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.08), 0 12px 28px -6px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    transition: transform .6s var(--easing-smooth), box-shadow .5s ease, border-color .4s ease;
    overflow: hidden;
    position: relative;
}

.modern-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.15), 0 22px 38px -10px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.9);
}

.modern-card-header {
    padding: var(--spacing-6);
    border-bottom: 1px solid var(--border-light);
    background: var(--bg-subtle);
}

.modern-card-title {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
}

.modern-card-title i {
    color: var(--primary-color);
    font-size: var(--font-size-lg);
}

.modern-card-body {
    padding: var(--spacing-6);
}

.modern-card-text {
    color: var(--text-secondary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-relaxed);
    margin-bottom: var(--spacing-4);
}

.modern-card-footer {
    padding: var(--spacing-4) var(--spacing-6);
    background: var(--bg-subtle);
    border-top: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Product Cards */
.product-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-smooth);
    background: var(--surface);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.product-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-smooth);
}

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

.product-card-badge {
    position: absolute;
    top: var(--spacing-3);
    right: var(--spacing-3);
    background: var(--primary-color);
    color: white;
    padding: var(--spacing-1) var(--spacing-3);
    border-radius: var(--border-radius-full);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
}

.product-card-content {
    padding: var(--spacing-5);
}

.product-card-title {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    margin-bottom: var(--spacing-2);
    line-height: var(--line-height-tight);
}

.product-card-description {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--spacing-4);
}

.price-current {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    font-family: var(--font-family-sans);
}

.price-original {
    font-size: var(--font-size-sm);
    color: var(--text-tertiary);
    text-decoration: line-through;
}

.product-card-actions {
    display: flex;
    gap: var(--spacing-2);
}

.action-btn {
    flex: 1;
    padding: var(--spacing-3) var(--spacing-4);
    border-radius: var(--border-radius);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    transition: all var(--transition-base);
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-2);
}

.action-btn-primary {
    background: var(--primary-color);
    color: white;
}

.action-btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.action-btn-secondary {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border: 1px solid var(--border-color);
}

.action-btn-secondary:hover {
    background: var(--bg-tertiary);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* ========== MODERN FORM ELEMENTS ========== */

.modern-form-group {
    margin-bottom: var(--spacing-5);
}

.modern-form-label {
    display: block;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin-bottom: var(--spacing-2);
    font-family: var(--font-family-sans);
}

.modern-form-input {
    width: 100%;
    padding: var(--spacing-3) var(--spacing-4);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    font-size: var(--font-size-base);
    font-family: var(--font-family-sans);
    color: var(--text-primary);
    background: var(--surface);
    transition: all var(--transition-base);
}

.modern-form-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: var(--shadow-focus);
    background: white;
}

.modern-form-input::placeholder {
    color: var(--text-tertiary);
    font-weight: var(--font-weight-normal);
}

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

.modern-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: var(--spacing-10);
}

.modern-checkbox-group {
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
}

.modern-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    background: var(--surface);
    transition: all var(--transition-base);
    cursor: pointer;
    position: relative;
}

.modern-checkbox:checked {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.modern-checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* End of Modern Styles */
/* ================= EXTRA THEME ENHANCEMENTS (Event Management Focus) ================ */

/* Compact Accent Bar Above Nav */
.nav-accent-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
    z-index: 1100;
    animation: shimmerBar 8s linear infinite;
    background-size: 300% 100%;
}

@keyframes shimmerBar {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Navbar Surface Refinement */
.nav-surface {
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.55) 100%);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.05), 0 8px 24px -6px rgba(0, 0, 0, 0.08);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4);88 */
}

.nav-surface.scrolled {
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 100%);
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.12);
}

/* Brand Cluster */
.brand-cluster {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    padding: var(--spacing-1) var(--spacing-2);
    border-radius: var(--border-radius-full);
    position: relative;
    isolation: isolate;
}

.brand-cluster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity var(--transition-base);
    border-radius: inherit;
    z-index: -1;
}

.brand-cluster:hover::after {
    opacity: 1;
}

/* Underline style navigation */
.navbar-nav.nav-underline .nav-link {
    position: relative;
    padding: 0.65rem 1rem;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    letter-spacing: .25px;
}

.navbar-nav.nav-underline .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 3px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s var(--easing-smooth);
    border-radius: 2px;
}

.navbar-nav.nav-underline .nav-link:hover::after,
.navbar-nav.nav-underline .nav-link:focus::after,
.navbar-nav.nav-underline .nav-link.active::after {
    transform: scaleX(1);
}

/* Improved dropdown animation */
.modern-dropdown {
    animation: dropdownFade .35s ease;
    transform-origin: top center;
}

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: scale(.96) translateY(-4px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.footer-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.18), transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(6, 182, 212, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);
    pointer-events: none;
}

.footer-text a {
    color: var(--primary-color);
    position: relative;
}

.footer-text a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: width .35s;
}

.footer-text a:hover::after {
    width: 100%;
}

/* Elevated hero caption look */
.carousel-caption {
    border: 1px solid rgba(255, 255, 255, 0.6);
}

/* Glassy overlay refinement */
.card-overlay,
.gallery-overlay {
    backdrop-filter: blur(6px) saturate(160%);
    -webkit-backdrop-filter: blur(6px) saturate(160%);
}

/* Subtle perspective hover */
.hover-lift .modern-card {
    transition: transform .55s var(--easing-smooth), box-shadow .4s ease;
}

.hover-lift:hover .modern-card {
    transform: translateY(-6px) rotateX(4deg);
    box-shadow: var(--shadow-xl);
}

@media (max-width: 992px) {
    .navbar-nav.nav-underline .nav-link::after {
        display: none;
    }
}

/* ===== Hero Refactor Enhancements (Sept 2025) ===== */
.hero-carousel {
    position: relative;
    top: -145px !important
}

/* Smooth horizontal sliding refinement */
.hero-carousel .carousel-inner {
    overflow: hidden;
}

/* Using Bootstrap default .carousel-item transitions */

.hero-banner .hero-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-decor-a {
    background: radial-gradient(circle at 18% 28%, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 55%);
}

.hero-decor-b {
    background: radial-gradient(circle at 82% 72%, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0) 60%);
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem 3.5rem;
    align-items: end;
}

@media (min-width:992px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 420px;
    }
}

.hero-primary {
    max-width: 720px;
}

.hero-meta-line .rating-pill {
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .15);
}

.hero-pause-btn {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .95rem;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    cursor: pointer;
    transition: all .35s ease;
}

.hero-pause-btn .icon-play {
    display: none;
}

.hero-pause-btn[aria-pressed="true"] .icon-pause {
    display: none;
}

.hero-pause-btn[aria-pressed="true"] .icon-play {
    display: inline-block;
}

.hero-pause-btn:hover {
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 6px 18px -6px rgba(0, 0, 0, .55);
}

.hero-pause-btn:focus {
    outline: 2px solid var(--emk-accent-gold);
    outline-offset: 2px;
}

.hero-pause-btn .label {
    position: relative;
    top: 1px;
}

@media (max-width:991.98px) {
    .hero-stats-strip {
        padding: .85rem 1rem;
        gap: 1rem 1.25rem;
    }

    .hero-stats-strip .stat-number {
        font-size: 1.4rem;
    }
}

@media (max-width:640px) {
    .hero-stats-strip {
        flex-direction: row;
        justify-content: space-between;
        row-gap: 1rem;
        padding: .85rem .9rem;
    }

    .hero-ref-title {
        font-size: clamp(2rem, 8vw, 2.55rem);
    }

    .hero-rating-bar {
        font-size: .7rem;
    }
}

/* ===============================
   CLIENTS SECTION
   =============================== */

.clients-section {
    padding: 50px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.clients-section::before {
    display: none;
}

.clients-section h2 {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.clients-section .lead {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.clients-slider-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.clients-slider-wrapper {
    position: relative;
    height: 170px;
    display: flex;
    align-items: center;
    background: rgba(240, 240, 240, 0.1);
    /* border: 1px dashed rgba(0, 0, 0, 0.1); */
}

.clients-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: transparent;
    height: 100%;
}

.clients-track {
    display: flex;
    animation: scrollLeft 40s linear infinite;
    gap: 40px;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    width: max-content;
    will-change: transform;
}

.clients-slider:hover .clients-track {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.client-logo-item {
    flex-shrink: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 20px; */
    transition: all 0.3s ease;
    opacity: 1;
}

.client-logo-item:hover {
    transform: scale(1.05);
    opacity: 1;
}

.client-logo {
    max-height: 78px;
    max-width: 195px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    /* Subtle gradient background for better logo visibility */
    /* background: rgba(255, 255, 255, 0.95); */
     /*border: 1px solid rgba(0, 0, 0, 0.05);*/
    border-radius: 12px;
    padding: 15px;
    /* filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1)); */
    /* Add subtle gradient accent */
     /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 2px 4px rgba(0, 0, 0, 0.1);*/

}

.client-logo:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
    background: linear-gradient(135deg,
            var(--color-gradient-start) 0%,
            var(--color-gradient-end) 100%);
    opacity: 0.95;
}

.clients-slider-wrapper::before,
.clients-slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    pointer-events: none;
}

.clients-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f8f9fa, transparent);
}

.clients-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f8f9fa, transparent);
}

/* Responsive */
@media (max-width: 768px) {
    .clients-section {
        padding: 40px 0;
    }

    .clients-section h2 {
        font-size: 2rem;
    }

    .clients-slider {
        gap: 30px;
        animation-duration: 25s;
    }

    .client-logo-item {
        height: 60px;
        padding: 0 15px;
    }

    .client-logo {
        max-height: 59px;
        max-width: 156px;
    }

    .clients-slider-wrapper {
        height: 100px;
    }

    .clients-slider-wrapper::before,
    .clients-slider-wrapper::after {
        width: 50px;
    }
}

@media (max-width: 480px) {
    .clients-section h2 {
        font-size: 1.75rem;
    }

    .clients-slider {
        gap: 20px;
        animation-duration: 20s;
    }

    .client-logo-item {
        height: 50px;
        padding: 0 10px;
    }

    .client-logo {
        /* max-height: 46px; */
        max-width: 130px;
    }

    .clients-slider-wrapper {
        height: 80px;
    }
}

/* About Features Grid - Updated Design */
.about-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    /* margin: 2.5rem 0; */
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon-wrapper {
    margin-bottom: 1.5rem;
}

.feature-card .feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-end));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-title {
    color: #495057;
}

.feature-description {
    color: #8e9aaf;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-description {
    color: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 2rem 0;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .feature-card .feature-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .feature-title {
        font-size: 1.1rem;
    }

    .feature-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .feature-card {
        padding: 1.25rem;
    }
}

/* Modern Stats Widget - Clean Design */
.modern-stats-widget {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 2rem;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.modern-stats-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.widget-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.header-content h3 {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.header-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    margin: 0;
}

.metrics-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.metric-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.metric-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.25rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.metric-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.metric-item.primary {
    border-left: 3px solid #6366f1;
}

.metric-item.secondary {
    border-left: 3px solid #8b5cf6;
}

.metric-item.accent {
    border-left: 3px solid #06b6d4;
}

.metric-item.success {
    border-left: 3px solid #10b981;
}

.metric-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.metric-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.metric-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: rgba(255, 255, 255, 0.3);
    font-size: 1rem;
}

.widget-footer {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.indicator-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    color: #10b981;
    font-weight: 600;
}

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

.stars {
    display: flex;
    gap: 2px;
    color: #fbbf24;
    font-size: 0.875rem;
}

.rating-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .modern-stats-widget {
        margin-top: 3rem;
        padding: 1.5rem;
    }

    .metric-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .metric-item {
        padding: 1rem;
    }

    .metric-value {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .widget-header {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .trust-indicator {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }

    .metrics-container {
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .metric-row {
        grid-template-columns: 1fr;
    }

    .modern-stats-widget {
        padding: 1.25rem;
    }

    .header-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Simple About Image Container */
.about-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-hero-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.about-image-container:hover .about-hero-image {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .about-image-container {
        margin-top: 3rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .about-image-container {
        margin-top: 2rem;
        border-radius: 16px;
    }

    .about-hero-image {
        border-radius: 16px;
    }
}

/* Compact Services Grid - Clean & Modern */
.about-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-end));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.service-title {
    font-size: 0.9rem;
    font-weight: 700;
    font-family: var(--font-family-sans);
    color: var(--text-primary);
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-item:hover .service-title {
    color: #333333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-services-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 0.75rem;
        margin: 1.5rem 0;
    }

    .service-item {
        padding: 0.875rem;
    }

    .service-icon {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }

    .service-title {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .about-services-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .service-item {
        padding: 0.75rem;
    }
}

/* ===================================
   Services Text Cloud Section Styles
   =================================== */

.services-text-cloud {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
    min-height: 50vh;
}

.services-text-cloud .container {
    position: relative;
    z-index: 2;
}

/* Section Header */
.services-text-cloud .section-header {
    max-width: 700px;
    margin: 0 auto;
}

.services-text-cloud .section-badge {
    margin-bottom: 1rem;
}

.services-text-cloud .badge-simple {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(102, 126, 234, 0.2);
    color: var(--color-accent);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.services-text-cloud .section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.services-text-cloud .section-subtitle {
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Services Text Cloud Container */
.services-cloud-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.services-text-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

/* Service Text Items */
.service-text-item {
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    flex-shrink: 0;
    white-space: nowrap;
}

.service-text-item:nth-child(odd) {
    animation: bounceLeftToRight 18s ease-in-out infinite;
    animation-delay: 5s;
}

.service-text-item:nth-child(even) {
    animation: bounceRightToLeft 18s ease-in-out infinite;
    animation-delay: 4s;
}

.service-text-item:nth-child(3n) {
    animation: bounceLeftToRight 8s ease-in-out infinite;
    animation-delay: 4s;
}

.service-text-item:nth-child(4n) {
    animation: bounceRightToLeft 18s ease-in-out infinite;
    animation-delay: 6s;
}

.service-text {
    display: inline-block;
    font-family: var(--font-family-sans);
    font-weight: 600;
    transition: all 0.3s ease;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
}

/* Primary Services (Blue/Highlighted) */
.service-text-item.primary .service-text {
    font-size: clamp(1rem, 2.5vw, 1.8rem);
    color: var(--color-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Secondary Services (Light Grey) */
.service-text-item.secondary .service-text {
    font-size: clamp(0.8rem, 2vw, 1.4rem);
    color: #888888;
    font-weight: 500;
    text-transform: lowercase;
}

/* Hover Effects */
.service-text-item:hover {
    animation-play-state: paused;
    transform: scale(1.1);
    z-index: 10;
}

.service-text-item.primary:hover .service-text {
    color: var(--primary-color);
    text-shadow: 0 0 20px var(--secondary-color);
    transform: scale(1.05);
}

.service-text-item.secondary:hover .service-text {
    color: #333333;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

/* Horizontal Bouncing Animations */
@keyframes bounceLeftToRight {

    0%,
    100% {
        transform: translateX(0px) rotate(0deg);
    }

    25% {
        transform: translateX(15px) rotate(1deg);
    }

    50% {
        transform: translateX(-10px) rotate(-0.5deg);
    }

    75% {
        transform: translateX(8px) rotate(0.5deg);
    }
}

@keyframes bounceRightToLeft {

    0%,
    100% {
        transform: translateX(0px) rotate(0deg);
    }

    25% {
        transform: translateX(-15px) rotate(-1deg);
    }

    50% {
        transform: translateX(10px) rotate(0.5deg);
    }

    75% {
        transform: translateX(-8px) rotate(-0.5deg);
    }
}

/* Subtle Floating Animation for Background Elements */
@keyframes float {

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

    25% {
        transform: translateY(-10px) rotate(1deg);
    }

    50% {
        transform: translateY(-5px) rotate(-1deg);
    }

    75% {
        transform: translateY(-8px) rotate(0.5deg);
    }
}

/* Glowing Effect for Primary Items */
.service-text-item.primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: transform 0.4s ease;
    z-index: -1;
}

.service-text-item.primary:hover::before {
    transform: translate(-50%, -50%) scale(2);
}

/* Services CTA */
.services-text-cloud .services-cta {
    background: linear-gradient(135deg, var(--color-gradient-start) 0%, var(--color-gradient-end) 100%);
    border-radius: 24px;
    padding: 3rem 2rem;
    margin-top: 4rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.services-text-cloud .services-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--color-accent) 0%, #8b5cf6 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.services-text-cloud .services-cta:hover::before {
    opacity: 0.05;
}

.services-text-cloud .cta-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.services-text-cloud .cta-description {
    font-size: 1.125rem;
    color: #b0b0b0;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.services-text-cloud .cta-buttons {
    position: relative;
    z-index: 1;
}

.services-text-cloud .btn {
    padding: 0.875rem 2rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.services-text-cloud .btn-accent {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #ffffff;
}

.services-text-cloud .btn-accent:hover {
    background: var(--primary-color);
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--secondary-color);
}

.services-text-cloud .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: transparent;
}

.services-text-cloud .btn-outline-primary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Background Elements */
.services-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.bg-element {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(139, 92, 246, 0.03) 100%);
    animation: backgroundFloat 8s ease-in-out infinite;
}

.bg-element-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    right: 5%;
    animation-delay: 0s;
}

.bg-element-2 {
    width: 200px;
    height: 200px;
    bottom: 20%;
    left: 10%;
    animation-delay: 4s;
}

.bg-element-3 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

@keyframes backgroundFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
        opacity: 0.6;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .services-text-grid {
        gap: 0.75rem 1.5rem;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .services-text-cloud {
        padding: 40px 0;
    }

    .services-text-cloud .section-title {
        font-size: 1.75rem;
    }

    .services-text-grid {
        gap: 0.5rem 1rem;
        padding: 0.5rem;
    }

    .service-text-item.primary .service-text {
        font-size: clamp(0.9rem, 3vw, 1.4rem);
    }

    .service-text-item.secondary .service-text {
        font-size: clamp(0.7rem, 2.5vw, 1.1rem);
    }

    .services-text-cloud .services-cta {
        padding: 2rem 1.5rem;
        margin-top: 3rem;
    }

    .services-text-cloud .cta-title {
        font-size: 1.5rem;
    }

    .services-text-cloud .cta-description {
        font-size: 1rem;
    }

    .services-text-cloud .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .services-text-cloud .btn:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .services-text-cloud .section-title {
        font-size: 1.5rem;
    }

    .services-text-cloud .section-subtitle {
        font-size: 0.9rem;
    }

    .services-text-grid {
        gap: 0.25rem 0.5rem;
    }

    .service-text-item.primary .service-text {
        font-size: clamp(0.8rem, 4vw, 1.2rem);
    }

    .service-text-item.secondary .service-text {
        font-size: clamp(0.6rem, 3vw, 1rem);
    }
}