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

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

/* Header */
/* .heade1 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    padding: 0 20px;
    margin: 20px 0;
} */

/* .heade1{
    text-align: center;
    font-size: 2rem;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    margin: 20px 0;
} */



/* .image_home {
  width: 110%;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.image_home:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
} */

/* .image_home {
  width: 300px;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.image_home:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
} */


/* Section 1 - Hero */
.section_number_1 {
    width: 100%;
    height: 80vh;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

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

.section_number_1 div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
}

.section_number_1 div h2 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, 
                rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    color: white;
    text-align: center;
    border-radius: 20px;
    padding: clamp(15px, 3vw, 30px);
    background: rgba(0, 0, 0, 0.034);
    backdrop-filter: blur(5px);
}

.section_number_1 p {
    text-align: center;
    color: white;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    padding: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Button */
.button-76 {
    background-color: #fcd34d;
    background-image: linear-gradient(to bottom right, #2323225a, #fcd34d, #fcd34d);
    border: 0;
    border-radius: 0.25rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(0.9rem, 2vw, 1.125rem);
    font-weight: 600;
    line-height: 1.75rem;
    padding: clamp(0.8rem, 2vw, 1.2rem) clamp(1rem, 3vw, 1.5rem);
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    display: block;
    margin: 30px auto 0;
    width: fit-content;
    transition: all 0.3s ease;
}

.button-76:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.button-76:active {
    transform: translateY(0);
}

/* Section 2 */
.section_number_2 {
    width: 100%;
    min-height: 20vh;
    text-align: center;
    padding: clamp(30px, 5vw, 60px) 20px;
}

.section_number_2 h2 {
    margin-bottom: 20px;
    font-size: clamp(1.3rem, 3vw, 2rem);
    color: #333;
}

.section_number_2 p {
    padding: 10px 20px;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    max-width: 800px;
    margin: 0 auto;
    color: #555;
}

/* Section 3 - Quote */
.section_number_3 {
    text-align: center;
    background-color: rgba(128, 128, 128, 0.094);
    padding: clamp(40px, 6vw, 80px) 20px;
}

.section_number_3 p {
    font-size: clamp(1.1rem, 3vw, 1.8rem);
    font-style: italic;
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto;
    color: #444;
}

/* Section 4 - Notre approche */
.section_number_4 {
    padding: clamp(40px, 6vw, 80px) 20px;
    text-align: center;
}

.section_number_4 h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 20px;
    color: #333;
}

.section_number_4 > div {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: clamp(20px, 3vw, 40px);
    flex-wrap: wrap;
    margin-top: 40px;
    
}

.section_number_4 > div > div {
    text-align: center;
    flex: 1 1 calc(33.333% - 30px);
    min-width: 250px;
    max-width: 320px;
    padding: 20px;
}

@media (max-width: 768px) {
    .section_number_4 > div > div {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.section_number_4 > div > div span {
    display: block;
    margin-top: 15px;
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    color: #555;
}

.icno_image {
    /* background-color: rgba(128, 128, 128, 0.073); */
    border-radius: 20px;
    /* padding: 20px; */
    width: clamp(70px, 10vw, 90px) !important;
    height: clamp(70px, 10vw, 90px) !important;
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto;
}

.icno_image:hover {
    transform: scale(1.1);
}

/* Section 5 - Solutions */
.section_number_5 {
    padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 70px);
    text-align: center;
    background-color: rgba(128, 128, 128, 0.094);
}

.section_number_5 h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 40px;
    color: #333;
}

.section_number_5 > div {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: clamp(20px, 3vw, 30px);
    flex-wrap: wrap;
}

.section_number_5 > div > div {
    text-align: center;
    flex: 1 1 calc(33.333% - 30px);
    min-width: 280px;
    max-width: 400px;
}

.section_number_5 > div > div img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease;
}

.section_number_5 > div > div img:hover {
    transform: scale(1.05);
}

.section_number_5 > div > div span {
    display: block;
    border-radius: 0 0 10px 10px;
    background-color: #ffefd5;
    padding: 15px 20px;
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    color: #333;
}

/* Section HR */
.section_hr {
    text-align: center;
    background-color: rgba(128, 128, 128, 0.073);
    padding: 40px 20px;
    position: relative;
}

.section_hr span {
    display: inline-block;
    margin: 20px 0;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: #555;
    padding: 0 20px;
}

.hr_number_section_hr_1,
.hr_number_section_hr_2 {
    display: none;
}

/* Section 6 */
.section_number_6 {
    width: 100%;
    background-color: rgba(255, 228, 196, 0.436);
    padding: 40px 20px;
    text-align: center;
}

.div_seaction_6 h2 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: #333;
    margin-bottom: 20px;
}

.div_seaction_6 hr {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    border: 0;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.3);
}

/* Section 7 - Contact */
.section_number_7 {
    text-align: center;
    padding: clamp(40px, 6vw, 80px) 20px;
}

.section_number_7 h2 {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    color: #333;
    margin-bottom: 20px;
}

.section_number_7 p {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: #555;
    max-width: 700px;
    margin: 20px auto;
}

.button_section_1,
.button_section_1_whatsapp {
    display: inline-block;
    border-radius: 5px;
    padding: clamp(12px, 2vw, 18px) clamp(20px, 3vw, 35px);
    color: white;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    text-decoration: none;
    margin: 10px;
    transition: all 0.3s ease;
    border: none;
}

.button_section_1 {
    background-color: #fcd34d;
    background-image: linear-gradient(to bottom right, #2323225a, #fcd34d, #fcd34d);
}

.button_section_1:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.button_section_1_whatsapp {
    background-color: #25D366;
    background-image: linear-gradient(to bottom right, #128C7E, #25D366, #25D366);
}

.button_section_1_whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.4);
}

.button_section_1_whatsapp i {
    margin-right: 8px;
}

/* Tablet Responsiveness (768px and below) */
@media (max-width: 768px) {
    .section_number_1 {
        height: 70vh;
        min-height: 400px;
    }

    .section_number_4 > div > div {
        flex: 1 1 calc(50% - 20px);
        min-width: 160px;
    }

    .section_number_5 > div > div {
        flex: 1 1 calc(50% - 20px);
    }

    .button_section_1,
    .button_section_1_whatsapp {
        display: block;
        margin: 10px auto;
        max-width: 300px;
    }
}

/* Mobile Responsiveness (480px and below) */
@media (max-width: 480px) {
    .margin-nous{
        position: relative;
        top: 20px;
    }
    .icno_image {
        border-radius: 10px;
    }
    .section_number_1 {
        height: 60vh;
        min-height: 350px;
    }

    .section_number_4 > div > div,
    .section_number_5 > div > div {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .section_number_4 > div,
    .section_number_5 > div {
        gap: 30px;
    }

    hr {
        width: 90% !important;
        margin-left: 5% !important;
    }
}

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
    .section_number_4 > div > div {
        flex: 0 1 22%;
    }

    .section_number_5 > div > div {
        flex: 0 1 30%;
    }
}

/* General HR styling */
hr {
    color: rgba(128, 128, 128, 0.493);
    border: 0;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.3);
}

/* ============================================
   WHATSAPP & SCROLL BUTTONS
   ============================================ */

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    animation: pulse 2s infinite;
}

.ar .whatsapp-float {
    right: auto;
    left: 30px;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
}

.ar .scroll-to-top {
    left: auto;
    right: 30px;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}