.contact-section {
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    padding: 150px 20px;
    background-image: url('Images/beige\ background-01.png');
    background-size: cover;
    background-position: center;
  }
  
  .contact-title {
    font-size: 35px;
    color: #5C0000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 400px;
    
  }
  
  .map-container {
    max-width: 600px;
    margin: 0 auto 20px auto;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .address {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 800;
  }
  
  .operation-hours {
    margin-top: 30px;
    background: white;
    padding: 20px 40px;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    border-width: medium;
    width: 70%;
    max-width: 400px;
  }
  
  .operation-hours h3 {
    color: #5C0000;
    margin-bottom: 10px;
    
  }
  
  .operation-hours ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    color: #5C0000;
    text-align: center;
    justify-content: space-between;
    max-width: 1000px; /* Adjust this value for wider spacing */
    
   
  }
  .get-in-touch-section {
    background-color: #5C0000;
    padding: 40px 0;
    color: white;
    display: flex;
    justify-content: center;
    
  }
  
  .get-in-touch-container {
    display: flex;
    align-items: flex-start;
    max-width: 800px;
    width: 100%;
    gap: 40px;
  }
  
  .get-in-touch-text {
    flex: 1;
  }
  
  .get-in-touch-text h2 {
    font-size: 28px;
    font-weight: 900;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 10px;
  }
  
  .get-in-touch-text p {
    font-size: 14px;
    line-height: 1.6;
    color: white;
    font-family: 'Urbanist', sans-serif;
  }
  
  .get-in-touch-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .get-in-touch-form input,
  .get-in-touch-form textarea {
    background-color: #F2D9B3;
    border: none;
    padding: 10px;
    border-radius: 12px;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    color: #5C0000;
  }
  
  .get-in-touch-form input::placeholder,
  .get-in-touch-form textarea::placeholder {
    font-style: italic;
    color: #5C0000;
  text-align: left;
  }
  
  .get-in-touch-form button {
    background-color: #FFC107;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #5C0000;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .get-in-touch-form button:hover {
    background-color: #E6A800;
  }

  .below-section {
    background-image: url('Images/white bg-06.png');
    background-size: cover;
    background-position: center;
    padding: 4rem 3rem; /* Reduced padding for better spacing */
    text-align: left;
    position: relative;
    font-family: 'Urbanist', sans-serif;
  }
  
  .below-content {
    max-width: 600px; /* Sets a max width for better alignment */
    margin: 0 auto; /* Centers the content horizontally */
    padding-left: 20px; /* Adds margin on the left */
  }
  
  .phone-title,
  .address-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #5C0000;
  }
  
  .phone-number,
  .address-text {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    color: #5C0000;
    margin-bottom: 15px;
  }
    