/* css for about us page - design by sandeep */



.about-main .about-section3 {

    background-color: #ffffff;

    padding: 30px 0;

}



.about-main .about-section3 .main-container {

    /* width: 90%; */

    /* max-width: 1200px; */

    margin: 0 auto;

    overflow: hidden;

    /* Prevent child elements from overflowing */

}



.about-main .about-section3 .main-container .detail-common {

    text-align: left;

    width: 100%;

    margin:0px;

    padding:0px;

    background-color:#ffffff;

    border: none;

}

.about-main .about-section3 .main-container .detail-common .detail-common-content p {
    font-size: 16px;
}
.about-main .about-section3 .main-container .testimonial-section .testimonial-slider .testimonial-box p {
    font-size: 16px;
}




.about-main .about-section3 .main-container .detail-common .about-banner-img1 {

    max-width: 100%;

    width: 100%;

    /* Ensures full container fit */

    height:auto;

    display: block;

    margin: 0 auto;

    border-radius: 10px;

    box-sizing: border-box;

    object-fit: cover;

    /* Prevents overflow due to padding */

}



.about-main .about-section3 .main-container .detail-common .about-banner-img2 {

    max-width: 100%;

    width: 100%;

    /* Ensures full container fit */

    height: auto;

    display: block;

    margin: 0 auto;

    border-radius: 10px;

    box-sizing: border-box;

    /* Prevents overflow due to padding */

}



.about-main .about-section3 .main-container .detail-common .about-banner-img3 {

    max-width: 100%;

    width: 100%;

    /* Ensures full container fit */

    height: auto;

    display: block;

    margin: 0 auto;

    border-radius: 10px;

    box-sizing: border-box;

    /* Prevents overflow due to padding */

}



.about-main .about-section3 .main-container .detail-common .container {

    margin-top: 0px;

}



.about-main .about-section3 .main-container .detail-common .container h1 {

    font-size: 24px;

    font-weight: bold;

    color: #333;

    text-align: left;

}


.about-main .about-section3 .main-container .detail-common .container p {

    text-align: justify;

    color: #555;

    line-height: 1.6;

    margin-top: 15px;

}



.about-heading-inner {

    display: flex;

    align-items: center;

    /* Vertically center image and heading */

    gap: 1rem;

    /* Space between image and heading */

}



.about-heading-icon {

    width: 50px;

    /* Adjust as needed */

    height: auto;

    margin: 0px;

    margin-bottom: 30px;

}



.about-heading-title {

    margin: 0;

    font-size: 2rem;

    /* Adjust based on design */

}

.who_r_v {
    color: #000; /* Text color */
    text-transform: uppercase; /* Uppercase letters */
    font-family: Arial, sans-serif; /* Font family */
    font-weight: 700; /* Bold text */
    margin: 50px 0 50px 0px;
    padding:0px;

}



/* .who_r_v {

    margin: 50px 0 50px -24px;



} */



.customers_review {

    margin-bottom:0px;

}







.detail-common-content .what_set_us {

  text-transform: none !important;

}



  .checklist {

    list-style: none;

    padding-left: 0;

    margin: 0;

  }

.feature-boxes {

      display: flex;

      justify-content: space-around;

      flex-wrap: wrap;

      background-color: #002742;

      color: white;

      padding: 20px;

    }



    .feature-box {

      flex: 1 1 200px;

      margin: 10px;

      background: #0a3c5e;

      /* text-align: center; */

      padding: 15px;

      border-radius: 5px;

    }



    h2 {

      /* padding: 20px; */

      font-size: 1.5rem;

    }



    .section {

      padding: 0 auto -9px;

      max-width: 100%;

      margin: auto;

    }





    .footer-section {

      background-color: #fff;

      padding: 30px 20px;

      text-align: left;

    }



    .customer-satisfaction-section {

  padding: 40px 20px;

  background-color: #f8f9fa;

  text-align: left;

}



.customer-satisfaction-section h2 {

  font-size: 1rem;

  font-weight: bold;

  margin-bottom: 20px;

  text-transform: uppercase;

  border-bottom: 1px solid #ccc;

  padding-bottom: 10px;

}



.satisfaction-boxes {

  display: flex;

  gap: 20px;

  flex-wrap: wrap;

}



.satisfaction-box {

  background-color: #294252;

  color: #ffffff;

  padding: 15px 20px;

  border-radius: 6px;

  flex: 1 1 200px;

  display: flex;

  align-items: center;

  gap: 10px;

}



.satisfaction-box:hover {

    transform: translateY(-5px);

}



.satisfaction-box img {

  width: 30px;

  height: 30px;

}



.satisfaction-box span {

  font-size: 0.95rem;

  font-weight: 500;

}







.testimonial-section {

    padding: 0px 0px;

    background-color:#F5F5F5;

}



.testimonial-slider {

    display: flex;

    gap: 20px;

    margin:0px;
    padding:0px;

}



.testimonial-box {

    padding: 20px;

    border-radius: 8px;

    min-height: 260px;

    box-shadow: 0 2px 6px rgba(0,0,0,0.1);

    transition: transform 0.3s ease;

    margin: 10px;

    flex: 1;

}



.testimonial-box:hover {

    transform: translateY(-5px);

}



.testimonial-header {

  display: flex;

  /* align-items: center; */

  gap: 10px; /* space between icon and text */

}



.author-icon {

  width: 40px;

  height: 40px;

}



.author-details strong {

  font-size: 16px;

  color: #000;

}



.author-details span {

  font-size: 14px;

  color: #555;

}



.author-details {



  margin-bottom:28px;

}





.testimonial-box p {

    font-size: 14px;

    line-height: 1.6;

    color: #333;

}



.stars {

    font-size: 16px;

    color: #f39c12;

    margin-top: 15px;

}





/* end css  for about us page - design by sandeep*/



/* login page css */



/* Wrapper & Box */

