/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  font-family: "Cairo", sans-serif;
  color: #556270;
  letter-spacing: 0.1px;
  font-weight: 400;
}

a {
  color: #556270;
  text-decoration: none;
  transition: 0.3s;
}

.white-color {
  color: #ffffff !important;
}

.main-color {
  color: #4ab6a7 !important;
}

.red {
  color: #ec2333;
}

.help-link {
  color: #ec2333;
  text-decoration: underline;
}

.help-link:hover {
  color: #4ab6a7;
  text-decoration: underline;
}

.background-gray {
  background-color: #f6f6f8 !important;
}

.sm-text{
  font-size: 16px !important;
  white-space: nowrap ;
}

.icon-bold {
  -webkit-text-stroke: 1px;
}

.mt-6 {
  margin-top: 38px !important;
}

.zero {
  padding: 0 !important;
}

.paragraph {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #535256;
  ;
  text-align: justify;

}

*:focus,
.owl-dot:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}


/*** Button Start ***/
.btn-green {
  font-size: 15px;
  background-color: #f1f3f5;
  color: #556270;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  border-radius: 20px;
  transition: .5s;
  margin-right: 10px;
}

.btn-green:hover {
  background-color: #4ab6a7;
  color: #ffffff;
  transition: .5s;
}

.btn-green i {
  font-size: 20px;
  padding-left: 5px;
  line-height: .05em;
  vertical-align: -.075em;
}



.btn-search {
  background-color: #f1f3f5;
  color: #556270;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  transition: .5s;
}

.btn-search:hover {
  background-color: #4ab6a7;
  color: #ffffff;
  transition: .5s;
}


/*** header start ***/
.header {
  color: #ffffff;
  background-color: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 250px;

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f1fafa inset !important;
  border-color: #4ab6a7 !important;
}

/* Chrome, Firefox, Opera, Safari */
.form-control::placeholder {
  color: #afbac7 !important;
  opacity: 1;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid #4ab6a7;
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #4ab6a7;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: #1fe2d1;
  color: #ffffff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-bar {
  background: #ffffff;
  transition: 1s;
}

.nav-bar .navbar-light .navbar-brand {
  margin-left: 1rem;
  margin-right: 0 !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
}

.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 15px;
  font-weight: 600;
  font-size: 17px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #4ab6a7;
}

@media (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0;
  }

  .navbar .navbar-nav .nav-item {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    display: block !important;
    white-space: nowrap;
    border-bottom: 2px solid #dddddd;
  }

  .navbar .navbar-nav .nav-btn {
    display: flex;
    justify-content: start;
    margin-top: 10px;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    padding: 10px 20px;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 13px 15px;
    border: none;
    color: #556270;
    background-color: #f1f3f5;
    border-radius: 50%;
  }
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-right: 8px;
}

.dropdown .dropdown-menu {
  border: none;
}

.dropdown .dropdown-menu .dropdown-item {
  text-align: right;
}


@media (min-width: 992px) {
  .navbar {
    padding: 12px 0;
  }

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

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }


  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
    direction: rtl;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 0px;
    background: #ffffff;
    transition: .5s;
    opacity: 1;
    border: none;
    margin: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }


  .navbar .nav-item .dropdown-menu {
    margin: 0;
    padding: 16px 30px;
    display: flex;
    list-style: none;
    align-items: flex-start;
    flex-direction: column;
  }


  .navbar .nav-item .dropdown-menu li {
    position: relative;
    width: 100%;
  }


  .navbar .nav-item .dropdown-menu a,
  .navbar .nav-item .dropdown-menu a:focus {
    color: #556270;
    font-size: 15px;
    padding: 5px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    margin: 6px;
    display: block !important;
    white-space: nowrap;
    border-bottom: 2px solid #dddddd;
    background-color: #ffffff;

  }

  .navbar .nav-item .dropdown-menu a i,
  .navbar .nav-item .dropdown-menu a:focus i {
    font-size: 14px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navbar .nav-item>.dropdown-menu>li>a:before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -2px;
    right: 0;
    background-color: #4ab6a7;
    visibility: hidden;
    width: 0px;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
  }

  .navbar .nav-item .dropdown-menu a:hover:before,
  .navbar .nav-item .dropdown-menu li:hover>a:before,
  .navbar .nav-item .dropdown-menu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar .nav-item .dropdown-menu li:hover>a,
  .navbar .nav-item .dropdown-menu .active,
  .navbar .nav-item .dropdown-menu .active:focus {
    color: #4ab6a7;
  }

}


