/*
Theme Name: Ekkono
Theme URI: https://www.itdo.com/
Author: ITDO
Author URI: https://itdo.com/
Description: Custom Bootstrap 5 theme for Ekkono Method with Elementor.
Version: 1.0
*/

:root {
    --ekkono-yellow: #F4AF4E;
    --ekkono-gray: #BEBEC8;
    --ekkono-black: #000;
    --ekkono-white: #fff;
  }
  

  body.menu-open {
    overflow: hidden;
  }
  
.burger {
    background: none!important;
    border: none;
    font-size: 2rem;
    cursor: pointer;
  }
  
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-10px);
    z-index: 1050; /* high enough to overlay everything */
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
    
  .mobile-menu-overlay.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  
  
  .mobile-menu-list li {
    margin: 1rem 0;
  }
  
  .mobile-social a {
    margin: 0 0.5rem;
    font-size: 1.25rem;
  }

nav a {
    font-family: "Ubuntu", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ekkono-black);
    text-decoration: none;
}

nav a:hover {
    color: var(--ekkono-yellow);
}

.mobile-social a,
.footer-social a {
    margin: 0 0.5rem;
    font-size: 1.25rem;
    color: var(--ekkono-yellow);
    transition: color 0.3s ease;
}

.footer-social a {
    font-size: 24px;
}
  
  
.mobile-social a:hover,
.footer-social a:hover {
    color: var(--ekkono-black);
}

/* Custom text colors */
.text-yellow {
    color: var(--ekkono-yellow) !important;
  }
  
  .text-gray {
    color: var(--ekkono-gray) !important;
  }
  
  /* Custom buttons */
  .btn-yellow,
  .btn-gray {
    border-radius: 4px;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-shadow: none;
  }
  /* Custom button colors */


  .btn-yellow {
    background-color: var(--ekkono-yellow);
    color: var(--ekkono-white);
    font-weight: 700;
  }
  
  .btn-yellow:hover {
    background-color: #e8a83c;
    color: var(--ekkono-white);
  }
  
  .btn-gray {
    background-color: var(--ekkono-gray);
    color: var(--ekkono-black);
    font-weight: 700;
  }
  
  .btn-gray:hover {
    background-color: #d3d3db;
  }

  /* Main Footer Menu */
  .footer-menu li a {
    color: var(--ekkono-white);
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }

  .footer-menu li a:hover {
    color: var(--ekkono-black);
  }


  
  /* Footer: Copyright + Legal menu */
  .footer-copyright {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--ekkono-white);
  }
  
  .footer-legal a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--ekkono-gray);
    text-decoration: none;
  }
  
  .footer-legal a:hover {
    color: var(--ekkono-white);
  }
  
  .footer-bottom-left {
    text-align: left;
  }
  
  .footer-legal {
    margin-top: 0.5rem;
  }

  .footer-legal li a {
    text-transform: uppercase;
  }
  
  /* Footer Top Lines */
.footer-lines {
    width: 100%;
  }
  
  .line-yellow {
    height: 37px;
    background-color: var(--ekkono-yellow);
  }
  
  .line-gray {
    height: 18px;
    background-color: var(--ekkono-gray);
  }
  
  .footer-bottom {
    font-size: 16px;
    flex-wrap: wrap;
  }
  
  .footer-legal {
    margin-top: 0;
  }
  
  @media (max-width: 767.98px) {
    .footer-legal {
      justify-content: flex-start !important;
      margin-top: 0.5rem;
    }
    .footer-menu {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }
    .ekkono-footer img {
        width: 130px !important;
    }
    .footer-main-menu {
        margin-bottom: 2rem !important;
    }
    
    .footer-logo {
       margin-top: 2rem;
    }
    /*.ekkono-footer {
        background-position: right center !important;
    }*/

    .ekkono-footer .social-icon {
      width: 24px !important;
      height: 24px !important;
    }
  }
  

  .footer-bottom {
    font-size: 16px;
    flex-wrap: wrap;
  }
  
  .footer-legal {
    margin-top: 0;
  }
  
  @media (max-width: 767.98px) {
    .footer-legal {
      justify-content: flex-start !important;
    }
  
    .footer-bottom {
      flex-direction: column-reverse;
      align-items: flex-start;
    }
  }
  
  .footer-legal-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: flex-start;
  }
  
  .footer-legal-menu li a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--ekkono-gray);
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .footer-legal-menu li a:hover {
    color: var(--ekkono-white);
  }
  
  @media (max-width: 767.98px) {
    .footer-legal-menu {
      flex-direction: column;
      gap: 0.25rem;
    }
  }
  .footer-main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ekkono-footer::before {
    /*content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;*/
  }
  
  .ekkono-footer {
    position: relative;
    z-index: 1;
  }
  .ekkono-footer > * {
    position: relative;
    z-index: 1;
  }
  
  .ekkono-visual-img {
    max-width: 400px;
}

