:root {
  --font-primary: "Manrope", "Inter", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --font-secondary: "Noto Naskh Arabic", "Manrope", "Segoe UI", Arial, sans-serif;
  --primary-blue: #0b5ea8;
  --dark-blue: #083c73;
  --light-blue: #eef5fb;
  --accent-gold: #b28a3b;
  --white: #ffffff;
  --dark: #111827;
  --text: #4b5563;
  --border: #e5e7eb;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: var(--text);
  font-family: var(--font-secondary);
  background: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6,
.media-heading,
.card-title,
.head-welcome {
  font-family: var(--font-primary);
}

p,
a,
li,
button,
input,
textarea,
select,
.sub-head-welcome {
  font-family: var(--font-secondary);
}

body.homepage {
  background: #fff;
}

.top-bar {
  background: var(--dark-blue);
  border-bottom: 0;
  padding: 6px 0;
  min-height: 38px;
}

.top-number p,
.social-share li a,
.search i {
  color: var(--white) !important;
}

.social-share li a {
  background: rgba(255, 255, 255, .14);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-form {
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  color: var(--white);
  border-radius: 4px;
}

.search-form::placeholder {
  color: rgba(255, 255, 255, .78);
}

.navbar-inverse {
  background: var(--white);
  border: 0;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .08);
  border-radius: 0;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar-inverse.navbar-fixed-scroll {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .12);
}

.navbar-inverse .container {
  display: flex;
  align-items: center;
  min-height: 86px;
}

.navbar-header {
  float: none;
  flex: 0 0 auto;
}

.navbar-collapse {
  flex: 1 1 auto;
}

.navbar-right {
  float: none !important;
  margin-left: auto;
  margin-right: 0;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none;
}

.navbar-brand {
  height: auto;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-height: 64px;
  width: auto;
}

.navbar-inverse .navbar-nav > li > a {
  color: var(--dark);
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 13px;
  padding-right: 13px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: var(--primary-blue);
  background: transparent;
}

.dropdown-menu {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(17, 24, 39, .14);
  padding: 10px;
}

.dropdown-menu > li > a {
  padding: 10px 14px;
  border-radius: 5px;
  color: var(--dark);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.dropdown-menu > li > a:hover {
  color: var(--primary-blue);
  background: var(--light-blue);
}

#main-slider .item {
  min-height: 650px;
  background-position: center;
  background-size: cover;
  position: relative;
}

#main-slider .item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(8, 60, 115, .36));
  z-index: 0;
}

#main-slider .container,
#main-slider .carousel-content,
#main-slider .slider-img {
  position: relative;
  z-index: 1;
}

#main-slider .carousel-content {
  text-align: center;
  padding-top: 185px;
  width: 100%;
}

#main-slider h1,
#main-slider h2,
#main-slider .carousel-content h1 {
  color: var(--white);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.12;
  font-weight: 800;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .36);
  letter-spacing: 0;
  text-transform: none;
}

#main-slider span {
  color: var(--accent-gold);
}

.btn-slide,
.btn-primary,
.btn-submit,
.preview,
.readmore,
.btn.btn-primary {
  background: var(--accent-gold) !important;
  color: var(--dark) !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(242, 182, 50, .25);
}

.btn-slide:hover,
.btn-primary:hover,
.btn-submit:hover {
  background: var(--primary-blue) !important;
  color: var(--white) !important;
}

.prev,
.next {
  background: rgba(255, 255, 255, .14) !important;
  border: 1px solid rgba(255, 255, 255, .25);
}

#main-slider .slider-img {
  display: none;
}

#main-slider .col-sm-6 {
  width: 100%;
}

#main-slider .carousel-indicators {
  bottom: 42px;
}

#main-slider .carousel-indicators li {
  border-color: rgba(255, 255, 255, .8);
}

#main-slider .carousel-indicators .active {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
}

#feature,
#recent-works,
#services,
#middle,
#content,
#portfolio,
#contact-info,
#contact-page {
  padding: 80px 0;
}

