img {
  max-width: 100%;
  height: auto;
}
ul, ol {
  padding-left: 20px;
}
button, input, optgroup, select, textarea {
  font-family: "Roboto", sans-serif;
}
.section {
  padding: 50px 0;
  border-bottom: 1px solid #fff;
}
.section-bg {
  background-color: #E8E3D4;
}
.section h1 {
  margin-bottom: 12px;
}
.section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.bnr-search-form {
  position: relative;
  background: #fff;
  margin-right: -60px;
  padding: 20px;
  box-shadow: -4px -2px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.bnr-search-form h3 {
  font-weight: 700;
  font-size: 34px;
}
.bnr-search-form p {
  color: #717171;
}
.bnr-search-form .form-floating>label {
  font-weight: 600;
  color: #333;
}
.bnr-search-form .form-control {
  font-size: 14px;
  color: #333;
}
.bnr-search-form .btn {
  background: linear-gradient(135deg,#dbc194 0%,#b1916f 100%);
  border: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 50px;
}
.category-bnr .col-lg-9 img {
  width: 100%;
}

.category-mn {
  clear: both;
}
.category-mn .head {
  background: linear-gradient(135deg, #dbc194 0%, #b1916f 100%);
  color: #fff;
}
.category-mn .head > h1, .category-mn .head > h2 {
  font-size: 28px;
  margin-bottom: 0;
  text-align: center;
}
.category-mn h2 {
  font-size: 28px;
  text-align: center;
}
.category-mn .swiper-slide img {
  width: 100%;
  height: 236px;
  object-fit: cover;
}
.content-bx h3 {
  font-size: 20px;
  font-weight: 700;
}
.content-bx .box-inner {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px;
  margin: 35px 0;
}
.box-inner p:last-child {
  margin-bottom: 15px;
}
/* Left/Right image as background */
.content-bx .row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  align-items: stretch !important; /* Ensures columns stretch to the height of the tallest item */
}

/* Ensures the columns themselves flex within the row */
.content-bx .col-lg-6 {
  display: flex;
  flex-direction: column;
}
/* Forces the image background div to cover all available space */
.cat-img-back {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Ensure the image column has a visible height on mobile devices */
  min-height: 400px;
  /* flex-grow makes it match the height of the content next to it on desktop */
  flex-grow: 1;
  border-radius: var(--bs-border-radius-xxl) !important;
}
.category-mn p, .category-mn ul {
  text-align: justify;
  margin-bottom: 2rem;
}
.content-bx .box-inner.box-right {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-left: -225px;
  padding-right: 0;
}
.content-bx .box-inner.box-left {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-right: -160px;
  padding-left: 0;
}
.content-bx .col-lg-6 img {
  width: 100%;
}
.faqs {
  background-color: #F6F6F6;
}
.accordion-item {
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
}
.accordion h4 a {
  font-size: 21px;
  text-decoration: none;
  padding: 14px;
}
.accordion .accordion-button::after {
  filter: invert(60%) sepia(16%) saturate(760%) hue-rotate(350deg) brightness(85%) contrast(85%);
}
#mySwiperProperties_country, #mySwiperProperties_region {
  padding-bottom: 35px;
}
#mySwiperProperties_country .swiper-pagination, #mySwiperProperties_region .swiper-pagination {
  bottom: -5px;
}
.box-inner ul {
  margin-bottom: 0;
}

/* Responsive */
@media (min-width: 1367px) {
  .content-bx .col-lg-6 img {
    object-fit: cover;
    max-height: 780px;
    object-position: center;
  }
}
@media (max-width: 991px) {
  .category-mn .head > h2 {
    font-size: 25px;
  }
  .content-bx .box-inner.box-left, .content-bx .box-inner.box-right {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .bnr-search-form {
    margin: 20px 0 0 0;
  }
  .banner-cta {
    height: auto;
    padding: 40px 0;
  }
  #gift-sec .col-lg-7.d-flex {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 492px) {
  .homeprice-span {
    width: auto;
  }
}
