/*
Theme Name: Economis 13
Description: A professional business center theme for Economis 13 in Salon-de-Provence. Features modern design for coworking spaces, office rentals, business domiciliation, and meeting rooms.
Author: Manfouo Thierno
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: economis
Tags: business, coworking, office, professional, responsive, modern
Requires at least: 5.0

*/

/* ==========================================================================
   Reset and Base Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* === Brand Colors === */
:root {
  --color-blue-dark: #20669D;
  --color-blue: #358fbc;
  --color-orange: #E7A159;
}

/* Navbar menu links */
#masthead .main-navigation a,
#masthead .menu-item > a {
  color: #20669D !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1.2rem;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
#masthead .main-navigation a:hover,
#masthead .menu-item > a:hover,
#masthead .main-navigation a.current-menu-item {
  color: #358fbc !important;
  background: rgba(53,143,188,0.08);
  text-decoration: none;
}
/* Navbar */
.site-header, .main-navigation, .mobile-navigation {
  background: var(--color-blue-dark) !important;
  color: #fff !important;
  box-shadow: 0 2px 24px rgba(32,102,157,0.08);
}
.main-navigation a, .main-navigation a:visited {
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.main-navigation a:hover, .main-navigation a.current {
  background: var(--color-blue);
  color: #fff !important;
}
.header-cta, .main-navigation .header-cta {
  background: var(--color-orange) !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(231,161,89,0.08);
  padding: 0.7rem 2rem;
  margin-left: 1rem;
}
.header-cta:hover {
  background: #d98c2c !important;
}

/* Hero Section */
#hero {
  background: linear-gradient(120deg, var(--color-blue-dark) 60%, var(--color-blue) 100%);
  min-height: 90vh;
  padding-top: 7rem;
  padding-bottom: 4rem;
  color: #fff;
}
#hero h1, #hero .text-4xl, #hero .text-5xl, #hero .text-6xl {
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 1.5rem;
}
#hero p {
  color: #eaf6fb;
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
}
#hero .hero-buttons a {
  background: var(--color-orange);
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  padding: 1rem 2.5rem;
  margin: 0 0.5rem;
  box-shadow: 0 2px 12px rgba(231,161,89,0.08);
  transition: background 0.2s, color 0.2s;
}
#hero .hero-buttons a:hover {
  background: #d98c2c;
  color: #fff;
}
#hero .border-2.border-white {
  border-color: var(--color-orange) !important;
  color: var(--color-orange) !important;
  background: #fff !important;
}
#hero .border-2.border-white:hover {
  background: var(--color-orange) !important;
  color: #fff !important;
}

/* Service Preview Cards */
#hero .groups, .service-preview-card, .group.bg-white {
  border-radius: 18px !important;
  box-shadow: 0 4px 32px rgba(32,102,157,0.10);
  border: none !important;
  background: #fff !important;
  color: var(--color-blue-dark);
  margin-bottom: 1.5rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
#hero .groups:hover, .service-preview-card:hover, .group.bg-white:hover {
  box-shadow: 0 8px 40px rgba(32,102,157,0.18);
  transform: translateY(-8px) scale(1.03);
}
#hero .groups .text-sky-600, .service-preview-card .price {
  color: var(--color-blue-dark) !important;
  font-weight: bold;
}
#hero .groups .inline-flex, .service-preview-card .inline-flex {
  color: var(--color-orange) !important;
}

/* Stats Section */
#stats {
  background: linear-gradient(
    120deg,
    var(--color-blue-dark) 60%,
    var(--color-blue) 100%
  ) !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
/* Services Section */
#services {
  background: linear-gradient(120deg, var(--color-blue-dark) 60%, var(--color-blue) 100%) !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#services h2, #services .text-3xl, #services .text-4xl, #services .text-5xl {
/*   color: #fff !important; */
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
#services .group.bg-white {
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(32,102,157,0.10);
  border: none !important;
  background: #fff !important;
  color: var(--color-blue-dark);
  margin-bottom: 1.5rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
#services .group.bg-white:hover {
  box-shadow: 0 8px 40px rgba(32,102,157,0.18);
  transform: translateY(-8px) scale(1.03);
}
#services .font-bold.text-slate-800 {
  color: var(--color-blue-dark) !important;
}
#services .bg-white\/95 {
  background: var(--color-orange) !important;
  color: #fff !important;
}
#services .group .bg-green-500 {
  background: var(--color-blue) !important;
}
#services .group .text-sky-600 {
  color: var(--color-blue-dark) !important;
}
#services .group .group.inline-flex {
  background: var(--color-orange) !important;
  color: #fff !important;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 2px 12px rgba(231,161,89,0.08);
  transition: background 0.2s, color 0.2s;
}
#services .group .group.inline-flex:hover {
  background: #d98c2c !important;
  color: #fff !important;
}