body.homepage #feature {
  padding: 88px 0;
  background: #fff;
  position: relative;
  clear: both;
}

body.homepage #feature .container {
  position: relative;
  z-index: 2;
}

body.homepage #feature .row-picture-inner {
  margin-top: 0;
  background: var(--white);
  box-shadow: 0 24px 54px rgba(17, 24, 39, .12);
  border: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: visible;
}

body.homepage #feature .row-picture-inner:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  width: min(330px, 42%);
  height: 182px;
  background: linear-gradient(rgba(11, 94, 168, .9), rgba(11, 94, 168, .9)), url("../images/img/Bottom_bg.png") center/cover;
  box-shadow: 0 20px 44px rgba(8, 60, 115, .25);
}

body.homepage #feature .image {
  position: relative;
  margin: 42px 0 42px 42px;
  width: calc(100% - 42px);
  min-height: 360px;
  background: #eef5fb;
  box-shadow: -34px 34px 0 #f3f6fb;
}

body.homepage #feature .image img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: contrast(1.02) saturate(.95);
}

body.homepage #feature .image:after {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 2px solid var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(0, 0, 0, .28);
  text-indent: 4px;
  font-size: 22px;
}

body.homepage #feature .row-text {
  padding: 72px 42px 44px;
}

body.homepage #feature .row-text .col-sm-6 {
  width: 100%;
}

body.homepage .head-welcome {
  color: var(--dark);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 8px;
}

body.homepage .sub-head-welcome {
  color: var(--dark);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 24px;
}

body.homepage #feature p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text);
}

body.homepage #activity {
  background: #fff;
  padding: 72px 0 90px;
}

body.homepage #activity .features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.homepage #activity .features > [class*="col-"] {
  width: auto;
  float: none;
  padding: 0;
}

body.homepage .feature-wrap {
  min-height: 222px;
  padding: 34px 26px 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(17, 24, 39, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.homepage .feature-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(17, 24, 39, .13);
}

body.homepage .feature-wrap i {
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: var(--primary-blue);
  color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}

body.homepage .feature-wrap h2 {
  color: var(--dark);
  font-weight: 800;
  font-size: 24px;
}

body.homepage .feature-wrap h3 {
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
}

.center h2,
.center h3,
.recent-work-inner h3,
.media-heading,
.contact-head,
.contact-head-2 {
  color: var(--dark);
  font-weight: 800;
}

#contact-info .contact-head {
  color: #fff !important;
}

#contact-info .breadcrumb,
#contact-info .breadcrumb a,
#contact-info .breadcrumb li,
#contact-info .breadcrumb .active {
  color: rgba(255, 255, 255, .92) !important;
}

.tooltip-inner {
  color: #fff !important;
  background-color: #0f172a !important;
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 600;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0f172a !important;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0f172a !important;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #0f172a !important;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #0f172a !important;
}

.row-picture-inner,
.services-wrap,
.recent-work-wrap,
.contact-wrap,
.gmap-area,
.card-social,
.event-wrap .media,
.portfolio-item .recent-work-wrap {
  border-radius: 8px;
}

.services-wrap,
.recent-work-wrap,
.event-wrap .media,
.card-social,
.contact-form,
.gmap-area .container,
.portfolio-item .recent-work-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 16px 36px rgba(17, 24, 39, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.services-wrap:hover,
.recent-work-wrap:hover,
.event-wrap .media:hover,
.portfolio-item .recent-work-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(17, 24, 39, .14);
}

#feature,
#middle,
#contact-info {
  background: var(--light-blue);
}

body:not(.homepage) #contact-info {
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(8, 60, 115, .55)),
    url("../images/slider/bg2.jpg") center/cover no-repeat !important;
}

body:not(.homepage) #contact-info .contact-wrap {
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  background: transparent !important;
}

body:not(.homepage) #contact-info .center {
  text-align: left;
  padding-bottom: 0;
}

body:not(.homepage) #contact-info .contact-head {
  margin: 0;
  color: #fff !important;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.08;
}

body:not(.homepage) #contact-info .breadcrumb {
  display: none;
}

