:root {
  --tr-common-white : #FCFCFC;
  --tr-common-black: #191B1A;
  --tr-heading-primary: #191B1A;
  --tr-grey-1: #F2F5EC;
  --tr-text-body: #5B5B5B;
  --tr-theme-1: #17a04a;
  --tr-theme-2: #83CD20;
  --tr-border-1: #EEEEEE;
}

.page-wrapper {
    background-color: #F9FFF1;
}

.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .3), rgba(20, 20, 31, .7)), url(/images/portal/gunung_jerai_1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shadow-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin: 10px;
}

/*----------Front Page Portal-------------*/
/* .card-body {
    padding: 1rem;
}

.card-title {
    font-size: 1.0rem;
    font-weight: bold;
}

.card-text {
    font-size: 0.8rem;
}

.card-hotel {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #1BC418;
    border-radius: 50%;
}

.section-title {
    font-weight: bold;
    font-size: 2rem;
    color: #7a29ce;
    text-align: center;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #707070;
    text-align: center;
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

/* .tour-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}

.tour-card:hover {
    transform: scale(1.03);
}

.tour-badge {
    background-color: #8f34eb;
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    border-radius: 8px;
}

.tour-card img {
    height: 200px;
    object-fit: cover;
} */

.price {
    color: #7a29ce;
    font-weight: bold;
}

.btn-book {
    background-color: #7a29ce;
    color: white;
    border-radius: 20px;
    padding: 5px 15px;
    font-weight: bold;
    text-decoration: none;
}

.activities-section {
    background-color: #f0f8ef;
    /* padding: 50px 20px;
    border-radius: 20px;
    margin-top: 40px; */
}

.activity-card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}

.activity-card img {
    border-radius: 15px;
    height: 180px;
    object-fit: cover;
}

.activity-card:hover {
    transform: scale(1.03);
}

.activity-title {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
    color: #333;
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.5rem;
    }
}

.section-title {
    font-weight: bold;
    font-size: 2rem;
    color: #7a29ce;
    text-align: center;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #707070;
    text-align: center;
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

/* .tour-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}

.tour-card:hover {
    transform: scale(1.03);
}

.tour-badge {
    background-color: #8f34eb;
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    border-radius: 8px;
}

.tour-card img {
    height: 200px;
    object-fit: cover;
} */

.price {
    color: #7a29ce;
    font-weight: bold;
}

.btn-book {
    background-color: #7a29ce;
    color: white;
    border-radius: 20px;
    padding: 5px 15px;
    font-weight: bold;
    text-decoration: none;
}

.activities-section {
    background-color: #f0f8ef;
    /* padding: 50px 20px;
    border-radius: 20px;
    margin-top: 40px; */
}

.activity-card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}

.activity-card img {
    border-radius: 15px;
    height: 180px;
    object-fit: cover;
}

.activity-card:hover {
    transform: scale(1.03);
}

.activity-title {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
    color: #333;
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.5rem;
    }
}

.section-title {
    font-size: 1.7rem;
    font-weight: bold;
}

