@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

:root {
  --primary-family: "Lato", sans-serif;
  --secondary-family: "Playfair Display", serif;
  --primary-color: #304846;
}

body {
  background-color: #f6f6f6;
}
header span.badge {
  color: white !important;
}
@media (min-width: 1400px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.product-title {
  font-family: var(--secondary-family);
  font-size: 34px;
  font-weight: 700;
  color: var(--primary-color);
}
/* .review-stars {
  color: #792f0e;
  margin-right: 4px;
} */
.detail {
  padding-top: 60px;
}
.stars {
  color: #792f0e;
  margin-right: 4px;
  font-size: 20px;
}
.rating {
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 500;
}
.detail-para {
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0px 18px;
}
.product-price {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--primary-family);
}
.tax-text {
  font-size: 12px;
  color: var(--primary-color);
  font-family: var(--primary-family);
}
.quantity-label {
  font-family: var(--primary-family);
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 600;
}
#qty_selector {
  width: 120px;
  height: 35px;
  padding: 0px 10px;
}

#qty_display {
  border-width: 0px;
  border-color: white;
  background-color: transparent;
  width: 35%;
  margin: 0px 10px;
  padding-left: 5px;
}
#qty_display:focus {
  outline: none;
}
i:hover,
a:hover {
  background-color: transparent;
}
#qty_select {
  border: solid #1b6a63;
  border-width: 1px 1px;
  border-radius: 30px;
}

#qty_select:hover {
  box-shadow: none;
}
.bi-plus,
.bi-dash {
  color: #5d5d5d;
  font-size: 20px;
}
.qty-input {
  font-family: var(--primary-family);
  color: #2c2c2c;
  font-size: 16px;
}
.add-cart-btn {
  background: #1b6a63;
  color: white;
  border-radius: 50px;
  padding: 7px 0px;
}
.buy-now-btn {
  border: 1px solid #d1d1d1 !important;
  color: #2c2c2c !important;
  background: #ffffff !important;
  transition: border-color 0.45s ease, background 0.45s ease;
}
.buy-now-btn:hover {
  color: #ffffff !important;
}
.offer-bx {
  background-color: #efede5;
  padding: 16px;
  border: 1px solid #cabea7;
  border-radius: 10px;
  margin-top: 30px;
}
.offer-head {
  font-family: var(--secondary-family);
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
}
.offer-head img {
  margin-bottom: 4px;
}
.offer-content {
  font-family: var(--primary-family);
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
}
.offer-content strong {
  color: #000000;
}
@media (max-width: 768px) {
  .offer-bx {
    margin-top: 25px;
  }
  .product-title {
    font-size: 22px;
  }
  .detail-para {
    margin: 12px 0px;
  }
  .offer-content {
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-title {
    font-size: 24px;
  }
  .detail-para {
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0px;
  }
  .product-price {
    font-size: 20px;
  }
  .offer-bx {
    margin-top: 20px;
  }
  .container {
    max-width: 90%;
  }
  /* .side-img {
    max-height: 385px !important;
  } */
}

/* benfits section start */
.accordion-button {
  font-family: var(--primary-family);
  background-color: transparent !important;
  color: var(--primary-color) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}
.faq-section #accordionFlushExample .accordion-item .accordion-button {
  font-weight: 600 !important;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
}
.accordion-item {
  background-color: transparent !important;
}
.accordion-button {
  padding: 1.1rem 0;
}
.accordion-button:focus {
  z-index: 3;

  outline: 0;
  box-shadow: none;
}
.accordion-body {
  padding: 0rem 0rem 1rem;
  color: var(--primary-color);
  font-size: 15px;
}
.accordion-body {
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.3s ease;
}

.accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
}
.accordion-button::after {
  background-image: url("./img/detail/plus.png") !important;

  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg); /* Rotate to the left (counter-clockwise) */
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
div#accordionFlushExample {
  margin-top: 15px;
}
.faq-section div#accordionFlushExample {
  margin-top: 20px;
}
.faq-section .accordion .accordion-item {
  border-top: 0 !important;
  border-bottom: 1px solid #d1d1d1 !important;
}
.faq-section .accordion .accordion-item:first-child {
  border-top: 0 !important;
}
.faq-section .accordion .accordion-item .accordion-button {
  font-size: 18px;
  padding: 18px 6px 18px 0px !important;
}
@media (max-width: 768px) {
  .accordion-button {
    font-size: 16px !important;
  }
  .accordion-button {
    padding: 0.9rem 0;
  }
  .faq-section div#accordionFlushExample {
    margin-top: 5px;
  }
  .faq-section #accordionFlushExample .accordion-item .accordion-button::after {
    height: 18px !important;
  }
}
/* benefits ends */
/* steps starts */
.step-count {
  color: #2c2c2c;
  font-family: var(--primary-family);
  font-size: 15px;
}
.step-head {
  font-family: var(--secondary-family);
  color: var(--primary-color);
  font-size: 23px;
  font-weight: 700;
  margin: 6px 0px;
}
.step-content,
.result-content {
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0px;
  line-height: 24px;
  word-spacing: 0.1em;
}
@media (max-width: 768px) {
  .step-head {
    font-size: 20px;
  }
}
/* step end */
/* test starts */
.test-sec {
  background-color: #efede5;
  padding: 90px 0px;
  text-align: center;
}
.test-head {
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-size: 60px;
  font-weight: 900;
}
.test-content {
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px 20px;
  word-spacing: 0.1em; /* uses relative spacing */
}
.test-btn.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .test-head {
    font-size: 28px;
    font-weight: 800;
  }
  .test-sec {
    padding: 45px 0px;
  }
  .test-content {
    margin: 5px 0px 10px;
    font-size: 16px;
  }
}
/* test ends */
/* result starts */
.result-card {
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
}
.result-quote {
  font-size: 18px;
  font-family: var(--secondary-family);
  color: #2c2c2c;
  font-weight: 700;
  margin: 15px 0px;
  text-align: left;
}
.result-bx {
  display: flex;
  flex-wrap: wrap;
}
.result-bx .col-4 {
  padding: 0px 8px;
}
.client-name,
.duration {
  color: #2c2c2c;
  font-family: var(--primary-family);
  font-weight: 700;
  font-size: 14px;
}
.result-content {
  text-align: left;
}
.client-date,
.client-time {
  color: #2c2c2c;
  font-family: var(--primary-family);
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0px;
  text-align: left;
}
@media (max-width: 768px) {
  .result-bx {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 1rem; /* Show first card */
    gap: 1rem; /* Space between cards */
  }

  .result-bx .col-4 {
    flex: 0 0 auto;
    width: 80%;
    padding: 0;
  }
  .result-bx::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }

  .result-bx::-webkit-scrollbar {
    height: 5px;
    width: 10px;
    background-color: #f5f5f5;
  }

  .result-bx::-webkit-scrollbar-thumb {
    background-color: #45aaa6;
    border: 1px solid #7a7a7a;
  }
  .step-content,
  .result-content {
    font-size: 14px;
    margin: 4px 0px;
    line-height: 22px;
  }
  .result-quote {
    margin: 8px 0px;
  }
}
/* result ends */
.side-img {
  max-height: 100%; /* or you can use 400px if needed */
  overflow-y: auto;
  overflow-x: hidden; /* THIS PREVENTS X OVERFLOW */
  padding-right: 2px;
}

