/* About page final */
body.site-home.about-modern {
  background: #f4f7fb;
}

/* hide old language bar */
body.site-home.about-modern .lang-nav {
  display: none !important;
}

/* header */
body.site-home.about-modern #fh5co-header-section {
  position: absolute;
  top: 88px;
  width: 100%;
  z-index: 103;
}

body.site-home.about-modern #fh5co-header-section .container.header-about-shell {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(16, 37, 62, 0.08);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(16, 37, 62, 0.08);
  backdrop-filter: blur(12px);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.site-home.about-modern .about-header-lang {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

body.site-home.about-modern .about-header-lang a {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f9fc;
  border: 1px solid rgba(16, 37, 62, 0.08);
  box-shadow: 0 8px 18px rgba(16, 37, 62, 0.06);
}

body.site-home.about-modern .about-header-lang a.active {
  border-color: rgba(15, 76, 129, 0.18);
  background: #eef4fb;
}

body.site-home.about-modern .about-header-lang img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 50%;
}

body.site-home.about-modern .logo img {
  width: 68px;
  max-width: 68px;
  height: auto;
  display: block;
}

/* menu cleanup */
body.site-home.about-modern #fh5co-menu-wrap {
  float: none;
  position: static;
  margin: 0;
  top: auto;
}

body.site-home.about-modern .sf-menu,
body.site-home.about-modern #fh5co-primary-menu {
  float: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

body.site-home.about-modern .sf-menu li,
body.site-home.about-modern .sf-menu ul li,
body.site-home.about-modern .sf-menu ul ul li,
body.site-home.about-modern .sf-menu li:hover,
body.site-home.about-modern .sf-menu li.sfHover {
  float: none;
}

body.site-home.about-modern .sf-menu li a,
body.site-home.about-modern #fh5co-primary-menu li a {
  background: transparent !important;
  color: #15324d !important;
  box-shadow: none !important;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

body.site-home.about-modern .sf-menu li:hover > a,
body.site-home.about-modern .sf-menu li.sfHover > a,
body.site-home.about-modern .sf-menu li.active > a,
body.site-home.about-modern #fh5co-primary-menu li:hover > a,
body.site-home.about-modern #fh5co-primary-menu li.active > a {
  background: #f1f5f9 !important;
  color: #0f4c81 !important;
  text-shadow: none !important;
}

body.site-home.about-modern #fh5co-primary-menu .fh5co-sub-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(16, 37, 62, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16, 37, 62, 0.1);
  padding: 10px;
}

body.site-home.about-modern #fh5co-primary-menu .fh5co-sub-menu a {
  color: #15324d !important;
  line-height: 1.8;
  font-size: 15px;
  border-radius: 12px;
}

body.site-home.about-modern #fh5co-primary-menu .fh5co-sub-menu a:hover {
  background: #edf4ff !important;
  color: #0f4c81 !important;
}

body.site-home.about-modern #fh5co-primary-menu > li > .sf-with-ul:after {
  color: #0f4c81;
}

/* header order */
html[dir="rtl"] body.site-home.about-modern #fh5co-header-section .container.header-about-shell {
  flex-direction: row;
}

html[dir="rtl"] body.site-home.about-modern .about-header-lang {
  order: 1;
}

html[dir="rtl"] body.site-home.about-modern #fh5co-menu-wrap {
  order: 2;
  flex: 1;
  display: flex;
  justify-content: center;
}

html[dir="rtl"] body.site-home.about-modern #fh5co-logo {
  order: 3;
}

html[dir="ltr"] body.site-home.about-modern .about-header-lang {
  order: 3;
}

html[dir="ltr"] body.site-home.about-modern #fh5co-menu-wrap {
  order: 2;
  flex: 1;
  display: flex;
  justify-content: center;
}

html[dir="ltr"] body.site-home.about-modern #fh5co-logo {
  order: 1;
}

/* hero */
body.site-home.about-modern #fh5co-hero {
  background:
    linear-gradient(rgba(8, 25, 42, 0.72), rgba(15, 76, 129, 0.62)),
    url('../images/confUpdate.jpeg') center center / cover no-repeat;
  margin: 10px 24px 40px;
  width: calc(100% - 48px);
  min-height: 78vh;
  height: auto;
  border-radius: 34px;
  overflow: hidden;
  display: block;
  float: none;
  position: relative;
  box-shadow: 0 28px 60px rgba(16, 37, 62, 0.18);
}

