@charset "UTF-8";
/*!*
 **                 _     _                         
 ** __      ___ __ | |   (_)_ __   __ _ _   _  __ _ 
 ** \ \ /\ / / '_ \| |   | | '_ \ / _` | | | |/ _` |
 **  \ V  V /| |_) | |___| | | | | (_| | |_| | (_| |
 **   \_/\_/ | .__/|_____|_|_| |_|\__, |\__,_|\__,_|
 **          |_|                  |___/             
 **
 **        -- wpLingua | WordPress plugin --
 **   Translate and make your website multilingual
 **
 **     https://github.com/julien-jacob/wplingua
 **      https://wordpress.org/plugins/wplingua/
 **              https://wplingua.com/
 **
 **/
.dashicons.wplng-spin {
  animation: wplingua-dashicons-spin 2s infinite;
  animation-timing-function: linear;
}

@keyframes wplingua-dashicons-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wplng-switcher.flags-none .wplng-language img {
  display: none;
}

/*
 * Insert
 */
.wplng-switcher.insert-auto {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  /* Insert Bottom Right */
}
.wplng-switcher.insert-auto.insert-bottom-right {
  right: 20px;
}
.wplng-switcher.insert-auto {
  /* Insert Bottom Left */
}
.wplng-switcher.insert-auto.insert-bottom-left {
  left: 20px;
}
.wplng-switcher.insert-auto {
  /* Insert Bottom Center */
}
.wplng-switcher.insert-auto.insert-bottom-center {
  width: 100%;
  text-align: center;
}
.wplng-switcher.insert-auto.insert-bottom-center .switcher-content {
  display: inline-block;
}

/*
 * Name Format
 */
.wplng-switcher .language-id,
.wplng-switcher .language-name,
.wplng-switcher .language-original {
  display: none;
}
.wplng-switcher.title-name .language-name, .wplng-switcher.title-original .language-original, .wplng-switcher.title-id .language-id {
  display: inline-block;
  line-height: normal;
  vertical-align: super;
  margin-left: 6px;
}
.wplng-switcher .language-id {
  text-transform: uppercase;
}

/*
 * Switcher style
 */
.wplng-switcher.style-list .wplng-language-current, .wplng-switcher.style-block .wplng-language-current {
  display: none;
}
.wplng-switcher.style-list .wplng-languages .wplng-language {
  display: inline-block;
}
.wplng-switcher.style-block .wplng-languages .wplng-language {
  display: block;
}
.wplng-switcher {
  /**
   * Style Dropdown
   **/
}
.wplng-switcher.style-dropdown {
  min-height: 38px;
}
.wplng-switcher.style-dropdown .switcher-content {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-languages {
  height: 0;
  overflow: hidden;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-languages .wplng-language.current {
  display: none;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-language {
  display: block;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-language-current {
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  padding-right: 28px;
}
.wplng-switcher.style-dropdown .switcher-content:hover .wplng-languages {
  height: auto;
}
.wplng-switcher.style-dropdown.open-top .switcher-content {
  bottom: 0;
}
.wplng-switcher.style-dropdown.insert-auto .switcher-content {
  position: initial;
}
.wplng-switcher {
  /**
   * Set min height if container witdh not set
   **/
}
.wplng-switcher.title-name, .wplng-switcher.title-original {
  min-width: 180px;
}
.wplng-switcher.title-id {
  min-width: 100px;
}
.wplng-switcher.title-id.flags-none, .wplng-switcher.title-none {
  min-width: 80px;
}

/*
 * Themes Light / Dark
 */
.wplng-switcher.style-dropdown .wplng-language-current {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z' fill='%231d2327'/%3E%3C/svg%3E");
}
.wplng-switcher.style-dropdown.theme-dark-double-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-double-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-simple-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-simple-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-double-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-simple-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-double-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-simple-smooth .wplng-language-current {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z' fill='%23fff'/%3E%3C/svg%3E");
}

.wplng-switcher .wplng-languages .wplng-language:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.wplng-switcher.theme-dark-double-smooth .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-double-square .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-simple-smooth .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-simple-square .wplng-languages .wplng-language:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Themes Blur Light Double Square */
.wplng-switcher.theme-blurwhite-double-square .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid white;
  border-radius: 0;
}
.wplng-switcher.theme-blurwhite-double-square .switcher-content .wplng-language {
  border: 1px solid white;
  color: white;
  border-radius: 0;
}

/* Themes Blur Light Simple Square */
.wplng-switcher.theme-blurwhite-simple-square .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid white;
  border-radius: 0;
}
.wplng-switcher.theme-blurwhite-simple-square .switcher-content .wplng-language {
  color: white;
}

/* Themes Blur Dark Double Square */
.wplng-switcher.theme-blurblack-double-square .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #1d2327;
  border-radius: 0;
}
.wplng-switcher.theme-blurblack-double-square .switcher-content .wplng-language {
  border: 1px solid #1d2327;
  color: #1d2327;
  border-radius: 0;
}

/* Themes Blur Light Double Smooth */
.wplng-switcher.theme-blurwhite-double-smooth .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid white;
  border-radius: 8px;
}
.wplng-switcher.theme-blurwhite-double-smooth .switcher-content .wplng-language {
  border: 1px solid white;
  color: white;
  border-radius: 6px;
}