.side-img .row {
  margin-left: 0;
  margin-right: 0;
}

.side-img .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.side-img {
  max-height: 550px;
  overflow-y: scroll;
}
.side-img img {
  padding: 1px;
  max-height: 400px;
  overflow-y: scroll;
}
.child {
  text-align: end;
  padding: 0;
}

.thumb {
  cursor: pointer;
  margin-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 5px;
}

.thumb.active-thumb {
  border: 1px solid #45aaa6;
  border-radius: 5px;
}

.detail .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: white;
  border: none;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: 0.3s ease;
  display: flex;
  text-align: center;
  justify-content: center;
}

.detail .nav-btn:hover {
  opacity: 1;
}

.detail .left-arrow {
  left: 35px;
}

.detail .right-arrow {
  right: 35px;
}
.side-img::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.side-img::-webkit-scrollbar {
  height: 2px;
  width: 3px;
  background-color: #f5f5f5;
}

.side-img::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border: 1px solid #abafaf;
}
#change-img {
  width: 100%;
}
/* Horizontal scroll on small screens */
@media (max-width: 767.98px) {
  .side-img {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px 0 0px;
  }

  .child {
    flex: 0 0 auto;
    width: 80px;
    padding: 0;
  }

  .thumb {
    width: 100%;
    height: auto;
  }
  .nav-btn img {
    height: 12px;
  }
  .detail .nav-btn {
    padding: 5px;
  }
  .detail .right-arrow {
    right: 20px;
  }
  .detail .left-arrow {
    left: 20px;
  }
}
.dummy {
  background: white;
}
.thumb.blurred {
  filter: blur(1px);
  opacity: 0.5;
  transition: 0.3s;
}

/* cart page starts */
.cart-sec {
  background: #ffff;
}
.logo-place {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-sec h5 {
  font-size: 17px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 600;
}
.cart-sec .form-control {
  border-color: #d1d1d1;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
}
.cart-sec .form-control::placeholder {
  color: #888888;
  font-size: 14px;
}
.cart-sec .form-select {
  border-radius: 8px !important;
  padding: 13px 16px;
  border-color: #d1d1d1;
}
.cart-sec .form-select {
  color: #888888;
  font-size: 14px;
}
.methods-content {
  font-size: 15px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  padding: 12px 16px;
  border-radius: 8px;
}
#razorpay,
#sameAsShipping,
#differentBilling {
  margin-left: 0;
}
.cart-sec .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}
.address-content {
  font-size: 15px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  padding: 12px 16px;
  border: none !important;
}
.address-bx {
  border-radius: 10px !important;
  border: 1px solid #d1d1d1;
}
#billingForm {
  background: #f6f6f6;
}
.address-bx input:checked .address-content {
  border: 1ps solid green;
}
.address-content {
  transition: border-color 0.2s ease-in-out;
}

.address-content.active {
  border-color: #28a745 !important; /* Bootstrap green */
}

.pay-now {
  width: 100%;
  margin-top: 30px;
  padding: 16px 0px;
  border-radius: 35px;
  font-size: 17px;
}
.rights-texts {
  color: #5d5d5d;
  font-size: 14px;
  font-family: var(--primary-family);
}
.summary-box h5 {
  font-size: 24px;
  color: var(--primary-color);
  font-family: var(--secondary-family);
  font-weight: 600;
}
.product-total,
.cart-price {
  font-size: 24px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 600;
}
.cart-price {
  font-size: 17px !important;
}
.cart-product-head {
  font-size: 17px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 600;
}
.cart-product-plan {
  color: #888888;
  font-size: 15px;
  font-family: var(--primary-family);
}
.cart-sec hr {
  color: #838383;
}
.cart-product-subhead {
  font-size: 17px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 500;
}
.summary-box {
  margin: auto;
  padding: 10px 20px;
}
.discount-btn {
  margin-bottom: 12px;
  background: #dbdadabd;
  color: #888888;
  border-radius: 8px;
  border: 1px solid #88888830;
}
@media (max-width: 768px) {
  .form-select {
    margin-bottom: 12px;
  }
  .summary-box {
    padding: 10px 5px;
  }
  .pay-now {
    padding: 14px 0px;
    font-size: 17px;
  }
}

/* cart ends */
/* result starts */
.result-main-sec .banner-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20dvh;
  margin-top: -32vh;
  left: 0%;
  right: 0;
  z-index: 2;
}

.result-banner-title,
.blog-banner-title {
  font-size: 60px;
  font-family: var(--primary-family);
  font-weight: 900;
}
.review-banner-avg {
  color: #1e1e1f;
  font-size: 15px;
  font-weight: 800;
}
.review-banner-content {
  color: #1e1e1f;
  font-size: 12px;
  margin: 7px 0;
}
.read-review-btn {
  background-color: #f5f5f5;
  color: var(--primary-color);
  font-family: var(--primary-family);
  border: 1px solid #d1d1d1;
  margin-left: 14px;
}
.result-main-sec .btn-primary {
  padding: 10px 16px;
}
.Reviews-img-carousel .owl-nav,
.Reviews-video-carousel .owl-nav,
.routine-products-carousel .owl-nav {
  display: block !important;
}
/* Style the dot indicators */
.owl-dots {
  margin-top: 20px;
  text-align: center;
  display: block !important;
}
.owl-dot {
  border: none;
  padding: 0;
}
.owl-dots .owl-dot span {
  background: #adadad !important; /* Green dot */
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 50%;
  display: block;
  transition: background 0.3s ease;
  border: none;
}

