/* ==================================================
   ETJ Hero Titles: stronger premium shadow (no overlay)
   ================================================== */

section.hikey-hero-area.style-two.img .hero-content h1.hero-title,
section.hikey-hero-area.style-two.img .hero-content h2.hero-title{
  color: #fff !important;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.65),
    0 10px 30px rgba(0,0,0,0.75) !important;
}

section.hikey-hero-area.style-two.img .hero-content h5.hero-sub-title{
  color: #fff !important;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.65),
    0 10px 30px rgba(0,0,0,0.75) !important;
}

section.hikey-hero-area.style-two.img .hero-content p.hero-desc{
  color: #fff !important;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.55),
    0 8px 22px rgba(0,0,0,0.65) !important;
}

/* ==================================================
   ETJ Hero Description: slightly larger on desktop
   ================================================== */

@media (min-width: 992px){
  section.hikey-hero-area.style-two.img .hero-content p.hero-desc{
    font-size: 20px !important;
    line-height: 1.50 !important;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==================================================
   ETJ Transparent Header (styl-2 pages only)
   ================================================== */

/* Logo text (styl-2 only) */
#sticky-header.hikey_nav_manu.styl-2 a.logo_img.etj-logo-text,
#sticky-header.hikey_nav_manu.styl-2 a.main_sticky.etj-logo-text{
  color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0,0,0,0.80) !important;
}

/* Top-level nav links (styl-2 only) */
#sticky-header.hikey_nav_manu.styl-2 .hikey_menu > ul > li > a{
  color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0,0,0,0.80) !important;
}

/* FORCE submenu links dark everywhere */
#sticky-header .hikey_menu ul.sub-menu li a{
  color: #111111 !important;
  text-shadow: none !important;
}

/* Header button */
#sticky-header .header-btn a{
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0,0,0,0.80) !important;
}

/* ==================================================
   Counter band responsive images
   ================================================== */

.coutner-area {
  background-image: url(../images/home-1/counter-bg-desktop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px){
  .coutner-area {
    background-image: url(../images/home-1/counter-bg-mobile.webp);
  }
}

/* ==================================================
   Call To Action responsive images
   ================================================== */

.call-to-action.style-one{
  background-image: url(../images/home-1/call-to-bg-desktop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px){
  .call-to-action.style-one{
    background-image: url(../images/home-1/call-to-bg-mobile.webp);
  }
}

/* ==================================================
   Choose image — match testimonial presence
   ================================================== */

.choose-thumb img{
  width: 100%;
  height: auto;
  display: block;
}

/* ==================================================
   ETJ More Reviews link under testimonials
   ================================================== */

.more-reviews{
  margin-top: -10px;
  margin-left: 40px;
}

.more-reviews a{
  font-size: 20px;
  font-weight: 600;
  color: #b38b59;
  text-decoration: none;
  letter-spacing: .3px;
}

.more-reviews a:hover{
  opacity: 0.8;
}

/* ==================================================
   ETJ CTA band – text readability over image
   ================================================== */

.call-to-action.style-one .call-to-title{
  color: #fff !important;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.65),
    0 10px 30px rgba(0,0,0,0.75) !important;
}

.call-to-action.style-one .call-to-desc{
  color: #fff !important;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.55),
    0 8px 22px rgba(0,0,0,0.65) !important;
}

/* ==================================================
   ETJ Contact Pages – Black Header Text
   ================================================== */

body.contact-page #sticky-header,
body.thankyou-page #sticky-header{
  background: #ffffff !important;
}

body.contact-page #sticky-header a.logo_img.etj-logo-text,
body.contact-page #sticky-header a.main_sticky.etj-logo-text,
body.thankyou-page #sticky-header a.logo_img.etj-logo-text,
body.thankyou-page #sticky-header a.main_sticky.etj-logo-text{
  color: #111111 !important;
  text-shadow: none !important;
}

body.contact-page #sticky-header .hikey_menu ul li a,
body.thankyou-page #sticky-header .hikey_menu ul li a{
  color: #111111 !important;
  text-shadow: none !important;
}

body.contact-page #sticky-header .header-btn a,
body.thankyou-page #sticky-header .header-btn a{
  color: #111111 !important;
  text-shadow: none !important;
}
/* ==================================================
   ETJ Contact Page – Reduce Top Gap
   ================================================== */

body.contact-page .contact-section {
  padding-top: 35px !important;
}

/* Mobile */
@media only screen and (max-width: 575px) {
  body.contact-page .contact-section {
    padding-top: 25px !important;
  }
}
/* ==================================================
   CTA Band Overlay
   ================================================== */

.call-to-action.style-one {
  position: relative;
  overflow: hidden;
}

