/* 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;
    background-color: white;
}
.Section{
/*     box-shadow: 2px 2px 10px rgb(58 58 58 / 52%);*/
     background-color: #f9f9f9;
}

/* Header Styles */
header {  
    background-color: #0080002b;
}
.header-img{
    width: 20%;
}
.header-img img{
    width: 100%;
}

.navbar-nav .nav-link {
      position: relative;
      transition: color 0.3s ease;
    }
    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: #28a745;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }
    .navbar-nav .nav-link:hover {
      color: #28a745 !important;
    }
    .navbar-nav .nav-link:hover::after {
      width: 100%;
    }

    .gap-3 {
        gap: 0rem !important; 
}

.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 {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    font-size: 20px;
    border: 1px dashed white;
    border-radius: 50px;
}

.Location-tempor{
    padding-left: 20px;
}
.Location-tempor p{
    margin: 0px;
    font-size:18px;
    font-weight: 500;
}
.Location-tempor a{
    text-decoration: none;
    font-weight:600;
    color:white;
    font-size: 20px;
}
.Location-text{
    padding-bottom: 20px;
    display: flex;
    color:white;
}

.Location{
     background-color: #55B950;
     padding: 20px;
    border-radius: 20px 20px 0px 0px;
}
.Telephone{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
}
.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:14px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    border-radius:6px;
}
.table-from textarea{
    width:100%;
    height:128px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    border-radius:6px;
    padding: 10px;
}
.submit-btn button a{
    text-decoration: none;
       color: #ffffff;
     font-weight:600;
         font-size: 15px;

}
.submit-btn button{
    padding: 14px 34px;
    border: none;
    background-color: #80B82D;
    border-radius:50px;
    color: white;
    font-weight: 600;*/

}
.submit-btn button  i{
    padding-left: 5px;
}






.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;
    }

.Setup:hover{
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.Setup{
    border: none;
    text-align: center;
    padding: 30px;
    transition:all ease 0.5s;
    background-color: #f0f0f087;
    border-radius: 10px;
    border: 1px solid #80808024;
}
.Choose{
    text-align: center;
    padding-bottom: 30px;
}
.Register{
    text-align: center;
}

.Our{
     text-align: center;
     margin-bottom: 30px;
}

.Vendors{
/*    border: 1px solid #eee;*/
    padding: 20px;
    border-radius: 10px;
    background-color: #fdfdfd;
}
.Choose-img{
    width:20%;
    margin: auto;
}
.Choose-img img{
    width: 100%;
}
.Plans{
    text-align: center;
    margin-bottom: 30px;
}

.plans-btn button a{
    text-decoration: none;
    color: white;
}
.plans-btn button{
    padding:10px 20px;
    border-radius: 6px;
    background-color:#198754;
    border: none;
}
.Commission{
   border: 2px solid #00C853;
    border-radius: 10px;
    padding: 30px;
    background-color: #f9fff9;
    text-align: center;
}
.Commission h3{
    color:#198754;
}

.Vendor{
    text-align: center;
    padding: 0px 280px 0px 280px;
    margin-bottom: 30px;
}
.Vendor h2{
    color:#198754;
    margin-bottom:16px;
}

.Works{
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.Pricing{
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.Choose-Niyamit{
    background-color: white;
}
.One-Vendor{
    background-color: white;
}
.Our-Vendors{
    background-color: white;
}
.pricing-section {
    text-align: center;
    padding: 60px 20px;
    background: #f7f8fa;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.pricing-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pricing-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 30px;
    max-width: 300px;
    flex: 1;
    transition: transform 0.3s;
}

    .pricing-card:hover {
        transform: translateY(-5px);
    }

.highlight {
    border: 2px solid #4CAF50;
}

.price {
    font-size: 2rem;
    margin: 20px 0;
}

    .price span {
        font-size: 1rem;
        color: gray;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

    ul li {
        margin: 10px 0;
    }

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #4CAF50;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s;
}

    .btn:hover {
        background: #3b8e40;
    }



.works-section .card:hover {
      transform: translateY(-5px);
      transition: all 0.3s ease;
    }
    .works-section .icon i {
      transition: color 0.3s ease;
    }
    .works-section .card:hover .icon i {
      color: #28a745;
    }
.become{
    padding-right: 90px;
}
.text-21 h3{
    text-align: center;
    font-size: 30px;
}


/* -------------------- */
/* 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;
    }
    .Vendor {
             padding: 0px;   
          }

    /* Show on Mobile */
    @media (max-width:767px) {
        .pricing-container {
            flex-direction: column;
            align-items: center;
        }
       .become{
          padding:0px;
        }

        .header-img{
           width: 50%;
       }
       .Register {
             margin-bottom: 20px;
        }
        .Setup {
             margin-bottom: 16px;
         }
         .Vendor {
             padding: 0px;   
          }
          .Commission {
             margin-bottom: 16px;
          }

        .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;
            }
    }

}
