
/**
 * Styles personnalisés pour WegoLoc / WellGoLoc
 * Design basé sur Figma
 */
@import url("../fonts/tt_firs_neue/TT\ Firs\ Neue\ Trial\ Var\ Roman.ttf");
:root {
  --primary-color: #667eea;
  --dark-blue: #1a1f3a;
  --dark-blue-main: #000131;
  --orange: #fea500;
  --light-beige: #f6e8db;
  --white: #ffffff;
  --text-dark: #050b20;
  --black: #000000;
}

body {
  font-family: "Readex Pro", sans-serif;
  color: var(--text-dark);
}
/* Top Bar */
.top-bar {
  font-size: 0.9rem;
}

.top-bar i {
  color: var(--orange);
}

/* Navigation principale */
.bg-dark-blue-main {
  background-color: var(--dark-blue-main) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--white) !important;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--orange) !important;
}

/* Logo */
.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  display: flex;
  align-items: center;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-wel {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--white);
  letter-spacing: 1px;
}

.logo-goloc {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--white);
  letter-spacing: 1px;
}

/* Boutons header */
.btn-contact {
  background-color: transparent;
  color: var(--white);
  border: 2px solid var(--orange);
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background-color: var(--orange);
  color: var(--white);
}

.btn-devis {
  background-color: var(--orange);
  color: var(--dark-blue-main);
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-devis:hover {
  background-color: var(--orange);
  color: var(--dark-blue-main);
}

/* Hero Section */
.hero-section-home {
  display: flex;
  align-items: center;
  position: relative;
}

.hero-background-image {
  z-index: 0;
}

.hero-background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
}

.hero-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.hero-title .text-white {
  color: var(--light-beige) !important;
}

.text-orange {
  color: var(--orange) !important;
}
.text-light-beige {
  color: var(--light-beige) !important;
}
.text-blue {
  color: var(--dark-blue) !important;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 500;
  opacity: 0.9;
  color: var(--white);
}

.hero-buttons {
  margin-top: 2rem;
}

