/* Reset and Fonts */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
     background-image: url(../image/body-bkg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
     padding: 0px 100px;
}
.Section{
/*     box-shadow: 2px 2px 10px rgb(58 58 58 / 52%);*/
     background-color: #f9f9f9;
}

/* Header Styles */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15%;
    background-color: #0080002b;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    width: 20%;
}
.logo img{
    width:100%;
}

    .logo span {
        color: #f89f35;
    }

nav a {
    margin-left: 30px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

    nav a:hover {
        color: #f89f35;
    }

.sign-in {
    background-color: #000e3a;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 50px 0px;
    gap: 40px;
}

.content {
    max-width: 500px;
}

    .content h1 {
        font-size: 48px;
        color: #1e1e1e;
    }

.highlight {
    color: #f89f35;
}

.content p {
    color: #666;
    margin: 20px 0;
}

.cta-buttons button {
    margin-right: 15px;
    padding: 12px 24px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
}

.primary {
    background-color: #000e3a;
    color: white;
}

.secondary {
    background-color: #e0e0e0;
}

/* Hero Image */
.hero-image img {
    width: 400px;
}

/* Reviews Section */
.reviews img {
    width: 40%;
    height: 40%;
    border-radius: 10%;
    margin-right: 5px;
}

.reviews p {
    color: #666;
}

/* App Promotion */
.app-promo {
    background-color:#80B82D;
    color: white;
    text-align: center;
    padding: 60px;
}

    .app-promo h2 span {
        color: #f89f35;
    }

.app-buttons img {
    width: 150px;
    margin: 10px;
}

.app-mockups img {
    width: 120px;
    margin: 10px;
}
.Groceries{
    display:flex;
    justify-content: space-between;
}


.aboutus h3{
    font-size: 22px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: capitalize;
}
.aboutus p{
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
}
.aboutus h6{
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
}

.help h2{
    font-size: 22px;
    font-weight: 500;
    color: #222222;
     text-transform: capitalize;
     margin-bottom:30px;
}
.our h3{
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    margin: 20px 0px;
    text-transform: capitalize;
}

.Location-icon i{
    width: 50px;
    height: 50px;
    line-height:50px;
    text-align: center;
}
.Location-tempor{
    padding-left: 20px;
}
.Location-tempor p{
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}
.Location-tempor a{
    text-decoration: none;
    font-weight:600;
    color: grey;
}
.Location-text{
    padding-bottom: 20px;
    display: flex;
  color: grey;

}
.table-from label{
    font-size: 16px;
    padding-bottom:10px;
    color: #222222;
    font-weight: 500;
}
.table-from label:before{
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.table-from input{
    width: 100%;
    padding:10px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
}
.table-from textarea{
    width:100%;
    height:200px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
}
.submit-btn button a{
    text-decoration: none;
       color: #ffffff;
     font-weight:600;
         font-size: 15px;
}
.submit-btn button{
    padding: 8px 24px;
    border: none;
    background-color: #80B82D;
}
.submit-btn button:hover{
    background-color: black;
}
.contact-us{
    background-color: #F4F4F4;
    margin: 50px 0px;
    padding:40px 0px;
}
.contact-from{
    margin-top:40px;
    padding: 20px;
}
.map{
    margin: 30px 0px;
}

.add{
        padding-left:18%;
    }


.support{
    width: 25%;
}
.footer-img{
    width:60%;
}
.footer-img img{
    width:100%;
}
.footer-text p{
    font-size: 15px;
    padding: 20px 0px;
}
.icon i{
    width: 50px;
    height: 50px;
    line-height:50px;
    text-align: center;
    background-color: #F4F4F4;
}
.tempor{
    padding-left: 20px;
}
.tempor p{
    margin: 0px;
}
.tempor a{
    text-decoration: none;
    font-weight:600;
    color: #222222;
}
.icon-text{
    padding: 20px;
    display: flex;
    background-color: white;
}
.Information p i{
    font-size: 30px;
}
.Information h3{
   color: #222222;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.Information ul{
    padding: 0px;
}
.Information ul li {
    list-style: none;
    padding-bottom: 10px;
}
.Information ul li a{
    text-decoration: none;
        color: #666666;
     font-size: 15px;
}
.Information ul li a i{
    font-size: 10px;
    padding-right: 12px;
}
.Information ul li a:hover {
    color: #80B82D;
    transition: all 0.5s ease;
}

.contactus h3{
   color: #222222;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.contactus ul{
    padding: 0px;
}
.contactus ul li {
    list-style: none;
    padding-bottom: 10px;
}
.contactus ul li a{
    text-decoration: none;
        color: #666666;
     font-size: 16px;
}
.contactus ul li a i{
    font-size: 14px;
    padding-right: 12px;
}
.footer-flex{
    display: flex;
    justify-content:space-between;

}
.footer {
    background-color: #0080002b;
    padding: 60px 0 20px;
}  
.appstore img{
    width: 100%;
}
.appstore{
    width: 64%;
    margin: 10px 0px;
}
.footer-icon i {
    font-size: 20px;
    padding: 0px 10px;
}

.footer-end {
    background: #0080006e;
    padding: 20px 0px;
}

.footer-1 p {
    margin: 0px;
    font-size: 20px;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
}

    .whatsapp-button img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        transition: transform 0.3s ease;
    }

        .whatsapp-button img:hover {
            transform: scale(1.1);
        }
    .footer-icon i {
        color: black;
    }

/* -------------------- */
/* RESPONSIVE DESIGN */
/* -------------------- */

/* Tablet View */
@media (max-width: 1024px) {
    header {
        padding: 20px 40px;
    }

    .hero {
        flex-direction: column-reverse;
        text-align: center;
        padding: 60px 40px;
    }

    .content {
        max-width: 100%;
    }

    .hero-image img {
        width: 300px;
    }
    .support {
    width: 32%;
}
body{
    padding: 0px 50px;
}

    nav a {
        margin-left: 20px;
    }
}

/* Mobile View */
@media (max-width:991px) {
   
.add{
        padding-left:3%;
    }
     nav a {
        font-size:14px;
    }
    .footer-icon i {
    font-size: 18px;
    padding: 0px 4px;
}
   
    .footer-flex {
    flex-wrap: wrap;
}
    .support {
        width: 44%;
        margin-bottom: 20px;
    }
     body{
            padding: 0px 50px;
          }

    header {
        flex-direction: column;
        gap: 10px;
    }

    nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .hero {
        padding: 40px 20px;
    }

    .content h1 {
        font-size: 36px;
    }

    .hero-image img {
        width: 250px;
    }

    .cta-buttons button {
        margin-bottom: 10px;
    }

    .app-mockups img {
        width: 100px;
    }

    .app-buttons img {
        width: 130px;
    }
    .menu-toggle {
        display: none;
        background-color: transparent;
        font-size: 28px;
        border: none;
        color: #000e3a;
        cursor: pointer;
    }

    /* Show on Mobile */
    @media (max-width:767px) {
        .menu-toggle {
            display: block;
        }
        .footer-flex {
            display:block;
         }
         .support {
            width:100%;
         }
          .Information{
             padding: 10px 0px;
          }
          body{
            padding: 0px 20px;
          }

        nav {
            display: none;
        }

            nav.active {
                display: flex;
                flex-direction: column;
            }
    }

}
