.elementor-kit-464{--e-global-color-primary:#14458C;--e-global-color-secondary:#198754;--e-global-color-text:#212529;--e-global-color-accent:#24D29E;--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;}.elementor-kit-464 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* ==============================
   LUXURY MEDICAL HEADER (Glass)
   Scope: kp-header
============================== */

/* Base header glass */
.kp-header{
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(8, 18, 28, 0.28); /* شفاف جدًا */
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 14px 26px !important;
}

/* Logo sizing */
.kp-header .elementor-widget-site-logo img,
.kp-header .elementor-widget-image img{
  max-height: 56px;
  width: auto;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.25));
}

/* Menu links (luxury spacing) */
.kp-header .elementor-nav-menu--main .elementor-item{
  color: rgba(255,255,255,0.92) !important;
  font-weight: 500 !important;
  letter-spacing: 0.4px;
  padding: 10px 14px !important;
  border-radius: 999px;
  transition: all .25s ease;
}

.kp-header .elementor-nav-menu--main .elementor-item:hover{
  background: rgba(255,255,255,0.10);
  color: #ffffff !important;
}

.kp-header .elementor-nav-menu--main .elementor-item.elementor-item-active{
  background: rgba(255,255,255,0.14);
  color: #ffffff !important;
}

/* Actions area alignment (remove big gap) */
.kp-header .kp-actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

/* Social: vertical pill (desktop luxury) */
.kp-header .kp-social .elementor-social-icons-wrapper{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 10px 10px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.kp-header .kp-social .elementor-social-icon{
  width: 34px !important;
  height: 34px !important;
  border-radius: 14px !important;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .2s ease, opacity .2s ease;
  opacity: .95;
}

.kp-header .kp-social .elementor-social-icon:hover{
  transform: translateY(-1px);
  opacity: 1;
}

/* CTA button (small luxury pill) */
.kp-header .kp-cta .elementor-button{
  padding: 10px 16px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 999px !important;

  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: #fff !important;

  box-shadow: 0 12px 34px rgba(0,0,0,0.22);
  transition: all .25s ease;
}

.kp-header .kp-cta .elementor-button:hover{
  background: rgba(255,255,255,0.18) !important;
  border-color: rgba(255,255,255,0.26) !important;
  transform: translateY(-1px);
}

/* ==========================/* ===== MOBILE FIX (Header) ===== */
@media (max-width: 768px){

  /* make header shorter + stable */
  .kp-header{
    padding: 8px 12px !important;
    min-height: 64px !important;
    background: rgba(8, 18, 28, 0.18) !important; /* شفافية أعلى */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  /* IMPORTANT: prevent anything absolute from making huge header */
  .kp-header,
  .kp-header *{
    max-height: none;
  }

  /* logo size on mobile */
  .kp-header .elementor-widget-site-logo img,
  .kp-header .elementor-widget-image img{
    max-height: 40px !important;
    width: auto !important;
  }

  /* actions area: keep inside header and not cut */
  .kp-header .kp-actions{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    width: auto !important;
  }

  /* CTA: make it smaller and never overflow */
  .kp-header .kp-cta .elementor-button{
    padding: 8px 12px !important;
    font-size: 11.5px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }

  /* Social: make it horizontal + tiny (OR you can hide it) */
  .kp-header .kp-social .elementor-social-icons-wrapper{
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    padding: 6px 8px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
  }

  .kp-header .kp-social .elementor-social-icon{
    width: 26px !important;
    height: 26px !important;
    border-radius: 999px !important;
  }
}

/* very small phones: hide social to keep header clean */
@media (max-width: 420px){
  .kp-header .kp-social{ display:none !important; }
}
============================== */
@media (max-width: 768px){
  .kp-header{
    padding: 10px 14px !important;
    background: rgba(8, 18, 28, 0.22);
  }

  /* Make logo readable */
  .kp-header .elementor-widget-site-logo img,
  .kp-header .elementor-widget-image img{
    max-height: 44px;
  }

  /* Social becomes horizontal and lighter */
  .kp-header .kp-social .elementor-social-icons-wrapper{
    flex-direction: row !important;
    gap: 8px !important;
    padding: 6px 8px;
    border-radius: 999px;
  }

  .kp-header .kp-social .elementor-social-icon{
    width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
  }

  /* Smaller CTA */
  .kp-header .kp-cta .elementor-button{
    padding: 8px 12px !important;
    font-size: 11.5px !important;
  }
}

/* Very small phones: hide social to keep header elegant */
@media (max-width: 420px){
  .kp-header .kp-social{ display:none !important; }
}/* End custom CSS */