.satisfaction-section {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.satisfaction-section .satisfaction-image {
    max-width: 100%;
    border-radius: 10px;
}

.satisfaction-details {
    margin-left: 20px;
}

.satisfaction-details .satisfaction-stats {
    color: #6a00a8;
    font-size: 1.3rem;
    font-weight: bold;
}

.quality-badge {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.3rem;
}

.star-rating {
    background-color: #6a2c91;
    padding: 5px;
    border-radius: 10px;
}

.star-rating .fa {
    color: #fff;
}

.promo-banner {
    background-color: #f3ecff;
    border: 2px dashed #6a00a8;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.promo-banner p {
    font-weight: bold;
    color: #6a00a8;
    margin: 0;
    font-size: 1.5rem;
}

.btn-book {
    background-color: #6a00a8;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    text-align: right;
}

.hall-section .hall-item img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.hall-section .hall-item img:hover {
    transform: scale(1.05);
}

.mobile-app-section {
    /* background-color: #f9f9f9; */
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.mobile-app-text {
    color: #6a00a8;
    font-weight: bold;
    font-size: 36px !important;
    line-height: 1.2;
}

.app-store-badge {
    margin-top: 10px;
    margin-right: 10px;
}

.app-images {
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.app-main-image {
    max-width: 100px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .satisfaction-section {
        flex-direction: column;
        text-align: center;
    }

    .satisfaction-details {
        margin-left: 0;
        margin-top: 20px;
    }

    .app-images {
        flex-direction: column;
        align-items: center;
    }

    .app-main-image {
        margin-bottom: 20px;
    }
}

.section-title-hall {
    font-weight: bold;
    font-size: 2rem;
    color: green;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.2;
}

.rounded-card {
    border-radius: 15px;
    overflow: hidden;
}

.rounded-img {
    border-radius: 15px;
}

.top-main-background {
    background-image: url('../images/portal/gunung_jerai_1.jpg');
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position-y: 60%; */
    background-position-x: center;
}

.card-top-main{
  background-color: rgb(218 188 232 / 80%) !important;
}

.bg-purple-pknk {
    background-color: #6F0A9F !important;
    color: #ffffff !important;
}

.text-purple {
    color: #6F0A9F;
}
.text-green {
    color: #1BC418;
}

.btn-green {
    background-color: #1BC418;
    color: #ffffff;
}

.card-hotel .card {
    min-height: 260px;
}

/*----------------------------------------*/
/*  10. destination css start
/*----------------------------------------*/
@media (max-width: 767px) {
    .tr-destination-title-box {
      margin-bottom: 30px;
    }
  }
  .tr-destination-title-box p {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tr-destination-title-box p {
      font-size: 15px;
    }
    .tr-destination-title-box p br {
      display: none;
    }
  }
  .tr-destination-thumb {
    border-radius: 20px;
  }
  .tr-destination-thumb img {
    width: 100%;
    transition: 0.9s;
    border-radius: 20px;
    height: 450px;
  }
  .tr-destination-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.66;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--tr-common-black);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tr-destination-title {
      font-size: 18px;
    }
  }
  .tr-destination-content {
    padding: 25px;
    padding-top: 15px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tr-destination-content {
      padding: 25px 15px;
      padding-top: 15px;
    }
  }
  .tr-destination-content span {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #5B5B5B;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tr-destination-content span {
      font-size: 16px;
    }
  }
  .tr-destination-item {
    transition: all 0.3s;
    border-radius: 20px;
    background: var(--tr-common-white);
    border-bottom: 2px solid transparent;
    box-shadow: 0 2px 6px -1px rgba(19, 16, 34, 0.03), 0 4px 12px -1px rgba(19, 16, 34, 0.06);
  }
  .tr-destination-item:hover {
    border-color: var(--tr-theme-1);
  }
  .tr-destination-item:hover .tr-destination-thumb img {
    transform: scale(1.1) rotate(-2deg);
  }
  .tr-destination-bg {
    /* margin: 0px 60px; */
    /* padding-top: 115px; */
    padding-bottom: 85px;
    border-radius: 40px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tr-destination-bg {
      margin: 0px 20px;
    }
  }
  .tr-destination-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .tr-destination-shape img {
    object-fit: cover;
  }
  .tr-destination-style-2 .tr-destination-item {
    box-shadow: none;
    background-color: transparent;
    border: none;
  }
  .tr-destination-style-2 .tr-destination-item:hover {
    border-color: none;
  }
  .tr-destination-style-2 .tr-destination-item:hover .tr-destination-content::after {
    left: -5px;
  }
  .tr-destination-style-2 .tr-destination-content {
    border-radius: 20px;
    margin: 0 20px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    transform: translateY(-25px);
    background-color: var(--tr-common-white);
  }
  .tr-destination-style-2 .tr-destination-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transition: all 0.3s;
    z-index: -1;
    background-color: var(--tr-common-white);
  }
  .tr-destination-style-2 .tr-destination-content::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transition: all 0.3s;
    z-index: -3;
    background-color: var(--tr-theme-2);
  }
  .tr-destination-style-2 .tr-destination-content span {
    font-weight: 400;
    font-size: 14px;
  }
  .tr-destination-style-2 .tr-destination-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tr-destination-left {
      margin-bottom: 60px;
    }
  }
  .tr-destination-left ul li {
    list-style-type: none;
    width: 100%;
    border-bottom: 2px solid rgba(36, 38, 37, 0.2);
  }
  .tr-destination-left ul li button {
    padding: 0;
    padding: 38.5px 0;
    width: 100%;
    text-align: start;
  }
  .tr-destination-left ul li button.active span i {
    color: var(--tr-theme-1);
  }
  .tr-destination-left ul li button:hover {
    cursor: pointer;
  }
  .tr-destination-left ul li button span {
    font-weight: 700;
    font-size: 32px;
    display: inlin-block;
    text-transform: capitalize;
    color: var(--tr-common-black);
    position: relative;
    padding-left: 110px;
  }
  @media (max-width: 767px) {
    .tr-destination-left ul li button span {
      font-size: 25px;
      padding-left: 80px;
    }
  }
  .tr-destination-left ul li button span i {
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 56px;
    transition: 0.3s;
    line-height: 1;
    font-style: normal;
    color: transparent;
    letter-spacing: -0.02em;
    -webkit-text-stroke: 1px var(--tr-theme-1);
  }
  @media (max-width: 767px) {
    .tr-destination-left ul li button span i {
      font-size: 45px;
    }
  }
  .tr-destination-thumb-main {
    margin-left: 30px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tr-destination-thumb-main {
      margin-left: 0;
    }
  }
  .tr-destination-thumb-main img {
    border-radius: 20px;
  }

  .tr-destination-2-item {
    text-align: center;
    padding: 30px 20px;
    padding-bottom: 33px;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
  }
  .tr-destination-2-item .tr-destination-content {
    padding: 0;
  }
  .tr-destination-2-thumb {
    margin-bottom: 28px;
  }
  .tr-destination-2-thumb img {
    border-radius: 50%;
  }
  .fix {
    overflow: hidden;
  }

  .border-line-black {
      display: inline;
      background-repeat: no-repeat;
      background-size: 0% 1px, 0 1px;
      background-position: 100% 100%, 0 100%;
      transition: background-size 0.3s linear;
      background-image: linear-gradient(#0f0f0f, #0f0f0f), linear-gradient(#0f0f0f, #0f0f0f);
  }
  .border-line-black:hover {
    background-size: 0% 1px, 100% 1px;
    text-decoration: none;
  }
  .navbar-expand-md .nav-item.active:after{
    border-bottom-width: 5px !important;
    border-color: #6F0A9F !important;
  }

  .nav-item-custom.active:after{
    bottom: -0.79rem !important;
  }

  /*----------------------------------------*/
/*  16. hero css start
/*----------------------------------------*/
.tr-hero-bg {
  padding-top: 170px;
  padding-bottom: 120px;
  border-radius: 30px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-hero-bg {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-bg {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-bg {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tr-hero-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-hero-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.tr-hero-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 30px;
  background-color: rgba(25, 27, 26, 0.6);
}
.tr-hero-title {
  font-weight: 700;
  font-size: 75px;
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: var(--tr-common-white);
  margin-bottom: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tr-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-title {
    font-size: 61px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-title {
    font-size: 59px;
  }
}
@media (max-width: 767px) {
  .tr-hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-hero-title {
    font-size: 52px;
  }
}
.tr-hero-title span {
  font-style: italic;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-content {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-content {
    margin-bottom: 55px;
  }
}
.tr-hero-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 0;
  color: var(--tr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-content p {
    font-size: 16px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-content p {
    font-size: 16px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .tr-hero-content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-hero-content p {
    font-size: 18px;
  }
}
.tr-hero-search-box {
  padding: 30px 40px;
  border-radius: 20px;
  background-color: var(--tr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-search-box {
    padding: 25px 20px;
  }
}
.tr-hero-widget-item {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-widget-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-hero-widget-item.widget-style-3 {
    margin-left: -40px;
  }
}
.tr-hero-widget-icon span {
  height: 50px;
  width: 54px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
  background-color: #F2F5EC;
  color: var(--tr-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-widget-icon span {
    height: 40px;
    width: 44px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-widget-icon span svg {
    width: 20px;
  }
}
.tr-hero-widget-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #5B5B5B;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-widget-title {
    font-size: 15px;
  }
}
.tr-hero-widget-select {
  display: inline-block;
  width: 100%;
}
.tr-hero-widget-select .nice-select {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: auto;
  line-height: 1;
  padding: 0;
  position: relative;
}
.tr-hero-widget-select .nice-select::after {
  border: none;
  margin-top: 0;
  right: 0;
  height: auto;
  width: auto;
  content: "\f107";
  font-weight: 500;
  font-size: 18px;
  transform-origin: center;
  transform: translateY(-45%);
  background-color: transparent;
  color: var(--tr-common-black);
  font-family: "Font Awesome 5 Pro";
}
.tr-hero-widget-select .nice-select span {
  font-weight: 500;
  font-size: 15px;
  color: #5F6168;
}
.tr-hero-widget-select .nice-select span.current {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tr-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-widget-select .nice-select span.current {
    font-size: 15px;
  }
}
.tr-hero-widget-select .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}
.tr-hero-widget-select .nice-select .list {
  width: 100%;
  margin-top: 20px;
  padding: 15px 30px;
}
.tr-hero-widget-select .nice-select .list li:last-child {
  border-bottom: 0;
}
.tr-hero-widget-select .nice-select .selected {
  color: var(--tr-common-black);
  font-weight: 600;
}
.tr-hero-widget-select .nice-select .option {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s;
  font-size: 16px;
}
.tr-hero-widget-select .nice-select .option:hover {
  color: var(--tr-common-black);
}
.tr-hero-widget-input input {
  height: auto;
  width: 100%;
  /* border: none; */
  outline: none;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tr-common-black);
  background: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-widget-input input {
    font-size: 15px;
  }
}

.tr-hero-2-pt {
  padding-top: 97px;
}
.tr-hero-2-content {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .tr-hero-2-content {
    margin-bottom: 80px;
  }
}
.tr-hero-2-content p {
  margin-bottom: 40px;
  color: rgba(252, 252, 252, 0.8);
}
@media (max-width: 767px) {
  .tr-hero-2-content p br {
    display: none;
  }
}
.tr-hero-2-thumb-wrapper {
  margin-left: -50px;
}
@media (max-width: 767px) {
  .tr-hero-2-thumb-wrapper {
    margin-left: 0;
  }
}
.tr-hero-2-thumb-shape {
  position: absolute;
  top: -2%;
  left: -6.2%;
  z-index: -2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-2-thumb-shape {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-2-thumb-shape {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.tr-hero-2-tour-box {
  position: absolute;
  top: 18%;
  right: 3.3%;
  border-radius: 24px;
  padding: 10px 25px;
  padding-right: 0;
  min-width: 284px;
  background: rgba(11, 109, 79, 0.58);
  border: 2px solid rgba(252, 252, 252, 0.3);
  animation: ittranslateX1 1s infinite alternate;
}
.tr-hero-2-tour-box.item-2 {
  top: 45%;
  animation: ittranslateX2 1s infinite alternate;
}
.tr-hero-2-tour-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tr-common-white);
}
.tr-hero-2-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.tr-hero-2-shape-1 img {
  height: 100%;
  object-fit: cover;
}

.tr-hero-3-bg {
  background: linear-gradient(180deg, rgba(131, 205, 32, 0.29) 0%, rgba(131, 205, 32, 0) 63.5%);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
}
.tr-hero-3-title {
  font-size: 74px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-3-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tr-hero-3-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-3-content {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .tr-hero-3-content {
    padding: 80px 0;
  }
}
.tr-hero-3-content p {
  font-size: 20px;
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-3-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tr-hero-3-content p {
    font-size: 18px;
  }
  .tr-hero-3-content p br {
    display: none;
  }
}
.tr-hero-3-slider-main {
  height: 760px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-3-slider-main {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .tr-hero-3-slider-main {
    height: 290px;
  }
}
.tr-hero-3-slider-item img {
  border-radius: 999px;
  border: 7px solid var(--tr-common-white);
}
.tr-hero-3-active-2 {
  transform: scale(1, -1);
  transform-origin: center;
}
.tr-hero-3-active-2 img {
  transform: scale(1, -1);
  transform-origin: center;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  border-color: transparent;
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}

.btn-primary {
  color: var(--tr-common-white);
  border-color: var(--tr-theme-1);
  background-color: var(--tr-theme-1);
}

.btn.btn-primary {
  color: var(--tr-common-white);
  border-color: var(--tr-theme-1);
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.tr-btn-green {
  font-weight: 500;
  font-size: 20px;
  padding: 16px 30px;
  border-radius: 999px;
  transition: all 0.3s;
  display: inline-block;
  color: var(--tr-common-white);
  border: 1px solid transparent;
  background-color: var(--tr-theme-1);
}

.tr-btn-green:hover {
  color: var(--tr-common-black);
  background-color: transparent;
  border-color: var(--tr-theme-1);
}

/*----------------------------------------*/
/*  17. memorise css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-title-box {
    margin-bottom: 50px;
  }
}
.tr-memorise-title-box p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-title-box p {
    font-size: 16px;
  }
  .tr-memorise-title-box p br {
    display: none;
  }
}
.tr-memorise-item {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-memorise-item {
    margin-left: 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .tr-memorise-item {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.tr-memorise-icon span {
  margin-right: 30px;
  display: inline-block;
  color: var(--tr-theme-1);
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-icon span {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-icon span svg {
    width: 52px;
  }
}
.tr-memorise-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tr-common-black);
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-memorise-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-memorise-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tr-memorise-content p {
    font-size: 15px;
  }
}
.tr-memorise-mlr {
  margin: 0px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-memorise-mlr {
    margin: 0px 20px;
  }
}
@media (max-width: 767px) {
  .tr-memorise-mlr {
    margin: 0;
  }
}
.tr-memorise-bg {
  padding-top: 130px;
  padding-bottom: 340px;
  border-radius: 40px;
  background-color: var(--tr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-memorise-bg {
    padding-top: 90px;
    padding-bottom: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-memorise-bg {
    padding-top: 90px;
    padding-bottom: 300px;
  }
}
.tr-memorise-shape-1 {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}
.tr-memorise-style-2 .tr-memorise-item {
  padding: 36.5px 38px;
  margin-left: 0;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: 0.4s;
  background-color: var(--tr-common-white);
}
@media (max-width: 767px) {
  .tr-memorise-style-2 .tr-memorise-item {
    padding: 36.5px 25px;
  }
}
.tr-memorise-style-2 .tr-memorise-item:hover {
  background-color: var(--tr-theme-1);
}
.tr-memorise-style-2 .tr-memorise-item:hover .tr-memorise-icon span {
  color: var(--tr-common-white);
}
.tr-memorise-style-2 .tr-memorise-item:hover .tr-memorise-title {
  color: var(--tr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-memorise-style-3 .tr-memorise-title-box {
    margin-bottom: 0px;
  }
}
.tr-memorise-style-3 .tr-memorise-item {
  padding: 36px 30px;
  margin-left: 0;
  border: 2px solid #EEEEEE;
  border-radius: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-memorise-style-3 .tr-memorise-item {
    margin-bottom: 0;
  }
}
.tr-memorise-style-3 .tr-memorise-item:hover {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
}

.tr-section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  display: block;
  text-transform: capitalize;
  color: var(--tr-common-black);
}

/*----------------------------------------*/
/*  24. trip css start
/*----------------------------------------*/
@media (max-width: 767px) {
  .tr-trip-title-box {
    margin-bottom: 30px;
  }
}
.tr-trip-title-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-trip-title-box p {
    font-size: 16px;
  }
}
.tr-trip-item {
  overflow: hidden;
  border-radius: 20px;
  background: var(--tr-common-white);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.tr-trip-item:hover .tr-trip-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tr-trip-thumb img {
  transition: all 0.9s;
  width: 100%;
  height: 240px;
}
.tr-trip-content {
  padding: 20px 40px 40px 39px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-trip-content {
    padding: 20px 20px 40px 20px;
  }
}
.tr-trip-location {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #5B5B5B;
  margin-bottom: 10px;
  display: inline-block;
}
.tr-trip-location i {
  margin-right: 8px;
  color: var(--tr-common-black);
}
.tr-trip-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--tr-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-trip-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-trip-title {
    font-size: 22px;
  }
}
.tr-trip-title a:hover {
  color: var(--tr-theme-1);
}
.tr-trip-ratting {
  margin-bottom: 20px;
}
.tr-trip-ratting span {
  color: var(--tr-theme-2);
  transform: translateY(-3px);
  display: inline-block;
}
.tr-trip-ratting span:not(:last-child) {
  margin-right: 3px;
}
.tr-trip-ratting i {
  margin-left: 10px;
  font-style: normal;
  color: var(--tr-common-black);
}
.tr-trip-duration {
  margin-bottom: 40px;
}
.tr-trip-duration span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #5B5B5B;
  margin-right: 10px;
  display: inline-block;
}
.tr-trip-duration span i {
  margin-right: 4px;
  color: var(--tr-common-black);
}
.tr-trip-duration p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: var(--tr-common-black);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-trip-duration p {
    font-size: 16px;
  }
}
.tr-trip-price span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #5B5B5B;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-trip-price span {
    font-size: 16px;
  }
}
.tr-trip-price span i {
  margin-left: 5px;
  font-style: normal;
  color: var(--tr-common-black);
}
.tr-trip-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--tr-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-trip-link {
    font-size: 16px;
  }
}
.tr-trip-link:hover {
  color: var(--tr-theme-1);
}
.tr-trip-link i {
  margin-left: 10px;
  transform: translateY(2px);
}
.tr-trip-style-2 .tr-trip-thumb img {
  border-radius: 20px;
  width: 100%;
}
.tr-trip-style-2 .tr-trip-item {
  background-color: #F2F5EC;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
}
.tr-trip-style-2 .tr-trip-item:hover .tr-trip-content {
  background-color: var(--tr-common-white);
}
.tr-trip-style-2 .tr-trip-content {
  padding: 20px 30px 40px 30px;
  background-color: #F2F5EC;
  transition: all 0.3s;
}
.tr-trip-style-2 .tr-trip-price span {
  position: relative;
  display: block;
}
.tr-trip-style-2 .tr-trip-price span::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 46%;
  height: 2px;
  transform: translateY(4px);
  background-color: #EEEEEE;
}
.tr-trip-bg {
  padding: 120px 0;
  border-radius: 40px;
  background-color: var(--tr-common-white);
}
.tr-trip-mlr {
  margin: 0px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-trip-mlr {
    margin: 0;
  }
}
.tr-trip-arrow {
  position: relative;
  padding: 0 50px;
  z-index: 1;
  display: inline-block;
  background-color: var(--tr-common-white);
}
.tr-trip-arrow button {
  padding: 0;
}
.tr-trip-arrow button span {
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: var(--tr-theme-1);
  background-color: rgba(3, 72, 51, 0.1);
}
.tr-trip-arrow button.slider-prev {
  margin-right: 15px;
}
.tr-trip-arrow button:hover span {
  color: var(--tr-common-white);
  background-color: #034833;
}
.tr-trip-arrow-wrap {
  position: relative;
}
.tr-trip-arrow-wrap::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--tr-theme-1);
}
.tr-trip-arrow-wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--tr-theme-1);
}
.tr-trip-style-3 {
  padding-bottom: 50px;
  border-radius: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-trip-style-3 .tr-memorise-title-box {
    margin-bottom: 0px;
  }
}
.tr-trip-style-3 .tr-trip-content {
  padding: 8px 18px 18px 18px;
}
.tr-trip-style-3 .tr-trip-location {
  font-size: 20px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-trip-style-3 .tr-trip-location {
    font-size: 16px;
  }
}
.tr-trip-style-3 .tr-trip-location i {
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.tr-trip-style-3 .tr-trip-ratting {
  margin-bottom: 27px;
}
.tr-trip-style-3 .tr-trip-ratting i {
  font-size: 20px;
  margin-left: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-trip-style-3 .tr-trip-ratting i {
    font-size: 16px;
  }
}
.tr-trip-style-3 .tr-trip-ratting span {
  color: var(--tr-theme-1);
}
.tr-trip-style-3 .tr-trip-duration p {
  font-size: 14px;
  color: var(--tr-text-body);
}
.tr-trip-style-3 .tr-trip-duration span {
  font-size: 16px;
}
.tr-trip-style-3 .tr-trip-duration span i {
  margin: 0;
}
.tr-trip-style-3 .tr-trip-price span {
  font-size: 15px;
}
.tr-trip-style-3 .tr-trip-price span i {
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  margin-left: 10px;
}
.tr-trip-style-3 .tr-trip-title {
  margin-bottom: 15px;
}

.tr-trip-details-thumb {
  margin-bottom: 35px;
}
.tr-trip-details-thumb img {
  border-radius: 20px;
  width: 100%;
}

.tr-book-form-sidebar {
  padding: 30px;
  border-radius: 20px;
}
.tr-book-form-content span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #5B5B5B;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-book-form-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-book-form-content p {
    font-size: 17px;
  }
}
.tr-book-form-list ul li {
  margin-bottom: 20px;
}
.tr-book-form-list ul li span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #5B5B5B;
  text-transform: capitalize;
}
.tr-book-form-list ul li i {
  margin-right: 15px;
  color: var(--tr-theme-1);
}
.tr-book-form-left .tr-map-wrap iframe {
  height: 370px;
}
.tr-book-form-price-btn button {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  line-height: 36px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s;
  text-transform: capitalize;
  border: 2px solid var(--tr-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-book-form-price-btn button {
    font-size: 15px;
  }
}
.tr-book-form-price-btn button.active {
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}
.tr-book-form-price-btn button:hover {
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}
.tr-book-form-price-info {
  border-bottom: 1px solid #D5D5D5;
}
.tr-book-form-price-info span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--tr-common-black);
}
.tr-book-form-price-info a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-trip-details-content p {
    font-size: 18px;
  }
}