/* Style the active dot */
.owl-dots .owl-dot.active span {
  background: #1b6a63 !important; /* Darker green for active */
}
.review-video-sec {
  background-color: #efede5;
}
.fa {
  margin-right: px;
}

.rating-num {
  margin-top: 0px;
  font-size: 36px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 600;
}
.bi-star-fill {
  color: #792f0e;
  font-size: 14px;
  margin: 0px 2px;
}
.not-fill {
  color: #d9d9d9;
}

.progress-bar {
  text-align: left;
  background-color: #792f0e;
}
.progress {
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #d9d9d9;
  border-radius: 0 !important;
}
.rating-desc .col-md-3 {
  padding-right: 0px;
}

.sr-only {
  margin-left: 5px;
  overflow: visible;
  clip: auto;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.col-xs-8.col-md-9 {
  display: flex;
  align-items: center;
}

.progress {
  flex: 1;
}

.result-review-count {
  font-size: 14px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 400;
}
.rating-desc .result-review-count {
  width: 30px;
  margin-left: 8px;
}
.rating-desc .bi-star-fill {
  margin: 0px 3px;
}
#sortByDropdown:hover {
  color: white !important;
}
#sortByDropdown::after {
  display: none;
}
button#sortByDropdown,
button#sortByDropdown:focus {
  background: #ffffff !important;
  color: var(--primary-color);
  border: 1px solid #d1d1d1;
}
.review-client-name {
  font-size: 18px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 500;
}
.review-client-date {
  font-size: 14px;
  color: #6d6d6d;
  font-family: var(--primary-family);
  font-weight: 400;
}
.review-client-quote {
  font-size: 16px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 600;
  margin-bottom: 8px;
}
.review-client-content {
  font-size: 15px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 400;
  line-height: 25px;
  word-spacing: 1px;
}
.reviews-hr {
  margin: 20px 0px;
  color: #898888;
}
@media screen and (max-width: 575.98px) {
  .review-img-sec .owl-carousel .owl-nav,
  .review-video-sec .owl-carousel .owl-nav {
    top: -81px;
  }
}
@media (max-width: 768px) {
  .result-main-sec .banner-content {
    top: 47%;
  }
  .result-banner-title,
  .blog-banner-title {
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
  }
  .read-review-btn {
    margin-left: 0px;
    margin-top: 10px;
  }

  .rating-num {
    font-size: 26px;
    margin-bottom: 0;
  }
  .rating-desc .bi-star-fill {
    margin: 0px 1px;
  }
  .rating-desc .bi-star-fill {
    font-size: 12px;
  }
  .bi-star-fill {
    font-size: 12px;
    margin: 0px 1px;
  }
  .review-client-name {
    font-size: 16px;
    margin: 2px 0px;
  }
  .review-client-date {
    font-size: 12px;
  }
  .review-client-quote {
    margin: 5px 0px;
  }
  .reviews-hr {
    margin: 14px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-item {
    margin-top: 76px;
  }
  .result-main-sec .banner-content {
    top: 31%;
    width: 100%;
    height: 20dvh;
    margin-top: -20vh;
    left: 0%;
    right: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .result-main-sec .banner-content {
    top: 48%;
  }
  .carousel-item {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .result-banner-title {
    font-size: 34px;
  }
}

/* result ends */

/* product grid page starts */
.banner-para {
  font-size: 22px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  line-height: 34px;
}
#loadmore button,
#loadmore button:focus {
  background: #ffffff !important;
  color: var(--primary-color);
  border: 1px solid #d1d1d1;
}
#loadmore button:hover {
  color: #ffffff;
}
/* product grid page ends */

/* contact us us page starts */
.contact-banner {
  text-align: center;
}
.contact-bx {
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  padding: 15px 18px;
}
.contact-h2 {
  font-size: 17px;
  font-family: var(--primary-family);
  color: #4f4f4f;
  font-weight: 600;
}
.contact-para {
  font-size: 15px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 500;
  line-height: 24px;
}
.contact-form-para {
  font-size: 17px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
}
.contact-form-sec .form-control {
  border-color: #d1d1d1;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 4px;
}
.contact-form-sec .form-select {
  border-radius: 8px !important;
  padding: 13px 16px;
  border-color: #d1d1d1;
  font-size: 15px;
  color: #888888;
}

.contact-form-sec .form-control::placeholder {
  font-size: 15px;
  color: #888888;
  font-family: var(--primary-family);
}
.msg-submit-btn {
  padding: 9px 34px;
}
@media (max-width: 768px) {
  .contact-form-sec .form-control {
    margin-bottom: 0px;
  }
} /* contact us us page ends */

/* kit one page starts */
.kit-best-head {
  font-size: 18px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 600;
  line-height: 24px;
  margin: 13px 0px;
}
.kit-best-list li {
  margin-bottom: 6px;
  color: var(--primary-color);
  font-size: 16px;
  font-family: var(--primary-family);
}

.kit-step-container {
  position: relative;
  background-color: #efede5;
  padding: 15px 6px 15px;
  border: 1px solid #cabea7;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 17px;
}

.kit-step-line {
  position: absolute;
  top: 38px;
  left: 16%;
  right: 16%;
  height: 4px;
  background-color: #b59879;
  z-index: 1;
}

.kit-step {
  position: relative;
  text-align: center;
  z-index: 2;
}

.kit-step-circle {
  width: 47px;
  height: 47px;
  background-color: #a48b6b;
  color: white;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.kit-step h5 {
  font-weight: bold;
  color: var(--primary-color);
  font-size: 18px;
  font-family: var(--secondary-family);
}

.kit-step p {
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 0;
  line-height: 20px;
}
.kit-take-test-btn {
  margin: 30px 0px;
}
.kit-step-head {
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  margin: 6px 0px;
}
.kit-one-step .step-content {
  font-size: 15px;
}
@media (max-width: 768px) {
  .kit-take-test-btn {
    margin: 22px 0px 0;
  }
  .kit-step-head {
    font-size: 18px;
    margin: 0px 0px;
  }
}
/* kit ine page ends */
/* kit two starts */
.kit-why-this .container-xl {
  background-color: #efede5;
  padding: 70px;
  text-align: center;
  border-radius: 15px;
}
.kit-why-this .step-content {
  line-height: 24px;
}
.kit-why-this .step-content b {
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .kit-why-this .container-xl {
    padding: 25px;
    margin-top: 25px;
  }
}

/* kit two ends */
/* blog main startes */
.post-slide {
  border-radius: 15px;
}

.post-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
  border-radius: 15px;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}

.post-slide .post-content {
  padding: 15px 0;
}

.min_read {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}

.banner-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.banner_U {
  width: 100%;
  height: auto;
  display: block;
}

/*     .banner-content {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--primary-color);
        font-family: "Lato", sans-serif;
    } */

.title {
  font-size: 52px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0;
}

.subtitle {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  line-height: 35px;
  margin-top: 30px;
}
.blog-banner-para {
  font-size: 22px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  word-spacing: 1px;
}
.blog-banner-title {
  line-height: 1;
}
.post-description {
  font-family: var(--primary-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--primary-color);
  margin: 10px 0px;
}
.post-title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .blog-banner-para {
    font-size: 15px;
    line-height: 24px;
  }
  .post-title {
    font-size: 18px;
  }
  .post-description {
    font-size: 14px;
    line-height: 24px;
    margin: 2px 0px;
  }
}
/* blog main ends */
/* single blogs starts */
.blog-heading {
  font-weight: 600;
  font-size: 33px;
  line-height: 100%;
  color: var(--primary-color);
  font-family: var(--primary-family);
}
.semibold {
  font-weight: 600;
  font-size: 18px !important;
  font-family: var(--primary-family);
}
/* soingle blogs ends */

