        .modern-gradient {
            background: linear-gradient(to bottom, #f5f7fa, #ffffff);
        }
        .modern-card {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        }
        .modern-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.12);
        }

        .modern-banner {
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            position: relative;
            overflow: hidden;
            margin-top: 5rem;
            padding: 4rem 0;
            border-radius: 16px;
        }
        .modern-title {
            font-size: 2.75rem;
            font-weight: 700;
            line-height: 1.2;
        }
        .modern-highlight {
            position: relative;
            display: inline-block;
        }
        .modern-highlight:after {
            content: '';
            position: absolute;
            bottom: 8px;
            left: 0;
            width: 100%;
            height: 8px;
            background: rgba(255, 215, 0, 0.4);
            z-index: -1;
        }
        .modern-btn {
            padding: 0.875rem 2rem;
            font-size: 1.125rem;
            font-weight: 600;
            border-radius: 50px;
            letter-spacing: 0.5px;
        }
        .modern-btn-primary {
            background-color: #6a11cb;
            color: white;
            border: none;
            text-decoration: none;
        }
        .modern-btn-primary:hover {
            background-color: #5a0db3;
            transform: translateY(-2px);
        }
        .modern-divider {
            height: 4px;
            width: 100px;
            background: linear-gradient(to right, #6a11cb, #2575fc);
            margin: 2.5rem 0;
            border-radius: 2px;
        }
    .hero-ecommerce {
        background: linear-gradient(to bottom, #f9f9ff, #ffffff);
    }
    .feature-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(94, 44, 237, 0.1);
        transition: transform 0.3s ease;
        border: none;
    }
    .feature-card:hover {
        transform: translateY(-5px);
    }
    .feature-icon {
        background: rgba(94, 44, 237, 0.1);
        width: 80px;
        height: 80px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    .contact-banner {
    background: linear-gradient(135deg, #5e2ced 0%, #3a1b99 100%);
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top:93px ;
  }

  .highlight {
    color: #ffd700;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
  }
  .btn-light {
    background: rgba(255,255,255,0.9);
    font-weight: 600;
    transition: all 0.3s ease;
  }
  .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }

.future-payment {
          background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
        }
        .icon-box {
          width: 60px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .card {
          transition: transform 0.3s ease;
          border-radius: 12px;
        }
        .card:hover {
          transform: translateY(-5px);
        }

        .slate-hero {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            padding: 5rem 0;
        }
        .hero-title {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
        }
        .hero-subtitle {
            font-size: 1.5rem;
            color: #6c757d;
            margin-bottom: 2rem;
        }
        .cta-button {
            padding: 1rem 2rem;
            font-size: 1.2rem;
            font-weight: 600;
            border-radius: 50px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        .divider {
            height: 3px;
            width: 80px;
            background: linear-gradient(to right, #0d6efd, #6f42c1);
            margin: 2rem auto;
        }
        .cta-button{
            background-color: #5e2ced; 
            color: white;
        }
        .cta-button:hover{
            background-color: #4f1fd4; 
            transition: all .3;
        }

        /* form */
        /* Base styles */
body {
  font-family: 'Segoe UI', Roboto, sans-serif;
  margin: 0;
  background-color: #f9f9f9;
  color: #333;
}

.contact-section {
  padding: 4rem 1rem;
  background-color: #fff;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.contact-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}

.contact-header p {
  font-size: 1.1rem;
  color: #555;
  margin: 0.5rem 0 1rem;
}

.contact-phone {
  display: inline-block;
  font-size: 1.1rem;
  color: #5e2ced;
  text-decoration: none;
  font-weight: 500;
}

.contact-phone i {
  margin-right: 0.5rem;
}

/* Form styles */
.form-wrapper {
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #fefefe;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #5e2ced;
  outline: none;
  box-shadow: 0 0 0 2px rgba(94, 44, 237, 0.2);
}

/* Button */
.submit-btn {
  background-color: #5e2ced;
  color: #fff;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #4a22c3;
}

.submit-btn i {
  margin-right: 0.5rem;
}

   
        .seo-section {
          background-color: #f9f9f9;
          padding: 60px 0;
          font-family: 'Open Sans', sans-serif;
        }

        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
        }

        .section-title {
          text-align: center;
          color: #333;
          font-size: 2.2rem;
          margin-bottom: 50px;
          position: relative;
        }

        .section-title:after {
          content: "";
          display: block;
          width: 80px;
          height: 3px;
          background: #4CAF50;
          margin: 15px auto;
        }

        .seo-cards {
          display: flex;
          flex-wrap: wrap;
          gap: 30px;
          justify-content: center;
        }

        .seo-card {
          background: white;
          border-radius: 10px;
          padding: 30px;
          width: 100%;
          max-width: 500px;
          box-shadow: 0 5px 15px rgba(0,0,0,0.1);
          transition: transform 0.3s ease;
        }

        .seo-card:hover {
          transform: translateY(-10px);
        }

        .card-icon {
          text-align: center;
          margin-bottom: 20px;
        }

        .card-icon svg {
          width: 50px;
          height: 50px;
        }

        .card-title {
          color: #2c3e50;
          font-size: 1.5rem;
          margin-bottom: 20px;
          text-align: center;
        }

        .card-content {
          color: #555;
          line-height: 1.6;
        }

        .card-content ul {
          padding-left: 20px;
          margin-top: 15px;
        }

        .card-content li {
          margin-bottom: 8px;
          position: relative;
        }

        .card-content li:before {
          content: "•";
          color: #4CAF50;
          font-weight: bold;
          display: inline-block; 
          width: 1em;
          margin-left: -1em;
        }

        @media (max-width: 768px) {
          .seo-cards {
            flex-direction: column;
            align-items: center;
          }

          .seo-card {
            width: 100%;
          }
        }
        @media (max-width:480px){
            .hero-titre{
                font-size: 40px;
                font-weight: 700;
            }
            .hero-title{
                font-size: 30px;
            }
            .hero-subtitle{
                font-size: 16px;
            }
        }
        .contact-banner{
            height: fit-content;
            padding:90px auto;
        }

        /* footer */
          .hover-text-white:hover {
    color: white !important;
    transition: color 0.3s ease;
  }
  
  .hover-text-primary:hover {
    color: #6610f2 !important;
    transition: color 0.3s ease;
  }
  
  .footer a {
    transition: all 0.3s ease;
  }
  
  .footer a:hover {
    transform: translateX(3px);
  }
  
  .footer .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.25);
    border-color: #6610f2;
  }

  
/* Responsive */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}



        @media (max-width:480px){
            .Envoyer-btn{
                width: 100%;
                font-size: 12px;
                text-align: center;
                padding: 5px;
            }
        }

        

        .hover-translate:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(94, 44, 237, 0.1) !important;
        }

        .btn:hover .position-absolute {
            transform: translateX(0);
        }

        @media (min-width: 992px) {
            .hover-translate {
                cursor: pointer;
            }
        }

        /* Phone pulse animation */
        .phone-pulse {
            position: relative;
        }

        .phone-pulse-ring {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: rgba(94, 44, 237, 0.3);
            opacity: 0;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.7;
            }

            70% {
                transform: scale(1.5);
                opacity: 0;
            }

            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }

        /* Form styles */
        .form-control:focus,
        .input-group-text:focus {
            box-shadow: 0 0 0 0.2rem rgba(94, 44, 237, 0.25);
            background-color: #f8f9fa !important;
        }

        .form-control::placeholder {
            color: #adb5bd;
            font-size: 0.9rem;
        }

        /* Progress step hover effect */
        .progress-step {
            transition: all 0.3s ease;
        }

        .progress-step:not(.active):hover {
            background-color: #ced4da;
            cursor: pointer;
        }

        /* Make sure the progress steps look good on mobile */
        @media (max-width: 576px) {
            .form-progress .small {
                font-size: 0.7rem;
            }

            .progress-step {
                width: 25px !important;
                height: 25px !important;
                font-size: 0.8rem;
            }
            .card-body{
              padding: 0;
            }
            .card-body h2 {
              font-size: 18px;
            }
        }

        /* Improve layout on mobile */
        @media (max-width: 992px) {
            .rounded-lg-start-0 {
                border-top-left-radius: 0.5rem !important;
                border-bottom-left-radius: 0.5rem !important;
            }
        }

        .check-icon {
            color: #4CAF50;
            font-size: 1.5rem;
            margin-right: 0.75rem;
        }

        .seo-list-item {
            margin-bottom: 0.75rem;
            line-height: 1.5;
            color: #5c6c7c;
        }

        .seo-title {
            color: #2d3748;
            font-weight: 800;
            line-height: 1.2;
        }

        .seo-image-container {
            position: relative;
            z-index: 1;
        }

        .seo-image-container::before {
            content: "";
            position: absolute;
            top: -20px;
            right: -20px;
            width: 100%;
            height: 100%;
            border-radius: 20px;
            background-color: rgba(157, 193, 251, 0.2);
            z-index: -1;
        }

        .seo-image {
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        .seo-description {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: #5c6c7c;
        }

        .seo-list-container {
            background-color: #f8fafc;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        }

        @media (max-width: 991px) {
            .seo-image-container {
                margin-top: 2rem;
            }
        }

        :root {
            --primary-color: #4361ee;
            --secondary-color: #3a0ca3;
            --accent-color: #4cc9f0;
            --check-color: #10b981;
            --light-bg: #f8f9fa;
        }

        .main-container {
            padding: 2rem 0;
        }

        .page-title {
            color: #2d3748;
            font-weight: 700;
            margin-bottom: 2rem;
            font-size: 2.5rem;
        }

        .check-icon {
            color: var(--check-color);
            font-size: 1.4rem;
            margin-right: 0.5rem;
        }

        .feature-title {
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
        }

        .feature-content {
            padding-left: 2.2rem;
            margin-bottom: 2rem;
        }

        .feature-list-item {
            margin-bottom: 0.8rem;
            position: relative;
            padding-left: 1.5rem;
        }

        .feature-list-item::before {
            content: "–";
            position: absolute;
            left: 0;
            color: var(--primary-color);
        }

        .illustration-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .illustration-img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .page-title {
                font-size: 2rem;
            }

            .illustration-container {
                margin-top: 2rem;
            }
            .feature-title{
              font-size: 20px;
            }
        }

        .custom-container {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 3rem auto;
            padding: 2rem;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
        }

        .custom-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 1.5rem;
            font-size: 2.2rem;
        }

        .custom-text {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: #4a5568;
        }

        .custom-btn {
            background: linear-gradient(135deg, #4361ee, #3a0ca3);
            border: none;
            padding: 12px 28px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 8px;
            color: white;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: inline-block;
            text-decoration: none;
        }

        .custom-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
            color: white;
        }

        .highlight-text {
            font-weight: 600;
            color: #4361ee;
        }

        .bg-custom {
            background-color: #f8f9fa;
        }