/* Themes Blur Light Simple Smooth */
.wplng-switcher.theme-blurwhite-simple-smooth .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid white;
  border-radius: 9px;
}
.wplng-switcher.theme-blurwhite-simple-smooth .switcher-content .wplng-language {
  color: white;
  border-radius: 6px;
}

/* Themes Blur Dark Double Smooth */
.wplng-switcher.theme-blurblack-double-smooth .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #1d2327;
  border-radius: 9px;
}
.wplng-switcher.theme-blurblack-double-smooth .switcher-content .wplng-language {
  border: 1px solid #1d2327;
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Blur Dark Simple Smooth */
.wplng-switcher.theme-blurblack-simple-smooth .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #1d2327;
  border-radius: 9px;
}
.wplng-switcher.theme-blurblack-simple-smooth .switcher-content .wplng-language {
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Blur Dark Simple Square */
.wplng-switcher.theme-blurblack-simple-square .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #1d2327;
  border-radius: 0;
}
.wplng-switcher.theme-blurblack-simple-square .switcher-content .wplng-language {
  color: #1d2327;
}

/* Themes Light Double Square */
.wplng-switcher.theme-light-double-square .switcher-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-light-double-square .switcher-content .wplng-language {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #1d2327;
  border-radius: 0;
}

/* Themes Light Simple Square */
.wplng-switcher.theme-light-simple-square .switcher-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-light-simple-square .switcher-content .wplng-language {
  color: #1d2327;
}

/* Themes Grey Double Square */
.wplng-switcher.theme-grey-double-square .switcher-content {
  background-color: #f0f0f1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-grey-double-square .switcher-content .wplng-language {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #1d2327;
  border-radius: 0;
}

/* Themes Grey Simple Square */
.wplng-switcher.theme-grey-simple-square .switcher-content {
  background-color: #f0f0f1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-grey-simple-square .switcher-content .wplng-language {
  color: #1d2327;
}

/* Themes Dark Double Square */
.wplng-switcher.theme-dark-double-square .switcher-content {
  background-color: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-dark-double-square .switcher-content .wplng-language {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: white;
  border-radius: 0;
}

/* Themes Light Double Smooth */
.wplng-switcher.theme-light-double-smooth .switcher-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-light-double-smooth .switcher-content .wplng-language {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Light Simple Smooth */
.wplng-switcher.theme-light-simple-smooth .switcher-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-light-simple-smooth .switcher-content .wplng-language {
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Grey Double Smooth */
.wplng-switcher.theme-grey-double-smooth .switcher-content {
  background-color: #f0f0f1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-grey-double-smooth .switcher-content .wplng-language {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Grey Simple Smooth */
.wplng-switcher.theme-grey-simple-smooth .switcher-content {
  background-color: #f0f0f1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-grey-simple-smooth .switcher-content .wplng-language {
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Dark Double Smooth */
.wplng-switcher.theme-dark-double-smooth .switcher-content {
  background-color: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-dark-double-smooth .switcher-content .wplng-language {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: white;
  border-radius: 6px;
}

/* Themes Dark Simple Smooth */
.wplng-switcher.theme-dark-simple-smooth .switcher-content {
  background-color: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-dark-simple-smooth .switcher-content .wplng-language {
  color: white;
  border-radius: 6px;
}

/* Themes Dark Simple Square */
.wplng-switcher.theme-dark-simple-square .switcher-content {
  background-color: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-dark-simple-square .switcher-content .wplng-language {
  color: white;
}

#wp-admin-bar-wplingua-menu > .ab-item::before {
  content: "\f326";
  top: 2px;
  position: relative;
  transition: color 0.1s ease-in-out;
  color: rgba(240, 246, 252, 0.6);
  position: relative;
  float: left;
  font: normal 20px/1 dashicons;
  speak: never;
  padding: 4px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none !important;
  margin-right: 6px;
}

.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item {
  background: linear-gradient(125deg, #66f4e6 0%, #bcfa99 100%);
  color: #1d2327;
  font-weight: 700;
  border: 2px solid #1d2327;
  box-sizing: border-box;
  border-radius: 6px;
  line-height: 26px;
  transition: all 0.3s;
  opacity: 0.9;
}
.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item::before,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item::before {
  color: #1d2327;
  top: 0;
}
.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu:hover > .ab-item,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu:hover > .ab-item {
  opacity: 1;
}

@keyframes text-loading {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.2;
  }
}
.wplng-in-progress-text {
  animation: text-loading 2s infinite;
  animation-timing-function: linear;
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#wplng-in-progress-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 32px;
  line-height: 22px;
  color: #f0f0f1;
  background-color: #1d2327;
  z-index: 1000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
#wplng-in-progress-container #wplng-progress-bar {
  position: absolute;
  bottom: 1px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
}
#wplng-in-progress-container #wplng-progress-bar #wplng-progress-bar-value {
  height: 5px;
  background: repeating-linear-gradient(to right, #66f4e6 0%, #E795ED 50%, #66f4e6 100%);
  min-width: 2%;
  background-size: 200% auto;
  background-position: 0 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#wplng-in-progress-container #wplng-in-progress-text-mobile {
  display: none;
}
#wplng-in-progress-container #wplng-in-progress-text-desktop {
  display: inline;
}

@media screen and (max-width: 782px) {
  #wplng-in-progress-container {
    height: 46px;
    line-height: 42px;
  }
  #wplng-in-progress-container #wplng-in-progress-message .wplng-spin {
    position: relative;
    top: 10px;
  }
  #wplng-in-progress-container #wplng-in-progress-text-mobile {
    display: inline;
  }
  #wplng-in-progress-container #wplng-in-progress-text-desktop {
    display: none;
  }
}
#wplng-overloaded-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 32px;
  line-height: 26px;
  color: #f0f0f1;
  background-color: #1d2327;
  z-index: 1000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
#wplng-overloaded-container .dashicons.dashicons-info-outline {
  margin: 5px 2px;
  font-size: 18px;
}
#wplng-overloaded-container #wplng-overloaded-text-mobile {
  display: none;
}
#wplng-overloaded-container #wplng-overloaded-text-desktop {
  display: inline;
}
#wplng-overloaded-container #wplng-overloaded-close {
  float: right;
  margin: 6px;
  cursor: pointer;
}