/*--------------------------------------------------------------
# Login Modal
--------------------------------------------------------------*/

.modal {
  background-color: rgba(0, 50, 64, 0.8);

}
.modal.show .modal-dialog {
justify-content: center;
}

.modal-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  max-width: 900px;

}

.modal-body {
  padding: 0;
}

.form-section {
  flex: 1;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-section {
  flex: 1;
  background-color: #e2f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}

.image-section img {
  width: 100%;
}

.lottie-center{
  display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body .btn-close {
  position: absolute;
  left: 0;
  padding: 14px;
  color: #979a9d;
}

.modal-body .btn-close:hover {
  color: #263746;
}

.modal-body .dropdown-toggle {
  position: absolute;
  color: #556270;
  top: -35px;
  left: 10px;
  border: none;
  background-color: transparent;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  max-height: 300px;
  overflow-y: auto;
  width: 200px;
  text-align: right;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  color: #556270;
  font-weight: 600;
}

.dropdown-item img {
  margin-left: 10px;

}

.dropdown-item:hover,
.dropdown-item:active {
  background-color: #f0f0f0;
  color: #4ab6a7;
}

#selectedCountryCode {
      padding-right: 5px;
  color: #556270;
  font-size: 15px;
  font-weight: 700;
}

.form-label {
  font-size: 15px;
  font-weight: 600;
  color: #556270;
  margin-bottom: 5px;
  padding-right: 10px;
}
.modal-body .selectbox{
  height: 42px;
  width: 100%;
  background-color: #f3f4f5 !important;
  border: 1px solid #e7e9eb;
   border-radius: 50px;
   display: flex;
   align-items: center;
    justify-content: center;
    padding: 0 5px 0 10px;
}

.modal-body .selectbox select{
font-family: "Cairo", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    background-color: transparent;
    border: none;
    color: #556270 !important;
    padding: 0 5px;
    width: 100%;
}



.modal-body .form-control {
  box-shadow: none;
  border: 1px solid #e7e9eb;
  color: #556270 !important;
  font-family: "Cairo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  border-radius: 50px;
  height: 42px;
  background-color: #f3f4f5 !important;
}

.modal-body .form-control::placeholder {
  color: #979a9d;
  font-weight: 600;
}

.modal-body .form-control:-webkit-autofill,
.modal-body .form-control:-webkit-autofill:hover,
.modal-body .form-control:-webkit-autofill:focus,
.modal-body .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f3f4f5 inset !important;
  border-color: #e7e9eb !important;
}

.king-text{
  text-align: center !important;
}

.input-group {
  position: relative;
}

.input-group .eye-btn {
  position: absolute;
  top: -20px;
  left: 8px;
  transform: translateY(-50%);
  color: #556270;
  font-size: 20px;
  font-weight: 700;
  font-size: 16px;
}

.eye-btn {
  border: none;
  background: transparent;
  color: #556270;
  opacity: 0.7;
}

.eye-btn:hover {
  opacity: 1;
}


.btn-primary {
  background-color: #0C5981;
  border-color: #0C5981;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #4ab6a7;
  border-color: #4ab6a7;
}

.forgot-password {
  text-align: right;
  margin-top: -8px;
  padding-right: 10px;
  color: #4ab6a7;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: #0C5981;
  text-decoration: underline;
}

.create-account {
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  color: #556270;
}

.create-account a {
  color: #4ab6a7;
  /* Violet color */
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.create-account a:hover {
  color: #0C5981;
  text-decoration: underline;
}

.text-right-rtl {
  text-align: right !important;
}

.modal-title {
  text-align: right ;
  font-family: "El Messiri", sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #0C5981;
  margin-bottom: 25px;
  width: 100%;
}

.image-size {
  position: relative;
  width: 400px;
  height: 300px;
}

.image-section .charity {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .modal-content {
    flex-direction: column;
    height: auto;
    max-width: 95%;
  }

  .image-section {
    height: 200px;
  }

  .image-size {
    width: 200px;
    height: 200px;
    margin-top: 16px;

  }

  .form-section {
    padding: 30px;
  }

  .modal-title {
    margin-bottom: 15px;
    text-align: center !important;
    /* Center the title on small screens */
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  padding: 40px 0;
  scroll-margin-top: 120px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    padding: 10px 0;
    scroll-margin-top: 100px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/

.section-title {
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.section-title h2 {
  font-size: 36px;
  color: #0C5981;
  font-family: "El Messiri", sans-serif;
  font-weight: 900;
  position: relative;
}

.section-title p {
  font-size: 18px;
  color: #556270;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title p:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #535256, transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #4ab6a7;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}



.sectionTitle h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  line-height: 1.8;
  margin: 0 0 5px 0;
  color: #4ab6a7;
  margin-bottom: 5px;
}

.sectionTitle h2::after {
  content: "";
  width: 150px;
  height: 2px;
  display: inline-block;
  background: #4ab6a7;
  margin: 4px 10px;
}


.sectionTitle h1 {
  font-family: "El Messiri", sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #0C5981;
}

.sectionTitle p {
  font-size: 17px;
  font-weight: 600;
  color: #556270;
}

@media (max-width: 576px) {
  .sectionTitle h2::after {
    content: "";
    width: 60px;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 80vh;
  padding: 0;
  margin: 0;
  background-color: #263746;
  position: relative;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}



.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";
  background: linear-gradient(to top, #075469, transparent 70%);
  inset: 0;
  z-index: 2;
}

.hero .carousel-item::before {
  content: "";
  background: linear-gradient(to top, #075469, transparent 70%);
  position: absolute;
  inset: 0;
}

.hero .carousel-container {
  position: absolute;
  bottom: 1.25rem;
  right: 15%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}

.hero h2 {
  color: #ffffff;
  font-family: "El Messiri", sans-serif;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.6);
  animation: fadeInDown 1s both;
}

.hero p {
  color: #ffffff;
  direction: rtl;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.6);
  animation: fadeInDown 1s both 0.2s;

}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 30px;
  }

  .hero p {
    font-size: 16px;

  }
}


.hero .btn-get-started {
  border: 2px solid #ffffff;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  animation: fadeInUp 1s both 0.4s;
}

.hero .btn-get-started:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #0C5981;
}

@media (min-width: 1024px) {

  .hero h2,
  .hero p {
    max-width: 60%;
  }
}


@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
  transition: 0.3s;
  opacity: 0.5;
}

.carousel-control-next {
  left: 0 !important;
  right: auto
}

.carousel-control-prev {
  right: 0 !important;
  left: auto
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
  transition: 0.3s;
  opacity: 0.5;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

.hero .carousel-indicators {
  list-style: none;
}

.hero .carousel-indicators li {
  cursor: pointer;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------------------------------------
# Donation-process Section
--------------------------------------------------------------*/
.Donation_process {
  background-color: #f1f3f5;
}

.project-money {
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.project-money p {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  color: #556270;
  font-weight: 600;
  line-height: 1;
  padding-top: 3px;
  margin-bottom: 10px;
}

.project-money .price {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  color: #4ab6a7;
  font-weight: 700;
  line-height: 1;
}

.form-control:disabled,
.form-control:read-only {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 768px) {
  .project-money .pm-stat-single:not(:last-of-type) {
    border-left: 1px solid #d5d5d5;
  }
}

@media (max-width: 767.98px) {
  .project-money .pm-stat-single:not(:last-of-type) {
    border-bottom: 1px solid #d5d5d5;
  }
}

/*Progressbar*/

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #4ab6a7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}


/* payment */

.payment .form-group {
  padding-bottom: 8px;
}

.form-group label {
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #556270;
  font-weight: 600;
}

.form-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  color: #556270;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  border-radius: 10px;
  height: 42px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-control::placeholder {
  color: #979a9d;
  font-weight: 600;
}

input:focus,
.form-control:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #ddd !important;
}

.Donation_process .input-container {
  position: relative;
}

.Donation_process .input-container .dinar {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #556270;
  font-size: 20px;
  font-weight: 700;
  font-size: 16px;
}



/* CSS */
.pay-no {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 10px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #556270;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 16px;
  font-weight: 700;
  border: none;
  margin-right: 8px;
  margin-left: 8px;
}

.pay-no:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.pay-no:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.pay-no:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

/*.pay-no {
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #ffffff;
  color: #556270;
  border: 2px solid #0C5981;
  margin: 0 5px;
  padding: 0 10px;
  height: 42px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: 2px solid #ddd;
  transition: 0.4s;
}

.pay-no:hover {
  background-color: #0C5981;
  color: #ffffff;
  border: 2px solid #0C5981;
  transition: 0.4s;
}*/

.payment button[type="submit"] {
  font-weight: 700;
  border: 2px solid #4ab6a7;
  padding: 12px 25px;
  color: #ffffff;
  background-color: #4ab6a7;
  transition: 0.4s;
  border-radius: 50px;
}

.payment button[type="submit"]:hover {
  border: 2px solid #0C5981;
  background-color: #0C5981;
  transition: 0.4s;
}


/* plus/minus input counter */
span {
  cursor: pointer;
}

.minus,
.plus {
  width: 34px;
  height: 33px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background-color: #556270;
  border-radius: 10px;
  padding: 0px 5px 8px 5px;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.minus:hover,
.plus:hover {
  background-color: #4ab6a7;
}

input {
  height: 34px;
  width: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #ddd;
  color: #556270;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

input[type="checkbox"] {
  height: auto;
  width: auto;
}



/*--------------------------------------------------------------
# Donation Posts Section
--------------------------------------------------------------*/

.donation-posts .box-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 16px;
}

.donation-posts .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;

}

.donation-posts .portfolio-wrap img {
  transition: all 0.4s linear;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.donation-posts .box-shadow .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(74, 182, 167, 0.7);
  ;
  padding-bottom: 30px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.donation-posts .portfolio-wrap .portfolio-info h4 {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
  font-weight: 700;
}

.donation-posts .portfolio-wrap .portfolio-info a {
  color: #fff;
  margin: 0 4px;
  font-size: 50px;
  line-height: 1;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}

.donation-posts .box-shadow:hover .portfolio-wrap {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.donation-posts .box-shadow:hover .portfolio-wrap .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.donation-posts .box-shadow:hover .portfolio-wrap img {
  transform: scale(1.1);
  transition: all 0.4s linear;
}


.donation-posts .post-content {
  direction: rtl;
  padding: 16px;
}


.donation-posts .post-content .post-title {
  font-family: "El Messiri", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0C5981;
  text-align: right;
}


.donation-posts .box-shadow:hover .post-content .post-title {
  color: #4ab6a7;
}


.donation-posts .box-shadow .post-content .form-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  color: #556270;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  height: 46px;
  width: 100%;
  border-radius: 50px;
}

.donation-posts .box-shadow .post-content .form-control::placeholder {
  color: #979a9d;
  font-weight: 600;
  font-size: 15px;
}

.donation-posts .box-shadow .post-content .payment button[type="submit"] {
  font-weight: 700;
  height: 46px;
  font-size: 15px;
  border: 2px solid #4ab6a7;
  padding: 0px 16px;
  color: #ffffff;
  background-color: #4ab6a7;
  transition: 0.4s;
  border-radius: 50px;
  white-space: nowrap !important;
  margin-right: 10px;

}

.donation-posts .box-shadow .post-content .payment button[type="submit"]:hover {
  border: 2px solid #0C5981;
  background-color: #0C5981;
  transition: 0.4s;
}


.donation-posts .input-container {
  position: relative;
}

.donation-posts .input-container .dinar {
  position: absolute;
  top: 40%;
  left: 16px;
  transform: translateY(-50%);
  color: #556270;
  font-size: 20px;
  font-weight: 700;
  font-size: 16px;
}

/* module-search  */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 50, 64, 0.9);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.search-popup .module__search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 750px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.search-popup .module__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: #ffffff;
  background-color: transparent;
  border: none;
}

.search-popup .module__search-btn:hover {
  color: #1fe2d1;
}

.search-popup .search__input {
  z-index: 1;
  direction: rtl;
  border-radius: 0;
  height: 80px;
  padding-right: 56px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1fe2d1;
  width: 100%;
  box-shadow: none;
  color: #ffffff;
  font-size: 22px;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-popup .search__input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #1fe2d1 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;


}

.search-popup .search__input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.65;
}

.search-popup .search__input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.65;

}