.call-to-action.style-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}

.call-to-action.style-one .call-to-content,
.call-to-action.style-one .call-to-btn {
  position: relative;
  z-index: 2;
}

/* ==================================================
   Value Band Overlay
   ================================================== */

.coutner-area {
  position: relative;
  overflow: hidden;
}

.coutner-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.20);
  z-index: 1;
}

.coutner-area .container {
  position: relative;
  z-index: 2;
}
/* ==============================================
   ETJ Body Content Links – Universal
   Applies to all main content areas
   ============================================== */

.etj-article-content a,
.etj-tour-overview a,
.blog-area a,
.about-area a,
.choose-area a{
  color: #b38b59 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.etj-article-content a:hover,
.etj-tour-overview a:hover,
.blog-area a:hover,
.about-area a:hover,
.choose-area a:hover{
  color: #000000 !important;
}
.hikey-hero-area.style-two.img h5.hero-sub-title {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 40px;
}
.gallery-thumb-box::before {
    display: none !important;
    content: none !important;
}

.gallery-thumb-icon {
    display: none !important;
}

.gallery-thumb img {
    width: 100%;
    height: 356px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: none !important;
}

.gallery-thumb-box:hover::before {
    display: none !important;
    transform: none !important;
    opacity: 0 !important;
}

.gallery-thumb-box:hover .gallery-thumb-icon {
    display: none !important;
    opacity: 0 !important;
}

@media (max-width: 991px) {
    .gallery-thumb img {
        height: auto;
        object-fit: contain;
    }
}
/* Main testimonials page arrows only */
.page-testi-active {
  position: relative;
  overflow: hidden;
}

.page-testi-active .page-testi-prev,
.page-testi-active .page-testi-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  margin-top: 0;
}

.page-testi-active .page-testi-prev {
  left: 12px;
}

.page-testi-active .page-testi-next {
  right: 12px;
}

@media (max-width: 767px) {
  .page-testi-active .page-testi-prev {
    left: 8px;
  }

  .page-testi-active .page-testi-next {
    right: 8px;
  }
}
/* Green arrows for main testimonials page */
.page-testi-active .page-testi-prev,
.page-testi-active .page-testi-next {
  color: #5f7f2f !important;
}

.page-testi-active .page-testi-prev:hover,
.page-testi-active .page-testi-next:hover {
  color: #46611f !important;
}
/* ETJ blog thumbnails */
.blog-thumb {
  aspect-ratio: 330 / 219;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ==================================================
   ETJ Desktop Header Fix
   White header bar = black menu text
   ================================================== */

@media (min-width: 992px){

  #sticky-header.hikey_nav_manu.styl-2 {
    background: #ffffff !important;
  }

  #sticky-header.hikey_nav_manu.styl-2 .hikey_menu > ul > li > a{
    color: #111111 !important;
    text-shadow: none !important;
  }

  #sticky-header.hikey_nav_manu.styl-2 a.logo_img.etj-logo-text,
  #sticky-header.hikey_nav_manu.styl-2 a.main_sticky.etj-logo-text{
    color: #111111 !important;
    text-shadow: none !important;
  }

  #sticky-header.hikey_nav_manu.styl-2 .hikey_menu > ul > li > a:hover{
    color: #5f7f2f !important;
    text-shadow: none !important;
  }
}
@media (max-width: 767px) {
  .about-shape {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 20px auto !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    z-index: 3 !important;
  }

  .about-shape .text-inner {
    position: absolute !important;
    inset: 0 !important;
  }

  .about-shape .text-inner svg {
    width: 120px !important;
    height: 120px !important;
    display: block !important;
  }

  .about-shape-icon {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .about-shape-icon a {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 22px !important;
  }
}
/* Disable preloader test */
#loader-wrapper,
.loader-wrapper,
#preloader,
.preloader,
.loader,
.loader-section,
.spinner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* ==================================================
   ETJ Inner Page Heading System
   Breadcrumb H1 = page title
   Main intro H2 = large body title
   Article H2s = smaller section headings
   ================================================== */

/* Breadcrumb/page title H1 */
.breadcumb-area .breadcumb-content h1,
.breadcumb-content h1 {
  color: #ffffff !important;
  font-size: 54px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.65),
    0 10px 30px rgba(0,0,0,0.75) !important;
}

/* Main body intro H2 */
h2.etj-main-intro-h2 {
  font-size: 46px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  margin-bottom: 35px !important;
}

/* Article/body H2s on tour-style pages */
.etj-tour-overview .etj-article-content h2 {
  font-size: 38px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin-top: 38px !important;
  margin-bottom: 10px !important;
}