@media screen and (max-width: 782px) {
  #wplng-overloaded-container {
    height: 46px;
    line-height: 42px;
  }
  #wplng-overloaded-container .dashicons.dashicons-info-outline {
    margin: 12px 2px;
  }
  #wplng-overloaded-container #wplng-overloaded-text-mobile {
    display: inline;
  }
  #wplng-overloaded-container #wplng-overloaded-text-desktop {
    display: none;
  }
  #wplng-overloaded-container #wplng-overloaded-close {
    margin: 12px;
  }
}
/*
 * Language Switcher
 */
.wp-block .wplng-switcher,
.wplng-switcher {
  pointer-events: none;
  position: relative;
}
.wp-block .wplng-switcher .switcher-content,
.wplng-switcher .switcher-content {
  padding: 2px;
  text-align: center;
  pointer-events: auto;
}
.wp-block .wplng-switcher .switcher-content .wplng-language,
.wplng-switcher .switcher-content .wplng-language {
  font-size: 16px;
  line-height: 16px;
  padding: 2px 6px 2px 0;
  margin: 2px;
  text-decoration: none;
  text-align: left;
}
.wp-block .wplng-switcher .switcher-content .wplng-language img,
.wplng-switcher .switcher-content .wplng-language img {
  box-sizing: content-box;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  vertical-align: baseline;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  display: inline;
  vertical-align: unset;
  border: none;
}
.wp-block .wplng-switcher .switcher-content p,
.wplng-switcher .switcher-content p {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
}

a[data-wplng-flag] {
  display: inline-block;
}

.wplingua-menu .wplng-menu-flag {
  max-width: 1.2em;
  max-height: 1.2em;
  margin-right: 0.2em;
  display: inline;
  line-height: 1em;
  vertical-align: sub;
  border: none;
}

.wplng-block-attributes {
  border-top: 1px solid rgb(221, 221, 221);
  margin-top: -1px;
  padding: 16px;
}
.wplng-block-attributes label.components-text.components-input-control__label {
  text-transform: none;
}/*# sourceMappingURL=front.css.map */


/* ========================================
   GDPR Checkbox Styling
   ======================================== */
.wa-order-gdprchk label {
    font-size: inherit;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 8px;
}

.wa-order-gdprchk input[type=checkbox] {
    position: relative;
    bottom: 0;
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    margin: 0 8px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: middle;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: 0.05s border-color ease-in-out;
    border-radius: 3px;
}

.wa-order-gdprchk input[type=checkbox]:checked {
    background-color: #25d366;
    border-color: #25d366;
}

.wa-order-gdprchk input[type=checkbox] + label {
    opacity: 0.5 !important;
    transition: opacity 0.3s ease;
}

.wa-order-gdprchk input[type=checkbox]:checked + label {
    opacity: 1 !important;
}