/* Pricing Section */
#pricing {
  background: #f8fafc !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#pricing h2, #pricing .text-3xl, #pricing .text-4xl, #pricing .text-5xl {
 
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
#pricing .groups, #pricing .bg-white, #pricing .rounded-2xl {
  border-radius: 18px !important;
  box-shadow: 0 4px 32px rgba(32,102,157,0.10);
  border: none !important;
  background: #fff !important;
  color: var(--color-blue-dark);
  margin-bottom: 1.5rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
#pricing .groups:hover, #pricing .bg-white:hover, #pricing .rounded-2xl:hover {
  box-shadow: 0 8px 40px rgba(32,102,157,0.18);
  transform: translateY(-8px) scale(1.03);
}
#pricing .font-bold.text-slate-800 {
  color: var(--color-blue-dark) !important;
}
#pricing .text-sky-600 {
  color: var(--color-orange) !important;
  font-weight: bold;
}
#pricing .group.inline-flex {
  background: var(--color-blue-dark) !important;
  color: #fff !important;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 2px 12px rgba(32,102,157,0.08);
  transition: background 0.2s, color 0.2s;
}
#pricing .group.inline-flex:hover {
  background: var(--color-blue) !important;
  color: #fff !important;
}
#pricing .border-2 {
  border: 2px solid var(--color-blue-dark) !important;
}
#pricing .bg-gradient-to-br {
  background: linear-gradient(120deg, #fff 60%, #f8fafc 100%) !important;
}
#pricing .featured {
  border: 2px solid var(--color-orange) !important;
  box-shadow: 0 8px 40px rgba(231,161,89,0.18) !important;
}
#pricing .featured::before {
  content: "Le plus populaire";
  display: block;
  background: var(--color-orange);
  color: #fff;
  font-weight: bold;
  border-radius: 16px;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  box-shadow: 0 2px 12px rgba(231,161,89,0.08);
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

ul,
ol {
    list-style: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a2332;
}

h1 {
    font-size: 3.5rem;
    font-weight: 300;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
    color: #666;
    line-height: 1.7;
}

.highlight {
    color: #4a90e2;
}

/* ==========================================================================
   Layout and Container
   ========================================================================== */

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

.section {
    padding: 4rem 0;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    margin-bottom: 1rem;
}

.section-title p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

.site-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}

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

.site-logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c5aa0;
    text-decoration: none;
}

.main-navigation ul {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.main-navigation a {
    color: #333;
    font-weight: 500;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
}

.main-navigation a:hover,
.main-navigation a.current {
    color: #2c5aa0;
}

.main-navigation a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2c5aa0;
    transition: width 0.3s ease;
}

.main-navigation a:hover::after,
.main-navigation a.current::after {
    width: 100%;
}

.header-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.lang-switcher {
    color: #666;
    font-size: 0.9rem;
    padding: 0.5rem;
}

