.elementor-kit-101{--e-global-color-text:#0E1F1A;--e-global-color-primary:#0F3D2E;--e-global-color-accent:#1F7A5A;--e-global-color-secondary:#4B5F58;--e-global-color-62fc591:#4B5F58;--e-global-color-2f4062b:#0F231C1A;--e-global-color-4b2f743:#F6FBF8;--e-global-color-d2885de:#0F3D2E14;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;color:var( --e-global-color-62fc591 );font-family:"Inter", Sans-serif;font-size:18px;background-image:linear-gradient(180deg, #F4F8F6 0%, #F4F8F6 100%);}.elementor-kit-101 e-page-transition{background-color:#FFBC7D;}.elementor-kit-101 h1{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:56px;font-weight:600;line-height:1.05px;letter-spacing:0.02em;}.elementor-kit-101 h2{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:34px;font-weight:600;line-height:1.15px;}.elementor-kit-101 h3{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:22px;font-weight:600;line-height:1.25px;}.elementor-kit-101 button,.elementor-kit-101 input[type="button"],.elementor-kit-101 input[type="submit"],.elementor-kit-101 .elementor-button{font-family:"Inter", Sans-serif;font-size:16px;font-weight:600;letter-spacing:0px;border-radius:999px 999px 999px 999px;padding:14px 22px 14px 22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   PHYTO MASTER CONTROL — HEADER ONLY (PURE LUXURY)
   ========================================================= */

:root {
  --pt-emerald: #165E45;
  --pt-emerald-light: #1F7A5A;
  --pt-dark: #0E1F1A;
  --pt-glass-bg: rgba(255, 255, 255, 0.82);
  --pt-h: 80px; 
  --t-lux: cubic-bezier(0.16, 1, 0.3, 1);
}

/* 1. ჰედერის ბაზა (GLASS EFFECT) */
.pt-header {
  position: fixed !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  z-index: 999999 !important;
  height: var(--pt-h) !important;
  background: var(--pt-glass-bg) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.4s var(--t-lux) !important;
}

body { padding-top: var(--pt-h) !important; }

/* 2. ლოგოს ანიმაცია */
.pt-header .elementor-widget-theme-site-logo {
  transition: all 0.4s var(--t-lux) !important;
}

.pt-header .elementor-widget-theme-site-logo:hover {
  transform: scale(1.05) !important;
  filter: brightness(1.1) !important;
}

.pt-header .elementor-widget-theme-site-logo img {
  max-height: 46px !important;
  width: auto !important;
}

/* 3. მენიუს სტრუქტურა და იდეალური ცენტრირება */
.pt-header .elementor-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  position: relative !important;
}

.pt-header .pt-h-menu {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  min-width: 0 !important;
}

.pt-header .pt-h-menu .elementor-nav-menu {
  gap: 35px !important;
  display: flex !important;
  white-space: nowrap !important;
}

/* 4. ულტრა-წვრილი 1PX ხაზი (HAIRLINE) */
.pt-header .pt-h-menu .elementor-nav-menu a {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: var(--pt-dark) !important;
  padding: 12px 0 !important;
  position: relative !important;
  opacity: 0.7 !important;
  transition: all 0.3s var(--t-lux) !important;
  text-decoration: none !important;
}

.pt-header .pt-h-menu .elementor-nav-menu a::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important; left: 0 !important;
  width: 100% !important; height: 1px !important;
  background-color: var(--pt-emerald) !important;
  transform: scaleX(0) !important;
  transform-origin: right !important;
  transition: transform 0.45s var(--t-lux) !important;
}

.pt-header .pt-h-menu .elementor-nav-menu a:hover {
  opacity: 1 !important;
  color: var(--pt-emerald) !important;
}

.pt-header .pt-h-menu .elementor-nav-menu a:hover::after,
.pt-header .pt-h-menu .elementor-nav-menu a.elementor-item-active::after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
}

/* 5. "GLOSSY" REQUEST DEMO ღილაკი */
.pt-h-cta .elementor-button {
  background: linear-gradient(180deg, var(--pt-emerald-light) 0%, var(--pt-emerald) 100%) !important;
  color: #ffffff !important;
  height: 46px !important;
  padding: 0 32px !important;
  border-radius: 99px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 
    0 10px 25px -5px rgba(22, 94, 69, 0.3), 
    inset 0 1px 1px rgba(255, 255, 255, 0.4), 
    inset 0 -2px 4px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.4s var(--t-lux) !important;
  overflow: hidden !important;
  position: relative !important;
}

.pt-h-cta .elementor-button::before {
  content: "" !important;
  position: absolute !important;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent) !important;
  transition: 0.5s !important;
}

.pt-h-cta .elementor-button:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 15px 30px -5px rgba(22, 94, 69, 0.4) !important;
}

.pt-h-cta .elementor-button:hover::before { left: 150% !important; }

/* 6. ენის გადამრთველი (MINIMALIST PILL) */
.pt-lang-pill {
  width: 100px !important; height: 32px !important;
  background: rgba(0, 0, 0, 0.05) !important;
  border-radius: 99px !important;
  padding: 2px !important;
  display: flex !important;
  position: relative !important;
  margin-right: 15px !important;
}

.pt-lang-pill::before {
  content: "" !important;
  position: absolute !important;
  top: 2px; left: 2px;
  width: calc(50% - 2px); height: calc(100% - 4px);
  background: #fff !important;
  border-radius: 99px !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
  transition: transform 0.4s var(--t-lux) !important;
}
html[lang^="ka"] .pt-lang-pill::before { transform: translateX(100%); }

.pt-lang-btn {
  flex: 1 !important; z-index: 2 !important;
  font-size: 10px !important; font-weight: 800 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  color: var(--pt-dark) !important; opacity: 0.4 !important;
  text-decoration: none !important;
}
html[lang^="en"] .pt-en, html[lang^="ka"] .pt-ka { opacity: 1 !important; }

/* 7. მობილური ადაპტაცია */
@media (max-width: 1024px) {
  .pt-header .pt-h-menu { display: none !important; }
}


/* =========================================================
   PHYTO FIXED SIZE & SINUSOID
   ========================================================= */

.phyto-card-fixed {
    /* მკაცრად განსაზღვრული ზომები */
    width: 260px !important;
    height: auto !important;
    background: #050a09 !important;
    border: 1px solid rgba(52, 211, 153, 0.3) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    
    /* პოზიციონირება */
    margin: 30px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4) !important;
    box-sizing: border-box !important;
}

.phyto-card-fixed .card-header {
    margin-bottom: 12px !important;
}

.phyto-card-fixed .label {
    color: #34d399 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    display: block !important;
}

.phyto-card-fixed .id-text {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 10px !important;
    display: block !important;
    margin-top: 2px !important;
}

/* სიგნალის ყუთი */
.phyto-card-fixed .signal-box {
    width: 100% !important;
    height: 40px !important;
    overflow: hidden !important;
}

.phyto-card-fixed svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
}

.phyto-card-fixed svg path {
    stroke: #34d399 !important;
    stroke-width: 2 !important;
    filter: drop-shadow(0 0 5px rgba(52, 211, 153, 0.5)) !important;
    
    /* ანიმაცია */
    stroke-dasharray: 200;
    stroke-dashoffset: 400;
    animation: waveFlow 5s linear infinite !important;
}

@keyframes waveFlow {
    from { stroke-dashoffset: 400; }
    to { stroke-dashoffset: 0; }
}

/* მობილურზე რომ არ გაიწელოს */
@media (max-width: 768px) {
    .phyto-card-fixed {
        margin: 20px auto !important;
    }
}/* End custom CSS */