/* Noto Kufi Arabic – Thin 100 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/* Extra Light 200 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* Light 300 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Regular 400 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Medium 500 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* SemiBold 600 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Bold 700 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* ExtraBold 800 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Black 900 */
@font-face {
  font-family: "NotoKufiArabic";
  src: url("../assets/fonts/NotoKufiArabic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* تطبيق الخط على الموقع بالكامل */
html,
body,
* {
  font-family: "NotoKufiArabic", sans-serif !important;
}

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

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

img {
  max-width: 100% !important;
}

/* ================================
   Entrance Animation (on load)
=================================== */
:root {
  --roaaj-enter-duration: 900ms;
  --roaaj-enter-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes roaaj-enter-up {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes roaaj-enter-pop {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.main-head .hero > *,
section.heroo .text-end > *,
section.heroo .img-heroo img,
section.heroo .img-heroo dotlottie-player {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: roaaj-enter-up var(--roaaj-enter-duration) var(--roaaj-enter-ease)
    both;
  will-change: transform, opacity;
}

.main-head .hero > :nth-child(1) {
  animation-delay: 0ms;
}

.main-head .hero > :nth-child(2) {
  animation-delay: 120ms;
}

section.heroo .text-end > :nth-child(1) {
  animation-delay: 120ms;
}

section.heroo .text-end > :nth-child(2) {
  animation-delay: 220ms;
}

section.heroo .text-end > :nth-child(3) {
  animation-delay: 320ms;
}

section.heroo .text-end > :nth-child(4) {
  animation-delay: 420ms;
}

section.heroo .img-heroo img,
section.heroo .img-heroo dotlottie-player {
  transform: translate3d(0, 24px, 0) scale(0.985);
  animation-name: roaaj-enter-pop;
  animation-duration: 1000ms;
  animation-delay: 250ms;
}

section.heroo .img-heroo dotlottie-player {
  width: min(100%, 560px);
  min-height: 320px;
}

.js section.common-section.py-5 .tatile > *,
.js section.common-section.py-5 .feature-card,
.js section.common-section.py-5 .mt-5,
.js section.best .tati > *,
.js section.best .feature-card,
.js section.best a.btn {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  will-change: transform, opacity;
}

.js section.common-section.py-5.is-inview .tatile > *,
.js section.common-section.py-5.is-inview .feature-card,
.js section.common-section.py-5.is-inview .mt-5,
.js section.best.is-inview .tati > *,
.js section.best.is-inview .feature-card,
.js section.best.is-inview a.btn {
  animation: roaaj-enter-up var(--roaaj-enter-duration) var(--roaaj-enter-ease)
    both;
}

.js section.common-section.py-5.is-inview .tatile > :nth-child(1) {
  animation-delay: 0ms;
}

.js section.common-section.py-5.is-inview .tatile > :nth-child(2) {
  animation-delay: 120ms;
}

.js
  section.common-section.py-5.is-inview
  .row.gy-3
  > :nth-child(1)
  .feature-card {
  animation-delay: 220ms;
}

.js
  section.common-section.py-5.is-inview
  .row.gy-3
  > :nth-child(2)
  .feature-card {
  animation-delay: 300ms;
}

.js
  section.common-section.py-5.is-inview
  .row.gy-3
  > :nth-child(3)
  .feature-card {
  animation-delay: 380ms;
}

.js
  section.common-section.py-5.is-inview
  .row.g-4
  > :nth-child(1)
  .feature-card {
  animation-delay: 460ms;
}

.js
  section.common-section.py-5.is-inview
  .row.g-4
  > :nth-child(2)
  .feature-card {
  animation-delay: 540ms;
}

.js
  section.common-section.py-5.is-inview
  .row.g-4
  > :nth-child(3)
  .feature-card {
  animation-delay: 620ms;
}

.js section.common-section.py-5.is-inview .mt-5 {
  animation-delay: 700ms;
}

.js section.best.is-inview .tati > :nth-child(1) {
  animation-delay: 0ms;
}

.js section.best.is-inview .tati > :nth-child(2) {
  animation-delay: 120ms;
}

.js
  section.best.is-inview
  .row.g-4.justify-content-center:not(.card-2)
  > :nth-child(1)
  .feature-card {
  animation-delay: 220ms;
}

.js
  section.best.is-inview
  .row.g-4.justify-content-center:not(.card-2)
  > :nth-child(2)
  .feature-card {
  animation-delay: 300ms;
}

.js
  section.best.is-inview
  .row.g-4.justify-content-center:not(.card-2)
  > :nth-child(3)
  .feature-card {
  animation-delay: 380ms;
}

.js section.best.is-inview .row.card-2 > :nth-child(1) .feature-card {
  animation-delay: 460ms;
}

.js section.best.is-inview .row.card-2 > :nth-child(2) .feature-card {
  animation-delay: 540ms;
}

.js section.best.is-inview a.btn {
  animation-delay: 650ms;
}

@media (prefers-reduced-motion: reduce) {
  .main-head .hero > *,
  section.heroo .text-end > *,
  section.heroo .img-heroo img,
  section.common-section.py-5 .tatile > *,
  section.common-section.py-5 .feature-card,
  section.common-section.py-5 .mt-5,
  section.best .tati > *,
  section.best .feature-card,
  section.best a.btn {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Logos grid cells */
.logo-cell {
  height: 90px;
  padding: 0;
}

.logo-cell--mid-col {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.logo-cell:nth-child(-n + 6) {
  border-bottom: 1px solid #ccc;
}

.logo-cell .item {
  padding: 12px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-cell .item img {
  max-height: 90px;
  width: auto;
  object-fit: contain;
}

section.best {
  padding: 48px 80px;
  display: flex;
}

.best .text-center {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tatile {
  margin-bottom: 104px;
}

.card {
  align-items: center;
  border: none;
  background-color: transparent;
  .row {
    row-gap: 25px;
  }
}

section.py-5.best {
  padding: 48px 80px;
}

section.common-section.py-5 {
  background-image: url(../assets/Hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tatile h2 {
  margin-top: 24px;
}

.card p.text-muted.mb-0 {
  margin-top: 15px;
}

.col-md-6.img-heroo {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.card.p-4.feature-card.h-100 {
  border-radius: 16px;
  border: 1px solid var(--Light-50, #f2f2f2);
  background: #fff;
  box-shadow:
    0 0 6px 0 rgba(0, 0, 0, 0.02),
    0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
/*  */

/*  */

section.logoz {
  padding: 60px 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}

section.heroo {
  background-image: url(../assets/Hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.testimonials {
  background-image: url(../assets/Hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* الكارد الأساسي */
.feature-card {
  transition: all 0.3s ease;
}

/* تأثير الهوفر */
.feature-card:hover {
  background-color: #2d3291 !important;
  color: #fff !important;
}

.accordion-body {
  background-color: white;
}

.tati h2 {
  margin-top: 24px;
}

.accordion-button::after {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* النص أثناء الهوفر */
.feature-card:hover h5,
.feature-card:hover p {
  color: #fff !important;
}

/* SVG تأثير الأبيض */
.feature-card .im-1 {
  transition: filter 0.3s ease;
}

.feature-card:hover .im-1 {
  filter: brightness(0) invert(1);
}

.btn {
  border-radius: 40px;
  border: 0;
  background: linear-gradient(321deg, #2d3291, #1bc5ea);
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: all 0.4s ease;
  padding: 16px 40px;
}

img.svg-social {
  margin-right: 10px;
  width: 20px;
}

h2.h4.mb-3 {
  color: #383838;
  text-align: right;
  font-family: "Aktiv Grotesk ";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-top: 10px;
}

h1.mb-3 {
  color: var(--Base-Base-Black, #383838);
  text-align: right;
  font-family: "Aktiv Grotesk ";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

p.mb-4 {
  color: #4d4d4d;
  text-align: right;
  font-family: "Aktiv Grotesk ";
  font-size: 24px;
  opacity: 0.6;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */

  padding-top: 10px;
}

.btn-primary span {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

/* طبقة الجريدينت العكسية */
button.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(321deg, #1bc5ea, #2d3291);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 0;
}

/* عند الهوفر */
button.btn:hover::before {
  opacity: 1;
}

/* نخلي النص والصورة فوق */
button.btn span,
button.btn img {
  position: relative;
  z-index: 2;
}

.hero-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.hero-section .hero-box {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hero-section h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-section p {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.hero-section .btn-main {
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.hero-section .btn-main:hover {
  background: #444;
}

.services-section {
  padding: 70px 0;
}

.services-section .service-box {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.services-section .service-box:hover {
  transform: translateY(-7px);
}

.services-section img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.services-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.services-section p {
  font-size: 15px;
  color: #666;
}

/* الكارد */
.testimonial-card {
  background: #fff;
  border: 2px solid #3ddcff;
  border-radius: 12px;
  padding: 25px;
  text-align: right;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

/* الهيدر */
.t-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* الصورة */
.t-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-left: 15px;
}

/* النص */
.t-info h5 {
  font-size: 18px;
}
.t-job {
  font-size: 14px;
  color: #666;
}

/* النجوم */
.t-stars {
  font-size: 18px;
  color: #ffbf00;
}

/* نص التستيموني */
.t-text {
  color: #444;
  line-height: 1.7;
  font-size: 15px;
  margin-top: 10px;
}

/* ضبط السلايدر */
.swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto !important;
}

.swiper {
  padding-bottom: 40px;
}

.logos-section {
  padding: 50px 0;
  background: #fafafa;
}

.logos-section img {
  width: 100%;
  max-width: 120px;
  opacity: 0.8;
  transition: 0.3s;
}

.logos-section img:hover {
  opacity: 1;
}

.why-section {
  padding: 80px 0;
}

.why-section .why-box {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.why-section h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.why-section p {
  font-size: 15px;
  color: #666;
}

section.cta-section {
  padding: 15px 50px;
  background-color: #2d3291;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  @media (max-width: 768px) {
    flex-direction: column;
    padding: 20px 15px !important;
  }
}

footer .container {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

footer.footer {
  display: flex;
  padding: 50px 0 130px;
}

.cta-text {
  color: white;
  font-size: 20px;
  font-weight: 700;
  @media (max-width: 768px) {
    font-size: 14px;
  }
}

.cta.align-items-center {
  border-radius: 15px;
  background: #1bc5ea;
  padding: 16px 40px;
  color: #fafafa;
  box-shadow: none;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  @media (max-width: 768px) {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.footer-divider {
  width: 1440px;
  max-width: 100%;

  position: relative;
}

.footer-divider::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.footer-divider span {
  background: #fff; /* خلفية عشان تقطع الخط */
  padding: 0px 97px;
  top: -1px;
  align-items: center;
  color: #2d3291;
  font-weight: 600;
  position: relative;
  z-index: 2;
  font-size: 16px;
  display: flex;
  border-bottom: 2px solid #2d3291; /* الخط الصغير */
  justify-content: center;
  width: 20px;
  align-content: center;
  margin-right: auto;
  margin-left: auto;
  margin: 0px auto;
}

.footer-contact {
  text-align: center;
}

.footer-email {
  display: inline-block;
  color: #2d3291;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 8px;
  direction: ltr;
}

.footer-address {
  font-style: normal;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.footer-contact-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-bottom-logo {
  height: 200px;
  width: auto;
}

@media (max-width: 576px) {
  .footer-contact-row {
    flex-direction: column;
  }
}

.photo-section {
  padding: 70px 0;
}

.photo-section .box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.photo-section .box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.photo-section .box-content {
  padding: 20px;
}

.photo-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.photo-section p {
  font-size: 15px;
  color: #666;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.main-head h6 {
  color: #383838;
  text-align: right;
  font-family: "Aktiv Grotesk ";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 23.8px */
  padding-top: 12px;
}

@media (max-width: 576px) {
  section.heroo .row {
    display: flex;
    flex-direction: column-reverse !important;
    text-align: center !important;
  }

  /* علشان الصورة تبقى بكامل العرض وتكون فوق */
  section.heroo .img-heroo img,
  section.heroo .img-heroo dotlottie-player {
    width: 90% !important;
    margin: 0 auto 20px auto !important;
  }

  section.heroo .img-heroo dotlottie-player {
    min-height: 240px;
  }

  /* نصوص الهيرو */
  section.heroo .col-md-6 {
    text-align: center !important;
  }

  /* تعديل مسافات الزر */
  section.heroo button.btn {
    margin: 10px auto !important;
  }

  section.heroo {
    margin-top: -78px;
  }

  button.btn {
    padding: 12px 10px !important;
  }

  p {
    font-size: 16px !important;
    line-height: 2 !important;
  }

  section.best {
    margin-top: 0px;
  }

  h2.h4.mb-3 {
    line-height: 2rem;
    font-size: 18px;
    padding-top: 20px;
  }

  .row.g-4.justify-content-center {
    margin-bottom: 0px;
  }

  /* h1, h2, h3, h4 {
    text-align: center !important;
  } */

  p {
    font-size: 15px !important;
    line-height: 150% !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* ================================
     HERO SECTION
  =================================== */

  /* .heroo .col-md-6 {
    text-align: center !important;
  } */

  .img-heroo img {
    width: 100% !important;
    margin: 20px auto !important;
  }

  img.mb-3.im-1 {
    width: 25% !important;
  }

  .card-2 > .col-md-6:nth-child(2) {
    margin-top: 69px;
  }

  button.accordion-button.collapsed.bg-transparent {
    text-align: right;
  }

  .btn-primary span {
    font-size: 16px;
  }

  .img-heroo img {
    width: 90% !important;
    margin: 20px auto 0 auto !important;
  }

  h1.mb-3 {
    font-size: 30px !important;
  }

  /* ================================
     LOGO SECTION
  =================================== */

  section.logoz {
    padding: 40px 10px !important;
    height: auto !important;
  }

  section.best img[src$=".png"],
  section.best img[src$=".jpg"],
  section.best img[src$=".jpeg"],
  section.best img[src$=".webp"] {
    width: 35% !important;
    margin: 20px auto !important;
  }

  .card-2 {
    width: auto !important;
  }
  section.logoz .col-lg-6 {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  /* ================================
     FEATURES CARDS
  =================================== */

  .feature-card {
    padding: 20px !important;
    margin-bottom: 20px;
  }

  .feature-card h4 {
    font-size: 18px !important;
  }

  /* ================================
     BEST SECTION
  =================================== */

  section.best {
    padding: 30px 15px !important;
    height: auto !important;
  }

  section.best .col-lg-6 {
    text-align: center !important;
  }

  section.best img {
    margin: 20px auto !important;
  }

  /* ================================
     TESTIMONIALS
  =================================== */

  .testimonials {
    padding: 30px 15px !important;
  }

  .testimonial-card {
    margin-bottom: 20px !important;
  }

  /* ================================
     FAQ SECTION
  =================================== */

  section.faq {
    padding: 30px 15px !important;
  }

  /* ================================
     CTA SECTION
  =================================== */

  section.cta-section {
    padding: 20px 15px !important;
    height: auto !important;
    text-align: center !important;
  }

  section.cta-section img {
    width: 100% !important;
  }

  /* ================================
     FOOTER
  =================================== */
}

@media (max-width: 992px) {
  img[src$=".svg"] {
    width: auto !important;
    max-width: none !important;
    height: auto !important;
  }

  section {
    height: auto !important;
    padding: 25px 20px !important;
  }

  .img-heroo img {
    width: 80% !important;
    margin: 20px auto !important;
  }

  .best img {
    width: 80% !important;
  }

  section.logoz {
    height: auto !important;
  }
}

@media (max-width: 1200px) {
  img[src$=".svg"] {
    width: 20px !important;
    max-width: none !important;
    height: auto !important;
  }

  h1.mb-3 {
    font-size: 36px !important;
  }

  .best img {
    width: 85% !important;
  }
}

@media (max-width: 992px) {
  p {
    font-size: 18px !important;
    line-height: 1.8 !important;
  }

  h1.mb-3 {
    font-size: 40px !important;
  }

  h2.h4.mb-3 {
    font-size: 22px !important;
  }

  /* الصور */

  img.mb-3.im-1 {
    width: 20% !important;
  }

  .img-heroo img {
    width: 75% !important;
  }

  /* الكروت */
  .feature-card {
    padding: 32px !important;
  }

  /* best section */
  section.best img:not([src$=".svg"]) {
    width: 28% !important;
  }

  /* card-2 second card */
  .card-2 > .col-md-6:nth-child(2) {
    margin-top: 20px !important;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  h1,
  h2,
  h3,
  h4 {
    line-height: 1.4 !important;
  }
  h2 {
    font-size: 24px !important;
  }

  /* Reduce Bootstrap py-5 spacing on mobile */
  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  h1.mb-3 {
    font-size: 30px !important;
    @media (max-width: 576px) {
      font-size: 24px !important;
    }
  }

  h2.h4.mb-3 {
    font-size: 20px !important;
  }

  /* الصور */

  img.mb-3.im-1 {
    width: 22% !important;
  }

  /* SVG استثناء */
  img[src$=".svg"] {
    width: auto !important;
    max-width: none !important;
  }

  /* الهيرو */
  .img-heroo img {
    width: 80% !important;
  }

  /* الكروت */
  .feature-card {
    padding: 26px !important;
  }

  .feature-card h4,
  .feature-card h5 {
    font-size: 20px !important;
  }

  /* الكارت التاني */
  .card-2 > .col-md-6:nth-child(2) {
    margin-top: 30px !important;
  }

  /* best section */
  section.best img:not([src$=".svg"]) {
    width: 30% !important;
  }

  section.best {
    padding: 25px 20px !important;
  }

  /* testimonials */
  .testimonials {
    padding: 25px 20px !important;
  }

  footer.footer {
    padding: 30px 0 100px !important;
  }

  /* CTA */
  section.cta-section img {
    width: 90% !important;
  }
}

.projects-section {
  padding: 60px 0;
}

.projects-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #222a91;
  margin-bottom: 40px;
}

.img-1 {
  margin-left: 10px;
}
.project-card-new {
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    .project-btn-new {
      width: fit-content;
    }
    .info-list {
      flex-grow: 1;
    }
  }
}

.project-card-new:hover {
  transform: translateY(-8px);
}

.swiper-slide {
  display: flex;
  align-items: stretch; /* make content fill the same height */
  height: auto !important;
}

.project-img-new {
  width: 100%;
  border-radius: 25px;
  margin-bottom: 20px;
  height: 200px;
  object-fit: cover;
}

.project-title-new {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.project-info-new {
  display: flex;

  gap: 8px;
  font-size: 14px;
  margin-bottom: 8px;
}

.project-content-new {
  text-align: right;
  height: calc(100% - 270px);
}

.info-bold {
  font-weight: 700;
  color: #2e2678;
}

.project-btn-new {
  display: inline-block;
  margin-top: 15px;
  background: #2e2678;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.projects-section {
  position: relative;
  padding-bottom: 80px; /* مساحة للأزرار */
}

.projects-btn-prev,
.projects-btn-next {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 0; /* ثابتين تحت */
}

/* Prev */
.projects-btn-prev {
  left: 42%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.projects-btn-prev::after {
  content: " \203A";
  font-size: 28px;
  color: #555;
}

/* Next */
.projects-btn-next {
  right: 42%;
  background: #00c8ff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.projects-btn-next::after {
  content: "\2039";
  font-size: 28px;
  color: #fff;
}

@media (max-width: 576px) {
  .projects-btn-prev {
    left: 30%;
  }
  .projects-btn-next {
    right: 30%;
  }
}

.sticky-btn {
  position: fixed;
  width: 70px;
  height: 70px;
  left: 20px;
  bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 100;
  background: linear-gradient(101deg, #5a973e, #3b9544 50%, #64c968);
  @media (max-width: 575px) {
    width: 50px;
    height: 50px;
    left: 15px;
    bottom: 15px;
  }
  img {
    width: 35px;
    height: 35px;
    object-fit: contain;
  }

  &::after {
    content: "";
    position: absolute;
    border: 3px solid #64c968;
    border-radius: 100%;
    inset: 0;
    scale: 1;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation: ripple-out 1s infinite;
  }
}

@keyframes ripple-out {
  to {
    scale: 1.5;
    opacity: 0;
  }
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  @media (max-width: 768px) {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* --- Consolidated Responsive Styles --- */

/* Medium devices (tablets, 768px and below) */
@media (max-width: 768px) {
  .heroo h1 {
    font-size: 2rem !important;
  }
  .heroo h2 {
    font-size: 1.25rem !important;
  }
  .heroo p {
    font-size: 0.9rem !important;
  }
  .img-heroo img {
    max-width: 80% !important;
    margin: 0 auto;
    display: block;
  }
  .logoz h2 {
    font-size: 1.5rem !important;
  }
  .logoz p {
    font-size: 1rem !important;
  }
  .logos-grid img {
    max-width: 70% !important;
  }
  .common-section h2 {
    font-size: 1.5rem !important;
  }
  .feature-card h5 {
    font-size: 1rem !important;
  }
  .feature-card p {
    font-size: 0.9rem !important;
  }
}

/* Small devices (landscape phones, 576px and below) */
@media (max-width: 576px) {
  .heroo h1 {
    font-size: 1.8rem !important;
  }
  .heroo h2 {
    font-size: 1.1rem !important;
  }
  .heroo p {
    font-size: 0.8rem !important;
  }
  .img-heroo img {
    max-width: 100% !important;
  }
  .logoz h2 {
    font-size: 1.3rem !important;
  }
  .logoz p {
    font-size: 0.9rem !important;
  }
  .logos-grid img {
    max-width: 60% !important;
  }
  .common-section h2 {
    font-size: 1.3rem !important;
  }
  .feature-card h5 {
    font-size: 0.9rem !important;
  }
  .feature-card p {
    font-size: 0.8rem !important;
  }
}

/* Extra small devices (phones, 480px and below) */
@media (max-width: 480px) {
  .heroo h1 {
    font-size: 1.6rem !important;
  }
  .heroo h2 {
    font-size: 1rem !important;
  }
  .heroo p {
    font-size: 0.8rem !important;
  }
  .btn {
    font-size: 0.9rem !important;
    padding: 10px 20px !important;
  }
  .logoz h2 {
    font-size: 1.2rem !important;
  }
  .common-section h2 {
    font-size: 1.2rem !important;
  }
  .feature-card {
    padding: 20px !important;
  }
}
