* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: cairo, system-ui, sans-serif;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
    direction: rtl;
}

header {
    background-color: #fff;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    /*max-height: 50px;*/
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: transparent;
    width: 100%;
    position: relative;
}

.navbar .logo {
    font-size: 20px;
    color:  rgba(0, 121, 94, 1);
    font-weight: 700;
}

.navbar a {
    color:  rgba(0, 0, 0, 1);
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.navbar a:hover {
    color: #f0ad4e;
}

.currency{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.search form:first-child input {
    padding-right: 30px;
    width: 200px;
    padding: 10px 15px;
    border-radius: 26px;
    border: none;
    background: #1779630f;
    outline: none;
    color:  #333;
}

.search form:first-child {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.search-form button {
    position: absolute;
    top: 50%;
    left: -79px;
    color: #333;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.search-form button i {
    font-size: 25px;
    color: #333;
}

.search form:last-child {
    margin-right: 10px;
}

.search form:last-child select {
    padding: 10px;
    border-radius: 26px;
    border: none;
    background: #1779630f;
    outline: none;
    color: #333;
}

.search form:last-child select option {
    padding: 10px;
    border-radius: 26px;
    border: none;
    background: #1779630f;
    outline: none;
    color: #333;
}

.icons {
    display: flex;
    align-items: center;
}

.icons a {
    color: #333;
    margin-left: 15px;
    position: relative;
}

svg  {
    width: 24px;
    height: 24px;
}

.icons .badge {
    background: red;
    color: #f9f9f9;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 8px;
    position: absolute;
    top: -5px;
    right: -10px;
}

.hamburger {
    display: none;
    cursor: pointer;
    font-size: 25px;
    color: #333;
}

.nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgb(0 93 72 / 62%);
    text-align: center;
    z-index: 10;
    border-radius: 20px;
}

.nav-links {
    display: flex;
    transition: all 0.3s ease 0s;
}

.nav-links a {
    margin: 10px 0;
    padding: 10px;
    display: block;
}


    
/* Hide the menu by default on larger screens */

.menu-links {
    display: none;
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    background-color: #5d9440;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    flex-direction: column;
}

.menu-links a {
  color: white;
  text-decoration: none;
  margin: 10 15px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  padding: 10px;
}

/* Show menu when active */
.menu-links.active {
    display: flex;
}

/* Show the hamburger icon only on mobile */
.hamburger {
    display: none;
    cursor: pointer;
}


#delivery-info {
    padding: 30px;
}

#delivery-info .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#delivery-info  .h3 {
    margin-bottom: 7px;
    color: #333333b0;
    font-size: 14px;
}

#delivery-info h2 {
    color: #333;
    font-size: 18px;
}

.delivery-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.product {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 24px;
    overflow: hidden;
    /*box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);*/
    background-color: #fff;
    padding: 10px;
}

.product .image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 14px;
}

.product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}

.product-details {
    padding: 0;
}

.product-details h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 23.52px;
}

.product-details h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
}

.price {
    display: flex;
    align-items: center;
}

.price span {
    font-weight: bold;
    margin-right: 10px;
    color: #333333b0;
}

.price del {
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
}

.rating {
    display: flex;
    align-items: center;
    width: fit-content;
    text-align: center;
    column-gap: 4px;
    background: #efd90721;
    padding: 3px 5px;
    border-radius: 39px;
    margin-bottom: 2.4rem;
}

.rating .fa-star {
    font-size: 15px;
    color: rgba(255, 193, 8, 1);
}

.rating span {
    color: rgba(255, 193, 8, 1);
    font-size: 13px;
}

#delivery-form {
    background-color: #fff;
    padding: 30px 5px;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 14px;

}

input[type="text"],
select,
option,
textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 26px;
    border: 1.5px solid #1779630f ;
    background: #1779630f;
    outline: none;
    color: #333;
}

textarea {
    height: 150px; 
}

.delivery-options {
    margin-bottom: 25px;
}

.delivery-options h3 {
    display: block;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 14px;
}

.delivery-options label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.summary {
    margin-bottom: 30px;
    font-size: 1.2em;
    text-align: center;
    color: #333;

}

.summary span {
    font-weight: bold;
}

