


body {
    background-color: #F9EEF7;
    line-height: 1;
    text-align: center;
    font-family: 'Metropolis';                                       
    font-weight: 300;
    color: #2f5c93;
    /*color: #52575c;*/
    line-height: 1.75em;
    font-size: 12pt;
}

/* Header */
header {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    text-align: center;
  }
  
	main {
		padding: 2em 6em 5em 6em;
    font-family: 'Metropolis';                                                
    font-weight: 300;
    color: #2f5c93;
    line-height: 1.75em;
    font-size: 16pt;
	}

  /* Flex layout: 1/3 social icons | 1/3 logo | 1/3 empty */
  .header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 20px;
  }
  
  /* Each section takes 1/3 width */
  .header-left,
  .header-center,
  .header-right {
    width: 33.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  
  /* Centered logo */
  .logo {
    max-width: 300px;
    height: auto;
  }
  
  /* Title and tagline */
  h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.5em;
    color: #bd081c;
    margin: 0;
  }
  
  h2 {
    padding: 10px;
  }

  h2.priceHeader  {
    /*text-decoration: underline;*/
  }

.contactUs h3 {
  font-weight:normal;
  text-align: left;
}


  div.FAQ {
    text-align: left;
    padding: 10px;
    
  }

 .FAQ p {
  margin: 10px;
  line-height: normal;
 }

  .tagline {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 20px;
  }
  
  /* Navbar */
  .navbar {
    padding: 10px 0;
    text-decoration: underline;
    font-family: 'Noto Serif';
  }
  
  
  .navbar-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  
  .navbar-links li a {
    text-decoration: none;
    color: #2f5c93;
    font-weight: 500;
    font-size: 1.6em;
    transition: color 0.3s ease;
  }

  .navbar-links li a:hover {
    color: #8b0615;
  }
  



  /* Order Now button */
  .order-button {
    background-color: #2e5e8f;;
    color: #fff;
    padding: 20px 40px;
    border-radius: 6px;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.5em;
    transition: background-color 0.3s ease;
  }
  
  .order-button:hover {
    transform: scale(1.1);
  }

  a {
  color: inherit;

  }
  
  /* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}
/*
    .row {
      display: flex;
    }
    
    .column {
      flex: 33.33%;
      padding: 30px;
      line-height: 0.2;
      font-size: 0.8em;
    }*/
    .row {
      width: 100%;
      display: flex;
      justify-content: space-around; /* use space-between or center if preferred */
      align-items: flex-start;
      padding: 40px;
    }
    
    .column {
      flex: 1; /* this makes columns evenly share available space */
      max-width: 500px; /* optional: prevents them from getting too wide */
      padding: 0 10px;
    }
    
    .column img {
      width: 100%; /* fills full width of column */
      height: auto; /* keeps aspect ratio */
      display: block; /* removes small spacing below image */
      border-radius: 8px;
    }
    
    .delivery h4 {
      font-size: 20px;
      margin: 1px;
      font-weight: 400;
    }

    .column h4 {
      margin: 10px;
    }
    .column p {
      margin: 1px;
      font-size: 20px;
      line-height: normal;
     /* line-height: 0.2;*/
    }

        
	.fa-brands {
		padding: 10px;
		font-size: 40px;
		width: 50px;
		text-align: center;
		text-decoration: none;
	  }
	  .fa-facebook {
		color: #2e5e8f;
	  }
	  .fa-instagram {
		color: #2e5e8f;
	  }

  
  /* Social icons styling */
  .social-icons {
    display: flex;
  }
  
  .social-icons a:hover {
    transform: scale(1.1);
  }



  .order-form-section {
    text-align: left;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff6f8;
    border: 1px solid #f3c7d6;
    border-radius: 10px;
  }
  
  .order-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  
  fieldset {
    border: 1px solid #f3c7d6;
    border-radius: 8px;
    padding: 15px 20px;
  }
  
  legend {
    font-weight: bold;
    color: #2e5e8f;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  
  .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  
  label {
    margin-bottom: 5px;
    font-weight: 500;
  }
  
  input, textarea, select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1em;
  }
  
  textarea {
    resize: vertical;
  }
  

  label.radioLabel {
    float: center;
    clear: none;
    display: block;
    padding: 0px 1em 0px 8px;
    text-indent: 15px;
  }
  
  input[type=radio],
  input.radio {
    float: left;
    clear: none;
    margin: 8px 0 0 2px;
  }


  .form-checkbox label,
  .form-row label input[type="radio"] {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
  }
  
  .submit-button {
    align-self: flex-start;
    background-color: #bd081c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1em;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .submit-button:hover {
    background-color: #8b0615;
  }













  /* Mobile responsiveness */
@media (max-width: 768px) {
  .header-flex {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .order-form-section {
    padding: 15px;
  }

  fieldset {
    padding: 10px 15px;
  }

  legend {
    font-size: 1em;
  }

  .header-left,
  .header-center,
  .header-right {
    width: 100%;
    justify-content: center;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .column {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }

  .social-icons {
    justify-content: center;
  }

  .logo {
    max-width: 120px;
  }

  .order-button {
    padding: 10px 16px;
    font-size: 0.95em;
  }

  .navbar-links {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }

  .navbar-links li a {
    font-size: 1em;
  }

  h1 {
    font-size: 2em;
  }

  .tagline {
    font-size: 1em;
  }

  main {
    padding: 0 10px;
  }
}
