:root {
  --bs-primary: #153b6f;
  --bs-primary-rgb: 21, 59, 111;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
}


.body-wrapper {
  margin: 0 auto;
  max-width: 90%;
}

/* Top Bar Styling Start */
.top-bar {
  background: #f3faff;
  font-size: 14px;
  padding: 6px 0;
}

.top-bar a {
  /* color: #153b6f; */
  /* text-decoration: none; */

  padding: 0 0 0 6px;
}

.separator {
  /* color: #153b6f; */
  padding: 0 6px;
}


@media(max-width: 637px) {
  .top-bar .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .top-bar div {
    margin-bottom: 2px;
  }

  .top-bar a,
  .top-bar span {
    font-size: 14px;
  }
}

/* Top Bar Styling End */

/* Header Styling Start */
.main-header {
  background: #e2f2ff;
  padding: 18px 0;
}

.search-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  border: 2px solid #dce3ed;
  border-radius: 50px;
  padding: 6px 10px;
  background: #fff;
}

.search-wrapper select,
.search-wrapper input {
  border: none;
  outline: none;
  padding: 8px 12px;
  font-size: 14px;
  background: transparent;
}

.search-wrapper select {
  cursor: pointer;
  border-right: none;
}

.search-wrapper input {
  flex: 1;
}

.search-wrapper button {
  border: none;
  background: #2563eb;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-wrapper button:hover {
  background: #1e40af;
}

.select-box {
  position: relative;
  min-width: 150px;
}

.select-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 2px;
  height: 25px;
  background: #02060e94;

}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: transparent;
  width: 100%;
  padding: 8px 44px 8px 12px;
  padding-right: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
}

.select-box::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
  pointer-events: none;
}

@media (min-width:1200px) {
  .header-search-2 {
    display: none;
  }

  .header-button {
    text-align: end;

  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .header-logo {
    text-align: start !important;
    margin-bottom: 10px;
  }

  .header-search-2 {
    margin-bottom: 13px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }

  .header-button {
    text-align: end !important;
    margin-bottom: 13px;
  }

  .header-search-1 {
    display: none;
  }

  .search-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) and (min-width: 576px) {

  .header-logo {
    text-align: center;
    margin-bottom: 10px;
  }

  .header-search-2 {
    margin-bottom: 13px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }

  .header-button {
    text-align: center;
    margin-bottom: 13px;
  }

  .header-search-1 {
    display: none;
  }

}

@media(max-width: 576px) {
  .header-logo {
    text-align: center;
    margin-bottom: 10px;
  }

  .header-search-1 {
    margin-bottom: 13px;
  }

  .header-button {
    text-align: center !important;
  }

  .header-search-2 {
    display: none;
  }
}

/* Header Styling End */

/* Navbar Styling Start */
.main-nav {
  padding: 8px 16px;
}

.main-nav .btn {
  padding: 6px 14px;
  font-size: 14px;
  min-width: 320px;
  border-radius: 10px;
}

@media(max-width: 1200px) {
  .category-btn {
    width: 60% !important;
    margin: 0 auto;
  }
}

/* Navbar Styling End */

/* button primary custom color */
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #122f5c;
  --bs-btn-hover-border-color: #122f5c;
  --bs-btn-focus-shadow-rgb: 21, 59, 111;
  --bs-btn-active-bg: #0f2850;
  --bs-btn-active-border-color: #0f2850;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

/* button primary custom color */

/* Category Styling Start */
.category-box {
  margin-left: 40px;
  width: 93%;
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  line-height: 50px;
}

.category-box ul {
  list-style: none;
  padding: 0;
}

.category-box li {
  padding: 6px 0;
  border-bottom: 2px solid #eee;
}

.category-box li a {
  font-size: 16px;
}

.category-icon {
  width: 24px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
  font-size: 16px;
}

@media(max-width: 1835px) and (min-width:1680px) {
  .category-box {
    line-height: 30px;
  }
}

@media(max-width:1680px) and (min-width:1440px) {
  .category-box {
    line-height: 24px;
  }
}

@media(max-width:1440px) {
  .category-box {
    line-height: 18px;
  }
}

@media(max-width: 1200px) {
  .offCanvasBtn {
    width: 60%;
    /* margin: 0 auto; */
  }
}

/* Category Styling End */


/* Slider Styling Start */
.slider-carousel {
  border-radius: 20px;
  overflow: hidden;
}

.slider-carousel img {
  border-radius: 20px;
}


.carousel-arrow {
  font-size: 28px;
  /*  color: #0d6efd; */
  cursor: pointer;
  user-select: none;
}

.carousel-arrow:hover {
  color: #084298;
}

.carousel-arrow {
  transition: transform 0.2s ease, color 0.2s ease;
}

.carousel-arrow:hover {
  transform: scale(1.15);
}

.carousel-caption.custom-caption-left {
  left: 5%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  font-family: 'Mouse Memoirs', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  padding: 30px;
}

.carousel-caption.custom-caption-right {
  right: 5%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  font-family: 'Mouse Memoirs', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  padding: 30px;
}

.carousel-caption.custom-caption-center {
  /*   right: 5%;         
    left: auto;  */
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-family: 'Mouse Memoirs', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  padding: 30px;
}

.carousel-caption.custom-caption p {
  margin: 0;
}

@media(max-width:1200px) and (min-width:768px) {
  .homeSliderCarousel {
    width: 95%;
    margin: 0 auto;
  }

  .carousel-caption.custom-caption-left,
  .carousel-caption.custom-caption-right,
  .carousel-caption.custom-caption-center {
    font-size: 1.5rem;
    margin-bottom: -65px;
    /* padding: 5px; */
  }
}

@media(max-width:768px) {
  .homeSliderCarousel {
    width: 92%;
    margin: 0 auto;
  }

  .carousel-caption.custom-caption-left,
  .carousel-caption.custom-caption-right,
  .carousel-caption.custom-caption-center {
    font-size: 1rem;
    margin-bottom: -65px;
    padding: 27px;
  }
}

/* Slider Styling End */

/* Product Card Styling Start */
.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  border: 2px solid #e6f0ff;
  transition: all 0.3s ease;
  overflow: hidden;
  margin: 5px;
}

