.elementor-10927 .elementor-element.elementor-element-45537d2{--display:flex;}.elementor-10927 .elementor-element.elementor-element-7b04ef2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-7b04ef2 *//* SazeYar Provinces - Optimized Light Grid */

.sy-province-flow,
.sy-province-flow * {
  box-sizing: border-box;
}

.elementor-widget-html:has(.sy-province-flow),
.elementor-widget-html:has(.sy-province-flow) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sy-province-flow {
  --sy-navy: #0b1f3a;
  --sy-blue: #1450ff;
  --sy-blue-dark: #0b2f8f;
  --sy-gold: #c99a3c;
  --sy-muted: #627086;
  --sy-line: rgba(15, 35, 70, .10);
  --sy-card: rgba(255, 255, 255, .88);

  width: 100vw;
  margin-top: -45px;
  margin-block: -45px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  direction: rtl;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  font-family: inherit;

  padding: 72px max(18px, calc((100vw - 1220px) / 2)) 78px;

  background:
    radial-gradient(760px circle at 84% 4%, rgba(20, 80, 255, .105), transparent 42%),
    radial-gradient(620px circle at 8% 18%, rgba(201, 154, 60, .095), transparent 44%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 43%, #f4f7fc 100%);

  border-top: 1px solid rgba(15, 35, 70, .06);
  border-bottom: 1px solid rgba(15, 35, 70, .07);
}

.sy-province-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 35, 70, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 35, 70, .032) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.22), transparent 86%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.22), transparent 86%);
}

.sy-province-inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sy-province-head {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: center;
  gap: 30px;
  margin-bottom: 34px;
}

.sy-province-title {
  max-width: 800px;
}

.sy-province-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--sy-blue);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(20, 80, 255, .13);
  box-shadow:
    0 12px 30px rgba(15, 35, 70, .07),
    inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 12.5px;
  font-weight: 950;
  line-height: 1;
}

.sy-province-live-pill i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  animation: syProvincePulse 1.8s infinite;
}

@keyframes syProvincePulse {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.38); }
  70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

.sy-province-title h2 {
  margin: 0 0 13px;
  color: var(--sy-navy);
  max-width: 780px;
  font-size: clamp(27px, 2.55vw, 40px);
  font-weight: 950;
  line-height: 1.45;
  letter-spacing: -1px;
}

.sy-province-title p {
  margin: 0;
  max-width: 780px;
  color: var(--sy-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}

.sy-province-search {
  width: min(100%, 720px);
  margin-top: 21px;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 15px;
  border-radius: 22px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(15, 35, 70, .10);
  box-shadow:
    0 18px 45px rgba(15, 35, 70, .075),
    inset 0 1px 0 rgba(255,255,255,1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.sy-province-search:focus-within {
  border-color: rgba(20, 80, 255, .28);
  box-shadow:
    0 20px 52px rgba(20, 80, 255, .115),
    inset 0 1px 0 rgba(255,255,255,1);
}

.sy-province-search-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sy-blue);
}

.sy-province-search-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.sy-province-search-input {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--sy-navy);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 850;
  padding: 0 !important;
  box-shadow: none !important;
}

.sy-province-search-input::placeholder {
  color: rgba(98, 112, 134, .78);
  font-weight: 600;
}

.sy-province-cta-panel {
  position: relative;
  overflow: hidden;
  padding: 24px 23px 23px;
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15, 35, 70, .10);
  box-shadow:
    0 24px 62px rgba(15, 35, 70, .095),
    inset 0 1px 0 rgba(255,255,255,1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-align: center;
}

.sy-province-cta-panel span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--sy-gold);
  font-size: 12.4px;
  font-weight: 950;
}

.sy-province-cta-panel h3 {
  margin: 0 auto 11px;
  color: var(--sy-navy);
  max-width: 330px;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.58;
  letter-spacing: -.45px;
}

.sy-province-cta-panel p {
  margin: 0 auto 19px;
  color: var(--sy-muted);
  max-width: 330px;
  font-size: 12.8px;
  font-weight: 600;
  line-height: 1.9;
}