.btn-hero-contact {
  background-color: var(--dark-blue-main);
  color: var(--white);
  border: 2px solid var(--orange);
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-hero-contact:hover {
  background-color: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

.btn-hero-devis {
  background-color: var(--orange);
  color: var(--white);
  border: none;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-hero-devis:hover {
  background-color: var(--orange-bright);
  color: var(--white);
}

.min-vh-70 {
  min-height: 70vh;
}

/* Section Recherche */
.bg-light-beige {
  background-color: var(--light-beige);
}

.search-section {
  padding: 60px 0;
}

.search-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 65px;
  font-weight: bold;
  color: var(--dark-blue-main);
}
.search-title-vente {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 62px;
  font-weight: bold;
  color: var(--dark-blue-main);
}
.form-label {
  font-weight: 600;
  color: var(--dark-blue-main);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.budget-slider-wrapper {
  padding: 0.5rem 0;
}

.form-range {
  height: 6px;
  background-color: #dee2e6;
}

.form-range::-webkit-slider-thumb {
  background-color: var(--dark-blue-main);
  border: none;
  width: 18px;
  height: 18px;
}

.form-range::-moz-range-thumb {
  background-color: var(--dark-blue-main);
  border: none;
  width: 18px;
  height: 18px;
}

.form-group {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  padding: 2px 15px;
}

.btn-search {
  background-color: var(--dark-blue-main);
  color: var(--orange);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-search:hover {
  background-color: var(--orange);
  color: var(--dark-blue-main);
}

/* Section Véhicules */
.vehicles-grid-section {
  padding: 60px 0;
}

.vehicle-card-hover-wrapper {
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

.vehicle-grid-image {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
}

.vehicle-hover-overlay {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(2px);
  background: linear-gradient(
    to top,
    rgba(0, 1, 49, 0.95) 0%,
    rgba(0, 1, 49, 0.9) 40%,
    rgba(0, 1, 49, 0.7) 70%,
    rgba(0, 1, 49, 0.4) 100%
  ) !important;
}

.vehicle-card-hover-wrapper:hover .vehicle-hover-overlay {
  opacity: 1;
  visibility: visible;
}

.vehicle-card-hover-wrapper:hover .vehicle-grid-image {
  transform: scale(1.05);
}

.vehicle-info-panel {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.panel-background {
  z-index: 1;
}

.panel-background img {
  opacity: 0.3;
  filter: blur(2px);
}

.vehicule-hover-container {
  padding-top: 110px;
}
.feature-item {
  text-align: center;
}

.feature-item i {
  color: var(--white);
}

/* Vehicle hover title - italic style */
.vehicle-hover-title {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--white);
}

/* Feature items inline layout */
.feature-item-inline {
  padding: 0.3rem 0;
}

.feature-item-inline i {
  font-size: 1rem;
}

.feature-item-inline span {
  font-size: 0.85rem;
}

.btn-orange {
  background-color: var(--orange);
  color: var(--dark-blue-main);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-white-price {
  background-color: var(--white);
  color: var(--dark-blue-main);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.9rem;
}

.btn-orange:hover {
  background-color: var(--orange);
  color: var(--dark-blue-main);
}

.btn-white-price:hover {
  background-color: var(--white);
  color: var(--dark-blue-main);
}

/* Section Processus */
.process-section {
  padding: 80px 0;
}

.process-title {
  font-size: 65px;
  font-weight: bold;
  color: var(--dark-blue-main);
  line-height: 1.2;
}

.process-vehicle-image {
  position: absolute;
  top: 0;
  left: 50%;
  max-height: 350px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  z-index: 2;
  transform: translateX(0%) translateY(0%);
  pointer-events: none;
  -webkit-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -o-transform: translateX(0%) translateY(0%);
}

/* FAQ Section Styles */
.faq-section {
  padding: 80px 0;
}

.faq-section .accordion-button {
  background-color: #fff;
  color: var(--dark-blue-main);
  border: none;
  font-size: 1.1rem;
  padding: 1.25rem 1.5rem;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: var(--light-beige);
  color: var(--dark-blue-main);
  box-shadow: none;
}

.faq-section .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 165, 0, 0.25);
  border-color: var(--orange);
}

.faq-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFA500'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-section .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px !important;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-section .accordion-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.faq-section .accordion-body {
  background-color: #fff;
  padding: 1.5rem;
  line-height: 1.8;
}

.faq-section .accordion-body ul,
.faq-section .accordion-body ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.faq-section .accordion-body li {
  margin-bottom: 0.5rem;
}

.faq-section .accordion-body a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 500;
}

.faq-section .accordion-body a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .faq-section .accordion-button {
    font-size: 1rem;
    padding: 1rem;
  }

  .faq-section .accordion-body {
    padding: 1rem;
  }
}

.process-card {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  z-index: 1;
  background-image: url("../images/background/bg-testimonials.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.process-icon {
  margin-bottom: 1rem;
}

.process-icon svg {
  width: 40px;
  height: 40px;
}

.process-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--orange);
}

.process-card-text {
  line-height: 1.7;
  opacity: 0.95;
  font-size: 21px;
  margin-top: -10px;
  margin-left: 20px;
}

.process-wave {
  height: 40px;
  background:
    radial-gradient(
      ellipse 150px 40px at 20% 50%,
      rgba(102, 126, 234, 0.4) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 150px 40px at 80% 50%,
      rgba(102, 126, 234, 0.3) 0%,
      transparent 70%
    ),
    linear-gradient(180deg, transparent 0%, rgba(30, 36, 66, 0.2) 100%);
  border-radius: 0 0 10px 10px;
  opacity: 0.8;
}

/* Section Témoignages */
.testimonials-section {
  padding: 80px 0;
  position: relative;
}

.testimonials-background {
  background-image: url("../images/background/Background orange.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}

.testimonials-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--dark-blue-main);
}

.testimonials-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
}

.testimonials-nav {
  margin-bottom: 2rem;
}

.testimonial-nav-item {
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  border-radius: 50px;
  min-height: 80px;
}

.testimonial-nav-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.testimonial-nav-item.active {
  background-color: #253fda !important;
}

.bg-blue-active {
  background-color: #253fda;
}

.testimonial-avatar {
  background-color: #c4c4c4;
  min-width: 50px;
  min-height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.testimonial-nav-item .stars {
  margin-top: 4px;
}

.testimonial-nav-item .stars i {
  color: #ffd700 !important;
}

.testimonial-main-card {
  border-radius: 15px;
}

.testimonial-quote-icon {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}

.testimonial-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--dark-blue-main);
}

.stars {
  font-size: 1.2rem;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin-top: -70px;
}

