/* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&family=Inter+Tight:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #1a1a1a;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
}

h1 {
    font-size: 69px;
    font-weight: 700;
    color: white;
}

h2 {
    font-size: 52px;
    font-weight: 500;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 28px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

/* Paragraph */
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1rem;
}

a {
    cursor: pointer !important;
}

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

.section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 500;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #8B5CF6 0%, #b88c5f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Header */
.header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}

.translate-main {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo {
    height: 77px;
    width: 196px;
}

.logo-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 3rem;
    margin: 0;
}

.nav-list a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    font-family: 'Heebo', sans-serif;
}

.nav-list a:hover {
    color: #b88c5f;
}

.translate-main {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.get-in-touch-btn {
    color: #4a4a4a;
    border: none;
    font-size: 17px;
    padding-right: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    font-family: 'Heebo', sans-serif;
}

.get-in-touch-btn:hover .btn-icon {
    background: black;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(0deg,rgba(194, 138, 57, 1) 0%, rgba(194, 138, 57, 1) 50%, rgba(194, 121, 57, 1) 100%);
    color: white;
}

.btn-icon svg {
    width: 16px;
    transform: rotate(315deg);
    height: 16px;
}

.header-divider {
    width: 0.6px;
    height: 20px;
    background: black;
}

.language-selector {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.language-selector:hover {
    background: transparent;
}

/* Language selector hover tooltip */
.language-selector {
    position: relative;
}

.language-selector::before {
    content: "EN | FR";
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

.language-selector::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #1a1a1a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

.language-selector:hover::before,
.language-selector:hover::after {
    opacity: 1;
    visibility: visible;
}

.lang-select {
    background: transparent;
    border: none;
    color: #4a4a4a;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    outline: none;
    appearance: none;
    padding: 8px 20px 8px 8px;
    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 8px center;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: color 0.3s ease;
    border-radius: 4px;
    min-width: 60px;
}

.lang-select:hover,
.lang-select:focus {
    color: #1a1a1a;
    background-color: transparent;
}

.lang-select:focus {
    outline-offset: 2px;
}

.lang-select option {
    background: white;
    color: #1a1a1a;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.lang-select option:hover {
    background: #f8f9fa;
}

.lang-select option:checked {
    background: #b88c5f;
    color: white;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-btn span {
    width: 20px;
    height: 2px;
    background: #4a4a4a;
    border-radius: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    display: block;
}

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

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

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

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

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

.mobile-nav {
    padding: 2rem;
}

.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mobile-nav-list li a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mobile-nav-list li a:hover {
    color: #b88c5f;
}

.mobile-menu-actions {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.mobile-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.mobile-menu-actions .get-in-touch-btn {
    width: 100%;
    justify-content: center;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: kenBurns 20s ease-in-out infinite;
    transform: scale(1.1);
}

@keyframes kenBurns {
    0% {
        transform: scale(1.1) translate(0, 0);
    }

    25% {
        transform: scale(1.15) translate(-2%, -1%);
    }

    50% {
        transform: scale(1.2) translate(-1%, -2%);
    }

    75% {
        transform: scale(1.15) translate(1%, -1%);
    }

    100% {
        transform: scale(1.1) translate(0, 0);
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
    animation: overlayPulse 20s ease-in-out infinite;
}

@keyframes overlayPulse {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.5;
    }
}

.hero-content {
    width: 100%;
    padding-top: 150px;
    max-width: 70%;
}

/* Hero Content Animations - GSAP will handle these */
.hero-title-line1,
.hero-title-line2 {
    display: block;
}

.hero-title-line2 {
    margin-top: 0.2em;
}

.hero-title .word {
    display: inline-block;
    margin-right: 0.2em;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

/* First word in hero-title-line2 gets Playfair Display font - French version only */
.french-version .hero-title-line2 .word:first-child {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

/* French version hero content max-width */
.french-version .hero-content {
    max-width: 82%;
}

/* French version about-title specific words get Playfair Display font */
.playfair-word {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.hero-content h6 {
    color: white;
    margin-top: 14px;
}

.hero-cta {
    background: white;
    color: black;
    border: 1px solid #e5e5e5;
    padding: 4px 4px 4px 21px;
    margin-top: 50px;
    border-radius: 61px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Heebo';
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    transition: all 0.3s ease;
}

.hero-cta:hover {
    background: #f8f9fa;
    border-color: #d1d5db;
    transform: translateY(-2px);
}

.hero-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(10px);
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}
.btn-link {
  color: #1a1a1a;
  text-decoration: none;
}
.btn-link:hover {
  color: #3E4857; /* ou un gris un peu plus foncé si tu veux un effet hover */
}

/* About Section */
.about {
    padding: 50px 0 32px;
    background: white;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.about.animate {
    opacity: 1;
    transform: translateY(0);
}

/* GSAP Initial States */
.hero-title .word,
.hero-content h6,
.hero-cta,
.about-title,
.about-main-content,
.about-bottom-left,
.stats-grid,
.stat-item,
.services-title,
.services-content,
.hand-carry-content,
.consulting-content,
.process-step,
.step-icon,
.step-content,
.step-title,
.step-description,
.faq-content,
.contact-content,
.clients-partners,
.footer-content {
    opacity: 0;
    transform: translateY(50px);
}

.hero-title .word {
    transform: translateY(50px);
}

.hero-content h6,
.hero-cta {
    transform: translateY(30px);
}

/* CSS Animations as fallback */
.hero-title .word {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(0.5s + var(--word-index, 0) * 0.2s);
}

.hero-title .word:nth-child(1) {
    --word-index: 0;
}

.hero-title .word:nth-child(2) {
    --word-index: 1;
}

.hero-title .word:nth-child(3) {
    --word-index: 2;
}

.hero-content h6 {
    animation: fadeInUp 0.8s ease-out 1.5s forwards;
}

.hero-cta {
    animation: fadeInUp 0.8s ease-out 2s forwards;
}

.about-title {
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

.about-main-content {
    animation: fadeInUp 0.8s ease-out 0.7s forwards;
}

.about-bottom-left {
    animation: fadeInUp 0.8s ease-out 0.9s forwards;
}

.stats-grid {
    animation: fadeInUp 0.8s ease-out 1s forwards;
}

.stat-item {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(1.2s + var(--stat-index, 0) * 0.2s);
}

.stat-item:nth-child(1) {
    --stat-index: 0;
}

.stat-item:nth-child(2) {
    --stat-index: 1;
}

.stat-item:nth-child(3) {
    --stat-index: 2;
}

.stat-item:nth-child(4) {
    --stat-index: 3;
}

.services-title,
.services-content,
.hand-carry-content,
.faq-content,
.contact-content,
.clients-partners,
.footer-content {
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

/* Consulting Section Timeline Animations */
.consulting-content {
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

.process-step {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(0.8s + var(--step-index, 0) * 0.4s);
}

.step-icon {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(1s + var(--step-index, 0) * 0.4s);
}

.step-content {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(1.3s + var(--step-index, 0) * 0.4s);
}

.process-step:nth-child(1) {
    --step-index: 0;
}

.process-step:nth-child(2) {
    --step-index: 1;
}

.process-step:nth-child(3) {
    --step-index: 2;
}

/* Individual step elements */
.step-title {
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: calc(1.5s + var(--step-index, 0) * 0.4s);
}

.step-description {
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: calc(1.7s + var(--step-index, 0) * 0.4s);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

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

.about-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 4rem;
    line-height: 1.2;
}



.about-main-content {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 54px;
    margin-bottom: 4rem;
    align-items: start;
}

.about-left {
    display: flex;
    flex-direction: column;
}

.about-text p {
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-text strong {
    color: #1a1a1a;
    font-weight: 700;
}

.innovation-main {
    display: flex;
    gap: 34px;
}

.innovation-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem 0;
}

.innovation-icon img {
    width: 154px;
    height: 151px;
}

.features-list {
    display: flex;
    flex-direction: column;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #4a4a4a;
}

.check-icon {
    color: #03030f;
    font-size: 1.2rem;
    min-width: 20px;
}

.feature-item strong {
    color: #1a1a1a;
    font-weight: 700;
}

.quote {
    text-align: right;
}

.quote-text {
    font-style: italic;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.quote-author {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.about-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

.about-right .features-list {
    margin-top: 1rem;
}

.founders-photo {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-bottom {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.about-bottom-left p {
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.8;
}

.about-bottom-left strong {
    color: #1a1a1a;
    font-weight: 700;
}

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

.stat-item {
    text-align: center;
    padding-top: 14px;
    transition: all 0.3s ease;
}


.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    width: 160px;
    max-width: 160px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.stat-icon.animate {
    opacity: 1;
    transform: translateY(0);
}

.stat-icon img {
    width: 100%;
}

.stat-number {
    font-size: 64px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    color: #4a4a4a;
    font-weight: 500;
    line-height: 1.4;
}

/* Gradient definitions for stat icons */
.stat-item svg defs {
    display: none;
}

.stat-item svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Services Section */
.services {
    padding: 72px 0;
    background: white;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.services.animate {
    opacity: 1;
    transform: translateY(0);
}

.services-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 4rem;
    line-height: 1.2;
}

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

.services-left {
    display: flex;
    flex-direction: column;
}

.services-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.service-item {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-item:last-child {
    border-bottom: none;
}

.service-item.active {
    background: #f8fafc;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.service-item.active .service-header {
    font-weight: 500;
    color: #1a1a1a;
    background-color: #fff !important;
}

.service-item:not(.active) .service-header {
    color: #6b7280;
    background-color: #fff !important;
}

.service-number {
    font-size: 28px;
    font-weight: 500;
    color: #6b7280;
    min-width: 40px;
}

.service-name {
    font-size: 28px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-item.active .service-name,
.service-item.active .service-number {
    font-weight: 500;
    color: #1a1a1a;
}

.service-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 0 0 3rem;
}

.service-item.active .service-content {
    max-height: 500px;
    padding: 0 0 2rem 3rem;
    background-color: #ffff !important;
}

.service-content p {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

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

.service-features li {
    font-size: 0.95rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.services-right {
    position: relative;
    height: 600px;
    border-radius: 16px;
    overflow: hidden;
}

.service-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.service-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease;
}

.service-image.active {
    opacity: 1;
    transform: translateX(0);
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* Hand Carry Section */
.hand-carry {
    padding: 32px 0;
    background: white;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.hand-carry.animate {
    opacity: 1;
    transform: translateY(0);
}

.hand-carry-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.hand-carry-left {
    position: relative;
}

.hand-carry-image {
    position: relative;
    height: 624px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hand-carry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hand-carry-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 2rem;
}

.hand-carry-cta h3 {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.hand-carry-form {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    position: relative;
}

.hand-carry-form {
    flex: 1;
    padding: 0.75rem 1rem;
    border-radius: 100px;
    font-size: 0.95rem;
    background: #f7f7f4;
}

.hand-carry-form  form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


input.hand-carry-inputt {
    color: #1a1a1a;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}

input.hand-carry-inputt::placeholder {
    color: rgba(26, 26, 26, 0.6);
}

input.hand-carry-inputt:focus {
    color: #1a1a1a;
}

.hand-carry-btn {
    width: 32px;
    height: 32px;
    background: #b88c5f;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: absolute;
    right: 10px;
}

.hand-carry-btn svg {
    width: 16px;
    height: 16px;
    transform: rotate(315deg);
}

.hand-carry-input:focus-visible {
    outline: none;
}

.hand-carry-btn:hover {
    background: #2563EB;
    transform: scale(1.05);
}

.hand-carry-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hand-carry-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.hand-carry-description {
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin: 0;
}

.hand-carry-tabs {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    margin-top: 25px;
}

.tab-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-indicator {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tab-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b88c5f;
    opacity: 0;
    transition: all 0.3s ease;
}

.tab-item.active .tab-dot {
    opacity: 1;
}

.tab-name {
    font-size: 1rem;
    font-weight: 500;
    color: #6b7280;
    transition: all 0.3s ease;
}

.tab-item.active .tab-name {
    color: #1a1a1a;
    font-weight: 700;
}

.tab-content {
    position: relative;
    min-height: 120px;
}

.tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    pointer-events: none;
}

.tab-panel.active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.tab-panel p {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0;
}

/* Consulting Section */
.consulting {
    padding: 72px 0;
    background: white;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.consulting.animate {
    opacity: 1;
    transform: translateY(0);
}

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

.consulting-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.consulting-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.consulting-description {
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin: 0;
}

.consulting-description strong {
    color: #1a1a1a;
    font-weight: 700;
}

.consulting-right {
    position: relative;
}

.process-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(0deg,rgba(161, 121, 80, 1) 0%, rgba(241, 194, 140, 1) 50%, rgba(153, 114, 74, 1) 100%);
    z-index: 1;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    background-color: #f4dfc9 !important;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}

.step-icon-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.step-content {
    flex: 1;
    padding-top: 0.5rem;
}


.step-number-img {
    width: 100%;
    max-width: 155px;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.step-description {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0;
}

/* FAQ Section */
.faq {
    padding: 75px 0;
    background: white;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.faq.animate {
    opacity: 1;
    transform: translateY(0);
}

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

.faq-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.faq-icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.faq-icon img {
    width: 100%;
    max-width: 250px;
}

.faq-right {
    display: flex;
    flex-direction: column;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #b88c5f;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.faq-toggle::before {
    content: '+';
    position: absolute;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
}

.faq-item.active .faq-toggle {
    background: #f4dfc9;
    color: #b88c5f;
}

.faq-item.active .faq-toggle::before {
    content: '−';
    transform: rotate(180deg);
}

.faq-item:not(.active) .faq-toggle {
    background: #b88c5f;
}

.faq-item:not(.active) .faq-toggle::before {
    content: '+';
    transform: rotate(0deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 0 1.5rem 0;
    color: #4a4a4a;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
}

/* Contact Section */
.contact {
    padding: 72px 0;
    background: white;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.contact.animate {
    opacity: 1;
    transform: translateY(0);
}

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

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.contact-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

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

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

.contact-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
}

.contact-text h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.contact-text p {
    color: #1a1a1a;
    line-height: 1.5;
    margin: 0;
}

.contact-right {
    display: flex;
    justify-content: center;
}

.contact-form-container {
    background: #f7f7f4;
    padding: 40px 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 572px;
}

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

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

.form-group label {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9CA3AF;
    font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8B5CF6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

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

.contact-submit-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.75rem;
    width: fit-content;
    padding: 4px 4px 4px 30px;
    background: linear-gradient(90deg,rgba(161, 121, 80, 1) 0%, rgba(241, 194, 140, 1) 50%, rgba(153, 114, 74, 1) 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.contact-submit-btn:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.contact-submit-btn .btn-icon {
    background: #fff !important;
    width: 48px;
    height: 48px;
}


/* Map Section */
.map {
    height: 400px;
    background: #f1f5f9;
}

.map-container {
    height: 100%;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Clients and Partners Section */
.clients-partners {
    padding: 29px 39px 30px;
    background: white;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.clients-partners.animate {
    opacity: 1;
    transform: translateY(0);
}

.clients-title {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 3rem;
}

.marquee-container {
    overflow: hidden;
    position: relative;
    /* Edge fade mask so logos vanish left/right */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.marquee {
    display: flex;
    animation: marquee 30s linear infinite;
    width: 200%;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex: 1;
    min-width: 0;
}

.client-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.client-logo:hover {
    transform: translateY(-2px);
}

.logo-icon {
    width: 150px;
}

.logo-icon.tnt {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.logo-icon.galapagos {
    background: linear-gradient(135deg, #10B981, #059669);
    font-size: 1.5rem;
}

.client-logo span {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 1rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Footer Section */
.footer {
    /*background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/bEXwNcUv9wL8Th03cSdEFPp3Bk.jpg');*/
    background-color: #1c1c1b;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.footer.animate {
    opacity: 1;
    transform: translateY(0);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 9rem;
    padding: 47px 0px 20px 0px;
    position: relative;
}

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

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo-image {
    width: 300px;
    object-fit: contain;
    flex-shrink: 0;
}

.company-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.business {
    color: #1e40af;
}

.solutions {
    color: #8B5CF6;
}

.logistics {
    color: #EC4899;
}

.company-tagline {
    color: white;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    width: 170px;
}

.footer-center {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.newsletter-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.newsletter-description {
    color: white;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

.newsletter-form {
    margin-top: 0.5rem;
}

.newsletter-input-group {
    display: flex;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.newsletter-input {
    flex: 1;
    padding: 0.875rem 1rem;
    border: none;
    outline: none;
    font-size: 0.95rem;
    background: white;
    color: #1f2937;
}

.newsletter-input::placeholder {
    color: #9ca3af;
}

.newsletter-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    background: #1f2937;
    color: white;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.newsletter-btn:hover {
    background: #374151;
}

.newsletter-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.quick-links-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.quick-links li a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: block;
    padding: 0.25rem 0;
    font-weight: 500;
}

.quick-links li a:hover {
    color: black;
}

.footer-bottom {
    padding: 1.5rem 0;
    background: transparent;
    position: relative;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid white;
    padding-top: 18px;
}

.copyright,
.social-link {
    color: white;
    font-size: 16px;
    margin: 0;
}

.social-link {
    text-decoration: none;
}

.social-link:hover {
    color: #8B5CF6;
}




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

    .since-content,
    .stats-content,
    .services-content,
    .hand-carry-content,
    .process-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

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

/* Tablet Mode - Header specific styles starting at 870px */
@media (max-width: 870px) {
    .header {
        top: 15px;
        max-width: calc(100% - 30px);
        border-radius: 12px;
    }

    .header-content {
        padding: 8px 0;
    }

    .logo-image {
        height: 65px;
        width: 170px;
    }

    /* Hide desktop navigation */
    .nav-list {
        display: none;
    }

    /* Show hamburger menu button */
    .mobile-menu-btn {
        display: flex;
    }

    .header-actions {
        gap: 4px;
    }

    .get-in-touch-btn {
        font-size: 16px;
        padding-right: 6px;
    }

    .btn-icon {
        width: 32px;
        height: 32px;
    }

    .btn-icon svg {
        width: 14px;
        height: 14px;
    }

    .header-divider {
        height: 18px;
    }

    .lang-select {
        font-size: 16px;
        padding: 8px 28px 8px 10px;
        min-width: 65px;
        border-radius: 6px;
        border: 2px solid #e5e7eb;
        background-color: #f8fafc;
    }

    /* Mobile menu styles for tablet */
    .mobile-menu {
        display: none;
        position: absolute;
        top: 96%;
        left: 0;
        right: 0;
        background: white;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        border-radius: 0 0 12px 12px;
    }

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

    .mobile-nav {
        padding: 1.5rem;
    }

    .mobile-nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    .mobile-nav-list li a {
        color: #1a1a1a;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500;
        transition: color 0.3s ease;
    }

    .mobile-nav-list li a:hover {
        color: #b88c5f;
    }

    .mobile-menu-actions {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 1px solid #e5e7eb;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .mobile-menu-actions .get-in-touch-btn {
        width: 100%;
        justify-content: center;
        background: #000;
        color: #fff;
        padding: 8px 4px;
        border-radius: 50px;
        position: relative;
    }

    .mobile-menu-actions .get-in-touch-btn .btn-icon {
        background: #fff;
        position: absolute;
        right: 4px;
        width: 36px;
        height: 36px;
    }

    .mobile-menu-actions .get-in-touch-btn .btn-icon svg {
        fill: #000 !important;
        color: #000 !important;
    }

    /* Hide desktop get-in-touch button */
    .header-actions .get-in-touch-btn {
        display: none;
    }
}

/* Enhanced Tablet Responsive Design */
@media (max-width: 870px) and (min-width: 481px) {
    /* Enhanced tablet header */
    .header {
        top: 12px;
        max-width: calc(100% - 24px);
        border-radius: 10px;
    }

    .header-content {
        padding: 7px 0;
    }

    .logo-image {
        height: 80px;
        width: 160px;
    }

    .header-actions {
        gap: 3px;
    }

    .get-in-touch-btn {
        font-size: 15px;
        padding: 7px 14px;
    }

    .btn-icon {
        width: 30px;
        height: 30px;
    }

    .btn-icon svg {
        width: 13px;
        height: 13px;
    }

    .lang-select {
        font-size: 15px;
        padding: 7px 26px 7px 9px;
        min-width: 60px;
        border-radius: 5px;
    }

    /* Enhanced tablet content */
    .hero-content {
        padding-top: 140px;
        max-width: 90%;
    }

    .about-main-content,
    .about-bottom {
        gap: 2.5rem;
    }

    .services-content,
    .hand-carry-content,
    .consulting-content,
    .faq-content,
    .contact-content {
        gap: 2.5rem;
    }

    .hand-carry-image,
    .services-right {
        height: 350px;
    }

    .contact-form-container {
        padding: 2.5rem;
    }

    .marquee-content {
        gap: 1.5rem;
    }

    .client-logo {
        padding: 0.75rem 1.25rem;
    }

    /* Enhanced tablet footer */
    .footer-content {
        gap: 2.5rem;
    }

    .newsletter-input {
        font-size: 15px;
        padding: 0.875rem;
    }

    .newsletter-btn {
        font-size: 15px;
        padding: 0.875rem 1.25rem;
    }
}

@media (max-width: 768px) {
    .header-actions {
        gap: 0.5rem;
    }

    .quote-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .header-actions .language-selector {
        display: flex;
    }

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

    .about-bottom {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

    .founders-photo {
        height: 300px;
    }

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

    .services-right {
        height: 400px;
        order: -1;
    }

    .service-content {
        padding: 0 0 0 2rem !important;
    }

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

    .hand-carry-left {
        order: -1;
    }

    .hand-carry-image {
        height: 400px;
    }

    .hand-carry-tabs {
        margin-top: 1rem;
    }

    .tab-item:hover {
        margin: 0;
        padding: 1rem 0;
    }

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

    .consulting-right {
        order: -1;
    }

    .process-timeline::before {
        left: 20px;
    }

    .process-step {
        gap: 1.5rem;
    }

    .step-icon {
        width: 50px;
        height: 50px;
    }

    .step-icon-img {
        width: 40px;
        height: 40px;
    }

    .step-number-img {
        max-width: 100px;
    }

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

    .faq-left {
        order: -1;
        text-align: center;
    }

    .faq-icon {
        justify-content: center;
    }

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

    .contact-left {
        order: -1;
        text-align: center;
    }

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

    .marquee-content {
        gap: 2rem;
    }

    .client-logo {
        padding: 0.75rem 1rem;
    }

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

    .footer-left {
        align-items: center;
    }

    .newsletter-input-group {
        flex-direction: column;
        gap: 0;
    }

    .newsletter-btn {
        border-radius: 0 0 8px 8px;
    }

    .newsletter-input {
        border-radius: 8px 8px 0 0;
    }

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

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


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

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

    .features-list {
        grid-template-columns: 1fr;
    }

    .process-steps {
        gap: 1rem;
    }

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

    .step::before {
        display: none;
    }

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

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

      /* Correction de l’ordre des blocs Consulting sur mobile */
  .consulting-left {
    order: 1; /* Affiché au-dessus */
  }

  .consulting-right {
    order: 2; /* Affiché en dessous */
  }

}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

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

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

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

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

    .service-item,
    .step,
    .contact-item {
        padding: 1.5rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    /* Enhanced mobile header */
    .header {
        top: 10px;
        max-width: calc(100% - 20px);
        border-radius: 8px;
    }

    .header-content {
        padding: 6px 0;
    }

    .logo-image {
        height: 50px;
        width: 140px;
    }

    .header-actions {
        gap: 0.25rem;
    }

    .get-in-touch-btn {
        font-size: 14px;
        padding: 6px 12px;
    }

    .btn-icon {
        width: 28px;
        height: 28px;
    }

    .btn-icon svg {
        width: 12px;
        height: 12px;
    }

    .lang-select {
        font-size: 14px;
        padding: 6px 24px 6px 8px;
        min-width: 55px;
        border-radius: 4px;
    }

    /* Enhanced mobile menu */
    .mobile-menu {
        border-radius: 0 0 8px 8px;
    }

    .mobile-nav {
        padding: 1rem;
    }

    .mobile-nav-list {
        gap: 1rem;
    }

    .mobile-nav-list li a {
        font-size: 0.9rem;
        padding: 0.75rem;
    }

    /* Enhanced mobile content */
    .hero-content {
        padding-top: 120px;
        max-width: 95%;
    }

    .about-main-content,
    .about-bottom {
        gap: 1.5rem;
    }

    .services-content,
    .hand-carry-content,
    .consulting-content,
    .faq-content,
    .contact-content {
        gap: 1.5rem;
    }

    .service-content {
        padding: 0 0 0 1rem !important;
    }

    .hand-carry-image,
    .services-right {
        height: 300px;
    }

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

    .marquee-content {
        gap: 1rem;
    }

    .client-logo {
        padding: 0.5rem 0.75rem;
    }

    /* Enhanced mobile footer */
    .footer-content {
        gap: 1.5rem;
    }

    .newsletter-input-group {
        gap: 0;
    }

    .newsletter-input {
        font-size: 14px;
        padding: 0.75rem;
    }

    .newsletter-btn {
        font-size: 14px;
        padding: 0.75rem 1rem;
    }

    .newsletter-input {
        margin-bottom: 1rem;
    }
      /* Correction de l’ordre des blocs Consulting sur mobile */
  .consulting-left {
    order: 1; /* Affiché au-dessus */
  }

  .consulting-right {
    order: 2; /* Affiché en dessous */
  }
/* ===== Header mobile: logo + alignements ===== */
@media (max-width: 480px) {
  /* Ne pas laisser le header grandir quand le logo est plus gros */
  .header {
    padding: 8px 12px;
    min-height: 56px;              /* garde une hauteur fixe et compacte */
  }

  .header-content {
    display: flex;
    align-items: center;            /* centre verticalement logo + actions */
    justify-content: space-between; /* espace entre logo et bloc actions */
    gap: 10px;
  }

  /* Logo plus grand sans étirer le header */
  .logo,
  .logo a,
  .logo .logo-image {
    display: block;
  }

  .logo .logo-image {
    height: 100px;    /* ← essaie 34–38px si tu veux un poil plus grand */
    max-height: 100px;
    width: auto;
  }

  /* Groupe burger + langue bien centré verticalement et compact */
  .translate-main {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }

  .lang-select {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }

  /* Évite que des marges internes des éléments fassent gonfler la barre */
  .logo, .translate-main, .nav { margin: 0; }
}

}


/* ===========================
   Header responsive unifié
   =========================== */
:root{
  --header-h-desktop: 88px;
  --header-h-tablet: 72px;
  --header-h-mobile: 64px;
}

/* Base – desktop par défaut */
.header {
  min-height: var(--header-h-desktop);
}
.header-content{
  display:flex;
  align-items:center;          /* centre verticalement */
  justify-content: space-between;
  gap: 12px;
}
.logo{ display:flex; align-items:center; flex:0 0 auto; margin:0; }
.translate-main{ display:flex; align-items:center; gap:10px; flex:0 0 auto; }
.nav{ margin:0; }

/* Image logo : responsive mais bornée */
.logo .logo-image{
  display:block;
  height: clamp(110px, 3.5vw, 56px); /* desktop */
  width:auto;
}

/* ====== Tablet (481–870px) ====== */
@media (max-width: 870px) and (min-width: 481px){
  .header{ min-height: var(--header-h-tablet); padding: 10px 14px; }
  .logo .logo-image{
    height: clamp(110px, 6vw, 64px); /* ~60-64px sans casser la barre */
  }
  .mobile-menu-btn{ width:36px; height:36px; }
  .lang-select{ height:36px; line-height:36px; padding:0 10px; }
}

/* ====== Mobile (<=480px) ====== */
@media (max-width: 480px){
  .header{
    min-height: var(--header-h-mobile);
    padding: 8px 12px;   /* compacte le fond blanc */
  }
  .header-content{ align-items:center; justify-content:space-between; }
  .logo .logo-image{
    height: clamp(90px, 9.5vw, 44px); /* plus grand sans déborder */
    max-height: 100px;
  }
  .mobile-menu-btn{
    display:inline-flex; align-items:center; justify-content:center;
    width: 36px; height: 36px;
  }
  .lang-select{
    height:36px; line-height:36px; padding:0 10px;
  }
  /* sécurité anti-décalage */
  .logo, .translate-main{ margin:0; }
}