.custom-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}


/* Circle with top shadow and containing the icon */
.circle-with-shadow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.2); /* Inside top shadow */
}

.custom-price-box {
    background-color: white;
    padding: 8px 16px;
    border-radius: 0 12px 12px 0; /* Top-right and bottom-right corners rounded */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0% 100%);
    position: relative;
    z-index: 1;
}

.price-value {
    font-size: 1.25rem;
    font-weight: bold;
    color: #6d28d9;
    margin-right: 4px;
}

.price-unit {
    font-size: 1rem;
    color: #6d28d9;
}

.card-hotel-room {
  border-radius : 20px !important;
}

/* Facilities hall css */

.facilities-hero-title {
    font-size: 2.5rem;
    color: white;
}
.facilities-hero-subtitle {
    font-size: 1.5rem;
    color: white;
}

@media (max-width: 768px) {
    .facilities-hero-title {
        font-size: 1.5rem;
    }
    .facilities-hero-subtitle {
        font-size: 1rem;
    }
}

.carousel-inner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .carousel-inner img {
        height: 120px !important;
    }
}

.facilities-overview p {
    margin: 0;
}

.facilities-overview .size,
.facilities-overview .capacity {
    font-size: 30px;
    font-weight: bold;
    color: #008000;
}

.facilities-overview .label {
    font-size: 20px;
}