.wa-order-gdprchk {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

/* ========================================
   WhatsApp Button - Natural Positioning
   ======================================== */
/* Let buttons position naturally without forced margins */

/* ========================================
   Main WhatsApp Button Styling - Natural & Simple
   ======================================== */
.wa-order-button,
.gdpr_wa_button_input {
    background: #25d366 !important;
    color: #ffffff !important;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

/* ========================================
   Single Product Page - Minimal Positioning
   ======================================== */
/* Just a small margin when positioned after add to cart button */
/* ========================================
   Single Product Page - Conditional Positioning
   ======================================== */
/* Margin when positioned after add to cart button (with single_add_to_cart_button class) */
.single-product .cart .wa-order-button.single_add_to_cart_button,
.single-product form.cart .wa-order-button.single_add_to_cart_button {
    margin-left: 0.1em;
}

/* No special margin for other positions */
.single-product .cart .wa-order-button:not(.single_add_to_cart_button),
.single-product form.cart .wa-order-button:not(.single_add_to_cart_button) {
    margin-left: 0;
}

/* ========================================
   Cart & Thank You Page Buttons
   ======================================== */
a.wa-order-checkout,
a.wa-order-thankyou {
    background: #25d366 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 15px 30px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: 0 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    box-sizing: border-box !important;
    transform: translateY(0);
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
    /* width: 100% !important; */
    text-align: center !important;
}

/* ========================================
   Shortcode Buttons
   ======================================== */
.shortcode_wa_button,
.shortcode_wa_button_nt {
    background: #25d366 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: 0 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    box-sizing: border-box !important;
    width: auto !important;
    margin: 10px 0 !important;
    transform: translateY(0);
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
}
label.wa-button-gdpr2 {
    display: inline-block;
}
.wa-order-gdprchk {
    margin-top: 30px;
}

.wa-order-thankyou:before,
a.wa-order-checkout:before,
.gdpr_wa_button_input:before,
.wa-order-button:before,
a.wa-shop-button:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>')!important;
    color: #ffffff;
    font-size: inherit;
    font-weight: inherit!important;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    margin-bottom: -5px;
    margin-top: -5px;
    width: 0.875em;
    height: auto;
}
.gdpr_wa_button_input:before {
    margin-right: 3.5px;
}
a.wa-shop-button:before,
.wa-order-button:before,
a.wa-order-thankyou:before,
a.wa-order-checkout:before {
    margin-right: 7px;
}
a.wa-order-thankyou {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    padding: 10px 15px;
    margin: 20px auto 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    text-rendering: optimizeLegibility;
    letter-spacing: 0px;
}
.thankyoutitle {
    margin-top: 20px;
    font-size: 1.875em;
    font-size: 30px;
    font-weight: 600;
}
.thankyoucustom_wrapper {
    background: #f9f9f9;
    width: 100%;
    padding: 20px;
    margin: auto;
    text-align: center;
}
.subtitle {
    font-size: 20px;
    margin: auto;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: normal;
}
a.wa-shop-button {
    background-color: #25D366 !important;
    color: #fff!important;
    border: none!important;
}
a.shortcode_wa_button:before, a.shortcode_wa_button_nt:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>')!important;
    font-size: 20px;
    font-weight: 500;
    vertical-align: top;
    text-decoration: none!important;
    outline: 0!important;
    width: 0.875em;
    height: auto;
    margin-right: 7px;
}
a.shortcode_wa_button:before {
    margin-right: 8px;
}
.wa-order-button, .gdpr_wa_button_input {
    padding-left: 25px!important;
    padding-right: 25px!important;
}

/* Natural padding and icon spacing */
.shortcode_wa_button, .shortcode_wa_button_nt {
    padding: 7px 25px!important;
    opacity: 1;
    text-decoration: none!important;
    outline: 0!important;
}
/* Simple hover state - just darker green */
.wa-order-button:hover,
.gdpr_wa_button_input:hover {
    background: #21bd5b !important;
}
button.gdpr_wa_button_input:disabled:hover, button.gdpr_wa_button_input:disabled {
    opacity: .5!important;
    cursor: not-allowed;
}

button.gdpr_wa_button_input:disabled:hover,
button.gdpr_wa_button_input:disabled {
    opacity: .5!important;
}
button.gdpr_wa_button_input:disabled {
    cursor: not-allowed;
}

.floating_button {
    position: fixed !important;
    width: 60px !important;
    height: 60px !important;
    bottom: 20px !important;
    background-color: #25D366 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3) !important;
    z-index: 9999999 !important;
    text-decoration: none;
}

.label-container {
    position: fixed !important;
    bottom: 33px !important;
    display: table !important;
    visibility: hidden !important;
    z-index: 9999999 !important;
}

.label-text {
    color: #43474e!important;
    background: #f5f7f9!important;
    display: inline-block;
    padding: 7px !important;
    border-radius: 3px !important;
    font-size: 14px;
    bottom: 15px;
}

a.floating_button + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.floating_button:hover div.label-container,
a.floating_button:hover div.label-text {
  visibility: visible!important;
  opacity: 1;
}

