@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


.off {
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    background: #00B894;
}

.logox h2 {
    font-size: 20px;
    color: white;
}

.tilt {
    display: inline-block;
    color: black;
    background: #FFCD29;
    padding: 12px 7px;
    transform: rotate(-3deg);
}

.offer {
    padding-top: 15px;
    font-size: 15px;
    color: grey;
}

.btn {
    background: #FFCD29;
    padding: 15px 6px;
    border-radius: 6px;
}

.btn a {
    text-decoration: none;
    color: black;
}

.wel {
    padding: 9px 35px;
    display: flex;
    background: #1678ba;
    color: white;
}

#navbar1 {
    padding-top: 5.5px;
    padding-right: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar1 li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar1 li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    transition: 0.3s ease;
}

#navbar1 li a:hover,
#navbar li a.active {
    color: #ff8c42;
}

#navbar1 li a.active::after,
#navbar1 li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #ff8c42;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
.follow {
align-items: left;
}
.follow,
.lang,
.country {
    padding-left: 40px;
    display: flex;
    padding: 0px 60px;
  
}

.lang {
    padding-left: 4vh;
}

.lang i,
.country i {
    font-size: 24px;
}

.follow {
    padding-left: 63vh;
}

.follow i {
    padding: 0px 5px;
    font-size: 20px;
    color: white;
}

.intro {
    display: flex;
    padding: 9px 40px;
    justify-content: space-between;
    background: #1678ba;
    color: white;
}

.search {
    background: white;

}

.search-input  {
    padding: 1vh 40vh 1vh 1vh;
}

.search input {
    padding-top: 10px;
    border: none;
    outline: none;
    background-color: transparent;
}

.search-icon {
    color: black;
    font-size: 20px;
    padding-top: 15px;
    padding-right: 15px;
}

.items {
    font-size: 26px;
    padding: 0 5px;
}

.list {
    display: flex;
    padding: 10px 40px;
    justify-content: space-between;
}

.cate {
    background: #ADB7BC;
    padding: 7px 10px;
    border-radius: 5px;
}

.cate a {
    text-decoration: none;
    color: black;
}

.links {
    margin-top: 5px;
    margin-right: 95vh;
}

.links a {
    padding: 0 6px;
    text-decoration: none;
    color: #ADB7BC;
}

.links i {
    font-size: 3.5vh;
}
/* media quire for all the header  */

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
  display: inline-block;
}
.cart-link {
  position: relative;
  display: inline-block;
}
.cart-link i {
  font-size: 28px; /* or any preferred size */
  color: white;
}
.container {
    display: flex;
    padding: 50px 40px;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap; 
}