.sy-province-cta-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 210px;
  min-height: 45px;
  margin: 0 auto;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  color: #ffffff;
  background: linear-gradient(135deg, var(--sy-navy), var(--sy-blue));
  border: 1px solid rgba(20, 80, 255, .22);
  box-shadow:
    0 16px 34px rgba(20, 80, 255, .18),
    inset 0 1px 0 rgba(255,255,255,.18);
  font-size: 13px;
  font-weight: 950;
  transition: transform .22s ease, box-shadow .22s ease;
}

.sy-province-cta-panel a:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 46px rgba(20, 80, 255, .23),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.sy-province-cta-panel a i {
  font-style: normal;
  transition: transform .22s ease;
}

.sy-province-cta-panel a:hover i {
  transform: translateX(-4px);
}

.sy-province-grid-wrap {
  position: relative;
}

.sy-province-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sy-province-card {
  direction: rtl;
  position: relative;
  overflow: hidden;
  min-height: 358px;
  border-radius: 30px;
  text-decoration: none !important;
  color: inherit;
  background: var(--sy-card);
  border: 1px solid rgba(15, 35, 70, .095) !important;
  box-shadow:
    0 18px 42px rgba(15, 35, 70, .08),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
  isolation: isolate;
  background-clip: padding-box !important;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity .28s ease,
    transform .28s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.sy-province-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sy-province-card[hidden] {
  display: none !important;
}

.sy-province-card:hover,
.sy-province-card.has-city-match {
  border-color: rgba(20, 80, 255, .24) !important;
  background: rgba(255,255,255,.97);
  box-shadow:
    0 24px 56px rgba(15, 35, 70, .12),
    0 0 0 4px rgba(20,80,255,.035),
    inset 0 1px 0 rgba(255,255,255,1) !important;
}

.sy-province-card:hover {
  transform: translateY(-4px);
}

.sy-province-photo,
.sy-province-info {
  position: relative;
  z-index: 2;
}

.sy-province-photo {
  display: block;
  height: 142px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  text-decoration: none !important;
  background:
    linear-gradient(180deg, rgba(11,31,58,.08), rgba(11,31,58,.62)),
    var(--province-img),
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.50), transparent 32%),
    linear-gradient(135deg, #eaf1ff 0%, #9eb7e5 48%, #0b1f3a 100%);
  background-size: cover;
  background-position: center;
  -webkit-user-drag: none !important;
}

.sy-province-photo span {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--sy-navy);
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow:
    0 10px 24px rgba(15,35,70,.10),
    inset 0 1px 0 rgba(255,255,255,1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 11.8px;
  font-weight: 950;
  line-height: 1;
}

.sy-province-photo strong {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 17px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.4;
  text-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.sy-province-info {
  min-height: 216px;
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.sy-province-info small {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--sy-blue);
  font-size: 12px;
  font-weight: 950;
}

.sy-province-info h3 {
  margin: 0 0 15px;
  color: var(--sy-navy);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
  letter-spacing: -.6px;
}

/* City Pills - Better Normal + Clear Hover */

.sy-city-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.sy-city-pills a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 35px;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none !important;
  color: #12233d;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,248,255,.86));
  border: 1px solid rgba(20, 80, 255, .105);
  box-shadow:
    0 8px 18px rgba(15,35,70,.055),
    inset 0 1px 0 rgba(255,255,255,1);
  font-size: 11.8px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  transform: translateZ(0);
  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    padding .2s ease;
}

.sy-city-pills a::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 0%, rgba(20,80,255,.12), transparent 35%),
    linear-gradient(135deg, rgba(20,80,255,.08), transparent 58%);
  opacity: .65;
  pointer-events: none;
}

.sy-city-pills a::after {
  content: "←";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 18px;
  margin-right: 0;
  opacity: 0;
  transform: translateX(6px);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  transition:
    width .2s ease,
    margin .2s ease,
    opacity .2s ease,
    transform .2s ease;
}

