.elementor-kit-6055{--e-global-color-primary:#63CCF9;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6055 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1344px;}.e-con{--container-max-width:1344px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:540px;}.e-con{--container-max-width:540px;}}/* Start custom CSS *//* Only hide hero-booking if it's inside hero10 area */
body.page-id-10 .hero-booking,
body.page-template-hero10 .hero-booking {
  display: none !important;
}

/* ===== FIXED: Blue Full Width + Thumbnails Move on Arrow ===== */

/* Restrict this style to hero10 section only using its unique class pattern */
body.page-id-10 .col-lg-4,
body.page-template-hero10 .col-lg-4 {
  width: 100% !important;
  background-color: #003366;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Keep main and thumbs area aligned & centered */
body.page-id-10 .hero10-swiper-custom,
body.page-template-hero10 .hero10-swiper-custom,
body.page-id-10 .hero10Thumbs,
body.page-template-hero10 .hero10Thumbs {
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* ✅ DO NOT block swiper movement */
body.page-id-10 .hero10Thumbs .swiper-wrapper,
body.page-template-hero10 .hero10Thumbs .swiper-wrapper {
  display: flex;
  align-items: center;
  transition: transform 0.4s ease !important;
}

/* 3 thumbnails per view */
body.page-id-10 .hero10Thumbs .swiper-slide,
body.page-template-hero10 .hero10Thumbs .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Circle thumbnails */
body.page-id-10 .hero10Thumbs .hero-img img,
body.page-template-hero10 .hero10Thumbs .hero-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

body.page-id-10 .hero10Thumbs .hero-img img:hover,
body.page-template-hero10 .hero10Thumbs .hero-img img:hover {
  transform: scale(1.1);
  border-color: #00bcd4;
}

/* Arrows */
body.page-id-10 .hero10-swiper-custom .swiper-button-prev,
body.page-template-hero10 .hero10-swiper-custom .swiper-button-prev,
body.page-id-10 .hero10-swiper-custom .swiper-button-next,
body.page-template-hero10 .hero10-swiper-custom .swiper-button-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

body.page-id-10 .hero10-swiper-custom .swiper-button-prev,
body.page-template-hero10 .hero10-swiper-custom .swiper-button-prev {
  left: -50px;
}

body.page-id-10 .hero10-swiper-custom .swiper-button-next,
body.page-template-hero10 .hero10-swiper-custom .swiper-button-next {
  right: -50px;
}

/* Pagination color */
body.page-id-10 .hero10-swiper-custom .swiper-pagination,
body.page-template-hero10 .hero10-swiper-custom .swiper-pagination {
  color: #fff !important;
}

/* Responsive */
@media (max-width: 1024px) {
  body.page-id-10 .hero10Thumbs .hero-img img,
  body.page-template-hero10 .hero10Thumbs .hero-img img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  body.page-id-10 .hero10Thumbs .hero-img img,
  body.page-template-hero10 .hero10Thumbs .hero-img img {
    width: 70px;
    height: 70px;
  }
}/* End custom CSS */