/* FAQ CSS START */

.container_faq_section {
  max-width: 800px;
  margin: 50px auto;
}

.faq-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.faq-item {
  border: 1px solid #ddd;
  padding: 15px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  font-weight: 800;
}

.faq-answer {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  display: none;
}
.toggle-icon {
  transition: transform 0.3s ease;
}
.expanded {
  transform: rotate(180deg);
}

.contact {
  margin-top: 30px;
  text-align: center;
  font-size: 0.9rem;
  color: gray;
}

.contact a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.contact a:hover {
  text-decoration: underline;
}
/* FAQ CSS END */

/**/
/* Banner CSS */

.banner-gradient {
  background: linear-gradient(
    to right,
    #24428a 0%,
    #305db4 40%,
    #224a9b 60%,
    #305db4 100%
  );
}

/* @media (min-width: 768px) {
    .container p {
      font-size: 1.05rem;
      line-height: 1.8;
    }
  } */

/* TESTIMONIAL CSS START */

.testimonials {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.testimonial-card {
  background: white;
  padding: 20px;
  width: 30%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: left;
}
.stars {
  color: #f4c430;
  font-size: 18px;
}
.author {
  font-weight: bold;
  margin-top: 10px;
}
.content {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

/* TESTIMONIAL CSS END */

/**/

/* Low GI Benefit */
/* Why page first 6  Images CSS*/

/* Images and Cart section  */

.card {
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
  padding-bottom: 15px;
}

.rating {
  color: #ffc107;
  font-size: 1.1rem;
  font-weight: bold;
}
.price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.original-price {
  text-decoration: line-through;
  color: gray;
  font-size: 1rem;
}
.discount {
  color: green;
  font-weight: bold;
  font-size: 1rem;
}
.product-description {
  font-size: 0.9rem;
  color: #555;
}
/* .add-to-cart {
  background-color: #1c4e9a;
  color: white;
  font-weight: bold;
  border-radius: 0;
  padding: 12px;
  font-size: 1rem;
}
.add-to-cart:hover {
  background-color: #a8a5a5;
} */
/* My Account Csss my account Page  */

.account-container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav-pills .nav-link {
  border-radius: 0;
  color: #000;
}
.nav-pills .nav-link.active {
  /* background-color: #ccc; */
  background-color: #4bceec;
  color: #000;
  font-weight: bold;
}
.profile-header {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.edit-link {
  color: blue;
  text-decoration: none;
  font-size: 14px;
}
.edit-link:hover {
  text-decoration: underline;
}
.table th,
.table td {
  vertical-align: middle;
}

.viewCoupon{
  cursor: pointer;

}

/* Blogs css */
/* .card {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-body {
  padding: 20px;
  text-align: center;
}

.card-title {
  font-size: 1.25rem;
  margin-top: 10px;
  color: #333;
}

.card-text {
  font-size: 1rem;
  color: #666;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

/* Badge Styling */
.badge {
  font-size: 0.85rem;
  padding: 5px 10px;
  border-radius: 20px;
}

.fw-bold.text-dark:hover {
  color: #0056b3;
}

/* Porduct destilas page css  */

.info-box {
  background: #fff;
  border-radius: 10px;
}
.img-box img {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* //marquess css */
.marquee-container {
  background-color: black;
  color: white;
  padding: 10px;
  font-family: "Poppins";
  font-size: 22px;
}
.marquee-container marquee span {
  display: inline-block;
  margin-right: 190px;
}

.card {
  position: relative;
}

.checkout-auth .row.w-50.m-5 {
  width: 95% !important;
  margin: 1rem !important;
}

/* Loader CSS */
/* Loader CSS END */

/**/
/* Custom Right Side Modal of Add to Cart */
.modal.right .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  top: 0;
}

.modal.right.show .modal-dialog {
  transform: translateX(0%);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border: none;
  border-radius: 0;
  width: 350px;
}

/**/
/* product display in side kodal cart  */
.product-card {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}
.product-img {
  width: 50px;
  height: auto;
  object-fit: contain;
}
.remove-btn-qty {
  border: none;
  background: transparent;
  font-size: 2rem;
  color: #000000;
  cursor: pointer;
  margin-right: 5px;
}
.product-title {
  font-weight: 600;
}
.product-subtext {
  color: #007bff;
  font-weight: 500;
}

/**/
/* Footer CSS Start */
footer a {
  color: white;
  text-decoration: none !important;
}

footer a:hover {
  color: #ffa500;
  text-decoration: underline;
}

.footer-copyright a {
  color: #ff6600 !important;
  font-weight: bold;
}

p {
  font-family: Poppins, sans-serif;
  color: rgb(0, 54, 144);
}
.faqp p{
  color :black;

}
h2 {
  font-family: Poppins, sans-serif;
  color: rgb(35, 64, 135);
}
h5 {
  font-family: Poppins, sans-serif;
  color: rgb(35, 64, 135);
}
/* Footer CSS END  */

.nav-link.active {
  color: #1f3d8a !important; /* or your preferred blue */
}

/* Heading Animation On Scroll */
.scroll-heading {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-heading.show {
  opacity: 1;
  transform: translateY(0);
}

.scroll-from-right {
  opacity: 0;
  transform: translateX(60px); /* Starts from right */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-from-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* new css */
/* header animatiom */
/* Slide down animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-down {
  animation: slideDown 1s ease-out;
}

/* Responsive marquee spacing (optional improvements) */
.marquee-container span {
  display: inline-block;
  padding-left: 15px;
  white-space: nowrap;
}

/* Optional: Adjust navbar logo size for mobile */
@media (max-width: 576px) {
  .navbar-brand img {
    width: 100px;
  }
}

.add-to-cart {
  background-color: #f47720;
  color: white;
}
.add-to-cart:hover {
  color: white;
  background-color: #003690;
}

/* sale bedge css start */
/* .sale-badge {
  color: white;
  background-color: red;
  border-radius: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-left: 5px;
  font-weight: bold;
  position: absolute;
} */

/* sale bedge end css */

/* product hover  css start */

.product-image-wrapper {
  position: relative;
}

.product-image-wrapper .hover-img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.product-image-wrapper:hover .hover-img {
  opacity: 1;
}

.product-image-wrapper .default-img {
  transition: opacity 0.3s ease-in-out;
}

.product-image-wrapper:hover .default-img {
  opacity: 0;
}

/* product hover css end */

/* cart count css start */
.cart-count {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: #ff6b6b; /* Light red like your screenshot */
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  min-width: 15px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
/* cat count css end */
/* OTP Page Or Verification page CSS */
.image-box img {
  width: 580px;
  height: auto;
}
/* body {
      font-family: 'Inter', sans-serif;
      background-color: #f4f6fc;
      margin: 0;
      padding: 0;
    } */

.verification_contanier {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  gap: 30px;
  flex-wrap: wrap;
}

.image-box img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.otp-box {
  background-color: white;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.alert {
  padding: 10px;
  border-radius: 5px;
  background-color: #ffeeba;
  color: #856404;
  font-weight: bold;
}

.otp-box h3 {
  margin-bottom: 10px;
  color: #224a9b;
  font-weight: 700;
  font-size: 24px;
}

.otp-box p {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 14px;
}

.otp-verifiy {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.otp-verifiy {
  width: 55px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #555;
  background-color: #681ef3;
  color: #fff;
  outline: none;
  transition: 0.2s ease-in-out;
}

.otp-verifiy :focus {
  border-color: #f1c40f;
  box-shadow: 0 0 8px #f1c40f;
}

.btnSubmit {
  padding: 12px 30px;
  background-color: #224a9b;
  border: none;
  border-radius: 8px;
  color: #eee0e0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btnSubmit:hover {
  background-color: #0b116b;
}

.otp-verifiy {
  padding: 12px 20px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #444;
  background: #2b2b2b;
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .verification_contanier {
    flex-direction: column;
    padding: 30px 15px;
    gap: 20px;
  }

  .otp-box {
    padding: 30px 20px;
  }

  .otp-verifiy {
    /* width: 50px; */
    height: 55px;
    font-size: 22px;
  }
}

/* Hide image on mobile */
.image-box {
  display: none;
}

/* END */

/* About us CSS Start */
.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 4px;
  background: #000;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 60px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
}

.section-divider {
  border-top: 1px solid #888;
  margin: 1.5rem 0;
}

.small-heading {
  font-weight: bold;
}

/* End */




/*  
******
*/

/* User icon header css start  */

.userCard {
  position: absolute;
  top: 105%;
  right: 0;
  z-index: 999;
  display: none;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

.userIcon {
  cursor: pointer;
}

.loginSignup{
  background-color: #003690;
  color: white;
  text-align: center;
  padding: 10px;
  margin: 10px;
  border-radius: 10%;
}

.loginSignup:hover {
  background-color: black;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
 
.list-group-item {
  color: #0b116b;
  font-weight: bold;
}
.list-group-item:hover {
  color: black;
}

/* User icon header css end  */

/* ---------- Qty small square control (old UI look) ---------- */
.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.qty-control .qty-btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #222;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  cursor: pointer;
  padding: 0;
}

.qty-control .qty-input {
  width: 84px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.02);
}

/* small minus/plus icons spacing */
.qty-control .qty-btn:active { transform: translateY(1px); }

/* ---------- Big black Add to cart button (old UI) ---------- */
.btn-add-black {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 30px;
  background: #1f1f1f; /* black */
  color: #fff;
  border-radius: 8px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
  text-transform: none;
  cursor: pointer;
}

.btn-add-black i {
  font-size: 20px;
  line-height: 1;
  /* optional icon background circle */
}

/* keep hover consistent */
.btn-add-black:hover,
.btn-add-black:focus {
  background: #161616;
  color: #fff;
  text-decoration: none;
}

/* ensure anchor wrappers don't override visual (if using <a>) */
a.btn-add-black {
  display: inline-flex;
  align-items: center;
}

/* keep old wishlist small square */
.wishlist-square {
  width: 52px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #eee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  color: #222;
}

/* responsive tweaks */
@media (max-width: 576px) {
  .qty-control { gap: 8px; }
  .qty-control .qty-input { width: 64px; }
  .btn-add-black { padding: 12px 20px; font-size: 16px; }
}

