@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_Rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_It.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_MdIt.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_Bd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_BdIt.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --tj-ff-body: "Aktiv Grotesk", sans-serif;
  --tj-ff-heading: "Aktiv Grotesk", sans-serif;
}

html[dir="rtl"],
html[dir="rtl"] body {
  direction: rtl;
  font-family: "Aktiv Grotesk", sans-serif;
}

html[dir="rtl"] #tj-back-to-top {
  inset-inline-end: auto;
  left: auto;
  right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[dir="rtl"] #tj-back-to-top {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  html[dir="rtl"] #tj-back-to-top {
    right: 20px;
  }
}

.header-button .header-donate-btn {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #01acf0 !important;
}

.header-button .header-donate-btn .btn-text span,
.header-button .header-donate-btn .btn-icon i {
  color: #01acf0 !important;
}

.header-button .header-donate-btn:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #01acf0 !important;
}

.tj-slider-section .slider-btn {
  text-align: center;
}

.tj-slider-section .slider-content .slider-desc,
.tj-slider-section .slider-content .slider-btn .btn-text span {
  font-family: "Aktiv Grotesk", sans-serif;
}

.tj-slider-section .slider-content .slider-title {
  font-family: "Aktiv Grotesk", sans-serif !important;
}

.desktop-intro-video-wrap {
  display: none;
}

.desktop-intro-video {
  display: block;
  width: 100%;
}

.desktop-video-details-btn {
  display: none;
}

.mobile-intro-video-wrap {
  display: none;
}

.mobile-video-donate-btn {
  display: none;
}

@media (min-width: 768px) {
  .tj-slider-section .hero-slider {
    display: none;
  }

  .desktop-intro-video-wrap {
    display: block;
    position: relative;
  }

  .desktop-intro-video {
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }

  .desktop-video-details-btn {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    min-height: 62px;
    padding: 0 42px;
    border-radius: 999px;
    background: #01acf0;
    border-color: #01acf0;
  }

  .desktop-video-details-btn .btn-text span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }

  .desktop-video-details-btn.is-visible {
    display: inline-flex;
  }
}



@media (max-width: 767px) {
  .tj-slider-section .hero-slider {
    display: none;
  }

  .mobile-intro-video-wrap {
    display: block;
    width: 100%; 
    min-height: 85svh;
    position: relative;
  }

  .mobile-intro-video {
    width: 100%;
    height: 85svh;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .mobile-video-donate-btn {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 2;
    min-height: 56px;
    padding: 0 34px;
    border-radius: 999px;
    background: #01acf0;
    border-color: #01acf0;
    color: #ffffff !important;
    white-space: nowrap;
  }

  .mobile-video-donate-btn .btn-text span {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
  }

  .mobile-video-donate-btn.is-visible {
    display: inline-flex;
  }
  
  .header-area.header-2.header-absolute .header-wrapper{
    padding: 5px;
  }

  .menu_bar.mobile_menu_bar{
    background: transparent;
  }
 
  .tj-slider-item .slider-bg-image {
    background-image: url("../images/slider-mob.jpg") !important;
    background-position:  bottom;
  }

  .tj-slider-item {
    min-height: 70svh;
  }

  .tj-slider-item .slider-wrapper {
    padding: 118px 0 28px;
    min-height: 70svh;
    display: flex;
    align-items: stretch;
  }

  .tj-slider-item .slider-content {
    max-width: 100%;
    width: 100%;
    min-height: calc(70svh - 146px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tj-slider-item .slider-content .slider-title {
    margin: 0;
    font-size: clamp(52px, 13.5vw, 66px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .tj-slider-item .slider-content .slider-title + .slider-title {
    margin-top: 8px;
  }

  .tj-slider-item .slider-content .slider-btn {
    margin-top: auto;
  }

  #donate-btn-slider {
    min-height: 62px;
    padding: 0 38px;
    border-radius: 999px;
    background: #01acf0;
    border-color: #01acf0;
  }

  #donate-btn-slider .btn-icon {
    display: none;
  }

  #donate-btn-slider .btn-text span {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
}

@media (max-width: 375px) {
  .mobile-intro-video {
    width: 100%;
    height: 100svh;
    display: block;
    object-fit: cover;
    object-position: center;
  }
}


.sos-about-section {
  background: #ececec;
  overflow: hidden;
}

.sos-about-section.section-gap {
  padding-top: 15px;
  padding-bottom: 24px;
}

.sos-about-section .container {
  max-width: 1360px;
}

.sos-about-wrapper {
  position: relative;
}

.sos-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 56px;
  align-items: start;
  direction: ltr;
}

.sos-about-text {
  color: #051322;
  text-align: right;
  padding-top: 22px;
  direction: rtl;
}

.sos-about-text p {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.6;
  color: #051322;
}

.sos-about-text p:last-child {
  margin-bottom: 0;
}

.sos-about-text .accent {
  color: #d4873f;
  font-weight: 700;
}

.sos-about-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 210px;
}

.sos-about-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sos-about-callout {
  position: relative;
  z-index: 2;
  width: min(920px, 76%);
  margin-top: -120px;
  margin-left: 18px;
  margin-right: auto;
  padding: 28px 34px 32px;
  background: #1ba6da;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom-left-radius: 130px;
}

@media (max-width: 1199px) {
  .sos-about-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 34px;
  }

  .sos-about-text p {
    font-size: 18px;
  }

  .sos-about-callout {
    width: min(760px, 80%);
    margin-top: -96px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .sos-about-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sos-about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sos-about-image {
    max-width: 500px;
    margin-inline: auto;
  }

  .sos-about-text {
    padding-top: 0;
  }

  .sos-about-text p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 22px;
  }

  .sos-about-callout {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    padding: 24px 20px 28px;
    font-size: 17px;
    border-bottom-left-radius: 90px;
  }
}