.highlight {
  color: #F4AF4E;
}

/* Container */
.ekkono-post-card {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 8px;
}

/* Background Image */
.ekkono-post-card .post-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: #000;
}

/* Gradient Overlay */
.ekkono-post-card .overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #fff 0%, transparent 100%);
  z-index: 1;
}

/* Title Content */
.ekkono-post-card .post-title {
  position: relative;
  z-index: 2;
}

.ekkono-post-card .post-title h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.3;
}

.ekkono-post-card .post-title .highlight {
  color: #F4AF4E;
}

/* Badge (top-left) */
.ekkono-post-card .badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 3;
}

.ekkono-post-card .badge img {
  max-height: 36px;
  max-width: 80px;
}

/* Icons (top-right) */
.ekkono-post-card .icons {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  display: flex;
  gap: 0.25rem;
}

.ekkono-post-card .icons i {
  background-color: #F4AF4E;
  padding: 0.4rem;
  border-radius: 50%;
  color: #000;
  font-size: 0.85rem;
}

.insight-card-bg {
  background-size: cover;
  background-position: center;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(237 237 237), rgba(255, 255, 255, 0));
  z-index: 1;
}

.insight-title {
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
}

.insight-title .highlight {
  color: #F4AF4E;
}

.badge-wrapper {
  z-index: 3;
  border-radius: 6px;
}

.badge-inner {
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  padding: 2px 6px;
}

.badge-img {
  max-height: 28px;
}

.icon-overlay {
  z-index: 4;
}
.bg-orange{
  background: #F4AF4E;
}
.bg-gray{
  background: #BEBEC8;
}
.btn-yellow {
  background: #F4AF4E;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
}


