.elementor-10629 .elementor-element.elementor-element-d40ae6c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e4bd2db *//* SazeYar Mega Menu - Apple Soft Business Menu */

.sy-mega,
.sy-mega * {
  box-sizing: border-box;
}

.elementor-widget-html:has(.sy-mega),
.elementor-widget-html:has(.sy-mega) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.sy-mega {
  --sy-blue: #1450ff;
  --sy-blue-dark: #0b2f8f;
  --sy-navy: #0f172a;
  --sy-muted: #64748b;

  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: -15px;

  direction: rtl;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  isolation: isolate;

  padding: 34px max(22px, calc((100vw - 1180px) / 2)) 28px;

  background:
    radial-gradient(720px circle at 82% 0%, rgba(20, 80, 255, .13), transparent 36%),
    radial-gradient(640px circle at 8% 100%, rgba(219, 234, 254, .66), transparent 42%),
    radial-gradient(520px circle at 50% -16%, rgba(255,255,255,.98), transparent 42%),
    radial-gradient(560px circle at 14% 92%, rgba(236, 224, 202, .14), transparent 44%),
    linear-gradient(180deg, #eef5ff 0%, #f8fbff 52%, #ffffff 100%);

  border-top: 0 !important;
  border-bottom: 1px solid rgba(226, 232, 240, .74);
}

.sy-mega::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, .02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.14), transparent 78%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.14), transparent 78%);
}

.sy-mega::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.84) 46%, transparent 100%),
    radial-gradient(circle at 50% -18%, rgba(255,255,255,.96), transparent 42%);
  opacity: .94;
}

.sy-mega-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sy-mega-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}

.sy-mega-titlebox {
  max-width: 760px;
}

.sy-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--sy-blue);
  font-size: 12.4px;
  font-weight: 950;
  line-height: 1.5;
}

.sy-mega-head h3 {
  margin: 0 0 7px;
  color: var(--sy-navy);
  font-size: 23px;
  font-weight: 950;
  line-height: 1.38;
  letter-spacing: -0.75px;
}

.sy-mega-head p {
  margin: 0;
  max-width: 710px;
  color: var(--sy-muted);
  font-size: 13.4px;
  font-weight: 500;
  line-height: 1.82;
}

.sy-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: max-content;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--sy-blue-dark);
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(191, 219, 254, .78);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  box-shadow:
    0 10px 24px rgba(20, 80, 255, .07),
    inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform .32s cubic-bezier(.2,.8,.2,1),
    background .32s ease,
    color .32s ease,
    box-shadow .32s ease,
    border-color .32s ease;
}

.sy-all-link:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #1450ff, #0b3bbd);
  border-color: rgba(20, 80, 255, .38);
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(20, 80, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.sy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  direction: rtl;
}

.sy-card {
  --mx: 50%;
  --my: 50%;
  --orb-x: 0px;
  --orb-y: 0px;

  --accent: #1450ff;
  --accent-dark: #0b3bbd;
  --accent-soft: rgba(20, 80, 255, .10);
  --accent-border: rgba(20, 80, 255, .20);
  --accent-shadow: rgba(20, 80, 255, .12);
  --orb-1: rgba(20, 80, 255, .14);
  --orb-2: rgba(191, 219, 254, .36);

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 162px;
  padding: 17px 18px 17px;
  overflow: hidden;
  border-radius: 24px;
  text-decoration: none !important;

  background:
    radial-gradient(340px circle at var(--mx) var(--my), var(--accent-soft), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.91), rgba(248,250,252,.76));

  border: 1px solid rgba(226, 232, 240, .92);

  box-shadow:
    0 14px 34px rgba(15, 23, 42, .052),
    inset 0 1px 0 rgba(255,255,255,.96);

  isolation: isolate;
  transform: translateZ(0);
  transition:
    transform .42s cubic-bezier(.2,.8,.2,1),
    box-shadow .42s cubic-bezier(.2,.8,.2,1),
    border-color .42s ease,
    background .42s ease;
}

