.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: #D69A2D;
  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, #D69A2D, #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;
  }
}

.what-we-do-section {
  background: linear-gradient(90deg, #D69A2D, #F3B545);
}

.zigzag-container {
  overflow: hidden;
}

.what-we-do-section h4 {
  color: #000;
}

.content-area p {
  color: #FFF;
}

.zigzag-item {
  background: #f9f9f9;
  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: 10px;
}

.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;
  }

  .vertical-center-row {
    padding: 0px 20px 0px 0px;
  }
}


.our-team-section {
  background: linear-gradient(90deg, #D69A2D, #F3B545);
}

.our-team-section h4 {
  color: #000 !important;
}


/* Team rows flex container */
.team-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-bottom: 25px;
}

.team-member {
  background: #fff;
  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;
  border-bottom: 14px solid #A02123;
}

.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: #D69A2D;
  border-radius: 15px;
  margin: 10px 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 .section-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.best-selling-section .section-content {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.best-selling-section .box-item {
  transition: all 0.9s ease;
}

/* === Responsive Grid System === */
.pro-list {
  box-sizing: border-box;

  margin: 0px 0px 25px 0px;
}

.best-selling-section .pro-sale-price {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding-right: 5px;
}




/* === Product Box === */
.box-item {
  background: #fff;
  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);
}

/* === Product Image & Overlay === */

.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);
}

/* Light Black Overlay */
.box-overlay {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}

/* Icons Overlay */
.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;
}

/* === Favorite Icon === */
.fav-icon i,
.fav-icon-sel i {
  color: #e74c3c;
}

/* === Product Content === */
.box-item-content {
  padding: 10px;
  background: #A021230F;
}

.box-item-title .pro-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
      min-height: 60px;

}



/* === 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;
  margin-bottom: 12px;
}

/* === Buttons === */
.box-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.best-selling-section .amigoways-btn {
  background-color: #A02123;
  color: #fff !important;
  padding: 10px;
  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 {
  background-color: #D69A2D;
}

.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: #fff;
  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: #F1F1F1;
}

.gift-details {
  padding: 15px 0px 2px 15px;
  background: #F1F1F1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.gift-details p {
  color: #A02123;
}




.contact-us-details {
  margin-top: 30px;
}

.contact-box {
  /* You can add borders or background if you want */
  padding: 20px;
  text-align: center;
  /* center everything horizontally */
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* center horizontally */
  justify-content: center;
  /* center vertically if needed */
  height: 161px;
  background: #D69A2D;
  border-radius: 15px;
}


.contact-content em {
  color: #A02123;
  margin-bottom: 15px;
}

.contact-content h5 {
  margin: 0 0 10px 0;
  font-weight: 600;
}

.contact-content p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}


.field-row {
  margin: 15px 0px;
}

.gold-input {
  color: #A02123;
  border: 1px solid #ccc;
}



.gold-drop {
  color: #fff;
  background-color: #D69A2D !important;
}





.tracking-section .contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #D69A2D;
  border-radius: 4px;
  flex-direction: row;
}

.tracking-section .contact-content h5 {
  font-weight: 700;
  font-size: 18px;
  padding: 19px;
  margin: 0px;
}


.notes-box {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.notes-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.notes-list i.fa {
  margin-right: 10px;
}

.detail-sec .product-detail-box {
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
}

.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;
}

/* ======== Personal Info Panel Heading + Toggle Switch ======== */

.user-account-box {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}

.user-account-box .panel-heading {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
  font-size: 20px
}

.user-account-box .btn-edit-profile {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}


.user-account-box .panel-body {
  padding: 10px;
}

.user-account-box .info-title {
  color: #000F19;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.user-account-box .info-row {
  color: #000F19;
  font-size: 16px;
  margin-bottom: 9px;
}

.user-account-box .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000F19;
  color: #FFFFFF;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  font-size: 12px;
}

.user-account-box .btn-edit-profile {
  display: inline-flex;
  align-items: center;
}

.user-account-box .btn-group-sm>.btn,
.btn-sm {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 37px;
  background: #1D3545;
  color: #FFFFFF;
  border: 1px solid #1D3545;
}

.user-savings-box {
  background: linear-gradient(90deg, #D69A2D, #D69A2D);
}

.kyc-image-sec {
  width: 200px;



}



.user_account_details .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.user_account_details .panel-title {
  color: #A02123;
  font-size: 21px;
  font-weight: 700;
}


.user_account_details,
.label-left,
.label-right {
  position: relative;
}

.user_account_details .toggle-track {
  background: #ddd;
  border: 2px solid white;
}

.user_account_details .toggle-track {
  height: 34px;
  font-size: 16px;
}

.user_account_details .text-warning {
  color: #A02123;
}

.user_account_details label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
}


.mob_head_side ul#nav li a .fa:hover {

  color: #fff !important;

}

.mob_head_side ul#nav li a .fa {
  padding: 0px 5px 0px 0px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 15px;
  color: #D69A2D;
}

@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;
  }
}

/* ======== Personal Info Panel Heading + Toggle Switch ======== */




/* Layout Container */
.static__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

/* Headings */
.static__title {
  color: #DD2626;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
}

.static__subtitle {
  color: #d69a2d;
  font-size: 1.5rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin: 40px 0 15px;
}

/* Paragraphs and Lists */
.static__intro p {
  margin-bottom: 15px;
}

.static__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none !important;
}

.static__list-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  list-style-type: none !important;
}

.static__list-item::before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  color: #DD2626;
  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 #DD2626;
  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;
  }
  
}

@media (max-width: 360px) {

  .best-selling-section .amigoways-btn {

    width: 100%;
    margin-bottom: 10px;
  }

}

.top-user-menus {
  display: flex;
  align-items: center;
  justify-content: end;
}

.top-user-menus .tuser-menu a {
  text-transform: capitalize;
}


.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;
}


.review-sec .amigoways-btn {
    width: 100px;
}

.review-section{
background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
}