.facilities-overview .unit {
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .facilities-overview .size,
    .facilities-overview .capacity {
        font-size: 20px;
    }

    .facilities-overview .label {
        font-size: 16px;
    }

    .facilities-overview .unit {
        font-size: 12px;
    }
}

.facilities-equipment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
}

.facilities-equipment div {
    line-height: 1.8;
    position: relative;
}

.facilities-equipment .bullet {
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .facilities-equipment {
        grid-template-columns: repeat(2, 1fr); /* Adjust to 2 columns on mobile */
    }

    .facilities-equipment div {
        font-size: 14px; /* Adjust font size for mobile */
    }
}

@media (max-width: 576px) {
    .facilities-equipment {
        grid-template-columns: 1fr; /* Adjust to 1 column on smaller screens */
    }

    .facilities-equipment div {
        font-size: 12px; /* Adjust font size for smaller screens */
    }
}

/* end of facilities hall */


#topHotelCard {
  margin-top: -20px !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .top-main-background {
      height: 440px;
  }

  .card-top-main{
    background-color: rgba(111, 10, 159, 0.10) !important;
  }

  .mobile-app-text, .section-title-hall {
    line-height: 2rem;
  }

 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #topHotelCard {
    margin-top: -70px !important;
  }

  .top-main-background {
      /* background-image: url('../images/portal/gunung_jerai_1.jpg'); */
      height: 400px;
      /* background-repeat: no-repeat; */
      /* background-size: cover; */
      background-position-y: 60%;
  }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .top-main-background {
      height: 300px;
  }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }


