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;
}
.category-mn p {
  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;
}
.content-bx .box-inner.box-left {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-right: -160px;
}
.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;
}


/*Start left right banner section*/
/* Forces the rows within content-bx to behave correctly as a flex container */
.content-bx .row {
    display: flex !important;
    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 !important;
    flex-direction: column !important;
}

/* Forces the image background div to cover all available space */
.cat-img-back {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /* Ensure the image column has a visible height on mobile devices */
    min-height: 400px !important;
    /* flex-grow makes it match the height of the content next to it on desktop */
    flex-grow: 1 !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* Ensures the inner content box takes all vertical space and adds padding */
.box-inner {
    flex-grow: 1 !important;
    padding: 35px 35px 35px 35px !important;
    height: 100% !important;
    margin: 35px 0px;
}
    .box-inner ul {
        margin-bottom: 0px;
    }

.category-mn .align-items-center {
    margin: 0px !important;
}
.menu_bar_detail .navbar-toggler_btn {
    top: 25px !important;
}
/*stop left right banner section*/
/* 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;
  }
}
