/*=============================================================
  UC Identity Override — uc.edu.sa
  v5 — comprehensive fixes for icons, layout, glassmorphism
=============================================================*/

/* ─────────────────────────────────────────────────────────
   1. SOMAR FONT-FACE DECLARATIONS
───────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-thin.ttf') format('truetype');
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-thin-italic.ttf') format('truetype');
  font-weight: 100; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-extralight.ttf') format('truetype');
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-extralight-italic.ttf') format('truetype');
  font-weight: 200; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-light.ttf') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-light-italic.ttf') format('truetype');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-regular-italic.ttf') format('truetype');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-medium-italic.ttf') format('truetype');
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-semibold.ttf') format('truetype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-semibold-italic.ttf') format('truetype');
  font-weight: 600; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-bold-italic.ttf') format('truetype');
  font-weight: 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-extrabold.ttf') format('truetype');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-extrabold-italic.ttf') format('truetype');
  font-weight: 800; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-black.ttf') format('truetype');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Somar';
  src: url('../fonts/somar/arfonts-somar-black-italic.ttf') format('truetype');
  font-weight: 900; font-style: italic; font-display: swap;
}

/* ─────────────────────────────────────────────────────────
   2. BRAND VARIABLES
───────────────────────────────────────────────────────── */
:root {
  --ienet-font:          'Somar', 'Ubuntu Arabic', sans-serif;
  --ienet-heading-font:  'Somar', 'Ubuntu Arabic', serif;
  --ienet-special-font:  'Somar', 'Ubuntu Arabic', cursive;

  --uc-green:         #3DBD80;
  --uc-green-rgb:     61, 189, 128;
  --uc-cyan:          #02A7C5;
  --uc-cyan-rgb:      2, 167, 197;

  --uc-gradient:      linear-gradient(135deg, #3DBD80 0%, #02A7C5 100%);
  --uc-gradient-rev:  linear-gradient(135deg, #02A7C5 0%, #3DBD80 100%); 
  --uc-gradient-soft: linear-gradient(135deg, rgba(61,189,128,.15) 0%, rgba(2,167,197,.15) 100%);

  --ienet-base:       #02A7C5;
  --ienet-base-rgb:   2, 167, 197;

  --ienet-gray:       #F2F9FC;
  --ienet-gray-rgb:   242, 249, 252;
  --ienet-black:      #F5F5F3;
  --ienet-black-rgb:  22, 32, 51;
}

/* ─────────────────────────────────────────────────────────
   3. GLOBAL FONT
   Apply only on body so all text inherits Somar.
   Icon font rules (.fas, [class^="icon-"]) are direct rules
   with higher specificity than inherited values, so they win
   automatically — no override needed and none given.
───────────────────────────────────────────────────────── */
body {
  font-family: 'Somar', 'Ubuntu Arabic', sans-serif !important;
  font-size: 19px;
  line-height: 1.85;
  font-weight: 500;
}

/* Site-wide bump for non-heading text.
   IMPORTANT: do NOT include bare `span`/`a` here — those are commonly
   used as colored accents inside titles (e.g. .sec-title__title span,
   .main-slider-three__title span) and would otherwise shrink them. */
p,
li,
td,
th,
label,
input,
textarea,
select,
.ienet-breadcrumb li,
[class*="__text"],
[class*="__desc"] {
  font-size: 19px;
  line-height: 1.9;
  font-weight: 500;
}

/* Spans/links inherit parent size by default — but bump them
   only when they are NOT inside headings/titles */
:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not([class*="__title"]):not([class*="__tagline"]) > a:not(.ienet-btn),
:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not([class*="__title"]):not([class*="__tagline"]) > span:not([class*="__title"]):not(.ienet-btn__icon):not([class^="icon-"]):not([class*=" icon-"]):not(.fa):not(.fas):not(.far):not(.fab):not(.fal) {
  font-size: 18px;
}

/* Hard guarantee: any colored accent span inside a title/heading
   keeps the parent's size (do not shrink) */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.sec-title__title span,
.sec-title__tagline span,
.page-header__title span,
.main-slider-three__title span,
.main-slider-three__sub-title span,
.client-carousel__tilte span,
[class*="__title"] span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

/* Heading bump — keep hierarchy, just slightly heavier and a touch larger */
h1, .h1 { font-weight: 800 !important; }
h2, .h2 { font-weight: 800 !important; }
h3, .h3 { font-weight: 700 !important; }
h4, .h4 { font-weight: 700 !important; }
h5, .h5 { font-weight: 700 !important; }
h6, .h6 { font-weight: 700 !important; }

/* Section titles + page headers — boost only weight to keep layouts intact */
.sec-title__title,
.sec-title__tagline,
.page-header__title,
.team-details__title,
.blog-card__title,
.feature-one__title,
.service-page__title,
.about-two__content__box__title,
.packages-three__card__title {
  font-weight: 800 !important;
}

/* Inner pages/content blocks (about + similar detail pages) — strongest bump */
.team-details__text,
.team-details__content p,
.about-one__content__text,
.about-two__content__text,
.about-two__content__box__text,
.about-three__content__text,
.about-three__box__text,
.service-details__text,
.blog-details__text,
.blog-details__text-1,
.blog-details__text-2,
.event-details__text,
.faq-page p,
.contact-one__info__text,
.footer-widget__text {
  font-size: 20px !important;
  line-height: 2 !important;
  font-weight: 500 !important;
}

.about-one__content__list li,
.team-details__content li,
.service-details li,
.blog-details li,
.event-details li {
  font-size: 19px !important;
  line-height: 1.95 !important;
  font-weight: 600 !important;
}

/* ---- MAIN MENU (desktop top-level) ---- */
.main-menu__list > li > a {
  font-size: 19px !important;
  line-height: 1.95 !important;
  font-weight: 700 !important;
}

/* ---- SUB-MENU / DROPDOWN sizing (desktop) ---- */
.main-menu .main-menu__list li ul li > a,
.main-menu .main-menu__list li ul li > a span {
  font-size: 17px !important;   /* was 15px */
  line-height: 1.8 !important;
  font-weight: 600 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.main-menu .main-menu__list ul {
  min-width: 240px !important;
}

/* ---- MOBILE NAV menu items + sub-menu items ---- */
.mobile-nav__content .main-menu__list li > a {
  font-size: 19px !important;
  font-weight: 700 !important;
}
.mobile-nav__content .main-menu__list ul li > a,
.mobile-nav__content .main-menu__list ul li > a span {
  font-size: 17px !important;
  font-weight: 600 !important;
}

/* Sidebar (off-canvas) text & links */
.sidebar-one__title,
.sidebar-one__text,
.sidebar-one a {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.sidebar-one__title {
  font-size: 24px !important;
  font-weight: 700 !important;
}

/* Footer body text + links */
.footer-widget__title {
  font-weight: 800 !important;
}
.footer-widget__links li a,
.main-footer__bottom__inner,
.main-footer__bottom__inner a,
.main-footer__bottom__inner p {
  font-size: 18px !important;
  font-weight: 500 !important;
}

/* Header phone/contact text */
.main-header__call__text,
.main-header__call__text a {
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* Buttons — heavier label */
.ienet-btn,
.ienet-btn > span {
  font-weight: 700 !important;
  letter-spacing: 0.2px;
  font-size: 17px !important;
}

/* ─────────────────────────────────────────────────────────
   4. PRIMARY GRADIENT SURFACES
───────────────────────────────────────────────────────── */

/* Buttons */
.ienet-btn {
  background: var(--uc-gradient) !important;
  color: #fff !important;
  border: none !important;
  transition: background-color 0.24s ease, box-shadow 0.24s ease, transform 0.18s ease !important;
  position: relative;
  overflow: hidden;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
}
.ienet-btn > span {
  color: #fff !important;
  position: relative;
  z-index: 1;
}
/* Disable legacy heavy sweep overlays from base theme */
.ienet-btn::before,
.ienet-btn::after {
  content: none !important;
  display: none !important;
  transition: none !important;
}
.ienet-btn:hover,
.ienet-btn:focus {
  background: var(--uc-gradient-rev) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(2, 167, 197, 0.28) !important;
  transform: translateY(-1px);
  text-decoration: none !important;
  filter: none;
}
.ienet-btn:hover > span,
.ienet-btn:focus > span {
  color: #fff !important;
}

/* Register Now CTA */
.bgbase {
  background: var(--uc-gradient) !important;
  color: #fff !important;
}
.plusbtn {
  animation: ucPulseSoft 2.8s ease-out infinite !important;
}
@keyframes ucPulseSoft {
  0%   { box-shadow: 0 0 0 0 rgba(2,167,197,0.24); }
  70%  { box-shadow: 0 0 0 10px rgba(2,167,197,0); }
  100% { box-shadow: 0 0 0 0 rgba(2,167,197,0); }
}

/* Pulse animation redef (overrides siteheader inline style) */
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(2,167,197,0.24); }
  70%  { box-shadow: 0 0 0 10px rgba(2,167,197,0); }
  100% { box-shadow: 0 0 0 0 rgba(2,167,197,0); }
}

@media (prefers-reduced-motion: reduce) {
  .ienet-btn,
  .ienet-btn:hover,
  .ienet-btn:focus {
    transition: none !important;
    transform: none !important;
  }
  .plusbtn { animation: none !important; }
}

/* News ticker */
.newstop,
.acme-news-ticker {
  background: var(--uc-gradient) !important;
}
.acme-news-ticker-box ul li a {
  color: #fff !important;
}

/* Heading accent spans */
.sec-title__title span,
.client-carousel__tilte span {
    background: var(--uc-gradient);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    animation: textWave 1s ease-in-out infinite alternate;
}
@keyframes textWave {
  0% {
      background-position: left center;
  }

  100% {
      background-position: right center;
  }
}
/* Tagline borders */
.sec-title__tagline__left-border,
.sec-title__tagline__right-border,
.sec-title__tagline__left-border1,
.sec-title__tagline__right-border1 {
  background: var(--uc-gradient) !important;
}

/* Links: hover color (but NOT buttons — buttons get their own rule above) */
a:not(.ienet-btn):hover,
a:not(.ienet-btn):focus {
  color: var(--uc-green) !important;
}
.main-menu__list > li > a:hover,
.main-menu__list > li.current > a {
  color: var(--uc-green) !important;
}

/* Social icon hover (only for the icon, not the link bg) */
.main-footer__top__social a:hover {
  color: var(--uc-cyan) !important;
}

/* Feature / لماذا تختار icons — cyan on the white feature-one cards */
.feature-one__box__icon,
.feature-two__box__icon {
  color: var(--uc-cyan) !important;
}
/* Prevent icon/text overlap in feature-one (RTL layout) */
.feature-one .feature-one__box {
  min-height: 64px !important;
}
.feature-one .feature-one__box__icon {
  width: 54px !important;
  height: 54px !important;
  right: 10px !important;
  top: 25%;
  bottom: auto !important;
  border-radius: 14px !important;
  background: var(--uc-gradient) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  box-shadow: 0 10px 24px rgba(2, 167, 197, 0.25);
}
.feature-one .feature-one__box__icon::after {
  content: none !important;
  display: none !important;
}
@media (max-width: 767px) {
  .feature-one .feature-one__box {
    min-height: 54px !important;
  }
  .feature-one .feature-one__box__icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 20px !important;
    border-radius: 12px !important;
  }
}

/* ما يميزنا icons — WHITE on the cyan ::after circle background.
   The theme's ::after circle is the brand base color (cyan).
   Icon must be white to contrast. On hover the circle turns grey
   and the theme sets icon to ienet-base (cyan), which is correct. */
.service-three__item__icon,
.service-three__item__icon span {
  color: #fff !important;
}
.service-page__item:hover .service-three__item__icon,
.service-page__item:hover .service-three__item__icon span {
  color: var(--uc-cyan) !important;
}

/* Card ::after circle — ensure brand gradient is used */
.service-page__item::after {
  background: var(--uc-gradient) !important;
}
.service-page__item:hover::after {
  background: var(--ienet-gray) !important;
}
/* Title link color on service cards */
.service-page__item__title a {
  color: var(--uc-cyan) !important;
}
.service-page__item:hover .service-page__item__title a {
  color: var(--uc-cyan) !important;
}

/* Flip-card back gradient */
.flip-card-back {
  background: var(--uc-gradient) !important;
}

/* Scroll-to-top */
.scroll-to-top:hover .scroll-to-top__wrapper {
  background: var(--uc-gradient) !important;
}

/* ─────────────────────────────────────────────────────────
   5. GLASSMORPHISM
───────────────────────────────────────────────────────── */

/* 5a. Header — restore the original floating pill layout.
   Glass is applied to the INNER pill container, not the outer wrapper,
   so the floating / top:20px structure is preserved exactly. */
.main-header,
.main-header.sticky-header,
.main-header--two,
.main-header.sticky-header--normal {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Glass applied to the pill inner container */
.main-header--two .main-header__inner {
  backdrop-filter: blur(20px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(170%) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 8px 32px rgba(2, 167, 197, 0.14), 0 2px 10px rgba(0,0,0,0.06) !important;
}

/* Logo section (::after pill area) — replace grey with brand gradient tint */
.main-header--two .main-header__inner::after {
  background: unset !important;
}

/* Mobile nav hamburger — dark lines visible on the glass pill */
.mobile-nav__btn span,
.main-header--two .mobile-nav__btn span {
  background-color: #162033 !important;
}

/* Sidebar toggle icon — ensure visible on light glass */
.main-header__toggler {
  border-color: rgba(22, 32, 51, 0.3) !important;
  color: #162033 !important;
}

/* 5b. Cards — subtle glass */
.feature-one__box,
.service-page__item,
.gallery-one__card,
.about-two__image__experiance {
  background: rgba(255, 255, 255, 0.62) !important;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow: 0 6px 28px rgba(2, 167, 197, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  border-radius: 18px !important;
}

/* News cards — give the blog section a gradient bg so glass shows through */
.blog-one {
  background: linear-gradient(160deg, rgba(61,189,128,0.08) 0%, rgba(2,167,197,0.12) 50%, rgba(22,32,51,0.06) 100%) !important;
  position: relative;
}
.blog-card,
.blog-card__content {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 8px 32px rgba(2, 167, 197, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  border-radius: 18px !important;
}

/* Flip-card FRONT overlay label — minimal dark tint, no blur (lets image show through) */
.about-two__image__experianceN {
  background: rgba(22, 32, 51, 0.45) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 16px !important;
}
.about-two__image__experianceN h5 {
  color: #fff !important;
}

/* Flip-card back */
.flip-card-back {
  backdrop-filter: blur(6px) saturate(130%);
  -webkit-backdrop-filter: blur(6px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 18px !important;
}

/* Gallery cards hover */
.gallery-one__card__hover {
  background: rgba(2, 167, 197, 0.50) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* 5c. Hero caption — remove box entirely, restore original floating text style */
.main-slider-three__content {
  background: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-width: unset !important;
  max-width: unset !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
/* Ensure text inside the slider reads white against the dark slider bg */
.main-slider-three__content .main-slider-three__sub-title,
.main-slider-three__content .main-slider-three__title,
.main-slider-three__content .main-slider-three__text,
.main-slider-three__content h1,
.main-slider-three__content h2,
.main-slider-three__content h3,
.main-slider-three__content p {
  color:var(--uc-green) !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

/* Hero price badge */
.main-slider-three__price {
  background: var(--uc-gradient) !important;
  color: #fff !important;
  border-radius: 12px;
  animation: hero-border 5s linear infinite alternate !important;
}
@keyframes hero-border {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
/* 5d. Announcement popup */
.popup-container {
  background: rgba(255, 255, 255, 0.22) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  box-shadow: 0 25px 80px rgba(2, 167, 197, 0.22) !important;
}
.decorative-header {
  background: var(--uc-gradient) !important;
}
.caption {
  color: var(--uc-cyan) !important;
}
.close-btn {
  color: var(--uc-cyan) !important;
}

/* ─────────────────────────────────────────────────────────
   6. HERO SLIDER — ROTATING PATTERN
───────────────────────────────────────────────────────── */
@keyframes ucSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes ucSpinReverse {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

/* Hide the old static PNG shape lines — keep only the Pattern-1 */
.main-slider-three__shape-one,
.main-slider-three__layer-shape-two {
  display: none !important;
}

/* Containing block — clip overflow */
.main-slider-three__item {
  overflow: hidden;
}

/* Pattern-1 pseudo-element (upper-right, slow spin) */
.main-slider-three__item::after {
  content: "";
  position: absolute;
  top: -15%;
  right: -12%;
  width: 65vmin;
  height: 65vmin;
  background: url('../../assets_home/images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.22;
  filter: drop-shadow(0 0 20px rgba(2, 167, 197, 0.35));
  animation: ucSpin 44s linear infinite;
  pointer-events: none;
  z-index: 2;
}

/* DOM Pattern-1 element (lower-left, also spins same direction for harmony) */
.uc-hero-pattern {
  position: absolute;
  left: -6%;
  bottom: -14%;
  width: 50vmin;
  height: 50vmin;
  opacity: 0.14;
  pointer-events: none;
  z-index: 2;
  animation: ucSpinReverse 60s linear infinite;
}
.uc-hero-pattern img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(61, 189, 128, 0.35));
}

/* Remove old red BG image; keep solid dark color */

.main-slider-three__bg__color {
  background-color: var(--ienet-black) !important;
}

/* ─────────────────────────────────────────────────────────
   7. INNER-PAGE HEADERS
───────────────────────────────────────────────────────── */
.page-header {
  background: var(--uc-gradient) !important;
  position: relative;
  overflow: hidden;
}
.page-header__bg {
  background-color: transparent !important;
  mix-blend-mode: overlay !important;
  opacity: 0.20;
}
.page-header::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  width: 50vmin;
  height: 50vmin;
  background: url('../../assets_home/images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.10;
  animation: ucSpin 55s linear infinite;
  pointer-events: none;
}
.page-header__title,
.page-header h2,
.ienet-breadcrumb li,
.ienet-breadcrumb li a,
.ienet-breadcrumb li::before {
  color: #fff !important;
}

/* ─────────────────────────────────────────────────────────
   8. FOOTER
───────────────────────────────────────────────────────── */

.footer-widget__title {
  color: var(--uc-cyan) !important;
}
.main-footer__top__info__icon {
  color: var(--uc-green) !important;
}

/* ─────────────────────────────────────────────────────────
   9. LOGO SIZING
───────────────────────────────────────────────────────── */

/* Header inner pill height — gives logo room */
.main-header--two .main-header__inner {
  min-height: 100px;
}

/* Header logo — larger square display */
.main-header__logo img {
  width: 250px !important;
  max-width: 250px !important;
  object-fit: contain;
  display: block;
  height: 100px !important;
}
@media (max-width: 991px) {
  .main-header__logo img {
    width:200px!important;
    max-width: 200px !important;
  }
  .main-header--two .main-header__inner {
    min-height: 70px;
  }
}
@media (max-width: 575px) {
  .main-header__logo img {
    width: 130px !important;
    max-width: 130px !important;
  }
}

/* Footer logo */
.footer-widget--about .footer-widget__title img,
.footer-widget--about h2 img {
  width: 230px !important;
  max-width: 230px !important;
  object-fit: contain;
}

/* Sidebar & mobile nav logos */
.sidebar-one__logo img,
.logo-box img {
  height: 100px !important;
  width: 200px !important;
  max-width: 200px !important;
  object-fit: contain;
}

/* Preloader — larger logo display */
.preloader {
  background-color: #eaf7f5;
}
.preloader__image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 260px !important;
  height: 260px !important;
}

/* ─────────────────────────────────────────────────────────
   10. MISC
───────────────────────────────────────────────────────── */

/* Mobile nav sidebar */
.mobile-nav__content {
  background: var(--ienet-black) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Sidebar one */
.sidebar-one__content {
  background: var(--ienet-black) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Counter badges */
.about-two__image__experiance__number,
.count-box {
  color: var(--uc-cyan) !important;
}

/* Blog card date chip */
.blog-card__date {
  background: var(--uc-gradient) !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
    justify-items: center;
    align-items: center;
    direction: ltr;
}

/* Blog card arrow link */
.blog-card__link__back,
.blog-card__link:hover .blog-card__link__front {
  background: var(--uc-gradient) !important;
  color: #fff !important;
}

/* Contact form submit */
.contact__btn,
.contact__submit {
  background: var(--uc-gradient) !important;
  color: #fff !important;
  border: none !important;
}

/* (page-header gradient already declared in section 7 above) */

/* ─────────────────────────────────────────────────────────
   11. MOBILE SIDEBAR & MOBILE NAV — replace old red
───────────────────────────────────────────────────────── */

/* The mobile nav dropdown-expand button had hardcoded red values:
   background: #F25334  and  linear-gradient(rgb(223,35,57) ...).
   Override them with brand gradient. */


/* Expanded link accent color */
.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--uc-cyan) !important;
}

/* Mobile nav close button hover */
.mobile-nav__close:hover {
  color: var(--uc-green) !important;
}

/* Sidebar title, text, social accents */
.sidebar-one__title {
  color: var(--uc-cyan) !important;
}
.sidebar-one__text {
  color: var(--uc-cyan) !important;
}

/* Sidebar social links */
.sidebar-one__social a {
  color: var(--uc-cyan) !important;
  border-color: rgba(255,255,255,0.2) !important;
}
.sidebar-one__social a:hover {
  background: var(--uc-gradient) !important;
  color: #fff !important;
  border-color: transparent !important;
}

/* Any remaining ienet-base references inside nav sidebars
   that weren't caught by the variable override */
.sidebar-one .ienet-btn,
.mobile-nav__content .ienet-btn {
  background: var(--uc-gradient) !important;
  color: #fff !important;
}

/* ─────────────────────────────────────────────────────────
   12. بوابة التوظيف — glass card + flicker-free button
───────────────────────────────────────────────────────── */

/* Give the jobs section a gradient so the glass card is visible */
section:has(.packages-three__card) {
  background: linear-gradient(135deg, rgba(2,167,197,0.10) 0%, rgba(61,189,128,0.12) 100%) !important;
  padding: 60px 0;
}

/* Glass card: NO backdrop-filter on the card itself — the animated
   bubble children (bgbox) cause constant GPU redraws which makes
   the child button flicker. Use semi-transparent bg + border instead. */
.packages-three__card {
  background: rgba(255, 255, 255, 0.78) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  box-shadow: 0 16px 48px rgba(2, 167, 197, 0.18), inset 0 1px 0 rgba(255,255,255,0.9) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  will-change: auto;
  transform: none;
}

/* Button inside jobs card — zero transform/filter to eliminate flicker */
.packages-three__card .ienet-btn {
  transition: background 0.25s ease, box-shadow 0.25s ease !important;
  transform: none !important;
  filter: none !important;
  overflow: visible !important;
}
.packages-three__card .ienet-btn:hover,
.packages-three__card .ienet-btn:focus {
  transform: none !important;
  filter: none !important;
}
/* Job card CTA clickability: decorative bubbles must never capture pointer */
.packages-three__card .wrapperbub,
.packages-three__card .bgbox,
.packages-three__card .bgbox div {
  pointer-events: none !important;
}
.packages-three__card .wrapperbub {
  z-index: 0 !important;
}
.packages-three__card .packages-three__card__rm {
  position: relative;
  z-index: 5;
}

/* ─────────────────────────────────────────────────────────
   13. HEADER SUBMENU — GLASSMORPHISM + DROP ANIMATION
───────────────────────────────────────────────────────── */

/* ── SUBMENU: Kill the theme's slow 700ms transform transition,
      then show properly via opacity animation instead ── */

/* 1. Disable the theme's transition (it overrides !important during playback) */
.main-menu .main-menu__list li ul {
  transition: none !important;
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(2, 167, 197, 0.14) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14), 0 2px 10px rgba(2, 167, 197, 0.10) !important;
  border-radius: 14px !important;
  padding: 6px !important;
  min-width: 220px !important;
  /* Keep submenu attached to parent; no hover gap */
  margin-top: 0 !important;
  z-index: 200 !important;
}

/* 2. Show and animate on hover */
.main-menu .main-menu__list li:hover > ul {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  animation: ucSubFadeSlide 0.2s ease-out both;
}
@keyframes ucSubFadeSlide {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Individual submenu items — separated by subtle border */
.main-menu__list li ul li {
  border-radius: 8px !important;
  margin: 0 !important;
  overflow: visible !important;
  border-bottom: 1px solid rgba(2, 167, 197, 0.07) !important;
}
.main-menu__list li ul li:last-child {
  border-bottom: none !important;
}
.main-menu__list li ul li a {
  border-radius: 8px !important;
  padding: 10px 16px !important;
  background: transparent !important;
  border-bottom: none !important;
  display: block;
  font-size: 15px !important;
  color: #000000 !important;
  transition: background 0.18s ease, color 0.18s ease, padding-right 0.18s ease !important;
}
.main-menu__list li ul li a:hover {
  background: linear-gradient(135deg, rgba(61,189,128,0.10) 0%, rgba(2,167,197,0.13) 100%) !important;
  color: var(--uc-cyan) !important;
  padding-right: 22px !important;
}
@media (max-width: 767px) {
  .main-menu__list li ul li a {
    color: #000000 !important;
  }
}

/* Nested sub-sub-menu positioning (RTL-aware) */
.main-menu__list li ul li ul {
  top: 0 !important;
  margin-top: 0 !important;
}

/* SVG icon in menu links */
.main-menu-svg-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  pointer-events: none;
}
.main-menu__list > li > a {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

/* ─────────────────────────────────────────────────────────
   14. ABOUT SECTION — ANIMATED PATTERN BACKGROUND
───────────────────────────────────────────────────────── */

.about-one {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background: linear-gradient(155deg, #f0fdf8 0%, #eaf7fd 45%, #f5fbf8 100%) !important;
}
.about-one::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72vmin;
  height: 72vmin;
  background: url('../images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.06;
  animation: ucSpin 70s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.about-one::after {
  content: '';
  position: absolute;
  top: -18%;
  right: -8%;
  width: 38vmin;
  height: 38vmin;
  background: url('../images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.05;
  animation: ucSpinReverse 52s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.about-one .container {
  position: relative;
  z-index: 1;
}

/* Staggered list items in about section */
.about-one__content__text li {
  opacity: 0;
  transform: translateX(18px);
  animation: ucAboutItemIn 0.5s ease-out forwards;
}
.about-one__content__text li:nth-child(1) { animation-delay: 0.5s; }
.about-one__content__text li:nth-child(2) { animation-delay: 0.7s; }
.about-one__content__text li:nth-child(3) { animation-delay: 0.9s; }
.about-one__content__text li:nth-child(4) { animation-delay: 1.1s; }
@keyframes ucAboutItemIn {
  to { opacity: 1; transform: translateX(0); }
}

/* Image badge enhancement */
.about-two__image__experiance {
  transition: transform 0.3s ease;
}
.about-two__image__experiance:hover { transform: scale(1.04); }

/* ─────────────────────────────────────────────────────────
   15. ما يميزنا — BENTO GRID SECTION
───────────────────────────────────────────────────────── */

.uc-vm-section {
  background: linear-gradient(158deg, #f0fdf8 0%, #e8f7fd 48%, #f0fdf8 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.uc-vm-section::before {
  content: '';
  position: absolute;
  top: -12%;
  left: -7%;
  width: 44vmin;
  height: 44vmin;
  background: url('../images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.06;
  animation: ucSpinReverse 65s linear infinite;
  pointer-events: none;
}
.uc-vm-section::after {
  content: '';
  position: absolute;
  bottom: -14%;
  right: -7%;
  width: 40vmin;
  height: 40vmin;
  background: url('../images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.05;
  animation: ucSpin 55s linear infinite;
  pointer-events: none;
}
.uc-vm-section > .container { position: relative; z-index: 1; }

/* Vision / Mission / Goals cards */
/* Vision / Mission / Goals cards */
.uc-vm-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border-radius: 22px;
  padding: 32px 26px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;

  /* الخط العلوي gradient — الجديد */
  border-top: 4px solid transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(2, 167, 197, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-image: none;

  /* نحتاج pseudo لعمل الخط العلوي gradient */
  box-shadow: 0 6px 24px rgba(2, 167, 197, 0.10),
              inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* خط gradient علوي */
.uc-vm-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--uc-gradient);
  border-radius: 22px 22px 0 0;
  pointer-events: none;
}

.uc-vm-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--uc-gradient-soft);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.uc-vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 52px rgba(2, 167, 197, 0.18),
              inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(2, 167, 197, 0.20);
}
.uc-vm-card:hover::before { opacity: 1; }

.uc-vm-card__icon {
  width: 66px;
  height: 66px;
  background: var(--uc-gradient);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.uc-vm-card:hover .uc-vm-card__icon {
  background: var(--uc-gradient);
  color: #fff;
  transform: scale(1.06) rotate(-4deg);
}

.uc-vm-card__title {
  font-weight: 800;
  font-size: 21px;

  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.uc-vm-card__text {
  font-size: 16px;
  color: #000;
  line-height: 1.78;
  margin: 0;
  position: relative;
  z-index: 1;
}
/* Section title row spacing */
.uc-vm-title-row { margin-top: 58px; margin-bottom: 30px; }
.uc-vm-cards-row { margin-bottom: 0; }

/* 7-item bento grid */
.uc-vm-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.uc-vm-item {
  background: #fff;
  border-radius: 18px;
  padding: 24px 14px 20px;
  text-align: center;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  box-shadow: 0 4px 18px rgba(2, 167, 197, 0.08);
  cursor: pointer;
  color: var(--ienet-black);
  border: 1px solid rgba(2, 167, 197, 0.1);

  /* الدائرة الزخرفية */
  position: relative;
  overflow: hidden;
}

/* الدائرة الزخرفية في الخلفية */
.uc-vm-item::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(61, 189, 128, 0.15), rgba(2, 167, 197, 0.15));
  transition: transform 0.35s ease, opacity 0.35s ease;
  pointer-events: none;
}

/* دائرة ثانية زخرفية أصغر في الأعلى */
.uc-vm-item::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(2, 167, 197, 0.08), rgba(61, 189, 128, 0.08));
  transition: transform 0.35s ease;
  pointer-events: none;
}

.uc-vm-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 40px rgba(2, 167, 197, 0.2);
  border-color: rgba(2, 167, 197, 0.35);
  text-decoration: none !important;
  color: var(--ienet-black);
}

/* الدائرة تكبر عند الـ hover */
.uc-vm-item:hover::before {
  transform: scale(1.6);
  opacity: 1;
}
.uc-vm-item:hover::after {
  transform: scale(1.5);
}

.uc-vm-item__icon {
  width: 54px;
  height: 54px;
  background: var(--uc-gradient);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.26s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.uc-vm-item:hover .uc-vm-item__icon {
  transform: scale(1.10) rotate(-4deg);
}

.uc-vm-item__title {
  font-weight: 700;
  font-size: 16px;
  color: var(--uc-cyan);
  margin: 0;
  transition: color 0.22s;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}
.uc-vm-item:hover .uc-vm-item__title { color: var(--uc-cyan); }
/* ─────────────────────────────────────────────────────────
   16. REMAINING SECTIONS — HOVER + ANIMATION ENHANCEMENTS
───────────────────────────────────────────────────────── */

/* Blog cards lift on hover */
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(2, 167, 197, 0.18), inset 0 1px 0 rgba(255,255,255,0.8) !important;
}
.blog-card__image img {
  transition: transform 0.5s ease !important;
}
.blog-card:hover .blog-card__image img { transform: scale(1.05) !important; }

/* Feature boxes */
.feature-one__box {
  transition: transform 0.27s ease, box-shadow 0.27s ease, border-color 0.27s ease !important;
}
.feature-one__box:hover {
  transform: translateY(-6px);
  border-color: rgba(2, 167, 197, 0.42) !important;
  box-shadow: 0 14px 38px rgba(2, 167, 197, 0.16), inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

/* Center image subtle float */
@keyframes ucFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}
.feature-one__image {
  animation: ucFloat 5.5s ease-in-out infinite;
}

/* Gallery */
.gallery-one__card {
  border-radius: 16px !important;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.gallery-one__card:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 44px rgba(2, 167, 197, 0.22) !important;
}
.gallery-one__card__hover {
  background: linear-gradient(135deg, rgba(61,189,128,0.55) 0%, rgba(2,167,197,0.60) 100%) !important;
  backdrop-filter: blur(4px) !important;
}

/* Partners carousel */
.client-carousel__one__item {
  border-radius: 50px !important;
  transition: transform 0.26s ease, box-shadow 0.26s ease !important;
  overflow: hidden;
}
.client-carousel__one__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(2, 167, 197, 0.16) !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
}

/* Registration checklist hover */
.packages-three__card__list li {
  transition: color 0.2s ease, transform 0.2s ease;
  cursor: default;
}
.packages-three__card__list li:hover {
  color: var(--uc-cyan);
  transform: translateX(-5px);
}

/* Jobs portal section improved background */
section:has(.packages-three__card) {
  background: linear-gradient(140deg, rgba(2,167,197,0.08) 0%, rgba(61,189,128,0.11) 100%) !important;
  padding: 60px 0;
}

/* ─────────────────────────────────────────────────────────
   17. INNER PAGES — GLASS BREADCRUMB + BODY CARDS
───────────────────────────────────────────────────────── */

/* Page-header extra bottom padding for breadcrumb */
.page-header {
  padding-bottom: 28px !important;
  min-height: 190px;
}

/* Glassmorphism breadcrumb pill */
.uc-glass-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50px;
  padding: 9px 20px;
  flex-wrap: wrap;
  width: fit-content;
  margin-top: 16px;
}
.uc-gc-item {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
  line-height: 1;
}
a.uc-gc-item:hover { color: #fff !important; }
.uc-gc-current {
  color: rgba(255, 255, 255, 0.65) !important;
  font-weight: 500 !important;
  cursor: default;
}
.uc-gc-sep {
  color: rgba(255, 255, 255, 0.38);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Content card wrapper for inner pages */
.uc-inner-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(61, 189, 128, 0.12);
  border-radius: 22px;
  padding: 40px 38px;
  box-shadow: 0 8px 36px rgba(2, 167, 197, 0.08), inset 0 1px 0 rgba(255,255,255,0.95);
}

/* team-details card */
.team-details__inner {
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 10px 44px rgba(2, 167, 197, 0.10) !important;
}
.team-details__inner__bg {
  opacity: 0.04 !important;
}

/* Images in inner pages */
.team-details__image img {
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  width: 100%;
}
.team-details__image img:hover {
  transform: scale(1.01);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13);
}

/* Content text area */
.team-details__content {
  position: relative;
  z-index: 1;
}
.team-details__title {
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
  border-image: var(--uc-gradient) 1;
  margin-bottom: 22px !important;
}

/* Service sidebar */
.service-sidebar__single {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(2, 167, 197, 0.15);
}
.service-sidebar__nav li a {
  transition: background 0.2s ease, color 0.2s ease, padding-right 0.22s ease !important;
}
.service-sidebar__nav li a:hover { padding-right: 24px !important; }

/* Contact info cards */
.contact-one__info__item {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(61, 189, 128, 0.15) !important;
  border-radius: 16px !important;
  padding: 18px 22px !important;
  margin-bottom: 14px;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}
.contact-one__info__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(2, 167, 197, 0.16) !important;
}
.contact-one__info__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--uc-gradient-soft);
  border-radius: 12px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.contact-one__info__icon i {
  font-size: 22px;
  color: var(--uc-cyan) !important;
}

/* Form inputs */
.form-one__control input,
.form-one__control textarea {
  border-radius: 12px !important;
  border: 1.5px solid rgba(2, 167, 197, 0.22) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
  padding: 12px 18px !important;
}
.form-one__control input:focus,
.form-one__control textarea:focus {
  border-color: var(--uc-cyan) !important;
  box-shadow: 0 0 0 3px rgba(2, 167, 197, 0.14) !important;
  outline: none !important;
}

/* Map section */
.google-map iframe {
  border-radius: 18px;
}
.google-map {
  padding: 0 20px 20px;
}

/* Marhal service details */
.service-details__thumbnail img {
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.10);
}

/* ─────────────────────────────────────────────────────────
   18. COMPREHENSIVE RESPONSIVE ADDITIONS
───────────────────────────────────────────────────────── */

@media (max-width: 1199px) {
  .uc-vm-items-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 14px;
  }
}

@media (max-width: 991px) {
  .uc-vm-section { padding: 60px 0; }
  .uc-vm-card    { padding: 26px 20px; }
  .uc-vm-card__title { font-size: 19px; }
  .uc-vm-items-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
  }
  .uc-vm-title-row { margin-top: 42px; }
  .uc-inner-card { padding: 28px 24px; }
  .feature-one__image { animation: none; }
}

@media (max-width: 767px) {
  .uc-vm-items-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .uc-vm-item {
    padding: 18px 10px 16px;
    border-radius: 14px;
  }
  .uc-vm-item__icon  { width: 44px; height: 44px; border-radius: 11px; }
  .uc-vm-item__title { font-size: 15px; }
  .uc-glass-breadcrumb { padding: 7px 14px; gap: 6px; }
  .uc-gc-item  { font-size: 13px !important; }
  .page-header { min-height: 160px; }
  .uc-vm-title-row { margin-top: 32px; margin-bottom: 22px; }
  .uc-vm-section { padding: 50px 0; }
  .contact-one__info__item { padding: 14px 16px !important; }
  .uc-inner-card { padding: 22px 18px; }
}

@media (max-width: 575px) {
  .uc-vm-items-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .uc-vm-card { padding: 22px 16px; }
  .uc-vm-card__title  { font-size: 17px; }
  .uc-vm-card__text   { font-size: 15px; }
  .uc-vm-item__title  { font-size: 14px; }
  .uc-vm-card__icon   { width: 54px; height: 54px; }
  .team-details__inner { border-radius: 14px !important; }
  .uc-inner-card { padding: 18px 14px; border-radius: 16px; }
  .main-menu-svg-icon { width: 15px; height: 15px; }
  .uc-vm-section::before,
  .uc-vm-section::after,
  .about-one::before,
  .about-one::after { display: none; }
}

/* ─────────────────────────────────────────────────────────
   20. HERO SLIDER — PREVENT IMAGE JUMPING ON TAB CHANGE
───────────────────────────────────────────────────────── */

/* Prevent parallax/fixed-attachment repainting when tab becomes active */
.main-slider-three__layer,
.main-slider-three__layer-bg {
  background-attachment: scroll !important;
  will-change: auto !important;
}
/* Stabilise slide position — prevent GPU composition reset on tab restore */
.main-slider-three__item {
  isolation: isolate;
}

/* ─────────────────────────────────────────────────────────
   21. PAGE HEADER — WAVY BOTTOM TAIL
───────────────────────────────────────────────────────── */

.page-header {
  overflow: visible !important;
}
/* Wave wrapper — absolutely placed at bottom of section */
.uc-page-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
  line-height: 0;
  display: block;
}
.uc-page-wave svg {
  width: 100%;
  height: 56px;
  display: block;
}
@media (max-width: 767px) {
  .uc-page-wave svg { height: 36px; }
}
/* =============================================
   PARTNERS SECTION — شراكات واعتمادات
============================================= */
.uc-partners-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

/* Pattern-1 دوار في المنتصف */
.uc-partners-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px;
  background: url('assets_home/images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.06;
  animation: ucSpin 60s linear infinite;
  pointer-events: none;
  z-index: 0;
}

/* Pattern-1 ثاني أصغر في الركن */
.uc-partners-section::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  background: url('assets_home/images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.05;
  animation: ucSpinReverse 45s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.uc-partners-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* العنوان */
.uc-partners-header {
  text-align: center;
  margin-bottom: 36px;
}

.uc-partners-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.uc-ptbar {
  height: 12px; width: 22px;
  border-radius: 100px;
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
}

.uc-partners-tag span {
  font-size: 14px; font-weight: 700;
  color: var(--ienet-black3);
  letter-spacing: .5px;
}

.uc-partners-title {
  font-size: 30px; font-weight: 800;
  color: var(--ienet-black3);
  margin-bottom: 6px;
}

.uc-partners-title em {
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-style: normal;
}

.uc-partners-sub {
  font-size: 13px;
  color: var(--ienet-black3);
}

/* Marquee wrapper */
.uc-marquee-wrap {
  position: relative;
  overflow: hidden;
}

/* فيد يمين ويسار */
.uc-marquee-wrap::before,
.uc-marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0; height: 100%;
  width: 120px; z-index: 2;
  pointer-events: none;
}
.uc-marquee-wrap::before {
  right: 0;
}
.uc-marquee-wrap::after {
  left: 0;
}

.uc-marquee-row {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
  /* بدون animation */
}
.uc-marquee-wrap:hover .uc-marquee-row {
  animation-play-state: paused;
}
.uc-marquee-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90px; /* نفس ارتفاع البطاقات */
}

.uc-p-item img {
  /* مهم عشان الصور ماتتأخرش */
  display: block;
  will-change: auto;
}
/* بطاقة الشريك */
.uc-p-item {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 10px 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none !important;
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}

.uc-p-item:hover {
  background: rgba(2, 167, 197, 0.15);
  border-color: rgba(2, 167, 197, 0.45);
}

.uc-p-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
  flex-shrink: 0;
}

.uc-p-item img {
  max-height: 100px;
  width: auto !important;
  max-width: 100px;
  object-fit: contain;
  opacity: 0.75;
  transition: opacity .3s ease, filter .3s ease;
}

.uc-p-item:hover img {
  opacity: 1;
}

/* Responsive */

.uc-partners-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
/* على الموبايل — نبطئ الـ marquee عشان الصور تتحمل */

/* طبقة Pattern فوق الكحلي بس شفافة */
.uc-partners-pattern {
  position: absolute;
  inset: 0;
  background-image: url('../../assets_home/images/Pattern-1.png?dummy=1');
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1; /* ← غيري الرقم ده حسب ما يعجبك */
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  animation: ucSpin 60s linear infinite;
  transform-origin: center center;
}

@keyframes ucSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* المحتوى كله فوق الطبقة */
.uc-partners-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.feature-one__image__one {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 55% 45% 50% 50% / 50% 60% 40% 50%;
  background-size: 200% 200%;
  animation: ucGradMove 4s ease infinite, ucMorphSoft 7s ease-in-out infinite;
}

@keyframes ucGradMove {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes ucMorphSoft {
  0%,  100% { border-radius: 55% 45% 50% 50% / 50% 60% 40% 50%; }
  33%        { border-radius: 40% 60% 45% 55% / 60% 40% 55% 45%; }
  66%        { border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%; }
}



.feature-one__image__one img {
  max-width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: luminosity;
  opacity: 0.9;
}

/* إيقاف الحركة على الموبايل لتوفير الأداء */
@media (max-width: 767px) {
  .feature-one__image__one {
    animation: none;
    border-radius: 50% 50% 45% 55% / 55% 45% 55% 45%;
  }
}
.feature-one__box {
  display: flex  !important;
  flex-direction: column  !important;
  align-items: center !important;
  gap: 10px;
  padding: 20px !important;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border-radius: 16px;
  border: 1px solid rgba(2, 167, 197, 0.1);
  box-shadow: 0 4px 18px rgba(2, 167, 197, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  position: relative;
  min-height: auto !important;
}

.feature-one__box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(2, 167, 197, 0.18);
  border-color: rgba(2, 167, 197, 0.3);
}

/* الأيقونة فوق */
.feature-one__box__icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #3DBD80, #02A7C5) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(2, 167, 197, 0.25);
  transition: transform 0.3s ease !important;
  /* إلغاء القديم */
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
}
.feature-one__box__icon::after {
  display: none !important;
  content: none !important;
}
.feature-one__box:hover .feature-one__box__icon {
  transform: scale(1.1) rotate(-5deg) !important;
}

/* العنوان */
.feature-one__box__title {
  font-size: 17px !important;
  font-weight: 700;
  color: var(--ienet-black, #162033);
  margin: 0;
}

/* النص */
.feature-one__box__text {
  font-size: 14px !important;
  color: #5a7a8a;
  line-height: 1.7;
  margin: 0;
}

/* إلغاء الـ border بين البطاقات */
.feature-one__box + .feature-one__box {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 20px !important;
}
.uc-partners-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.uc-partners-pattern {
  position: absolute;
  top: 50%; left: 50%;
  width: 500px; height: 500px;
  margin-top: -250px; margin-left: -250px;
  background: url('assets_home/images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.06;
  animation: ucSpin 60s linear infinite;
  transform-origin: center center;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.uc-partners-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.uc-partners-header {
  text-align: center;
  margin-bottom: 36px;
}

.uc-partners-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.uc-ptbar {
  height: 12px; width: 22px;
  border-radius: 100px;
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
}

.uc-partners-tag span {
  font-size: 14px; font-weight: 700;
  color: var(--ienet-black3);
}

.uc-partners-title {
  font-size: 30px; font-weight: 800;
  color: var(--ienet-black3); margin-bottom: 6px;
}
.uc-partners-title em {
  background: var(--uc-gradient, linear-gradient(135deg,#3DBD80,#02A7C5));
  -webkit-background-clip: text; background-clip: text;
  color: transparent !important; font-style: normal;
}

.uc-partners-sub {
  font-size: 13px;
  color: var(--ienet-black3);
}

/* ── Marquee ── */
.uc-marquee-wrap {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}

/* فيد يمين ويسار */
.uc-marquee-wrap::before,
.uc-marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0; height: 100%;
  width: 120px; z-index: 10;
  pointer-events: none;
}
.uc-marquee-wrap::before {
  right: 0;
}
.uc-marquee-wrap::after {
  left: 0;
}

/* البطاقة */
.uc-p-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .3s, border-color .3s;
}
.uc-p-item:hover {
  background: rgba(2,167,197,0.15);
  border-color: rgba(2,167,197,0.45);
}
.uc-p-item img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .uc-partners-section { padding: 44px 0; }
  .uc-partners-title   { font-size: 22px; }
  .uc-p-item           { width: 130px;}
  .uc-marquee-wrap::before,
  .uc-marquee-wrap::after { width: 60px; }
}
/* ─────────────────────────────────────────────────────────
   FEATURE-THREE — التسجيل الإلكتروني (Redesign ٢)
───────────────────────────────────────────────────────── */
.feature-three {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}

/* Pattern خلفي */
.feature-three::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60vmin; height: 60vmin;
  background: url('assets_home/images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.05;
  animation: ucSpin 70s linear infinite;
  pointer-events: none;
  z-index: 0;
}
/* دائرة ضوء خلفية */
.feature-three::after {
  content: '';
  position: absolute;
  bottom: -100px; left: 30%;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2,167,197,.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
/* إلغاء الـ bg القديم */
.feature-three__bg { display: none !important; }

.feature-three .container { position: relative; z-index: 1; }

/* ── Layout رئيسي ── */
.reg-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 991px) {
  .reg-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ── بطاقة المحتوى (يمين) ── */
.reg-content-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
}
/* خط علوي gradient */
.reg-content-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
  border-radius: 24px 24px 0 0;
}

/* tagline */
.reg-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.reg-tbar {
  height: 10px; width: 18px;
  border-radius: 100px;
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
}
.reg-tag-txt {
  font-size: 13px;
  font-weight: 700;
  color: #02A7C5;
}

/* العنوان */
.reg-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}
.reg-title span {
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

/* قائمة المميزات */
.reg-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
}
.reg-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--ienet-black3);
}
.reg-list li .reg-check {
  width: 22px; height: 22px;
  border-radius: 7px;
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(2, 167, 197, 0.3);
}