@media (max-width: 575px) {
  .sos-about-image {
    border-top-right-radius: 120px;
  }

  .sos-about-text p {
    font-size: 16px;
  }

  .sos-about-callout {
    font-size: 16px;
    border-bottom-left-radius: 56px;
  }
}

.ramadan-feature-section {
  background: #ececec;
  padding: 8px 0 48px;
}

.ramadan-feature-section .container {
  max-width: 1360px;
}

.ramadan-feature-card {
  position: relative;
  min-height: 720px;
  padding: 64px 56px;
  direction: ltr;
  background: radial-gradient(circle at 78% 24%, rgba(110, 183, 234, 0.35) 0%, rgba(110, 183, 234, 0) 28%),
    linear-gradient(106deg, #010611 0%, #07295b 46%, #5ea1cd 100%);
  border-radius: 26px;
  overflow: hidden;
  border-bottom-right-radius: 300px;
}

.ramadan-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 7, 20, 0.84) 0%, rgba(5, 24, 56, 0.72) 38%, rgba(10, 65, 120, 0.12) 62%, rgba(10, 65, 120, 0) 100%);
  z-index: 1;
}

.ramadan-feature-art {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  z-index: 0;
}

.ramadan-feature-art picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ramadan-feature-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.ramadan-feature-content {
  position: relative;
  z-index: 2;
  width: min(50%, 780px);
  margin-right: auto;
  margin-left: 0;
  direction: rtl;
  text-align: right;
  color: #ffffff;
}

.ramadan-title {
  margin: 0 0 14px;
  font-size: clamp(30px, 1.8vw, 58px);
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.ramadan-desc {
  margin: 0 0 24px;
  font-size: clamp(16px, 1vw, 25px);
  line-height: 1.45;
  color: #ffffff;
}

.ramadan-subtitle {
  margin: 0 0 14px;
  font-size: clamp(25px, 1vw, 46px);
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.ramadan-subtitle-space {
  margin-top: 26px;
}

.ramadan-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.ramadan-bullets li {
  position: relative;
  padding-right: 18px;
  font-size: clamp(14px, 1vw, 24px);
  line-height: 1.45;
  color: #ffffff;
}

.ramadan-bullets li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  right: 0;
  width: 7px;
  height: 7px;
  background: #13b8ee;
  border-radius: 50%;
}

.ramadan-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
}

.ramadan-price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  direction: ltr;
}

.ramadan-price-label {
  flex: 1;
  font-size: clamp(14px, 1vw, 24px);
  line-height: 1.35;
  color: #ffffff;
  direction: rtl;
  text-align: right;
}

.ramadan-price-badge {
  width: clamp(50px, 3vw, 90px);
  height: clamp(50px, 3vw, 90px);
  flex: 0 0 clamp(50px, 3vw, 90px);
  border-radius: 50%;
  background: #16b7ee;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ramadan-price-badge strong {
  display: block;
  font-size: clamp(24px, 2vw, 3px);
  font-weight: 700;
  color: #ffffff;
}

