.featured-items .thumb img {
        width: 100%;
        height: 250px; /* Or adjust to your preferred fixed height */
        object-fit: cover; /* Ensures the image fills the box without distortion */
        border-radius: 8px; /* Optional: rounded corners */
      }
      .closed-contests .closed-item .thumb img {
        width: 100%;
        height: 250px; /* You can adjust height as needed */
        object-fit: cover;
        border-radius: 8px; /* Optional for visual consistency */
      }
      .footer-section {
        background-color: #E51837;
        color: #fff;
        padding: 50px 20px 20px;
        position: relative;
      }

      .footer-section h5 {
        font-weight: 600;
        margin-bottom: 20px;
      }

      .footer-section a {
        color: #fff;
        text-decoration: none;
      }
      .quick-links {
        list-style: none;
        padding: 0;
        text-align: left; /* ✅ Alignement à gauche */
      }
      .quick-links li {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
      }

      .footer-section a:hover {
        text-decoration: underline;
        color: blanchedalmond;
      }

      .contact-info,
      .quick-links,
      .footer-links {
        list-style: none;
        padding: 0;
      }

      .contact-info li,
      .quick-links li {
        margin-bottom: 10px;
      }

      .contact-info i,
      .quick-links i {
        margin-right: 8px;
      }

      .social-icons a {
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        color: #fff;
        transition: color 0.3s;
      }

      .social-icons a:hover {
        color: blanchedalmond;
      }

      .newsletter-form {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 10px;
      }
      .contact-info {
        list-style: none;
        padding: 0;
        text-align: left; /* ✅ Alignement à gauche */
      }

      .contact-info li {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
      }

      .newsletter-form input[type="email"] {
        flex: 1;
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
      }

      .newsletter-form button {
        background-color: blanchedalmond;
        border: none;
        color: #E51837;
        padding: 8px 16px;
        border-radius: 4px;
        cursor: pointer;
      }

      .newsletter-form button:hover {
        background-color: #fff;
        color: #FF5722;
      }

      .footer-bottom {
        margin-top: 20px;
        align-items: center;
        font-size: 14px;
      }

      .footer-links {
        display: flex;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .footer-links li {
        display: inline;
      }