/* faq page section starts */
.faq-titles {
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color);
  font-family: var(--secondary-family);
}
.faq-bg-section {
  /*   padding: 26px 35px; */
  border-radius: 15px;
  margin-bottom: 60px;
  position: relative;
}
.faq-bg-head {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  margin-bottom: 16px;
}
.faq-bg-para {
  margin-bottom: 30px;
  width: 90%;
}
.faq-content {
  position: absolute;
  top: 9%;
  left: 2%;
}
.faq-bg-section a {
  width: 65%;
}
@media (max-width: 768px) {
  .faq-section .accordion .accordion-item .accordion-button {
    font-size: 14px !important;
    padding: 14px 6px 14px 0px !important;
  }
  .faq-titles {
    font-size: 19px;
  }
  .banner-para {
    font-size: 17px;
    line-height: 25px;
  }
  .faq-bg-section {
    margin-bottom: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .faq-content {
    position: absolute;
    top: 10%;
    left: 2%;
  }
  .faq-bg-head {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: var(--primary-color);
    font-family: var(--primary-family);
    margin-bottom: 5px;
  }
}
/* faq page ends */

/* profile section starts */
.profile-section {
  margin-top: 120px;
}
.profile-section .nav-pills .nav-link.active,
.profile-section .nav-pills .nav-link.active:hover {
  background-color: #1b6a63;
  color: white;
  border-radius: 5px;
}

.profile-section .nav-pills .nav-link {
  border-radius: 0;
  color: var(--primary-color);
  text-align: left;
  font-size: 16px;
  font-family: var(--primary-family);
  font-weight: 400;
  padding: 12px 13px;
}
.profile-section .nav-pills .nav-link:hover {
  background-color: #e9e9e95e;
  color: var(--primary-color);
}

.profile-section .tab-content {
  background-color: white;
  padding: 25px 17px;
  border-radius: 0.5rem;
  margin-bottom: 100px;
}

.profile-section .my-account-title {
  font-size: 34px;
  font-family: var(--secondary-family);
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 40px;
}
.tab-bg {
  background-color: white;
  height: fit-content;
}
.gutter-cus {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}
.profile-section-head {
  font-size: 19px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  /* border-bottom: 9px solid #e7e7e7; */
}
#account span {
  font-size: 17px;
}
#account p {
  line-height: 27px;
  display: inline-grid;
  word-break: break-word;
  overflow-wrap: break-word;
}
.profile-section .view-btn {
  background-color: #1b6a63;
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  border: none;
  transition: background-color 0.3s ease;
}