/* Tablet / large mobile */
@media (max-width: 767px) {
  .breadcumb-area .breadcumb-content h1,
  .breadcumb-content h1 {
    font-size: 38px !important;
    line-height: 1.12 !important;
  }

  h2.etj-main-intro-h2 {
    font-size: 30px !important;
    line-height: 1.16 !important;
    margin-bottom: 28px !important;
  }

  .etj-tour-overview .etj-article-content h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-top: 30px !important;
    margin-bottom: 8px !important;
  }
}

/* Phone */
@media (max-width: 575px) {
  .breadcumb-area .breadcumb-content h1,
  .breadcumb-content h1 {
    font-size: 32px !important;
  }

  h2.etj-main-intro-h2 {
    font-size: 27px !important;
  }

  .etj-tour-overview .etj-article-content h2 {
    font-size: 23px !important;
  }
}

/* Very small phones */
@media (max-width: 360px) {
  .breadcumb-area .breadcumb-content h1,
  .breadcumb-content h1 {
    font-size: 30px !important;
  }

  h2.etj-main-intro-h2 {
    font-size: 25px !important;
  }

  .etj-tour-overview .etj-article-content h2 {
    font-size: 22px !important;
  }
}


/* ==================================================
   ETJ Mobile Menu Final Reset
   Fixes opened mobile menu on all phone sizes
   ================================================== */

@media (max-width: 575px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  /* Mobile header bar */
  .mobile-menu-area,
  .mean-container .mean-bar {
    background: #a4864f !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Mobile logo/text logo */
  .mobile-menu-area .logo a,
  .mobile-menu-area .mobile-logo a,
  .mobile-menu-area .header-logo a,
  .mobile-menu-area h1,
  .mobile-menu-area h2,
  .mobile-menu-area h3 {
    font-size: 28px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
    text-shadow: none !important;
  }

  /* Hamburger */
  .mean-container a.meanmenu-reveal {
    top: 11px !important;
    right: 12px !important;
    color: #ffffff !important;
    text-shadow: none !important;
  }

  .mean-container a.meanmenu-reveal span {
    background: #ffffff !important;
  }

  /* Open mobile menu container */
  .mean-container .mean-nav {
    background: #ffffff !important;
    margin-top: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mean-container .mean-nav ul {
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    list-style: none !important;
  }

  .mean-container .mean-nav ul li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .mean-container .mean-nav ul li a,
  .mean-container .mean-nav ul li li a {
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    color: #1d1d1d !important;
    background: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    box-sizing: border-box !important;
  }

  .mean-container .mean-nav ul li a.mean-expand {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 !important;
    right: 0 !important;
    top: 0 !important;
    text-align: center !important;
    background: #f7f4ee !important;
    color: #1d1d1d !important;
    border-left: 1px solid rgba(0,0,0,0.08) !important;
  }
}


/* Extra narrow phones */
@media (max-width: 360px) {
  .mobile-menu-area .logo a,
  .mobile-menu-area .mobile-logo a,
  .mobile-menu-area .header-logo a,
  .mobile-menu-area h1,
  .mobile-menu-area h2,
  .mobile-menu-area h3 {
    font-size: 23px !important;
  }

  .mean-container a.meanmenu-reveal {
    right: 8px !important;
  }
}


/* 320px phones */
@media (max-width: 330px) {
  .mobile-menu-area .logo a,
  .mobile-menu-area .mobile-logo a,
  .mobile-menu-area .header-logo a,
  .mobile-menu-area h1,
  .mobile-menu-area h2,
  .mobile-menu-area h3 {
    font-size: 20px !important;
  }

  .mean-container .mean-nav ul li a,
  .mean-container .mean-nav ul li li a {
    font-size: 14px !important;
    padding: 10px 14px !important;
  }
}
/* ==================================================
   ETJ FAQ Button Spacing
   Gives View Full FAQ button clean spacing on mobile/desktop
   ================================================== */

.etj-faq-button-wrap {
  margin-top: 30px !important;
  margin-bottom: 35px !important;
}

@media (max-width: 767px) {
  .etj-faq-button-wrap {
    margin-top: 24px !important;
    margin-bottom: 38px !important;
  }
}
/* ==================================================
   ETJ Button Hover Cleanup
   Removes black outer hover overlay
   Keeps plus-circle hover effect unchanged
   ================================================== */

/* Replace black hover overlays with darker gold */
.header-btn a::before,
.header-btn a::after,
.destination-button a::before,
.choose-btn a::before,
.choose-btn a::after,
.style-one .blog-button a::before,
.style-one .blog-button a::after,
.about-btn a::before {
  background: #8f7242 !important;
}

/* Keep button text white on hover */
.header-btn a:hover,
.destination-button a:hover,
.choose-btn a:hover,
.style-one .blog-button a:hover,
.about-btn a:hover {
  color: #ffffff !important;
}
/* ==================================================
   ETJ Value Band Readability Fix
   Keeps background image, improves card/icon/text contrast
   ================================================== */

.coutner-area .counter-single-box {
  background: rgba(11, 11, 10, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25) !important;
  backdrop-filter: blur(2px);
}

.coutner-area .counter-icon img {
  opacity: 1 !important;
  filter: brightness(1.35) contrast(1.18) saturate(1.25) !important;
}

.coutner-area .counter-title,
.coutner-area .counter-box-title h3 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.65) !important;
}