button {
    text-decoration: none;
    padding: 11px 25px;
    border-radius: 39px;
    outline: none;
    border: none;
    width: 100%;
    background: #177963;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}



    /* Footer */

    footer {
        position: relative; 
        color: #fff;
        padding: 20px;
        overflow: hidden; 
    }
    
    .footer-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    }
    
    .footer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
    footer .overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 93, 72, 0.95);
}
    
    .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative; 
    z-index: 1;
    }


    .footer-section {
    width: 200px; 
    margin-bottom: 20px;
    }
    
    .footer-section h3 {
    margin-bottom: 10px;
    }
    
    .footer-section p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    align-items:Right;
    }
    
    .social-icons a {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    }
    
    .footer-section ul {
    list-style: none;
    padding: 0;
    }
    
    .footer-section li {
    margin-bottom: 5px;
    }
    
    .footer-section a {
    color: #fff;
    text-decoration: none;
    }
    /* .contact-info  {
        display: flex;
        align-items: center;
        flex-direction: column;
        
    }
    .contact-info p {
        display: flex;
        align-items: center;
    } */
    .contact-info span {
        margin-right: 10px;
    }
    /* .contact-info .back {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #177963;
        padding: 8px;
        font-size: 12px;
        margin-left: 10px;
    } */
    .footer-bottom {
    text-align: center;
    font-weight: 200;
    padding-top: 20px;
    border-top: 1px solid #fff;
    }
    


    @media (max-width:820px) {
        .nav-links {
            display: none; 
        }
    
        .hamburger {
            display: block; 
            font-size: 19px;
        }
    
        .search {
            display: none;
        }
    }

@media (max-width: 767px) {
    .delivery-content {
        grid-template-columns: 1fr; 
        gap: 10px; 
    }
    #delivery-info{
        padding: 0px;
    }
    .nav-links {
        display: none;
    }
    .navbar a {
        color: #fff;
    }
    .hamburger {
        display: block; 
        font-size: 19px;
    }
    .product {
        /* grid-template-columns: auto 1fr;  */
        padding: 7px 10px;
        gap: 5px; 
        order: 1;
        width: 96%;
        margin-top: 18px;
    }
    .product-details h4 {
        font-size: 10px;
    }
    select , .form-group input , textarea {
        padding: 9px 15px;
    }
    .product-details h3 {
        font-size: 12px;
    }
    .price {
        margin-top: 5px;
    }
    .price span , .price del {
        font-size: 10px;
    }
    .product .image {
        width: 50px;
        height: 50px;
    }

    .rating {
        padding: 2px 6px;
        margin-bottom: 1.5rem;
    }
    .rating span {
        font-size: 11px;
    }
    .rating .fa-star {
        font-size: 13px;
    }
    #delivery-form {
        padding: 20px;
        order: 2; 
    }

    .form-group {
        margin-bottom: 15px; 
    }

    label {
        font-size: 14px;
    }

    input[type="text"],
    input[type="tel"],
    textarea {
        font-size: 14px; 
        padding: 10px; 
    }

    textarea {
        height: 120px;
    }

    .delivery-options {
        margin-bottom: 20px; 
    }
    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }
    .delivery-options h3 {
        font-size: 16px; 
    }

    .delivery-options label {
        font-size: 14px;
    }

    .summary {
        font-size: 1em;
        margin-bottom: 20px; 
    }

    button {
        font-size: 14px;
        padding: 10px 20px;
    }
       footer {
        text-align: center;
    }
    
       .nav-desktop{
     display: none;
  }

    .hamburger {
        display: block;
    }
    
    .menu-links {
        display: none;
        width: 100%;
        text-align: center;
    }

    .menu-links.active {
        display: flex;
    }
    
}

@media (max-width:560px) {
    .order-text p {
        font-size: 17px;
    }
    .order-text a{
        font-size: 15px;
    }
    footer {
        text-align: center;
    }
    .video-content  {
        flex-direction: column;
        align-items: normal;
    }
    .offer-card {
    width: 100%;
}
.nav-links {
    display: none;
}

.hamburger {
    display: block; 
    /* color: #fff; */
}
.container  {
    width: 98%;
}
.section-title {
    display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
margin-bottom: 20px;
}
.section-title a {
    margin-top: 10px;
}
.search {
    display: none;
}
 .currency {
    display: block;
  }
.map-section  {
    flex-direction: column;
}
.order-overlay {
    padding-top: 27px;
    justify-content: unset;
}

   .nav-desktop{
     display: none;
  }

    .hamburger {
        display: block;
    }
    
    .menu-links {
        display: none;
        width: 100%;
        text-align: center;
    }

    .menu-links.active {
        display: flex;
    }
    
}

@media (max-width:360px) {
}