.profile-section .view-btn:hover {
  background-color: #155a52;
}
/* .table-custom-border td,
.table-custom-border th {
  border-color: #1b6a63 !important; 
} */
/* Remove or customize the top border line */
.table thead th {
  border-bottom: 1px solid #d3d3d3 !important; /* Light gray or any custom color */
  background: none !important;
}
.tr {
  border-color: #e7e7e7 !important;
}
.table-custom-border th,
.table-custom-border td {
  font-size: 15px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 600;
}
.table > :not(caption) > * > * {
  /* padding: 0.7rem 0.5rem; */
}
.table-custom-border td {
  font-size: 14px;
  font-weight: 500;
}
.download-invoice-btn,
.track-order-btn,
.add-neww-address-btn,
.reorder-btn {
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-size: 14px;
  border-radius: 50px;
  padding: 6px 14px;
}
.track-order-btn,
.add-neww-address-btn,
.reorder-btn {
  background: #1b6a63;
  color: white;
}
span.badge {
  padding: 10px;
  background-color: #efede5;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-size: 13px;
  font-weight: 500;
}
.btn-primary:hover {
  /* border: none; */
  border-color: transparent;
}
.order-address-head {
  font-size: 17px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 600;
}
.order-address-para {
  font-size: 14px;
  font-family: var(--primary-family);
  color: var(--primary-color);
  font-weight: 400;
  line-height: 24px;
}
.border-address {
  border: 1px solid #e7e7e7 !important;
}
.order-item-list-head {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--primary-family);
  color: var(--primary-color);
}
.order-product-table th {
  padding-bottom: 8px !important;
}
.order-product-table th,
.order-product-name,
.order-product-no,
.order-total {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--primary-family);
  color: var(--primary-color);
  padding: 0;
}
.order-product-name,
.order-product-no,
.order-total,
.order-total-amount {
  font-size: 14px;
  word-spacing: 1px;
  font-weight: 600;
}
.order-total-amount {
  font-weight: 400;
}
.order-product-tags {
  color: #888888;
  font-size: 13px;
  word-spacing: 1px;
  font-weight: 400;
  font-family: var(--primary-family);
  margin-top: 4px;
}
.order-product-table td {
  padding-left: 0;
}
.order-product-table tr:last-child {
  border-color: transparent;
}
.table-one-width {
  width: 22%;
}
.table-two-width {
  width: 18%;
}
.table-three-width {
  width: 20%;
}
.table-four-width {
  width: 14%;
}
.Quantity-col-width {
  width: 20%;
}
.total-col-width {
  width: 9%;
}
.address-tab .card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.address-tab .card-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.address-tab .card-text {
  color: #555;
  line-height: 1.6;
}
.address-tab .btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}
.address-box {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 15px;
  border-radius: 10px;
}
.address-type,
.address-text {
  font-size: 16px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 600;
  margin-bottom: 18px;
}
.address-text {
  font-size: 14px;
  font-weight: 400;
}
.address-action-bx {
  gap: 40px;
}
.address-action-bx a {
  text-decoration: underline;
  font-size: 15px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 400;
}
#add-address-section .form-control {
  border-color: #d1d1d1;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 4px;
}
#add-address-section .form-control::placeholder {
  font-size: 14px;
  color: #888888;
  font-family: var(--primary-family);
}
#add-address-section hr {
  color: #838383;
}
.trichella-box {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.trichella-box .badge {
  border-radius: 30px;
  background: #fee089;
  border: 1px solid #fdb322;
  color: var(--primary-color);
  font-size: 14px;
  font-variant: var(--primary-family);
  padding: 6px 12px;
}
.pres-head {
  font-size: 17px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 600;
}
.pres-para {
  font-size: 15px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  font-weight: 400;
  word-spacing: 1px;
}
.plan-end {
  color: #b64907;
  font-size: 15px;
  font-family: var(--primary-family);
  font-weight: 400;
}
.pres-details-head {
  color: var(--primary-color);
  font-size: 17px;
  font-family: var(--primary-family);
  font-weight: 600;
}
.pres-details-head-div {
  border-bottom: 1px solid #e7e7e7;
}
.trichella-box-content {
  background-color: white;
}
.trichella-box .text-body {
  color: #4f4f4f !important;
  font-size: 15px;
  line-height: 35px;
}
.trichella-box span b {
  font-size: 16px;
}
.routine-products-carousel .owl-prev,
.routine-products-carousel .owl-next {
  width: 55px !important;
  height: 34px !important;
}
.routine-products-carousel .svg {
  width: 17px !important;
}
.routine-products-carousel .owl-nav {
  top: -69px;
}
.hair-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px;
  position: relative;
  background: white;
}

.hair-timeline::before {
  content: "";
  position: absolute;
  top: 162px;
  left: 18%;
  right: 0;
  height: 4px;
  background-color: #b79b77;
  z-index: 0;
  width: 64%;
}

.timeline-step {
  position: relative;
  text-align: center;
  z-index: 0;
  width: 33%;
}