.ekkono-insights-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.ekkono-insights-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.ekkono-insights-wrapper .col-lg-3,
.ekkono-insights-wrapper .col-lg-4,
.ekkono-insights-wrapper .col-md-6,
.ekkono-insights-wrapper .col-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.insight-center-card {
  max-width: 280px;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .insight-center-card {
    max-width: 100%;
  }
}
.insights-bottom-text {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.icon-overlay-absolute {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
}

.insight-icon-badge {
  background-color: var(--icon-bg-color, #F4AF4E);
  border-radius: 50%;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: black;
}

@media (max-width: 767.98px) {
  .icon-overlay-absolute {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    transform: none;
  }

  .insight-icon-badge {
    padding: 0.4rem;
    font-size: 0.9rem;
  }
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  padding-bottom: 1.5rem;
}
.swiper-pagination{
  
}
.swiper-pagination-bullet {
  background: #F4AF4E;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .swiper-slide {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }

  .swiper-pagination {
    text-align: center;
    margin-top: 1rem;
  }

  .swiper-pagination-bullet {
    background: #F4AF4E;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
  }

  .insights-slider-wrapper {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .insight-card-bg {
    height: 202px !important;
    min-height: 202px !important;
  }
  .swiper-pagination {
    bottom: -5px !important;
  }
  .swiper-pagination-bullet-active{
    background: var(--ekkono-yellow)!important;
  }
}

/* === Ekkono Promo Section Styles === */
.ekkono-promo {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.ekkono-promo h2 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #ffffff;
}

.ekkono-promo .text-highlight {
  color: #F4AF4E; /* Ekkono highlight yellow */
}

.ekkono-promo p.lead {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
}

.ekkono-promo .btn {
  background-color: #F4AF4E;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.375rem;
}

.ekkono-promo .btn:hover {
  background-color: #e0a844;
}

.ekkono-promo .text-muted {
  font-size: 0.875rem;
  opacity: 0.8;
}

.ekkono-promo blockquote {
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
}

.ekkono-promo img.rounded-circle {
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .ekkono-promo h2 {
    font-size: 1.5rem;
  }

  .ekkono-promo p.lead {
    font-size: 1rem;
  }

  .ekkono-promo .btn {
    width: 100%;
    text-align: center;
  }

  .ekkono-promo .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ekkono-promo blockquote {
    margin-top: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .ekkono-promo {
    padding: 0 !important;
  }
}

.ekkono-promo .promo-meta {
  font-size: 0.8rem;
}

.promo-bottom-bar {
  height: 37px;
  width: 100%;
}

#ekkono-promo::after {
  content: "";
  display: block;
  height: 37px;
  background-color: var(--ekkono-yellow);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.ekkono-identity {
  width: 100%;
  gap: 2rem;
  padding: 3rem 0;
}

.identity-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.identity-title .highlight {
  color: #F4AF4E;
}

.identity-subtitle {
  font-size: 1rem;
  color: #000;
}

.identity-description {
  font-size: 1rem;
  color: #000;
  margin-top: 1rem;
  line-height: 1.6;
}

.identity-top-image img {
  max-height: 50px;
}

.promo-btn {
  background-color: #F4AF4E;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  transition: background 0.3s;
}

.promo-btn:hover {
  background-color: #e09d3e;
}

@media (max-width: 768px) {
  .ekkono-identity {
    flex-direction: column;
  }
  .identity-col-left,
  .identity-col-right {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .identity-col-right {
    justify-content: flex-start;
    margin-top: 2rem;
  }
}

.ekkono-capabilities .circle-bg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d7d5e2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.ekkono-capabilities .icon-image {
  object-fit: contain;
}

.icon-align-left {
  margin-left: -35px;
  margin-bottom: 35px;
}

.icon-align-right {
  margin-right: -35px;
  margin-bottom: 35px;
}

.ekkono-camps-trips {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 1rem;
}

/* === Section Header === */
.ekkono-camps-trips h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  text-align: left;
}

.ekkono-camps-trips .highlight {
  color: #F4AF4E;
}

.ekkono-camps-trips .full-layout .highlight {
  color: #fff;
}

.ekkono-camps-trips .section-subtitle {
  font-size: 0.875rem;
  text-align: left;
  color: #6c757d;
  margin-bottom: 1rem;
}

.ekkono-camps-trips .section-description {
  font-size: 1rem;
  text-align: left;
  color: #000;
}

/* === Card Layout === */
.camps-trip-card {
  background-size: cover;
  background-position: center;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 296px;
  max-height: 296px;
}


/* === Overlay Gradient === */
.camps-trip-card .linear-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  z-index: 1;
}

/* === Card Content === */
.camps-trip-card .card-content {
  position: relative;
  z-index: 2;
  padding: 1rem;
}

.camps-trip-card h5 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.camps-trip-card .small {
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
  max-height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* === Button === */
.camps-trip-card .btn {
  background-color: #F4AF4E;
  color: #000;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  display: inline-block;
  width: 80% !important;
  transition: background-color 0.2s ease;
}

.camps-trip-card .btn:hover {
  background-color: #ccc;
  color: #000;
}

/* === Icons (Play & Flag) === */
.camps-trip-card .video-icon,
.camps-trip-card .badge-icon {
  position: absolute;
  z-index: 3;
}

.camps-trip-card .video-icon {
  top: 0;
  left: 0;
  margin: 0.5rem;
}

.camps-trip-card .badge-icon {
  top: 0;
  right: 0;
  margin: 0.5rem;
}

/* === Map Decoration === */
.map-overlay {
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}


.badge-icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.badge-icon-wrap .flag-icon img {
  object-fit: cover;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

.badge-icon-wrap .icon-type i {
  font-size: 24px;
  background: #F4AF4E;
  color: #000;
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.badge-icon-wrap {
  top: 0px !important;
  right: 50px !important;
  z-index: 10;
}


.ekkono-testimonials-widget {
  max-width: 1200px;
  margin: 0 auto;
}


.ekkono-testimonials-widget .swiper-pagination{
  width: 200px!important;
  margin-left: 20px!important;
  position: absolute!important;
  z-index: 9999!important;
  bottom: 22% !important;
  left: 8.5%!important;
}
@media (min-width: 992px) {
  .ekkono-testimonials-widget .swiper-pagination {
    bottom: 20% !important;
    left: 8.5%;
  }
}
@media (max-width: 991.98px) {
  .ekkono-testimonials-widget .swiper-pagination {
    position: static;
    margin-top: 1rem;
    bottom: 50% !important;
    left: 14.5% !important;
  }
}

.swiper {
  width: 100%;
  padding-bottom: 0;
}

.swiper-pagination {
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
  border-radius: 50%;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #1d2f66; /* Secondary color */
}

.ekkono-testimonials-widget .swiper-slide{
  padding-bottom: 0!important;
}

.testimonial-image img {
  max-width: 200px;
  height: auto;
}

.testimonial-card .highlight {
  color:white;
}

#individual-performance.e-con.e-flex>.e-con-inner{
  padding-bottom: 0!important;
}

.testimonial-text {
  text-align: center;
}

.testimonial-name {
  text-transform: uppercase;
}

/*.ekkono-testimonials-widget .swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
  bottom: auto !important;
}*/

.swiper-pagination-bullet {
  background: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: black;
}

.swiper-pagination {
  text-align: center;
  margin-top: 1rem;
}

.swiper-pagination-bullet {
  background: white!important;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: black!important;
  opacity: 1;
}

#individual-performance::after {
  content: "";
  display: block;
  width: 100vw;
  height: 37px;
  background-color: #000;
  margin-left: calc(-50vw + 50%);
}

.gray-uppercase{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #BEBEC8;
}

.elementor-kit-6 button, 
.elementor-kit-6 input[type="button"], 
.elementor-kit-6 input[type="submit"], 
.elementor-kit-6 .elementor-button {
  text-shadow: none;
}

.filter-item {
  cursor: pointer;
}

.filter-item.active {
  text-decoration: underline;
  color: #000;
}

.filter-clear {
  cursor: pointer;
}

/* Modifier for large load-more buttons */
.btn-yellow.btn-load-more {
  padding: 0.75rem 1.5rem; /* vertical 12px, horizontal 24px */
  font-size: 1.125rem;      /* ~18px */
  border-radius: 8px;
  min-width: 278px;
  height: 54px;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: none;
}

@media (min-width: 768px) {
  .btn-yellow.btn-load-more {
    min-width: 278px;
  }
}


.icon-overlay-absolute {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
  z-index: 3;
  display: flex;
  gap: 0.25rem;
}

.icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px; /* (42 - 24) / 2 = 9px padding to center the 24px icon */
  box-sizing: border-box;
}

.icon-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.icon-front {
  background-color: #fff;
  z-index: 2;
}

.icon-back {
  background-color: #F4AF4E;
  margin-left: -10px;
  z-index: 1;
}

.divider {
  border-color: var(--ekkono-yellow);
}
.article-navigation a {
  color: var(--ekkono-gray);
  text-decoration: none;
}

.social-share a img {
  transition: transform 0.2s ease, filter 0.2s ease;
}

.social-share a:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.social-share .text-uppercase {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

@media (max-width: 576px) {
  .social-share .text-uppercase {
    font-size: 18px;
  }
}

.ekkono-desktop-menu > li.current-menu-item > a,
.ekkono-desktop-menu > li.current-news > a {
  color: var(--ekkono-yellow);
  border-bottom: 2px solid var(--ekkono-yellow);
}


@media (max-width: 767.98px) {
  .single-news-entry.py-5 {
    padding-top: 0rem !important; /* Reduce from Bootstrap’s default 3rem (py-5) */
  }
}

/* Mobile header fixed */
.mobile-header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: white;
  height: 72px;
  border-bottom: 1px solid #eee;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 72px; /* push below fixed top */
  background: white;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  opacity: 0;
  transform: scaleY(0.95);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-overlay.open {
  opacity: 1;
  transform: scaleY(1);
}

.burger img {
  pointer-events: none;
}

/* Ensure logo and burger icon are visible over the mobile menu */
body.menu-open .ekkono-header {
  position: relative;
  z-index: 1050;
}

body.menu-open .ekkono-header .logo,
body.menu-open #menu-toggle {
  position: absolute;
  top: 1rem;
  z-index: 1060;
}

body.menu-open .ekkono-header .logo {
  left: 1rem;
}

body.menu-open #menu-toggle {
  right: 1rem;
}

@media (max-width: 767.98px) {
  .single-news-entry .row > .col-md-6.order-1 {
    padding: 0 !important;
  }

  .single-news-entry .position-relative.rounded.overflow-hidden {
    border-radius: 0;
  }

  .single-news-entry .position-relative.rounded.overflow-hidden img {
    width: 100vw;
    max-width: 100vw;
    height: 426px;
    object-fit: cover;
    border-radius: 0;
    display: block;
  }

  .single-news-entry .position-absolute.bottom-0.start-0.p-3 {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .single-news-entry {
      padding-top: 6rem !important;
  }
}

.blog-post-content {
  font-size: 1.125rem;
}

.ekkono-footer a {
  color: inherit;
  text-decoration: unset;
}

.ekkono-footer a:hover {
  opacity: 0.85;
}

.elementor-15 .elementor-element.elementor-element-50dd757 .btn{
  max-height: 54px;
}

.ekkono-pillars-widget {
  padding: 3rem 0;
}

.ekkono-pillars-widget .section-title {
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.ekkono-pillars-widget .pillars-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding-top: 1rem;
}

.ekkono-pillars-widget .pillar-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 0 0 transparent;
}

.ekkono-pillars-widget .pillar-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ekkono-pillars-widget .pillar-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 1rem auto;
}

.ekkono-pillars-widget .pillar-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.ekkono-pillars-widget .pillar-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

/* Responsive spacing */
@media (max-width: 767.98px) {
  .ekkono-pillars-widget {
      padding: 2rem 1rem;
  }

  .ekkono-pillars-widget .pillars-wrapper {
      gap: 1.5rem;
  }

  .ekkono-pillars-widget .pillar-item {
      padding: 1.5rem 1rem;
  }

  .ekkono-pillars-widget .pillar-icon {
      width: 48px;
      height: 48px;
  }
}

.pillar-card {
  border: 1px solid #ccc; /* You can override with Elementor if needed */
  border-radius: 8px;
}

.pillar-btn {
  width: 243px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.ekkono-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 243px;
  height: 54px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-weight: 600;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
}

.ekkono-btn:hover {
  opacity: 0.85;
}

.ekkono-btn {
  text-shadow: none !important;
  box-shadow: none !important;
}
/* Desktop submenu */
.ekkono-desktop-menu > li.menu-item-has-children {
  position: relative;
}

.ekkono-desktop-menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.ekkono-desktop-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 220px;
  background-color: white;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.ekkono-desktop-menu .sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}