.modern-login-wrapper {

    display: flex;

    justify-content: center;

    margin: 50px 20px;

}



.modern-login-box {

    background: #ffffff;

    padding: 30px;

    border-radius: 10px;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

    width: 100%;

    max-width: 400px;

}



/* Tabs */

.modern-tabs {

    display: flex;

    justify-content: center;

    margin-bottom: 20px;

    font-size: 16px;

}



.modern-tabs .tab {

    margin: 0 10px;

    padding-bottom: 5px;

    cursor: pointer;

    color: #333;

    font-weight: bold;

    text-decoration: none;

}



.modern-tabs .active {

    color: #477E00;

    border-bottom: 2px solid #477E00;

}



/* Inputs */

.input-group {

    margin-bottom: 15px;

    display: flex;

    flex-direction: column;

}



.input-group label {

    font-size: 14px;

    margin-bottom: 5px;

    color: #333;

}



.input-group input {

    padding: 10px;

    border: 1px solid #ccc;

    border-radius: 6px;

}



/* Buttons */

.btn-login {

    background: #477E00;

    color: white;

    padding: 12px;

    width: 100%;

    border: none;

    border-radius: 6px;

    font-weight: bold;

    margin-top: 10px;

    cursor: pointer;

    font-size: 15px;

}



.divider {

    text-align: center;

    margin: 15px 0;

    color: #999;

}



/* Google Button */

.btn-google {

    background: #e5f0ff;

    color: #1a73e8;

    padding: 10px;

    border: none;

    width: 100%;

    border-radius: 6px;

    font-weight: bold;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    cursor: pointer;

    font-size: 14px;

}



.btn-google img {

    width: 20px;

    height: 20px;

}



/* Register Link */

.register-link {

    text-align: center;

    margin-top: 15px;

    font-size: 14px;

}



.register-link a {

    color: #1a73e8;

    font-weight: bold;

    text-decoration: none;

}



/* Full-width Info Section */

.modern-info-full {

    width: 100%;

    background: #f9f9f9;

    padding: 40px 20px;

    box-sizing: border-box;

}



.modern-info {

    max-width: 1200px;

    margin: 0 auto;

    font-size: 15px;

    line-height: 1.6;

    color: #333;

}



.modern-info strong {

    font-size: 18px;

    display: block;

    margin-bottom: 10px;

}



.modern-info-full {



  background-color: #FFFFFF;

}





.breadcrumb-wrapper-login {

    background-color: #f5f5f5;

    padding: 0px 20px;

    font-size: 14px;

    text-align: left;

    width:100%;

    margin-top: 29px;

}

@media (max-width: 768px) {

    .breadcrumb-wrapper-login {

        margin-top: 70px;

    }

}



.breadcrumb {

    max-width: 88%;

    margin: 0 auto;

    color: #6c757d;

    margin-top:-28px;

}



.breadcrumb a {

    color: #6c757d;

    text-decoration: none;

    margin-right: 5px;

}



.breadcrumb span {

    margin: 0 5px;

    color: #6c757d;

}



.breadcrumb .current {

    color: red;

    font-weight: 500;

}





/* end login page css */



/* css for cart  */



/* ===== GLOBAL PAGE LAYOUT ===== */

.empty-cart-page {

  font-family: Arial, sans-serif;

  background: #fff;

  padding: 20px 0px;

}



/* ===== EMPTY CART BOX ===== */

.cart-box {

  background: #ffeaea;

  padding: 30px;

  border-radius: 8px;

  text-align: center;

  margin: 0 auto;

  max-width:88%;

}



.cart-box-inner {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}



/* Cart Icon */