.timeline-icon {
  background-color: transparent;

  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-dot {
  width: 13px;
  height: 13px;
  background-color: #b79b77;
  border-radius: 50%;
  margin: 12px auto;
  position: relative;
  top: -2px;
}
.timeline-title {
  color: var(--primary-color);
  font-size: 17px;
  font-family: var(--primary-family);
  font-weight: 600;
}

.timeline-text {
  font-size: 0.95rem;
  color: var(--primary-color);
  max-width: 200px;
  margin: 0 auto;
}
.suggest-product-name {
  font-size: 16px;
  word-spacing: 1px;
  font-weight: 400;
  margin-top: 10px;
}
.pres-green-bx {
  background: white;
  padding: 10px 17px;
}
.profile-sec-drop .form-select {
  color: #888888;
  font-size: 14px;
}

.profile-sec-drop .form-select {
  border-radius: 8px !important;
  padding: 13px 16px;
  border-color: #d1d1d1;
}
@media (max-width: 768px) {
  .hair-timeline {
    flex-direction: column;
    align-items: center;
  }

  .hair-timeline::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .pres-para {
    line-height: 25px;
  }
  .profile-section {
    margin-top: 80px;
  }
  .profile-section .my-account-title {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .profile-section .nav-pills .nav-link {
    text-align: left;
    font-size: 14px;
    padding: 10px 13px;
  }
  .profile-section .col-md-9 {
    margin-top: 0;
    padding: 0;
  }
  .profile-section .tab-content {
    margin-bottom: 30px;
  }
  #account span {
    font-size: 15px;
  }
  .timeline-step {
    margin-bottom: 15px;
    width: 100%;
  }
  .table-one-width,
  .table-two-width,
  .table-three-width,
  .table-fourth-width {
    width: auto;
  }
  .download-invoice-btn,
  .track-order-btn,
  .add-neww-address-btn,
  .reorder-btn {
    font-size: 12px;
    padding: 8px 6px;
    width: 48%;
    margin: 12px 0px;
  }
  .reorder-btn {
    width: 100%;
    margin: 0;
  }
  .trichella-box {
    padding: 15px;
  }
  .trichella-box .text-body {
    line-height: 24px;
  }
  .trichella-box .detail-bx .text-body {
    line-height: 35px;
  }
  .routine-products-carousel .owl-nav {
    top: -44px;
  }
  .pres-green-bx {
    padding: 10px 8px;
  }
  .trichella-box span b {
    font-size: 15px;
  }
  span.badge {
    font-size: 12px;
  }
  .order-address-para {
    font-size: 13px;
    line-height: 23px;
  }
  .profile-section-head {
    font-size: 17px;
  }
  .profile-section .tab-content {
    padding: 25px 10px;
  }
  .border-address {
    border: none !important;
  }
  .Quantity-col-width {
    width: 27%;
  }
  .order-product-table th,
  .order-product-name,
  .order-product-no,
  .order-total {
    font-size: 13px;
  }
  .order-product-no {
    font-size: 12px;
  }
  .address-type,
  .address-text {
    margin-bottom: 8px;
  }
  .address-text {
    font-size: 13px;
  }
  .add-neww-address-btn {
    margin: 0;
    padding: 8px 9px;
    width: 48%;
  }
  .address-box {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .Quantity-col-width {
    width: 24%;
  }
  .total-col-width {
    width: 18%;
  }
}
/* profile section ends */

/* form section starts */
.form-exit {
  text-decoration: underline;
  color: var(--primary-color);
  font-size: 16px;
  font-family: var(--primary-family);
  font-weight: 500;
}
.tc-form-box input {
  border-radius: 8px !important;
  padding: 13px 16px;
  border-color: #d1d1d1;
}
.tc-form-box input,
.tc-form-box .form-control::placeholder {
  color: #888888;
  font-size: 14px;
}

/* form section ends */

/* recomandation offconvas strats*/
.recommendation-sec {
  margin-top: 120px;
}

.recommandation-product-sec,
.recommandation-detail-sec {
  background: #ffffff;
  padding: 26px;
  border-radius: 10px;
}

.recommandation-product-sec {
  padding: 0px;
  height: fit-content;
}

.recommandation-product-sec .container-xl {
  padding: 26px;
  min-height: 515px;
}

.recom-head {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 25px;
}

.root-cause {
  padding: 10px 17px;
}

.grey-bx {
  /* background: #EFEDE5; */
}

.recommendation-sec table {
  background: white;
}

.recommendation-sec .table-three-width {
  width: 20%;
}

.recommendation-sec .table-two-width {
  width: 15%;
}

.recommendation-sec .table-one-width {
  width: 18%;
}

.recommendation-sec .table > :not(caption) > * > * {
  /* padding: 0.7rem 0.8rem;*/
}

.recommendation-sec .sec-title {
  font-size: 24px;
}

.recommendation-sec .rights-reserved {
  font-size: 13px;
  color: #5d5d5d;
}

.recommendation-sec .product-img {
  height: auto;
  object-fit: contain;
}

.view-link {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: underline;
  border: none;
  background: transparent;
  padding: 0px;
}

.view-link:hover {
  text-decoration: underline;
}

.recommendation-sec .price {
  font-size: 17px !important;
  color: #000;
}

.recom-product-title {
  font-weight: 600;
  font-size: 15px;
  color: 304846;
}

.recommendation-sec hr {
  color: #8d8d8d;
}

.recommendation-sec .checkout-box {
  background-color: #f0eee7;
  /* Light beige/cream */
  padding: 35px 26px;
}

.recommendation-sec .btn-checkout {
  width: 100%;
  padding: 12px;
  font-weight: 500;
  border-radius: 50px;
}

.recommendation-sec .btn-checkout:hover {
  background-color: #1c554f;
}

.recom-subtotal {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 600;
}

.recom-total {
  font-size: 18px;
  color: var(--primary-color);
  /* font-weight: 600; */
}

.recom-shipping-offer {
  font-size: 15px;
  color: var(--primary-color);
}

.recommendation-sec #offcanvasRightLabel {
  font-size: 18px;
  color: var(--primary-color);
}

.recommendation-sec .btn-close {
  background: transparent url("img/detail/chev-right-arrow.png");
}

.recommendation-sec .offcanvas-header .btn-close {
  padding: 0;
  margin-top: -0.5rem;
  margin-right: 15px;
  margin-bottom: -0.5rem;
}

.recommendation-sec .offcanvas {
  width: 38%;
}

.recommendation-sec .offcanvas-product-title {
  color: var(--primary-color);
  font-size: 21px;
  font-family: var(--secondary-family);
  font-weight: 600;
}
.recommendation-sec .stars img {
  height: 12px;
  margin-right: 3px;
}
.recommendation-sec .detail-para {
  font-size: 14px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  line-height: 21px;
}
.recommendation-sec .product-price {
  font-size: 20px;
}
.recommendation-sec .accordion-button {
  padding: 0.7rem 0;
}
.recommendation-sec div#accordionFlushExample {
  margin-top: 4px;
}
.recommendation-sec .accordion-button {
  font-family: var(--primary-family);
  background-color: transparent !important;
  color: var(--primary-color) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.recommendation-sec .accordion-body {
  padding: 0rem 0rem 0.8rem !important;
  color: var(--primary-color);
  font-size: 13px !important;
}
@media (max-width: 768px) {
  .recommendation-sec {
    margin-top: 60px;
  }

  .recom-head {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .trichella-box span b {
    font-size: 14px;
  }

  .root-cause-img img {
    height: 60px;
  }

  .recommendation-sec .timeline-icon img {
    height: 77px;
  }

  .recommandation-product-sec .container-xl {
    padding: 18px;
    min-height: auto;
  }

  .recommendation-sec .checkout-box {
    padding: 20px 18px;
  }

  .recom-subtotal {
    font-size: 18px;
  }

  .recom-shipping-offer {
    font-size: 14px;
    color: var(--primary-color);
  }

  .recommendation-sec .btn-checkout {
    width: 65%;
    padding: 8px;
    font-size: 14px;
  }

  .recommendation-sec .result-quote {
    font-size: 16px;
  }

  .recommendation-sec .owl-carousel .owl-nav {
    top: -46px;
  }

  .recommendation-sec .sec-title {
    font-size: 18px;
  }

  .recommendation-sec .result-quote {
    font-size: 16px;
  }

  .recommendation-sec .client-name,
  .recommendation-sec .duration {
    font-size: 13px;
  }

  .recommandation-detail-sec {
    padding: 14px;
  }
  .recommendation-sec .offcanvas {
    width: 85%;
  }
  .recommendation-sec .offcanvas-product-title {
    font-size: 17px;
  }
  .recommendation-sec .detail-para {
    margin: 8px 0px;
    font-size: 13px;
  }
  .recommendation-sec #offcanvasRightLabel {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .recommandation-product-sec .container-xl {
    min-height: auto;
  }
}
/* recomendation offcanvas ends */
/* order-succes-starts */
.success-card {
  border-radius: 8px;
  overflow: hidden;
}

.success-card-header {
  padding: 40px 20px;
  background-color: #1a5550 !important;
  border-radius: 10px !important;
}

.success-card-header h5 {
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  font-family: var(--secondary-family);
}
.success-card-header small {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  color: #ffff;
  font-weight: 300;
  width: 70%;
  line-height: 24px;
}

.success-card-body {
  padding: 24px;
}

.success-question {
  font-weight: 600;
  font-size: 16px;
}

.success-rating .success-star {
  font-size: 1.5rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.success-rating .success-star:hover,
.success-rating .success-star:hover ~ .success-star {
  color: #ffc107;
}

.success-textarea {
  resize: none;
}

.success-skip-btn {
  border-radius: 20px;
  padding: 6px 20px;
  background: #f5f5f5;
  width: 16%;
  border: 1px solid #d1d1d1;
  color: #304846;
}
.success-submit-btn {
  border-radius: 20px;
  padding: 6px 16px;
}
.order-success-sec {
  margin-top: 120px;
}
.success-thoughts {
  font-size: 15px;
  color: #304846;
  line-height: 26px;
}
.order-success-sec textarea {
  border-radius: 8px !important;
  padding: 13px 16px;
  border-color: #d1d1d1;
  color: #888888;
  font-size: 14px;
  height: 156px;
}

.order-success-sec textarea::placeholder {
  color: #888888;
  font-size: 14px;
}
@media (max-width: 768px) {
  .order-success-sec {
    margin-top: 80px;
  }
  .success-card-header {
    padding: 17px 17px;
  }
  .success-card-header h5 {
    font-size: 18px;
  }
  .success-card-header small {
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    line-height: 20px;
  }
  .success-thoughts {
    font-size: 14px;
    line-height: 22px;
  }
  .rating > label {
    width: 1em;
    font-size: 30px;
    line-height: 21px;
  }
  .order-success-sec textarea {
    padding: 13px 12px;
    font-size: 13px;
    min-height: 100px;
  }
  .success-skip-btn,
  .success-submit-btn {
    width: 50%;
    font-size: 13px;
  }
}
/* order-succes-ends */
/* order track starts */
/* .order-track-wrapper {
  gap: 40px;
} */
.track-input {
  margin-top: 60px;
}
.order-track-info {
  background-color: #efede5;
  padding: 26px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.order-track-title {
  color: var(--primary-color);
  font-size: 34px;
  font-family: var(--primary-family);
  margin-bottom: 16px;
}

.order-track-subtitle {
  font-size: 19px;
  color: var(--primary-color);
  font-family: var(--primary-family);
  width: 76%;
  margin-bottom: 10px;
}

.order-track-note {
  font-size: 0.95rem;
}

.order-track-image img {
  max-width: 100%;
  height: auto;
}

.order-track-heading {
  color: var(--primary-color);
  margin-bottom: 20px;
}

.order-track-description {
  color: var(--primary-color);
  font-size: 0.95rem;
  line-height: 24px;
  margin-bottom: 20px;
}
.order-track-input {
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  margin-bottom: 30px !important;
}
.order-track-button {
  background-color: #1b6a63;
  color: white;
  font-size: 1rem;
  border-radius: 30px;
  padding: 10px 0;
  border: none;
  margin-bottom: 30px !important;
}
.order-track-input::placeholder {
  font-size: 16px;
  color: #888888;
  font-family: var(--primary-family);
}
.order-track-button:hover {
  background-color: #155443;
}
.order-track-sec {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .order-track-sec {
    margin-top: 80px;
  }
  .order-track-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .order-track-subtitle {
    font-size: 15px;
    width: 100%;
    margin-bottom: 4px;
    line-height: 24px;
  }
  .order-track-note {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .order-track-info {
    background-color: #efede5;
    padding: 18px;
  }
  .track-input {
    margin-top: 1px;
  }
  .order-track-heading {
    margin-bottom: 10px;
  }
  .order-track-input {
    padding: 8px 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .order-track-button {
    padding: 8px 0;
    margin-bottom: 20px !important;
  }
} /* order track ends */
/* order-track details starts */
#order-track-details {
  background: white;
  padding: 22px;
}
.order-track-detail-sec {
  margin-top: 120px;
}
#order-track-details .border-address {
  height: 100%;
}
#order-track-details .order-address-head {
  font-size: 16px;
}
#order-track-details span.badge {
  font-size: 14px;
}
#order-track-details tr td:last-child {
  text-align: end;
}
#order-track-details .need-assistance {
  font-size: 15px;
  line-height: 24px;
  color: var(--primary-color);
  word-spacing: 1px;
}
#order-track-details .bi-check::before {
  content: "" !important;
}