.ekkono-desktop-menu .sub-menu li {
  list-style: none;
}

.ekkono-desktop-menu li.menu-item-has-children {
  padding-bottom: 1.5rem; /* Prevent mouse gap on hover */
}


/* Remove default list dots */
.ekkono-desktop-menu .sub-menu li {
  list-style: none;
}

/* Mobile submenu */
.mobile-menu-list .menu-item-has-children > a::after {
  content: '▾';
  float: right;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

.mobile-menu-list .sub-menu {
  display: none;
  padding-left: 1rem;
  list-style: none;
}

.mobile-menu-list .menu-item-has-children.open > .sub-menu {
  display: block;
}

.ekkono-desktop-menu .sub-menu .current-menu-item > a {
  color: var(--ekkono-yellow);
}

.ekkono-desktop-menu .sub-menu .current-menu-item > a {
  border: none !important;
}

.ekkono-footer .footer-main-menu .sub-menu {
  display: none !important;
}

.ekkono-keypoints-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.ekkono-keypoints-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.ekkono-keypoints-title .highlighted {
  color: #f2b705; /* Default highlight color */
}

.ekkono-keypoints-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ekkono-keypoints-grid {
  gap: 30px;
}

.ekkono-keypoint-card {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.3s ease;
}

.ekkono-keypoint-card:hover {
  transform: translateY(-5px);
}

.ekkono-keypoint-card.card-highlight {
  background-color: #f2b705;
  color: white;
}

.ekkono-keypoint-number {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.ekkono-keypoint-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.ekkono-keypoint-text {
  font-size: 1rem;
}

.ekkono-card .ekkono-card-title {
  font-size: 1rem;
}

.ekkono-card .ekkono-card-text {
  font-size: .9rem;
}

#why-ekkono .ekkono-hero-widget.py-5 {
  padding:0!important;
}

.ekkono-card-grid .ekkono-card {
  min-height: 103px;
}

.badge-icon-wrap .svg-icon {
  background-color: var(--ekkono-yellow); /* yellow background */
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-icon-wrap .svg-icon img {
  width: 20px;
  height: 20px;
}

@media (max-width: 576px) {
  .ekkono-camps-trips.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ekkono-camps-trips .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ekkono-camps-trips .row > [class*='col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ekkono-camps-trips .row.mb-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0!important;
  }
}

#success-stories .e-con-inner {
  padding-bottom: 0!important;
}

#success-stories .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
   background: #666666!important;
}
#success-stories .swiper-pagination-bullet-active {
  background: #000000!important;
}