.testimonial-photo-wrapper img {
  max-width: 100%;
  border-radius: 10px;
}

/* Footer */
.footer-main {
  background-color: var(--dark-blue-main);
  background-image: url("../images/background/bg-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.footer-logo {
  margin-bottom: 1.5rem;
}

.footer-logo img {
  max-width: 150px !important;
}

.footer-title {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "tt_firs_neue_trial_var_roman", serif;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.footer-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--white);
  opacity: 0.9;
  max-width: 400px;
}
.footer-links {
  margin-top: 120px;
}
.footer-links h5 {
  display: none;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
}

.footer-links ul li a {
  transition: color 0.3s ease;
  font-size: 1rem;
  font-family: "inter", sans-serif;
}

.footer-links ul li a:hover {
  color: var(--orange) !important;
}

.footer-contact {
  margin-top: -9px;
}

.footer-contact p {
  color: var(--white);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  font-family: "readex_pro", sans-serif;
}

.footer-contact i {
  color: var(--orange);
  font-size: 1.2rem;
  margin-right: 0.75rem;
}

.newsletter-subscription {
  display: none;
}

.footer-bottom {
  background-color: var(--orange);
  color: #000131;
  font-weight: 600;
}

.footer-bottom .text-white {
  color: #000131 !important;
}
.bg-orange {
  background-color: var(--orange) !important;
}

.text-dark-blue-main {
  color: var(--dark-blue-main) !important;
}

/* Cards */
.card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

/* Navbar */
.navbar {
  padding: 15px 0;
}

.navbar-brand img {
  height: 40px;
}

/* Boutons */
.btn {
  border-radius: 4px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Formulaires */
.form-control,
.form-select {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.25);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .search-title,
  .process-title,
  .testimonials-title {
    font-size: 1.75rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn-hero-contact,
  .btn-hero-devis {
    width: 100%;
  }

  .logo-wel,
  .logo-goloc {
    font-size: 1.2rem;
  }

  .top-bar .row > div {
    text-align: center !important;
    margin-bottom: 0.5rem;
  }

  .testimonial-main-card {
    padding: 2rem !important;
  }

  .testimonial-quote-icon {
    font-size: 3rem;
  }

  /* Correction pour l'image du processus sur mobile */
  .process-vehicle-image {
    position: relative;
    left: auto;
    transform: none;
    max-height: 250px;
    margin: 1rem auto;
    display: block;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.5rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .search-title,
  .process-title,
  .testimonials-title {
    font-size: 1.5rem;
  }

  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.5s ease-in;
}

/* Utilities */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Hero Section Vente */
.hero-section-vente {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 529px;
}

.hero-section-vente .hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-section-vente .hero-background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-vente-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: -0.5px;
  margin-top: 145px;
}

/* Decorative red/pink blob bottom-left */
.hero-section-vente .hero-background-image::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 20%;
  width: 250px;
  height: 180px;
  background: radial-gradient(
    ellipse at center,
    rgba(220, 40, 60, 0.3) 0%,
    rgba(220, 40, 60, 0.1) 45%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 1;
  filter: blur(25px);
  pointer-events: none;
}

@media (max-width: 768px) {
  .hero-section-vente {
    min-height: 260px;
  }

  .hero-vente-title {
    font-size: 2.5rem;
  }

  .hero-section-vente::after {
    width: 200px;
    height: 140px;
    right: -40px;
  }
}

@media (max-width: 576px) {
  .hero-section-vente {
    min-height: 200px;
  }

  .hero-vente-title {
    font-size: 2rem;
  }
}

/* Cartes Véhicules Vente */
.vehicle-sale-card {
  border-radius: 10px;
  overflow: hidden;
  background: var(--dark-blue-main);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.vehicle-sale-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.vehicle-sale-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vehicle-sale-card:hover .vehicle-sale-image {
  transform: scale(1.05);
}

.vehicle-sale-heart {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

/* Responsive pour le cœur des cartes véhicules */
@media (max-width: 576px) {
  .vehicle-sale-heart {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .vehicle-sale-heart i {
    font-size: 1rem;
  }
}

.vehicle-sale-heart:hover {
  transform: scale(1.2);
}

.vehicle-sale-heart i {
  color: var(--white);
  font-size: 1.3rem;
}

.vehicle-sale-heart.active i {
  color: #e74c3c;
  font-weight: 900;
}

.vehicle-sale-info {
  background: url("../images/background/vehicules-card.png") no-repeat center
    center;
  background-size: cover;
  padding: 30px 50px 20px;
  position: relative;
  overflow: hidden;
}

/* Decorative blue blob on the card */
.vehicle-sale-info::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(
    ellipse at center,
    rgba(30, 55, 180, 0.5) 0%,
    rgba(30, 55, 180, 0.15) 50%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
  filter: blur(6px);
  pointer-events: none;
}

.vehicle-sale-name {
  font-family: "TT Firs Neue Trial Var Roman", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--orange);
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}

.vehicle-sale-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem 0;
  position: relative;
  z-index: 2;
}

.vehicle-sale-specs li {
  display: flex;
  align-items: center;
  color: var(--white);
  margin-bottom: 0.5rem;
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.vehicle-sale-specs li i {
  color: var(--orange);
  margin-right: 10px;
  font-size: 25px;
  width: 20px;
  text-align: center;
}

.vehicle-sale-btn {
  background: var(--white);
  color: var(--dark-blue-main);
  border: none;
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  width: 90%;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  margin-top: 0.5rem;
}

.vehicle-sale-btn:hover {
  background: #e59400;
  color: var(--dark-blue-main);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 165, 0, 0.4);
}

/* Pagination Vente */
.pagination-sale {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 3rem;
}

.pagination-sale .page-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.pagination-sale .page-arrow:hover {
  background: var(--orange-bright);
  transform: scale(1.1);
}

.pagination-sale .page-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-sale .page-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light-beige);
  color: var(--dark-blue-main);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}