body.homepage #recent-works {
  background: #f8faf9;
  padding: 88px 0;
}

body.homepage #recent-works .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

body.homepage #recent-works .flip-card {
  width: auto;
  height: 360px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(17, 24, 39, .11);
  background: #111827;
  display: block;
  position: relative;
  transform: none !important;
  perspective: none;
}

body.homepage #recent-works .front,
body.homepage #recent-works .back {
  border-radius: 8px;
  transform: none !important;
  backface-visibility: visible;
  position: absolute;
  inset: 0;
}

body.homepage #recent-works .front:before {
  background: linear-gradient(180deg, rgba(8, 60, 115, .08), rgba(0, 0, 0, .72));
}

body.homepage #recent-works .front {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

body.homepage #recent-works .arabic-head {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 800;
  text-align: center;
  padding: 24px;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .45);
}

body.homepage #recent-works .back {
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  background: rgba(8, 60, 115, .94);
  color: #fff;
  padding: 24px;
  overflow: auto;
  transition: opacity .2s ease, visibility .2s ease;
}

body.homepage #recent-works .flip-card:hover .back,
body.homepage #recent-works .flip-card:focus .back {
  opacity: 1;
  visibility: visible;
}

body.homepage #recent-works .back p {
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.65;
}

body.homepage #recent-works .button {
  background: var(--accent-gold);
  color: var(--dark);
  border: 0;
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 800;
}

body.homepage #services {
  background: linear-gradient(rgba(13, 23, 20, .88), rgba(13, 23, 20, .88)), url("../images/img/Bottom_bg.png") center/cover fixed;
  color: #fff;
}

body.homepage #services .center h2 {
  color: #fff;
}

body.homepage #services .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.homepage #services .event-wrap,
body.homepage #video .event-wrap {
  width: auto;
  float: none;
}

body.homepage #services .event-wrap > [class*="col-"],
body.homepage #video .event-wrap > [class*="col-"] {
  width: auto;
  float: none;
  padding: 0;
}

body.homepage #services .services-wrap {
  min-height: 238px;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .86);
}

body.homepage #services .media-heading {
  color: #fff;
}

body.homepage #services .event-date {
  margin-top: 18px;
}

body.homepage #services .event-date i {
  display: inline-block;
  margin: 4px 6px 0 0;
  background: var(--primary-blue);
  color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
}

#services,
#recent-works,
#portfolio,
#contact-page {
  background: var(--white);
}

body.homepage #partner {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--dark-blue), var(--primary-blue));
  color: #fff;
}

body.homepage #partner .donation,
body.homepage #partner .donation-text,
body.homepage #partner .head-donation-sub,
body.homepage #partner .donation-text-sub,
body.homepage #partner .icon-donation {
  color: #fff;
}

body.homepage #partner .container {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  gap: 24px;
  align-items: stretch;
}

body.homepage #partner .center,
body.homepage #partner .rows,
body.homepage #partner .donation-wrap,
body.homepage #partner .rows-box-donation {
  width: auto;
  float: none;
  margin: 0;
}

body.homepage #partner [class*="col-"] {
  width: auto;
  float: none;
  padding: 0;
}

body.homepage #partner .center {
  text-align: left;
}

body.homepage .donation-wrap,
body.homepage .donation-wrap-sub {
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  padding: 34px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, .12);
}

body.homepage .donation {
  font-size: 34px;
  font-weight: 800;
}

body.homepage .btn-donate,
body.homepage .btn-donate-sub {
  display: inline-block;
  background: var(--accent-gold);
  color: var(--dark);
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 800;
  margin-top: 14px;
}

body.homepage #video {
  padding: 86px 0;
  background: #fff;
}

body.homepage #video .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.homepage #video .services-wrap {
  padding: 0;
  overflow: hidden;
}

body.homepage #video .embed-responsive {
  border-radius: 8px 8px 0 0;
}

body.homepage #video .card-body {
  padding: 22px;
}