.cart-box .cart-icon {

  width: 100px;

  margin-bottom: 15px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



/* Heading */

.cart-box h2 {

  font-size: 24px;

  color: #333;

  margin-bottom: 10px;

}



.cart-box .highlight {

  color: red;

}



/* Subtext */

.cart-subtext {

  color: #666;

  font-size: 14px;

  margin-bottom: 20px;

}



/* ===== BUTTON STYLES ===== */

.btn-shop {

  background:#477E00;

  color: white;

  padding: 12px 20px;

  text-decoration: none;

  font-weight: bold;

  border-radius: 5px;

  display: inline-flex;

  align-items: center;

  gap: 10px;

  transition: background 0.3s;

}



.btn-shop:hover {

  background: #3e9c40;

}



/* Default Icon Size */

.btn-shop .btn-icon {

  width: 24px;

  height: 24px;

}



/* Small Button */

.btn-shop.btn-sm {

  padding: 6px 12px;

  font-size: 12px;

  border-radius: 4px;

  gap: 6px;

}



/* Small Icon */

.btn-shop .btn-icon-sm {

  width: 16px;

  height: 16px;

}



.featured-section h3 {

  font-size: 20px;

  margin-bottom: 20px;

  margin-top:20px;

  color: #000;

  font-weight: bold;

  margin-left: 10px;

}



/* ===== FEATURED PRODUCT SECTION ===== */

/* .featured-section {

  margin-top: 50px;

  text-align: left;

}



.featured-section h3 {

  font-size: 20px;

  margin-bottom: 20px;

  color: #000;

  font-weight: bold;

  margin-left: 10px;

}



.product-slider {

  display: flex;

  gap: 20px;

  overflow-x: auto;

  scroll-behavior: smooth;

  padding-bottom: 10px;

}



.product-slider::-webkit-scrollbar {

  height: 8px;

}

.product-slider::-webkit-scrollbar-thumb {

  background: #ccc;

  border-radius: 4px;

} */





.featured-section {



  padding:0px;

  max-width:89%;

  margin:0 auto;





}



.product-slider { margin: 0 auto; }

.product-card {

  background: #fff;

  padding: 15px;

  margin: 10px;

  border: 1px solid #ddd;

  border-radius: 6px;

  text-align: center;

  position: relative;

}

.discount-badge {

  position: absolute;

  top: 10px;

  background: red;

  color: white;

  font-size: 12px;

  padding: 2px 6px;

  border-radius: 3px;

}

.special-price { color: #fff; font-weight: bold; }

.old-price { text-decoration: line-through; color: #999; }

.vat-text { font-size: 11px; color: #555; display: block; }

.slick-prev, .slick-next {

  background: #333;

  color: white;

  border: none;

  padding: 8px;

  font-size: 16px;

}





/* Product Card */

.product-card {

  background: white;

  border-radius: 5px;

  padding: 10px;

  width: 180px;

  box-shadow: 0 0 5px rgba(0,0,0,0.1);

  position: relative;

  flex: 0 0 auto;

  text-align: center;

  transition: transform 0.3s;

}



.product-title a {

  display: -webkit-box;

  -webkit-line-clamp: 2;     /* Show only 2 lines */

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

  line-height: 1.4em;

  max-height: 2.8em;         /* 1.4em * 2 lines */

  text-align: left;

}



.product-card:hover {

  transform: translateY(-3px);

}



.product-card img {

  width: 100%;

  height: auto;

}



.label-off {

  position: absolute;

  top: 10px;

  left: 10px;

  background: #1e3a8a;

  color: white;

  font-size: 10px;

  padding: 2px 6px;

  border-radius: 3px;

}



.product-title {

  font-size: 13px;

  font-weight: bold;

  margin: 10px 0 5px;

}



.product-title a {

  text-decoration: none;

  color: #222;

}

.product-title a:hover {

  color: #007bff;

}



.product-price {

  color: #4CAF50;

  font-weight: bold;

}



.product-price .special-price {

  color: #e53935;

}



.product-price .old-price {

  color: #999;

  text-decoration: line-through;

  margin-left: 8px;

}



.tax {

  font-size: 10px;

  color: #666;

  display: block;

}



/* ===== REASONS TO BUY SECTION ===== */

.reasons-section {

  /* margin-top: 0px;

  text-align: left; */

  max-width: 88%;

  margin: 0 auto;

  padding: 0px 0px;

}



.reasons-section h3 {

  font-size: 20px;

  margin: 20px 0 20px 0;

  color: #000;

  margin-left: 0px;

  font-weight: bold;

}



/* Grid Container */

.reasons-grid {

  /* display: flex;

  flex-wrap: wrap;

  gap: 20px;

  justify-content: center; */

    display: flex;

  flex-wrap: nowrap;

  gap: 20px;

  justify-content: space-between;



}



/* Reason Card */

.reason-card {

  background: white;

  display: flex;

  align-items: flex-start;

  gap: 10px;

  border: 1px solid #eee;

  padding: 15px;

  border-radius: 5px;

  width: 100%;

  /* max-width: 320px; */

  box-shadow: 0 0 5px rgba(0,0,0,0.05);

  text-align: left;

}



/* Reason Icon */

.reason-card img {

  width: 40px;

  height: 40px;

  flex-shrink: 0;

}



/* Reason Text */

.reason-card div {

  text-align: left;

}



.reason-card strong {

  display: block;

  font-size: 16px;

  color: #222;

}



.reason-card p {

  font-size: 11px;

  color: #666;

  margin: 5px 0 0;

}



.reason-card:hover {

  transform: translateY(-5px);

}







/* ===== RESPONSIVE ===== */



@media (max-width: 768px) {

  .reasons-grid {

    flex-direction: column;

    align-items: center;

  }



  .reason-card {

    max-width: 100%;

  }



   .product-slider {

    flex-direction: column;

    align-items: center;

  }



  .product-card {

    width: 90%;

  }

}





.rating {

  color: #FFD700;

  font-size: 20px;

  letter-spacing: 1px;

}



.product-price-btn.full-width {

  width: 100%;

  display: block;

  padding: 12px 15px;

  background-color: #477E00;

  color: #fff;

  border: 1px solid #477E00;

  border-radius: 4px;

  font-weight: bold;

  text-align: center;

  box-sizing: border-box;

  margin-top: 10px;

  cursor: default;

  font-size: 16px;

}



.product-price-btn .old-price {

  text-decoration: line-through;

  margin-left: 5px;

  color: #fdd;

}



.product-price-btn .vat-text {

  font-size: 12px;
  display: block;
  margin-top: 4px;
  color: green;
  margin-top: -19px;
  padding-left: 56px;



}



.breadcrumb {

  font-size: 14px;

  padding: 10px;

  background-color: #f5f5f5;

  color: #6c757d;

}



.breadcrumb a {

  text-decoration: none;

  color: #007bff;

}



.breadcrumb a:hover {

  text-decoration: underline;

}



.breadcrumb span {

  margin: 0 5px;

}





/* end css for cart */



/* css for cart popup */



/* === Root Cart Block === */

.block.block-cart.awd-cartpro {

  font-family: Arial, sans-serif;

  border: 1px solid #ddd;

  border-radius: 4px;

  overflow: hidden;

  background: #f9f9f9;

}



/* === Cart Confirmation Header === */

.block.block-cart.awd-cartpro .cart-confirmation-header {

  background: #1e2f3f;

  color: #fff;

  padding: 15px 20px;

  display: flex;

  align-items: center;

  font-weight: bold;

  font-size: 16px;

  border-radius: 4px 4px 0 0;

  position: relative;

}



.block.block-cart.awd-cartpro .cart-confirmation-header img {

  width: 24px;

  margin-right: 10px;

}



.block.block-cart.awd-cartpro .cart-confirmation-header .cart-close-btn {

  margin-left: auto;

  color: #fff;

  text-decoration: none;

  font-size: 22px;

  font-weight: normal;

  line-height: 1;

  cursor: pointer;

  background: none;

  border: none;

  padding: 0;

}



.block.block-cart.awd-cartpro .cart-confirmation-header .cart-close-btn:hover {

  color: #ccc;

}



/* === Cart Items Wrapper === */

.block.block-cart.awd-cartpro .cart-item-wrapper {

  background: #fff;

  border: 1px solid #ddd;

  border-top: none;

  padding: 20px;

}



/* === Individual Cart Item === */

.block.block-cart.awd-cartpro .cart-item {

  display: flex;

  gap: 15px;

  border-bottom: 1px solid #eee;

  padding-bottom: 15px;

  margin-bottom: 15px;

}



.block.block-cart.awd-cartpro .cart-item:last-child {

  border-bottom: none;

  margin-bottom: 0;

  padding-bottom: 0;

}



/* === Product Image === */

.block.block-cart.awd-cartpro .cart-item-image img {

  width: 100px;

  border-radius: 4px;

}



/* === Cart Item Info Section === */

.block.block-cart.awd-cartpro .cart-item-info {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  width: 100%;

  align-items: center;

}



.block.block-cart.awd-cartpro .cart-item-info h4 {

  flex: 1 1 100%;

  margin: 0;

  font-size: 15px;

  color: #333;

}



/* === Quantity Input === */

.block.block-cart.awd-cartpro .cart-item-qty input {

  width: 50px;

  padding: 6px;

  text-align: center;

  border: 1px solid #ccc;

  border-radius: 4px;

}



.cart-item-actions {

    display: flex;

    justify-content: center; /* Horizontally center the row */

    align-items: center;     /* Vertically align items */

    gap: 20px;               /* Space between elements */

    margin-top: 10px;

    flex-wrap: wrap;         /* Optional: wrap on smaller screens */

}



.cart-item-qty {

    display: flex;

    align-items: center;

    gap: 5px;

}



.cart-item-qty button {

    padding: 5px 10px;

    font-size: 16px;

    cursor: pointer;

}



.cart-item-qty .qty-input {

    width: 40px;

    text-align: center;

    border: 1px solid #ccc;

    padding: 4px;

}



.cart-item-price {

    font-weight: bold;

    min-width: 80px;

    text-align: center;

}



.cart-item-remove img {

    width: 20px;

    height: 20px;

    cursor: pointer;

}











/* === Price and Remove Link === */

.block.block-cart.awd-cartpro .cart-item-price {

  font-weight: bold;

  color: #333;

  margin-left: auto;

}



.block.block-cart.awd-cartpro .cart-item-remove a {

  color: red;

  font-size: 18px;

  text-decoration: none;

  margin-left: 10px;

}



.block.block-cart.awd-cartpro .cart-item-remove a:hover {

  color: darkred;

}



/* === Cart Actions === */

.block.block-cart.awd-cartpro .cart-actions {

  background: #fff;

  border: 1px solid #ddd;

  border-top: none;

  padding: 20px;

}



.block.block-cart.awd-cartpro .cart-actions .action-buttons-wrapper {

  display: flex;

  gap: 10px;

  margin-top: 10px;

}



/* === Buttons === */

.block.block-cart.awd-cartpro .cart-actions .action-buttons-wrapper .btn {

  flex: 1;

  padding: 12px;

  font-weight: bold;

  border-radius: 4px;

  text-align: center;

  text-decoration: none;

  cursor: pointer;

  font-size: 14px;

  transition: all 0.3s ease;

}



.block.block-cart.awd-cartpro .btn-continue {

  background: #fff;

  border: 1px solid #ccc;

  color: #000;

}



.block.block-cart.awd-cartpro .btn-continue:hover {

  background: #f5f5f5;

}



.block.block-cart.awd-cartpro .btn-checkout {

  background: #6ca901;

  border: none;

  color: #fff;

}



.block.block-cart.awd-cartpro .btn-checkout:hover {

  background: #5b9101;

}



/* === Responsive Mobile View === */

@media (max-width: 480px) {

  .block.block-cart.awd-cartpro .cart-item {

    flex-direction: column;

  }



  .block.block-cart.awd-cartpro .cart-item-info {

    flex-direction: column;

    align-items: flex-start;

  }



  .block.block-cart.awd-cartpro .cart-item-price,

  .block.block-cart.awd-cartpro .cart-item-remove {

    margin-left: 0;

  }



  .block.block-cart.awd-cartpro .cart-actions .action-buttons-wrapper {

    flex-direction: column;

  }

}



.cart-item-info .cart-item-remove {

    margin-bottom: 20px;

}







/* === Focus State for Accessibility === */

.block.block-cart.awd-cartpro input:focus,

.block.block-cart.awd-cartpro .btn:focus,

.block.block-cart.awd-cartpro .cart-close-btn:focus {

  outline: 2px solid #6ca901;

  outline-offset: 2px;

}



/* Align content in center of the button */

.block.block-cart.awd-cartpro .btn-continue {

  background: #fff;

  border: 2px solid #0d6efd;

  color: #000;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px; /* space between icon and text */

  padding: 12px 16px;

  font-weight: bold;

  border-radius: 4px;

  font-size: 14px;

  text-decoration: none;

  transition: all 0.3s ease;

}



.block.block-cart.awd-cartpro .btn-continue img {

  height: 20px;

  width: auto;

  display: inline-block;

  vertical-align: middle;

}



/* checkout icon */

.block.block-cart.awd-cartpro .btn-checkout {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  background: #6ca901;

  color: #fff;

  border: none;

  padding: 12px 16px;

  font-weight: bold;

  border-radius: 4px;

  text-transform: uppercase;

  font-size: 14px;

  cursor: pointer;

  transition: background-color 0.3s ease;

}



.block.block-cart.awd-cartpro .btn-checkout:hover {

  background-color: #5b9101;

}



.block.block-cart.awd-cartpro .btn-checkout img {

  height: 20px;

  width: auto;

  display: inline-block;

  vertical-align: middle;

}

/* shahzad khan Started css code */

.register-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f8fa;
  padding: 40px;
}

.register-box {
  width: 100%;
  max-width: 682px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.register-box h1,
.register-box h2.legend {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.register-box .form-list li {
  margin-bottom: 20px;
}

.register-box .form-list input[type="text"],
.register-box .form-list input[type="password"],
.register-box .form-list select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.register-box .buttons-set button {
  background-color: #007bff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.register-box .buttons-set button:hover {
  background-color: #0056b3;
}

.register-box label.required em {
  color: red;
  margin-right: 5px;
}
/* Shahzad khan Ended css Code */


/* end css for cart popup */

/* start css for  blog  */

/* Default grid for large screens */

.blog-section {

  margin-top:50px !important;
  padding: 0 0 24px;

}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Tablet view (2 columns) */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile view (1 column) */
@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr !important;
    }
    .blog-card {
        max-width: 100%;
    }
}


/* end css for blog */

/* css for delivery */

.delivery-header {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-family: Arial, sans-serif;
  border-bottom: 2px solid #EDEDED;
}

.delivery-header img {
    width: 39px;
    height: 39px;
    margin-right: 8px;
    display: block;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
}

.delivery-header .title {
  font-weight: bold;
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
}

.divider {
  border-top: 1px solid #FFFFFF;
  margin-top: 4px;
}





/* end css for delivery page */

/* breadcrumb */
/* Container spacing */
/* Breadcrumb container padding */
.breadcrumbs-wrapper {

  padding: 10px 110px 10px;

}

/* Breadcrumb list */
.breadcrumbs-wrapper .breadcrumb-container .breadcrumb-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    font-size: 13px !important;
}

/* Breadcrumb items */
.breadcrumbs-wrapper .breadcrumb-container .breadcrumb-list .breadcrumb-item {
    display: flex !important;
    align-items: center !important;
}

/* Breadcrumb links */
.breadcrumbs-wrapper .breadcrumb-container .breadcrumb-list .breadcrumb-item .breadcrumb-link {
    text-decoration: none !important;
    color: #999 !important; /* Light gray */
    font-weight: normal !important;
    font-size: 15px !important;
}

/* Breadcrumb separator */
.breadcrumbs-wrapper .breadcrumb-container .breadcrumb-list .breadcrumb-separator {
    margin: 0 6px !important;
    color: #999 !important;
    font-size: 15px !important;
}

/* Active breadcrumb text in red */
.breadcrumbs-wrapper .breadcrumb-container .breadcrumb-list .breadcrumb-item.breadcrumb-active .breadcrumb-current {
    color: #D52A34 !important; /* Red */
    font-weight: bold !important;
    font-size: 15px !important;
}




/* end breadcrumb  */

/* checkout table */

/* Mobile styles */

@media (max-width: 768px) {
  .cart-table thead {
    display: none; /* hide table headers */
  }

  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td {
    display: block;
    width: 100%;
  }

  .cart-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
  }

  .cart-table td {
    text-align: left;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .cart-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #333;
  }

}

/* shahzad khan css code started  */


/* Heading + Divider */
.featured-section h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
}