/* ── الصورة الوسطى ── */
.reg-center-img {
  width: 200px;
  flex-shrink: 0;
  position: relative;
}
.reg-center-img-frame {
  width: 200px;
  height: 280px;
  border-radius: 100px 100px 60px 60px;
  overflow: hidden;
  border: 3px solid rgba(2, 167, 197, 0.3);
  box-shadow:
    0 20px 50px rgba(2, 167, 197, 0.2),
    0 0 0 8px rgba(2, 167, 197, 0.05);
  animation: ucFloat 5s ease-in-out infinite;
}
.reg-center-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* حلقة دوارة */
.reg-center-ring {
  position: absolute;
  inset: -12px;
  border-radius: 110px 110px 70px 70px;
  border: 2px dashed rgba(2, 167, 197, 0.2);
  animation: ucSpinReverse 25s linear infinite;
  pointer-events: none;
}

@media (max-width: 991px) {
  .reg-center-img { display: none; }
}

/* ── الصور الجانبية (يسار) ── */
.reg-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  overflow: hidden;
}

.reg-img-item {
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, border-color 0.3s ease;
  min-height: 0;  /* ← مهم جداً يمنع التمدد */
  max-height: 100%; /* ← يمنع الصورة تكسر الـ grid */
}

.reg-img-item:first-child {
  grid-column: span 2;
  display: none;
}