body.homepage #video .card-title {
  min-height: 46px;
  color: var(--dark);
  font-weight: 800;
  line-height: 1.35;
}

body.homepage #bottom {
  background: #0d1714;
  color: rgba(255, 255, 255, .78);
  padding-top: 72px;
}

body.homepage #bottom .audio-bg {
  background: transparent;
}

body.homepage #bottom .widget,
body.homepage #bottom .row-audio {
  border-radius: 8px;
}

body.homepage #bottom .footer-head,
body.homepage #bottom .audio-head {
  color: #fff;
  font-weight: 800;
}

body.homepage #bottom a,
body.homepage #bottom .footer-text,
body.homepage #bottom .lead {
  color: rgba(255, 255, 255, .78);
}

.img-event,
.services-wrap img {
  border-radius: 8px;
}

.event-date i,
.fa-calendar-alt,
.fa-clock-o {
  color: var(--dark-blue);
  font-weight: 700;
}

.progress-bar {
  background: var(--primary-blue);
}

footer,
#footer {
  background: #0d1714 !important;
  color: rgba(255, 255, 255, .78);
  padding-top: 56px;
}

#footer h2,
#footer h3,
#footer h4,
#footer a {
  color: var(--white);
}

#footer a:hover {
  color: var(--accent-gold);
}

.floating-button-menu,
.whatsapp-chat a {
  background: var(--primary-blue) !important;
}

.page-title,
#contact-info,
#portfolio {
  position: relative;
}

.blog-static-hero {
  min-height: 320px;
  color: var(--white);
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(8, 60, 115, .55)), url("../images/slider/bg2.jpg") center/cover;
}

.blog-static-hero h1 {
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 800;
}

.blog-static-section {
  padding: 80px 0;
}

.blog-filter-card,
.blog-empty-card,
.blog-language-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(17, 24, 39, .08);
  padding: 28px;
}

.blog-language-card a {
  display: inline-block;
  margin: 8px;
  padding: 12px 22px;
  border-radius: 4px;
  color: var(--white);
  background: var(--primary-blue);
  font-weight: 800;
}

@media (max-width: 991px) {
  .navbar-inverse .container {
    min-height: 78px;
  }

  .navbar-inverse .navbar-nav > li > a {
    padding: 12px 15px;
  }

  body.homepage #feature .row-picture-inner {
    display: block;
  }

  body.homepage #feature .row-picture-inner:before {
    display: none;
  }

  body.homepage #feature .image {
    margin: 0;
    width: 100%;
    box-shadow: none;
  }

  body.homepage #feature .row-text {
    padding: 38px 26px;
  }

  body.homepage #activity .features,
  body.homepage #recent-works .content,
  body.homepage #services .row,
  body.homepage #video .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage #partner .container {
    grid-template-columns: 1fr;
  }

  #main-slider .item {
    min-height: 540px;
  }

  #main-slider .carousel-content {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .container {
    display: block;
    min-height: 0;
  }

  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-collapse {
    flex: none;
  }

  .navbar-nav {
    display: block;
  }

  .navbar-brand img {
    max-height: 54px;
  }

  body.homepage #activity .features,
  body.homepage #recent-works .content,
  body.homepage #services .row,
  body.homepage #video .row {
    grid-template-columns: 1fr;
  }

  body.homepage #recent-works .flip-card {
    height: 320px;
  }

  body.homepage #services .services-wrap,
  body.homepage .feature-wrap {
    min-height: auto;
  }

  .top-bar .col-xs-4,
  .top-bar .col-xs-8 {
    width: 100%;
    text-align: center;
  }

  .social {
    float: none;
    text-align: center;
  }

  #main-slider h1,
  #main-slider h2,
  #main-slider .carousel-content h1 {
    font-size: 34px;
  }

  #feature,
  #recent-works,
  #services,
  #middle,
  #content,
  #portfolio,
  #contact-info,
  #contact-page {
    padding: 52px 0;
  }
}

/* Professional static-site pass */
body.homepage {
  background: #fff;
  color: #4b5563;
}

body.homepage .container {
  max-width: 1180px;
}