.simple-divider {
  border: none;
  height: 1px;
  background: #eaeaea;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  margin: 20px 0;
}

/* Product Card */
.product-card {
  text-align: center;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.3s ease;
  position: relative;
  margin: 10px;
  width: 315px;
  display: inline-block;
  vertical-align: top;
}

.product-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Discount Badge */
.discount-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d3b64;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 2;
}

/* Image box */
.image-box {
  display: block;
  /* width: 200px;
  height: 200px; */
  margin: 0 auto 10px auto;
  position: relative;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  object-fit: scale-down;
}

/* Product Title */
.product-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  min-height: 38px;
  margin-bottom: 6px;
  padding: 0 5px;
}

/* Rating */
.rating {
  font-size: 25px;
  color: #f5a623;
  margin-bottom: 5px;
  text-align: left;
}

/* Price section */
.special-price {
  color: green;
  font-size: 13px;
  margin-left: 5px;
}

.vat-text {
  display: block;
  font-size: 11px;
  color: #666;
}

/* Price & button container */
.product-price-btn {
  margin-top: 10px;
  text-align:left;
}

/* Add To Cart Button */
.add-to-cart-btn {
  margin-top: 8px;
  display: inline-block;
  background: #0072ff;
  color: #fff;
  padding: 8px 102px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.add-to-cart-btn:hover {
  background: #0056cc;
}
/* Responsive for mobile devices */
@media (max-width: 1882px) {
  .add-to-cart-btn {
    padding: 6px 15px;
  }
}

/* Responsive carousel fallback */
@media (max-width: 768px) {
  .product-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* shahzad khan css ended  */

/* second code css started shahzad khan on admin  */

.feature-card-section {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  color: black;
}

.hr-line {
  width: 100%;
  height: 1px;
  background-color: #cec2c2;
  margin: 0 auto 30px;
  border: none;
}

/* Responsive Grid Layout */
.feature-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.feature-card {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

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

.feature-card__icon img {
  width: 55px;
  height: auto;
  display: block;
}

.feature-card__text {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 18px;
}

.feature-card__title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}

.feature-card__subtitle {
  font-size: -1.1rem;
  color: #555;
  text-align: left;
}

/* ✅ Responsive Breakpoints */

@media (max-width: 1024px) {
  .feature-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .feature-section {
    grid-template-columns: 1fr;
  }



  .feature-card {
    flex-direction: row;
    padding: 15px;
  }

  .feature-card__icon img {
    width: 36px;
  }

  .feature-card__title {
    font-size: 1rem;
  }

  .feature-card__subtitle {
    /* font-size: 0.1rem; */
    font-weight: 604
    ;
  }

  @media (max-width: 600px) {
  .hr-line {
    max-width: 80%; /* or 300px if you prefer a fixed small size */
  }
}
}


/* ended code shahzad khan on admin */


/* css for blog section page */

/* === BLOG SECTION WRAPPER === */
.blog-wrapper {
  margin:0 0 10px 0;
  background-color: #fff; /* Optional */
}

/* === CONTAINER === */
.blog-wrapper .blog-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0px;
}

/* === SECTION TITLE === */
.blog-wrapper .blog-title {
  text-align: left;
}

/* === BLOG GRID === */
.blog-wrapper .blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

/* === BLOG CARD === */
.blog-wrapper .blog-card {
  background-color: #fff;
  width: calc(25% - 22.5px); /* 4 per row */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
  text-align: center;
}

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

/* === IMAGE === */
.blog-wrapper .blog-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit:cover;
}