.header-cta {
    background: #2c5aa0;
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-cta:hover {
    background: #1e3d6f;
    transform: translateY(-2px);
    color: white;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 1001;
    position: relative;
}

.hamburger {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
}

.hamburger-line {
    display: block;
    height: 2px;
    width: 100%;
    background: #333;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Navigation Overlay */
.mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(26, 35, 50, 0.98);
    backdrop-filter: blur(10px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.mobile-navigation.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-content {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-logo a {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-nav-menu {
    flex: 1;
    margin-bottom: 2rem;
}

.mobile-nav-menu-list {
    list-style: none;
}

.mobile-nav-menu-list li {
    margin-bottom: 0.5rem;
}

.mobile-nav-menu-list a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 1rem 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mobile-nav-menu-list a:hover {
    color: #4a90e2;
    padding-left: 1rem;
}

.mobile-nav-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
}

.mobile-language-switcher {
    margin-bottom: 2rem;
    text-align: center;
}

.mobile-language-switcher a {
    color: white;
    text-decoration: none;
    margin: 0 0.5rem;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    display: inline-block;
    min-width: 60px;
    transition: all 0.3s ease;
}

.mobile-language-switcher a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-cta {
    text-align: center;
    margin-bottom: 2rem;
}

.mobile-contact-info {
    margin-bottom: 2rem;
}

.mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.mobile-contact-item i {
    width: 20px;
    color: #4a90e2;
}

.mobile-contact-item a {
    color: white;
    text-decoration: none;
}

.mobile-contact-item a:hover {
    color: #4a90e2;
}

/* Dropdown Menu Styles */
.main-navigation .menu-item-has-children {
    position: relative;
}

.main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation .sub-menu li {
    margin: 0;
}

.main-navigation .sub-menu a {
    padding: 0.8rem 1.5rem;
    color: #333;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.main-navigation .sub-menu a:hover {
    background: #f8fafc;
    color: #2c5aa0;
    padding-left: 2rem;
}

.main-navigation .sub-menu li:last-child a {
    border-bottom: none;
}

.dropdown-icon {
    font-size: 0.7rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover .dropdown-icon {
    transform: rotate(180deg);
}

/* Language Switcher Styles */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.language-switcher a {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #666;
    text-decoration: none;
}

.language-switcher a:hover {
    background: rgba(74, 144, 226, 0.1);
    color: #4a90e2;
}

.language-switcher img {
    width: 16px;
    height: auto;
    border-radius: 2px;
}

/* Header CTA Button */
.header-cta .btn-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-cta .btn-contact i {
    font-size: 0.9rem;
}

/* ==========================================================================
   Button Styles
   ========================================================================== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    line-height: 1;
}

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

.btn-primary:hover {
    background: #1e3d6f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
    color: white;
}

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

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

.btn-outline {
    background: transparent;
    color: #2c5aa0;
    border: 2px solid #2c5aa0;
}

.btn-outline:hover {
    background: #2c5aa0;
    color: white;
}

.btn-small {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.btn-large {
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section {
    background:
        linear-gradient(135deg, rgba(26, 35, 50, 0.8), rgba(44, 90, 160, 0.7)),
        url("assets/hero-bg.jpg") center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(45deg, rgba(44, 90, 160, 0.1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(44, 90, 160, 0.1) 25%, transparent 25%);
    background-size: 60px 60px;
    animation: heroPattern 20s linear infinite;
}

@keyframes heroPattern {
    0% {
        transform: translateX(0) translateY(0);
    }
    100% {
        transform: translateX(60px) translateY(60px);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-content h1 {
    color: white;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease 0.2s both;
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    animation: fadeInUp 1s ease 0.4s both;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.6s both;
}

/* ==========================================================================
   Service Preview Cards
   ========================================================================== */

.services-preview {
    display: flex;
    gap: 2rem;
    margin-top: -100px;
    position: relative;
    z-index: 100;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.service-preview-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-preview-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
}

.service-preview-card .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4a90e2, #2c5aa0);
    border-radius: 15px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 10px 30px rgba(74, 144, 226, 0.3);
}

.service-preview-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #1a2332;
}

.service-preview-card .price {
    color: #4a90e2;
    font-weight: 600;
    font-size: 1rem;
}

/* ==========================================================================
   Grid Layouts
   ========================================================================== */

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

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

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

/* ==========================================================================
   Card Styles
   ========================================================================== */

.card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.15);
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.card-content {
    padding: 2rem;
}

.card-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #1a2332;
}

.card-price {
    color: #4a90e2;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.card-description {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* ==========================================================================
   Pricing Cards
   ========================================================================== */

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

.pricing-card {
    background: white;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    border-color: #4a90e2;
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(74, 144, 226, 0.2);
}

.pricing-card.featured {
    border-color: #4a90e2;
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(74, 144, 226, 0.2);
}

.pricing-card.featured::before {
    content: "Le plus populaire";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4a90e2, #2c5aa0);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(74, 144, 226, 0.3);
}

.pricing-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.pricing-card .price {
    font-size: 2.8rem;
    color: #4a90e2;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.pricing-card .price-period {
    color: #666;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.pricing-card .price-description {
    color: #666;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.pricing-features {
    text-align: left;
    margin-bottom: 2rem;
}

.pricing-features li {
    padding: 0.7rem 0;
    color: #666;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li::before {
    content: "✓";
    color: #4caf50;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ==========================================================================
   Stats Section
   ========================================================================== */

.stats-section {
    background: linear-gradient(135deg, #1a2332, #2c5aa0);
    color: white;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>')
        repeat;
    background-size: 50px 50px;
    animation: statsPattern 30s linear infinite;
}

@keyframes statsPattern {
    0% {
        transform: translateX(0) translateY(0);
    }
    100% {
        transform: translateX(50px) translateY(50px);
    }
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    padding: 1rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #fff, #e3f2fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 500;
}

/* ==========================================================================
   Team Section
   ========================================================================== */

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

.team-member {
    background: white;
    border-radius: 15px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.15);
}

.team-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.team-avatar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, currentColor, rgba(255, 255, 255, 0.2));
    border-radius: 50%;
}

.team-member h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #1a2332;
}