.pagination-sale .page-number:hover {
  background: var(--orange);
  color: var(--white);
}

.pagination-sale .page-number.active {
  background: var(--orange);
  color: var(--white);
}

/* Page Détail Véhicule */
.vehicle-detail-gallery {
  position: relative;
  z-index: 3;
  margin-top: -50px;
  padding: 0 0 2rem 0;
}

.vehicle-detail-gallery .container {
  max-width: 1100px;
}

.gallery-grid-item {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Les 2 petites images de gauche */
.gallery-grid-item-left-top,
.gallery-grid-item-left-bottom {
  height: 240px;
  border-radius: 10px;
}

/* La grande image de droite : couvre la hauteur des 2 petites + le gap */
.gallery-grid-item-right-full {
  height: calc(240px * 2 + 1rem); /* 2 × hauteur petite + gap (g-3 = 1rem) */
}

.gallery-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

@media (min-width: 992px) {
  .gallery-grid-item-left-top,
  .gallery-grid-item-left-bottom {
    height: 280px;
  }

  .gallery-grid-item-right-full {
    height: calc(280px * 2 + 1.5rem); /* g-md-4 = 1.5rem */
  }
}

@media (max-width: 768px) {
  .vehicle-detail-gallery {
    margin-top: -60px;
  }

  .gallery-grid-item-left-top,
  .gallery-grid-item-left-bottom {
    height: 180px;
    border-radius: 12px;
  }

  .gallery-grid-item-right-full {
    height: calc(180px * 2 + 1rem);
    border-radius: 12px;
  }
}

@media (max-width: 576px) {
  .vehicle-detail-gallery {
    margin-top: -40px;
  }

  .gallery-grid-item-left-top,
  .gallery-grid-item-left-bottom {
    height: 140px;
    border-radius: 10px;
  }

  .gallery-grid-item-right-full {
    height: calc(140px * 2 + 1rem);
    border-radius: 10px;
  }
}

/* ===== Bloc Info Produit (page détail véhicule) ===== */
.vehicle-detail-info {
  background: var(--white);
  padding-top: 2rem;
  padding-bottom: 0;
}

.vehicle-brand-tag {
  display: inline-block;
  background-color: #253fda;
  color: var(--white);
  font-family: "Readex Pro", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 4px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.vehicle-detail-title {
  font-family: "TT Firs Neue", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 6px;
  line-height: 1.2;
}

.vehicle-detail-subtitle {
  font-family: "Readex Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

/* Boutons d'action */
.vehicle-action-buttons {
  padding-top: 1.5rem;
}

.vehicle-btn-brochure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #253fda;
  color: var(--white);
  font-family: "Readex Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 0;
}

.vehicle-btn-brochure:disabled {
  background-color: #253fda;
  color: var(--white);
  opacity: 1;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.vehicle-btn-brochure i {
  font-size: 1rem;
}

.vehicle-btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange);
  color: var(--dark-blue-main);
  font-family: "Readex Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Séparateur */
.vehicle-info-separator {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 1.25rem 0 0 0;
  opacity: 1;
}

/* ===== Section Contenu Détail Véhicule ===== */
.vehicle-detail-content {
  background: var(--white);
}

/* --- Titres de section --- */
.vehicle-section-title {
  font-family: "Readex Pro", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}

/* ===== Aperçu de la voiture — Overview Cards ===== */
.vehicle-overview-cards-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.vehicle-overview-cards-wrapper::-webkit-scrollbar {
  display: none;
}

.vehicle-overview-card {
  flex: 1 0 0;
  min-width: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 16px 14px;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: default;
}

.vehicle-overview-card i {
  font-size: 1.5rem;
  margin-bottom: 0;
  flex-shrink: 0;
}

.vehicle-overview-card .vehicle-overview-text {
  display: flex;
  flex-direction: column;
}
.vehicle-overview-card .vehicle-overview-label {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  color: var(--black);
}

.vehicle-overview-card .vehicle-overview-value {
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  color: var(--black);
}
/* Carte active (Year) */
.vehicle-overview-card.active {
  background: #253fdd;
  border-color: #253fdd;
}

.vehicle-overview-card.active .vehicle-overview-label,
.vehicle-overview-card.active .vehicle-overview-value {
  color: var(--white);
}

.vehicle-overview-card.active i {
  color: var(--white) !important;
}

/* ===== Description ===== */
.vehicle-description-text {
  font-family: "Readex Pro", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}

/* ===== Caractéristiques spéciales ===== */
.vehicle-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vehicle-features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
}

.vehicle-features-list li i {
  color: var(--black);
  font-size: 20px;
}

/* ===== Autres Voitures ===== */
.other-vehicles-section {
  background: transparent !important;
  padding: 2rem 0 !important;
}

.other-vehicles-section .container {
  padding: 0;
}

.other-vehicles-section .vehicle-sale-card {
  border-radius: 10px;
}

.other-vehicles-section .vehicle-sale-image-wrapper {
  height: 200px;
}

.other-vehicles-section .vehicle-sale-name {
  font-size: 22px;
}

.other-vehicles-section .vehicle-sale-specs li {
  font-size: 16px;
  margin-bottom: 0.35rem;
}

.other-vehicles-section .vehicle-sale-specs li i {
  font-size: 18px;
}

.other-vehicles-section .vehicle-sale-btn {
  font-size: 16px;
  padding: 8px 12px;
}

/* ===== Sidebar — Prix ===== */
.vehicle-price-sidebar {
  background: var(--orange);
  border-radius: 12px;
  padding: 30px;
  text-align: left;
}

.vehicle-price-title {
  font-family: "TT Firs Neue", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: var(--dark-blue-main);
  margin-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 23px;
}

.vehicle-price-amount {
  font-family: "TT Firs Neue", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--dark-blue-main);
  line-height: 1;
  margin-bottom: 4px;
}