.ramadan-price-badge small {
  display: block;
  margin-top: 2px;
  font-size: clamp(12px, 0.95vw, 16px);
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 991px) {
  .ramadan-feature-section {
    padding-bottom: 36px;
  }

  .ramadan-feature-card {
    min-height: 0;
    padding: 42px 26px;
    border-radius: 18px;
  }

  .ramadan-feature-card::before {
    background: linear-gradient(90deg, rgba(2, 7, 20, 0.86) 0%, rgba(5, 24, 56, 0.75) 52%, rgba(10, 65, 120, 0.35) 78%, rgba(10, 65, 120, 0.2) 100%);
  }

  .ramadan-feature-art {
    width: min(62%, 430px);
    opacity: 0.8;
  }

  .ramadan-feature-content {
    width: 100%;
  }

  .ramadan-bullets,
  .ramadan-prices {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ramadan-price-item {
    direction: ltr;
  }
}

@media (max-width: 767px) {
  .ramadan-feature-card {
    min-height: 980px;
    padding: 26px 18px 28px;
    background: #04122f;
    border-radius: 18px;
    border-bottom-right-radius: 120px;
  }

  .ramadan-feature-card::before {
    background: linear-gradient(180deg, rgba(1, 7, 24, 0.92) 0%, rgba(2, 12, 35, 0.86) 34%, rgba(9, 33, 79, 0.34) 64%, rgba(9, 33, 79, 0.02) 86%);
  }

  .ramadan-feature-art {
    width: 100%;
    opacity: 1;
  }

  .ramadan-feature-art img {
    object-position: center 110px;
  }

  .ramadan-feature-content {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: center;
  }

  .ramadan-title {
    font-size: clamp(36px, 9.8vw, 56px);
    margin-bottom: 10px;
  }

  .ramadan-desc {
    font-size: clamp(17px, 4.1vw, 22px);
    max-width: 92%;
    margin: 0 auto 22px;
  }

  .ramadan-subtitle {
    font-size: clamp(28px, 8.2vw, 46px);
    margin-bottom: 12px;
  }

  .ramadan-subtitle-space {
    margin-top: 22px;
  }

  .ramadan-bullets,
  .ramadan-prices {
    width: 92%;
    margin-inline: auto;
  }

  .ramadan-bullets li {
    text-align: right;
    font-size: clamp(15px, 4.2vw, 22px);
  }

  .ramadan-price-item {
    align-items: center;
  }

  .ramadan-price-label {
    font-size: clamp(16px, 4.6vw, 24px);
  }
}

@media (max-width: 575px) {
  .ramadan-feature-card {
    min-height: 1180px;
    padding: 24px 14px 24px;
    border-bottom-right-radius: 96px;
  }

  .ramadan-feature-art {
    width: 100%;
    opacity: 1;
  }
}

.donation-methods-section {
  background: #ececec;
  padding: 30px 0 72px;
}

.donation-methods-section .container {
  max-width: 1360px;
}

.donation-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 56px;
}

.donation-methods-col {
  color: #101010;
}

.donation-methods-title {
  margin: 0 0 14px;
  color: #01acf0;
  font-size: clamp(18px, 1vw, 40px);
  line-height: 1.25;
  font-weight: 700;
}

.donation-methods-title-gap {
  margin-top: 34px;
}

.donation-methods-col p {
  margin: 0 0 8px;
  color: #111111;
  font-size: clamp(18px, 1vw, 26px);
  line-height: 1.45;
}

.donation-methods-col p:last-child {
  margin-bottom: 0;
}

.header-area.sticky{
  background-color: #1ba6da;
}

.desktop-help-whatsapp {
  position: fixed;
  left: 10px;
    bottom: 24px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  background: #cae7f3;
  border-radius: 999px;
  text-decoration: none;
}

.desktop-help-whatsapp-text {
  color: #01acf0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.desktop-help-whatsapp-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
}

.desktop-help-whatsapp-icon  i{
  font-size: .6em;
}

@media (max-width: 991px) {
  .desktop-help-whatsapp {
    display: inline-flex;
  }
}

@media (max-width: 991px) {
  .donation-methods-section {
    padding: 28px 0 56px;
  }

  .donation-methods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 28px;
  }
}

@media (max-width: 767px) {
  .donation-methods-grid {
    grid-template-columns: 1fr;
  }

  .donation-methods-col {
    max-width: 560px;
    /* margin-inline: auto; */
  }

  .site_logo .logo{
    max-width: 250px;
  }

  .desktop-help-whatsapp-text {
     font-size: 10px;
 }

 .desktop-help-whatsapp-icon {
    width: 22px;
    height: 22px;
 }
 .desktop-help-whatsapp-icon i {
    font-size: .4em;
}
}


h1, h2, h3, h4, h5, h6{
  font-family: "Aktiv Grotesk", sans-serif !important;
}


.tj-footer-section.footer-2 {
    background-color: var(--tj-color-theme-primary);
    padding-top: 100px;
}