body.homepage .top-bar {
  background: #083c73;
  padding: 7px 0;
}

body.homepage .top-number p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

body.homepage .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

body.homepage .social-share {
  margin: 0;
}

body.homepage .search {
  margin: 0;
}

body.homepage .search-form {
  width: 0;
  padding: 0;
  border: 0;
}

body.homepage .navbar-inverse {
  min-height: 92px;
  background: #fff;
  border-bottom: 1px solid rgba(17, 24, 39, .06);
  box-shadow: 0 12px 28px rgba(17, 24, 39, .06);
}

body.homepage .navbar-inverse .container {
  min-height: 92px;
}

body.homepage .navbar-brand {
  padding: 0 15px;
}

body.homepage .navbar-brand img {
  max-height: 70px;
}

body.homepage .navbar-inverse .navbar-nav > li > a {
  padding: 36px 15px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
}

body.homepage .navbar-inverse .navbar-nav > .active > a,
body.homepage .navbar-inverse .navbar-nav > li > a:hover,
body.homepage .navbar-inverse .navbar-nav > .open > a {
  color: #0b5ea8;
}

body.homepage #main-slider {
  background: #081827;
}

body.homepage #main-slider .item {
  min-height: 650px;
  background-size: cover;
  background-position: center;
}

body.homepage #main-slider .item:before {
  background: linear-gradient(90deg, rgba(3, 20, 38, .78), rgba(3, 20, 38, .32));
}

body.homepage #main-slider .slide-margin {
  margin-top: 0;
}

body.homepage #main-slider .carousel-content {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 190px;
}

body.homepage #main-slider h1,
body.homepage #main-slider h2,
body.homepage #main-slider .carousel-content h1 {
  font-size: clamp(42px, 5.6vw, 76px);
  font-weight: 800;
  line-height: 1.06;
}

body.homepage .btn-slide {
  margin-top: 22px;
  padding: 13px 28px;
  background: #b28a3b !important;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(178, 138, 59, .28);
}

body.homepage #feature {
  padding: 92px 0;
  background: linear-gradient(180deg, #f8fafc 0, #fff 100%);
}

body.homepage #feature .row-picture-inner {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
  padding: 34px;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

body.homepage #feature .row-picture-inner:before {
  display: none;
}

body.homepage #feature .row-picture-inner > .col-sm-6,
body.homepage #feature .row-text,
body.homepage #feature .row-text > .col-sm-6 {
  width: auto;
  float: none;
  padding: 0;
}

body.homepage #feature .image {
  margin: 0;
  width: 100%;
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
  background: #eef5fb;
  box-shadow: none;
}

body.homepage #feature .image img {
  min-height: 430px;
  object-fit: cover;
}

body.homepage #feature .row-text {
  padding: 0;
}

body.homepage .head-welcome {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
}

body.homepage .sub-head-welcome {
  margin: 0 0 24px;
  color: #0b5ea8;
  font-size: 20px;
  font-weight: 800;
}

body.homepage #feature p {
  max-height: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding-right: 8px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.85;
}

body.homepage .welcome-read-more {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 22px;
  background: var(--accent-gold);
  color: #fff !important;
  border-radius: 6px;
  font-family: var(--font-primary) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

body.homepage .welcome-read-more:hover {
  background: var(--primary-blue);
  color: #fff !important;
}

body.homepage #activity,
body.homepage #recent-works,
body.homepage #services,
body.homepage #partner,
body.homepage #video {
  padding: 92px 0;
}

body.homepage #activity {
  background: #fff;
}

body.homepage .feature-wrap {
  border: 1px solid #e8edf3;
  border-top: 4px solid #b28a3b;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

body.homepage .feature-wrap i {
  background: #eef5fb;
  color: #0b5ea8;
}

body.homepage .center {
  max-width: 860px;
  margin: 0 auto 44px;
}

body.homepage .center h2 {
  color: #0f172a;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 800;
}

body.homepage .center h3 {
  color: #6b7280;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}

body.homepage #recent-works {
  background: #f8fafc;
}

body.homepage #recent-works .flip-card {
  height: 380px;
  border: 0;
  box-shadow: 0 24px 54px rgba(15, 23, 42, .11);
}

