/* Cherie Theme + Elementor structural CSS for anjas-dreads.com */
/* Reconstructed from class analysis — covers header, nav, hero, services, footer, elementor grid */

/* ========== RESET & BASE ========== */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; transition: color 0.3s, opacity 0.3s; }
a:hover { text-decoration: none; }
img { max-width: 100%; height: auto; }

/* ========== PRELOADER ========== */
.art-preloader-holder {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  z-index: 99999; display: flex; align-items: center; justify-content: center;
  transition: opacity 0.5s;
}
.art-preloader-holder-data { text-align: center; }
body.loaded .art-preloader-holder,
body .art-preloader-holder { display: none; }

/* ========== HEADER ========== */
.art-header-two {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;
  background: #fff;
}
.art-header-two-content {
  width: 100%; background: #fff;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.art-header-two-content.art-sticky {
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.art-header-data-wrapper {
  max-width: 1200px; margin: 0 auto; padding: 0 30px;
}
.art-header-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0;
}
.art-header-top-left { flex: 1; display: flex; align-items: center; }
.art-header-top-center { flex: 0 0 auto; text-align: center; }
.art-header-top-right { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 15px; }

/* Social icons in header */
.art-social-container { display: inline-flex; gap: 14px; align-items: center; }
.art-social-container a {
  color: #000; font-size: 16px; opacity: 0.7; transition: opacity 0.3s;
}
.art-social-container a:hover { opacity: 1; }

/* Logo — hide dark duplicate */
.art--logo-container { display: inline-block; }
.art--logo-container a { display: inline-block; }
.art--logo-container a.dark-logotype { display: none !important; }

/* Appointment button in header */
.art-site-header-appointment {
  display: inline-block; padding: 10px 24px;
  font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid #875e3d; color: #875e3d; background: transparent;
  transition: all 0.3s; white-space: nowrap;
}
.art-site-header-appointment:hover {
  background-color: #875e3d; color: #fff;
}

/* Mobile menu icon (hamburger) — visible on desktop too in this theme */
.art--mobile-menu-icon {
  display: inline-flex; align-items: center; cursor: pointer; z-index: 10000;
}
.hamburger {
  display: inline-block; cursor: pointer; padding: 10px;
  background: transparent; border: 0; outline: none;
}
.hamburger-box { width: 28px; height: 22px; display: inline-block; position: relative; }
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 28px; height: 2px; background-color: #000;
  position: absolute; transition: transform 0.15s ease;
}
.hamburger-inner { top: 50%; transform: translateY(-50%); }
.hamburger-inner::before { content: ''; top: -8px; display: block; position: absolute; }
.hamburger-inner::after { content: ''; bottom: -8px; display: block; position: absolute; }

/* ========== NAVIGATION ========== */
.art-header-bottom {
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #fff;
}
.art-navigation-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* Nav uses .qrt-nav-menu wrapping ul.menu */
.qrt-nav-menu ul.menu,
.art-nav-container ul.menu {
  display: flex; justify-content: center; align-items: center;
  list-style: none; padding: 0; margin: 0; gap: 0;
}
.qrt-nav-menu ul.menu > li,
.art-nav-container ul.menu > li { position: relative; }
.qrt-nav-menu ul.menu > li > a,
.art-nav-container ul.menu > li > a {
  display: block; padding: 15px 20px;
  font-size: 14px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase;
  color: #000; transition: color 0.3s;
}
.qrt-nav-menu ul.menu > li > a:hover,
.qrt-nav-menu ul.menu > li.current-menu-item > a,
.art-nav-container ul.menu > li > a:hover,
.art-nav-container ul.menu > li.current-menu-item > a {
  color: #875e3d;
}

/* ========== MOBILE MENU PANEL ========== */
.art-mobile-menu-wrapper {
  position: fixed; top: 0; right: -320px; width: 300px; height: 100%;
  background: #fff; z-index: 99998; overflow-y: auto;
  transition: right 0.3s; padding: 80px 30px 30px;
  box-shadow: -3px 0 10px rgba(0,0,0,0.1);
}
.art-mobile-menu-wrapper.active { right: 0; }
.art--mobile-menu-navigation ul { list-style: none; padding: 0; margin: 0; }
.art--mobile-menu-navigation ul li a {
  display: block; padding: 12px 0; font-size: 16px; color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.art-sidebar-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5); z-index: 99997; display: none; cursor: pointer;
}