.reg-img-item:hover {
  transform: translateY(-4px);
  border-color: rgba(2, 167, 197, 0.35);
}

.reg-img-item img {
  width: 100%;
  height: 100%;   /* ← لازم يكون 100% مش auto */
  display: block;
}

@media (max-width: 767px) {
  .reg-imgs {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 140px 110px;
    height: 262px;
  }
  .reg-img-item:first-child
  {
    grid-column: span 1;

    display: block;

  }
}
/* ─────────────────────────────────────────────────────────
   FEATURE-ONE — Accordion مع صورة تتغير
───────────────────────────────────────────────────────── */
.feature-one {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(155deg, #f0fdf8 0%, #eaf7fd 45%, #f5fbf8 100%);
}
.feature-one::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60vmin; height: 60vmin;
  background: url('assets_home/images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.04;
  animation: ucSpin 70s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.feature-one .container { position: relative; z-index: 1; }
.feature-one .sec-title { padding-bottom: 50px; }

/* ── Layout ── */
.fo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .fo-wrap { grid-template-columns: 1fr; gap: 30px; }
}

/* ── الجانب الأيسر — Accordion ── */
.fo-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fo-item {
  border-radius: 16px;
  border: 1.5px solid rgba(2, 167, 197, 0.12);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.fo-item:hover {
  border-color: rgba(2, 167, 197, 0.3);
}
.fo-item.active {
  border-color: rgba(2, 167, 197, 0.45);
  box-shadow: 0 8px 28px rgba(2, 167, 197, 0.12);
}

/* رأس العنصر */
.fo-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  transition: background 0.3s;
}
.fo-item.active .fo-head {
  background: linear-gradient(135deg, rgba(61,189,128,.07), rgba(2,167,197,.1));
}

.fo-head-ico {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(61,189,128,.12), rgba(2,167,197,.15));
  display: flex; align-items: center; justify-content: center;
  color: #02A7C5;
  font-size: 18px;
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.fo-item.active .fo-head-ico,
.fo-item:hover .fo-head-ico {
  background: linear-gradient(135deg, #3DBD80, #02A7C5);
  color: #fff;
  transform: scale(1.08) rotate(-5deg);
}

.fo-head-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--ienet-black3, #162033);
  flex: 1;
  transition: color 0.3s;
}
.fo-item.active .fo-head-title {
  color: #02A7C5;
}

.fo-head-arrow {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(2, 167, 197, 0.1);
  display: flex; align-items: center; justify-content: center;
  color: #02A7C5;
  transition: transform 0.35s, background 0.3s, color 0.3s;
  flex-shrink: 0;
}
.fo-item.active .fo-head-arrow {
  transform: rotate(180deg);
  background: linear-gradient(135deg, #3DBD80, #02A7C5);
  color: #fff;
}

/* جسم العنصر */
.fo-body {
  max-height: 0;
  overflow: hidden;
  color: #5a7a8a;
  line-height: 1.78;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 18px;
}
.fo-item.active .fo-body {
  max-height: 100px;
  padding: 10px 18px 16px;
}

/* خط علوي gradient للعنصر الـ active */
.fo-item.active::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(135deg, #3DBD80, #02A7C5);
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
}

/* ── الجانب الأيمن — الصورة ── */
.fo-img-side {
  position: relative;
  height: 480px;
}

/* الإطارات — كل صورة طبقة فوق التانية */
.fo-img-panel {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.96) translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.fo-img-panel.show {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.fo-img-panel img {
  width: 100%; height: 100%; display: block;
}

/* placeholder لو مفيش صورة */
.fo-img-ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px;
}
.fo-img-ph svg { opacity: 0.25; }
.fo-img-ph span { font-size: 12px; color: #8aabb5; }

/* label على الصورة */
.fo-img-label {
  position: absolute;
  bottom: 20px; right: 20px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 10px 16px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 6px 20px rgba(2, 167, 197, 0.15);
  border: 1px solid rgba(2, 167, 197, 0.12);
  z-index: 2;
}
.fo-img-label .lbl-ico {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #3DBD80, #02A7C5);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px;
}
.fo-img-label .lbl-t {
  font-size: 13px; font-weight: 700;
  color: var(--ienet-black3, #162033);
}

/* حلقة زخرفية */
.fo-img-ring {
  position: absolute;
  inset: -14px;
  border-radius: 28px;
  border: 2px dashed rgba(2, 167, 197, 0.15);
  animation: ucSpinReverse 30s linear infinite;
  pointer-events: none;
  z-index: 0;
}

/* الإطار الخارجي للصورة */
.fo-img-outer {
  position: relative;
  height: 100%;
}

/* Responsive */
@media (max-width: 767px) {
  .feature-one { padding: 60px 0 80px; }
  .fo-head-title { font-size: 14px; }
}
/* ─────────────────────────────────────────────────────────
   JOBS PORTAL SECTION — بوابة التوظيف
───────────────────────────────────────────────────────── */
.uc-jobs-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #f0fdf8 0%, #eaf7fd 45%, #f5fbf8 100%);
}

/* البطاقة الرئيسية */
.uc-jobs-card {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  min-height: 260px;
  background: var(--ienet-black);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: center;
  box-shadow: 0 24px 60px var(--ienet-black);
}

/* أشكال زخرفية خلفية */
.uc-jobs-shape1 {
  position: absolute;
  top: -40px; right: 10%;
  width: 200px; height: 200px;
  border-radius: 50%;
  border: 40px solid rgba(2, 167, 197, 0.06);
  pointer-events: none;
}
.uc-jobs-shape2 {
  position: absolute;
  bottom: -50px; left: 5%;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,189,128,.07), transparent 70%);
  pointer-events: none;
}
.uc-jobs-shape3 {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 1px; height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(2,167,197,.12), transparent);
  pointer-events: none;
}