.team-role {
    color: #4a90e2;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.team-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */

.testimonials-section {
    background: #f8fafc;
    padding: 6rem 0;
}

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

.testimonial-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.12);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 4rem;
    color: #e3f2fd;
    font-family: serif;
    line-height: 1;
}

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

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

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

.testimonial-company {
    color: #666;
    font-size: 0.9rem;
}

.testimonial-rating {
    color: #ffc107;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.testimonial-text {
    color: #666;
    font-style: italic;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact-section {
    background: linear-gradient(135deg, #1a2332, #2c5aa0);
    color: white;
    padding: 6rem 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
    align-items: start;
}

.contact-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem 2.5rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-form h3 {
    color: white;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
    flex: 1;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-info {
    padding: 2rem 0;
}

.contact-info h3 {
    color: white;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-details h4 {
    color: white;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.contact-details p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 0.95rem;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    background: #0f1419;
    color: white;
    padding: 4rem 0 2rem;
}

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

.footer-section h3 {
    color: #4a90e2;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.footer-section p,
.footer-section a {
    color: #ccc;
    line-height: 1.8;
    transition: color 0.3s ease;
}

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

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #ccc;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #4a90e2;
}

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

.social-links a {
    width: 45px;
    height: 45px;
    background: #4a90e2;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-links a:hover {
    background: #2c5aa0;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.4);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: #999;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #4a90e2;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}

.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}

.bg-primary {
    background-color: #2c5aa0;
}
.bg-secondary {
    background-color: #4a90e2;
}
.bg-light {
    background-color: #f8fafc;
}
.bg-dark {
    background-color: #1a2332;
}

.text-primary {
    color: #2c5aa0;
}
.text-secondary {
    color: #4a90e2;
}
.text-muted {
    color: #666;
}
.text-white {
    color: white;
}

.d-none {
    display: none;
}
.d-block {
    display: block;
}
.d-flex {
    display: flex;
}
.d-grid {
    display: grid;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 144, 226, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(74, 144, 226, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(74, 144, 226, 0);
    }
}

/* Animation classes */
.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

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

.slide-in-left {
    animation: slideInLeft 0.6s ease forwards;
}

.slide-in-right {
    animation: slideInRight 0.6s ease forwards;
}

.bounce {
    animation: bounce 2s infinite;
}

.pulse {
    animation: pulse 2s infinite;
}

/* ==========================================================================
   Experience Section (Values)
   ========================================================================== */

.experience-section {
    padding: 6rem 0;
    background: #f8fafc;
}

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

.experience-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.experience-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4a90e2, #2c5aa0);
}

.experience-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.12);
}

.experience-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.experience-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.experience-card p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */

.gallery-section {
    padding: 6rem 0;
}

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

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.15);
}

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

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 35, 50, 0.8),
        rgba(44, 90, 160, 0.8)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    text-align: center;
    padding: 2rem;
}

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

.gallery-overlay h4 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.gallery-overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

/* ==========================================================================
   Language Switcher
   ========================================================================== */