#success-stories .swiper-pagination {
  left: 14.5% !important;
}

.culture-buttons .btn:hover {
  background: #9A9A9A !important;
}

.ekkono-icon-sequence .step {
  display: flex;
  align-items: flex-end;
  gap: 0; /* remove extra spacing between circle and arrow */
}

.ekkono-icon-sequence .icon-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.ekkono-icon-sequence .icon-image {
  width: 60%;
  height: auto;
}

.ekkono-icon-sequence .arrow-image {
  width: 72px;
  height: 24px;
  margin-left: -45px;
  flex-shrink: 0;
}

.ekkono-icon-sequence .step-text {
  margin-left: 12px;
  margin-bottom: 0;
}


/* Force two columns for the first four fields */
#contact-us .elementor-field-group-name,
#contact-us .elementor-field-group-email,
#contact-us .elementor-field-group-field_3a8b9a0, /* Team */
#contact-us .elementor-field-group-field_2d5c60d { /* Location */
  width: 50% !important;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

/* Make message full width */
#contact-us .elementor-field-group-message {
  clear: both;
  width: 100% !important;
}

/* Checkbox + Button on the same row */
#contact-us .elementor-field-group-field_d41fa78 {
  width: auto !important;
  float: left;
  margin-right: 20px;
  margin-top: 16px;
}

