
* {
    font-family: 'Poppins';
}

body {
    background-color: #fef8e4;
}

.hero{
    height: 70vh;
    font-size: 2.5rem;
    border-radius: 18px;
    padding: 0px 20px 30px 20px;
    margin: 10px;
    transition: all 0.5s;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(41, 41, 41, 0.4);
    border-radius: 18px;
    z-index: 1;
}

.hero > * {
    position: relative;
    z-index: 2;
}



.capital{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #6F4F37;
    text-align: center;
    text-shadow: 0 3px 6px rgb(244, 209, 157);
    font-family: Poppins;
    font-size: 80px;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.cursive {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 10;
    color: #FFF;
    text-align: center;
    text-shadow: 7px 3px 5.8px rgba(181, 119, 26, 0.73);
    font-family: Allura;
    font-style: oblique;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -2px;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.order-btn {
    display: flex;
    justify-content: center;
    margin: 15px auto;
    align-items: center;
    width: 269px;
    height: 50px;
    border-radius: 50px;
    border-color: transparent;
    background: #6F4F37; 
    transition: all 0.5s;
}

.order-text a{
    display: flex;
    height: 28px;
    color: #FDFDFD;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: color 0.3s;
    transition: all 0.5s;
}

.order-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(227, 189, 72, 0.503);
}



/* Hero buttons container */
.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 100%;
}

/* Register button styling */
.register-btn {
    display: flex;
    justify-content: center;
    margin: 15px auto;
    align-items: center;
    width: 269px;
    height: 50px;
    border-radius: 50px;
    border-color: transparent;
    background: #ffcc5c;

    transition: all 0.5s;
}

.register-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(227, 189, 72, 0.503);
}

.register-text a {
    display: flex;
    height: 28px;
    color: #4d2e14;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s;
}

.features {
    padding: 2rem;
    text-align: center;
    background: #F1E0C6;
    transition: all 0.5s ease;
    margin-top: 20px;
}

.features h2 {
    letter-spacing: 2px;
    color: #6F4F37;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: large;
    margin: 10px;
}