.sy-city-pills a:hover {
  padding-left: 13px;
  padding-right: 15px;
  transform: translateY(-2px);
  color: #ffffff;
  background: linear-gradient(135deg, var(--sy-navy), var(--sy-blue));
  border-color: rgba(20,80,255,.30);
  box-shadow:
    0 14px 30px rgba(20,80,255,.22),
    0 0 0 4px rgba(20,80,255,.07),
    inset 0 1px 0 rgba(255,255,255,.16);
}

.sy-city-pills a:hover::before {
  opacity: 0;
}

.sy-city-pills a:hover::after {
  width: 16px;
  margin-right: 6px;
  opacity: 1;
  transform: translateX(0);
}

.sy-city-pills a.is-match {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--sy-blue), var(--sy-blue-dark)) !important;
  border-color: rgba(20,80,255,.34) !important;
  box-shadow:
    0 14px 32px rgba(20,80,255,.25),
    0 0 0 4px rgba(20,80,255,.08),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
  transform: translateY(-2px);
}

.sy-city-pills a.is-match::after {
  content: "✓";
  width: 16px;
  margin-right: 6px;
  opacity: 1;
  transform: translateX(0);
}

.sy-province-empty {
  display: none;
  margin-top: 18px;
  padding: 22px;
  border-radius: 24px;
  color: var(--sy-muted);
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(15,35,70,.09);
  text-align: center;
  font-size: 13.2px;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(15,35,70,.07);
}

.sy-province-empty.is-visible {
  display: block;
}

.sy-province-load {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 24px;
  color: var(--sy-muted);
  font-size: 12.8px;
  font-weight: 850;
}

.sy-province-load.is-visible {
  display: flex;
}

.sy-province-load span {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(20,80,255,.16);
  border-top-color: var(--sy-blue);
  animation: syProvinceSpin .85s linear infinite;
}

@keyframes syProvinceSpin {
  to { transform: rotate(360deg); }
}

.sy-province-sentinel {
  width: 100%;
  height: 1px;
}

/* Tablet */

@media (max-width: 1024px) {
  .sy-province-flow {
    padding: 58px 18px 66px;
  }

  .sy-province-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sy-province-cta-panel {
    max-width: 560px;
    margin-inline: auto;
  }

  .sy-province-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 640px) {
  .sy-province-flow {
    padding: 46px 14px 54px;
  }

  .sy-province-head {
    margin-bottom: 22px;
  }

  .sy-province-live-pill {
    font-size: 12px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .sy-province-title h2 {
    font-size: 24px;
    line-height: 1.62;
    letter-spacing: -.45px;
  }

  .sy-province-title p {
    font-size: 13.1px;
    line-height: 1.95;
  }

  .sy-province-search {
    width: 100%;
    min-height: 54px;
    border-radius: 21px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .sy-province-search-input {
    font-size: 12.8px;
  }

  .sy-province-cta-panel {
    padding: 20px 18px 18px;
    border-radius: 24px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .sy-province-cta-panel h3 {
    font-size: 17.5px;
  }

  .sy-province-cta-panel a {
    width: 100%;
  }

  .sy-province-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sy-province-card {
    min-height: 355px;
    border-radius: 27px;
    transition:
      opacity .22s ease,
      transform .22s ease,
      border-color .18s ease,
      box-shadow .18s ease;
  }

  .sy-province-card:hover {
    transform: translateY(0);
  }

  .sy-province-photo {
    height: 132px;
    border-radius: 26px 26px 0 0;
  }

  .sy-province-info {
    min-height: 215px;
    padding: 18px 17px 17px;
  }

  .sy-province-info h3 {
    font-size: 22px;
  }

  .sy-city-pills {
    gap: 7px;
  }

  .sy-city-pills a {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 11.2px;
    box-shadow:
      0 7px 15px rgba(15,35,70,.045),
      inset 0 1px 0 rgba(255,255,255,1);
  }

  .sy-city-pills a:hover {
    transform: none;
  }

  .sy-city-pills a:hover::after,
  .sy-city-pills a.is-match::after {
    width: 14px;
    margin-right: 5px;
  }
}

/* Very Small Mobile */

@media (max-width: 390px) {
  .sy-city-pills a {
    font-size: 10.8px;
    padding: 8px 10px;
  }

  .sy-province-info {
    padding-inline: 15px;
  }
}

/* Reduce Motion */

@media (prefers-reduced-motion: reduce) {
  .sy-province-card,
  .sy-province-cta-panel a,
  .sy-city-pills a,
  .sy-city-pills a::after {
    transition: none !important;
  }

  .sy-province-card,
  .sy-province-card:hover,
  .sy-province-cta-panel a:hover,
  .sy-city-pills a:hover,
  .sy-city-pills a.is-match {
    transform: none !important;
  }

  .sy-province-live-pill i,
  .sy-province-load span {
    animation: none !important;
  }
}

/* SazeYar Province Card Image - Luxury Size Fix */

.sy-province-card {
  min-height: 430px !important;
}

.sy-province-photo {
  height: 210px !important;
  border-radius: 30px 30px 0 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
}

.sy-province-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11,31,58,.04) 0%, rgba(11,31,58,.10) 42%, rgba(11,31,58,.62) 100%),
    radial-gradient(circle at 18% 8%, rgba(255,255,255,.24), transparent 34%),
    linear-gradient(120deg, transparent 18%, rgba(255,255,255,.14) 46%, transparent 72%);
}