.main-banner {
    background-color: #e9eff2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 40px;
    flex: 2; 
    min-width: 600px; 
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.banner-content {
    flex: 1;
    padding-right: 20px;
}

.pre-title {
    color: #008080; 
    font-size: 14px;
    margin-bottom: 10px;
}

.main-banner h1 {
    font-size: 48px;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.1;
}

.main-banner p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.shop-button {
    display: inline-block;
    background-color: #008080; 
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.shop-button:hover {
    background-color: #006666;
}

.banner-image {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.price-circle {
    position: absolute;
    bottom: -20px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.pagination {
    position: absolute;
    bottom: 20px;
    left: 40px;
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
}

.side-products {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 300px; 
}

.product1-card {
    background-color: #333; 
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    min-height: 200px;
}

.product1-card.pure-rice {
    background-color: #e9eff2; 
    padding-top: 40px;
}

.discount-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffc107; 
    color: #333;
    padding: 5px 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
    font-size: 14px;
}

.product1-info {
    flex: 1;
    padding-right: 15px;
}

.product1-card h3 {
    font-size: 24px;
    color: #fff; 
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.product1-card.pure-rice h3 {
    color: #333;
}

.product1-card .summer-sales {
    color: #eee;
    font-size: 12px;
    margin-bottom: 5px;
}

.product1-card .price {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}


.shop-button.small {
    padding: 10px 20px;
    font-size: 14px;
}

.product1-image {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product1-image img {
    max-width: 150px;
    height: auto;
    display: block;
}


.shop-by-category {
    padding: 20px 60px;
    text-align: center;
    width: 100%;
    max-width: 1200px; 
}

.shop-by-category h2 {
    font-size: 2em;
    margin-bottom: 40px;
    color: #333;
}

.category-carousel {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 50px; 
}
.categories-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 24px;
    padding-bottom: 16px;
    padding-left: 10px;
}

.categories-wrapper::-webkit-scrollbar {
    display: none;
}

.category-item {
    flex: 0 0 auto;
    width: 220px;
    height: 260px;
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 16px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease-in-out, box-shadow 0.25s ease;
    scroll-snap-align: start;
}

.category-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.category-item img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin-bottom: 18px;
}

.category-item p {
    font-size: 1.2em;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin: 0;
}


.arrow {
    background-color: #4CAF50; 
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.left-arrow {
    left: 0;
}

.right-arrow {
    right: 0;
}

.arrow:hover {
    background-color: #45a049;
}

.featured-products {
    margin: 60px 40px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.products-header {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.products-header h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 0;
    font-weight: 700;
    border-bottom: 2px solid #5cb85c;
    display: inline-block;
    padding-bottom: 8px;
}

.product-categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.category-pill {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #eee;
    color: #666;
    font-size: 0.95em;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.category-pill:hover {
    background-color: #ddd;
    transform: translateY(-1px);
}

.category-pill.active {
    background-color: #5cb85c;
    color: #fff;
    font-weight: 600;
}

.browse-all-link {
    text-decoration: none;
    color: #5cb85c;
    font-weight: 600;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #5cb85c;
    border-radius: 25px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.browse-all-link:hover {
    background-color: #5cb85c;
    color: white;
}

.browse-all-link i {
    font-size: 0.9em;
}


.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 25px;
}

.product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s ease-in-out;
}

.product-card:hover {
    transform: translateY(-5px);
}

.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ff5722; 
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: bold;
    z-index: 2;
}

.badge.hot {
    background-color: #ff5722; 
}

.badge.best-deals {
    background-color: #007bff; 
}

.badge.discount {
    background-color: #ffc107; 
    color: #333;
}

.badge.sale {
    background-color: #17a2b8; 
}

.product-image-container {
    width: 100%;
    padding-top: 100%; 
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0; 
}

.product-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; 
    padding: 10px; 
}

.product-info {
    padding: 15px;
    text-align: center;
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-rating {
    color: #f7b000; 
    font-size: 0.9em;
    margin-bottom: 5px;
}

.product-rating span {
    color: #777;
    margin-left: 5px;
}

.product-info h3 {
    font-size: 1.1em;
    margin: 10px 0;
    color: #333;
    min-height: 2.5em; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    font-size: 1.2em;
    font-weight: bold;
    color: #5cb85c; 
    margin: 5px 0 0;
}

.product-price.old-price {
    font-size: 0.9em;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
    display: inline-block; 
}

.product-price.new-price {
    font-size: 1.2em;
    color: #5cb85c;
    display: inline-block;
}

.interactive-card .product-image-container {
    position: relative;
}

.interactive-card .overlay-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0; 
    transition: opacity 0.3s ease-in-out;
}

.interactive-card:hover .overlay-icons {
    opacity: 1; 
}

.overlay-icons .icon-btn {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    color: #5cb85c; 
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, color 0.3s;
}

.overlay-icons .icon-btn:hover {
    background-color: #5cb85c;
    color: white;
}

.overlay-icons .icon-btn.cart-btn {
    background-color: #5cb85c; 
    color: white;
}

.overlay-icons .icon-btn.cart-btn:hover {
    background-color: #4CAF50;
}

.banners1-container {
    padding: 10px 50px;
    display: grid;
    gap: 20px; 
    width: 100%;
    /* max-width: 1000px;  */
    grid-template-columns: 1fr; 
    grid-template-rows: auto auto auto;
}


@media (min-width: 768px) {
    .banners1-container {
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: auto auto; 
    }
    .bottom-banner {
        grid-column: span 2; 
    }
}

.banner1 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    overflow: hidden;
    position: relative; 
}


.top-left-banner {
    background-color: #e6f7ff; 
}

.top-right-banner {
    background-color: #f7f7f7; 
}

.bottom-banner {
    background-color: #ffe6d4; 
    flex-direction: row; 
}

.banner-content {
    flex: 1; 
    padding-right: 20px; 
}

.banner1-content h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.2;
    color: #333;
}

.banner1-content p {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.4;
}

.banner1-image {
    flex-shrink: 0; 
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner1-image img {
    width: 200px; /* Fixed width - adjust as needed */
    max-width: 100%; /* Ensures it doesn't overflow */
    height: auto; /* Maintains aspect ratio */
    display: block;
    object-fit: contain; /* Keeps image contained without distortion */
}


.intro-badge {
    background-color: #cceeff; 
    color: #007bff; 
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.intro-badge.yellow {
    background-color: #fff3cd; 
    color: #856404; 
}

.save-badge {
    background-color: #eaf8e9; 
    color: #28a745; 
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}



.shop-now-btn {
    display: inline-flex; 
    align-items: center;
    gap: 8px;
    background-color: #28a745; 
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
}

.shop-now-btn:hover {
    background-color: #218838; 
}

.shop-now-btn i {
    font-size: 0.9em;
}


.price-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #007bff;
    color: white;
    padding: 8px 12px;
    border-radius: 50%; 
    font-size: 0.9em;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.tractor-price {
    position: absolute;
    top: 15px;
    left: 50%; 
    transform: translateX(-50%); 
    background-color: #ffc107; 
    color: #333;
    padding: 8px 15px;
    border-radius: 20px; 
    font-size: 1em;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    white-space: nowrap; 
}

.containerX {
    display: grid;
    padding: 40px 50px;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    /* max-width: 1200px;  */
    margin: 0 auto;
}

.productX-section {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.sectionX-title {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.productX-grid {
    display: flex; 
    flex-direction: column;
    gap: 15px;
}

.productX-card {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: box-shadow 0.2s ease-in-out;
}

.productX-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.productX-card img {
    width: 60px; 
    height: 60px;
    object-fit: contain; 
    margin-right: 15px;
}

.productX-card .productX-name {
    flex-grow: 1; 
    font-size: 0.9em;
    color: #555;
}

.productX-card .productX-price {
    font-weight: bold;
    color: #007bff; 
    font-size: 0.9em;
    white-space: nowrap; 
}

.newsletter-section {
    background-color: #2e78c0; 
    padding: 10vh 20px; 
    text-align: center;
    color: #fff; 
}

.newsletter-content {
    max-width: 600px; 
    margin: 0 auto; 
}

.newsletter-content h2 {
    font-size: 2em; 
    margin-bottom: 10px;
    font-weight: 500; 
}

.newsletter-content p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    justify-content: center; 
    gap: 10px; 
    max-width: 450px; 
    margin: 0 auto; 
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.newsletter-form input[type="email"] {
    flex-grow: 1; 
    padding: 12px 15px;
    border: none;
    border-radius: 4px; 
    font-size: 1em;
    outline: none; 
    color: #333;
}

.newsletter-form input[type="email"]::placeholder {
    color: #aaa;
}

.newsletter-form button {
    background-color: #ff8c42; 
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 4px; 
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px; 
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #e67e30; 
}

.newsletter-form button .arrow {
    font-size: 1.2em; 
}


.newsletter-form::before {
    content: '';
    position: absolute;
    bottom: 5px; 
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px); 
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3); 
    display: none; 
}

.site-footer {
    background-color: #222222; 
    color: #ffffff; 
    padding: 60px 20px 20px; 
}

.footer-container {
    max-width: 1200px; 
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px; 
    padding-bottom: 40px; 
}


.footer-column h3 {
    font-size: 1.5em; 
    margin-bottom: 25px;
    font-weight: normal; 
}

.footer-column h4 {
    font-size: 1em; 
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-column p {
    font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #ccc;
}

.footer-column address {
    font-style: normal; 
    font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #ccc;
}

.phone-number {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.email-address {
    color: #ffa500; 
    text-decoration: none;
    font-size: 0.9em;
}
.contact-person {
    margin-top: 25px;
}

.contact-person h4 {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.contact-name {
    font-size: 0.95em;
    color: #ccc;
    margin: 0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.2s ease;
}

.footer-column ul li a:hover {
    color: #fff;
}

.footer-column ul li a.active-link {
    color: #ffa500; 
    position: relative;
    padding-left: 15px;
}

.footer-column ul li a.active-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 2px;
    background-color: #ffa500;
}

.browse-all-product {
    color: #ffa500;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
    display: inline-flex; 
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    transition: color 0.2s ease;
}

.browse-all-product:hover {
    color: #fff;
}

.browse-all-product .arrow {
    font-size: 1.1em;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
}

.tag-item {
    background-color: #333333; 
    color: #ccc;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 0.85em;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tag-item:hover {
    background-color: #444444;
    color: #fff;
}

.tag-item.active-tag {
    background-color: #ffa500; 
    color: #222222; 
    font-weight: bold;
}


.footer-bottom {
    text-align: center;
    padding: 20px 0;
    font-size: 0.8em;
    color: #999;
}

.footer-divider {
    border: none;
    border-top: 1px solid #333333; 
    margin: 0 auto 20px; 
    max-width: 1200px; 
}
@media (min-width: 321px) and (max-width: 540px) {
  /* Newsletter section */
  .newsletter-section {
    padding: 8vh 15px;
  }

  .newsletter-content h2 {
    font-size: 1.4em;
  }

  .newsletter-content p {
    font-size: 1em;
  }

  .newsletter-form {
    flex-direction: column;
    padding: 10px;
  }

  .newsletter-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
  }

  .newsletter-form button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    justify-content: center;
  }

  /* Footer layout */
  .footer-container {
    grid-template-columns: 1fr; /* Stack footer columns vertically */
    padding: 0;
    gap: 25px;
    text-align: center;
  }

  .footer-column h3,
  .footer-column h4 {
    font-size: 1.2em;
  }

  .footer-column ul {
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 8px;
  }

  .tag-cloud {
    justify-content: center;
  }

  .tag-item {
    font-size: 0.85em;
    padding: 6px 12px;
  }

  .browse-all-product {
    justify-content: center;
  }

  .footer-bottom {
    font-size: 0.75em;
    padding-top: 10px;
  }

  .footer-divider {
    margin: 20px auto;
  }
}
@media (min-width: 550px) and (max-width: 1025px) {
  /* Newsletter Section */
  .newsletter-section {
    padding: 8vh 30px;
  }

  .newsletter-content h2 {
    font-size: 1.6em;
  }

  .newsletter-content p {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .newsletter-form {
    flex-direction: column; /* stack input and button */
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    max-width: 100%;
  }

  .newsletter-form input[type="email"],
  .newsletter-form button {
    width: 100%;
    border-radius: 4px;
  }

  .newsletter-form button {
    justify-content: center;
  }

  /* Footer */
  .footer-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablet */
    gap: 20px;
    padding-bottom: 30px;
  }

  .footer-column h3,
  .footer-column h4 {
    font-size: 1.2em;
  }
.footer-column h3 {
    margin-right: 200px;
}
  .footer-column p,
  .footer-column address,
  .footer-column ul li a,
  .email-address,
  .browse-all-product {
    font-size: 0.85em;
  }

  .tag-cloud {
    gap: 8px;
  }

  .tag-item {
    font-size: 0.8em;
    padding: 6px 12px;
  }

  .footer-bottom {
    font-size: 0.75em;
    padding: 15px 10px;
  }

  .footer-divider {
    margin-bottom: 15px;
  }
}
.shop-by-discountsx1 {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px 20px;
    margin: 30px auto;
    max-width: 1200px;
}

.shop-by-discountsx1 h2 {
    font-size: 2.5em;
    color: #222;
    padding-bottom: 30px;
    font-weight: 800;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
}
/* Category Container */
.product-categoriesx1 {
    display: flex;
    justify-content: flex-start; /* align left instead of center */
    flex-wrap: wrap;
    gap: 40px; /* space between pills */
    margin-top: 20px;
    padding: 10px 0;
}

/* Individual Pills */
.category-pill1 {
    background-color: #f5f5f5;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.category-pill1:hover {
    background-color:  #007bff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.category-pill1.active {
    background-color: #007bff;
    color: white;
    border: 2px solid #007bff;
}/* Dropdown wrapper positioning */
@media (min-width: 321px) and (max-width: 540px) {
  /* Switch to grid on small phones so wrapping behaves predictably */
  .product-categoriesx1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr)); /* two columns */
    gap: 16px;                 /* smaller gap for phones, adjust as needed */
    margin-top: 12px;
    padding: 8px 12px;
    justify-items: stretch;    /* make pills fill their column */
    align-items: center;
  }

  /* Make pills fill their grid cell and keep pill styling */
  .product-categoriesx1 .category-pill1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;       /* slightly smaller padding on phones */
    border-radius: 28px;
    font-size: 0.95em;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    width: 100%;
    text-align: center;
  }

  /* Force the very first pill to take the full width of the grid row
     — this makes the next row start under the second item ("Cash Crops") */
  .product-categoriesx1 .category-pill1:first-child {
    grid-column: 1 / -1;      /* span all columns (full width) */
    justify-self: stretch;
  }

  /* Optional: slightly reduce hover transform on small screens */
  .product-categoriesx1 .category-pill1:hover {
    transform: translateY(-1px);
  }
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}

