    /* Custom Styling */
    body, html {
        margin: 0;
        padding: 0;
        height: 100%;
        font-family: 'Arial', sans-serif;
      }
  
      .hero-section {
        position: relative;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url(img/LaSalut_Redfern_NikkiTo_4-1920x1440.jpg);
        color: #fff;
      }
  
      .content {
        position: relative;
        z-index: 2;
        padding: 60px 0px;
        max-width: 950px;
      }
  
      .content h1 {
        font-size: 4rem;
        font-weight: 400;
        line-height: 1.6;
      }
  
      .content p {
        margin-bottom: 10px;
        font-size: 1.4rem;
      }
  
      .form-container {
        max-width: 400px;
        text-align: left;
        margin-top: 30px !important;
        margin: 0px auto;     
      }
  
      .form-control {
        background: transparent;
        border-radius: 5px;
        margin-bottom: 15px;
        color: #fff;
      }
  
      .form-control:focus {
        color: #fff;
        background: none;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        outline: none;
      }
  
      .btn-custom {
        background-color: #fff;
        color: #ff4242;
        border-radius: 15px;
        padding: 10px 20px;
        transition: background-color 0.3s ease;
      }
  
      .btn-custom:hover {
        background-color: #cc3636;
      }
  
      @media (max-width: 768px) {
        .content h1 {
          font-size: 2rem;
        }
  
        .form-container {
          margin-top: 20px;
        }
      }


      .section-container {
        background-image: linear-gradient(to bottom, rgba(30, 34, 45, 0.86), rgba(30, 34, 45, 0.86)), url(img/LaSalut_Redfern_NikkiTo_4-1920x1440.jpg);
        padding: 4rem 0;
      }
      .section-content {
        position: relative;
      }
      .section-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
      }
      .card {
        background: transparent;
        border: none;
        color: #fff;
      }
      .card-title {
        font-size: 1.6rem;
        text-decoration: underline;
        margin-bottom: 1.6rem;
      }
      .card-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
      }
      .btn-custom1 {
        background-color: #ffc107;
        color: #000;
        border: none;
        border-radius: 0;
      }
      .btn-custom1:hover {
        background-color: #fff;
        color: #000;
      }

      .how-it-works {
        padding: 3rem 0;
        text-align: center;
        background-color: #f9f9f9;
      }
      .how-it-works h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
      }
      .how-it-works .card {
        border: none;
        background: transparent;
        color: #000;
        margin: 0px 20px;
      }
      .how-it-works .card img {
      }
      .how-it-works .card-title {
        font-size: 1.25rem;
        font-weight: bold;
        margin: 1rem 0;
      }
      .how-it-works .btn-custom {
        background-color: #ffc107;
        color: #000;
        border: none;
        border-radius: 0;
      }
      .how-it-works .btn-custom:hover {
        background-color: #e0ac07;
      }

      .guest-section {
        color: #fff;
        padding: 12rem 0rem;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url(img/2e846332cd.jpg);
        background-size: cover;
        background-position: center;
      }

      .guest-section h2 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

      .guest-section p {
        max-width: 80%;
        font-size: 1.2rem;
        margin: 0px auto;   
        margin-bottom: 20px!important;
        line-height: 2; 
      }

      .guest-section .btn {
        font-size: 1.4rem;
        padding: 0.5rem 2rem;
        border-radius: 50px;
    }
  
      .btn-yellow {
        background-color: #FFC107;
        color: #000;
        border: none;
      }
  
      .btn-yellow:hover {
        background-color: #000;
        color: #fff;
      }
  
      .partners-section {
        background-image: linear-gradient(to bottom, rgba(30, 34, 45, 0.8), rgba(30, 34, 45, 0.8)), url(img/3e07914d3d.jpg);
        padding: 50px 0;
        color: #fff;
      }

      .partners-section h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .partners-section p {
      font-size: 1.4rem;
      line-height: 2;
  }

  .partners-section .btn {
    border-radius: 0;
    font-size: 1.2rem;
    padding: 10px 30px;    
    margin-bottom: 1rem;
  }
  
      .partners-footer {
        background-color: #fff;
        color: #343A40;
        padding: 20px;
        text-align: center;
      }

      .partners-footer p {
        margin: 0;
        font-size: 1.2rem;
      }