.search-popup .search__input::placeholder {
  color: #ffffff;
  opacity: 0.65;

}

.search-popup.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.search-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.search-popup.active .module__search-form {
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive .module__search-form {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}




/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 40px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action .king-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, #075469, transparent 40%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}


.stats .stats-item {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding: 20px;
}

.stats .stats-item img {
  line-height: 0;
  margin-left: 20px;
}

.stats .stats-item span {
  color: #ffffff;
  font-family: "El Messiri", sans-serif;
  font-size: 36px;
  display: block;
  font-weight: 800;
}

.stats .stats-item .stat-number {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.stats .stats-item .stat-number .span-text {
  color: #ffffff;
  font-size: 17px;
  padding-right: 5px;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1fe2d1;
}

.stats .section-title p:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #ffffff, transparent 70%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.stats .section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}




/*--------------------------------------------------------------
# news Posts Section
--------------------------------------------------------------*/

.news-posts .box-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 16px;
  cursor: pointer;

}

.news-posts .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

}

.news-posts .portfolio-wrap img {
  transition: all 0.4s linear;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.news-posts .box-shadow .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(74, 182, 167, 0.7);
  ;
  padding-bottom: 30px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.news-posts .portfolio-wrap .portfolio-info h4 {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
  font-weight: 700;
}

.news-posts .portfolio-wrap .portfolio-info a {
  color: #fff;
  margin: 0 4px;
  font-size: 50px;
  line-height: 1;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}

.news-posts .box-shadow:hover .portfolio-wrap {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.news-posts .box-shadow:hover .portfolio-wrap .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.news-posts .box-shadow:hover .portfolio-wrap img {
  transform: scale(1.1);
  transition: all 0.4s linear;
}


.news-posts .post-content {
  direction: rtl;
  padding: 16px;
}


.news-posts .post-content .post-title {
  font-family: "El Messiri", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0C5981;
  text-align: right;
  margin-bottom:14px;
}


.news-posts .box-shadow:hover .post-content .post-title {
  color: #4ab6a7;
}

.news-posts .post-content .date {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50px;
  background-color: #4ab6a7;
  display: inline-block;
  padding: 5px 16px;
  margin-bottom: 12px;
  margin-top: 8px;
}


.news-posts .box-shadow:hover .post-content .date {
  background-color: #0C5981;
}

.news-posts .post-content .date i {
  padding-left: 5px;
}

.news-posts .post-content p {
  color: #556270;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  line-height: 1.6;

}

.truncated-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* حدد عدد الأسطر هنا */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}


.read-more {
  margin-top: 20px;
  background: #ffffff;
  border: 2px solid #4ab6a7;
  color: #4ab6a7;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 24px 10px 24px;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.read-more i {
  font-size: 18px;
  margin-right: 8px;
  padding-top: 1px;
  line-height: 0;
  transition: 0.3s;
  color: #4ab6a7;

}

.read-more:hover {
  background: #4ab6a7;
  color: #fff;
  padding-left: 19px;
}

.read-more:hover i {
  margin-right: 13px;
  color: #fff;
}



/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #ffffff;
  background-color: #3a4753;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  background-color:
    color-mix(in srgb, #3a4753, white 5%);
}



.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  ;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #ffffff;
  border-color: #32cfbe;
  background-color: #32cfbe;
  transition: 0.3s;

}