.floating_button:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30px" height="30px"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>')!important;
    position: relative !important;
    color: #ffffff !important;
    font-size: 30px !important;
    display: block !important;
    width: 60px;
    top: 0px !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    text-align: center !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.floating_button a:before {
    outline: 0!important;
    text-decoration: none!important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .floating_button {
        bottom: 10px;
    }
}
.wa-order-fullwidth {
    width: 100%;
    display: block;
}
.woocommerce-js .sold-individually .button.wa-order-button {
    margin-left: inherit;
}
a.single_product_shortcode_fullwidth, a.single_product_shortcode_fullwidth button {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
}
a.single_product_shortcode_fullwidth:before {
    max-width: 15px!important;
    display: inline-block!important;
}
@media (max-width: 921px) {
    a.wa-shop-button {
    margin-left: 0!important;
    margin-right: 0!important;
    text-align: center!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
a.wa-shop-button:before {
    margin-right: 3px!important;
}
}
.woocommerce-variation-add-to-cart > a.wa-order-class {
    flex: unset !important;
}
.single-product a.wa-order-class {
    flex: 0 0 auto!important;
}/* Online Toplantı Scheduler - Frontend Styles */
/* Dark theme inspired by e-adam.com - Exact Match */

:root {
    --online-toplanti-primary: #00ff88;
    --online-toplanti-primary-dark: #00cc6a;
    --online-toplanti-highlight: #ffd700;
    --online-toplanti-bg-dark: #1a1a1a;
    --online-toplanti-bg-darker: #0f0f0f;
    --online-toplanti-bg-card: #2a2a2a;
    --online-toplanti-text: #ffffff;
    --online-toplanti-text-secondary: #b0b0b0;
    --online-toplanti-border: #333333;
    --online-toplanti-border-light: #404040;
}

/* Only apply styles within booking container */
.online-toplanti-booking-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: var(--online-toplanti-bg-dark);
    color: var(--online-toplanti-text);
    padding: 20px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.online-toplanti-booking-wrapper {
    width: var(--online-toplanti-form-width, 650px);
    max-width: 100%;
    margin: 0 auto;
    background: var(--online-toplanti-bg-card);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .online-toplanti-booking-container {
        padding: 0;
        margin: 0;
    }
    
    .online-toplanti-booking-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        border-radius: 0;
        margin: 0;
    }
}

.online-toplanti-step {
    display: none;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.online-toplanti-step.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
    animation: slideInColumns 0.6s ease-out;
}

