@charset "UTF-8";
.menuClose {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 20px 8px;
  border: none;
  background: none;
  font-size: 28px;
  color: #262626;
  cursor: pointer;
}
.menuClose:hover {
  color: #991949;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  h6,
  .h6 {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .destinationList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .destinationList {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.98px) {
  .destinationList .item:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 575.98px) {
  .destinationList .item:first-child {
    grid-column: span 1;
  }
}

@media (max-width: 991.98px) {
  .contentImage .contentArea {
    position: relative;
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .contentImage .contentArea {
    padding: 35px;
  }
}
@media (max-width: 575.98px) {
  .contentImage .contentArea {
    padding: 30px;
  }
}

@media (max-width: 1199.98px) {
  .themeGrid img {
    height: auto;
  }
}

.homeBlog {
  margin: 0 -12px;
}
.homeBlog .slick-list .slick-slide {
  padding: 0 12px;
}

@media (max-width: 991.98px) {
  .supportBannerContent,
  .supportBannerContent.hrBanner {
    padding: 30px 35px 0 35px;
    align-items: normal;
  }
}
@media (max-width: 767.98px) {
  .supportBannerContent,
  .supportBannerContent.hrBanner {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .supportBannerContent .bannerLeft,
  .supportBannerContent.hrBanner .bannerLeft {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991.98px) {
  .supportBannerContent .bannerLeft,
  .supportBannerContent.hrBanner .bannerLeft {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767.98px) {
  .supportBannerContent .bannerLeft,
  .supportBannerContent.hrBanner .bannerLeft {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .supportBannerContent .bannerRight,
  .supportBannerContent.hrBanner .bannerRight {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .supportBannerContent .bannerRight,
  .supportBannerContent.hrBanner .bannerRight {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .supportBannerContent .bannerRight,
  .supportBannerContent.hrBanner .bannerRight {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .supportBannerContent h2,
  .supportBannerContent.hrBanner h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1199.98px) {
  .supportBannerContent h2,
  .supportBannerContent.hrBanner h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991.98px) {
  .supportBannerContent .supportChannels span,
  .supportBannerContent.hrBanner .supportChannels span {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .supportBannerContent .supportChannels span,
  .supportBannerContent.hrBanner .supportChannels span {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .supportBannerContent.hrBanner .bannerRight {
    max-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .valueList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .valueList {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767.98px) {
  .planBanner {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .planBanner .bannerLeft h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .planBanner .bannerLeft h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .planBanner .bannerLeft h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .planBanner .bannerLeft p {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .planBanner .bannerLeft p {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .planBanner .bannerLeft p br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .planBanner .bannerLeft {
    width: calc(100% - 300px);
    align-items: normal;
  }
}
@media (max-width: 767.98px) {
  .planBanner .bannerLeft {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .planBanner .bannerRight {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .planBanner .bannerRight {
    width: 100%;
    max-width: 422px;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .planTripSection {
    padding-top: 40px;
  }
}

.header-menu .fw-bold a {
  font-weight: inherit;
}

.author-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: block;
  border: 1px solid #dddddd;
  padding: 5px;
}

.blog-sidebar .author-social-links a {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff !important;
  background: #991949;
  line-height: 30px;
}

@media (max-width: 1199.98px) {
  .smTabs,
  .nav-tabs.style2.smTabs {
    display: block;
    overflow: hidden;
    border: 2px solid #a6a6a6 !important;
    border-radius: 8px;
  }
  .smTabs .nav-item .nav-link,
  .nav-tabs.style2.smTabs .nav-item .nav-link {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }
  .smTabs .nav-item:last-child .nav-link,
  .nav-tabs.style2.smTabs .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}

@media (max-width: 991.98px) {
  .countryList {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .countryList .leftSection {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .countryList .rightSection {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .countryList .slick-list {
    padding: 20px 0 40px 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .bookModal .modal-xl {
    width: 95%;
    max-width: 900px;
  }
}

@media (max-width: 1199.98px) {
  .quickFormOuter .end {
    padding: 35px;
  }
}

.mobile-tabs-header {
  margin-bottom: 20px;
}
.mobile-tabs-header button {
  font-size: 17px;
}

@media (max-width: 991.98px) {
  .processLitc .col-lg-6:nth-last-child(2) .itemBox {
    margin-bottom: 24px;
  }
}

@media (max-width: 991.98px) {
  .formTextDetails {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .formTextDetails {
    font-size: 20px;
    gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .formTextDetails p span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .footerTagsSection .row {
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .footerContent {
    gap: 25px;
  }
}
@media (max-width: 575.98px) {
  .footerContent .footerLinks {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footerContent .footerLinks > ul {
    gap: 25px;
  }
}
@media (max-width: 575.98px) {
  .footerContent .footerLinks > ul > li {
    width: calc(33.333% - 25px);
  }
}
@media (max-width: 767.98px) {
  .footerContent .footerChooseUs {
    width: calc(36% - 25px);
  }
}
@media (max-width: 575.98px) {
  .footerContent .footerChooseUs {
    display: none;
  }
}

.footerBottomMenu {
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .footerBottomContent {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .footerBottomContent .followUs,
  .footerBottomContent .instagramFeed {
    width: 100%;
  }
}

.footerCopyRight p.f12 {
  line-height: 1.5;
  margin-top: 6px;
}

@media (max-width: 991.98px) {
  .pageBanner img {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .pageBanner img {
    height: 200px;
  }
}

@media (max-width: 575.98px) {
  .slick-slider:not(.pageBanner) .slick-arrow.absolute.slick-next {
    right: -12px;
  }
}

@media (max-width: 575.98px) {
  .slick-slider:not(.pageBanner) .slick-arrow.absolute.slick-prev {
    left: -12px;
  }
}

@media (max-width: 575.98px) {
  .cursieformList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bookNowModal .modal-dialog {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .bookNowModal {
    --bs-modal-padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  .valueList.benefitsInsurance,
  .iconBoxList.benefitsInsurance {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .valueList.benefitsInsurance,
  .iconBoxList.benefitsInsurance {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  .insuranceSteps {
    grid-template-columns: repeat(1, 1fr);
  }
  .insuranceSteps .item {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .visionMission {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  .circleWrap {
    position: absolute;
    bottom: -17px;
  }
  .circleWrap:after {
    display: none;
  }
  .circleWrap:before {
    border-right: 1px dashed #991949;
    border-bottom: none;
    width: 1px;
    height: 15px;
    top: 14px;
  }
}

@media (max-width: 575.98px) {
  .formBox,
  .boxItem {
    padding: 28px;
  }
}

@media (max-width: 991.98px) {
  .visionMission .item {
    text-align: center;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .visionMission .iconHolder {
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 991.98px) {
  .serviceList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .serviceList {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  .featureListAbout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .featureListAbout {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  .timelineYears .yearItem {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .timelineYears .progressBar {
    height: 5px;
  }
  .timelineYears .progressBar:before {
    width: 15px;
    height: 15px;
    top: -6px;
  }
}
@media (max-width: 767.98px) {
  .timelineYears .yearTxt {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .timelineYears:not(.noSpace) .slick-list {
    padding-bottom: 10px !important;
  }
}

.teamList .profile figcaption {
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .teamList {
    grid-template-columns: repeat(2, 1fr);
  }
  .teamList > *:first-child {
    display: block;
  }
  .teamList > *:first-child figcaption,
  .teamList > *:first-child figure {
    width: 100%;
  }
  .teamList > *:first-child figcaption {
    padding: 24px 0 0 0;
  }
  .teamList > *:first-child .h5 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .teamList {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  .awardList .award {
    width: calc(50% - 16px);
  }
}
@media (max-width: 575.98px) {
  .awardList .award {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .miceGallery .thumbnailContainer,
  .galleryItems .thumbnailContainer {
    border-radius: 12px;
  }
}
.miceGallery .thumbnailContainer img,
.galleryItems .thumbnailContainer img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .miceGallery .thumbnailContainer img,
  .galleryItems .thumbnailContainer img {
    height: 205px;
  }
}

@media (max-width: 991.98px) {
  .galleryItems.galleryItemsLife {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .galleryItems.galleryItemsLife {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .galleryItems.galleryItemsLife {
    gap: 16px;
  }
}
@media (max-width: 991.98px) {
  .galleryItems.galleryItemsLife .item:first-child {
    grid-row: span 2;
    grid-column: span 1;
  }
}

@media (max-width: 991.98px) {
  .iconBoxList.cultureFeature,
  .whySMTTlife {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .iconBoxList.cultureFeature,
  .whySMTTlife {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575.98px) {
  .miceGallery .viewAllWrap i,
  .galleryItems .viewAllWrap i {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .miceGallery .viewAllWrap span,
  .galleryItems .viewAllWrap span {
    font-size: 14px;
  }
}

.jobList .jobDetails {
  flex-wrap: wrap;
  justify-content: normal;
}
@media (max-width: 991.98px) {
  .jobList .jobDetails {
    justify-content: start;
  }
}
@media (max-width: 1199.98px) {
  .jobList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .jobList {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575.98px) {
  .iconBoxList.careerFeature {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  .branchList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .branchList {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  .branchAction .contentWrapper {
    width: 100%;
    text-align: center;
    padding: 0 16px;
  }
}
@media (max-width: 991.98px) {
  .branchAction .contentWrapper h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .branchAction .contentWrapper h2 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .branchAction .contentWrapper h2 {
    font-size: 30px;
  }
}

@media (max-width: 1199.98px) {
  .cardMeta {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .eventListPage {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .eventListPage {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575.98px) {
  .footerTagsSection {
    padding: 30px 0;
  }
}

@media (max-width: 991.98px) {
  .albumList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .albumList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .albumList {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

@media (max-width: 991.98px) {
  .reviewListpage .testimonial-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 575.98px) {
  .reviewListpage .testimonial-item {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .reviewList .reviewContent img {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .reviewBottomContainer {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .reviewBottomContainer {
    padding: 40px;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .reviewBottomContainer {
    border-radius: 20px;
  }
}
@media (max-width: 1199.98px) {
  .reviewBottomContainer .reviewImage {
    height: 85%;
    right: 5%;
  }
}
@media (max-width: 767.98px) {
  .reviewBottomContainer .reviewImage {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .reviewBottomContainer .greviewImage {
    max-width: 135px;
  }
}
@media (max-width: 1199.98px) {
  .reviewBottomContainer .reviewBannerRight {
    max-width: 73%;
  }
}
@media (max-width: 767.98px) {
  .reviewBottomContainer .reviewBannerRight {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .reviewBottomContainer h2 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .reviewBottomContainer h2 {
    font-size: 32px;
  }
}

@media (max-width: 1199.98px) {
  .blogDetail {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 991.98px) {
  .blogDetail {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .blogPageList .blogItem {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .crusieIntroWrapper .cruiseImages {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .crusieIntroWrapper .cruiseImages {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .crusieIntroWrapper .cruiseIntroContent {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .faqList .accordion-body,
  .faqList .accordion-button {
    padding: 14px 20px;
  }
}

@media (max-width: 767.98px) {
  .singlePageTwoCol .boxItem,
  .blogDetail .boxItem {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .inExTabsContent ul li,
  .flightDetailsTour ul li {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .faqList .accordion-button {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .singlePageTwoCol ul.tagList li .tag {
    padding: 8px 15px;
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .footerBottom {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 575.98px) {
  .footerBottom {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .headerRight {
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .quickFormOuter .start {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .quickFormOuter .end {
    width: 100%;
    border-radius: 16px;
    padding: 30px;
  }
}

@media (max-width: 991.98px) {
  .bookModal .closeBtn,
  .successModal .closeBtn {
    right: 12px;
    top: 12px;
    color: #555;
  }
}

@media (max-width: 767.98px) {
  .overviewCruise .leftOverview,
  .overviewCruise .rightOverview {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .footeMiddleSection {
    padding: 30px 0 30px 0;
  }
}

@media (max-width: 991.98px) {
  .branchDetail .contentWrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .branchService {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .branchService {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .branchService {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767.98px) {
  .featureList .item {
    align-items: center;
    padding: 22px;
  }
}

.miceSlider .slick-slider:not(.noSpace) .slick-list {
  padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .tourListingContent .filterSidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100% - 51px);
    max-width: 300px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-300px);
    transition: transform 0.5s cubic-bezier(0.59, -0.01, 0.42, 0.98);
    z-index: 224;
    background: #fff;
    padding: 24px;
    border-radius: 0;
  }
  .tourListingContent .filterSidebar.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .tourListingContent .resultsArea {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .resultsGrid .cardBox {
    width: calc(50% - 16px);
  }
}
@media (max-width: 575.98px) {
  .resultsGrid .cardBox {
    width: 100%;
  }
}

.filterBySm {
  display: none;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.filterBySm svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 991.98px) {
  .filterBySm {
    display: flex;
    background: #ffd77e;
    padding: 12px 20px;
    text-align: center;
    color: #000;
    font-size: 18px;
    border: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 224;
  }
}

.filterOverlay {
  z-index: 223;
}

@media (max-width: 1199.98px) {
  header .header-menu a {
    border-top: 1px solid #e7e7e7;
    border-bottom: none;
  }
  header .header-menu a:hover {
    color: #262626;
  }
  header .sub-menu .sub-menu li a {
    border: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header .sub-menu .sub-menu {
    padding-left: 12px;
  }
  header .sub-menu {
    min-height: auto !important;
  }
  header .header-menu .menu-item-has-children > a::after {
    font-family: "remixicon";
    content: "\ea4e";
    font-size: 21px;
    line-height: 1.2;
    position: absolute;
    right: 30px;
    transition: transform 0.3s ease;
  }
}

@media (max-width: 767.98px) {
  .story-reel {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    padding: 50px 0 20px 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .story-reel .current-thumbnail,
  .story-reel .thumbnail-title {
    display: none;
  }
  .story-reel .progress-track {
    height: 3px;
  }
  .story-reel .end {
    padding: 0 20px;
    height: auto;
    background: none;
    max-width: 250px;
  }
}

@media (max-width: 575.98px) {
  .slick-arrow {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
}

.slick-dots {
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .otherServiceList .contentImage h2 {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .groupBanner .bannerLeft h2 {
    font-size: 40px;
  }
  .groupBanner .bannerLeft h2 span {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .timelineSliderWrapper {
    padding: 25px;
  }
}

@media (max-width: 767.98px) {
  header .header-menu a {
    padding: 15px 20px;
  }
}
@media (max-width: 1199.98px) {
  header .header-menu .menu-item-has-children > a::after {
    right: 20px;
  }
}
@media (max-width: 1199.98px) {
  header .header-menu .menu-item-has-children > a.expanded::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 1199.98px) {
  header .container {
    max-width: 100%;
  }
}

.booknowMObile {
  padding: 20px 20px 0 20px;
  border-top: 1px solid #e7e7e7;
}

.contentImage .figure img {
  height: 100%;
  object-fit: cover;
}

.homeNews,
.ticketingNews {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(153, 25, 73, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.06);
  border-bottom: 1.5px solid rgba(153, 25, 73, 0.1);
}
.homeNews__dot,
.ticketingNews__dot {
  flex-shrink: 0;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0d6efd;
}
.homeNews__dot::after,
.ticketingNews__dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #0d6efd;
  opacity: 0.5;
  transform: scale(1);
  animation: tickerPulse 1.6s ease-in-out infinite;
}
.homeNews .marquee,
.ticketingNews .marquee {
  flex: 1;
  min-width: 0;
}
.homeNews__item,
.ticketingNews__item {
  display: inline-block;
  padding: 0 18px 0 0;
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 500;
}
.homeNews__item a,
.ticketingNews__item a {
  color: #0877cf;
  font-weight: 600;
  text-decoration: none;
  margin-left: 5px;
}
.homeNews__item a:hover,
.ticketingNews__item a:hover {
  text-decoration: none;
}
.homeNews__sep,
.ticketingNews__sep {
  margin-left: 18px;
  color: rgba(13, 110, 253, 0.3);
  font-weight: 300;
}

@keyframes tickerPulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  60% {
    transform: scale(2.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.slide.is-video-slide:not(.media-ready) {
  opacity: 0 !important;
  visibility: hidden !important;
}

.heroSlider .slide,
.heroSlider .slide.active {
  position: absolute !important;
  top: 0;
  left: 0;
  display: flex !important;
}

.slide iframe.wistia_embed.is-positioning {
  opacity: 0;
  transition: none !important;
}

.heroSlider .wistia_responsive_padding {
  padding-top: 0 !important;
  height: 100%;
}

.heroSlider .wistia_responsive_wrapper {
  position: relative;
  height: 100%;
}

.heroSlider .wistia_responsive_wrapper iframe.wistia_embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .slider-container {
    position: relative;
    overflow: hidden;
  }
  .slider-container iframe {
    position: relative;
    display: block;
    transition: transform 0.25s ease;
    will-change: transform;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-domestic-tours,
  .page-template-page-international-tours,
  .page-template-page-customized-tours {
    padding-bottom: 51px;
  }
}

@media (max-width: 575.98px) {
  .pageBannerSection .noBanner {
    min-height: 175px;
  }
}

@media (max-width: 575.98px) {
  .searchBtnSm {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .widgetBox {
    padding: 30px;
    border-radius: 15px;
  }
}

@media (max-width: 991.98px) {
  .galleryItems:not(.slick-slider) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .galleryItems:not(.slick-slider) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .galleryItems:not(.slick-slider) .thumbnailContainer img {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .galleryItems:not(.slick-slider) {
    gap: 16px;
  }
}

@media (max-width: 575.98px) {
  .post-navigation .d-flex {
    display: block !important;
  }
  .post-navigation .d-flex .previous-post {
    margin-bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 20px;
  }
}

.heroSlider .slider {
  transform: scale(1.03);
}

@media (min-width: 1200px) {
  header .sub-menu {
    opacity: 0;
  }
}
@keyframes animate {
  0.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(0.91, 0.91) skew(0deg, 0deg);
    opacity: 1;
  }
  4.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(0.91, 0.91);
  }
  8.00% {
    animation-timing-function: cubic-bezier(0.69, 0.6, 0.35, 0.27);
    transform: translate(0px, 0px) rotate(0deg) scale(0.91, 0.91);
  }
  14.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(0.93, 0.93);
  }
  18.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(0.94, 0.94);
  }
  22.00% {
    animation-timing-function: cubic-bezier(0.67, 0.66, 0.34, 0.33);
    transform: translate(0px, 0px) rotate(0deg) scale(0.96, 0.96);
  }
  26.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(0.97, 0.97);
  }
  30.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(0.99, 0.99);
  }
  34.00% {
    animation-timing-function: cubic-bezier(0.65, 0.71, 0.32, 0.38);
    transform: translate(0px, 0px) rotate(0deg) scale(1.01, 1.01);
  }
  40.00% {
    animation-timing-function: cubic-bezier(0.64, 0.74, 0.31, 0.41);
    transform: translate(0px, 0px) rotate(0deg) scale(1.02, 1.02);
  }
  46.00% {
    animation-timing-function: cubic-bezier(0.6, 0.91, 0.23, 0.63);
    transform: translate(0px, 0px) rotate(0deg) scale(1.03, 1.03);
  }
  50.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(1.03, 1.03);
  }
  54.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(1.03, 1.03);
  }
  58.00% {
    animation-timing-function: cubic-bezier(0.69, 0.6, 0.35, 0.27);
    transform: translate(0px, 0px) rotate(0deg) scale(1.03, 1.03);
  }
  64.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(1.01, 1.01);
  }
  68.00% {
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
  }
  72.00% {
    animation-timing-function: cubic-bezier(0.67, 0.66, 0.34, 0.33);
    transform: translate(0px, 0px) rotate(0deg) scale(0.98, 0.98);
  }
  76.00% {
    animation-timing-function: cubic-bezier(0.66, 0.68, 0.33, 0.35);
    transform: translate(0px, 0px) rotate(0deg) scale(0.97, 0.97);
  }
  82.00% {
    animation-timing-function: cubic-bezier(0.65, 0.71, 0.32, 0.38);
    transform: translate(0px, 0px) rotate(0deg) scale(0.94, 0.94);
  }
  88.00% {
    animation-timing-function: cubic-bezier(0.65, 0.73, 0.31, 0.4);
    transform: translate(0px, 0px) rotate(0deg) scale(0.92, 0.92);
  }
  94.00% {
    animation-timing-function: cubic-bezier(0.63, 0.8, 0.28, 0.48);
    transform: translate(0px, 0px) rotate(0deg) scale(0.91, 0.91);
  }
  100.00% {
    animation-timing-function: cubic-bezier(0.63, 0.8, 0.28, 0.48);
    transform: translate(0px, 0px) rotate(0deg) scale(0.91, 0.91);
  }
}
@media (max-width: 575.98px) {
  .listingHeader {
    flex-wrap: wrap;
  }
  .listingHeader .sortOptions {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .destinaton-pt {
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .formText p {
    text-align: left !important;
  }
  .formText .formTextDetails {
    justify-content: start;
  }
}

@media (min-width: 1200px) {
  .searchBarTop .container {
    max-width: 900px;
  }
}

body .flatpickr-current-month input.cur-year,
body .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 767px) {
  .reivewSlider.slick-slider:not(.noSpace) .slick-list,
  .eventSliderHome.slick-slider:not(.noSpace) .slick-list {
    padding-bottom: 0 !important;
  }
}

.navToggle {
  color: #262626;
}

@media (max-width: 575.98px) {
  .contentImage .contentArea {
    margin: -40px auto 0 auto;
  }
}

@media (min-width: 1200px) {
  .bookModal .modal-xl {
    --bs-modal-width: 1020px;
  }
}

.quickFormOuter .start,
.quickFormOuter .end {
  border-radius: 0;
}

.featureListTicket {
  grid-template-columns: repeat(4, 1fr);
}

.ticketingServices {
  grid-template-columns: repeat(3, 1fr);
}
.ticketingServices .item {
  text-align: left;
  align-items: start;
}

.ticketSteps {
  grid-template-columns: repeat(5, 1fr);
}
.ticketSteps .item {
  box-shadow: none;
  padding: 0;
}
.ticketSteps .item .circleWrap:before {
  left: 49%;
}
.ticketSteps .item .circleWrap:after {
  width: calc(50% - 25px);
}
.ticketSteps .item:last-child .circleWrap::before, .ticketSteps .item:last-child .circleWrap::after {
  display: none;
}

.ticketDealsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ticketDealsList .item {
  box-shadow: 0px 0px 8px 0 rgba(0, 43, 92, 0.12);
  border-radius: 15px;
}
.ticketDealsList .item img {
  display: block;
  width: 100%;
}
.ticketDealsList .dealData {
  padding: 22px;
}

.faqList .accordion-item {
  overflow: auto;
}
.faqList .accordion-button {
  border-radius: 15px 15px 0 0;
}
.faqList .accordion-body {
  border-radius: 0 0 15px 15px;
}
.faqList.style2 .accordion-item {
  border: 1px solid #e0e0e0 !important;
  box-shadow: none !important;
}

.spportList .item {
  padding: 20px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.spportList .item:last-child {
  margin-bottom: 0;
}
.spportList .icon {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  color: #991949;
  background: #ffdf98;
}

.paymentFeature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.paymentFeature .item {
  align-items: center;
}

.homeNews,
.ticketingNews {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .homeNews,
  .ticketingNews {
    padding: 10px 16px;
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .featureListTicket {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .featureListTicket {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767.98px) {
  .ticketingServices {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ticketingServices {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1199.98px) {
  .ticketSteps {
    grid-template-columns: repeat(3, 1fr);
  }
  .ticketSteps .item .circleWrap {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ticketSteps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ticketSteps {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  .ticketDealsList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ticketDealsList {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

@media (max-width: 991.98px) {
  .paymentFeature {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .paymentFeature {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767.98px) {
  .widgetBox {
    padding: 25px;
    border-radius: 18px;
  }
}
@media (max-width: 575.98px) {
  .widgetBox {
    padding: 20px;
    border-radius: 15px;
  }
}

@media (max-width: 575.98px) {
  .spportList .item {
    padding: 15px 18px;
  }
}

@media (min-width: 1200px) {
  .inboundService .col-xl-7 {
    width: 57.333333%;
  }
  .inboundService .col-xl-5 {
    width: 42.666667%;
  }
}

.inboundListTour {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-direction: column;
}
.inboundListTour li {
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.inboundCategory .item {
  grid-column: auto !important;
  grid-row: auto !important;
}

.inboundDetails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .inboundDetails {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.figureList ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 991.98px) {
  .figureList ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .figureList ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.figureList ul img {
  display: block;
  width: 100%;
}
.figureList .hoverEffect {
  border-radius: 10px;
  display: block;
}

.termListing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .termListing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .termListing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .termListing {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tourSpec li {
  width: 100%;
  padding: 10px 15px;
}

.pageBannerSection h1 {
  font-family: "Monda", sans-serif;
}

@keyframes disneySparkleFloat {
  0%, 100% {
    opacity: 0.55;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    transform: translate(8px, 6px);
  }
}
@keyframes disneySparkleWave {
  0%, 100% {
    opacity: 0.45;
    transform: translateX(0);
  }
  50% {
    opacity: 0.75;
    transform: translateX(-10px);
  }
}
@keyframes disneyWaveScroll1 {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: -1200px;
  }
}
@keyframes disneyWaveScroll2 {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: 1600px;
  }
}
@keyframes disneyWaveScroll3 {
  from {
    background-position-x: 0px;
  }
  to {
    background-position-x: -2000px;
  }
}
.disneyBanner {
  position: relative;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .disneyBanner {
    min-height: 460px;
  }
}
@media (max-width: 767.98px) {
  .disneyBanner {
    min-height: 340px;
  }
}
.disneyBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='280'%3E%3Cpath d='M55 20 L59 42 L81 46 L59 50 L55 72 L51 50 L29 46 L51 42 Z' fill='white' opacity='0.1'/%3E%3Cpath d='M225 85 L227.5 100 L243 103 L227.5 106 L225 121 L222.5 106 L207 103 L222.5 100 Z' fill='%23ffd67f' opacity='0.16'/%3E%3Cpath d='M45 195 L46.5 206 L58 207 L46.5 208 L45 219 L43.5 208 L32 207 L43.5 206 Z' fill='white' opacity='0.13'/%3E%3Cpath d='M185 230 L186.5 240 L197 241 L186.5 242 L185 252 L183.5 242 L173 241 L183.5 240 Z' fill='%23ffd67f' opacity='0.17'/%3E%3Ccircle cx='155' cy='30' r='2.5' fill='white' opacity='0.2'/%3E%3Ccircle cx='270' cy='160' r='2' fill='%23ffd67f' opacity='0.22'/%3E%3Ccircle cx='110' cy='255' r='2' fill='white' opacity='0.16'/%3E%3Ccircle cx='250' cy='45' r='1.8' fill='white' opacity='0.18'/%3E%3Ccircle cx='20' cy='130' r='1.5' fill='%23ffd67f' opacity='0.2'/%3E%3Ccircle cx='140' cy='140' r='1.5' fill='white' opacity='0.12'/%3E%3C/svg%3E");
  background-size: 300px 280px;
  animation: disneySparkleFloat 7s ease-in-out infinite;
  pointer-events: none;
}

.disneyWave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 130px;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C200,0 1000,120 1200,60 L1200,120 L0,120 Z' fill='white' fill-opacity='0.35'/%3E%3C/svg%3E");
  background-size: 2000px 65%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  animation: disneyWaveScroll3 11s linear infinite;
}
@media (max-width: 767.98px) {
  .disneyWave {
    height: 80px;
  }
}
.disneyWave::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C400,0 800,120 1200,60 L1200,120 L0,120 Z' fill='white' fill-opacity='0.55'/%3E%3C/svg%3E");
  background-size: 1600px 82%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  animation: disneyWaveScroll2 7s linear infinite;
}
.disneyWave::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C300,0 900,120 1200,60 L1200,120 L0,120 Z' fill='white'/%3E%3C/svg%3E");
  background-size: 1200px 100%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  animation: disneyWaveScroll1 4s linear infinite;
}

.disneyBannerOverlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.75) 100%);
}

.disneyBannerContent {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 40px 20px 80px 20px;
}
.disneyBannerContent h1 {
  color: #fff;
  font-family: "Monda", sans-serif;
  font-size: 4.375rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}
@media (max-width: 991.98px) {
  .disneyBannerContent h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .disneyBannerContent h1 {
    font-size: 2.25rem;
  }
}
.disneyBannerContent p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.disneyBannerEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffd67f;
  font-family: "Monda", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.disneyBannerEyebrow::before, .disneyBannerEyebrow::after {
  content: "✦";
  font-size: 10px;
  opacity: 0.8;
}

.disneyIntroSection {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Ccircle cx='16' cy='16' r='1.8' fill='%23ffd67f' opacity='0.45'/%3E%3C/svg%3E");
  background-size: 32px 32px;
  background-repeat: repeat;
}
.disneyIntroSection .headingArea::before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: #ffd67f;
  border-radius: 3px;
  margin-bottom: 4px;
}

.iconBoxList.disneyFeatures {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .iconBoxList.disneyFeatures {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .iconBoxList.disneyFeatures {
    grid-template-columns: repeat(1, 1fr);
  }
}
.iconBoxList.disneyFeatures .item {
  border-top: 3px solid #ffd67f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  justify-content: start;
  align-items: flex-start;
}
.iconBoxList.disneyFeatures .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 52px rgba(0, 43, 92, 0.18);
}
.iconBoxList.disneyFeatures .iconBox {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffd67f 0%, #e6a400 100%);
  line-height: 60px;
  flex-shrink: 0;
}

.disneyEnquireSection {
  position: relative;
}
.disneyEnquireSection::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 70px;
  background: #fff3d8;
  clip-path: ellipse(56% 100% at 50% 0%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .disneyEnquireSection::before {
    height: 40px;
  }
}
.disneyEnquireSection::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M35 12 L37 27 L52 29 L37 31 L35 46 L33 31 L18 29 L33 27 Z' fill='%23cc9200' opacity='0.14'/%3E%3Cpath d='M155 110 L156.5 121 L168 122 L156.5 123 L155 134 L153.5 123 L142 122 L153.5 121 Z' fill='%23cc9200' opacity='0.16'/%3E%3Ccircle cx='105' cy='55' r='2.5' fill='%23cc9200' opacity='0.2'/%3E%3Ccircle cx='178' cy='172' r='2' fill='%23cc9200' opacity='0.18'/%3E%3Ccircle cx='22' cy='158' r='2.2' fill='%23cc9200' opacity='0.16'/%3E%3Ccircle cx='185' cy='30' r='1.8' fill='%23cc9200' opacity='0.18'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 0;
}
.disneyEnquireSection > .container {
  position: relative;
  z-index: 2;
}

.formBox.disneyForm .formList textarea,
.koreaEnquireSection .formBox .formList textarea {
  height: 227px;
}

@keyframes koreaBlossomFall {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  8% {
    opacity: 0.85;
  }
  50% {
    transform: translateY(52vh) translateX(22px) rotate(200deg);
  }
  92% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(112vh) translateX(-15px) rotate(400deg);
    opacity: 0;
  }
}
@keyframes koreaBannerFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.koreaBanner {
  position: relative;
  min-height: 620px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .koreaBanner {
    min-height: 460px;
  }
}
@media (max-width: 767.98px) {
  .koreaBanner {
    min-height: 340px;
  }
}

.koreaBannerOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 5, 20, 0.15) 0%, rgba(10, 5, 20, 0.52) 50%, rgba(10, 5, 20, 0.78) 100%);
  z-index: 0;
}

.koreaPetalLayer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.koreaPetalLayer span {
  position: absolute;
  top: -30px;
  width: 14px;
  height: 10px;
  background: linear-gradient(135deg, #ffb7c5 0%, #f07090 100%);
  border-radius: 50% 0 50% 0;
  animation: koreaBlossomFall linear infinite;
  opacity: 0;
}
.koreaPetalLayer span:nth-child(1) {
  left: 8%;
  animation-duration: 8s;
  animation-delay: 0s;
  width: 16px;
  height: 11px;
}
.koreaPetalLayer span:nth-child(2) {
  left: 18%;
  animation-duration: 11s;
  animation-delay: 1.5s;
  width: 12px;
  height: 9px;
}
.koreaPetalLayer span:nth-child(3) {
  left: 30%;
  animation-duration: 7.5s;
  animation-delay: 3s;
  width: 10px;
  height: 8px;
}
.koreaPetalLayer span:nth-child(4) {
  left: 43%;
  animation-duration: 9s;
  animation-delay: 0.8s;
  background: linear-gradient(135deg, #ffd6e0 0%, #e87a95 100%);
}
.koreaPetalLayer span:nth-child(5) {
  left: 55%;
  animation-duration: 12s;
  animation-delay: 2.2s;
  width: 18px;
  height: 13px;
}
.koreaPetalLayer span:nth-child(6) {
  left: 67%;
  animation-duration: 8.5s;
  animation-delay: 4s;
  width: 11px;
  height: 8px;
}
.koreaPetalLayer span:nth-child(7) {
  left: 75%;
  animation-duration: 10s;
  animation-delay: 1.2s;
  background: linear-gradient(135deg, #ffe0e8 0%, #f08098 100%);
}
.koreaPetalLayer span:nth-child(8) {
  left: 85%;
  animation-duration: 7.5s;
  animation-delay: 2.8s;
  width: 13px;
  height: 10px;
}
.koreaPetalLayer span:nth-child(9) {
  left: 22%;
  animation-duration: 13s;
  animation-delay: 5s;
  width: 9px;
  height: 7px;
}
.koreaPetalLayer span:nth-child(10) {
  left: 92%;
  animation-duration: 9.5s;
  animation-delay: 3.8s;
  width: 15px;
  height: 11px;
}

.koreaBannerContent {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}
.koreaBannerContent > * {
  animation: koreaBannerFadeUp 0.9s ease both;
}
.koreaBannerContent .koreaBannerBadge {
  animation-delay: 0.1s;
}
.koreaBannerContent .koreaBannerEyebrow {
  animation-delay: 0.3s;
}
.koreaBannerContent h1 {
  animation-delay: 0.5s;
}
.koreaBannerContent .koreaBannerSub {
  animation-delay: 0.7s;
}
.koreaBannerContent h1 {
  color: #fff;
  font-family: "Monda", sans-serif;
  font-size: 4.375rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}
@media (max-width: 991.98px) {
  .koreaBannerContent h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .koreaBannerContent h1 {
    font-size: 2.25rem;
  }
}
.koreaBannerContent .koreaBannerSub {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.koreaBannerBadge {
  margin-bottom: 1.25rem;
}
.koreaBannerBadge span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f37b93;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 183, 197, 0.5);
  color: #fff;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.koreaBannerEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Monda", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.koreaBannerEyebrow::before, .koreaBannerEyebrow::after {
  content: "✦";
  font-size: 10px;
  opacity: 0.8;
}

.koreaWave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 130px;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C200,0 1000,120 1200,60 L1200,120 L0,120 Z' fill='%23e8849a' fill-opacity='0.50'/%3E%3C/svg%3E");
  background-size: 2000px 65%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  animation: disneyWaveScroll3 11s linear infinite;
}
@media (max-width: 767.98px) {
  .koreaWave {
    height: 80px;
  }
}
.koreaWave::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C400,0 800,120 1200,60 L1200,120 L0,120 Z' fill='%23f9b7c8' fill-opacity='0.70'/%3E%3C/svg%3E");
  background-size: 1600px 82%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  animation: disneyWaveScroll2 7s linear infinite;
}
.koreaWave::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C300,0 900,120 1200,60 L1200,120 L0,120 Z' fill='%23fff0f5'/%3E%3C/svg%3E");
  background-size: 1200px 100%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  animation: disneyWaveScroll1 4s linear infinite;
}

.koreaIntroSection {
  background-color: #fff0f5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Ccircle cx='14' cy='14' r='1.5' fill='%23e8849a' opacity='0.35'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  background-repeat: repeat;
}
.koreaIntroSection .headingArea::before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: #ffb7c5;
  border-radius: 3px;
  margin-bottom: 4px;
}

.koreaDestSection {
  background-color: #fff8fa;
}

.koreaDestGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 575.98px) {
  .koreaDestGrid {
    grid-template-columns: 1fr;
  }
}

.koreaDestCard {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 400px;
}
@media (max-width: 991.98px) {
  .koreaDestCard {
    min-height: 300px;
  }
}
@media (max-width: 575.98px) {
  .koreaDestCard {
    min-height: 250px;
  }
}
.koreaDestCard .koreaDestImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.koreaDestCard .koreaDestOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(80, 5, 30, 0.72) 0%, rgba(80, 5, 30, 0.38) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
  transition: background 0.4s ease;
}
.koreaDestCard .koreaDestIcon {
  font-size: 30px;
  margin-bottom: 8px;
  display: block;
}
.koreaDestCard .koreaDestTitle {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "Monda", sans-serif;
  color: #fff;
}
@media (max-width: 767.98px) {
  .koreaDestCard .koreaDestTitle {
    font-size: 1.125rem;
  }
}
.koreaDestCard .koreaDestDesc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: max-height 0.45s ease, opacity 0.45s ease;
}
.koreaDestCard:hover .koreaDestImg {
  transform: scale(1.07);
}
.koreaDestCard:hover .koreaDestDesc {
  max-height: 120px;
  opacity: 1;
}
.koreaDestCard:hover .koreaDestOverlay {
  background: linear-gradient(0deg, rgba(80, 5, 30, 0.94) 0%, rgba(80, 5, 30, 0.55) 60%, rgba(80, 5, 30, 0.1) 100%);
}

.koreaAttrSection {
  padding: var(--section-padding) 0;
  overflow: hidden;
  background-color: #fff0f5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Ccircle cx='14' cy='14' r='1.5' fill='%23e8849a' opacity='0.3'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  background-repeat: repeat;
}

.koreaAttrSlider {
  margin-top: 40px;
}
.koreaAttrSlider .slick-list {
  padding-bottom: 10px !important;
}
@media (max-width: 575.98px) {
  .koreaAttrSlider .slick-arrow.absolute.slick-prev {
    left: -12px;
  }
  .koreaAttrSlider .slick-arrow.absolute.slick-next {
    right: -12px;
  }
}

.koreaAttrItem {
  padding: 0 10px;
}
.koreaAttrItem .thumbnailContainer {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 320px;
}
@media (max-width: 991.98px) {
  .koreaAttrItem .thumbnailContainer {
    height: 260px;
  }
}
@media (max-width: 575.98px) {
  .koreaAttrItem .thumbnailContainer {
    height: 220px;
  }
}
.koreaAttrItem .thumbnailContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.koreaAttrItem .thumbnailContainer:hover img {
  transform: scale(1.06);
}

.koreaAttrCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 16px 18px;
  background: linear-gradient(0deg, rgba(60, 5, 25, 0.85) 0%, transparent 100%);
  color: #fff;
}

.koreaAttrSublabel {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #ffb7c5;
  margin-bottom: 4px;
  font-weight: 500;
}

.koreaAttrName {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  font-family: "Monda", sans-serif;
}

.koreaPackagesSection {
  background: #ffe8ef;
}

.koreaPackageGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .koreaPackageGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .koreaPackageGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .koreaPackageGrid {
    grid-template-columns: 1fr;
  }
}
.koreaPackageGrid .cardBox {
  width: 100% !important;
}
.koreaPackageGrid.slick-initialized {
  display: block;
  padding-bottom: 40px;
}
.koreaPackageGrid.slick-initialized .slick-list {
  margin: 0 -10px;
}
.koreaPackageGrid.slick-initialized .slick-slide {
  padding: 0 10px;
}

.koreaEnquireSection {
  background: linear-gradient(135deg, #fce8ef 0%, #fff4f8 50%, #fff0f5 100%);
  position: relative;
  overflow: hidden;
}
.koreaEnquireSection::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 70px;
  background: #ffe8ef;
  clip-path: ellipse(56% 100% at 50% 0%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .koreaEnquireSection::before {
    height: 40px;
  }
}
.koreaEnquireSection > .container {
  position: relative;
  z-index: 2;
}

.koreaPetalLayerSm span {
  opacity: 0.45 !important;
}

.koreaReveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.koreaReveal.koreaRevealIn {
  opacity: 1;
  transform: none;
}
.koreaReveal:nth-child(2) {
  transition-delay: 0.12s;
}
.koreaReveal:nth-child(3) {
  transition-delay: 0.24s;
}
.koreaReveal:nth-child(4) {
  transition-delay: 0.36s;
}