

      body { font-family: 'Segoe UI', sans-serif; }
    .navbar { box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
    .btn-custom { border-radius: 8px; }
    .modal-header { border-bottom: none; }
    .modal-body { padding-top: 0; }
    .modal-content {
      border-radius: 10px;
      max-width: 600px; /* Agrandissement du formulaire */
      margin: auto;
    }
    .form-check-label {
      font-size: 0.9rem;
    }
    .small-link {
      font-size: 0.9rem;
      float: right;
    }
     /* Banner d'offre spéciale */
        .special-offer {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            padding: 12px 0;
            text-align: center;
            font-size: 0.9rem;
            position: relative;
        }

        .special-offer .close-banner {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
            opacity: 0.8;
        }

        .special-offer .close-banner:hover {
            opacity: 1;
        }

        .reserve-btn {
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            text-decoration: none;
            margin-left: 15px;
            font-size: 0.85rem;
            transition: all 0.3s ease;
        }

        .reserve-btn:hover {
            background: rgba(255, 255, 255, 0.3);
        }

      p{
          font-size: 1.1rem;
      }
    
    .hero {
      padding-top: 120px;
      padding-bottom: 80px;
    }
    .hero h1 {
      font-size: 2.5rem;
      font-weight: 800;
    }
    .highlight {
      color: #00a4db;
    }
    .tag {
      background: #e8f0fe;
      padding: 6px 12px;
      font-size: 0.9rem;
      border-radius: 20px;
      color: #0056b3;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 20px;
    }
    .tag-box {
      position: absolute;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 10px 16px;
      font-size: 1rem;
      z-index: 5;
    }
    .stat {
      font-weight: bold;
      font-size: 1.3rem;
    }
    .image-container {
      position: relative;
    }
    .success-tag {
      top: 10px;
      left: 10px;
    }
    .secure-tag {
      bottom: 10px;
      right: 10px;
    }
      
      .content_section{
      background: #fff;
      color: #111;
      margin: 0;
      padding: 0;
    }

   
   .content_section h2 {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

   .content_section .intro {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 1.1rem;
      color: #333;
    }

    .content_section .mission-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 30px;
      margin-bottom: 40px;
    }

    .content_section .mission-text {
      flex: 1 1 400px;
    }

   .content_section .mission-text h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

   .content_section .mission-text p {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #333;
    }

   .content_section .mission-image {
      flex: 1 1 300px;
      background: #e9f0ff;
      padding: 15px;
      border-radius: 12px;
    }

    .content_section .mission-image img {
      width: 100%;
      border-radius: 10px;
    }

    .content_section .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      text-align: center;
    }

    .content_section .feature {
      max-width: 200px;
    }

    .content_section .feature-icon {
      font-size: 30px;
      margin-bottom: 10px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .content_section .blue { background: #d8e9fa; color: #0077b6; }
   .content_section .green { background: #d8fae5; color: #16a34a; }
    content_section .purple { background: #f2e5ff; color: #9333ea; }
   .content_section .orange { background: #ffedd5; color: #f97316; }

    .content_section .feature-title {
      font-weight: bold;
      margin-bottom: 5px;
    }

    .content_section .feature-text {
      font-size: 14px;
      color: #555;
    }

    @media (max-width: 768px) {
      .content_section .mission-section {
        flex-direction: column;
      }
    }
      
      
/*      SECTION CONTENT 2*/
      
      
    .container {
      max-width: 1200px;
      margin: auto;
      padding: 10px;
    }

    .content-section_1 h2 {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .content-section_1 .intro {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 1.1rem;
      color: #555;
    }

    .content-section_1 .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 20px;
    }

    .content-section_1 .service-card {
      background-color: #ffffff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

   .content-section_1 .service-icon {
      font-size: 28px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-bottom: 10px;
    }

    .blue { background-color: #0ea5e9; }
    .green { background-color: #10b981; }
    .purple { background-color: #a855f7; }
    .orange { background-color: #f97316; }
    .pink { background-color: #ec4899; }
    .red { background-color: #ef4444; }

    .content-section_1 .service-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
        color: #2950b9;
    }

    .content-section_1 .service-list {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 20px;
    }

    .content-section_1 .service-list li {
      color: #333;
      margin-bottom: 5px;
      font-size: 1rem;
    }

    .content-section_1 .btn {
      display: inline-block;
      padding: 10px;
      background-color: #f1f5f9;
      border-radius: 6px;
      text-align: center;
      color: #111827;
      font-weight: 500;
      text-decoration: none;
      font-size: 14px;
    }
      
      
  
/*      SECTION CONTENT 2*/
      
      .content-section_2 {
            color: #333;
           font-family: 'Segoe UI', sans-serif;
        }


      
        .content-section_2 .header {
            text-align: center;
            margin-bottom: 60px;
        }

        .content-section_2 .header h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .content-section_2 .header p {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }

        .content-section_2 .articles-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .content-section_2 .article-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .content-section_2 .article-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }

        .content-section_2 .article-image {
            width: 100%;
            height: 200px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .content-section_2 .article-tag {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #3498db;
            color: white;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .content-section_2 .article-tag.sante {
            background: #2ecc71;
        }

        .content-section_2 .article-tag.bien-etre {
            background: #e67e22;
        }

        .content-section_2 .article-tag.relations {
            background: #9b59b6;
        }

        .content-section_2 .article-content {
            padding: 25px;
        }

        .content-section_2 .article-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .content-section_2 .article-description {
            font-size: 0.95rem;
            color: #666;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .content-section_2 .article-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            font-size: 0.85rem;
            color: #888;
        }

        .content-section_2 .author {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .content-section_2 .author::before {
            content: "👤";
        }

        .content-section_2 .date {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .content-section_2 .date::before {
            content: "📅";
        }

       .content-section_2 .read-more {
            color: #3498db;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            transition: color 0.3s ease;
        }

        .content-section_2 .read-more:hover {
            color: #2980b9;
        }

        .content-section_2 .read-more::after {
            content: "→";
            transition: transform 0.3s ease;
        }

        .content-section_2 .read-more:hover::after {
            transform: translateX(3px);
        }

        .content-section_2 .view-all-btn {
            display: block;
            margin: 0 auto;
            padding: 15px 30px;
            background: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            font-size: 1rem;
            transition: background 0.3s ease, transform 0.3s ease;
        }

        .content-section_2 .view-all-btn:hover {
            background: #2980b9;
            transform: translateY(-2px);
        }
.content_section_3 .view-all-btn {
            display: block;
            margin: 0 auto;
            padding: 15px 30px;
            background: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            font-size: 1rem;
            transition: background 0.3s ease, transform 0.3s ease;
        }

        .content_section_3 .view-all-btn:hover {
            background: #2980b9;
            transform: translateY(-2px);
        }

        /* Images de background pour les articles */
        .content-section_2 .article-1 {
            background-image: url('.../../../Admin/compte_utilisateur/profiil_admin/');
        }

        .content-section_2 .article-2 {
            background-image: url('./Images/7.png');
        }

        .content-section_2 .article-3 {
            background-image: url('./Images/17.jpeg');
        }

        @media (max-width: 768px) {
            .content-section_2 .container {
                padding: 20px 15px;
            }

            .content-section_2 .header h1 {
                font-size: 2rem;
            }

            .content-section_2 .articles-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .content-section_2 .article-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
        }
      
        .content_section_3 {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #fff;
            color: #333;
            
        }

        .content_section_3 .container {
        
        }

        .content_section_3 .header {
            text-align: center;
            margin-bottom: 60px;
        }

        .content_section_3 .header h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .content_section_3 .header p {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto;
        }

        .content_section_3 .therapists-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
        }

        .content_section_3 .therapist-card {
            background: #f8f9fa;;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .content_section_3 .therapist-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }

        .content_section_3 .therapist-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 25px;
        }

        .content_section_3 .therapist-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-bottom: 15px;
            object-fit: cover;
            border: 3px solid #e9ecef;
        }

        .content_section_3 .therapist-name {
            font-size: 1.3rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 5px;
        }

        .content_section_3 .therapist-title {
            color: #3498db;
            font-weight: 600;
            font-size: 0.95rem;
            margin-bottom: 15px;
        }

        .content_section_3 .rating-section {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .content_section_3 .rating {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .content_section_3 .star {
            color: #f39c12;
            font-size: 1.1rem;
        }

        .content_section_3 .rating-number {
            font-weight: 600;
            color: #2c3e50;
        }

        .content_section_3 .review-count {
            color: #6c757d;
            font-size: 0.9rem;
        }

        .content_section_3 .location {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            color: #6c757d;
            font-size: 0.9rem;
            margin-bottom: 20px;
        }

        .location::before {
            content: "📍";
        }

        content_section_3 .specialties-section {
            margin-bottom: 20px;
        }

        .content_section_3 .section-title {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 12px;
            font-size: 1rem;
        }

        .content_section_3 .specialties-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 15px;
        }

        .content_section_3 .specialty-tag {
            background: #e3f2fd;
            color: #1976d2;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
        }

        .content_section_3 .about-section {
            margin-bottom: 20px;
        }

        .content_section_3 .about-text {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 15px;
        }

        .content_section_3 .experience-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
            font-size: 0.9em;
        }

        .content_section_3 .experience {
            color: #6c757d;
        }

        .content_section_3 .availability {
            color: #28a745;
            font-weight: 600;
        }

       .content_section_3 .availability.busy {
            color: #ffc107;
        }

        .content_section_3 .actions {
            display: flex;
            gap: 10px;
        }

        .content_section_3 .btn {
            padding: 12px 24px;
            border: none;
            border-radius: 6px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .content_section_3 .btn-primary {
            background: #3498db;
            color: white;
            flex: 1;
        }

        .content_section_3 .btn-primary:hover {
            background: #2980b9;
        }

        .content_section_3 .btn-secondary {
            background: transparent;
            color: #6c757d;
            border: 2px solid #e9ecef;
            padding: 10px 16px;
        }

        .content_section_3 .btn-secondary:hover {
            background: #f8f9fa;
            color: #495057;
        }

        .content_section_3 .btn-primary::before {
            content: "📅";
        }

        .content_section_3 .btn-secondary::before {
            content: "💬";
        }

        @media (max-width: 768px) {
            .content_section_3 .container {
                padding: 10px;
            }

            .content_section_3 .header h2 {
                font-size: 1.5rem;
            }

            .content_section_3 .therapists-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .content_section_3 .therapist-card {
                padding: 25px;
            }

            .content_section_3 .actions {
                flex-direction: column;
            }

            .content_section_3 .btn-secondary {
                padding: 12px 24px;
            }
        }
      
      .footer {
            background-color: #2c3e50;
            color: #ecf0f1;
            padding: 20px;
            margin: 0px;
        }

        
        .footer-content {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-section h3 {
            color: #3498db;
            font-size: 1.2rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .footer-section .brand h3 {
            color: #ecf0f1;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .footer-section.brand h3::before {
           
            font-size: 1.5rem;
        }

        .footer-section p {
            color: #bdc3c7;
            line-height: 1.6;
            font-size: 0.95rem;
            margin-bottom: 20px;
        }
.footer-section img{
    height:50px;
    width: 50px;
}
        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 8px;
        }

        .footer-section ul li a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 0.95rem;
        }

        .footer-section ul li a:hover {
            color: #3498db;
        }

.
        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-links a {
            color: #bdc3c7;
            font-size: 1.5rem;
            transition: color 0.3s ease;
        }

        .social-links a:hover {
            color: #3498db;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #bdc3c7;
            font-size: 0.95rem;
        }

        .contact-item .icon {
            color: #3498db;
            font-size: 1.2rem;
            width: 20px;
            text-align: center;
        }

        .contact-item a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-item a:hover {
            color: #3498db;
        }

        .emergency-section {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid #34495e;
        }

        .emergency-section h4 {
            color: #e74c3c;
            font-size: 1.1rem;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .emergency-section p {
            color: #bdc3c7;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .footer-bottom {
            border-top: 1px solid #34495e;
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }
.content .image-article img{
    height: 400px;
}
        .footer-bottom .copyright {
            color: #7f8c8d;
            font-size: 0.9rem;
        }

        .footer-bottom .legal-links {
            display: flex;
            gap: 25px;
        }

        .footer-bottom .legal-links a {
            color: #7f8c8d;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .footer-bottom .legal-links a:hover {
            color: #3498db;
        }

        @media (max-width: 1024px) {
            .footer-content {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }
        }

        @media (max-width: 768px) {
            .footer {
            background-color: #2c3e50;
            color: #ecf0f1;
            min-width: 100%;
        }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 25px;
            }
.testimonial {
      background-color: #f9fafe;
      border-radius: 12px;
      padding:20px;
      max-width: 80%;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }

            .footer-bottom .legal-links {
                flex-wrap: wrap;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .footer {
                padding: 30px 0 15px;
            }

            .footer-container {
                padding: 0 15px;
            }

            .social-links {
                justify-content: center;
            }
        }
      .logo img{
            width: 150px;
            max-width: 150px;
            padding:  0;
         top: 0;
 z-index: 1000;
        }
      
      

      
/*     BOUTON MESSAGE */
      
        /* Banner d'offre spéciale */
        .special-offer {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            padding: 12px 0;
            text-align: center;
            font-size: 0.9rem;
            position: relative;
        }

        .special-offer .close-banner {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
            opacity: 0.8;
        }

        .special-offer .close-banner:hover {
            opacity: 1;
        }

        .reserve-btn {
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            text-decoration: none;
            margin-left: 15px;
            font-size: 0.85rem;
            transition: all 0.3s ease;
        }

        .reserve-btn:hover {
            background: rgba(255, 255, 255, 0.3);
        }
/*DERNIERE SECTION*/

       .content_sect h1 {
      font-size: 2em;
      font-weight: bold;
      margin-top: 40px;
           text-align: center
    }

    p.subtitle {
      font-size: 1em;
      color: #666;
      margin-bottom: 40px;
        text-align: center;
    }
      .content_sect{
           background-color: #ffffff;
           padding: 40px 20px;
      }

    .testimonial-container {
      display: flex;
      justify-content: center;
      gap: 20px;
      
      flex-wrap: wrap;
    }

    .testimonial {
      background-color: #f9fafe;
      border-radius: 12px;
      padding:20px;
      max-width: 350px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .testimonial .quote-icon {
      font-size: 24px;
      color: #377dff;
    }

    .stars {
      color: gold;
      margin: 10px 0;
    }

    .testimonial p {
      font-size: 0.95em;
      color: #333;
    }

    .badge {
      background-color: #e0ebff;
      color: #377dff;
      display: inline-block;
      padding: 6px 12px;
      border-radius: 15px;
      font-size: 0.8em;
      margin: 10px 0;
    }

    .profile {
      display: flex;
      align-items: center;
      margin-top: 10px;
      text-align: left;
    }

    .profile img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      margin-right: 10px;
      object-fit: cover;
    }

    .profile-info {
      font-size: 0.9em;
    }

    .profile-info strong {
      display: block;
      color: #000;
    }

    .profile-info span {
      font-size: 0.8em;
      color: #555;
    }



/*modiaii*/
/*      BANNER*/
     .ban{
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            padding: 20px;
        }
      .banner {
            background: linear-gradient(135deg, #2196F3 0%, #3F51B5 100%);
            border-radius: 16px;
            padding: 40px 20px;
            text-align: center;
            color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
           
            margin: 0 auto;
        }

.bannere {
            background: linear-gradient(135deg, #2196F3 0%, #3F51B5 100%);
            border-radius: 16px;
            padding: 20px;
            text-align: center;
            color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
           
            margin: 0 auto;
        }

        .banner h2 {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .banner p {
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 10px;
            opacity: 0.95;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

        .button-container {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }


        .banner .btn {
            padding: 16px 32px;
            font-size: 1rem;
            font-weight: 500;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            min-width: 200px;
        }

       .banner  .btn-primary {
            background-color: white;
            color: #2196F3;
            border: 2px solid white;
        }

       .banner  .btn-primary:hover {
            background-color: #f5f5f5;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

       .banner .btn-secondary {
            background-color: transparent;
            color: white;
            border: 2px solid white;
        }

        .banner .btn-secondary:hover {
            background-color: white;
            color: #2196F3;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 768px) {
            .banner {
                padding: 20px 10px;
            }
            
            .banner h1 {
                font-size: 2rem;
            }
            
            .banner p {
                font-size: 1rem;
            }
            
           .banner .button-container {
                flex-direction: column;
                align-items: center;
            }
            
            .banner .btn {
                width: 100%;
                max-width: 300px;
            }
        }
  
    