@keyframes slideInColumns {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    50% {
        opacity: 0.5;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Step 1 - 2 Columns: Left (Info), Right (Departments) */
.online-toplanti-step-1 .online-toplanti-step-content {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 15px;
    margin: 0;
    padding: 0;
    height: var(--online-toplanti-form-height, 500px);
    align-items: start;
    overflow: hidden;
    box-sizing: border-box;
    animation: slideInStep1 0.6s ease-out;
}

@keyframes slideInStep1 {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.online-toplanti-step-1 .online-toplanti-event-details {
    width: 200px;
    flex-shrink: 0;
    padding: 15px;
    height: 100%;
    overflow-y: auto;
}

.online-toplanti-step-1 .online-toplanti-department-selection {
    width: 100%;
    padding: 0;
    height: 100%;
    overflow-y: auto;
}

@media (max-width: 900px) {
    .online-toplanti-step-1 .online-toplanti-step-content {
        grid-template-columns: 1fr;
        height: auto;
        min-height: var(--online-toplanti-form-height, 500px);
    }
    .online-toplanti-step-1 .online-toplanti-department-selection {
        width: 100%;
    }
    .online-toplanti-step-1 .online-toplanti-event-details {
        width: 100%;
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .online-toplanti-step-1 .online-toplanti-step-content {
        grid-template-columns: 1fr;
        gap: 12px;
        height: auto;
        min-height: auto;
        width: 100%;
    }
    
    .online-toplanti-step-1 .online-toplanti-event-details {
        padding: 10px;
        order: 1;
        width: 100%;
    }
    
    .online-toplanti-step-1 .online-toplanti-department-selection {
        order: 2;
        width: 100%;
    }
    
    .online-toplanti-departments-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }
}

/* Step 2 - 3 Columns: Left (Info), Middle (Calendar), Right (Time Slots) */
.online-toplanti-step-2 .online-toplanti-step-content {
    display: grid;
    grid-template-columns: 200px 360px 200px;
    gap: 15px;
    margin: 0;
    padding: 0;
    height: var(--online-toplanti-form-height, 500px);
    align-items: start;
    overflow: hidden;
    animation: slideInStep2 0.7s ease-out;
}

@keyframes slideInStep2 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0.3;
    }
    66% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.online-toplanti-step-2.active .online-toplanti-event-details {
    animation: slideInLeft 0.5s ease-out 0.1s both;
}

.online-toplanti-step-2.active .online-toplanti-calendar-section {
    animation: slideInCenter 0.5s ease-out 0.2s both;
}

.online-toplanti-step-2.active .online-toplanti-time-slots-section {
    animation: slideInRight 0.5s ease-out 0.3s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInCenter {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.online-toplanti-step-2 .online-toplanti-event-details {
    width: 200px;
    min-width: 200px;
    flex-shrink: 0;
    padding: 15px;
    height: 100%;
    overflow-y: auto;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent;
}

.online-toplanti-step-2 .online-toplanti-calendar-section {
    width: 360px;
    flex-shrink: 0;
    padding: 15px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.online-toplanti-step-2 .online-toplanti-time-slots-section {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    flex-shrink: 0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

@media (max-width: 900px) {
    .online-toplanti-step-2 .online-toplanti-step-content {
        grid-template-columns: 1fr;
        height: auto;
        min-height: var(--online-toplanti-form-height, 500px);
    }
    .online-toplanti-step-2 .online-toplanti-calendar-section {
        width: 100%;
    }
    .online-toplanti-step-2 .online-toplanti-time-slots-section {
        width: 100%;
    }
    .online-toplanti-step-2 .online-toplanti-event-details {
        width: 100%;
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .online-toplanti-step-2 .online-toplanti-step-content {
        grid-template-columns: 1fr;
        gap: 12px;
        height: auto;
        min-height: auto;
        width: 100%;
    }
    
    .online-toplanti-step-2 .online-toplanti-event-details {
        padding: 10px;
        order: 1;
        width: 100%;
    }
    
    .online-toplanti-step-2 .online-toplanti-calendar-section {
        order: 2;
        padding: 10px;
        width: 100%;
    }
    
    .online-toplanti-step-2 .online-toplanti-time-slots-section {
        order: 3;
        padding: 10px;
        width: 100%;
        max-width: 100%;
    }
    
    .online-toplanti-calendar-weekdays {
        gap: 4px;
        font-size: 11px;
    }
    
    .online-toplanti-calendar-days {
        gap: 4px;
    }
    
    .online-toplanti-calendar-day {
        min-height: 32px;
        min-width: 32px;
        font-size: 13px;
    }
    
    .online-toplanti-time-slots {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        width: 100%;
    }
}

/* Step 3 - 2 Columns: Left (Info), Right (Form) */
.online-toplanti-step-3 .online-toplanti-step-content {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    height: var(--online-toplanti-form-height, 500px);
    box-sizing: border-box;
    animation: slideInStep3 0.6s ease-out;
}

@keyframes slideInStep3 {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.online-toplanti-step-3.active .online-toplanti-event-details {
    animation: slideInLeft 0.5s ease-out 0.1s both;
}

.online-toplanti-step-3.active .online-toplanti-customer-form {
    animation: slideInRight 0.5s ease-out 0.2s both;
}

@media (max-width: 968px) {
    .online-toplanti-step-3 .online-toplanti-step-content {
        grid-template-columns: 1fr;
        height: auto;
        min-height: var(--online-toplanti-form-height, 500px);
    }
    
    .online-toplanti-step-3 .online-toplanti-event-details {
        width: 100%;
        padding: 12px;
    }
    
    .online-toplanti-step-3 .online-toplanti-customer-form {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .online-toplanti-step-3 .online-toplanti-step-content {
        grid-template-columns: 1fr;
        gap: 12px;
        height: auto;
        min-height: auto;
        width: 100%;
    }
    
    .online-toplanti-step-3 .online-toplanti-event-details {
        padding: 10px;
        order: 1;
        width: 100%;
    }
    
    .online-toplanti-step-3 .online-toplanti-customer-form {
        order: 2;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    
    #online-toplanti-customer-form {
        gap: 14px;
        width: 100%;
    }
    
    .online-toplanti-form-group {
        gap: 5px;
        width: 100%;
    }
    
    .online-toplanti-form-group label {
        font-size: 12px;
    }
    
    .online-toplanti-form-group input,
    .online-toplanti-form-group textarea {
        padding: 10px 12px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .online-toplanti-phone-input {
        width: 100%;
    }
    
    .online-toplanti-form-footer {
        padding-top: 12px;
        width: 100%;
    }
    
    .online-toplanti-terms {
        font-size: 10px;
        margin-bottom: 12px;
    }
    
    .online-toplanti-form-buttons {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    
    .online-toplanti-btn {
        width: 100%;
        min-width: auto;
        padding: 12px;
        box-sizing: border-box;
    }
}

/* Event Details Section - Left Side (All Steps) */
.online-toplanti-event-details {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    min-width: 200px;
    display: block !important;
    visibility: visible !important;
}

.online-toplanti-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.online-toplanti-favicon {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    object-fit: cover;
    background: #ffffff;
    padding: 2px;
    box-sizing: border-box;
}

.online-toplanti-logo-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--online-toplanti-bg-darker);
    color: var(--online-toplanti-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid var(--online-toplanti-border);
}

.online-toplanti-logo-text {
    font-size: 12px;
    color: var(--online-toplanti-text-secondary);
}

.online-toplanti-event-title {
    font-size: var(--online-toplanti-title-font-size, 18px) !important;
    font-weight: 600;
    margin: 0 0 var(--online-toplanti-title-margin-bottom, 15px) 0 !important;
    color: var(--online-toplanti-highlight);
    background: rgba(255, 215, 0, 0.1);
    padding: 6px 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: var(--online-toplanti-title-line-height, 1.3) !important;
}

.online-toplanti-event-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    color: var(--online-toplanti-text-secondary);
}

.online-toplanti-event-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.online-toplanti-event-info-item.online-toplanti-department-info {
    padding: 8px 0;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--online-toplanti-border);
    padding-bottom: 12px;
}

.online-toplanti-event-info-item.online-toplanti-department-info span:last-child {
    color: var(--online-toplanti-highlight);
    font-size: 14px;
}

.online-toplanti-event-info-item.highlighted {
    color: var(--online-toplanti-highlight);
    background: rgba(255, 215, 0, 0.1);
    padding: 12px;
    border-radius: 6px;
    margin: 0 -12px;
}

.online-toplanti-event-info-item .icon {
    width: 18px;
    text-align: center;
    font-size: 16px;
}

/* Department Selection - Step 1 Right */
.online-toplanti-department-selection {
    grid-column: 2;
    width: 100%;
}

.online-toplanti-department-selection h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--online-toplanti-text);
}

.online-toplanti-departments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 768px) {
    .online-toplanti-departments-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .online-toplanti-departments-grid {
        grid-template-columns: 1fr;
    }
}

.online-toplanti-department-card {
    background: var(--online-toplanti-bg-card);
    border: 2px solid var(--online-toplanti-border);
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.4s ease-out forwards;
}

.online-toplanti-department-card:nth-child(1) {
    animation-delay: 0.1s;
}

.online-toplanti-department-card:nth-child(2) {
    animation-delay: 0.2s;
}

.online-toplanti-department-card:nth-child(3) {
    animation-delay: 0.3s;
}

.online-toplanti-department-card:nth-child(4) {
    animation-delay: 0.4s;
}

.online-toplanti-department-card:nth-child(5) {
    animation-delay: 0.5s;
}

.online-toplanti-department-card:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.online-toplanti-department-card:hover {
    border-color: var(--online-toplanti-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 255, 136, 0.2);
}

.online-toplanti-department-card.selected {
    border-color: var(--online-toplanti-primary);
    background: rgba(0, 255, 136, 0.1);
}

.department-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--online-toplanti-text);
}

.department-description {
    font-size: 11px;
    color: var(--online-toplanti-text-secondary);
    margin-bottom: 6px;
}

.department-duration {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--online-toplanti-text-secondary);
}

/* Calendar Section - Step 2 Middle */
.online-toplanti-calendar-section {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
}

.online-toplanti-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.online-toplanti-calendar-month-year {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: var(--online-toplanti-text);
}

.online-toplanti-calendar-nav {
    background: transparent;
    border: 1px solid var(--online-toplanti-border);
    color: var(--online-toplanti-text);
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-toplanti-calendar-nav:hover {
    border-color: var(--online-toplanti-primary);
    color: var(--online-toplanti-primary);
}

.online-toplanti-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
    color: var(--online-toplanti-text-secondary);
    text-align: center;
}

.online-toplanti-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.online-toplanti-calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 15px;
    font-weight: 500;
    background: var(--online-toplanti-bg-darker);
    border: 1px solid var(--online-toplanti-border);
    color: var(--online-toplanti-text);
    min-height: 38px;
    min-width: 38px;
    padding: 4px;
    box-sizing: border-box;
}

.online-toplanti-calendar-day:hover:not(.disabled):not(.selected) {
    border-color: var(--online-toplanti-primary);
    background: rgba(0, 255, 136, 0.1);
}

.online-toplanti-calendar-day.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: transparent;
    border: none;
}