body.homepage #recent-works .arabic-head {
  font-size: clamp(26px, 2.4vw, 34px);
}

body.homepage #services {
  background: linear-gradient(rgba(3, 20, 38, .9), rgba(3, 20, 38, .9)), url("../images/img/Bottom_bg.png") center/cover;
}

body.homepage #services .services-wrap {
  min-height: 248px;
  padding: 28px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: none;
}

body.homepage #services .pull-left {
  float: none !important;
  margin: 0 0 18px;
}

body.homepage #services .img-event {
  width: 54px;
  height: 54px;
  object-fit: contain;
  padding: 10px;
  background: rgba(255, 255, 255, .12);
}

body.homepage #partner {
  background: #fff;
  color: #4b5563;
}

body.homepage #partner .container {
  grid-template-columns: 1.1fr .95fr .95fr;
}

body.homepage .donation-wrap {
  background: linear-gradient(135deg, #083c73, #0b5ea8);
}

body.homepage .donation-wrap-sub {
  background: #fff;
  border: 1px solid #e8edf3;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

body.homepage #partner .donation-wrap-sub .head-donation-sub,
body.homepage #partner .donation-wrap-sub .donation-text-sub,
body.homepage #partner .donation-wrap-sub .icon-donation {
  color: #0f172a;
}

body.homepage #video {
  background: #f8fafc;
}

body.homepage #video iframe {
  width: 100%;
}

body.homepage #bottom {
  padding: 72px 0 34px;
  background: #07111f;
}

body.homepage #footer {
  padding-top: 20px;
  background: #050b13 !important;
}

/* Final shared footer font/navigation consistency */
#bottom,
#bottom p,
#bottom li,
#bottom a,
#bottom .lead,
#footer,
#footer p,
#footer li,
#footer a {
  font-family: var(--font-secondary) !important;
  letter-spacing: 0 !important;
}

#bottom {
  background:
    linear-gradient(180deg, rgba(7, 17, 31, .94), rgba(7, 17, 31, .98)),
    url("../images/img/Bottom_bg.png") center/cover no-repeat !important;
  color: rgba(255, 255, 255, .78) !important;
  border-bottom: 0 !important;
}

#footer {
  background: #050b13 !important;
  color: rgba(255, 255, 255, .78) !important;
}

#bottom .footer-head,
#bottom .audio-head {
  font-family: var(--font-primary) !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

#bottom .widget ul li a {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

#footer ul.pull-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
}

#footer ul.pull-right > li {
  margin-left: 0 !important;
}

#footer ul.pull-right > li > a {
  font-family: var(--font-primary) !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, .82) !important;
}

#footer a:hover,
#bottom .widget ul li a:hover {
  color: var(--accent-gold) !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  #footer ul.pull-right {
    float: none !important;
    justify-content: center;
    margin-top: 14px;
  }
}

/* Shaiks page card refresh */
.shaiks-card-section {
  padding: 72px 0 64px;
  background: #fff;
}

.shaiks-card-section .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 34px;
}

.shaiks-card-section .container:before,
.shaiks-card-section .container:after {
  display: none !important;
  content: none !important;
}

.shaiks-card-section [class*="col-"] {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}

.shaiks-card-section .card {
  position: relative;
  top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
  min-height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.shaiks-card-section .card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0b5ea8, #b99147);
  transform: none;
}

.shaiks-card-section .card:hover {
  top: auto;
  background: #fff;
  border-color: rgba(185, 145, 71, .34);
  box-shadow: 0 24px 54px rgba(15, 23, 42, .14);
  transform: translateY(-6px);
}

.shaiks-card-section .card-img-top {
  display: block;
  width: calc(100% - 44px);
  height: 220px;
  margin: 26px 22px 0;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .12);
}

.shaiks-card-section .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 26px;
}