/* ── الجانب الأيمن — النص ── */
.uc-jobs-right {
  padding: 44px 40px;
  position: relative;
  z-index: 2;
}

.uc-jobs-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.uc-jobs-tbar {
  height: 10px; width: 18px;
  border-radius: 100px;
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
}
.uc-jobs-tag-txt {
  font-size: 12px; font-weight: 700;
  color: #3DBD80; letter-spacing: .5px;
}

.uc-jobs-title {
 font-weight: 900;
  color: #000; line-height: 1.2;
  margin-bottom: 10px;
}
.uc-jobs-title em {
  background: var(--uc-gradient, linear-gradient(135deg, #3DBD80, #02A7C5));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-style: normal;
}

.uc-jobs-sub {
  color: rgb(0, 0, 0);
  line-height: 1.8;
  margin-bottom: 24px;
}

/* ── الصورة الوسطى ── */
.uc-jobs-center {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.uc-jobs-circle {
  width: 160px; height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(61,189,128,.15), rgba(2,167,197,.2));
  border: 2px solid rgba(2, 167, 197, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 12px rgba(2, 167, 197, 0.05),
    0 0 40px rgba(2, 167, 197, 0.15);
  animation: ucJobsPulse 3s ease-in-out infinite;
  overflow: hidden;
  position: relative;
}
.uc-jobs-circle img {
  width: 110%;
  height: 110%;
  object-fit: contain;
  display: block;
}

@keyframes ucJobsPulse {
  0%, 100% {
    box-shadow: 0 0 0 12px rgba(2,167,197,.05), 0 0 40px rgba(2,167,197,.15);
  }
  50% {
    box-shadow: 0 0 0 22px rgba(2,167,197,.08), 0 0 60px rgba(2,167,197,.25);
  }
}

/* حلقة دوارة حول الصورة */
.uc-jobs-ring {
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 2px dashed rgba(2, 167, 197, 0.2);
  animation: ucSpinReverse 20s linear infinite;
  pointer-events: none;
}

/* ── الجانب الأيسر — المميزات ── */
.uc-jobs-left {
  padding: 44px 40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.uc-jobs-feat {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(0, 0, 0, 0.82);
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background .25s, border-color .25s, transform .25s;
  cursor: default;
}
.uc-jobs-feat:hover {
  background: rgba(2, 167, 197, 0.1);
  border-color: rgba(2, 167, 197, 0.25);
  transform: translateX(-4px);
}
.uc-jobs-feat-ico {
  width: 32px; height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(61,189,128,.2), rgba(2,167,197,.25));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .25s;
}
.uc-jobs-feat:hover .uc-jobs-feat-ico {
  background: linear-gradient(135deg, #3DBD80, #02A7C5);
}

/* Responsive */
@media (max-width: 991px) {
  .uc-jobs-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .uc-jobs-center { order: -1; padding: 30px 20px 10px; }
  .uc-jobs-right  { padding: 20px 30px; text-align: center; }
  .uc-jobs-left   { padding: 10px 30px 30px; }
  .uc-jobs-tag    { justify-content: center; }
  .uc-jobs-shape3 { display: none; }
  .uc-jobs-feat:hover { transform: none; }
}
@media (max-width: 767px) {
  .uc-jobs-title { font-size: 24px; }
  .uc-jobs-circle { width: 120px; height: 120px; }
}
.uc-jobs-title {
  font-size: 46px; /* بدل 30px */
}

.uc-jobs-sub {
  font-size: 16px; /* بدل 13px */
}

.uc-jobs-tag-txt {
  font-size: 14px; /* بدل 12px */
}
.gallery-one {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  background: linear-gradient(155deg, #f0fdf8 0%, #eaf7fd 45%, #f5fbf8 100%);
}
.gallery-one::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 55vmin; height: 55vmin;
  background: url('assets_home/images/Pattern-1.png') center / contain no-repeat;
  opacity: 0.04;
  animation: ucSpin 70s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.gallery-one .container { position: relative; z-index: 1; }
.gallery-one .sec-title { padding-bottom: 36px; }

.g-cf-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0 30px;
}

.g-cf-card {
  flex-shrink: 0;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #e0f5fb;
}

.g-cf-card.g-side {
  width: 220px; height: 200px;
  opacity: 0.6;
  filter: brightness(0.78) saturate(0.7);
  box-shadow: 0 4px 16px rgba(2,167,197,.08);
}
.g-cf-card.g-side.g-right { transform: perspective(1000px) rotateY(-8deg) scale(0.9); }
.g-cf-card.g-side.g-left  { transform: perspective(1000px) rotateY(8deg)  scale(0.9); }

.g-cf-card.g-active {
  width: 380px; height: 280px;
  opacity: 1;
  filter: brightness(1) saturate(1);
  transform: perspective(1000px) rotateY(0deg) scale(1);
  box-shadow: 0 20px 55px rgba(2,167,197,.22), 0 0 0 3px rgba(2,167,197,.25);
  z-index: 2;
}

.g-cf-card img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.5s ease;
  pointer-events: none;
}
.g-cf-card.g-active:hover img { transform: scale(1.04); }

.g-cf-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(22,32,51,.65) 0%, transparent 55%);
  opacity: 0; transition: opacity .3s;
  display: flex; align-items: flex-end; padding: 18px;
  text-decoration: none; border-radius: 18px;
}
.g-cf-card.g-active:hover .g-cf-overlay { opacity: 1; }
.g-cf-overlay-ico {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.9);
  display: flex; align-items: center; justify-content: center;
  color: #02A7C5;
}