.sy-province-photo span,
.sy-province-photo strong {
  z-index: 3 !important;
}

.sy-province-photo span {
  top: 16px !important;
  right: 16px !important;
  padding: 9px 14px !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  box-shadow:
    0 12px 28px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,1) !important;
}

.sy-province-photo strong {
  right: 20px !important;
  bottom: 18px !important;
  font-size: 18px !important;
  text-shadow:
    0 12px 28px rgba(0,0,0,.38),
    0 0 1px rgba(255,255,255,.28) !important;
}

.sy-province-info {
  min-height: 220px !important;
  padding: 22px 22px 20px !important;
}

.sy-province-card:hover .sy-province-photo {
  background-size: 106% !important;
}

/* Tablet */

@media (max-width: 1024px) {
  .sy-province-card {
    min-height: 415px !important;
  }

  .sy-province-photo {
    height: 198px !important;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .sy-province-card {
    min-height: 390px !important;
    border-radius: 28px !important;
  }

  .sy-province-photo {
    height: 184px !important;
    border-radius: 27px 27px 0 0 !important;
  }

  .sy-province-info {
    min-height: 205px !important;
    padding: 18px 17px 17px !important;
  }

  .sy-province-photo strong {
    font-size: 16px !important;
    right: 17px !important;
    bottom: 16px !important;
  }

  .sy-province-photo span {
    top: 13px !important;
    right: 13px !important;
    padding: 8px 12px !important;
  }

  .sy-province-card:hover .sy-province-photo {
    background-size: cover !important;
  }
}
/* Province Image - Show Real Image Without Any Gradient Overlay */

.sy-province-photo {
  background-image: var(
    --province-img,
    linear-gradient(135deg, #eaf1ff 0%, #9eb7e5 48%, #0b1f3a 100%)
  ) !important;

  background-color: #dfe8f7 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Remove all old overlays/filters from image area */
.sy-province-photo::before,
.sy-province-photo::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

/* Prevent hover zoom/filter on image */
.sy-province-card:hover .sy-province-photo {
  background-image: var(
    --province-img,
    linear-gradient(135deg, #eaf1ff 0%, #9eb7e5 48%, #0b1f3a 100%)
  ) !important;

  background-size: cover !important;
  background-position: center center !important;
  filter: none !important;
}

/* Keep image area size only */
.sy-province-card {
  min-height: 430px !important;
}

.sy-province-photo {
  height: 210px !important;
  border-radius: 30px 30px 0 0 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .sy-province-card {
    min-height: 415px !important;
  }

  .sy-province-photo {
    height: 198px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .sy-province-card {
    min-height: 390px !important;
    border-radius: 28px !important;
  }

  .sy-province-photo {
    height: 184px !important;
    border-radius: 27px 27px 0 0 !important;
  }
}/* End custom CSS */