#contact-us .e-form__buttons {
  width: auto !important;
  float: right;
  margin-top: 10px;
}

/* Fix vertical alignment and wrapping */
#contact-us .elementor-field-group-field_d41fa78,
#contact-us .e-form__buttons {
  display: inline-block;
  vertical-align: middle;
}

/* Style the button */
#contact-us .elementor-button {
  width: 200px !important;
  height: 54px !important;
  background-color: #F4AF4E !important;
  color: #ffffff !important;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  border: none;
  box-shadow: none !important;
}

#contact-us .elementor-button-text {
  text-shadow: none !important;
}


/* Wrap the last row (checkbox + button) in a flex container */
#contact-us .elementor-field-group-field_d41fa78,
#contact-us .e-form__buttons {
  margin-top: 20px;
}

#contact-us .elementor-field-group-field_d41fa78 {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Move the button inside its own flex item, aligned right */
#contact-us .e-form__buttons {
  margin-top: 0;
  display: block;
  width: auto !important;
}

/* Button styling */
#contact-us .elementor-button {
  width: 200px !important;
  height: 54px !important;
  background-color: #F4AF4E !important;
  color: #ffffff !important;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  border: none;
  box-shadow: none !important;
}

#contact-us .elementor-button-text {
  text-shadow: none !important;
}

/* Checkbox label spacing fix */
#contact-us .elementor-field-option {
  flex-grow: 1;
}

@media (max-width: 767px) {
  #contact-us .elementor-field-group-name,
  #contact-us .elementor-field-group-email,
  #contact-us .elementor-field-group-field_3a8b9a0,
  #contact-us .elementor-field-group-field_2d5c60d {
    width: 100% !important;
    float: none;
    padding-right: 0;
  }

  #contact-us .elementor-field-group-field_d41fa78,
  #contact-us .e-form__buttons {
    float: none;
    display: block;
    margin: 10px 0 0 0;
  }
  #contact-us .elementor-element.elementor-element-edit-mode.elementor-element-57b0046.elementor-element--toggle-edit-tools.elementor-widget.elementor-widget-form.elementor-button-align-stretch.elementor-widget__width-initial {
    width: 100%;
    padding: 20px;
  }
}

#contact-us .elementor-button:hover{
  background: #9A9A9A!important;
}

.ekkono-info-section .image-wrapper {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.ekkono-info-section .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

#interior-camps .video-icon img {
  width: 60px;
  height: auto;
  transition: transform 0.3s ease;
}
#interior-camps .video-icon:hover img {
  transform: scale(1.1);
}