.g-meta {
  display: flex; align-items: center;
  justify-content: center; gap: 20px;
  margin-top: 10px;
}
.g-counter { font-size: 13px; color: #8aabb5; letter-spacing: 2px; }
.g-counter b { color: #02A7C5; font-weight: 700; }
.g-progress {
  width: 180px; height: 3px;
  background: rgba(2,167,197,.15);
  border-radius: 3px; overflow: hidden;
}
.g-progress-fill {
  height: 100%;
  background: linear-gradient(135deg, #3DBD80, #02A7C5);
  border-radius: 3px; transition: width .4s ease;
}

.g-nav {
  display: flex; align-items: center;
  justify-content: center; gap: 12px;
  margin-top: 20px;
}
.g-btn {
  width: 46px; height: 46px; border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(2,167,197,.2);
  color: #02A7C5; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .25s;
  box-shadow: 0 4px 14px rgba(2,167,197,.1);
}
.g-btn:hover {
  background: linear-gradient(135deg, #3DBD80, #02A7C5);
  color: #fff; border-color: transparent;
  box-shadow: 0 8px 22px rgba(2,167,197,.3);
  transform: scale(1.08);
}

.g-dots { display: flex; align-items: center; gap: 8px; }
.g-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(2,167,197,.2);
  border: none; cursor: pointer; padding: 0;
  transition: all .3s;
}
.g-dot.active {
  width: 26px; border-radius: 4px;
  background: linear-gradient(135deg, #3DBD80, #02A7C5);
}

@media (max-width: 767px) {
  .g-cf-card.g-side   { width: 120px; height: 150px; }
  .g-cf-card.g-active { width: 220px; height: 200px; }
  .g-cf-wrap { gap: 12px; }
}
.g-cf-card {
  perspective: 800px;
}

.g-cf-img-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.g-cf-img-inner.flipping {
  transform: rotateY(90deg);
}
.details__text img
{
  width: 100%;
  height: 100%;
}