.coutner-area .counter-desc p {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.65) !important;
}

/* Slightly stronger cards on mobile */
@media (max-width: 767px) {
  .coutner-area .counter-single-box {
    background: rgba(11, 11, 10, 0.70) !important;
  }
}
/* ==================================================
   ETJ Value Band Icon Cleanup
   Removes spinning effect and improves icon visibility
   ================================================== */

.coutner-area .counter-icon img {
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  filter:
    brightness(1.55)
    contrast(1.25)
    saturate(1.35)
    drop-shadow(0 2px 4px rgba(0,0,0,0.75))
    drop-shadow(0 0 8px rgba(255,255,255,0.22)) !important;
}

.coutner-area .counter-single-box:hover .counter-icon img,
.counter-single-box:hover .counter-icon img {
  transform: none !important;
}
/* ==================================================
   ETJ Homepage Hero Responsive Image
   Gradient tint overlay version
   Folder: assets/images/slider/
   ================================================== */

/* Desktop / default */
section.hikey-hero-area.style-two.img.etj-home-hero-slider-1 {
  background:
    linear-gradient(
      to bottom,
      rgba(5, 18, 13, 0.48) 0%,
      rgba(5, 18, 13, 0.22) 45%,
      rgba(5, 18, 13, 0.40) 100%
    ),
    url("../images/slider/hero-slider-1-desktop.webp") center center / cover no-repeat !important;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  section.hikey-hero-area.style-two.img.etj-home-hero-slider-1 {
    background:
      linear-gradient(
        to bottom,
        rgba(5, 18, 13, 0.50) 0%,
        rgba(5, 18, 13, 0.25) 45%,
        rgba(5, 18, 13, 0.42) 100%
      ),
      url("../images/slider/hero-slider-1-tablet.webp") center center / cover no-repeat !important;
  }
}

/* Mobile */
@media only screen and (max-width: 575px) {
  section.hikey-hero-area.style-two.img.etj-home-hero-slider-1 {
    background:
      linear-gradient(
        to bottom,
        rgba(5, 18, 13, 0.55) 0%,
        rgba(5, 18, 13, 0.30) 45%,
        rgba(5, 18, 13, 0.48) 100%
      ),
      url("../images/slider/hero-slider-1-mobile.webp") center center / cover no-repeat !important;
  }
}
/* ==================================================
   ETJ Mobile Logo Home Link
   Final working version: clickable logo, no duplicate text
   ================================================== */

@media only screen and (max-width: 991px) {
  .mobile-menu-area {
    position: relative !important;
  }

  /* New real clickable logo link */
  .mobile-menu-area > .etj-mobile-logo-home {
    position: absolute !important;
    left: 15px !important;
    top: 0 !important;
    width: 265px !important;
    max-width: calc(100% - 90px) !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    z-index: 9999999 !important;
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
    white-space: nowrap !important;
    background: transparent !important;
    pointer-events: auto !important;
  }

  .mobile-menu-area > .etj-mobile-logo-home:hover,
  .mobile-menu-area > .etj-mobile-logo-home:focus {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  /* Hide old generated non-clickable mobile logo text */
  .mean-container .mean-bar::before,
  .mean-container .mean-bar::after {
    content: none !important;
    display: none !important;
  }

  /* Let logo receive taps while keeping hamburger/menu usable */
  .mean-container .mean-bar {
    pointer-events: none !important;
  }

  .mean-container a.meanmenu-reveal,
  .mean-container .mean-nav,
  .mean-container .mean-nav * {
    pointer-events: auto !important;
  }

  .mean-container a.meanmenu-reveal {
    z-index: 10000000 !important;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-menu-area > .etj-mobile-logo-home {
    height: 58px !important;
    width: 245px !important;
    max-width: calc(100% - 75px) !important;
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 360px) {
  .mobile-menu-area > .etj-mobile-logo-home {
    width: 215px !important;
    font-size: 24px !important;
  }
}