@charset "UTF-8";
.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
  transform: scale(1.01) translate(-50%, -50%);
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
}

.acf-vimeo-wrapper {
  position: relative;
}
.acf-vimeo-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9; /* Change if your video is different */
}

/* Prevent iOS Safari from auto-linking phone numbers */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Disable automatic styling for detected data (phone, email, dates) */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
  pointer-events: none; /* optional: disables click */
}

/* More aggressive reset */
*[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
}

/* Optional: prevent highlighting on tap */
* {
  -webkit-tap-highlight-color: transparent;
}

.top-sub-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.top-sub-menu li.active a {
  color: var(--e-global-color-accent);
}
.top-sub-menu li a {
  font-size: 14px;
  color: var(--e-global-color-text);
}
.top-sub-menu li a:hover {
  color: var(--e-global-color-accent);
}

.hours {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hours li {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  padding: 4px 0;
}
.hours li span:first-child {
  text-align: left;
  display: block;
  min-width: 120px;
}
.hours li span:last-child {
  text-align: right;
  display: block;
  white-space: nowrap;
}

.responsive-iframe-container {
  position: relative;
  width: 100%;
  /* 16:9 aspect ratio — adjust if needed */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.elementor-nav-menu .current-page-ancestor a {
  color: var(--e-global-color-accent) !important;
}

@media all and (min-width: 1026px) {
  /* =====================================
     SETTINGS
  ===================================== */
  /* =====================================
     GLOBAL TRANSITIONS
  ===================================== */
  #menu-general,
  #menu-mahmutbey,
  #menu-vadi {
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #menu-general a,
  #menu-mahmutbey a,
  #menu-vadi a {
    display: inline-block;
    position: relative;
    top: 0;
    opacity: 1;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .top-sub-menu-nav {
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .top-sub-menu-nav a {
    display: inline-block;
    position: relative;
    top: 0;
    opacity: 1;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  /* =====================================
     1️⃣ LANDING PAGE
  ===================================== */
  #menu-general:hover a {
    opacity: 0.7;
    top: 0;
  }
  #menu-general:hover a:hover {
    opacity: 1;
    top: -2px;
  }
  /* =====================================
     2️⃣ BASE STATE LOGIC USING BODY
  ===================================== */
  /* ✔ If page is child (submenu page)
     → whole top menu rests at 0.7 */
  body.page-child #menu-mahmutbey,
  body.page-child #menu-vadi {
    opacity: 0.7;
  }
  /* ✔ If NOT child page (top level page)
     → submenu rests at 0.7 */
  body.page:not(.page-child) .top-sub-menu-nav {
    opacity: 0.7;
  }
  /* =====================================
     3️⃣ TOP MENU HOVER
  ===================================== */
  #menu-mahmutbey:hover,
  #menu-vadi:hover {
    opacity: 1;
  }
  #menu-mahmutbey:hover a,
  #menu-vadi:hover a {
    opacity: 0.7;
    top: 0;
  }
  #menu-mahmutbey:hover a:hover,
  #menu-vadi:hover a:hover {
    opacity: 1;
    top: -2px;
  }
  #menu-mahmutbey:hover ~ .top-sub-menu-nav,
  #menu-vadi:hover ~ .top-sub-menu-nav {
    opacity: 0.7;
  }
  /* =====================================
     4️⃣ SUBMENU HOVER
  ===================================== */
  .top-sub-menu-nav:hover {
    opacity: 1;
  }
  .top-sub-menu-nav:hover a {
    opacity: 0.7;
    top: 0;
  }
  .top-sub-menu-nav:hover a:hover {
    opacity: 1;
    top: -2px;
  }
  .top-sub-menu-nav:hover ~ #menu-mahmutbey,
  .top-sub-menu-nav:hover ~ #menu-vadi {
    opacity: 0.7;
  }
}
@media all and (max-width: 600px) {
  .responsive-iframe-container {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    overflow: scroll;
    max-width: 100%;
    min-height: 1160px;
  }
  .top-sub-menu-nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .elementor-nav-menu--dropdown ul a {
    display: flex;
    justify-content: center;
  }
  .el-breadcrumb .elementor-icon-list-items {
    gap: 10px;
  }
  .el-breadcrumb .elementor-icon-list-icon {
    display: none;
  }
}

/*# sourceMappingURL=style-elementor.css.map */
