body {
    background-color: #fdfdfd;
  }

h1, h2, h3, h4, h5, h6, body {
font-family: "Fredoka", sans-serif;
}

h1 {
    font-weight: 100;
}

h3 {
    font-weight: 400;
}

.w3-button {
    color: #5a6a73;
}

.w3-button:hover {
    color: #e95251!important;
    background-color: rgba(90, 106, 115, .2)!important;
    font-weight: bolder;
}

.home {
    font-size: 25px;
}

.name-simple {
    color: #e95251;
    font-weight: bold;
    letter-spacing: normal;
}

a.name-simple:hover {
    color: #5a6a73!important;
    background-color: #fdfdfd!important;
}

a.name-simple:hover span {
    color: #e95251!important;
}

.name-n-simple {
    color: #5a6a73;
}

.navbar {
    background-color: #fdfdfd; 
    /* color: #5a6a73; */
    font-weight: 600;
    padding: 8px 16px 8px 32px
}

@media (max-width: 600px) {
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .home {
        font-size: 20px;
    }

    .w3-bar .w3-bar-item {
        padding-top: 4px;
        padding-bottom: 4px;
    }

}

.home-center {
    background-color: rgba(253, 248, 245, 0.8); 
    border-radius: 10px; 
    text-align: center; 
    padding: 20px;
}

.rounded-button {
    border: 1px solid #e95251!important;
    border-radius: 40px;
    margin: 0 5px;
    color: #e95251;
}

.rounded-button.fill {
    color: #fdfdfd;
    background-color: #e95251;
}

.info-p {
    text-align: center;
    font-size: 20px;
}

.service-container {
    border-style: solid;
    border-radius: 15px;
    border-width: 1px;
    border-color: rgba(90, 106, 115, .4);

    padding: 10px 15px;
    margin: 15px 0;

    position: relative;
}

.service-container .details {
    width: 75%;
}

.service-container .preview {
    top: 0; 
    right: 0; 
    position: absolute; 
    height: 100%; 
    width: 20%;
}

.service-container .preview img{
    height: 100%; 
    width: 100%; 
    object-fit: cover; 
    border-radius: 0 10px 10px 0;
}

.service-container .meal {
    margin: 0;
    font-weight: bold;
}

.service-container .price {
    font-size: 10px;
    margin: 0 0 0 0;
}

.service-container .descr {

}

.service-container .descr .emphasize {
    font-weight: bold;
}

@media (max-width: 800px) {
    .service-container {
        text-align: center;
    }

    .service-container .preview {
        /* bottom: 0; 
        left: 0; 
        position: absolute;  */
        position: static;
        height: 200px; 
        width: calc(100% + 30px);
        margin: 10px -15px -10px -15px;
    }

    .service-container .preview img{
        border-radius: 0 0 10px 10px;
    }

    .service-container .details {
        width: 100%;
    }

    #contactForm {
        text-align: center;
    }
  }

#contact input::placeholder {
    color: rgba(90, 106, 115, .7)
}

.dropdown_placeholder {
    color: rgba(90, 106, 115, .7)
}

.w3-input {
    border-radius: 10px;
}

.cta {
    display: none;
}

.steps {
    max-width: 600px;
    margin: 0 auto;
}

.step {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }
/* 
  .step {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto 20px; 
    width: fit-content;   
  } */

.step-number {
    min-width: 36px;
    height: 36px;
    background-color: #000; /* swap for your brand color */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.step p {
    margin: 0;
    text-align: left;
    line-height: 1.4;
    font-size: 18px;
}


.steps {
  max-width: 500px;   /* controls overall width */
  margin: 0 auto;     /* centers the whole block */
}

.step {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.step-number {
  width: 36px;
  height: 36px;
  flex-shrink: 0;     /* 👈 keeps all circles same size */
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step p {
  margin: 0;
}

.hidden-field {
    display: none;
}

.count-select {
    width: 175px;
}

#order-summary {
    border-collapse: collapse;
    width: 100%;
  }

td, th {
    border: 0.5px solid #5a6a7330;
    text-align: left;
    padding: 8px;
}

th {
    text-align: center;
    font-size: 18px;
    color: #e95251;
    font-weight: bold;
}

tr:nth-child(even of :not(.hiddenBoy)) {
    background-color: #f2f2f2;
}

.totalRow {
    font-weight: bold;
}

.totalRow td:first-child {
    text-align: right;
}