body, code { 
  margin: 0;
  font-family: 'Jost', sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}
h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Playfair Display', sans-serif;
}
h2 {
  font-size: 44px;
  font-weight: 500;
  font-family: 'Playfair Display', sans-serif;
}
h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Playfair Display', sans-serif;
}
h4 {
  font-size: 36px;
  font-weight: 300;
  font-family: 'Playfair Display', sans-serif;
}
h5 {
  font-size: 32px;
  font-weight: 300;
  font-family: 'Playfair Display', sans-serif;
}
h6 {
  font-size: 28px;
  font-weight: 300;
  font-family: 'Playfair Display', sans-serif;
}
p {
  font-size: 22px; 
  font-weight: 400;
}
.App {
  text-align: center;
}

.App-logo {
  /*height: 10vmin;*/
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    /*animation: App-logo-spin infinite 20s linear;*/
  }
}

.App-header {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: #fff;
    padding: 49px;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  /*from {*/
  /*  transform: rotate(0deg);*/
  /*}*/
  /*to {*/
  /*  transform: rotate(360deg);*/
  /*}*/
}

section.title-bar {
    padding: 0;
    background: #FFDC10;
    margin: 0;
    width: 100%;
}

section.title-bar .title-progress-header p {
    font-size: 20px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
}

section.title-bar .title-progress-header p span {
    font-weight: 600;
}

section.Banner-section{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  /* height: 60vh; */
  padding: 0;
  margin: 0;
}

section.Banner-section .Banner-img {
   position: relative;
  text-align: center;
  /* height: 60vh; */
}

section.Banner-section .Banner-img img{
    width: 100%;
    display: block;
    /* height: 60vh; */
    object-fit: cover;
}

section.Banner-section .Banner-img h1 {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  margin: 0;
  text-transform: uppercase;
}

section.About .About-text p{
    font-size: 22px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

section {
  padding: 0;
  /* margin: 60px 0; */
  margin: 88px auto;
  width: 1440px;
}

section.Top-pick-section .Top-pick h2{
    font-family: 'Playfair Display', serif;
    font-size: 44px;
}
p.list-title {
    font-size: 25px;
    transition: .5s;
}
p.list-title:hover {
    color: #9e8a35;
}
.list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

section.Click-section .Click h2{
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    margin: 0;
}
section.Click-section .Click p{
     margin: 13px 0 57px 0;
}

section.Click-section .Click .list {
    gap: 67px;
} 
.Introduction .introinr span {
    display: block;
    font-size: 28px;
    color: #fff;
    font-family: 'Jost', sans-serif;
}
.Introduction {
    position: relative;
    /* width: 80%; */
    margin: 0 auto;
}
.Introduction img {
    width: 100%;
}
.Introduction .introinr {
    position: absolute;
    right: 10%;
    top: 37%;
}
.Introduction .introinr p {
    color: #fff;
}   
.Introduction .introinr h2 {
    margin: 10px 0;
    font-family: 'Playfair Display', serif;
}

.boxes-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.boxes-list .box {
    position: relative;
}
.boxes-list .box .box-content {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
}
.boxes-list .box .box-content h2 {
  margin: 0;
}

.kitn-hyg-lst {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}

footer {
  background-color: #FFF8D2;
}
section.footer-section {
  padding: 82px 0;
  margin: 0 auto;
}
.footer-inner {
  display: flex;
  justify-content: space-evenly;
  text-align: left;
}
.footer-inner p.footer-addr {
    width: 70%;
}
.footer-inner a {
    text-decoration: none;
    color: #000;
}
.footer-inner .footer-social a {
    border: 1px solid #000;
    border-radius: 100%;
    padding: 6px 8px;
}
.footer-social {
    margin-top: 20px;
}
.footer-inner .footer-social a img {
    width: 2%;
}
.newsletter-form form {
    border: 1px solid #000000;
    display: flex;
    justify-content: space-between;
}
.newsletter-form form input {
    background: transparent;
    border: 0;
    width: 100%;
    outline: none;
    padding: 20px;
}
.newsletter-form button.sub-btn {
    background-color: #FFDC10;
    border: 0;
    padding: 20px;
}
.newsletter-form button.sub-btn:hover {
    background: #99840d;
    color: #fff;
}

.footer-box h3 {
  margin: 0;
}

.contact-inner {
        display: flex;
        gap: 60px;
    }
   .contact-form form.cont-frm {
        border: 10px solid #FFF19E;
        width: 100%;
    }
    .contact-form form.cont-frm input, .contact-form form.cont-frm textarea {
        display: block;
        width: 98%;
        padding: 10px;
        border: 0;
        border-bottom: 1px solid #D4D4D4;
        margin: 20px 0;
    }
    .contact-inner .contact-form {
        width: 70%;
    }
    .contact-inner .contact-text {
        width: 30%;
    }
    section.contact-section h2 {
        text-align: center;
    }
    .contact-form form.cont-frm textarea {
        height: 100px;
    }
    .contact-form form.cont-frm label {
        padding: 10px;
        text-align: left;
    }
    input#file {
        background-color: #FFF8CF;
        border: 1px dashed #FFDC10;
        height: 100px;
        margin: 10px auto;
        width: 96%;
    }
    .contact-form form.cont-frm p {
        padding: 10px;
        font-size: 16px;
    }
    .contact-form form.cont-frm a {
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }
    .contact-form form.cont-frm button.submit-btn:hover {
        background-color: #fff;
    }
    .contact-form form.cont-frm button.submit-btn {
        margin: 0 auto;
        display: table;
        margin-bottom: 40px;
        background-color: #FFDC10;
        border: 1px solid #FFDC10;
        padding: 10px 60px;
        font-size: 18px;
        font-weight: 600;
        transition: .5s;
    }



.file-upload-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.file-upload {
  background-color: #fff8c7;
  border: 1px dashed #f3cd00;
  padding: 20px;
  text-align: center;
  /* color: #999; */
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  margin: 10px;
}

.file-upload:hover {
  background-color: #fff4ad;
}

.file-upload span {
  display: block;
  margin-top: 5px;
  color: #bbb;
}

.file-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-name {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  text-align: left;
  word-break: break-word;
}

.file-label {
  font-weight: bold;
  margin: 20px 0 10px;
  display: block;
}

.file-error {
    text-align: left;
    margin: 10px;
    color: #ff0000;
}

.file-success{
    font-size: 14px;
    color: #333;
    margin-top: 8px;
    text-align: left;
    word-break: break-word;
    margin: 10px;
}

.filling-out{
  text-align: left;
}
.contact-text{
  text-align: left;
}



/* Latest */
.dialog {
 display : none !important;   
}

.dialog-force-show {
    display: block !important;
}


.dialog {
  all: unset; 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 90vw;
  max-width: 400px;
  padding: 2rem 1.5rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: Arial, sans-serif;
  animation: fadeIn 0.3s ease-in-out;
  max-height: 90vh; 
  overflow-y: auto;
}

.dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 999;
}

@media (min-width: 480px) {
  .dialog {
    max-width: 400px;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 768px) {
  .dialog {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .dialog {
    max-width: 600px;
  }
}


@keyframes fadeIn {
  from {
    transform: translate(-50%, -48%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.dialog h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.dialog p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.25rem;
}

.dialog button,
.dialog .btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.dialog button:hover,
.dialog .btn:hover {
  background-color: #0056b3;
}


.modal-overlay {
  position: fixed;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 999;
  cursor: pointer;
}


section.Top-pick-section.container .img-box-wrapper img{
    height: 394px !important;
}

section.kitchen-hygiene-section.food-section.container .img-box-wrapper img{
     height: 394px !important;
}