.vehicle-price-negotiable {
  font-family: "Readex Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark-blue-main);
  text-align: right;
}

/* ===== Sidebar — Vehicle Details ===== */
.vehicle-details-sidebar {
  background: var(--orange);
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
}

.vehicle-details-title {
  font-family: "TT Firs Neue", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: var(--dark-blue-main);
  padding: 20px 24px 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}

.vehicle-details-list {
  padding: 0;
  background-color: var(--orange);
}

.vehicle-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  background-color: var(--orange);
  transition: background 0.2s ease;
}

.vehicle-detail-item:last-child {
  border-bottom: none;
}

.vehicle-detail-item:nth-child(even) {
  background: var(--orange);
}

.vehicle-detail-label {
  font-family: "Readex Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
}

.vehicle-detail-value {
  font-family: "Readex Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--black);
}

/* ===== Responsive Contenu Détail ===== */
@media (max-width: 991px) {
  .vehicle-overview-card {
    min-width: 100px;
    padding: 14px 8px;
  }

  .vehicle-price-amount {
    font-size: 2.75rem;
  }

  .other-vehicles-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .vehicle-section-title {
    font-size: 1.25rem;
  }

  .vehicle-overview-card {
    min-width: 90px;
    padding: 12px 6px;
  }

  .vehicle-overview-label {
    font-size: 0.78rem;
  }

  .vehicle-overview-value {
    font-size: 0.72rem;
  }

  .vehicle-features-list li {
    font-size: 0.82rem;
  }

  .vehicle-price-sidebar {
    padding: 24px;
  }

  .vehicle-price-amount {
    font-size: 2.5rem;
  }

  .vehicle-detail-item {
    padding: 10px 16px;
  }

  .vehicle-detail-label,
  .vehicle-detail-value {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .vehicle-overview-card {
    min-width: 80px;
    padding: 10px 4px;
  }

  .vehicle-overview-card i {
    font-size: 1.2rem;
  }

  .vehicle-overview-label {
    font-size: 0.72rem;
  }

  .vehicle-overview-value {
    font-size: 0.68rem;
  }

  .vehicle-price-sidebar {
    padding: 20px;
    border-radius: 10px;
  }

  .vehicle-price-amount {
    font-size: 2rem;
  }

  .vehicle-details-sidebar {
    border-radius: 10px;
  }
}

/* ===== Section Calcul de Prêt ===== */
.loan-calculator-section {
  padding: 60px 0 80px;
  background: var(--white);
}

.loan-calculator-card {
  background: #f7f8ff;
  padding: 50px 55px;
  position: relative;
  overflow: hidden;
}

.loan-calculator-title {
  font-family: "Readex Pro", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--dark-blue-main);
  margin-bottom: 12px;
  line-height: 1.25;
}