.shaiks-card-section .card-title {
  margin: 0 0 12px;
  color: #0f172a;
  font-family: var(--font-primary) !important;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.shaiks-card-section .card-text {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: #536170;
  font-family: var(--font-secondary) !important;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.shaiks-card-section .card .btn {
  align-self: flex-start;
  margin-top: auto;
  padding: 11px 20px;
  color: #101827;
  background: #bd923a;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(189, 146, 58, .22);
  font-family: var(--font-primary) !important;
  font-size: 14px;
  font-weight: 800;
}

.shaiks-card-section .card .btn:hover {
  color: #fff;
  background: #0b5ea8;
}

@media (max-width: 991px) {
  .shaiks-card-section .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shaiks-card-section {
    padding: 48px 0;
  }

  .shaiks-card-section .container {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .shaiks-card-section .card-img-top {
    height: 210px;
  }
}

/* Contact page social and map redesign */
#social-icons-contact {
  position: relative;
  padding: 84px 20px 42px;
  background:
    radial-gradient(circle at 18% 20%, rgba(11, 94, 168, .08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #fff 72%);
}

#social-icons-contact .row-contact-social-icons {
  max-width: 1120px;
  margin: 0 auto;
}

#social-icons-contact .col-xm-12 {
  float: none;
  width: 100%;
}

#social-icons-contact .contact-head-2 {
  margin: 0 0 24px;
  color: #0f172a;
  font-family: var(--font-primary) !important;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 850;
  text-align: center;
}

#social-icons-contact .card-social {
  max-width: 780px;
  margin: 0 auto;
  padding: 18px 22px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(11, 94, 168, .12);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

#social-icons-contact .hero {
  min-height: 0;
}

#social-icons-contact .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

#social-icons-contact .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #0b5ea8;
  background: #f4f9ff;
  border: 1px solid rgba(11, 94, 168, .12);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  font-size: 22px;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

#social-icons-contact .social-links a:hover {
  color: #fff;
  background: #0b5ea8;
  box-shadow: 0 16px 32px rgba(11, 94, 168, .24);
  transform: translateY(-4px);
}

.gmap-area {
  padding: 74px 20px;
  background:
    linear-gradient(90deg, rgba(3, 12, 25, .86), rgba(11, 94, 168, .42)),
    url("../images/map.jpg") center/cover no-repeat !important;
}

.gmap-area .container {
  max-width: 1120px;
  padding: 0;
}

.gmap-area .row {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(3, 12, 25, .24);
}

.gmap-area .row > [class*="col-"] {
  float: none;
  width: auto;
  padding: 0;
}

.gmap-area .gmap {
  height: 100%;
  min-height: 360px;
}

.gmap-area .gmap iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 360px;
  filter: saturate(.9) contrast(.96);
}

.gmap-area .map-content {
  display: flex;
  align-items: center;
  padding: 46px 54px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .96));
}

.gmap-area .map-content ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gmap-area .map-content li {
  float: none;
  width: 100%;
  padding: 0;
}

.gmap-area address {
  margin: 0;
}

.gmap-area address h5 {
  margin: 0 0 18px;
  color: #0f172a;
  font-family: var(--font-primary) !important;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 850;
}

.gmap-area address p {
  margin: 0;
  color: #536170;
  font-family: var(--font-secondary) !important;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 600;
}

@media (max-width: 900px) {
  #social-icons-contact {
    padding: 62px 16px 32px;
  }

  #social-icons-contact .contact-head-2 {
    font-size: 30px;
  }

  .gmap-area {
    padding: 48px 16px;
  }

  .gmap-area .row {
    grid-template-columns: 1fr;
  }

  .gmap-area .map-content {
    padding: 34px 28px !important;
  }
}

/* Reference-style contact page layout */
.contact-reference-section {
  padding: 86px 0;
  background: #f7fafc;
}

.contact-reference-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 34px;
  align-items: stretch;
}

.contact-form-panel,
.contact-info-panel {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, .08);
}

.contact-form-panel {
  padding: 42px;
}