.footer h4 {
  color: #32cfbe;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-left: 5px;
  font-size: 13px;
  line-height: 0;
  color: #32cfbe;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;

  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #32cfbe;
}

.footer .footer-contact p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.footer .footer-contact p i {
  font-size: 14px;
  background-color: #ffffff;
  color: #44505c;
  border-radius: 50px;
  padding: 5px;
  margin-left: 5px;

}

.footer .footer-contact p a {
  color: #ffffff;
}

.footer .footer-contact p a:hover {
  color: #1fe2d1;
}


.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  display: flex;
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: #32cfbe
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  width: 100%;
  background-color: #ffffff;
  color: #556270;
  border-width: 0px;
  padding: 4px 8px;
  border-radius: 50px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  font-size: 16px;
  color: #fff;
  ;
  border-width: 0px;
  padding: 0px 20px 2px;
  margin: 0px -26px 0px 0px;
  background: #32cfbe;
  ;
  transition: 0.3s;
  border-radius: 50px;
  width: 120px;
  height: 40px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: #1fe2d1;
}

.footer .copyright {
  padding: 25px 0;
  background-color: #3a4753;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.footer .credits a {
  color: #ffffff;
  margin-top: 6px;
  font-size: 13px;
}

.footer .credits a:hover {
  color: #1fe2d1;

}