.online-toplanti-calendar-day.weekend {
    background: transparent !important;
    border: none !important;
    cursor: not-allowed !important;
    opacity: 0.3;
    color: var(--online-toplanti-text-secondary);
    font-weight: 400;
    pointer-events: none;
}

.online-toplanti-calendar-day.weekend:hover {
    background: transparent !important;
    border: none !important;
    transform: none !important;
    cursor: not-allowed !important;
}

.online-toplanti-calendar-day.selected {
    background: var(--online-toplanti-highlight);
    color: #000;
    border-color: var(--online-toplanti-highlight);
    font-weight: 600;
}

.online-toplanti-calendar-day.past {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Time Slots Section - Step 2 Right */
.online-toplanti-time-slots-section {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
}

.online-toplanti-time-slots {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    max-height: 300px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    min-height: 200px;
}

.online-toplanti-time-slots .online-toplanti-loading,
.online-toplanti-time-slots .online-toplanti-error {
    grid-column: 1 / -1;
    text-align: center;
    padding: 20px;
    color: var(--online-toplanti-text-secondary);
    font-size: 14px;
}

.online-toplanti-step-2-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--online-toplanti-border);
}

.online-toplanti-selected-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--online-toplanti-text);
}

.online-toplanti-time-format-toggle {
    display: flex;
    gap: 2px;
    background: var(--online-toplanti-bg-darker);
    border-radius: 4px;
    padding: 2px;
}

.online-toplanti-time-format-btn {
    background: transparent;
    border: none;
    color: var(--online-toplanti-text-secondary);
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 10px;
    transition: all 0.2s;
}

.online-toplanti-time-format-btn.active {
    background: var(--online-toplanti-primary);
    color: var(--online-toplanti-bg-dark);
    font-weight: 600;
}

.online-toplanti-time-slots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.online-toplanti-time-slot {
    background: var(--online-toplanti-bg-darker);
    border: 1px solid var(--online-toplanti-border);
    border-radius: 4px;
    padding: 10px 8px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--online-toplanti-text);
}

.online-toplanti-time-slot:hover:not(.disabled) {
    border-color: var(--online-toplanti-primary);
    background: rgba(0, 255, 136, 0.1);
}