.contact-info-panel {
  padding: 42px;
  color: rgba(255, 255, 255, .86);
  background:
    linear-gradient(135deg, rgba(4, 20, 38, .96), rgba(11, 94, 168, .86)),
    url("../images/slider/bg2.jpg") center/cover no-repeat;
}

.contact-form-panel h2,
.contact-info-panel h2 {
  margin: 0 0 12px;
  font-family: var(--font-primary) !important;
  font-size: 32px;
  line-height: 1.22;
  font-weight: 850;
}

.contact-form-panel h2 {
  color: #0f172a;
}

.contact-info-panel h2,
.contact-info-panel h3,
.contact-info-panel h5 {
  color: #fff;
}

.contact-form-panel .lead,
.contact-info-panel p {
  margin-bottom: 24px;
  color: #536170;
  font-family: var(--font-secondary) !important;
  font-size: 16px;
  line-height: 1.75;
}

.contact-info-panel p {
  color: rgba(255, 255, 255, .78);
}

.contact-reference-section .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-reference-section .contact-form {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.contact-reference-section .form-grid {
  border: 0 !important;
  box-shadow: none !important;
}

.contact-reference-section .form-group {
  margin-bottom: 18px;
}

.contact-reference-section .form-group-wide {
  grid-column: 1 / -1;
}

.contact-reference-section label {
  color: #1f2937;
  font-family: var(--font-primary) !important;
  font-size: 14px;
  font-weight: 750;
}

.contact-reference-section .form-control {
  height: 48px;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  background: #f7fafc;
  font-family: var(--font-secondary) !important;
}

.contact-reference-section .form-control:focus {
  border: 0;
  box-shadow: 0 0 0 3px rgba(11, 94, 168, .12);
  background: #fff;
}

.contact-reference-section textarea.form-control {
  height: auto;
}

.contact-reference-section .btn {
  padding: 13px 24px;
  color: #101827;
  background: #bd923a;
  border: 0;
  border-radius: 5px;
  font-family: var(--font-primary) !important;
  font-size: 15px;
  font-weight: 850;
}

.contact-reference-section .btn:hover {
  color: #fff;
  background: #0b5ea8;
}

.contact-info-list {
  display: grid;
  gap: 18px;
  margin: 26px 0 28px;
}

.contact-info-list h5,
.contact-info-panel h3 {
  margin: 0 0 7px;
  font-family: var(--font-primary) !important;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 850;
}

.contact-info-list p {
  margin: 0;
}

.contact-info-panel .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.contact-info-panel .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  transition: background .22s ease, transform .22s ease;
}

.contact-info-panel .social-links a:hover {
  background: #bd923a;
  transform: translateY(-3px);
}

.contact-map-section {
  padding: 0 0 82px;
  background: #f7fafc;
}

.contact-map-section .container {
  max-width: 1120px;
}

.contact-map-section .gmap {
  width: 100%;
  height: 420px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, .1);
}

.contact-map-section .gmap iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  .contact-reference-section {
    padding: 58px 0;
  }

  .contact-reference-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-panel,
  .contact-info-panel {
    padding: 30px;
  }

  .contact-reference-section .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  body.homepage #feature .row-picture-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.homepage #feature p {
    max-height: none;
  }

  body.homepage #partner .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage .navbar-inverse {
    min-height: auto;
  }

  body.homepage .navbar-brand img {
    max-height: 58px;
  }

  body.homepage #main-slider .item {
    min-height: 520px;
  }

  body.homepage #main-slider .carousel-content {
    padding-top: 125px;
  }

  body.homepage #main-slider h1,
  body.homepage #main-slider h2,
  body.homepage #main-slider .carousel-content h1 {
    font-size: 38px;
  }

  body.homepage #feature,
  body.homepage #activity,
  body.homepage #recent-works,
  body.homepage #services,
  body.homepage #partner,
  body.homepage #video {
    padding: 62px 0;
  }

  body.homepage #feature .row-picture-inner {
    padding: 18px;
  }

  body.homepage #feature .image,
  body.homepage #feature .image img {
    min-height: 280px;
  }
}
