/* ==================================================
   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;
}

/* ==================================================
   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;
  }
}