.language-selector {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.language-selector h3 {
    color: white;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.language-selector p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.language-flags {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.language-flag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.language-flag:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.language-flag.active {
    background: white;
    color: #2c5aa0;
    border-color: white;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

/* Large screens */
@media (min-width: 1200px) {
    .container {
        padding: 0 3rem;
    }

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

    .hero-content p {
        font-size: 1.4rem;
    }
}

/* Medium screens */
@media (max-width: 992px) {
    .container {
        padding: 0 1.5rem;
    }

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

    .services-preview {
        margin-top: -80px;
    }

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

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

/* Small screens */
@media (max-width: 768px) {
    .main-navigation {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-container {
        padding: 1rem;
    }

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

    .hero-content p {
        font-size: 1.2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .services-preview {
        flex-direction: column;
        margin-top: -60px;
        gap: 1.5rem;
    }

    .section {
        padding: 3rem 0;
    }

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

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

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

    .pricing-card.featured {
        transform: none;
    }

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

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

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

    .form-row {
        flex-direction: column;
        gap: 0;
    }

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

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

/* Extra small screens */
@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

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

    .hero-content p {
        font-size: 1.1rem;
    }

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

    .card-content {
        padding: 1.5rem;
    }

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

    .team-member {
        padding: 2rem 1.5rem;
    }

    .contact-form {
        padding: 2rem 1.5rem;
    }

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

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

    .language-flags {
        flex-direction: column;
        align-items: center;
    }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    .site-header,
    .mobile-menu-toggle,
    .hero-buttons,
    .btn,
    .contact-form,
    .social-links {
        display: none;
    }

    body {
        color: #000;
        background: #fff;
    }

    .hero-section {
        background: none;
        color: #000;
        min-height: auto;
        padding: 2rem 0;
    }

    .stats-section,
    .contact-section {
        background: none;
        color: #000;
    }
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

/* Focus styles */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid #4a90e2;
    outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

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

    .card {
        border: 2px solid #000;
    }
}

/* ==========================================================================
   WordPress Specific Styles
   ========================================================================== */

/* WordPress alignment classes */
.alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
}

.alignright {
    float: right;
    margin: 0 0 1rem 1rem;
}

.aligncenter {
    display: block;
    margin: 0 auto 1rem;
}

.alignnone {
    margin: 0 0 1rem;
}

/* WordPress caption */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1rem;
}

.wp-caption img {
    margin: 0;
}

.wp-caption-text {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    text-align: center;
}

/* WordPress galleries */
.gallery {
    margin-bottom: 1rem;
}

.gallery-item {
    margin-bottom: 1rem;
}

/* Screen reader text */
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ==========================================================================
   Additional JavaScript-Related Styles
   ========================================================================== */

/* Header Hidden State */
.site-header.header-hidden {
    transform: translateY(-100%);
}

/* Form Error States */
.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

/* Notifications */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 400px;
    z-index: 10000;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
}

.notification.show {
    opacity: 1;
    transform: translateX(0);
}

.notification-content {
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-left: 4px solid #4a90e2;
}

.notification-success .notification-content {
    border-left-color: #28a745;
}

.notification-error .notification-content {
    border-left-color: #dc3545;
}

.notification-warning .notification-content {
    border-left-color: #ffc107;
}

.notification-message {
    color: #333;
    font-weight: 500;
}

.notification-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.notification-close:hover {
    color: #333;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #2c5aa0;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(44, 90, 160, 0.3);
}

.back-to-top:hover {
    background: #1e3d6f;
    transform: translateY(15px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.4);
}

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

/* Testimonial Slider (Mobile) */
.testimonial-slider {
    display: flex;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.testimonial-slider .testimonial-card {
    min-width: 100%;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.testimonial-slider .testimonial-card.active {
    opacity: 1;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #4a90e2;
    transform: scale(1.2);
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lightbox.show {
    opacity: 1;
    visibility: visible;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: #333;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.lightbox-content h3 {
    margin-bottom: 0.5rem;
    color: #1a2332;
}

.lightbox-content p {
    color: #666;
    margin: 0;
}

body.lightbox-open {
    overflow: hidden;
}

/* Lazy Loading */
img.lazy {
    opacity: 0;
    transition: opacity 0.3s ease;
}

img.lazy-loaded {
    opacity: 1;
}

/* Service Filtering */
.service-filter {
    background: transparent;
    border: 2px solid #e0e0e0;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 0.5rem 0.5rem 0;
}

.service-filter:hover,
.service-filter.active {
    background: #4a90e2;
    border-color: #4a90e2;
    color: white;
}

.service-filters {
    text-align: center;
    margin-bottom: 2rem;
}

/* Pricing Calculator */
.pricing-calculator {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
}

.calculator-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.calculator-row:last-child {
    border-bottom: none;
    font-weight: bold;
    font-size: 1.2rem;
    color: #2c5aa0;
}

.calculator-input {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100px;
}

.total-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c5aa0;
}

/* Accordion */
.accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-header {
    background: #f8fafc;
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: #e3f2fd;
}

.accordion-header::after {
    content: "+";
    font-size: 1.2rem;
    font-weight: bold;
    color: #4a90e2;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(45deg);
}

.accordion-content {
    padding: 1.5rem;
    display: none;
    background: white;
}

/* Animation Classes */
.fade-in-up:not(.animate) {
    opacity: 0;
    transform: translateY(30px);
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.fade-in:not(.animate) {
    opacity: 0;
}

.fade-in.animate {
    opacity: 1;
    transition: opacity 0.6s ease;
}

.slide-in-left:not(.animate) {
    opacity: 0;
    transform: translateX(-50px);
}

.slide-in-left.animate {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.6s ease;
}

.slide-in-right:not(.animate) {
    opacity: 0;
    transform: translateX(50px);
}

.slide-in-right.animate {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.6s ease;
}
InUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade;


#mobile-menu {
  display: none;
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
  background: rgba(15,23,42,0.98) !important; /* fallback for bg-slate-900/95 */
  backdrop-filter: blur(10px) !important;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
}
#mobile-menu.opacity-100.visible {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}