@media (min-width: 1024px) {
    .tp-caption .btn-slider-main, 
    .tp-caption .btn-slider-outline {
        font-size: 25px !important;
    }
}

.text-primary-color {
    color: #C70000;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

.description-tagline {
    border-left: 4px solid #C70000;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    display: block;
    line-height: 1.6;
}


.btn-slider-main, .btn-slider-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    
   
    padding: 25px 50px; 
    font-size: 22px; 
    font-weight: 800;
    border-radius: 12px;
}


.btn-slider-main {
    background: #C70000;
    color: #fff !important;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(199, 0, 0, 0.4);
}

.btn-slider-main i {
    font-size: 24px; 
}

.btn-slider-main:hover {
    background: #000;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}


.btn-slider-outline {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border: 3px solid #fff; 
}

.btn-slider-outline:hover {
    background: #fff;
    color: #000 !important;
    transform: scale(1.05);
}




@media (max-width: 1024px) {
    .btn-slider-main, .btn-slider-outline {
        padding: 18px 35px;
        font-size: 18px;
    }
}


@media (max-width: 768px) {
    .btn-slider-main, .btn-slider-outline {
        padding: 14px 25px;
        font-size: 14px;
        width: 100%;
        max-width: 280px;
        border-radius: 8px;
    }
    
    .btn-slider-main i {
        font-size: 18px;
    }

    div[style*="display:flex"] {
        flex-direction: column !important;
        gap: 12px !important;
    }
}











     .process-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.process-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 70px;
}

.process-title span {
    color: #C70000;
}

.process-steps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step {
    width: 280px;
}

.icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #C70000;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.step h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
	color: #000 !important;
}

.step p {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
}

.line {
    width: 140px;
    border-top: 3px dashed #C70000;
    margin-top: -35px;
}

@media (max-width: 992px) {
    .process-steps {
        flex-direction: column;
    }

    .line {
        width: 3px;
        height: 60px;
        border-top: none;
        border-left: 3px dashed #C70000;
        margin: 20px auto;
    }
}



.presentation-taxi {
    padding: 80px 0;
    background: #fdfdfd; 
}

.image-box {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #C70000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.image-box:hover img {
    transform: scale(1.05);
}

.title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #222;
}

.title span {
    color: #C70000;
}

.title-line {
    width: 60px;
    height: 5px;
    background: #C70000;
    margin-bottom: 25px;
    border-radius: 2px;
}

.presentation-taxi p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

.list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

.list li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    padding-left: 25px;
}

.list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #C70000;
    font-weight: bold;
}

.cta-container {
    margin-top: 30px;
}


@media (max-width: 768px) {
    .title { font-size: 28px; }
}






.why-choose-alt2 {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.section-title {
  font-weight: 800;
  font-size: 2.2rem;
  color: #222;
}

.section-title span {
  color: #C70000;
}

.content .lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.highlight {
  background-color: #fff;
  padding: 35px 20px;
  border-radius: 15px;
  border: 1px solid #eee;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.highlight:hover {
  transform: translateY(-10px);
  border-color: #C70000;
  box-shadow: 0 10px 25px rgba(199, 0, 0, 0.1);
}

.icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box svg {
  width: 100%;
  height: 100%;
}

.highlight h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000 !important; 
}

.highlight p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-title { font-size: 1.6rem; }
  .highlight { margin-bottom: 20px; }
}






.photo-gallery-section { padding: 80px 0; background-color: #f8f9fa; }

.modern-gallery-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
}

.modern-gallery-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(227, 30, 36, 0.15);
}

.gallery-media {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Important: évite de déformer l'image */
    transition: all 0.5s ease;
}

.modern-gallery-box:hover .gallery-media img {
    transform: scale(1.1);
}

/* Overlay au survol */
.gallery-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(227, 30, 36, 0.85); /* Rouge transparent */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.modern-gallery-box:hover .gallery-overlay {
    opacity: 1;
}

.share-icons { list-style: none; padding: 0; display: flex; gap: 15px; }
.share-icons a {
    width: 45px; height: 45px;
    background: #fff;
    color: #e31e24;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}

.share-icons a:hover {
    background: #000;
    color: #fff;
}


.gallery-info {
    padding: 20px;
    text-align: center;
    border-top: 3px solid #e31e24;
}

.gallery-desc {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-transform: capitalize;
}


.dlab-separator {
    width: 60px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 2px;
}







.section-title-modern {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.modern-separator {
    width: 80px;
    height: 4px;
    background: #e31e24; /* Ton rouge */
    margin: 0 auto;
    border-radius: 2px;
}

/* Carte de témoignage style "Glassmorphism" */
.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px;
    border-radius: 15px;
    margin: 15px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

/* Texte de l'avis */
.testimonial-text p {
    font-size: 16px;
    font-style: italic;
    color: #eee;
    line-height: 1.6;
   
}

.rating-stars { color: #f9ca00; font-size: 14px; }

/* Footer de la carte */
.testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: 25px;
    position: relative;
}

.testimonial-pic {
    width: 120px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e31e24;
    margin-right: 15px;
}

.testimonial-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    display: block;
    color: #fff;
    font-size: 16px;
}

.testimonial-role {
    color: #e31e24;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.quote-icon {
    position: absolute;
    right: 0;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.1);
}

/* Dots du slider */
.dots-style-1 .owl-dot.active span { background: #e31e24 !important; }











.info-icon-box {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.info-icon-box:hover {
    border-color: #e31e24; /* Ton rouge */
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.info-icon-box .dlab-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

/* Formulaire */
.appointment-form-box {
    background: #2d3239; /* Couleur sombre pro */
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}

.appointment-form-box .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    height: 45px;
}

.appointment-form-box .form-control::placeholder {
    color: #ccc;
}

.rouge-taxi {
    background-color: #e31e24 !important;
    border: none;
    font-weight: 700;
}

.rouge-taxi:hover {
    background-color: #b3171b !important;
}

@media (max-width: 991px) {
    .appointment-form-box { margin-top: 30px; }
}







.modern-blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
}

.modern-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(227, 30, 36, 0.12); /* Ombre rouge très légère */
    border-color: #e31e24;
}

/* IMAGE & BADGE */
.blog-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.modern-blog-card:hover .blog-img-wrapper img {
    transform: scale(1.08);
}

.post-date-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e31e24;
    color: #fff;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    border-top-right-radius: 10px;
}

/* CONTENT body */
.blog-content-body {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.post-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s;
}

.post-title a:hover {
    color: #e31e24;
}

.post-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* BUTTON */
.btn-read-more {
    display: inline-block;
    color: #e31e24;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-read-more i {
    margin-left: 5px;
    transition: transform 0.3s;
}

.btn-read-more:hover {
    color: #000;
}

.btn-read-more:hover i {
    transform: translateX(5px);
}