/* start of receipt */
.receipt-logo {
    height: 100px;
}

.receipt-title {
    font-size: 30px;
    color: #008000;
    font-weight: bold;
    margin-bottom: 10px;
}

.receipt-info {
    font-size: 10px;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .receipt-logo {
        height: 50px;
    }

    .receipt-title {
        font-size: 20px;
    }

    .receipt-info {
        font-size: 8px;
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    .card, .card * {
        visibility: visible;
    }
    .card {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}

.play-button-animation i {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.custom-app-section {
    flex-wrap: nowrap;
    align-items: center;
}

.custom-qr-code {
    width: 400px;
    height: 200px;
    border: 1px solid #ccc;
}

.custom-download-button {
    width: 150px;
    margin-left: 20px;
}

.custom-download-title{
    margin-left: 20px;
}
.custom-qr-container.app-store {
    justify-content: flex-end;
    padding-right: 10px;
}
.custom-qr-container.play-store {
    justify-content: flex-start;
    padding-left: 10px;
}

/* promotion apps */
@media (max-width: 576px) {
    .custom-app-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .custom-qr-container {
        width: 50%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .custom-qr-container.app-store {
        justify-content: flex-end;
    }

    .custom-qr-container.play-store {
        justify-content: flex-start;
    }
    .custom-qr-code {
        width: 120px;
        height: auto;
    }

    .custom-download-section {
        width: 100%;
        margin-top: 20px;
    }

    .custom-download-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .custom-download-button {
        width: 120px;
        margin: 5px 0;
    }
}

/* promotion apps */

/* end of receipt */

/* slider voucher */
.slider-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
    padding: 20px 0;
    /* background: #f5f5f5; */
}

.slider {
    display: inline-block;
}

.vslide {
    display: inline-block;
    margin-right: 15px;
    max-width: 334px;
    text-wrap: auto;
    /* transition: transform 0.3s ease; */
}

.vslide img {
    height: 200px;
    width: 300px !important;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    
    object-fit: cover;
}

/* .vslide:hover {
    transform: scale(1.05);
} */

/* Hide scrollbar but keep functionality */
.slider-container::-webkit-scrollbar {
    display: none;
}

/* Optional navigation buttons */
.slider-nav {
    text-align: center;
    margin-top: 10px;
}

.slider-nav button {
    padding: 8px 16px;
    margin: 0 5px;
    background: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.fs-voucher-price{
  font-size: 1.8rem !important;
}
/* end of slider voucher */

/* Voucher style */
.voucher-img {
  height: 200px;
  object-fit: cover;
}
/* end of Voucher style */