/* Dropdown menu styling */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  min-width: 200px;
  z-index: 10;
  overflow: hidden;
}

/* Dropdown items */
.dropdown-item {
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 500;
  white-space: nowrap;
}

.dropdown-item:hover {
  background-color: #007bff;
  color: white;
}

/* Show dropdown menu on hover */
.dropdown-wrapper:hover .dropdown-menu {
  display: block;
}

.product-grid {
    padding: 10px 40px;
    margin-top: 9vh;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); 
    gap: 25px;
    justify-content: center;
}

.product-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

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

.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #dc3545; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.85em;
    font-weight: 500;
    z-index: 1;
}

.new-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #28a745; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.85em;
    font-weight: 500;
    z-index: 1;
}

.product-item img {
    max-width: 100%;
    height: 150px; 
    object-fit: contain; 
    margin-bottom: 15px;
}

.product-item h3 {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 10px;
    min-height: 45px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-item .price {
    margin-bottom: 10px;
}



.product-item .discounted-price {
    color: #dc3545;
    font-size: 1.1em;
    font-weight: 700;
}

.product-item .rating {
    color: #ffc107; 
    margin-bottom: 15px;
    font-size: 0.9em;
}

.product-item .rating span {
    color: #666;
    margin-left: 5px;
}

.add-to-cart-btn {
    background-color: #ff8c42; 
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: 100%; 
    margin-top: auto; 
}

.add-to-cart-btn:hover {
    background-color: #bc4b05;
}

.help-section {
    display: flex;
    align-items: center;
    justify-content: center; 
    padding: 40px 10px;
    /* padding: 60px 0;  */
    background-color: #fff; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); 
}

.help-content {
    flex: 1; 
    max-width: 500px; 
    padding-left: 100px; 
    box-sizing: border-box;
}

.help-tag {
    background-color: #ffc107; 
    color: #333; 
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block; 
    margin-bottom: 20px;
}

.help-content h1 {
    font-size: 48px; 
    color: #333; 
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.search-container {
    display: flex;
    border: 1px solid #ddd; 
    border-radius: 8px;
    overflow: hidden; 
    background-color: #fff;
    width: 100%; 
    max-width: 500px;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1; 
    padding: 10px 15px;
}

.search-icon {
    color: #aaa; 
    margin-right: 10px;
    font-size: 18px;
}

.search-container input[type="text"] {
    border: none;
    outline: none; 
    flex-grow: 1;
    font-size: 16px;
    padding: 5px 0; 
}

.search-container input[type="text"]::placeholder {
    color: #bbb; 
}

.search-button {
    background-color: #ff7f00; 
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: background-color 0.3s ease; 
}

.search-button:hover {
    background-color: #e67300;
}

.help-image {
    flex: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 100px; 
}

.help-image img {
    margin-left: 55vh;
    max-width: 50%; 
    height: auto;
    display: block; 
}

.containerv1 {
    text-align: center;
    padding: 40px 40px;
}

.containerv1 h1 {
    color: #333;
    margin-bottom: 50px;
    font-size: 2em;
}

.grid-containerv1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
}

.grid-itemv1 {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.grid-itemv1:hover {
    border-color: #ff7f50;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.grid-itemv1 i {
    font-size: 3em;
    color: #ff7f50; 
    margin-bottom: 15px;
}

.grid-itemv1 p {
    font-size: 1.1em;
    color: #555;
    margin: 0;
}

.highlighted {
    border: 2px solid #ff7f50;
}

.containerv2 {
            display: flex;
            padding: 40px 40px;
            flex-direction: column;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        @media (min-width: 768px) {
            .containerv2 {
                flex-direction: row;
            }
        }
        .left-section, .right-section {
            padding: 30px;
            box-sizing: border-box;
        }
        .left-section {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #fdfdfd;
        }
        .right-section {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #e0e0e0;
        }
        
        
        .map-container {
            width: 100%;
            height: 400px; 
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        }
        iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }
        .form-group label {
            font-weight: 500;
            color: #333;
            margin-bottom: 8px;
            display: block;
        }
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            color: #555;
            transition: border-color 0.3s;
            box-sizing: border-box;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #f1aa63; 
        }
        .submit-button {
            background-color: #ff9843; 
            color: #fff;
            padding: 12px 25px;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
            width: 100%;
        }
        .submit-button:hover {
            background-color: #ff7e14; 
            transform: translateY(-2px);
        }

.contact-section {
    text-align: center;
    padding: 40px 20px;
}

.contact-us-button {
    background-color: #e67e30; 
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.section-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 24px;
    color: #555;
    margin-bottom: 40px;
}

.contact-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; 
}