.features h3 {
    font-size: 2rem;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.585%; /* 43.771px */
    letter-spacing: 3.24px;
    margin: 20px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1250px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 200px;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.feature-item h4 {
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
  font-family: Poppins;
  font-weight: 600;
  color: #6F4F37;
  line-height: 1.3;
}

.feature-item p {
  color: #3d3d3d;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 0;
  max-width: 280px;
}



.menu {
    width: 100%;
    min-height: 75vh;
    background-color: #f8f2ed;
    text-align: center;
    transition: all 0.5s ease;
}

.menu h3 {
    font-size: 2rem;
    margin: 1rem 0px 80px 0px;
    color: #6F4F37;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-shadow: #333;
    transition: all 0.5s ease;
}

.menu-grid {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    gap: 1rem;
    transition: all 0.5s ease;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 40vh;
    height: 50vh;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.menu-item h4 {
    font-size: 1.2rem;
    width: 200px;
    color: #6F4F37;
    margin: 0.5rem 0;
    font-weight: 700;
    font-family: Poppins;
    text-align: center;
    transition: all 0.5s ease;
    background-color: transparent;
}

.menu-item img{
    width: 25vh;
    height: 35vh;
    flex-shrink: 0;
    border-radius: 7px;
    transition: all 0.5s ease;
    object-fit: cover;
    object-position: center;
}

.menu-item button {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    background-color: #a17a52;
    border: none;
    margin-top: 4vh;
    transition: all 0.5s ease;
}

.menu-item button a {
    text-decoration: none;
    color: #fff;
    font-family: Poppins;
    font-weight: bold;
    transition: color 0.3s;
}


.menu-item button:hover{
    background-color: #d4ba99;
}

.menu-item button a:hover{
    color: #000;
}

.menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.menu-item button:hover {
    background-color: #d4ba99;
}

/* Menu Description Hover Effect */
.menu-description {
    position: absolute;
    width: 200px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.4;
    max-width: 280px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.menu-description::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.menu-item {
    position: relative;
}

.menu-item:hover .menu-description {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-8px);
}

/* Contacts Section */
.contacts {
    width: 99%;
    background-color: #F1E0C6;
    padding: 2rem;
    text-align: center;
    border-radius: 30px;
    margin: 10px auto;
    transition: all 0.5s ease;
}

.contacts h2 {
    letter-spacing: 2px;
    color: #6F4F37;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 15px;
}

.contacts h3 {
    font-size: 2rem;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.585%;
    letter-spacing: 3.24px;
    margin: 20px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    gap: 1rem 2rem;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 300px;
    min-height: 160px;
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.contact-item h4 {
    font-size: 1.4rem;
    color: #6F4F37;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: Poppins;
}

.contact-item p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.5;
    font-family: Inter;
}

/* FAQ Section */
.faq {
    width: 99%;
    background-color: #f8f2ed;
    padding: 2rem;
    text-align: center;
    border-radius: 30px;
    margin: 10px auto;
    transition: all 0.5s ease;
}

.faq h2 {
    letter-spacing: 2px;
    color: #6F4F37;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 15px;
}

.faq h3 {
    font-size: 2rem;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.585%;
    letter-spacing: 3.24px;
    margin: 20px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
    text-align: left;
    transition: all 0.5s ease;
    border-left: 6px solid #a17a52;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-item:hover {
    background: #f0f0f0;
    transform: translateX(5px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-item h4 {
    font-size: 1.4rem;
    color: #6F4F37;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: Poppins;
}

.faq-item p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.5;
    font-family: Inter;
}


/* Tablet Screens */
@media only screen and (max-width: 1024px) {

    .menu {
        width: 100%;
        padding: 1.5rem;
        border-radius: 20px;
        transition: all 0.5s ease;
    }

    .menu h3 {
        font-size: 32px;
        transition: all 0.5s ease;
        margin-bottom: 20px;
    }

    .menu-grid {
        gap: 0.5rem;
        transition: all 0.5s ease;
    }

    .menu-item {
        width: 25%;
        transition: all 0.5s ease;
    }

    .menu-item h4 {
        width: 80px;
        height: 40px;
        font-size: 14px;
        margin-top: 10px;
        transition: all 0.5s ease;
    }

    .menu-item img {
        width: 160px;
        height: 200px;
        border-radius: 25px;
        transition: all 0.5s ease;
    }

    .menu-item button {
        margin-top: 25px;
        padding: 0.4rem 0.8rem;
        font-size: 14px;
        transition: all 0.5s ease;
    }

    .menu-item button a {
        font-size: 14px;
        transition: all 0.5s ease;
    }

    .hero {
        font-size: 1.8rem;
        transition: all 0.5s;
    }

    .capital {
        font-size: 60px;
        text-shadow: 4px 2px 3.8px rgba(181, 119, 26, 0.53);
        margin-bottom: 15px;
        transition: all 0.5s;
    }

    .cursive {
        font-size: 45px;
        text-shadow: 4px 2px 3.8px rgba(181, 119, 26, 0.73);
        margin-bottom: 25px;
        transition: all 0.5s;
    }

    .order-btn {
        width: 180px;
        height: 40px;
        transition: all 0.5s;
    }

    .order-text a {
        font-size: 18px;
        height: 20px;
        transition: all 0.5s;
    }
}

/* Mobile Screens */
@media only screen and (max-width: 768px) {

    

    /* General Menu Adjustments */
    .menu {
        width: 100%;
        padding: 1rem;
        border-radius: 15px;
    }

    .menu h3 {
        font-size: 30px;
        margin: 20px;
    }

    .menu-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }

    .menu-item {
        width: 90%; 
        text-align: center;
        margin: 20px;
    }

    .menu-item h4 {
        font-size: 14px;
        margin-top: 8px;
    }

    .menu-item img {
        width: 200px;
        height: 200px;
        border-radius: 12px;
    }

    .menu-item button {
        margin-top: 10px;
        padding: 0.3rem 0.6rem;
        font-size: 12px;
    }

    .menu-item button a {
        font-size: 12px;
    }


    /* Hero Section */
    .hero {
        font-size: 1.4rem;
        text-align: center;
        padding: 10px;
    }

    .capital {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .cursive {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .order-btn {
        width: 140px;
        height: 35px;
    }

    .order-text a {
        font-size: 14px;
    }

    /* Contacts and FAQ responsive */
    .contacts,
    .faq {
        width: 90%;
        padding: 1.5rem;
        border-radius: 20px;
        transition: all 0.5s ease;
    }

    .contact-info {
        gap: 1rem;
    }

    .contact-item {
        width: 220px;
        padding: 25px;
        min-height: 140px;
    }

    .contact-element {
        display: flex;
        flex-direction: column;
        justify-content: center;    
        align-items: center;
        gap: 1rem;
    }

    .contact-item img {
        align-self: center;
    }
}

/* Mobile Screens - Additional responsive styles for new sections */
@media only screen and (max-width: 768px) {
    .contacts,
    .faq {
        width: 100%;
        padding: 1rem;
        border-radius: 15px;
    }

    .contacts h2,
    .faq h2 {
        font-size: 1.2rem;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        max-width: 500px;
        margin: 0 auto;
    }

    .contact-item {
        width: 90%;
        padding: 25px;
        min-height: 130px;
    }

    .faq-list {
        gap: 10px;
    }

    .faq-item {
        padding: 25px;
        min-height: 140px;
    }

    /* Features Section - Mobile responsive */
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        max-width: 400px;
        margin: 1rem auto;
    }
    
    .feature-item {
        padding: 1rem;
        min-height: 160px;
    }
    
    .feature-item img {
        width: 45px;
        height: 45px;
    }
    
    .feature-item h4 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .feature-item p {
        font-size: 13px;
        max-width: 250px;
    }
}

/* Tablet responsive - Features Section */
@media only screen and (max-width: 1024px) {
    .feature-grid {
        gap: 1.5rem;
        max-width: 800px;
    }
    
    .feature-item {
        padding: 1.2rem;
        min-height: 180px;
    }
    
    .feature-item img {
        width: 50px;
        height: 50px;
    }
    
    .feature-item h4 {
        font-size: 1.2rem;
    }
}
