 .whatsapp-float {
   position: fixed;
   bottom: 25px;
   left: 25px;
   width: 55px;
   height: 55px;
   background: #25D366;
   color: #fff;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 24px;
   /* taille de l'icône réduite */
   text-decoration: none;
   z-index: 9999;
   box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
   /* ombre plus basse */
   transition: all 0.3s ease;
 }

 .whatsapp-float:hover {
   color: #fff;
   transform: scale(1.08);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
 }

 @media (max-width: 768px) {
   .whatsapp-float {
     width: 50px;
     height: 50px;
     bottom: 20px;
     left: 20px;
     font-size: 22px;
   }
 }

 /* Icône */
 .service-item .service-icon {
   box-shadow: 0 8px 20px rgba(255, 122, 45, 0.22);
 }

 .pricing-table-wrapper {
    max-width: 100%;
    margin: auto;
}

.pricing-table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.cta-btn {
    padding: 10px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #FC8E41, #850d12);
    color: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(133, 13, 18, 0.25);
}

.cta-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #850d12, #FC8E41);
    box-shadow: 0 12px 25px rgba(133, 13, 18, 0.35);
}

.pricing-table-wrapper {
    width: 100%;
}

.pricing-table {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}


/* Header */
.pricing-header {
    display: grid;
    grid-template-columns: 1.2fr 2fr 0.7fr;
    width: 100%;
    background: #850d12;
    color: #fff;
    padding: 18px 25px;
    font-weight: 700;
    text-transform: uppercase;
}


/* Ligne tableau */
.pricing-row {
    display: grid;
    grid-template-columns: 1.2fr 2fr 0.7fr;
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    align-items: center;
}


/* Description */
.pricing-row div:nth-child(2) {
    color: #666;
    padding: 0 20px;
}


/* Prix */
.pricing-row div:last-child {
    text-align: right;
    font-weight: 700;
    color: #f58232;
}


/* Hover */
.pricing-row:hover {
    background: #fff7f2;
}



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

    .pricing-table-wrapper {
        overflow-x: auto;
    }

    .pricing-table {
        min-width: 750px;
    }


    .pricing-header,
    .pricing-row {
        grid-template-columns: 1.2fr 2fr 0.7fr;
        padding: 12px 15px;
        font-size: 14px;
    }

}

/* =========================================================
   TESTIMONIALS - STYLE GARAGE KUABO
   ========================================================= */

.testimonials-area .testimonials-slider {
    position: relative;
    width: 100%;
}

/* Chaque slide */
.testimonials-area .testimonials-item {
    padding: 0 15px;
    box-sizing: border-box;
}

/* Carte */
.testimonials-area .testimonials-content {
    position: relative;
    width: 100%;
    box-sizing: border-box;

    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 16px;

    padding: 35px 50px 35px 65px;

    min-height: 300px;
    height: 100%;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Citation */
.testimonials-area .testimonials-content .quote-text {
    position: absolute;
    left: -18px;
    top: 50px;

    width: 64px;
    height: 64px;

    border-radius: 50%;
    background: #850d12;

    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-area .testimonials-content .quote-text i {
    color: #ffffff;
    font-size: 34px;
}

/* Nom */
.testimonials-area .testimonials-content h3 {
    margin: 0 0 12px;

    color: #fc6f16;
    font-size: 17px;
    font-weight: 700;
}

/* Étoiles */
.testimonials-area .testimonial-stars {
    color: #fc8e41;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

/* Texte */
.testimonials-area .testimonials-content p {
    margin: 0;

    color: #333333;
    font-size: 16px;
    line-height: 1.7;

    font-style: italic;
}


/* =========================================================
   DOTS OWL
   ========================================================= */

.testimonials-area .owl-dots {
    margin-top: 20px !important;
    text-align: left;
    padding-left: 0;
}

.testimonials-area .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.testimonials-area .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0;

    border: 1px solid #fc8e41;
    background: transparent;

    display: block;
    border-radius: 50%;
}

.testimonials-area .owl-dots .owl-dot.active span {
    background: #fc8e41;
}


/* =========================================================
   FLÈCHES
   ========================================================= */

.testimonials-area .owl-nav {
    margin-top: 20px;
}

.testimonials-area .owl-nav button {
    width: 40px;
    height: 40px;

    border-radius: 50% !important;
    background: #850d12 !important;

    color: #ffffff !important;
}

.testimonials-area .owl-nav button:hover {
    background: #fc8e41 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .testimonials-area .testimonials-item {
        padding: 0 10px;
    }

    .testimonials-area .testimonials-content {
        padding: 30px 25px 30px 50px;
        min-height: 260px;
    }

    .testimonials-area .testimonials-content .quote-text {
        width: 55px;
        height: 55px;

        left: -12px;
        top: 40px;
    }

    .testimonials-area .testimonials-content .quote-text i {
        font-size: 30px;
    }

    .testimonials-area .testimonials-content p {
        font-size: 15px;
    }
}

.terms-conditions-area .single-content h3 {
    position: relative;
}

.terms-conditions-area .single-content h3::before {
    position: absolute;
    left: -35px;
    top: 8px;
    width: 24px;
    height: 3px;
    background: #850d12;
    transform: rotate(25deg);
    box-shadow: 0 12px 0 #850d12;
}

.terms-conditions-area .single-content h3::after {
    position: absolute;
    right: -20px;
    top: 8px;
    width: 8px;
    height: 18px;
    border-right: 3px solid #850d12;
    transform: rotate(25deg);
}