/* ========== HERO ========== */
.art-hero-header-beauty {
  position: relative; width: 100%;
  min-height: 90vh;
  background-size: cover; background-position: center center;
  background-repeat: no-repeat;
  display: flex; align-items: center; justify-content: center;
}
.art-hero-header-beauty-mask {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.3); z-index: 1;
}
.art-hero-header-wrapper {
  position: relative; z-index: 2;
  text-align: center; padding: 180px 20px 80px;
  max-width: 900px; margin: 0 auto;
}
.art-hero-header-top { margin-bottom: 30px; }
.art-hero-header-top h1 { color: #fff; margin-bottom: 15px; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.art-hero-header-top p { color: rgba(255,255,255,0.85); font-size: 18px; }
.art-hero-buttons {
  margin-top: 25px;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 10px;
}
.art-hero-buttons .art-widget-button { display: inline-block; }
.art-hero-header-additional-info {
  margin-top: 30px;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 30px;
}
.art-additional-info-item {
  display: inline-block; text-align: center; min-width: 150px;
}
.art-additional-info-item > span {
  display: block; font-weight: 600; font-size: 14px; letter-spacing: 0.05em;
  text-transform: uppercase; margin-bottom: 8px;
}
.art-info-item-content { font-size: 15px; line-height: 1.6; }
.art-info-item-content h6 { margin: 5px 0 0; }
.art-info-item-content a { color: inherit; }

/* Hero additional strip below hero image */
.art-hero-header-beauty-additional {
  padding: 35px 20px; text-align: center;
}
.art-hero-header-beauty-additional .art-hero-header-additional-info {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 40px;
}

/* ========== BUTTONS ========== */
.art-button {
  display: inline-block; padding: 12px 30px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid #000; color: #000; background: transparent;
  transition: all 0.3s; cursor: pointer;
}
.art-button:hover { background: #000; color: #fff; }
.art-button-light {
  display: inline-block; padding: 12px 30px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid #875e3d; color: #875e3d; background: transparent;
  transition: all 0.3s; cursor: pointer;
}
.art-button-light:hover { background: #875e3d; color: #fff; }
.art-button-two-light {
  display: inline-block; padding: 12px 30px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: #875e3d; background: #fff; border: 1px solid #fff;
  transition: all 0.3s; cursor: pointer;
}
.art-button-two-light:hover { background: transparent; color: #fff; border-color: #fff; }
.art-button-three-light {
  display: inline-block; padding: 12px 30px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; border: 1px solid #fff; background: transparent;
  transition: all 0.3s; cursor: pointer;
}
.art-button-three-light:hover { background: #fff; color: #875e3d; }
.art-button-dark {
  display: inline-block; padding: 12px 30px;
  color: #fff; background-color: #875e3d;
  font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid #875e3d; transition: all 0.3s; cursor: pointer;
}
.art-button-dark:hover { background-color: #6b4a2f; }
.art-widget-button { display: inline-block; }
.art-widget-button a {
  display: inline-block; padding: 12px 28px;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  transition: all 0.3s;
}

/* ========== PAGE CONTENT ========== */
#art-main-holder { min-height: 100vh; }
.art-content-wrapper { position: relative; }
.art-page-content { padding: 0; }
.art-page-custom-wrapper .art-page-content { padding: 0; }
.art-default-page-custom-wrapper .art-page-content { padding: 60px 0; }
.art-main-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* ========== ELEMENTOR GRID ========== */
.elementor-section { position: relative; width: 100%; }
.elementor-section-boxed > .elementor-container { max-width: 1140px; margin: 0 auto; padding: 0 15px; }
.elementor-section-full_width { width: 100%; }
.elementor-section-full_width > .elementor-container { max-width: 100%; }
.elementor-container {
  display: flex; flex-wrap: wrap;
  margin-right: auto; margin-left: auto;
  position: relative;
}
.elementor-column { position: relative; min-height: 1px; display: flex; }
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { padding: 10px; }
.elementor-col-100 { width: 100%; }
.elementor-col-50 { width: 50%; }
.elementor-widget-wrap {
  position: relative; width: 100%;
  display: flex; flex-direction: column;
}
.elementor-widget { width: 100%; position: relative; }
.elementor-widget-container { width: 100%; }
.elementor-background-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* Elementor containers (new format) */
.e-con { display: flex; position: relative; }
.e-con-boxed { flex-direction: column; }
.e-con-boxed > .e-con-inner {
  max-width: min(1140px, 100%); margin: 0 auto; width: 100%; padding: 0 15px;
}
.e-con-inner { display: flex; flex-wrap: wrap; width: 100%; }
.e-parent { width: 100%; }

/* Elementor widget types */
.elementor-widget-heading { margin-bottom: 20px; }
.elementor-widget-text-editor { margin-bottom: 20px; }
.elementor-widget-text-editor p { margin-bottom: 15px; }
.elementor-widget-image { margin-bottom: 20px; }
.elementor-widget-image img { display: block; }

/* Icon boxes */
.elementor-icon-box-wrapper {
  display: flex; align-items: flex-start; gap: 15px;
  text-align: left;
}
.elementor-position-top .elementor-icon-box-wrapper {
  flex-direction: column; text-align: center; align-items: center;
}
.elementor-mobile-position-top .elementor-icon-box-wrapper {
  text-align: center;
}
.elementor-icon-box-icon { flex-shrink: 0; }
.elementor-icon-box-icon .elementor-icon {
  display: inline-flex; align-items: center; justify-content: center;
}
.elementor-size-default .elementor-icon { font-size: 50px; }
.elementor-icon-box-content { flex: 1; }
.elementor-icon-box-title { margin: 0 0 10px; }
.elementor-icon-box-description { margin: 0; }
.e-font-icon-svg { width: 1em; height: 1em; fill: currentColor; }

/* Elementor section padding defaults */
.elementor-section { padding: 40px 0; }
.elementor-section .elementor-section { padding: 0; }
.elementor-section-full_width .elementor-widget-art-hero-header { padding: 0; }
.elementor-widget-art-hero-header { padding: 0; }

/* ========== HALF SLIDER / SPLIT SECTIONS ========== */
/* Parent container: image slider left + text right, side by side */
.elementor-widget-art-half-slider-left > .elementor-widget-container {
  display: block !important; min-height: 500px;
}
.art-left-half-slider-wrapper {
  display: flex !important; align-items: stretch; width: 100%; min-height: 500px;
}
.art-half-slide-container-left {
  flex: 0 0 50%; position: relative; overflow: hidden;
  min-height: 500px;
}
/* Show only the first slide image, hide others (Slick not running) */
.art-half-slide-container-left .item-itself {
  display: none;
}
.art-half-slide-container-left .item-itself:first-child {
  display: block; width: 100%; height: 100%;
}
.art-half-slide-container-left .item-itself img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 0 !important;
  position: absolute; top: 0; left: 0;
}
.art-left-half-slider-wrapper img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 0 !important;
}
.art-left-slider-data {
  flex: 0 0 50%; padding: 60px 50px;
  display: flex; flex-direction: column; justify-content: center;
}

/* ========== SERVICES (storitve) ========== */
.art-ordinary-page-header {
  padding: 140px 0 60px;
  text-align: center;
  background: #000; color: #fff;
}
.art-page-header-title { margin-bottom: 10px; color: #fff; }
.art-page-header-description { color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto; }

.art-full-page-services-wrapper { padding: 60px 0; }
.art-full-page-services { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

.art-service-full-page-tabs {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 10px; margin-bottom: 40px;
}
.art-services-tabs-left,
.art-services-tabs-center {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}

.art-service-container { margin-bottom: 40px; }
.art-service-block,
.art-second-service-block {
  margin-bottom: 30px; padding: 25px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.art-service-item {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 12px 0;
}
.art-service-head { margin-bottom: 15px; }
.service-head-title { margin: 0; }
.art-service-data { flex: 1; }
.service-data-title { margin: 0; font-weight: 500; }
.service-data-price { margin: 0; }
.art-service-top { margin-bottom: 10px; }
.art-service-wrapper { padding: 20px 0; }
.art-head-desc { margin-bottom: 10px; }
.art-tabs-subtitle { margin-bottom: 25px; text-align: center; }
.service-name { flex: 1; }
.service-price { flex-shrink: 0; margin-left: 20px; font-weight: 500; }

/* ========== ACCORDION (FAQ) ========== */
button.accordion {
  display: flex; justify-content: space-between; align-items: center;
  width: 100%; padding: 15px 20px;
  background: transparent; border: none; cursor: pointer;
  text-align: left; font-size: 16px; font-weight: 500;
  transition: all 0.3s;
}
button.accordion::after {
  content: '+'; font-size: 20px; font-weight: 300; flex-shrink: 0; margin-left: 15px;
  transition: transform 0.3s;
}
button.accordion.active::after { content: '\2212'; }
.panel {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 20px;
}
.panel-data { padding: 10px 0 20px; }

/* ========== CONTACT INFO WIDGET ========== */
.art-contact-info-widget { padding: 20px 0; }
.art-contact-info-widget .art-item {
  display: flex; align-items: flex-start; gap: 15px;
  margin-bottom: 15px;
}
.art-contact-info-widget .art-icon {
  flex-shrink: 0; width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
}
.art-contact-info-widget .art-description { flex: 1; }
.art-contact-info-widget .art-title { font-weight: 500; margin-bottom: 3px; }

/* ========== INSTAGRAM WIDGET ========== */
/* Hide the entire Instagram feed section — Smash Balloon needs live WP to load real images */
.elementor-widget-instagram-two { display: none !important; }

/* Slick slider (non-JS fallback) */
.slick-slide { display: inline-block; }
.item-itself { display: inline-block; }

/* Hide empty widget sections — Elfsight + Instagram need live WP */
.elfsight-app-f177cdde-1789-4ad4-8dbf-e694d616a380[data-elfsight-app-lazy] { min-height: 0; }
.elementor-element[data-id="26bcb3c"],
.elementor-element[data-id="7b96231"] { display: none !important; }

/* ========== FOOTER ========== */
.art-main-footer {
  padding: 40px 0 20px;
}
.art-main-footer-container {
  max-width: 1200px; margin: 0 auto; padding: 0 15px;
}
.footer-widget-area {
  padding: 15px;
}
.footer-widget-area .widget { margin-bottom: 20px; }
.art-widget-title { margin-bottom: 15px; font-weight: 600; }
.art-main-footer ul { list-style: none; padding: 0; margin: 0; }
.art-main-footer ul li { margin-bottom: 5px; }
.art-main-footer ul li a { color: #000; opacity: 0.7; transition: opacity 0.3s; }
.art-main-footer ul li a:hover { opacity: 1; }
.art-main-footer .row {
  display: flex; flex-wrap: wrap; justify-content: center;
}

/* ========== POPUP (Magnific) ========== */
.mfp-hide { display: none !important; }
.art-default-popap-one {
  max-width: 900px; margin: 0 auto;
  background: #fff; position: relative;
  display: flex; overflow: hidden;
}
.art-default-popap-one .art-hero-left {
  flex: 0 0 40%; position: relative; overflow: hidden;
}
.art-default-popap-one .art-hero-left img {
  width: 100%; height: 100%; object-fit: cover;
}
.art-default-popap-one .art-hero-right {
  flex: 1; padding: 40px;
}

/* ========== PARALLAX ========== */
.jarallax { position: relative; z-index: 0; }
.jarallax > .jarallax-img {
  position: absolute; object-fit: cover;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: -1;
}

/* ========== WOOCOMMERCE BASICS ========== */
.woocommerce .products { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; }
.woocommerce .products li.product {
  flex: 0 0 calc(33.333% - 14px); text-align: center; list-style: none;
}
.woocommerce .products li.product img { margin-bottom: 10px; }
.woocommerce-loop-product__title { margin: 10px 0 5px; }
.woocommerce .price { font-weight: 500; }

/* ========== UTILITY ========== */
.center-content { text-align: center; }
.art-no-list-style { list-style: none; padding: 0; }
.art--aliment-left,
.content-align-left { text-align: left; }
.art-anim { opacity: 1; }
.art-fadeIn { animation: artFadeIn 0.6s ease forwards; }
@keyframes artFadeIn { from { opacity: 0; } to { opacity: 1; } }
.art-section-data { padding: 60px 0; }
.art-dark-header-text { color: #000; }
.art-ordinary-page-data { padding: 40px 0; }

/* ========== SCROLL SPY ========== */
.scroll-spy-sections { scroll-margin-top: 120px; }

/* Blog / Story */
.story { line-height: 1.8; }
.story p { margin-bottom: 20px; }
.story img { margin: 15px 0; }

/* ========== WP BLOCKS ========== */
.wp-block-image { margin: 0 0 1em; }
.wp-block-image img { display: block; }
.wp-block-image.size-thumbnail img { max-width: 150px; }
.wp-block-social-links {
  display: flex; gap: 10px; padding: 0; margin: 0;
  list-style: none;
}
.wp-block-social-link { display: inline-flex; list-style: none; }
.wp-block-social-link-anchor {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: #000; color: #fff; transition: opacity 0.3s;
}
.wp-block-social-link-anchor:hover { opacity: 0.7; }
.wp-block-social-link-label { clip: rect(1px,1px,1px,1px); position: absolute; }

/* ========== WPCF7 FORMS ========== */
.wpcf7 { max-width: 600px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%; padding: 10px 15px;
  border: 1px solid rgba(0,0,0,0.15); background: #fff;
  font-size: 16px; font-family: inherit;
  margin-bottom: 15px; transition: border-color 0.3s;
  border-radius: 0;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #875e3d; outline: none;
}
.wpcf7 textarea { min-height: 120px; resize: vertical; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .elementor-col-50 { width: 100%; }
  .art-left-half-slider-wrapper { flex-direction: column; min-height: 300px; }
  .art-left-slider-data { flex: 0 0 auto; padding: 40px 30px; }
  .art-hero-header-beauty { min-height: 65vh; }
}

@media (max-width: 767px) {
  .art-header-bottom { display: none; }
  .art-header-top { padding: 8px 0; }
  .art-site-header-appointment { display: none; }

  .art-hero-header-wrapper { padding: 130px 15px 50px; }
  .art-hero-header-beauty { min-height: 70vh; }
  .art-hero-header-additional-info { flex-direction: column; gap: 15px; }
  .art-hero-header-beauty-additional .art-hero-header-additional-info {
    flex-direction: column; gap: 15px;
  }

  .art-default-page-custom-wrapper .art-page-content { padding: 20px 0; }
  .elementor-section-boxed > .elementor-container { padding: 0 15px; }
  .e-con-boxed > .e-con-inner { padding: 0 15px; }

  .art-service-item { flex-direction: column; gap: 5px; }

  .art-default-popap-one { flex-direction: column; }
  .art-default-popap-one .art-hero-left { flex: 0 0 200px; }

  .art-main-footer .row { flex-direction: column; }
  .footer-widget-area { width: 100% !important; min-width: 100%; }

  .elementor-container { flex-direction: column; }
  .elementor-col-50 { width: 100%; }
  .art-left-slider-data { padding: 30px 20px; }
}

@media (max-width: 480px) {
  .art-hero-header-wrapper { padding-top: 100px; }
  .art-ordinary-page-header { padding: 120px 15px 40px; }
  .art-left-slider-data { padding: 25px 15px; }
}

/* ========== STICKY HEADER JS SUPPORT ========== */
.art-header-two-content.art-sticky .art--logo-container img { max-height: 40px; }

/* ========== SCREEN READER ========== */
.screen-reader-text,
.screen-reader-response {
  clip: rect(1px,1px,1px,1px); position: absolute !important;
  height: 1px; width: 1px; overflow: hidden;
}

/* ========== PRINT ========== */
@media print {
  .art-header-two, .art-preloader-holder, .art--mobile-menu { display: none; }
  .art-content-wrapper { padding-top: 0; }
}