.contact-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: left;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box; 
}

.contact-card .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: #e6f2ff; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.contact-card .icon-wrapper i {
    font-size: 30px;
    color: #3498db; 
}

.contact-card .chat-icon-wrapper {
    background-color: #e0ffe6; 
}

.contact-card .chat-icon-wrapper i {
    color: #27ae60; 
}


.contact-card h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.contact-card .availability {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contact-card .contact-info {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-card a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.contact-card .call-now-button {
    background-color: #3498db; 
    color: white;
}

.contact-card .call-now-button:hover {
    background-color: #2980b9; 
}

.contact-card .chat-now-button {
    background-color: #27ae60; 
    color: white;
}

.contact-card .chat-now-button:hover {
    background-color: #229954; 
}

.contact-card a i {
    margin-left: 10px;
    font-size: 16px;
}






.container {
      display: flex;
      padding: 40px;
      justify-content: space-between;
    }
    .product-details {
      width: 45%;
    }
    .product-details h1 {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .product-details p {
      font-size: 16px;
      line-height: 1.5;
    }
    .quantity-control {
      margin: 20px 0;
    }
    .quantity-control input {
      width: 50px;
      text-align: center;
      font-size: 16px;
      padding: 5px;
    }
    .price {
      font-size: 24px;
      font-weight: bold;
      margin: 20px 0;
    }
    .buttons {
      display: flex;
      gap: 20px;
    }
    .buttons button {
      background-color: #ffa366;
      border: none;
      padding: 15px 25px;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      border-radius: 5px;
    }
    .buttons button:hover {
      background-color: #ff944d;
    }
    .product-image {
      width: 45%;
      text-align: center;
    }
    .product-image img {
      max-width: 100%;
      border-radius: 10px;
    }
    







      .title1 {
      font-size: 2.5rem;
      color: orange;
      margin-bottom: 30px;
      text-align: center;
    }

    .testimonial-slider1 {
      position: relative;
      width: 80%;
      margin: auto;
      overflow: hidden;
    }

    .slider1-container {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide1 {
      min-width: 100%;
      box-sizing: border-box;
      padding: 20px;
      border: 4px solid #ccc;
      border-radius: 10px;
      position: relative;
      background: #f9f9f9;
    }

    .name {
      font-weight: bold;
      color: #666;
      text-align: center;
    }

    h3 {
      margin: 10px 0;
      font-size: 22px;
      text-align: center;
    }

    .desc {
      font-size: 15px;
      color: #333;
      margin: 15px 0;
      text-align: center;
    }

    .rating {
      color: #555;
      font-size: 14px;
      text-align: center;
    }

    .product1-img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 10px;
      margin: 10px auto;
      margin-left: 450px;
    }

    .prev, .next {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      background-color: orange;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      color: #fff;
      font-size: 20px;
      border-radius: 50%;
      z-index: 1;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }




    


/* discription page */
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px ;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff8f2;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-details {
  width: 45%;
}

.product-details h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.product-details p {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}
.quantity-control {
  margin: 25px 0;
}

.quantity-control label {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.quantity-control select,
.quantity-control input {
  width: 200px;
  font-size: 16px;
  padding: 8px;
  border: 2px solid #ffa366;
  border-radius: 5px;
  margin-top: 10px;
}

.buttons {
  display: flex;
  gap: 20px;
}

.buttons button {
  background-color: #ffa366;
  border: none;
  padding: 15px 30px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.buttons button:hover {
  background-color: #ff944d;
  transform: translateY(-2px);
}

.product-image {
  width: 45%;
  text-align: center;
}

.product-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.product-video {
  width: 100%;
  max-height: 300px;
  border-radius: 12px;
  border: 3px solid #ffa366;
  box-shadow: 0 5px 20px rgba(255, 163, 102, 0.4);
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    padding: 20px;
  }

  .product-details,
  .product-image {
    width: 100%;
  }

  .product-video {
    max-height: 250px;
  }
}



    @media (min-width: 321px) and (max-width: 540px) {
  .container {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }

  .product-details,
  .product-image {
    width: 100%;
    text-align: center;
  }

  .product-details h1 {
    font-size: 22px;
  }

  .product-details p {
    font-size: 14px;
    text-align: center;
  }

  .quantity-control {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .quantity-control label {
    margin-bottom: 5px;
  }

  .quantity-control input {
    width: 60px;
    font-size: 14px;
    padding: 5px;
  }

  .price {
    font-size: 20px;
  }

  .buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .buttons button {
    width: 80%;
    font-size: 14px;
    padding: 12px 20px;
  }

  .product-image img {
    width: 90%;
    height: auto;
  }

  .title1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .testimonial-slider1 {
    width: 95%;
  }

  .slide1 {
    padding: 15px;
  }

  .product1-img {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
 .product1-img {
    display: block;
    margin: 10px auto;
    float: none;
  }
  h3 {
    font-size: 18px;
  }

  .desc {
    font-size: 14px;
  }

  .rating {
    font-size: 13px;
  }

  .prev,
  .next {
    font-size: 16px;
    padding: 8px 12px;
    top: 40%;
  }
}
@media (min-width: 550px) and (max-width: 1025px) {
 .product1-img {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
 .product1-img {
    display: block;
    margin: 10px auto;
    float: none;
  }}
/* Phone screen styles */
@media (min-width: 321px) and (max-width: 540px) {
  #quantityDropdown {
    width: 60%;            /* smaller width */
    height: 34px;          /* shorter height */
    font-size: 13px;       /* slightly smaller text */
    padding: 4px 6px;      /* less padding to reduce height */
    border: 1px solid #ffa366;
    border-radius: 4px;
    margin: 8px auto;
    display: block;
    background-color: #fff;
  }
}






/* Default styling */
.name-input {
  margin-bottom: 20px;
}

.name-input label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

.name-input input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  background: #fafafa;
  transition: all 0.3s ease;
}

.name-input input[type="text"]:focus {
  border-color: #1c7c54;        
  background: #fff;             
  box-shadow: 0 0 6px rgba(28, 124, 84, 0.3);
}

/* 📱 Phones (small screens: 321px – 540px) */
@media (min-width: 321px) and (max-width: 540px) {
  .name-input {
    margin-bottom: 18px;
  }

  .name-input label {
    font-size: 14px;
  }

  .name-input input[type="text"] {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 8px;
  }
}

/* 📲 Tablets (medium screens: 550px – 1025px) */
@media (min-width: 550px) and (max-width: 1025px) {
  .name-input {
    margin-bottom: 22px;
  }

  .name-input label {
    font-size: 15px;
  }

  .name-input input[type="text"] {
    padding: 11px 14px;
    font-size: 15px;
    border-radius: 9px;
  }
}
/* 🌍 General styling for the country input */
.country-input {
  margin: 15px 0;
}

.country-input label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

.country-input select {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: 0.3s ease;
}

.country-input input:focus {
  border-color: #28a745;
  box-shadow: 0 0 6px rgba(40, 167, 69, 0.4);
}

/* 📱 Phones (321px – 540px) */
@media (min-width: 321px) and (max-width: 540px) {
  .country-input label {
    font-size: 14px;
  }
  
  .country-input select {
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
  }
}

/* 📲 Tablets (550px – 1025px) */
@media (min-width: 550px) and (max-width: 1025px) {
  .country-input {
    max-width: 80%;
    margin: 20px auto;
  }

  .country-input label {
    font-size: 15px;
  }

  .country-input select {
    padding: 12px;
    font-size: 15px;
    border-radius: 8px;
  }
  
  

}

/* 📲 Tablets (iPad) */
@media (min-width: 550px) and (max-width: 1025px) {
  .quantity-control {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: flex-start;
  }

  .quantity-control label {
    margin-right: 0;
    margin-bottom: 4px; /* small spacing below label */
  }

  .quantity-control select,
  .quantity-control input {
    width: 100%;   /* expand to container width */
    margin-top: 0; /* remove extra gap so label sits directly above */
  }
}