/*!
Theme Name: IDS
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>IDS</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: IDS
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

IDS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');
/* @import url('./assets/fonts/NeueHaasDisplay/stylesheet.css'); */

body {
  font-family:
    'Tajawal',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
}

.cta-section video#myVideo,
.hero-section video#myVideo {
  scale: -1 1;
}

.btn-primary::after {
  scale: -1 1;
}

.btn.key-services::after {
  rotate: 90deg;
  scale: unset;
}

.impact-card strong {
  direction: ltr;
}

.media-feature img,
.news-card img {
  scale: -1 1;
}

.partners-slider-button,
.what-slider-button,
.awards-slider-button,
.licenses-slider-button {
  scale: -1 1;
}

.about-ids {
  background:
    25% 100% / 30% no-repeat
      url('https://ids.ae/wp-content/uploads/2026/06/ids-fade-monogram.svg'),
    linear-gradient(180deg, #dff6ff 0%, #ffffff 27%, #ffffff 67%, #dff6ff 100%);
}

.who-values .row::before {
  content: 'قيمنا';
}

.partners-proof-card h2 {
  font-size: clamp(2.8rem, 7vw, 4.4rem);
}

.wpcf7,
.contact-form-card input:not([type='submit']),
.contact-form-card textarea,
.contact-form-card select {
  direction: rtl;
}

.footer-links a,
.capability-list li,
.governance-grid div,
.community-kicker,
.community-grid div,
.institutional-list li,
.partners-proof-card p,
.contact-form-card > p,
.career-empty-state p,
.single-career-application-card > p,
.news-pagination a,
.news-pagination span,
.news-empty-state p {
  font-weight: 500;
}

.social-link {
  align-items: flex-end;
}

@media (max-width: 575.98px) {
  .about-ids {
    background:
      5% 100% / 55% no-repeat
        url('https://ids.ae/wp-content/uploads/2026/06/ids-fade-monogram.svg'),
      linear-gradient(
        180deg,
        #dff6ff 0%,
        #ffffff 27%,
        #ffffff 67%,
        #dff6ff 100%
      );
  }
}
