*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;

}
html, body{
    height: 100%;
    width: 100%;
    min-width: 380px;
}
.reviewPage a{
    text-decoration: none;
    color: #000;
    flex: 1;
}
.reviewPage{
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.reviewPage h3 {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
    
}
.reviewPage h3 span{
    font-family: "kaisei Decol", serif;
    font-weight: 200;
}

.reviewPage-container {
    /* position: absolute; */
/* 
    display: flex;
    justify-content: flex-start;
    align-items: center; */
    min-height: 100vh;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #eee;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
}



header h1 {
    font-size: 40px;
    text-align: center;
    margin: 20px 0;
  }
  
  .search-section {
    text-align: center;
    margin: 20px 0;
    max-width: 800px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    height: 45px;
    background: white!important;
    min-height: 0px!important;
    flex-direction: row;
    padding: 0px;
  }
  .review-search {
    padding: 6px 20px;
    height: 100%;
    border: none;
    outline: none;
    background-color: orange;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease; 
}

.review-search:active {
    transform: scale(0.95); 
    background-color: rgb(223, 128, 13);
}

  
  .search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
  }
  
  .reviews-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  
  .review-box {
    width: 200px;
    height: 350px;
    flex: 1;
    max-width: 340px;
    min-width: 240px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

/* Hover effect */
.review-box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); 
}

  
  .image-area {
    width: 100%;
    height: 60%;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.image-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .text-area {
    padding: 10px;
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .text-area h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  
  .text-area p {
    font-size: 14px;
    color: #666;
  }






  /* ----------------rating---------------- */
  .star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em;
    margin-top: 6px;
  }
  
  .star-rating input {
    display: none; /* Hide the radio buttons */
  }
  
  .star-rating label {
    color: #f90; /* Default color for stars (yellow) */
  }
  
  /* Explanation styles remain unchanged */
  article {
    background-color: #ffe;
    box-shadow: 0 0 1em 1px rgba(0, 0, 0, .25);
    color: #006;
    font-family: cursive;
    font-style: italic;
    margin: 4em;
    max-width: 30em;
    padding: 2em;
  }
  
  


.footer {

    min-height: 30vh;

    width: 100%;

    display: flex;

    justify-content: center;

    background-color: #303030;

    padding: 60px 0px;

    position: relative;

    /*padding-top:40px;*/

}



.footer-cont {

    height: 100%;

    width: 70%;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.footer-cont h2 {

    color: #ffffff;

    font-size: 24px;

    font-weight: 600 !important;

    line-height: 40px;

    margin-bottom: 10px;

}



.footer-cont span {

    font-family: "kaisei Decol", serif;

    font-weight: 200;

}



.footer-cont p {

    width: 35%;

    text-align: center;

    font-size: 14px;

    color: white;

    font-weight: 200;

}



.sub {

    width: 35vw;

    min-width: 290px;

    border: 1.5px solid rgb(179, 179, 179);

    border-radius: 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 50px;

    margin-bottom: 60px;

}



.sub input {

    background: transparent;

    border: none;

    padding-left: 20px;

    width: 100%;

}



.sub button {

    padding: 15px 40px;

    font-size: 14px;

    text-transform: uppercase;

    color: white;

    background-color: #DD9F44;

    border-radius: 30px;

    white-space: nowrap;

}



.footer .options {

    min-height: 20vh;

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
    margin-top: 40px;

}



.footerBox {

    width: 20%;

    min-width: 180px;

    height: 200px;

    flex-wrap: wrap;

    flex-shrink: 0;

    overflow: hidden;

}



.footerBox h4 {

    color: #DD9F44;

    font-size: 16px;

    margin-bottom: 25px;

}



.footerBox li {

    font-size: 12px;

    color: white;

    font-weight: 200;

    margin-bottom: 5px;

    transition: all ease-in-out 0.2s;

    cursor: pointer;

}



.footer li:hover {

    color: #DD9F44;

}



.footerBox:nth-last-child(1) p {

    width: 80%;

    text-align: start;

    line-height: 18px;

}



.footer-bottom {

    min-height: 8vh;

    width: 75%;

    border-top: 1.5px solid rgba(255, 255, 255, 0.377);

    position: absolute;

    bottom: 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}



.footer-bottom p {

    text-align: start;

}



.footer-bottom .social img {

    height: 20px;

    margin-left: 8px;

}


@media (max-width:600px){
    .reviews-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
      }
      .reviewPage a .review-box{
        margin: 0 auto;
      }
}