.loan-calculator-desc {
  font-family: "Readex Pro", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 520px;
}

/* Champs du formulaire */
.loan-fields {
  margin-bottom: 28px;
}

.loan-field {
  margin-bottom: 0;
}

.loan-field-label {
  font-family: "Readex Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.loan-field-value {
  font-family: "Readex Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--text-dark);
  padding-bottom: 8px;
  border-bottom: 1.5px solid #ccc;
}

/* Durée du prêt — Pastilles */
.loan-duration-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.loan-pill {
  width: 38px;
  height: 38px;
  border: 1.5px solid #ccc;
  background: var(--white);
  color: var(--dark-blue-main);
  font-family: "Readex Pro", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.loan-pill:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.loan-pill.active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.loan-pill.blue {
  background: #253fda;
  border-color: #253fda;
  color: var(--white);
}

/* Bouton Calculer */
.loan-calculate-btn {
  display: block;
  width: 100%;
  max-width: 520px;
  padding: 14px;
  background: #253fda;
  color: var(--white);
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}

/* Résultat */
.loan-result {
  font-family: "Readex Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-dark);
}

.loan-result-amount {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--text-dark);
}

/* Image du prêt */
.loan-calculator-image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #253fda;
}

.loan-calculator-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

/* ===== Responsive Loan Calculator ===== */
@media (max-width: 991px) {
  .loan-calculator-card {
    padding: 36px 30px;
  }

  .loan-calculator-title {
    font-size: 1.65rem;
  }

  .loan-calculator-image {
    min-height: 300px;
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .loan-calculator-section {
    padding: 40px 0 60px;
  }

  .loan-calculator-card {
    padding: 28px 22px;
  }

  .loan-calculator-title {
    font-size: 1.4rem;
  }

  .loan-calculator-desc {
    font-size: 0.82rem;
  }

  .loan-calculator-image {
    min-height: 260px;
  }

  .loan-pill {
    width: 34px;
    height: 34px;
    font-size: 0.78rem;
  }
}

@media (max-width: 576px) {
  .loan-calculator-card {
    padding: 24px 18px;
    border-radius: 12px;
  }

  .loan-calculator-title {
    font-size: 1.2rem;
  }

  .loan-calculate-btn {
    padding: 12px;
    font-size: 0.9rem;
    border-radius: 8px;
  }

  .loan-calculator-image {
    min-height: 220px;
  }
}

/* ===== Hero Section Devis ===== */
.devis-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  min-height: 529px;
  padding-bottom: 80px !important;
}

.devis-hero-section .hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.devis-hero-section .hero-background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.devis-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(30, 36, 66, 0.55) 0%,
    rgba(30, 36, 66, 0.45) 100%
  );
  z-index: 1;
}

.devis-hero-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: -0.5px;
  margin-top: 100px;
}

