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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background: white;
    overflow-x: hidden;
}

/* ==================== HEADER & NAVIGATION ==================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 16px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.logo {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav {
    display: flex;
    gap: 30px;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.nav a:hover {
    color: #e89ac7;
}

/* Menu Burger */
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}

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

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

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

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

.nav.mobile-open {
    display: flex;
}

/* ==================== HERO SECTION ==================== */

#accueil { 

    background-color:white;
}
.hero {
    margin-top: 80px;
    padding: 80px 64px;
    background: lightgrey;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    min-height: 80vh;
 background-repeat:no-repeat;
    background-size:100%;
  


}




.hero-side-page h1 {
 font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px; 
}

.hero-content h2 {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.hero-content h3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.hero-content h1 {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 30px;
}

.hero-content h1 .pink {
   background: -webkit-linear-gradient(80deg,rgba(232, 154, 199, 1) 0%, rgba(237, 183, 83, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    margin-bottom: 20px;
}

.hero-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image svg {
    width: 100%;
    max-width: 400px;
}

.hero-sidebar {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.info-box {
    margin-bottom: 25px;
}

.info-box:last-child {
    margin-bottom: 0;
}

.info-box h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.info-tag {
    padding: 6px 12px;
    background: #f0f0f0;
    border-radius: 15px;
    font-size: 12px;
    color: #666;
}

/* ==================== BUTTONS ==================== */

.btn {
    display: inline-block;
    padding: 15px 30px;
 background: rgba(232, 154, 199, 1);
 
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(232, 154, 199, 0.4);
}

.expertise-content .btn {
        background: white;
    color: rgba(232, 154, 199, 1)
}

.contact-box .btn,
.contact .btn {
    background: white;
    color: #3dd5c1;
}

.btn-black {
    display: inline-block;
    padding: 10px 20px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.3s;
}

.btn-black:hover {
    background: #555;
}

/* ==================== PHILOSOPHY SECTION ==================== */

.philosophy {
    padding: 88px 64px;
    background: #fafafa;
}

.philosophy-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    max-width: 100%;
    margin: 0 auto;
}

.philosophy h3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.philosophy h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.philosophy p {
    color: #666;
    line-height: 1.8;
}

/* ==================== EXPERTISE SECTION ==================== */

  .expertise-wrapper {
            position: relative;
           
        }

        .expertise-section {
            position: sticky;
            top: 30px;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px;
            transition: all 0.5s ease;
        }

        .uiuxexpertise {
            color:black;
            
        }

        .uiuxexpertise h3 {
            font-size: 14px;
            margin-bottom: 10px;
            opacity: 0.9;
        }

          .uiuxexpertise h2 {
            font-size: 42px;
            margin-bottom: 30px;
        }

        .uiuxexpertise p {
            line-height: 1.8;
            margin-bottom: 30px;
            opacity: 0.9;
        }

     .contrastquote {
    font-size: 28px;
    font-style: italic;
    line-height: 1.4;
    color:black;
    margin-bottom: 20px;
    
}

.contrastquote-author {
text-align: right;
    opacity: 0.9;
        color:black;

}


        .expertise-section:nth-child(1) {
            background: linear-gradient(135deg, #ffd5b5 0%, #e89ac7 100%);
        }

        .expertise-section:nth-child(2) {
            background: linear-gradient(135deg, #e89ac7 0%, #a855f7 100%);
        }

        .expertise-section:nth-child(3) {
            background: linear-gradient(135deg, #a855f7 0%, #6366f1 100%);
        }

        .expertise-section:nth-child(4) {
            background: linear-gradient(135deg, #6366f1 0%, #3b82f6 100%);
        }

        .expertise-content {
            max-width: 100%;
            width: 100%;
            padding:64px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
            color: white;
            
        }

        /* Process Section */
.process {
    padding: 88px 64px;
    background-color: #ffffff;
}

.process-header {
    text-align: center;
    margin-bottom: 60px;
}

.process-header h3 {
 font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.process-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
}

.process-card {
    background: #f8f8f8;
    padding: 40px 30px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

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

.process-number {
    font-size: 48px;
    font-weight: 700;
 background: -webkit-linear-gradient(80deg,rgba(232, 154, 199, 1) 0%, rgba(237, 183, 83, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;   
   margin-bottom: 20px;
    line-height: 1;
}

.process-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.process-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}



        .expertise-text h3 {
            font-size: 14px;
            margin-bottom: 10px;
            opacity: 0.9;
        }

        .expertise-text h2 {
            font-size: 42px;
            margin-bottom: 30px;
        }

        .expertise-text p {
            line-height: 1.8;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .expertise-quote {

             background: rgba(255,255,255,0.2);
             padding:32px;
             border-radius:16px;
             box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
        }
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.tag {
    padding: 8px 16px;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.quote {
    font-size: 28px;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 20px;
}

.quote-author {
    text-align: right;
    opacity: 0.9;
}

/* ==================== CLIENTS SECTION ==================== */

.clients {
    padding:44px 0px 0px 0px;
    background: white;
}

.clients h3 {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
}

.clients h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.logos-slider {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.logos-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: fit-content;
}

.logo-item {
    margin: 0 40px;
    height: 60px;
 
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.logo-item:hover {
    filter: grayscale(0%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* ==================== TESTIMONIALS SECTIONS ==================== */
       .testimonials {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-header .subtitle {
    font-size: 14px;
    color: #e89ac7;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonials-header h2 {
    font-size: 48px;
    color: #333;
}


.testimonials-header  h3 {
  font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.testimonials-slider {
    display: flex;
    gap: 30px;
    padding: 20px 64px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.testimonials-slider::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex: 0 0 400px;
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    cursor: pointer;
    gap:10ox;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* Supprime la différence de taille entre active et non-active */
.testimonial-card.active {
    opacity: 1;
    transform: none;
}

/* Ajuste la taille de la zone de clic */
.testimonials-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

/* Boutons fléchés */
.testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background: white;
    color: #333;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 5;
    transition: all 0.3s ease;
}

.testimonial-arrow:hover {
    background: #e89ac7;
    color: white;
    box-shadow: 0 6px 25px rgba(232,154,199,0.4);
}

.testimonial-arrow.prev {
    left: 20px;
}

.testimonial-arrow.next {
    right: 20px;
}

/* Points de navigation */
.testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.testimonials-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}

.testimonials-dot.active {
    background: #e89ac7;
    width: 30px;
    border-radius: 6px;
}

/* ==================== CONTENT SECTIONS ==================== */

.content-section {
   
    margin: 0 auto;
    padding: 88px 64px;
}

.content-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.column h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.column p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

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

.column ul li {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.column ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e89ac7;
    font-weight: bold;
}

.objectives-list ul {
    list-style: none;
    padding-left: 0;
    max-width: 800px;
}

.objectives-list ul li {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.objectives-list ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e89ac7;
    font-weight: bold;
}

.results-section {
    background: white;
    padding: 80px 64px 0px 64px;
}

/* ==================== WORKFLOW SECTION ==================== */

.workflow-wrapper {
    position: relative;
    padding: 10px 0;
    background: white;
}

.workflow-wrapper h2 {
    padding:0px 0px 0px 64px;
    text-align : left ; font-size : 36px ; margin-bottom : 50px ;
}
.workflow-section {
    position: sticky;
    top: 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 50px;
    transition: all 0.5s ease;
}

.workflow-section:nth-child(2) {
    background: linear-gradient(135deg, #ffc8dd 0%, #e89ac7 100%);
}

.workflow-section:nth-child(3) {
    background: linear-gradient(135deg, #e89ac7 0%, #d084b8 100%);
}

.workflow-section:nth-child(4) {
    background: linear-gradient(135deg, #d084b8 0%, #b86fa9 100%);
}

.workflow-section:nth-child(5) {
    background: linear-gradient(135deg, #b86fa9 0%, #a05a9a 100%);
}

.workflow-content {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 80px;
    align-items: start;
    color: white;
}

.workflow-text {

      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 32px;
             background: rgba(255,255,255,0.2);
border-radius:16px;
}

.workflow-number {
    font-size: 120px;
    font-weight: bold;
    opacity: 0.3;
    line-height: 1;
}

.workflow-text h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.workflow-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.workflow-text p {
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 15px;
}

/* ==================== BENTO GALLERY ==================== */

.bento-gallery {
    padding: 80px 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 250px);
    gap: 20px;
}

.bento-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.bento-wide {
    grid-column: span 2;
    grid-row: span 1;
}

.bento-solo {

 grid-column: span 4;
    grid-row: span 3;
    }

.bento-tall {
    grid-column: span 2;
    grid-row: span 2;
}

.bento-large {
    grid-column: span 2;
    grid-row: span 2;
}

.bento-medium {
    grid-column: span 2;
    grid-row: span 1;
}

.placeholder-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e0e0e0 0%, #c0c0c0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
}

/* ==================== ALTERNATING SECTIONS ==================== */

.alternating-section {
    padding: 80px 50px;
    background: white;
}

.alternating-section:nth-child(even) {
    background: #f8f8f8;
}

.alt-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.alt-reverse .alt-content {
    direction: rtl;
}

.alt-reverse .alt-text {
    direction: ltr;
}

.alt-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.alt-image .placeholder-image {
    height: 400px;
}

.alt-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.alt-text p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* ==================== PROJECTS PAGE LAYOUT ==================== */

.projects-container {
 margin-top: 80px;
    position:relative;
    min-height: auto;
  
    display: flex;
    
}


.left-section {
 
   position: sticky;
    left: 0;
    top: 80px;
    width: 45%;
   height: calc(98vh - 10px);
    padding: 64px 32px 64px 64px;
    background: white;

}



.left-section h3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.left-section h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.left-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 16px;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.filter-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.filter-btn {
    padding: 10px 20px;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: #333;
}

.filter-btn:hover {
    border-color: #e89ac7;
    color: #e89ac7;
}

.filter-btn.active {
    background: #e89ac7;
    border-color: #e89ac7;
    color: white;
}

.right-section {

    width: 65%;
    padding: 60px 80px 80px 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: white;
    position: relative;
}

/* ==================== PROJECT CARDS ==================== */

.project-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 104%;

}

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

.project-image {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    position: relative;
    overflow: hidden;
}

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

.project-info {
    padding: 30px;
}

.project-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-category {
    color: #e89ac7;
    font-size: 14px;
    margin-bottom: 20px;
}

.project-subtitle {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.project-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.project-link:hover {
    color: #e89ac7;
}


 .seewebsite {
      padding: 32px 0px 32px 0px;
        width:100%;
 position:relative;
 display:flex;
 align-items: center;
  justify-content: center;

    }


/* ==================== PROJECTS GRID ==================== */

/* Other Projects Section */
        .other-projects {
            padding: 80px 50px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .other-projects h2 {
            font-size: 36px;
            margin-bottom: 30px;
        }

        .filters {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }

        .filter-btn {
            padding: 10px 20px;
            background: white;
            border: 2px solid #e0e0e0;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 14px;
            color: #333;
        }

        .filter-btn:hover {
            border-color: #e89ac7;
            color: #e89ac7;
        }

        .filter-btn.active {
            background: #e89ac7;
            border-color: #e89ac7;
            color: white;
        }

        .projects-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .project-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            transition: transform 0.3s, box-shadow 0.3s;
        }

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

        .project-image {
            width: 100%;
            height: 250px;
            background: linear-gradient(135deg, #d0d0e0 0%, #b0b0c0 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 14px;
        }

        .project-info {
            padding: 25px;
        }

        .project-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .project-subtitle {
            color: #666;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .btn-black {
            display: inline-block;
            padding: 10px 20px;
            background: #333;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 14px;
            transition: background 0.3s;
        }

        .btn-black:hover {
            background: #555;
        }


/* ==================== CONTACT SECTION ==================== */

.contact {
    padding: 80px 64px;
    background: linear-gradient(135deg, #3dd5c1 0%, #4fb8c9 100%);
    width: 100%;
    position: relative;
}

.contact-box {
    max-width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 66px;
    border-radius: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
       box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);

-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-box h3 {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.contact-box h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-box p {
    opacity: 0.9;
    line-height: 1.8;
}



/* ==================== FOOTER ==================== */

.footer {
        padding: 20px 64px;
    background: white;
    width: 100%;
    border-top: 1px solid #e0e0e0;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo svg {
    width: 60px;
    height: 60px;
    color: #333;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
}

.footer-name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}

.footer-subtitle {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

.footer-nav {
    display: flex;
    gap: 40px;
    align-items: center;
}

.footer-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #e89ac7;
}

/* Footer Copyright */
.footer-copyright {
    text-align: center;
    padding: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}

.footer-copyright p {
    font-size: 14px;
    color: black;
    margin: 0;
}

/* ==================== RESPONSIVE DESKTOP ==================== */

@media (max-width: 1024px) {
    .hero {
        grid-template-columns: 1fr;
    }
  
  .header {
  padding: 16px 32px;}

  
    .philosophy-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .expertise-content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding:40px;
    }

    .expertise-section {
        position: relative;
        top: auto;
        height: auto;
        min-height: auto;
    
    }

   
    .process {
        padding: 80px 4%;
         
    }
    
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .process-header h2 {
        font-size: 36px;
    }


    .two-columns, .workflow-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .bento-wide, .bento-tall, .bento-large, .bento-medium {
        grid-column: span 1;
        grid-row: span 1;
    }

    .bento-item .placeholder-image {
        height: 300px;
    }

    .alt-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .alt-reverse .alt-content {
        direction: ltr;
    }

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

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
    .testimonials {
        padding: 80px 0px;
    }
    
    .testimonials-header h2 {
        font-size: 36px;
    }
    
    .testimonials-slider {
        padding: 20px 40px;
        gap: 20px;
    }
    
    .testimonial-card {
        flex: 0 0 350px;
        padding: 35px 25px;
    }
    
    .testimonial-arrow {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .testimonial-arrow.prev {
        left: 10px;
    }
    
    .testimonial-arrow.next {
        right: 10px;
    }
  
  .projects-container { 
  gap:0px;
  }
  
       .two-columns, .workflow-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .workflow-section {
        position: relative;
        top: auto;
        min-height: auto;
        height: auto;
    }
}


    /* Responsive Testimonials - Tablette */
@media (max-width: 1024px) {
    .testimonials {
        padding: 80px 0px;
    }
    
    .testimonials-header h2 {
        font-size: 36px;
    }
    
    .testimonials-slider {
        padding: 20px 40px;
        gap: 20px;
    }
    
    .testimonial-card {
        flex: 0 0 350px;
        padding: 35px 25px;
    }
    
    .testimonial-arrow {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .testimonial-arrow.prev {
        left: 10px;
    }
    
    .testimonial-arrow.next {
        right: 10px;
    }
}


/* ==================== RESPONSIVE TABLET/MOBILE ==================== */

@media (max-width: 768px) {
    .burger {
        display: flex;
    }

    .nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 32px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        display: none;
        gap: 20px;
    }

    .nav a {
        font-size: 18px;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .header {
        padding: 16px 32px 16px 32px;
    }

    .hero {
        padding: 32px 32px;
        min-height: auto;
    }

    

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-side-page h1{
        font-size:32px;
    }

    
      .expertise-content {
       
            padding:0px;
         
            
        }

    .philosophy {
        padding: 40px 40px;
    }

    .expertise-section {
        padding: 60px 40px;
    }

    .expertise-text h2 {
        font-size: 32px;
    }

    .quote {
        
        font-size: 22px;
    }


  .uiuxexpertise h2 {
    font-size:32px;
  }

    .process {
        padding: 60px 5%;
    }
    
    .process-header {
        margin-bottom: 40px;
    }
    
    .process-header h2 {
        font-size: 28px;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .process-card {
        padding: 30px 25px;
    }
    
    .process-number {
        font-size: 40px;
    }
    
    .process-card h4 {
        font-size: 20px;
    }
    
    .process-card p {
        font-size: 15px;
    }


    .clients {
        padding: 64px 32px;
    }

    .content-section {
        padding: 40px 32px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .workflow-section {
        padding: 40px 32px;
    }

    .workflow-number {
        font-size: 80px;
    }

    .workflow-text h3 {
        font-size: 14px;
    }

    .bento-gallery {
        padding: 40px 32px;
    }

    .alternating-section {
        padding: 40px 32px;
    }

    .alt-text h2 {
        font-size: 24px;
    }

    .projects-container {
        flex-direction: column;
    }

    .left-section {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        padding: 40px 32px;
    }

    .left-section h1 {
        font-size: 32px;
    }

    .right-section {
        margin-left: 0;
        width: 100%;
        padding: 0px 40px 0px 40px;
        display :flex; 
        flex-direction: column;
        gap : 30px;
        background: white; 
        position :relative;
    }

    

    .project-card {
            width: 100%;
    
        }
   
    .other-projects {
        padding: 40px 40px;
    }

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

    .contact {
        padding: 40px 40px;
    }

    .contact-box {
        flex-direction: column;
        padding: 32px 32px;
        text-align: center;
    }

    .contact-box h2 {
        font-size: 28px;
    }

    .footer {
        padding: 20px 32px;
    }

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

    
/* Responsive Testimonials - Mobile */

    .testimonials {
        padding: 40px 0px;
    }
    
    .testimonials-header {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    
    .testimonials-header h2 {
        font-size: 28px;
    }
    
    .testimonials-slider {
        padding: 32px 20px;
        gap: 15px;
    }
    
    .testimonial-card {
        flex: 0 0 280px;
        padding: px 20px;
        border-radius: 15px;
    }
    
    .testimonial-header {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .testimonial-avatar img {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-info h3 {
        font-size: 16px;
    }
    
    .testimonial-info p {
        font-size: 13px;
    }
    
    .testimonial-text {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .testimonial-arrow {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .testimonial-arrow.prev {
        left: 5px;
    }
    
    .testimonial-arrow.next {
        right: 5px;
    }
    
    .testimonials-nav {
        margin-top: 30px;
        gap: 8px;
    }
    
    .testimonials-dot {
        width: 10px;
        height: 10px;
    }
    
    .testimonials-dot.active {
        width: 25px;
    }


}


/* ==================== RESPONSIVE TABLET/MOBILE ==================== */

@media (max-width: 390px) {
    .burger {
        display: flex;
    }

    .nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 32px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        display: none;
        gap: 20px;
    }


    .nav a {
        font-size: 18px;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .header {
        padding: 16px;
    }

    .hero {
        padding: 40px 32px;
        min-height: auto;
    }

    .hero-content h1 {
        font-size: 32px;
    }
  
  .hero-image svg {
    width: 50%;
    max-width: 200px;
    }

    .philosophy {
        padding: 40px 40px;
    }

    .expertise-section {
        padding: 36px 0px 32px;
    }

      .expertise-content {
         
            padding:16px;
   
            
        }

    .expertise-text h2 {
        font-size: 32px;
    }

  .uiuxexpertise h2 {
            font-size: 32px;

  }
    .quote {
        
        font-size: 16px;
    }

  .contrastquote  { 
  font-size:16px;}


    .process {
        padding: 40px 5%;
    }
    
    .process-header {
        margin-bottom: 40px;
    }
    
    .process-header h2 {
        font-size: 28px;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .process-card {
        padding: 40px 25px;
    }
    
    .process-number {
        font-size: 40px;
    }
    
    .process-card h4 {
        font-size: 20px;
    }
    
    .process-card p {
        font-size: 15px;
    }


    .clients {
        padding: 0px 0px 32px;
    }

    .content-section {
        padding: 40px 32px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .workflow-section {
        padding: 40px 32px;
    }

    .workflow-number {
        font-size: 80px;
    }

    .workflow-text h3 {
        font-size: 14px;
    }

    .bento-gallery {
        padding: 40px 32px;
    }

    .alternating-section {
        padding: 40px 32px;
    }

    .alt-text h2 {
        font-size: 24px;
    }

    .projects-container {
        flex-direction: column;
    }

    .left-section {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        padding: 40px 32px;
    }

    .left-section h1 {
        font-size: 32px;
    }

    .right-section {
        margin-left: 0;
        width: 100%;
        padding: 0px 40px 40px 40px;
        display :flex; 
      margin-bottom:40px;
        flex-direction: column;
        gap : 30px;
        background: white; 
        position :relative;
    }

    .project-card {
            width: 100%;
    
        }

   
    .other-projects {
        padding: 40px 32px;
    }

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

    .contact {
        padding: 32px 16px;
    }

    .contact-box {
        flex-direction: column;
        padding: 32px 16px;
        text-align: center;
    }

    .contact-box h2 {
        font-size: 28px;
    }

    .footer {
        padding: 20px 32px;
    }

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

    
/* Responsive Testimonials - Mobile */

    .testimonials {
        padding: 40px 0px;
    }
    
    .testimonials-header {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    
    .testimonials-header h2 {
        font-size: 28px;
    }
    
    .testimonials-slider {
        padding: 32px 20px;
        gap: 15px;
    }
    
    .testimonial-card {
        flex: 0 0 280px;
        padding: px 20px;
        border-radius: 15px;
    }
    
    .testimonial-header {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .testimonial-avatar img {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-info h3 {
        font-size: 16px;
    }
    
    .testimonial-info p {
        font-size: 13px;
    }
    
    .testimonial-text {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .testimonial-arrow {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .testimonial-arrow.prev {
        left: 5px;
    }
    
    .testimonial-arrow.next {
        right: 5px;
    }
    
    .testimonials-nav {
        margin-top: 30px;
        gap: 8px;
    }
    
    .testimonials-dot {
        width: 10px;
        height: 10px;
    }
    
    .testimonials-dot.active {
        width: 25px;
    }


}