.sy-card::before {
  content: "";
  position: absolute;
  width: 136px;
  height: 136px;
  top: -56px;
  left: -42px;
  z-index: -2;
  border-radius: 999px;

  background:
    radial-gradient(circle at 34% 30%, rgba(255,255,255,.97), transparent 24%),
    radial-gradient(circle at 52% 52%, var(--orb-1), var(--orb-2) 58%, transparent 74%);

  filter: blur(.2px) saturate(.88);
  opacity: .72;
  transform: translate(var(--orb-x), var(--orb-y)) scale(1);
  transition:
    transform .55s cubic-bezier(.2,.8,.2,1),
    opacity .42s ease,
    filter .42s ease;
}

.sy-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;

  background:
    radial-gradient(260px circle at var(--mx) var(--my), rgba(255,255,255,.94), transparent 38%),
    linear-gradient(120deg, transparent 22%, rgba(255,255,255,.58) 45%, transparent 62%);

  opacity: 0;
  transition: opacity .35s ease;
}

.sy-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-border);
  background:
    radial-gradient(360px circle at var(--mx) var(--my), var(--accent-soft), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.985), rgba(248,250,252,.92));
  box-shadow:
    0 24px 56px rgba(15, 23, 42, .095),
    0 0 0 1px rgba(255,255,255,.66) inset;
}

.sy-card:hover::before {
  transform: translate(var(--orb-x), var(--orb-y)) scale(1.08);
  opacity: .82;
  filter: saturate(.96);
}

.sy-card:hover::after {
  opacity: .72;
}

.sy-orb {
  position: absolute;
  top: 14px;
  left: 15px;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--accent);
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.98), rgba(255,255,255,.68));
  border: 1px solid rgba(255,255,255,.90);
  box-shadow:
    0 10px 24px rgba(15, 23, 42, .048),
    inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translate(var(--orb-x), var(--orb-y));
  transition:
    transform .48s cubic-bezier(.2,.8,.2,1),
    background .36s ease,
    color .36s ease,
    box-shadow .36s ease,
    border-color .36s ease;
}

.sy-orb b {
  font-size: 12.2px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.2px;
}

.sy-card-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: var(--accent);
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.98), rgba(255,255,255,.66));
  border: 1px solid rgba(255,255,255,.88);
  box-shadow:
    0 10px 24px rgba(15, 23, 42, .04),
    inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    background .36s ease,
    color .36s ease,
    box-shadow .36s ease,
    transform .36s ease,
    border-color .36s ease;
}

.sy-card-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* Apple-style hover: no balloon fill */
.sy-card:hover .sy-orb,
.sy-card:hover .sy-card-icon {
  color: var(--accent-dark);
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,1), rgba(255,255,255,.72));
  border-color: color-mix(in srgb, var(--accent) 22%, rgba(255,255,255,.8));
  box-shadow:
    0 14px 32px rgba(15, 23, 42, .07),
    0 0 0 5px color-mix(in srgb, var(--accent) 8%, transparent),
    inset 0 1px 0 rgba(255,255,255,1);
}

.sy-card:hover .sy-card-icon {
  transform: translateY(-2px) scale(1.025);
}

.sy-card:hover .sy-orb {
  transform: translate(var(--orb-x), var(--orb-y)) translateY(-1px) scale(1.015);
}

.sy-content {
  position: relative;
  z-index: 3;
  margin-top: 72px;
}

.sy-content h4 {
  margin: 0 0 10px;
  color: var(--sy-navy);
  font-size: 18.4px;
  font-weight: 950;
  line-height: 1.38;
  letter-spacing: -0.55px;
}

.sy-content p {
  margin: 0 0 14px;
  max-width: 92%;
  color: var(--sy-muted);
  font-size: 12.7px;
  font-weight: 500;
  line-height: 1.78;
}

.sy-content strong {
  display: inline-flex;
  align-items: center;
  color: #123f9f !important;
  font-size: 12.8px;
  font-weight: 950;
  line-height: 1;
  transition:
    transform .28s ease,
    opacity .28s ease,
    color .28s ease;
}

.sy-content strong::after {
  content: "←";
  display: inline-flex;
  margin-right: 7px;
  color: #123f9f !important;
  transition: transform .28s ease;
}

.sy-card:hover .sy-content strong {
  transform: translateX(-2px);
  color: #1450ff !important;
}

.sy-card:hover .sy-content strong::after {
  transform: translateX(-5px);
  color: #1450ff !important;
}

/* Controlled luxury colors */