/* ===== Quick Search Bar Devis ===== */
.devis-quick-search-form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  z-index: 10;
}

.devis-search-bar {
  background: url("../images/background/bg-shadow.png") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  padding: 24px 32px 28px;
  position: relative;
  overflow: visible;
}

/* Decorative blue blob bottom-left of search bar */
.devis-search-bar::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 120px;
  height: 80px;
  background: var(--dark-blue-main);
  border-radius: 50%;
  z-index: -1;
  filter: blur(15px);
  opacity: 0.6;
}

.vehicle-type-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.vehicle-type-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}

.vehicle-type-btn:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
}

.vehicle-type-btn.active {
  background-color: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

.vehicle-type-btn i {
  font-size: 1rem;
}

.devis-search-fields {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.devis-search-field {
  flex: 1;
  min-width: 0;
}

.devis-field-location {
  flex: 1.5;
}

.devis-field-date {
  flex: 1.2;
}

.devis-field-label {
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Readex Pro", sans-serif;
  color: var(--white);
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.devis-field-input {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px 14px;
  gap: 8px;
  transition: all 0.3s ease;
}
.devis-field-input.white {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.devis-field-input:hover,
.devis-field-input:focus-within {
  border-color: var(--orange);
  background-color: rgba(255, 255, 255, 0.12);
}

.devis-field-input i {
  color: var(--black);
  font-size: 1rem;
  flex-shrink: 0;
}

.devis-field-input .form-control {
  background: transparent;
  border: none;
  color: var(--black);
  padding: 0;
  font-size: 0.9rem;
  font-weight: 500;
  height: auto;
  box-shadow: none;
}

.devis-field-input .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.devis-field-input .form-control:focus {
  box-shadow: none;
  outline: none;
}

.devis-time-input {
  max-width: 60px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding-left: 8px !important;
  border-radius: 0 !important;
}

.devis-field-add {
  background: none;
  border: none;
  color: var(--orange);
  cursor: pointer;
  padding: 0;
  font-size: 1.1rem;
  transition: color 0.3s ease;
  flex-shrink: 0;
}

.devis-field-add:hover {
  color: var(--orange-bright);
}

.devis-search-submit {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

.devis-search-submit .btn-orange {
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  white-space: nowrap;
  height: fit-content;
}

/* ===== Responsive Devis Hero ===== */
@media (max-width: 991px) {
  .devis-hero-title {
    font-size: 80px;
    margin-top: 80px;
  }

  .devis-search-bar {
    padding: 20px 24px 24px;
  }

  .devis-search-fields {
    flex-wrap: wrap;
  }

  .devis-search-field {
    flex: 1 1 calc(50% - 6px);
    min-width: calc(50% - 6px);
  }

  .devis-field-location {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .devis-search-submit {
    flex: 1 1 100%;
  }

  .devis-search-submit .btn-orange {
    width: 100%;
    padding: 14px;
  }
}

@media (max-width: 768px) {
  .devis-hero-section {
    min-height: 350px;
    padding-bottom: 70px !important;
  }

  .devis-hero-title {
    font-size: 2.5rem;
    margin-top: 60px;
  }

  .devis-search-bar {
    padding: 16px 18px 20px;
    border-radius: 12px;
  }

  .devis-search-fields {
    flex-direction: column;
    gap: 10px;
  }

  .devis-search-field {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .vehicle-type-selector {
    margin-bottom: 12px;
  }

  .vehicle-type-btn {
    padding: 6px 14px;
    font-size: 0.82rem;
  }
}

@media (max-width: 576px) {
  .devis-hero-section {
    min-height: 280px;
  }

  .devis-hero-title {
    font-size: 2rem;
    margin-top: 40px;
  }

  .devis-search-bar {
    padding: 14px 14px 18px;
    border-radius: 10px;
  }

  .devis-field-label {
    font-size: 0.7rem;
  }

  .devis-field-input {
    padding: 8px 10px;
  }
}

.devis-intro-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 70px;
  font-weight: 800;
  color: var(--dark-blue-main);
  line-height: 60px;
  letter-spacing: -0.6px;
}

.devis-intro-text {
  font-family: "Readex Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--black);
  line-height: 1.6;
  margin-top: 16px;
}

.devis-intro-text-form {
  font-family: "Readex Pro", sans-serif;
  font-size: 27px;
  font-weight: 300;
  color: var(--black);
  line-height: 26px;
  letter-spacing: -0.4px;
}

.devis-form-section {
  padding-top: 10px;
  margin-top: -100px;
  margin-bottom: 100px;
}
.devis-form-wrapper {
  padding: 30px 0px;
}
.devis-intro-section {
  padding-top: 140px;
  padding-bottom: 80px;
  margin-top: 40px;
}
.contact-hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  min-height: 530px;
  padding-bottom: 60px !important;
}
.contact-hero-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 110px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -0.6px;
  color: #fff;
}

/* ===== Contact Info Section ===== */
.contact-info-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f5f5f0;
}

.contact-call-title {
  font-family: 'Readex Pro',  sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #10153B;
  line-height: 1.15;
  margin-bottom: 2.5rem;
}

.contact-info-illustration {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  margin-bottom: 1.5rem;
}

.contact-info-box {
  background: var(--dark-blue-main);
  border-radius: 10px;
  padding: 2rem 2rem 1.5rem 2rem;
  color: #fff;
  font-family: 'Readex Pro',  sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 4px 24px 0 rgba(16,21,59,0.08);
  margin-top: 1.5rem;
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
.contact-info-item i {
  font-size: 1.3rem;
  color: #FFA500;
}

/* Decorative Panels */
.decorative-panel {
  border-radius: 10px;
  min-height: 300px;
  background: #10153B;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.panel-orange {
  background: url('../images/background/bg-orange.png') center/cover no-repeat, #FFA500;
}
.panel-blue {
  background: url('../images/background/bg-blue.png') center/cover no-repeat, #2B3CF6;
}
.panel-gris {
  background: url('../images/background/bg-gris.png') center/cover no-repeat, #D9D9D9;
}
.panel-shape {
  width: 100%;
  height: 100%;
}
.contact-info-intro{
  margin-top: 10px;
}
@media (max-width: 991px) {
  .contact-info-section .row.align-items-end {
    align-items: flex-start !important;
  }
  .contact-info-box {
    margin-top: 2rem;
  }
  .decorative-panel {
    min-height: 120px;
  }
}

@media (max-width: 767px) {
  .contact-info-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contact-call-title {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .contact-info-box {
    padding: 1.2rem 1rem 1rem 1rem;
    font-size: 1rem;
  }
  .decorative-panel {
    min-height: 80px;
  }
}

/* ===== Section Formulaire Contact ===== */
.contact-form-section {
  background-color: var(--white);
  padding: 60px 0;
  overflow: hidden;
}

.contact-form-wrapper {
  padding-right: 30px;
}

.contact-form-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-form-title {
  font-size: 40px;
  font-weight: bold;
  color: var(--dark-blue-main);
  margin: 0;
}

.contact-form-car-icon {
  height: 80px;
  width: auto;
}

.contact-form-card {
  background-color: var(--white);
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: none;
}

.contact-form-card .form-label {
  font-weight: 400;
  color: #525252;
  font-size: 14px;
  margin-bottom: 0.4rem;
}

.contact-form-card .form-control {
  border: none;
  border-radius: 16px;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  background-color: #f5f5f5;
  color: #333;
}

.contact-form-card .form-control:focus {
  border-color: var(--dark-blue-main);
  box-shadow: none;
  background-color: #efefef;
}

.contact-form-card .form-control::placeholder {
  color: #999;
  font-size: 0.85rem;
}

.contact-form-card textarea.form-control {
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  resize: none;
  min-height: 60px;
  background-color: #f5f5f5;
}

.btn-contact-submit {
  background-color: var(--dark-blue-main);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  width: auto !important;
}

.btn-contact-submit:hover {
  background-color: var(--orange);
  color: var(--white);
  transform: translateY(-2px);
}

.contact-form-image {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.contact-form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 550px;
}

/* Responsive Contact Form */
@media (max-width: 991px) {
  .contact-form-wrapper {
    padding-right: 0;
    padding: 0 1.5rem;
  }
  
  .contact-form-image {
    margin-top: 2rem;
  }
  
  .contact-form-image img {
    min-height: 300px;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .contact-form-title {
    font-size: 1.5rem;
  }
  
  .contact-form-icon {
    font-size: 2rem;
  }
  
  .contact-form-card {
    padding: 1.5rem;
  }
  
  .btn-contact-submit {
    width: 100% !important;
  }
}