.online-toplanti-time-slot.selected {
    background: var(--online-toplanti-highlight);
    color: #000;
    border-color: var(--online-toplanti-highlight);
}

.online-toplanti-time-slot.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.online-toplanti-time-slot.booked {
    background: #2a2a2a;
    border: 1px solid #444;
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
    color: var(--online-toplanti-text-secondary);
}

.online-toplanti-time-slot.booked:hover {
    border-color: #666;
    background: #2a2a2a;
}

.online-toplanti-time-slot.booked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: var(--online-toplanti-text-secondary);
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0.6;
}

/* Tooltip for booked slots */
.online-toplanti-time-slot.booked[title] {
    position: relative;
}

.online-toplanti-time-slot.booked[title]:hover::before {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 5px;
    pointer-events: none;
}

.online-toplanti-time-slot.booked[title]:hover::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    margin-bottom: -5px;
    pointer-events: none;
}

/* Pending slots - still available but has a pending request */
.online-toplanti-time-slot.has-pending {
    opacity: 0.7;
    border-style: dashed;
    border-color: #ffa500;
}

.online-toplanti-time-slot.has-pending:hover {
    opacity: 1;
    border-color: var(--online-toplanti-primary);
}

.online-toplanti-loading {
    text-align: center;
    color: var(--online-toplanti-text-secondary);
    padding: 20px;
}

/* Customer Form - Step 3 Right Side */
.online-toplanti-step-3 .online-toplanti-event-details {
    background: transparent;
    border-radius: 0;
    padding: 15px;
    border: none;
    display: flex;
    flex-direction: column;
    width: 240px;
    flex-shrink: 0;
    height: 100%;
    overflow-y: auto;
}

.online-toplanti-step-3 .online-toplanti-customer-form {
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: visible;
    justify-content: flex-start;
}

#online-toplanti-customer-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.online-toplanti-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.online-toplanti-form-group label {
    font-size: 13px;
    font-weight: 500;
    color: var(--online-toplanti-text);
    margin-bottom: 0;
}

.online-toplanti-form-group input,
.online-toplanti-form-group textarea {
    background: var(--online-toplanti-bg-darker);
    border: 1px solid var(--online-toplanti-border);
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--online-toplanti-text);
    font-size: 14px;
    transition: all 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.online-toplanti-form-group input:focus,
.online-toplanti-form-group textarea:focus {
    outline: none;
    border-color: var(--online-toplanti-primary);
    box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.1);
}

.online-toplanti-form-group input::placeholder,
.online-toplanti-form-group textarea::placeholder {
    color: var(--online-toplanti-text-secondary);
}

.online-toplanti-phone-input {
    display: flex;
    gap: 8px;
}

.online-toplanti-country-code {
    background: var(--online-toplanti-bg-darker);
    border: 1px solid var(--online-toplanti-border);
    border-radius: 6px;
    padding: 10px 6px;
    color: var(--online-toplanti-text);
    font-size: 13px;
    cursor: pointer;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
    padding-right: 24px;
    text-align: center;
}

.online-toplanti-phone-input input {
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 10px 12px;
}

.online-toplanti-add-guest-btn {
    background: transparent;
    border: 1px solid var(--online-toplanti-border);
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--online-toplanti-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    transition: all 0.2s;
    width: 100%;
    justify-content: flex-start;
}

.online-toplanti-add-guest-btn:hover {
    border-color: var(--online-toplanti-primary);
    background: rgba(0, 255, 136, 0.05);
}

.online-toplanti-add-guest-btn .icon {
    font-size: 18px;
}

.online-toplanti-form-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--online-toplanti-border);
}

.online-toplanti-terms {
    font-size: 11px;
    color: var(--online-toplanti-text-secondary);
    margin-bottom: 16px;
    line-height: 1.5;
}

.online-toplanti-terms a {
    color: var(--online-toplanti-primary);
    text-decoration: underline;
}

.online-toplanti-form-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.online-toplanti-btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    min-width: 100px;
}

.online-toplanti-btn-primary {
    background: var(--online-toplanti-highlight);
    color: #000;
}

.online-toplanti-btn-primary:hover {
    background: #ffed4e;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.online-toplanti-btn-secondary {
    background: transparent;
    color: var(--online-toplanti-text);
    border: 1px solid var(--online-toplanti-border);
}

.online-toplanti-btn-secondary:hover {
    border-color: var(--online-toplanti-primary);
    color: var(--online-toplanti-primary);
}

.online-toplanti-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Success Message */
.online-toplanti-success-message {
    text-align: center;
    padding: 60px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.success-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.online-toplanti-success-message h2 {
    font-size: 24px;
    margin: 0 0 12px 0;
    color: var(--online-toplanti-primary);
}

.online-toplanti-success-message p {
    font-size: 16px;
    color: var(--online-toplanti-text-secondary);
}

/* Loading Spinner */
.online-toplanti-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--online-toplanti-border);
    border-top-color: var(--online-toplanti-primary);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Error Messages */
.online-toplanti-error {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.3);
    color: #ff6b6b;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 14px;
}