/* === CONTENT === */
.blog-wrapper .blog-content {
  padding: 15px;
  text-align:left;
}

.blog-wrapper .blog-date {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 10px;
  display: block;
}

.blog-wrapper .blog-content h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #333;
}

.blog-wrapper .blog-read-more {
  text-decoration: none;
  color: green;
  font-weight: bold;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.blog-wrapper .blog-read-more:hover {
  color: green;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .blog-wrapper .blog-card {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 768px) {
  .blog-wrapper .blog-card {
    width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .blog-wrapper .blog-card {
    width: 100%;
  }
}


/* end css for blog section page */

/* main blog page */

.new-blog-wrapper {
  padding: 60px 0;
  background-color: #fff; /* Optional */
}

/* === CONTAINER === */
.new-blog-wrapper .new-blog-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0px;
}

/* === SECTION TITLE === */
.new-blog-wrapper .new-blog-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

/* === BLOG GRID === */
.new-blog-wrapper .new-blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

/* === BLOG CARD === */
.new-blog-wrapper .new-blog-card {
  background-color: #fff;
  width: calc(25% - 22.5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
  text-align: center;
}

.new-blog-wrapper .new-blog-card:hover {
  transform: translateY(-5px);
}

.new-blog-wrapper .new-blog-card img {
 width: 100%;
  height: auto;
  display: block;
}

/* === CONTENT === */
.new-blog-wrapper .new-blog-content {
  padding: 15px;
}

.new-blog-wrapper .new-blog-date {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 10px;
  display: block;
}

.new-blog-wrapper .new-blog-content h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #333;
}

.new-blog-wrapper .new-blog-read-more {
  text-decoration: none;
  color: green;
  font-weight: bold;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.new-blog-wrapper .new-blog-read-more:hover {
  color: green;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .new-blog-wrapper .new-blog-card {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 768px) {
  .new-blog-wrapper .new-blog-card {
    width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .new-blog-wrapper .new-blog-card {
    width: 100%;
  }
}






/* end main blog page */

/* from the blog */

/* === CONTENT === */
.new-blog-wrapper .new-blog-content {
  padding: 15px;
  color:white;
  background-color: #D42A34; /* Optional: can be customized for background color */
}

.new-blog-wrapper .new-blog-content h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
}

.new-blog-wrapper .new-blog-button {
  display: inline-block;
  background-color: #D42A34;
  color: white;

  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;

  text-align: center;
  transition: background-color 0.3s ease;

}

.new-blog-wrapper .new-blog-button:hover {
  background-color: #c62828;
}



/* end from the blog  */

/* blog heading */

/* General Wrapper Styles */
.new-blog-title-wrapper,
.blog-title-wrapper {
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
}

/* Title Styles */
.blog-title {
    color: black;
    margin: 0;
}

/* Line Styles */
.new-line,
.line {
    height: 1px;
    background-color: lightgray;
    margin: 10px 0 30px 0;
}

/* end blog heading  */

/* news and update for blog */

/* Blog Section Wrapper */
.recent-blogs-section {
  padding: 40px 0px;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

/* Header */
.recent-blogs-header {
  text-align: left;
  margin-bottom: 30px;
}

.recent-blogs-title {
  font-size: 24px;
  margin: 0;
}

.header-underline {
    height: 1px;
    background-color: #ccc;
    margin-top: 10px;
    width: 100%;
    position: relative;
    left: 50%;
    margin-bottom: 30px;
    transform: translateX(-50%);
}


/* Grid Layout */
.recent-blogs-content {
  width: 100%;
  box-sizing: border-box;
}

.recent-blogs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Exactly 4 columns */
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}

/* Medium screens - 3 columns */
@media (max-width: 1024px) {
  .recent-blogs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets - 2 columns */
@media (max-width: 768px) {
  .recent-blogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile - 1 column */
@media (max-width: 472px) {
  .recent-blogs-grid {
    grid-template-columns: 1fr;
  }
}

/* Individual Blog Card */
.blog-post-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
}

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

/* Image Styling */
.blog-post-card img {
   width: 100%;
  height: auto;
  margin-left: auto;
  margin-right:auto;
  display: block;
}

/* Blog Content */
.blog-post-content {
  padding: 15px;
  text-align: left;
}

.blog-post-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
  display: block;
}

.blog-post-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

/* Read More Link */
.read-more-link {
  font-size: 14px;
  color: green;
  font-weight: bold;
  text-decoration: none;
}

.read-more-link:hover {
  text-decoration: underline;
}

/* end news and update for blog */

/*  css for my account profile */

.block.block-account {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    width: 250px;
    padding: 15px;
}


.block.block-account .block-title {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0px;
    background-color: #EAEAEA;
    text-transform: lowercase;
}


.block.block-account .block-content {
    padding: 0;
}


.block.block-account .block-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.block.block-account .block-content ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    color: #555;
}


.block.block-account .block-content ul li.last {
    border-bottom: none;
}


.block.block-account .block-content ul li a {
    text-decoration: none;
    color: #555;
    display: block;
}


.block.block-account .block-content ul li.current a {
    font-weight: bold;
    color: #000;
}


.block.block-account .block-content ul li a:hover {
    color: #ffffff;
}


.block.block-account .block-content ul li.current a:hover {
    color: #ffffff;
}


.block.block-account .block-title strong span {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.block.block-account .block-content ul li.logout_button {
    color: #fff;
    background: #477E00;
    font-weight: bold;
    text-align: center;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 6px;
}

.block.block-account .block-content ul li.logout_button a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 0;

}



/* end css for my account profile */

/*css for profile */

/* Base Styles (Desktop Mode) */
.profile-wrapper {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.profile-header {
    text-align: center;
    margin-bottom: 20px;
}

.profile-header h2 {
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}

.profile-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

.input-group {
    width: 100%;
}

.half-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.profile-form label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.profile-form input,
.profile-form select,
.profile-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.profile-form input:focus,
.profile-form select:focus,
.profile-form textarea:focus {
    outline: none;
    border-color: #007bff;
}

.profile-form textarea {
    height: 100px;
}

.form-container .update-button {
    background-color: #477E00;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
    float: right;
}

.form-container .update-button:hover {
    background-color: #218838;
}

#address {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .profile-header h2 {
        font-size: 20px;
    }

    .profile-image {
        width: 60px;
        height: 60px;
    }

    /* No changes to layout in mobile view */
    .profile-form {
        grid-template-columns: 1fr; /* Single column layout for mobile */
    }

    .half-row {
        flex-direction: row; /* Ensure elements are in a single row */
        justify-content: space-between;
        gap: 15px;
    }

    .profile-form input,
    .profile-form select,
    .profile-form textarea {
        font-size: 16px;
    }

    .form-container .update-button {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/* Tablet Responsiveness (max-width: 1030px) */
@media (max-width: 1030px) {
    .profile-header h2 {
        font-size: 22px;
    }

    /* Ensure half-row shows in a single row */
    .half-row {
        display: flex;
        flex-wrap: nowrap; /* Ensure items do not wrap and stay in a single row */
        justify-content: space-between;
        gap: 15px;
    }

    .profile-form {
        grid-template-columns: 1fr; /* Keep a single column layout */
    }

    .profile-form input,
    .profile-form select,
    .profile-form textarea {
        font-size: 15px;
    }
}

/* Right-align the update button */
.form-container {
    display: flex;
    justify-content: flex-end;
}

/* end css for profile */

/* payment success */

/* External CSS */

/* Custom scrollbar for table */
/* Scrollbar Styling */
.scrollbar-thin::-webkit-scrollbar {
  height: 6px;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: #a0aec0;
  border-radius: 3px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background-color: #edf2f7;
}

/* Truncate long product titles */
.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Container */
.max-w-6xl {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-grow: 1;
  text-align: left;
}

/* Header */
.bg-green-700 {
  background-color: #508510;
  border-radius: 4px;
}

.bg-green-800 {
  background-color: #508510;
}

.text-green-700 {
  color: #508510;
}

/* Button */
.bg-green-700:hover {
  background-color: #508510;
}

.text-white {
  color: #fff;
}

.font-semibold {
  font-weight: 600;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

/* Title section */
.font-semibold {
  font-weight: 600;
}

.text-lg {
  font-size: 1.125rem;
}

/* Table and other sections */
.bg-white {
  background-color: #fff;
}

.text-gray-900 {
  color: #1a202c;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-700 {
  color: #4a5568;
}

.text-gray-500 {
  color: #a0aec0;
}

.bg-gray-100 {
  background-color: #f7fafc;
}

.bg-gray-200 {
  background-color: #edf2f7;
}

.bg-blue-gray-800 {
  background-color: #2c3e50;
}

.border {
  border-width: 1px;
}

.border-gray-200 {
  border-color: #edf2f7;
}

.border-gray-300 {
  border-color: #e2e8f0;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.w-48 {
  width: 12rem;
}

.w-14 {
  width: 3.5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.h-6 {
  height: 1.5rem;
}

.h-10 {
  height: 2.5rem;
}

.flex {
  display: flex;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.items-center {
  align-items: center;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-snug {
  line-height: 1.375;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-0.5 {
  margin-top: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.space-y-1 {
  margin-top: 0.25rem;
}

.space-y-6 {
  margin-top: 1.5rem;
}

.justify-between {
  justify-content: space-between;
}

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

.items-center {
  align-items: center;
}

.text-gray-500 {
  color: #a0aec0;
}

/* Footer */
.bg-blue-gray-800 {
  background-color: #2c3e50;
}

.text-white {
  color: #fff;
}

.text-sm {
  font-size: 1rem;
}

.font-medium {
  font-weight: 500;
}

/* Tables */
.table {
  width: 100%;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.border-collapse {
  border-collapse: collapse;
}

.text-xs {
  font-size: 0.75rem;
}

.border-b {
  border-bottom-width: 1px;
}

.p-3 {
  padding: 0.75rem;
}

/* Thank you Banner */
.thank-you-banner {
  background-color: #2c3e50; /* Dark blue color */
  color: white; /* White text */
  padding: 10px 0; /* Padding for top and bottom */
  text-align: center; /* Center the text */
  font-size: 18px; /* Text size */
  font-weight: bold; /* Make text bold */
  letter-spacing: 1px; /* Space out letters */
  border-radius: 3px; /* Rounded corners */
  width: 90%; /* Full width */
  margin: 0 auto; /* Center the banner */
}

/* Container Flex Layout */
.flex-container {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Space between the left and right sections */
  flex-wrap: wrap; /* Allow wrapping when needed */
}

/* Left and Right Sections */
.flex-container .left-section,
.flex-container .right-section {
  width: 48%; /* 50% width for each, with some gap */
  display: flex;
  flex-direction: column;
}

/* Make sure text inside these sections is aligned properly */
.left-section, .right-section {
  margin-bottom: 1.5rem;
}

/* Adjust margins between sections */
.bg-white {
  margin-bottom: 1.5rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  /* Stack sections vertically on mobile */
  .flex-container {
    flex-direction: column;
    align-items: center;
  }

  /* Each section takes full width on smaller screens */
  .left-section, .right-section {
    width: 100%;
  }
}

/* Container for all sections */
.custom-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

/* Billing and Shipping Information (Side by side in one row) */
.billing-shipping-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Common Box Style for Billing, Shipping, Payment, and Shipping Method */
.box-style {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  padding: 16px;
}
.payment-shipping-method{

   background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  padding: 16px;

}

/* Header Styles for Billing and Shipping Information */
.box-header {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: #e0e0e0;
  padding: 8px 12px;
  border-radius: 4px;
}

/* Address Styles */
.address-text {
  font-size: 12px;
  color: #4a4a4a;
  line-height: 1.6;
  white-space: pre-line;
  font-style: normal;
}

/* Payment Method and Shipping Method Box Style */
.payment-shipping-method {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  padding: 16px;
}


/* Payment and Shipping Method Header */
.payment-shipping-header {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: #e0e0e0;
  padding: 8px 12px;
  border-radius: 4px;
}

.order-summary-block {
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sub-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.order-summary-table-main {
    margin-bottom: 20px;
}

.order-summary-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.order-summary-table th,
.order-summary-table td {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
    /* border-bottom: 1px solid #ddd; */
}

.order-summary-table th {
    background-color: #f1f1f1;
    font-size: 1rem;
    font-weight: bold;
    color:black;
}

.order-summary-table td {
    font-size: 0.9rem;
}

.quantity {
    text-align: center;
}

.price,
.total {
    text-align: right;
}

.product-title {
    font-weight: bold;
}

.product-sku .label {
    font-style: italic;
}

.order-summary-totals p {
    margin: 5px 0;
    font-size: 1rem;
}

.amount {
    font-weight: bold;
}

.shipping-method,
.tax,
.subtotal {
    font-size: 1.1rem;
    text-align: right;
    margin-bottom: 10px;
}

.order-summary-totals .amount {
    color: #e97f2b;
    font-size: 1.2rem;
    font-weight: bold;
}

.featured-title{

    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;

}

.payment-success{

   color: #508510;
   font-weight: bold;
   font-size: 33px;
   padding: 0px 10px;

}

.thank_you_product {

    margin: 0 auto;
    padding: 60px 71px;
    width: 100%;

}

.thank_you_product .home-featured-products .product-card {
    width: 312px !important;
}
@media (max-width: 767px) {
    .thank_you_product {
        padding: 20px 15px; /* Adjust padding for smaller screens */
    }

    .thank_you_product .home-featured-products .product-card {
        width: 100% !important; /* Full width for mobile */
        margin-bottom: 15px; /* Space between products */
    }
}

@media (max-width: 768px) {
    .continue-shopping {
      width: 100%;
      justify-content: center;
      text-align: center;
    }

    .payment-success {
      width: 100%;
      justify-content: center;
      text-align: center;
      margin-bottom: 10px;
    }

    .payment-success img,
    .continue-shopping img {
      width: 20px; /* Adjust the size of the images for mobile */
    }

    .payment-success span {
      font-size: 14px; /* Adjust font size for mobile */
    }
  }

.payment-shipping-text {

  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  color: #4a4a4a;

}

.left {
  text-align: left;
}

.right {
  text-align: right;
}


/* end payment success */

/* css for Billing Summary */


@media (max-width: 768px) {
  .opc-wrapper-opc,
  .order-summary-container,
  .shipping-block,
  .opc-col-left,
  .opc-col-right,
  .payment-block,
  .signature-block,
  .opc-review-actions-wrapper {
    /* padding: 10px !important;
    margin: 0 auto !important; */
    width: 100% !important;
    box-sizing: border-box;
  }

  .order-summary-header {
    flex-direction: row;
    align-items: flex-start;
    font-size: 16px;
    margin-right: 0 !important;
  }

  .order-summary-total {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-summary-table td {
    font-size: 14px;
    display: block;
    width: 100%;
  }

  .shipping-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .order-summary-body h3,
  .shipping-block h3,
  .payment-block h3,
  .signature-block h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    text-align: left;
  }

  .order-summary-terms {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-pay,
  .button-continue,
  .opc-btn-checkout {
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }

  .opc-col-left,
  .opc-col-right {
    float: none;
    width: 100%;
  }

  .opc-menu,
  .opc-wrapper-opc h2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .opc-review-actions-wrapper .grand_total {
    font-size: 16px;
  }

  .shipping-method-wrapper .shipping-method {
    flex-direction: column;
    align-items: flex-start;
  }

  .estimated-delivery {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .order-summary-container,
  .shipping-block,
  .payment-block,
  .signature-block {
    /* padding: 15px !important; */
  }

  .order-summary-table td,
  .order-summary-total {
    font-size: 13px;
  }

  .btn-pay,
  .button-continue,
  .opc-btn-checkout {
    font-size: 14px;
    padding: 10px;
  }

  .opc-wrapper-opc h2 {
    font-size: 20px;
    /* text-align: center; */
  }

  .opc-menu {
    padding: 10px;
  }

  .order-summary-header .arrow-icon {
    font-size: 18px;
    margin-top: 8px;
  }
}

/* shahzad khan css code  */

.delivery-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.delivery-extra.expanded {
  max-height: 5000px; /* Large enough to show all extra content */
}

.toggle-btn {
  /* margin: 20px auto;
  padding: 10px 30px;
  background: #fff;
  color: #4CAF50;
  border: 1px solid #4CAF50;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%; */
  display: block;
  width: 100%;
  padding: 20px 1.5em;
  font: bold 1rem/1 sans-serif;
  color: #4d8700;
  text-decoration: none;
  border: 2px solid #4d8700;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
/* 
.toggle-btn:hover {
  background: #4CAF50;
  color: #fff;
} */

.delivery-block {
  margin-bottom: 20px;
}







/*  end css for Billing Summary */