body.site-home.about-modern .hero-shell {
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 170px 50px 90px;
}

body.site-home.about-modern .hero-content {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

body.site-home.about-modern .hero-eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 15px;
  font-weight: 700;
}

body.site-home.about-modern .hero-title {
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  margin: 18px 0 14px;
  font-weight: 800;
}

body.site-home.about-modern .hero-text,
body.site-home.about-modern .hero-text-about {
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.95;
  max-width: 900px;
  margin: 0 auto;
}

body.site-home.about-modern #fh5co-hero .fh5co-arrow {
  bottom: 28px;
  background: linear-gradient(135deg, #d6405f, #f15d80);
  box-shadow: 0 18px 34px rgba(214, 64, 95, 0.35);
}

/* content */
body.site-home.about-modern #fh5co-main {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 4rem;
}

body.site-home.about-modern .about-section {
  margin-bottom: 28px;
}

body.site-home.about-modern .section-title {
  text-align: center;
  margin-bottom: 10px;
}

body.site-home.about-modern .section-title h2 {
  color: #0b3156;
  font-size: 36px;
  font-weight: 800;
  margin: 0;
}

body.site-home.about-modern .section-title h2::after {
  content: "";
  display: block;
  width: 88px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #d6405f, #0f4c81);
}

body.site-home.about-modern .about-card {
  background: #fff;
  border: 1px solid rgba(16, 37, 62, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(16, 37, 62, 0.08);
  padding: 30px;
  height: 100%;
  overflow: hidden;
}

body.site-home.about-modern .about-card h2,
body.site-home.about-modern .about-card h3 {
  color: #0b3156;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 800;
  line-height: 1.5;
}

body.site-home.about-modern .about-card p,
body.site-home.about-modern .about-card li {
  color: #5b6d86;
  font-size: 18px;
  line-height: 2;
}

body.site-home.about-modern .about-kicker {
  display: inline-block;
  margin-bottom: 12px;
  background: #edf4ff;
  color: #0f4c81;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

body.site-home.about-modern .about-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background: linear-gradient(180deg, #f9fbff, #eef4fb);
  border-radius: 24px;
  padding: 34px;
}

body.site-home.about-modern .about-logo-wrap img {
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
}

/* responsive */
@media (max-width: 991px) {
  body.site-home.about-modern #fh5co-header-section {
    position: relative;
    top: auto;
    margin-bottom: 18px;
  }

  body.site-home.about-modern #fh5co-header-section .container.header-about-shell {
    display: block;
    padding: 16px;
  }

  body.site-home.about-modern .about-header-lang {
    justify-content: center;
    margin-bottom: 12px;
  }

  body.site-home.about-modern #fh5co-logo {
    justify-content: center;
    margin-bottom: 12px;
  }

  body.site-home.about-modern #fh5co-menu-wrap {
    display: flex;
    justify-content: center;
  }

  body.site-home.about-modern .sf-menu,
  body.site-home.about-modern #fh5co-primary-menu {
    justify-content: center;
  }

  body.site-home.about-modern #fh5co-hero {
    width: calc(100% - 24px);
    margin: 0 12px 24px;
    min-height: auto;
  }

  body.site-home.about-modern .hero-shell {
    min-height: auto;
    padding: 100px 24px 70px;
  }

  body.site-home.about-modern .hero-title {
    font-size: 42px;
  }

  body.site-home.about-modern .hero-text,
  body.site-home.about-modern .hero-text-about {
    font-size: 18px;
    max-width: 100%;
  }

  body.site-home.about-modern .about-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  body.site-home.about-modern #fh5co-header-section .container.header-about-shell {
    padding: 14px;
  }

  body.site-home.about-modern .logo img {
    width: 60px;
    max-width: 60px;
  }

  body.site-home.about-modern .sf-menu li a,
  body.site-home.about-modern #fh5co-primary-menu li a {
    padding: 10px 12px;
    font-size: 14px;
  }

  body.site-home.about-modern .hero-title {
    font-size: 32px;
  }

  body.site-home.about-modern .hero-text,
  body.site-home.about-modern .hero-text-about {
    font-size: 16px;
    line-height: 1.8;
  }

  body.site-home.about-modern .about-card {
    padding: 22px 18px;
  }

  body.site-home.about-modern .about-card p,
  body.site-home.about-modern .about-card li {
    font-size: 16px;
  }
}