/* Prevent long words breaking design in large text or small layouts */
#order-track-details .hyphenate {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* Progress step indicator */

#order-track-details .progress-step-indicator {
  --colorDone: #304846;
  /* Global primary color should be used here */
  --colorToDo: #304846;
  /* Light grey */
  --colorStripe: rgba(255, 255, 255, 0.4);
  /* Requires the transparency */
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  font-size: 1rem;
  /* Controls icon, and text sizes, relatively */
}

#order-track-details [class^="progress_li"] {
  --iconBorder: var(--colorToDo);
  --iconBg: white;
  --iconColor: white;
  --iconShadow: none;
  --progressColor: var(--colorToDo);
  display: grid;
  align-items: baseline;
  grid-template-columns: 1.38em 1fr;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 0 0.5rem;
  color: var(--colorToDo);
}

#order-track-details .progress_li[aria-current="step"],
.progress_li-done {
  --iconBorder: var(--colorDone);
  --iconBg: var(--colorDone);
  --progressColor: var(--colorDone);
  color: var(--colorDone);
}

#order-track-details .progress_li[aria-current="step"] {
  --iconShadow: 0 0.0625em 0.25em rgba(0, 0, 0, 0.5);
  color: inherit;
  /* current step has body text color */
  padding: 0.25em 0 0.25em 1em;
}

#order-track-details .progress_li[aria-current="step"]::before {
  /* Background, when a vertical list */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #b4d6d4;
  opacity: 25%;
}

