.hero-section {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(17, 19, 20, 0.6), rgba(17, 19, 20, 0.6)), url(img/00hospitality-chilis-01-jvhb-facebookJumbo.jpg);
    background-size: cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 4rem 0rem;
}

.hero-content {
}

.hero-section .hero-content h1 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 1.5rem 0rem;
}

.hero-section .hero-content p {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2;
}

.form-section {
    color: white;
}

.form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
}

.form-control:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
}

.btn-orange {
    background-color: #fff;
    color: #FF5722;
    border-radius: 0;
    padding: 10px 30px;
    margin-top: 1rem;
}

.btn-orange:hover {
    background-color: #e64a19;
}

.hero-content, .form-section {
    position: relative;
    z-index: 2;
}

.service-section {
    background-color: #f3f1fe;
    padding: 60px 20px;
  }
  .service-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    text-decoration: underline;
}
  .service-card {
    padding: 40px 20px;
  }
  .service-card img {
    width: 40px;
  }
  .service-card.one h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    position: relative;
    left: 12%;
  }
  .service-card.two h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    right: 13%;
  }
  .service-card p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .service-card a {
    text-decoration: none;
    color: #000;
    background-color: #ffc107;
    padding: 10px 20px;
  }
  .service-card a:hover {
    background-color: #ffca2c;
  }
  .center-image {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }
  .center-image img {
    width: 100%;
    padding: 0rem 2rem;
}

.how-it-works-section {
    padding: 30px 0px;
    background-color: #f9f9fc;
  }
  .how-it-works-title {
    font-size: 1.8rem;
    padding: 2rem;
    line-height: 1.6;
    margin: 0;
  }
  .how-it-works-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .step-card {
    padding: 5rem 4rem;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
  }
  .step-card:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
  .step-icon {
    width: 60px;
    margin-bottom: 20px;
  }
  .step-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-decoration: underline;
    line-height: 2;
  }
  .step-description {
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 2;
  }
  .step-button {
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
  }
  .step-button-blue {
    background-color: #ffc107;
  }
  .step-button:hover {
    opacity: 0.8;
  }
  .step-card {
    background-color: #eef6fe;
  }
  .step-card.two {
    background-color: #f0fbf2;
  }
  .step-card.three {
    background-color: #fff4f3;
  }

  .about-us-section {
    background-image: linear-gradient(to bottom, rgba(30, 34, 45, 0.8), rgba(30, 34, 45, 0.8)), url(img/Orange.png);
    background-size: cover;
  }
  
  .about-us-section h2 {
    font-size: 1.6rem;
    text-decoration: underline;
}
  
  .about-us-section p {
    font-size: 1.1rem;
    line-height: 2;
    max-width: 72%;
    margin: 0;
  }
  
  .btn-warning {
    color: #ef7301;
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .btn-warning:hover {
    background-color: #ef7301;
    color: #fff;
  }
  
  .contact-section {
    background-image: linear-gradient(to bottom, rgba(30, 34, 45, 0.32), rgba(30, 34, 45, 0.32)), url(img/back_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
  }

  .contact-section p {
    line-height: 2;
}
  
  .contact-section form {
  }
  
  .contact-section form .form-control {
    border: 1px solid #ccc;
  }
  
  .contact-section form .form-control::placeholder {
    color: #fff;
  }
  
  .contact-section form button {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
  }
  
  .contact-section form button:hover {
    background-color: #e5b60d;
  }
  
  footer {
    padding: 1.5rem 0rem;
    background-color: #f3f1fe;
}