.product-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.product-body h6 {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-footer {
  margin-top: auto;
}

.offer-badge {
  position: absolute;
  top: 0px;
  left: -5px;
  background: #ff3b3b;
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-bottom-right-radius: 22px;
}

.offer-badge-arrival {
  position: absolute;
  top: 0px;
  left: -5px;
  background: #81fd8e;
  color: #000;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-bottom-right-radius: 22px;
  letter-spacing: 1px;
}

.offer-badge-best-seller {
  position: absolute;
  top: 0px;
  left: -5px;
  background: #fd8581;
  color: #000;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-bottom-right-radius: 22px;
  letter-spacing: 1px;
}

.product-image {
  min-height: 340px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}


.product-image img {
  height: auto;
  width: 350px !important;
  margin: 0 auto;
  max-height: 340px;
  max-width: 100%;
  border-radius: 12px;
  /* margin-bottom: 10px; */
}


.product-body h6 {
  font-weight: 700;
  color: #0d3b8e;
  margin-bottom: 8px;
}

.price {
  min-height: 48px;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 8px;
}

.new-price {
  font-weight: 700;
  color: #000;
}


.product-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}

.btn-details {
  position: absolute;
  border: none;
  padding: 8px 16px;
  border-top-right-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}

.btn-details {
  background: #eaf2ff;
  color: #0d3b8e;
}

.btn-add {
  position: absolute;
  border: none;
  padding: 8px 16px;
  border-top-left-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
}

.btn-add {
  background: #eaf2ff;
  color: #0d3b8e;
}

.btn-details:hover,
.btn-add:hover {
  background: #0d6efd;
  color: #fff;
}

@media(max-width:1200px) and (min-width:992px) {
  .product-image {
    min-height: 235px;
  }
}

/* Product Card Styling End */

/* Product Collection Card Styling Start */
.collection-card {
  min-height: auto;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.collection-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.collection-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.collection-card:hover .collection-img {
  transform: scale(1.08);
}

/* Product Collection Card Styling End */

/* Homepage Banner Styling Start */
.homepage-banner {
  padding: 20px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.full-cover-card {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}

.full-cover-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* Homepage Banner Styling End */

/* Footer Styling Start */
.footer-top {
  background: #d8efff;
}

.footer-title {
  position: relative;
  margin-bottom: 20px;
}

.footer-title::after {
  content: "";
  width: 36%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.footer-text,
.footer-links,
.contact-list {
  margin-top: 15px;
}

.footer-text {
  letter-spacing: 0.5px;
  text-align: justify;
}

.footer-links,
.contact-list {
  letter-spacing: 0.3px;
}

.footer-links li,
.contact-list li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
}

.footer-bottom {
  background: #1b3b6d;
}

.footer-bottom .row .col-md-6 {
  text-align: center !important;
}

.text-yellow {
  color: #f0d300;
  font-weight: 600;
}

/* Footer Styling End */