.sy-card-contractors {
  --accent: #1450ff;
  --accent-dark: #0b3bbd;
  --accent-soft: rgba(20, 80, 255, .105);
  --accent-border: rgba(20, 80, 255, .22);
  --accent-shadow: rgba(20, 80, 255, .13);
  --orb-1: rgba(20, 80, 255, .15);
  --orb-2: rgba(191, 219, 254, .38);
}

.sy-card-electricians {
  --accent: #a37a23;
  --accent-dark: #7a5516;
  --accent-soft: rgba(163, 122, 35, .075);
  --accent-border: rgba(163, 122, 35, .17);
  --accent-shadow: rgba(163, 122, 35, .10);
  --orb-1: rgba(163, 122, 35, .11);
  --orb-2: rgba(248, 231, 197, .42);
}

.sy-card-security {
  --accent: #945b5b;
  --accent-dark: #6d3d3d;
  --accent-soft: rgba(148, 91, 91, .06);
  --accent-border: rgba(148, 91, 91, .15);
  --accent-shadow: rgba(148, 91, 91, .09);
  --orb-1: rgba(148, 91, 91, .09);
  --orb-2: rgba(244, 218, 214, .42);
}

.sy-card-smart {
  --accent: #6c5a8d;
  --accent-dark: #4f3f6c;
  --accent-soft: rgba(108, 90, 141, .06);
  --accent-border: rgba(108, 90, 141, .15);
  --accent-shadow: rgba(108, 90, 141, .09);
  --orb-1: rgba(108, 90, 141, .09);
  --orb-2: rgba(232, 221, 244, .42);
}

.sy-card-suppliers {
  --accent: #4b8077;
  --accent-dark: #315f56;
  --accent-soft: rgba(75, 128, 119, .06);
  --accent-border: rgba(75, 128, 119, .15);
  --accent-shadow: rgba(75, 128, 119, .09);
  --orb-1: rgba(75, 128, 119, .09);
  --orb-2: rgba(214, 237, 230, .42);
}

.sy-card-realestate {
  --accent: #827665;
  --accent-dark: #554a3f;
  --accent-soft: rgba(130, 118, 101, .062);
  --accent-border: rgba(130, 118, 101, .15);
  --accent-shadow: rgba(130, 118, 101, .09);
  --orb-1: rgba(130, 118, 101, .095);
  --orb-2: rgba(236, 229, 218, .46);
}

/* Tablet */

@media (max-width: 1024px) {
  .sy-mega {
    padding: 30px 18px 24px;
  }

  .sy-mega-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .sy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .sy-card {
    min-height: 160px;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .sy-mega {
    padding: 24px 12px 18px;
  }

  .sy-mega-head {
    gap: 12px;
    margin-bottom: 14px;
  }

  .sy-kicker {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .sy-mega-head h3 {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.35px;
  }

  .sy-mega-head p {
    font-size: 13px;
    line-height: 1.75;
  }

  .sy-all-link {
    width: 100%;
    padding: 12px 14px;
    font-size: 13px;
  }

  .sy-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .sy-card {
    min-height: 154px;
    padding: 16px;
    border-radius: 22px;
  }

  .sy-card::before {
    width: 130px;
    height: 130px;
    top: -54px;
    left: -44px;
  }

  .sy-orb {
    width: 39px;
    height: 39px;
    border-radius: 14px;
    top: 13px;
    left: 13px;
  }

  .sy-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    top: 14px;
    right: 14px;
  }

  .sy-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .sy-content {
    margin-top: 66px;
  }

  .sy-content h4 {
    font-size: 17.5px;
    margin-bottom: 8px;
  }

  .sy-content p {
    font-size: 12.5px;
    line-height: 1.7;
    margin-bottom: 12px;
    max-width: 100%;
  }

  .sy-content strong {
    font-size: 12.5px;
  }
}

/* Reduce Motion */

@media (prefers-reduced-motion: reduce) {
  .sy-card,
  .sy-card::before,
  .sy-card::after,
  .sy-orb,
  .sy-card-icon,
  .sy-content strong,
  .sy-content strong::after,
  .sy-all-link {
    transition: none !important;
  }

  .sy-card:hover,
  .sy-card:hover::before,
  .sy-card:hover .sy-orb,
  .sy-card:hover .sy-card-icon,
  .sy-card:hover .sy-content strong,
  .sy-card:hover .sy-content strong::after,
  .sy-all-link:hover {
    transform: none !important;
  }
}/* End custom CSS */