#interior-camps .image-crop-wrapper {
  width: 100%;
  max-width: 449px;
  aspect-ratio: 449 / 309;
  overflow: hidden;
  border-radius: 4px;
}

#interior-camps .cropped-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* Base position for arrows on mobile */
@media (max-width: 767.98px) {
  .info-grid-swiper .custom-swiper-prev,
  .info-grid-swiper .custom-swiper-next {
    position: absolute !important;
    bottom: 10% !important;
    z-index: 2;
  }

  .info-grid-swiper .custom-swiper-prev {
    left: -1% !important;
  }

  .info-grid-swiper .custom-swiper-next {
    right: -1% !important;
  }

  .info-grid-swiper .custom-swiper-prev img,
  .info-grid-swiper .custom-swiper-next img {
    width: 24px;
    height: 24px;
  }

  .info-grid-swiper .swiper-wrapper {
    max-height: 160px;
    height: 160px;
  }

  .info-grid-swiper .swiper-wrapper .grid-item {
      overflow: scroll;
  }
  .info-grid-swiper .swiper-pagination{
    height: 30px!important;
    margin-top: 0!important;
  }
  /* Swiper pagination dots container */
.info-grid-swiper .swiper-pagination {
  position: static !important;
  margin-top: 1.5rem;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}

/* Individual dot */
.info-grid-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d9d9d9!important;
  opacity: 1;
  border-radius: 50%;
  transition: background-color 0.3s;
}

/* Active dot */
.info-grid-swiper .swiper-pagination-bullet-active {
  background-color: #000000!important;
}
/* Hide disabled arrows completely */
.custom-swiper-prev.swiper-button-disabled,
.custom-swiper-next.swiper-button-disabled {
  display: none !important;
}

}