#order-track-details [class^="progress_li"] .bi {
  flex-shrink: 0;
  display: inline-block;
  overflow: hidden;
  margin: 0 0.25em 0 0;
  font-size: 1em;
  line-height: 0;
  border-radius: 50%;
  border: 0.0625em #1b6a63;
  background-color: #1b6a63;
  color: #1b6a63;
}

#order-track-details .progress_text {
  display: inline-block;
  font-size: 14px;
}

/* Set min-width to cater for copy length, MUST keep in ems. 
   Progress steps appear as a vertical list below this width */
@media (min-width: 30em) {
  #order-track-details .progress-step-indicator {
    display: flex;
  }

  #order-track-details [class^="progress_li"] {
    display: flex;
    flex: 1;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #order-track-details [class^="progress_li"][aria-current="step"] {
    padding: 0;
  }

  /*   [class^="progress_li"]:last-child {
            max-width: 2em;
            max-width: min-content;
        } */

  #order-track-details .progress_li[aria-current="step"]::before {
    display: none;
  }

  #order-track-details [class^="progress_li"] .bi {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0;
    font-size: 1em;
    /*   box-shadow: var(--iconShadow); */
  }

  #order-track-details [class^="progress_li"] .bi:before {
    margin-top: -0.0625em;
    margin-left: -0.0625em;
  }

  #order-track-details [class^="progress_li"] .bi:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 33px;
    display: block;
    width: 100%;
    height: 0.125em;
    background-color: #1b6a63;
  }

  #order-track-details [class^="progress_li"]:last-child .bi::after {
    display: none;
  }

  #order-track-details .progress_li[aria-current="step"] .bi:before,
  #order-track-details .progress_li[aria-current="step"] .bi:after {
    background-image: linear-gradient(var(--colorStripe), var(--colorStripe));
  }

  #order-track-details .progress_text {
    padding: 0.5em 0.5em 0 0.0625em;
  }

  #order-track-details [class^="progress_li"]:last-child .progress_text {
    padding-right: 0;
  }

  /* Candy-stripe */
  #order-track-details .candyStripe[aria-current="step"] .bi:before,
  #order-track-details .candyStripe[aria-current="step"] .bi:after {
    background-image: linear-gradient(
      -45deg,
      var(--colorStripe) 12.5%,
      transparent 12.5%,
      transparent 25%,
      var(--colorStripe) 25%,
      var(--colorStripe) 37.5%,
      transparent 37.5%,
      transparent 50%,
      var(--colorStripe) 50%,
      var(--colorStripe) 62.5%,
      transparent 62.5%,
      transparent 75%,
      var(--colorStripe) 75%,
      var(--colorStripe) 87.5%,
      transparent 87.5%,
      transparent
    );
    background-size: 50px 50px;
    background-position: 0 0;
    text-shadow: 0 0.0625em rgba(0, 0, 0, 0.25);
  }

  /* Candy-stripe animation */
  @media (prefers-reduced-motion: no-preference) {
    #order-track-details .candyStripe[aria-current="step"] .bi:before,
    #order-track-details .candyStripe[aria-current="step"] .bi:after {
      animation: candyStripeAnim 6s linear infinite;
    }

    @keyframes candyStripeAnim {
      to {
        background-position: 50px 50px;
      }
    }
  }
}

/* Green line for completed */
#order-track-details .progress_li-done .bi::after {
  background-color: #1b6a63;
}

/* Green line for current step with candy stripe */
#order-track-details .progress_li[aria-current="step"] .bi::after {
  background-color: #1b6a63;
}

/* Gray line for upcoming steps */
#order-track-details
  .progress_li:not(.progress_li-done):not([aria-current="step"])
  .bi::after {
  background-color: #d1d1d1;
}
#order-track-details .total-col-width {
  width: 13%;
}
@media (max-width: 768px) {
  #order-track-details [class^="progress_li"] .bi {
    font-size: 27px;
  }

  #order-track-details
    .progress_li:not(.progress_li-done):not([aria-current="step"])
    .bi {
    background-color: #d1d1d1;
  }
  .order-track-detail-sec {
    margin-top: 80px;
  }
  #order-track-details .border-address {
    border: 1px solid #e7e7e7 !important;
  }
  #order-track-details {
    padding: 16px;
  }
  #order-track-details .need-assistance {
    margin-bottom: 20px;
  }
}
/* order track details ends */
/* login section starts */
.login-sec {
  margin-top: 120px;
  margin-bottom: 80px;
}
.login-input {
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  margin-bottom: 30px !important;
}
.login-input::placeholder {
  font-size: 16px;
  color: #888888;
  font-family: var(--primary-family);
}
.login-description {
  color: var(--primary-color);
  font-size: 0.95rem;
  line-height: 24px;
  margin-bottom: 20px;
  width: 93%;
}
.login-button {
  background-color: #1b6a63;
  color: white;
  font-size: 1rem;
  border-radius: 30px;
  padding: 10px 0;
  border: none;
  margin-bottom: 30px !important;
}

.login-button:hover {
  background-color: #155443;
}
.login-heading {
  color: var(--primary-color);
  margin-bottom: 20px;
}
.login-sec .form-control {
  /* border: #bbbbbb 1px solid; */
  padding: 12px 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 0;
}
.otp-resend-link,
.otp-timing {
  color: var(--primary-color);
  font-size: 15px;
}
@media (max-width: 768px) {
  .login-input {
    padding: 8px 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .login-button {
    padding: 8px 0;
    margin-bottom: 20px !important;
  }
  .login-heading {
    margin-bottom: 10px;
  }
  .login-sec {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .login-description {
    margin-bottom: 15px;
    width: 100%;
  }
}
/* login section ends */
.owl-nav button {
  position: relative;
  background: #1b6a63;
  color: #f4f4f4;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  box-shadow: none !important;
  font-size: 15px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: border-color 0.45s ease, background 0.45s ease;
  transition: border-color 0.45s ease, background 0.45s ease;
}

.owl-nav button:hover {
  border-color: transparent !important;
  text-decoration: none;
  border: none;
  background: #a48b6b !important;
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev:hover img.svg,
.owl-carousel .owl-nav .owl-next:hover img.svg {
  filter: brightness(0) invert(1);
}
