.dropdown-menu li a {

  padding: 10px !important;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff !important;
  cursor: default;
  background: #A02123 !important;
}



.contact-section .field_title {
  color: #FDBB25;
  padding: 15px 0px 0px;
}

.contact-section label.error {
  background: #fff;
  padding: 2px 2px 0px;
  border-radius: 3px;
}

.zigzag-section {
  padding: 60px 0;
}

.zigzag-row {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.zigzag-image {
  background-size: cover;
  background-position: center;
  height: 350px;
  position: relative;
  border-radius: 30px;
  width: 100%;
}


.zigzag-content {
  padding: 20px;
  position: relative;
  top: -10%;
  /* move up by 10% */
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  border-left: 5px solid #c5a56e;
  border-radius: 20px;
  right: 10%;
}


.zigzag-content-con {
  padding: 20px;
  position: relative;
  top: -10%;
  /* move up by 10% */
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  border-left: 5px solid #c5a56e;
  border-radius: 20px;
  left: 10%;
}

.zigzag-section {
  background: linear-gradient(90deg, #A02123, #FF4B4E);

}


/* Mobile styles */
@media (max-width: 767.98px) {
  .zigzag-row {
    flex-direction: column;
  }

  .zigzag-image {
    height: 200px;
    /* Ensure image is visible on small screens */
    margin-top: 20px;
    /* Spacing for visual clarity */
    margin-bottom: 10px;
  }

  .zigzag-row>.col-md-5,
  .zigzag-row>.col-md-7 {
    width: 100%;
    max-width: 100%;
  }

  .zigzag-content {
    top: 0;
    left: 0;
  }


  .zigzag-content-con {
    top: 0;
    left: 0;
  }
}

.quote-box.connected-quote p {
  color: #FFF;
}


.vcenter {
  display: flex;
  align-items: center;
  min-height: 408px;
  /* match image height */
  justify-content: end;
}

.image-wrapper {
  position: relative;
  z-index: 2;
}

/* Make image slightly overlap quote box */
.how-it-works-img {
  max-height: 320px;
  object-fit: contain;
  position: relative;
  left: 80px;
}

/* Quote box styles */
.quote-box.connected-quote {
  background: linear-gradient(90deg, #FDBB25, #F3B545);
  padding: 50px 50px 35px 100px;
  /* left padding to avoid overlap */
  margin-left: -40px;
  /* pull quote box left under image */
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

/* Remove border-left and shadow on mobile and no overlap */
@media (max-width: 767px) {
  .vcenter {
    display: block;
    min-height: auto;
    text-align: center;
  }

  .image-wrapper {
    position: static;
    z-index: auto;
  }

  .how-it-works-img {
    left: 0;
    margin-bottom: 20px;
  }

  .quote-box.connected-quote {
    margin-left: 0;
    padding: 20px;
    box-shadow: none;
  }

  .zigzag-item {
    margin: 10px !important;
  }
}

.what-we-do-section {
  background: #FDEFE9;
}

.zigzag-container {
  overflow: hidden;
}

@media (max-width: 768px) {
  .zigzag-container {
    overflow: hidden;
    margin: 0px 18px 0px 0px;
  }
}

.what-we-do-section h4 {
  color: #000;
  padding: 10px 0px 4px 0px;
}

.content-area p {
  color: #FFF;
}

.zigzag-item {
  background: #2B337C;
  padding: 20px 25px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 0px 0px 0px 40px;
  min-height: 250px;
}

.what-do-section .zigzag-img {
  border-radius: 50%;
  background: #A02123;
  padding: 12px;
}

.vertical-center-row {
  display: flex;
  flex-wrap: wrap;
  /* Keep responsiveness */
  align-items: center;
  /* Vertically centers children */
}



.offset-down {
  margin-top: 40px;
  /* tweak this for vertical offset */
}

/* Responsive stacking */
@media (max-width: 767px) {
  .zigzag-item {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
}


.our-team-section {
  background: #FDEFE9;
}

.our-team-section h4 {
  color: #000 !important;
}


/* Team rows flex container */
.team-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;

}

.team-member {
  background: #FDBB25;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
  padding: 25px 15px 40px;
  max-width: 380px;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
  text-align: center;
}

.team-member:hover {
  transform: translateY(-8px);
}



/* Responsive adjustments */
@media (max-width: 991px) {
  .team-member {
    max-width: 45%;
    flex: 1 1 45%;
  }
}

@media (max-width: 575px) {
  .team-member {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .our-team-section {
    padding: 40px 15px;
  }

  .our-team-section .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.scheme-about-section li {
  margin-bottom: 7px !important;
}

.scheme-sec {
  padding: 34px 0px 0px 0px !important;
}

.section-ti {
  color: #000;
}

.vison-box {
  background: #FDBB25;
  border-radius: 15px;
  margin: 0 15px;
}

.mision-sec {
  display: flex;
  justify-content: center;
}


.scheme-about-section ul {
  list-style-type: disc !important;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
}

.scheme-about-section li {
  margin-bottom: 8px;
}

.scheme-about-section ul li {
  list-style-type: circle;
  margin-top: 6px;
  margin-bottom: 12px;
  color: #000;
  font-size: 15px;
}


.plan-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.chit-fund-sec .nav-tabs>li>a {
  color: #A02123;
  position: relative;
  display: block;
  padding: 16px 108px;
}

.image-tab>li>a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 8px;
  min-height: 200px;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* Optional: Style the ul or parent container to be responsive */
.image-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.image-tab>li {
  flex: 1 1 calc(33.333% - 16px);
  /* 3 columns on large screens */
  box-sizing: border-box;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .image-tab>li {
    flex: 1 1 calc(50% - 16px);
    /* 2 columns on medium screens */
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .image-tab>li {
    flex: 1 1 100%;
    /* 1 column on small screens */
    padding: 10px;
  }

  @media (max-width: 600px) {
    .chit-fund-sec .nav-tabs>li>a {
      padding: 10px !important;
    }
  }
}



/* Responsive text and padding adjustments */
@media (max-width: 768px) {
  .nav-tabs {
    font-size: 14px;
    padding: 10px 12px;
  }
}

@media (max-width: 480px) {
  .nav-tabs {
    font-size: 13px;
    padding: 8px 10px;
    width: 95%;
  }
}


/* Section Basics */
.best-selling-section {
  background-image: url(../images/brt-bg.png);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0px 40px 0px;
}

.best-selling-section .box-item,
.category-section .box-item {
  transition: all 0.7s ease;
}

.best-selling-section .box-item-title a,
.category-section .box-item-title a {
  color: #000000;
  font-weight: 700;
  font-size: 17px;
  text-align: left;
}

.best-selling-section .pro-weight,
.category-section .pro-weight {
  color: #000000;
}

.best-selling-section .section-content,
.category-section .section-content {
  font-size: 16px;
  color: #555;
}

/* === Responsive Grid System === */
.pro-list {
  box-sizing: border-box;
  margin: 0px 0px 25px 0px;
}

.best-selling-section .pro-sale-price,
.category-section .pro-sale-price {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding-right: 5px;
}

/* === Product Box === */
.box-item {
  background: #FDE9A0;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.box-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.box-item-content {
  background: #FDE9A0;
  padding: 10px;
  min-height: 170px;
}

/* === Product Image & Overlay === */
/*
.featured-image {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}

.featured-image img.amigoways-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.featured-image:hover img.amigoways-img {
  transform: scale(1.05);
}

.box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.box-overlay-action {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  gap: 8px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.box-overlay-action a {
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: background 0.3s;
  font-size: 14px;
}

.box-overlay-action a:hover {
  background: #f1f1f1;
}

.featured-image:hover .box-overlay,
.featured-image:hover .box-overlay-action {
  opacity: 1;
  visibility: visible;
}

.fav-icon i,
.fav-icon-sel i {
  color: #e74c3c;
}

.box-item-content {
  padding: 10px;
  background: #FDE9A0;
}

.box-item-title .pro-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;

}*/





/* === Ratings === */
.box-pro-review {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.box-pro-review .fa-star {
  color: #ccc;
  margin-right: 1px;
}

.box-pro-review .fa-star.active {
  color: #ffbf00;
}

.review_count {
  margin-left: 5px;
}

/* === Price === */
.pro-price-con {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* === Buttons === */
.box-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.best-selling-section .amigoways-btn,
.category-section .amigoways-btn {
  background-color: #E43A29;
  color: #fff !important;
  padding: 8px 11px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  white-space: nowrap;
  width: 100%;

}

.best-selling-section .amigoways-btn:hover,
.category-section .amigoways-btn:hover {
  background-color: #FDBB25;
}

.cart-text i {
  margin-left: 5px;
}

/*******Product Detail*********/
.price-breakup-table td,
.price-breakup-table th {
  padding: 10px;
  color: #000;
}

.pro-sale-price {
  color: #000 !important;
}

/*******Product Detail*********/



/* === Responsive Fixes === */
@media (max-width: 767px) {
  .box-overlay-action {
    flex-direction: column;
    top: 5px;
    right: 5px;
  }
}





.blog-card {
  display: flex;
  justify-content: center;
}


/* Center text and elements on small screens */
@media (max-width: 767px) {

  .blog-card .col-xs-4,
  .blog-card .col-xs-8 {
    text-align: center;
    width: 100%;
  }

  .blog-card img {
    display: block;
    margin: 0 auto 15px;
    max-width: 80%;
  }

  .blog-meta,
  .blog-desc,
  .read-more {
    text-align: center;
  }
}

.blog-meta,
.blog-desc,
.read-more {
  color: #fff;
}

.blog-sec {
  background: #FF4B4E;
  padding: 16px 16px 16px 0px;
}

.sub-section .sub_heading {
  color: #000;
}

.sub-section .heading {
  color: #A02123;
}






.gift-box {
  background-color: #FDEFE9;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  /* Soft shadow */
  margin-bottom: 40px;
  transition: box-shadow 0.3s ease;
}

.gift-card-title {
  color: #A02123;
  padding: 15px 0px 2px 15px;
  border-bottom: 1px solid #000000;
  background: #FFFFFF;
}

.gift-details {
  padding: 15px 0px 2px 15px;
  background: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.gift-details p {
  color: #A02123;
}


.contact-us-details {
  margin-top: 10px;
}



.contact-content {
  display: flex;
  align-items: center;
  justify-content: start;

}

.contact-map-sec {
  display: flex;
  justify-content: start;
  padding: 0px;
}


.contact-content em {
  color: #FFFFFF;
  margin-right: 10px;
}

.section-sub {
  color: #FDBB25;
  font-weight: 700;
  margin-left: 10px;
}

.map-sec {
  background: #FFF;
}

.contact-content p {
  margin: 0px;
  color: #FFFFFF;
}

.shop-contact {
  display: flex;
  justify-content: end;
  padding: 0px;
}

.field-row {
  margin: 15px 0px;
}

.gold-input {
  color: #A02123;
  border: 1px solid #ccc;
}



.gold-drop {
  color: #fff;
  background-color: #FDBB25 !important;
}



/* Search container aligns items inline */
.navbar-search-li {
  position: relative;
  display: flex;
  align-items: center;
}

.search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

/* Initially hide the input */
.head_search_rest {
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
  display: flex;
  border-radius: 5px;
}

/* Show the input on hover or focus */
.search-wrapper:focus-within .head_search_rest {
  width: 160px;
}

/* Optional: limit input width visually */
.head_input {
  width: 100%;
}

/* Default search button style */
.head_search_con .amigoways-btn-search {
  background-image: url("../images/auto-search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px auto;
  border: 1px solid #E43A29;
  padding: 9px 16px;
  cursor: pointer;
  display: inline-block;
  background-color: #E43A29;

}


.jewel-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFE7DD;
  border-radius: 10px;
  color: #000000;
  border: 1px solid #C7C7C7;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 5px 0px;
}

.jewel-img {
  height: 55px;
}


.contact-section {
  background-image: url(../images/brt-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.chit-plan-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  border-radius: 20px;

}

.chit-plan-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.3s ease;
}

.chit-plan-box:hover .chit-plan-img {
  transform: scale(1.05);
  /* optional zoom effect on hover */
}

.chit-plan-title,
.chit-plan-desc {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  /* background to make text readable */
  margin: 0;
  padding: 5px;
}

.chit-plan-title {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: #2B337C;
  padding-top: 13px;
}

.chit-plan-desc {
  font-size: 14px;
  color: #FFF;
  background: #2B337C;
  padding: 13px;
}


.join-chit-section {
  background-image: url(../images/brt-bg.png);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0px;
}

.what-we-do-section .section-content {
  color: #4A4A4A;
}

.con-detail {
  padding: 0px;
  background: #E43A29;
  border: 4px solid #FDBB25;
  border-left: none;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}


.mob_head_side ul#nav li a .fa {
  padding: 0px 5px 0px 0px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 15px;
  color: #2B337C;
}

@media (max-width: 768px) {
  .mob_head_side ul#nav li a {
    padding: 10px 0px 10px 10px;
    color: #666;
    font-size: 14px;
    outline: medium none !important;
    text-decoration: none !important;
  }
}

.scheme-ddown {
  display: flex;
  align-items: center;
}

.d-user-toggle {
  left: 90%;
  position: absolute;
}

@media (max-width: 768px) {
  .con-detail {
    border: 2px solid #FDBB25;
    border-radius: 20px;
  }
}

.contact-shop-img {
  border: 4px solid #FDBB25;
  border-right: none;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .contact-shop-img {
    border: 2px solid #FDBB25;
    /* Restore the left border */
    border-radius: 20px;
    /* Apply full border-radius */
  }
}

.contact-map-section {
  background: #FDEFE9;
}

.single-row-products {
  background: #FDEFE9;
}

.basic-col-8 {
  width: 12.5%;
  float: left;
  text-align: center;
  padding: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 12px;
}

.basic-col-8:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Circular image with glow on hover */
.basic-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #ccc;
  padding: 8px;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
}

.basic-col-8:hover .basic-img {
  transform: scale(1.08);
  border-color: #007BFF;
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.4);
}

.basic-title a {
  text-decoration: none;
  color: #000;
  margin-top: 8px;
}


.basic-col-8:hover .basic-img {
  transform: scale(1.05);
  /* slight zoom */
  border-color: #000;
  /* darken border on hover */
}


@media (max-width: 768px) {
  .basic-col-8 {
    width: 33.33%;
  }
}

@media (max-width: 480px) {
  .basic-col-8 {
    width: 50%;
  }
}

.trending-products {
  background-image: url(../images/brt-bg.png);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0px;
}

.trending-featured-box {
  width: 100%;
  border-radius: 6px;
}

.trending-featured-box,
.trending-small-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.trending-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px 10px 0px;
  box-sizing: border-box;
  border-radius: 12px;
}

.trending-text {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0px 7px;
  padding: 10px;
}

.trending-text strong {
  font-size: 20px;
  display: block;
}
.trending-products
.trend-pro-img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 400px;
}

.trend-pro-img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* === Product Image & Overlay === */
.featured-image {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}

.featured-image img.amigoways-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  height: 350px;
  object-fit: cover;
}

.featured-image:hover img.amigoways-img {
  transform: scale(1.05);
}



.featured-image:hover .box-rating-wishlist {
  opacity: 1;
  visibility: visible;
}

/* === New Bottom Overlay for Rating and Wishlist === */
.box-rating-wishlist {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.rating-overlay .rating-text {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.rating-overlay .rating-text i {
  color: #ffbf00;
  margin-right: 4px;
}


.fav-icon-sel i {
  color: #e74c3c;
}

.box-overlay-action {
  display: none !important;
}

.wishlist-overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  overflow: visible;
  padding: 0;
  margin: 0;
}

.wishlist-overlay a i {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.wishlist-overlay a:hover i {
  color: #ff4d4d;
}

.fav-icon-sel i {
  color: #ff4d4d !important;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}


.foot-sec .amigo_link {
  display: flex;
  line-height: 1;
}

.foot-sec .amigo_link .fa {
  padding-right: 5px;
}


.about-brt-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.benefit-section {
  background-image: url(../images/brt-bg.png);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.about-save-section {
  background-image: url(../images/brt-bg.png);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pro-sec {
  display: flex;
  justify-content: center;
}



.tracking-section .contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tracking-section .contact-content h5 {
  font-weight: 700;
  font-size: 18px;
  padding: 19px;
  margin: 0px;
  color: #E43A29;
}



.notes-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.notes-list i.fa {
  margin-right: 10px;
}



.detail-sec .product-name {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.detail-sec .product-name a {
  color: #333;
  text-decoration: none;
}

.detail-sec .product-name a:hover {
  text-decoration: underline;
}

.detail-sec .product-info li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #555;
}


.product-detail-section .section-content {
  margin: 15px 0px 9px 0px;
}

.review-img {
  background: #FFEAC3;
  padding: 10px;
  border-radius: 10px;
}

.product-detail-section .dropdown {
  position: relative;
  display: inline-block;
}

.product-detail-section .dropdown-toggle {
  padding: 8px 12px;
  background: #FFF;
  cursor: pointer;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 6px;
}

.product-detail-section .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 141px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 10px;
}

.product-detail-section .dropdown-menu a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.product-share-all {
  display: flex;
  flex-wrap: wrap;
}

.product-detail-section .dropdown-menu a:hover {
  background-color: #f0f0f0;
}

.product-wishlist-icon i,
.product-share-icon i {
  color: #E43A29;
  margin-right: 3px;
}

.a2a_kit {
  line-height: 14px !important;
}

.detail-sec h4.section-title {
  font-size: 20px;
  color: #E43A29;
  font-weight: 700;
}


.quantity-selector {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.quantity-selector button {
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  background: #E43A29;
  border: 1px solid #E43A29;
  cursor: pointer;
  border-radius: 4px;
  user-select: none;
  transition: background-color 0.2s ease;
  color: #FFF;
}


.quantity-selector input[type="number"] {
  height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-appearance: textfield;
}

.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.gift-amnt {
  float: right;
  margin-right: 10px;
  color: #FDBB25;
}

.full-cart {
  background: #FDEFE9;
  padding: 29px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
}

.add-list {
  background: #FDEFE9;
  border-bottom: 1px solid #C9C9C9;
}

.cart-wrapper .add-list:last-of-type {
  border-bottom: none;
}

.coupon-input-container {
  background: #FDBB25;
  border-radius: 8px;
  padding: 20px 15px;
}

.coupon-input-container i.fa-tag {
  color: #FFFFFF;
  font-size: 27px;
  vertical-align: middle;
  margin-right: 8px;
}

.coupon-input-container .sec-tit {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 20px;
}

.coupon-input-container>div {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.coupon-input-container input#coupon {
  flex: 1;
  padding: 10px 12px;
  border: 1.5px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.coupon-input-container input#coupon:focus {
  outline: none;
  border-color: #E43A29;
}

.coupon-input-container .apply-coupon-btn {
  background-color: #E43A29;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
}


@media (max-width: 575px) {
  .coupon-input-container>div {
    flex-direction: column;
  }

  .coupon-input-container .apply-coupon-btn {
    width: 100%;
  }
}

.shop-btn {
  margin-bottom: 10px;
}



.product-wishlist-icon a,
.product-share-icon {
  background: #FDBB25;
  border: none !important;
  position: relative;
  text-decoration: none;
  text-align: center;
  outline: none;
  line-height: normal;
  color: #E43A29 !important;
  cursor: pointer;
  padding: 10px 5px;
  border-radius: 7px;
  width: 100%;
  transition: box-shadow 0.2s ease 0s;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  text-transform: capitalize;

}


.extra-boxes {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.extra-info-box {
  border: 1px solid #ddd;
  padding: 15px;
  flex: 1;
  min-width: 280px;
  background-image: url(../images/brt-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;

}

.info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}


.whatsapp-box-section .amigoways-btn {
  background: #2B337C;
}


.tracking-section {
  padding: 0px;
  margin-top: 20px;
}

.gift-card-content {
  display: flex;
  justify-content: center;
}

.gift-dropdown-toggle {
  padding: 10px;
  background: #fff;
}

.dropdown-wrapper {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  user-select: none;
  margin-top: 5px;
}


.gift-btn-sec {
  margin-bottom: 10px;
  text-align: center;
}


.all-contact-sec {
  background-image: url(../images/brt-bg.png);
  padding: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.contact-us-section .contact-us-details {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.contact-us-section .contact-content em {
  color: #212121;
  margin-right: 10px;
}

.contact-us-section .contact-content p {
  color: #3F3F3F;
  margin: 0px;
}

.contact-us-section .field_title {
  padding: 15px 0px 0px;
}

.contact-us-section .error {
  color: #D0021B;
  font-size: 11px;
  background: white;
  border-radius: 5px;
  padding: 0px 5px;
}


@media (max-width: 767px) {
  .head_search_rest {
    width: 80% !important;
  }

  .shop-contact {
    margin-bottom: 15px;
  }

  .con-sec {
    padding: 12px;
  }

  .trending-text strong {
    font-size: 14px;
    display: contents;
  }


  .product-detail-section .ajax-add-to-cart {

    width: 100%;
  }
}

.contact-content {
  padding: 10px;
}

.contact-map-section .contact-content {
  padding: 13px;
}

.contact-map-section .section-sub {
  color: #FDBB25;
  font-weight: 700;
  margin: 10px;
}








/* 26-06-25 */

.pincode_check .input-text {
  margin: 0px;
  padding: 0px !important;
}

.pincode_check .pincode_check_btn {
  padding: 5px;
  color: #FFF;
  background: #2B337C;
  border: 1px solid #2B337C;
  display: inline-block;
  cursor: pointer;
}

.pincode_check .label-helper {
  position: absolute;
  opacity: 0;
  transition: .2s bottom, .2s opacity;
  bottom: 0;
  left: 0;
  height: 20px;
  z-index: 1;
}


.pro_grid_details {
  display: inline-flex;
  padding: 33px 0;
  width: 100%;
}


h1.pro-title {
  font-weight: 700;
  font-size: 23px;
  color: #000000;
}

.product-detail-section .dropdown-toggle {
  padding: 5px 18px;
  cursor: pointer;
  border: 1px solid #000000;
  display: inline-block;
  border-radius: 6px;
  background: #FDEFE9;
  font-weight: 700;
}

.pro-sku .fa {
  color: #E43A29;
}


.pro-label-weight {
  display: block;
}

.quantity-selector button {
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  background: #2B337C;
  border: 1px solid #2B337C;
  cursor: pointer;
  border-radius: 4px;
  user-select: none;
  transition: background-color 0.2s ease;
  color: #FFF;
}


.product-detail-section .dropdown {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}



@media (max-width: 767px) {
  .gift-amnt {
    margin-top: 20px;
  }

}

.pro-detail-con {
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  padding: 20px;
}

.detail-sec .product-detail-box {
  background: #FDEFE9;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0px 0px 0px;

}

.detail-sec {
  background: #FDEFE9;
}

.notes-section {
  background: #FDEFE9;
  padding: 10px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  margin: 10px 0px 0px 0px
}

.notes-box {
  background: #FDEFE9;
  padding: 20px;
}

.notes-list i.fa {
  margin-right: 10px;
  color: #2B337C;
}

.review-sec {
  background: #FDEFE9;
}

.review-section {
  background: #FDEFE9;
  border: 1px solid #D0D0D0;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}


.star-rating {
  font-size: 18px;
  margin-bottom: 15px;
}


textarea.form-control {
  resize: vertical;
}

@media (max-width: 768px) {
  .star-rating {
    text-align: center;
  }

  .rating-text {
    display: block;
    margin-top: 5px;
  }
}

.processing-sec {
  background: #FDEFE9;
  padding: 20px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  margin: 10px 0px 0px 0px
}

.detail-sec .product-info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-sec .info-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.detail-sec .price-label {
  min-width: 100px;
  text-align: left;
  color: #000;
  font-size: 17px;
  font-weight: 700;

}

.detail-sec .value {
  flex: 1;
  color: #727272;
  line-height: 2;
}

.detail-sec .product-name a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}


.price-breakup-table td {
  padding: 7px;
  color: #727272;

}

.price-breakup-table th {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 7px;
}

.notes-section strong {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.notes-section p {
  text-decoration: none;
  color: #727272;
  font-size: 14px;
}

.notes-section a {
  text-decoration: none;
  color: #727272;
  display: inline-flex;
}


@media (max-width: 768px) {
  .trending-featured-box {
    height: auto;

  }
}


.sell-btn {
  margin-bottom: 10px !important;
}


.checkout_details_container {
  padding: 16px 50px;
}

@media (max-width: 768px) {
  .checkout_details_container {
    padding: 16px 5px;
  }

  .full-cart {
    padding: 13px;
  }

  .social_link li a {
    margin-top: 10px;
  }

  .pro-share-con {
    padding: 0px;
  }

  .product-share-all {
    padding: 0px;
  }

  .accordion-container .accordion-title {
    padding: 16px 44px 12px 10px;
  }

  .shop-btn {
    width: 100%;
  }
}

.coupon-list {
  overflow: hidden;
}


.static__subtitle {
  color: #2B337C;
  font-size: 1.5rem;
  padding-bottom: 8px;
}

.static__intro,
p {
  font-size: 14px;
  margin-bottom: 15px;
}

.static__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.static__list-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.static__list-item::before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  color: #E43A29;
  font-weight: bold;
  font-size: 1.1rem;
  font: normal normal normal 14px / 1 FontAwesome;
}

/* Sections */
.static__section {
  margin-bottom: 40px;
}

/* Info Boxes */
.static__info-box {
  background-color: #f9f9f9;
  padding: 15px 20px;
  border-left: 5px solid #E43A29;
  border-radius: 6px;
  font-size: 0.95rem;
}

/* Footer */
.static__footer {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  text-align: center;
  color: #777;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .static__title {
    font-size: 2rem;
  }

  .static__subtitle {
    font-size: 1.3rem;
  }

  .static__container {
    padding: 15px;
  }
}

.static__tertiary-heading {
  margin-bottom: 10px;
}


.static-banner-sec .amigoways-img {
  width: 100%;
}

.scroll-link {
  color: #000000;
}



.search_sort {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding: 10px;
  background: #f9f9f9;
}

.search_filters {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding: 10px;
  background: #f9f9f9;
}


.search-label {
  vertical-align: middle;
  line-height: 1.2;
}
.search_head .fa{
  padding-right: 4px;
}


.top-user-menus {
  display: flex;
  align-items: center;
  justify-content: end;
}

.top-user-menus .tuser-menu a {
    text-transform: capitalize;
}


.pro-weight-sec{
  display: flex;
  justify-content: space-between;
}

.save-sell-section{
  margin-top: 20px;
}