.timeline-wrapper {
  position: relative;
  padding: 6rem 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: white;
  z-index: 1;
  max-width: 100%;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.timeline-day {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 260px;
  padding-left: 10px;
  text-align: left;
}

.timeline-icon,
.timeline-content {
  margin-left: 10px;
}

.timeline-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color:var(--ekkono-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.timeline-content {
  font-size: 0.9rem;
}

.day-label {
  font-weight: bold;
  color: var(--ekkono-yellow);
  margin-bottom: 0.5rem;
}

.dot {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}

/* Alternating layout */
.timeline-day:nth-child(odd) .timeline-content {
  order: 1;
  margin-bottom: 1rem;
}

.timeline-day:nth-child(odd) .timeline-icon {
  order: 2;
}

.timeline-day:nth-child(even) .timeline-icon {
  order: 1;
  margin-bottom: 1rem;
}

.timeline-day:nth-child(even) .timeline-content {
  order: 2;
  margin-top: 80px !important;
}

/* Edge dot alignment */
.timeline-day:first-child .dot {
  left: 0%;
}

.timeline-day:last-child .dot {
  left: 0;
  /* transform: translate(-100%, -50%); */
}

.timeline-day:first-child {
  align-items: flex-start;
  padding-left: 10px;
}

.timeline-day:last-child {
  align-items: flex-start;
  padding-right: 10px;
}

/* Responsive */
@media (max-width: 767px) {
  .timeline-container {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .timeline-day {
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .timeline-icon,
  .timeline-content {
    margin-left: 0;
  }

  .timeline-line {
    display: none;
  }
}

.timeline-icon  .align-top-left {
  top: -40% !important;
  left: -40% !important;
  transform: translate(0, 0) !important;
}

.timeline-icon  .align-top-center {
  top: -40% !important;
  left: -6% !important;
}

.timeline-icon  .align-top-right {
  top: -40% !important;
  right: -40% !important;
  transform: translate(0, 0) !important;
}

.timeline-icon  .align-center-left {
  top: 40% !important;
  left: -40% !important;
  transform: translateY(-50%) !important;
}

.timeline-icon  .align-center-center {
  top: 40% !important;
  left: 40% !important;
  transform: translate(-50%, -50%) !important;
}

.timeline-icon .align-center-right {
  top: 40% !important;
  right: -40% !important;
  transform: translateY(-50%) !important;
}

.timeline-icon .align-bottom-left {
  bottom: -40% !important;
  left: -40% !important;
  transform: translate(0, 0) !important;
}

.timeline-icon .align-bottom-center {
  bottom: -40% !important;
  left: 40% !important;
  transform: translateX(-50%) !important;
}

.timeline-icon .align-bottom-right {
  bottom: -40% !important;
  right: -40% !important;
  transform: translate(0, 0) !important;
}


/* Hide pagination if unused */
.timeline-swiper .swiper-pagination {
  display: none !important;
}

/* Slide padding on mobile */
.timeline-swiper .swiper-slide {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

/* Arrows (SVG buttons) */
.timeline-wrapper .custom-swiper-prev,
.timeline-wrapper .custom-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.timeline-wrapper .custom-swiper-prev {
  left: -10px;
}

.timeline-wrapper .custom-swiper-next {
  right: -10px;
}

.timeline-wrapper .custom-swiper-prev img,
.timeline-wrapper .custom-swiper-next img {
  width: 24px;
  height: 24px;
}

@media (max-width: 767.98px) {
  .timeline-swiper .swiper-slide {
    width: calc(100% - 2rem); /* or adjust as needed */
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .timeline-day {
    align-items: flex-start !important;
    text-align: left !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timeline-content {
    align-items: flex-start !important;
    text-align: left !important;
    width: 100%;
  }

  .ekkono-timeline-description {
    text-align: left !important;
  }

  /* Optional: Show timeline line on mobile */
  .timeline-line {
    display: block !important;
    top: auto;
    bottom: 20px;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 2px;
    background-color: white;
    position: absolute;
    z-index: 0;
  }

  /* Optional: Adjust dot if needed */
  .timeline-day .dot {
    left: 10px;
    transform: translateY(-50%);
  }
}

@media (max-width: 767.98px) {
  .timeline-wrapper .timeline-line {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    right: 1.5rem;
    height: 2px;
    background-color: white;
    z-index: 1;
    transform: translateY(-50%);
  }

  .timeline-swiper {
    position: relative;
    padding-top: 2rem; /* Optional, push content below the line */
  }

  .timeline-day .dot {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767.98px) {
  .timeline-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .timeline-swiper {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .timeline-swiper .timeline-line {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    right: 1.5rem;
    height: 2px;
    background-color: white;
    z-index: 1;
    transform: translateY(-50%);
  }

  .timeline-day {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
    padding: 0 2rem;
    position: relative;
  }

  .timeline-day .dot {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 48%;
    left: 1.5rem;
    transform: translateY(-50%);
    z-index: 3;
    left: -4%!important;
  }

  .timeline-content {
    margin-bottom: auto;
    padding-top: 0;
  }

  .timeline-icon {
    margin-top: auto;
    margin-bottom: 0.5rem;
    top: 30px;
  }

  .ekkono-timeline-description {
    line-height: 1.6;
    text-align: left;
    margin-top: 0.25rem;
  }

  .timeline-day .day-label {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .timeline-icon .align-center-center {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
.timeline-swiper .swiper-slide {
  width: 100vw !important;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
.timeline-swiper {
  overflow: hidden;
}
.timeline-swiper .swiper-slide{
  margin-right: 10%;
}
}

.fancybox__nav button{
  background: var(--ekkono-yellow);
}

#ekkono-dynamic-grid > .col-4 {
  margin: 0 0 1.5rem;
}
    
/* Fuerza masonry a 3 columnas y evita conflictos */
#ekkono-dynamic-grid.masonry {
  display: block !important;        /* anula posibles display:flex */
  column-count: 3 !important;       /* 3 columnas fijas */
  column-gap: 1.5rem !important;
}

/* Responsivo opcional */
@media (max-width: 991.98px) { #ekkono-dynamic-grid { column-count: 2 !important; } }
@media (max-width: 767.98px) { #ekkono-dynamic-grid { column-count: 1 !important; } }

/* Cada tarjeta debe ser “no quebrable” y fluir como bloque en la columna */
#ekkono-dynamic-grid > .masonry-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: inline-block;    /* clave en columns */
  width: 100%;
  margin: 0 0 1.5rem;
}

/* Imagen natural (sin recorte) */
#ekkono-dynamic-grid .card-thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: .5rem;
}

/* Por si algún estilo global fuerza alturas/ flex */
#ekkono-dynamic-grid .ekk-card { height: auto; }