/* Start Global Rules */
:root {
  --main-color: #331b41;
  --sec-color: #1a34b0;
  --gradient-color: linear-gradient(270deg, #9d40fc 0%, #52bdf5 100%);
  --main-radius: 15px;
  --main-transition: 0.2s;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Montserrat Arabic";
  direction: rtl;
}
p {
  margin: 0;
}
ul {
  list-style: none;
}
i {
  margin-top: 2px;
}
.btn i {
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  ul {
    padding: 0;
  }
}
a {
  text-decoration: none;
}
.whatsapp {
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 999;
  background-color: rgb(77, 194, 71) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.whatsapp i {
  color: white;
  font-size: 2rem;
}
h1 {
  position: relative;
  color: #331b41;
  font-size: 36px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
  }
}
h1::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 82px;
  right: 0;
  background-color: var(--main-color);
  bottom: -20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  font-size: 14px;
}
.head p {
  color: var(--first-color);
  font-size: 18px;
}
@media (max-width: 768px) {
  .head p {
    font-size: 16px;
  }
}
.box-cyan {
  background-color: #69c9d0;
}
.box-blue {
  background-color: #1877f2;
}
.box-purple {
  background-color: #9a44fc;
}
.box-yellow {
  background-color: #ffe400;
}
.btn {
  height: 48px;
  border: none;
}
.btn:hover {
  background: var(--gradient-color);
  border: 0;
}
.btn i {
  margin-top: 5px;
}
/* End Global Rules */
/* Fonts */
@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-Black-900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-ExtraBold-800.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-Bold-700.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-SemiBold-600.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-Medium-500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-Regular-400.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-Light-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-ExtraLight-275.otf")
    format("opentype");
  font-weight: 275;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Arabic";
  src: url("../fonts/fonts/Montserrat-Arabic-Thin-250.otf") format("opentype");
  font-weight: 250;
  font-style: normal;
}
/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
  height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: inherit;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  background-color: #8daef7;
  color: white;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev {
  top: 95%;
  left: 76%;
}
.swiper-button-next {
  top: 95%;
  left: 85%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: #fff !important;
  color: black;
  opacity: 1;
}
/* Start Scrolling */
.arrow {
  cursor: pointer;
  position: fixed;
  bottom: -100%;
  right: 25px;
  transition: 0.5s;
  z-index: 1100;
}
.arrow i {
  font-size: 1.5rem;
  background-color: var(--first-color);
  color: white;
  padding: 0.5rem;
  /* border-radius: 10px; */
}
.appear {
  bottom: 10px;
}
/* End Scrolling */
/* Start Navbar */
.all .pic {
  top: -40%;
}
.navbar {
  height: 90px;
  font-family: "Cairo", sans-serif;
}
.navbar .active .nav-link,
.navbar .nav-link {
  font-size: 15px;
}

.navbar .logo img {
  width: 100px;
  height: 100px;
}
.navbar-nav {
  gap: 0.2rem;
}

@media (max-width: 768px) {
  .navbar {
    height: unset;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    gap: 1rem;
  }
  .navbar .logo img {
    width: 80px;
    height: 80px;
  }
  .dark-btn {
    margin-top: 1rem;
  }
  .navbar .buttons .btn {
    width: 120px !important;
    justify-content: center;
  }
  .navbar-nav {
    gap: unset;
  }
}
.navbar-nav li {
  width: fit-content;
  font-weight: 700;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.navbar-nav li .nav-link.active {
  color: white;
  background-color: var(--main-color);
  border-radius: 10px;
}
.navbar-nav .active a {
  /* transition: 0.3s; */
  color: white;
  font-size: var(--fs-size);
  border-radius: 10px;
}
.navbar-nav li a:hover {
  color: white;
  background-color: var(--main-color);
  border-radius: 10px;
}
.navbar .buttons a {
  height: 52px;
}
.navbar .buttons a:nth-child(2):not(.details .container .navbar .buttons a:nth-child(2)),
.navbar .buttons a:nth-child(4):not(.details .container .navbar .buttons a:nth-child(4)) {
  border: 1px solid #9d40fc;
  background: var(--gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-radius: 20px 10px 10px 8px;
  overflow: hidden;
}

.navbar .buttons a:nth-child(2):hover:not(.details .container .navbar .buttons a:nth-child(2)),
.navbar .buttons a:nth-child(4):hover:not(.details .container .navbar .buttons a:nth-child(4)) {
  background: var(--gradient-color);
  -webkit-text-fill-color: white !important;
}

.navbar .nice-select {
  height: 52px;
  display: flex;
  align-items: center;
  width: fit-content !important;
}
.navbar .nice-select::after {
  display: none;
}
.navbar .buttons a:nth-child(3) {
  background: var(--gradient-color);
  color: white;
  border-radius: 0px 8px 20px 10px;
  border: none;
}
/* Search */
.navbar .input svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.buttons .input {
  width: fit-content;
}
.search-click {
  border: 1px solid #ccc;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 20px 10px 10px 8px;

  width: 50px;
  height: 50px;
  padding: 25px;
  transition: all 0.5s;
  background: var(--gradient-color);
}
.search-click:focus {
  width: 160px;
  padding-left: 50px;
  background: #fff;
}
.search-click {
  position: relative;
  overflow: hidden;
  height: 50px;
}
.search-click input {
  background: transparent;
  border: 1px solid #ccc;
  outline: none;
  position: absolute;
  width: 300px;
  height: 50px;
  left: 0%;
  padding: 10px;
}
/* End Navbar */
/* Start Paths */
.paths {
  padding-bottom: 1.5rem !important;
}
.paths .info a {
  color: #a0a0a0 !important;
  font-weight: 600 !important;
}
/* End Paths */
/* Start Landing */
.landing {
  height: 85vh;
}
.landing .row {
  padding-top: 4rem;
}
/* .landing .content h1 {
  position: relative;
  color: #331b41;
  font-size: 36px;
  font-weight: 700;
} */

.landing .arrows {
  width: 89.18px;
  height: 59.48px;
  top: 70%;
  left: 97%;
  gap: 0px;
  opacity: 0px;
}

.landing .content h1::before {
  position: static;
}
.landing p {
  font-size: 1rem;
}
.landing .pic-lg {
  width: 342px;
}
.landing .pics {
  height: 375px;
}
@media (max-width: 992px) {
  .landing .content {
    align-items: center !important;
  }
  .landing .pics {
    display: none !important;
  }
}
.landing li:nth-child(1) .btn {
  background: var(--gradient-color);
  color: white;
  border: 0;
}
.landing li:nth-child(3) .btn {
  color: var(--main-color) !important;
  background-color: unset !important;
}
.landing li:nth-child(3):hover .btn {
  color: var(--main-color) !important;
  background: unset !important;
}
.landing .fa-play {
  background: linear-gradient(270deg, #fac561 0%, #e83acb 100%);
  padding: 10px;
  border-radius: 50%;
  color: white;
}
.landing .btn:last-child:focus {
  border: 0;
}
.landing .pic-one,
.landing .pic-two,
.landing .pic-three,
.landing .pic-four {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing .pic-one {
  top: 10%;
  left: 75%;
}
.landing .pic-two {
  top: 23%;
  left: 35%;
}
.landing .pic-three {
  left: 80%;
  top: 80%;
}
.landing .pic-two img,
.landing .pic-three img {
  width: 412px;
}
.landing .pic-four {
  top: 90%;
  left: 22%;
}
.landing .x-twitter {
  width: 49px;
  height: 48px;
  top: -17%;
  left: 82%;
  gap: 0px;
  opacity: 0px;
}
.landing .insta {
  width: 41.79px;
  height: 41.79px;
  top: 70%;
  left: 5%;
  gap: 0px;
  opacity: 0px;
}
.landing .youtube {
  width: 41.79px;
  height: 41.79px;
  top: -7%;
  left: 3%;
  gap: 0px;
  opacity: 0px;
  z-index: 99;
}
.landing .facebook {
  width: 37.14px;
  height: 37.14px;
  top: 68%;
  left: 109%;
  gap: 0px;
  opacity: 0px;
}
.landing .dots-one {
  width: 50.14px;
  height: 43.64px;
  top: -16%;
  left: 16%;
  gap: 0px;
  opacity: 0px;
}
.landing .dot-one {
  width: 9.29px;
  height: 9.29px;
  top: 84%;
  left: 3%;
  gap: 0px;
  opacity: 0px;
}
.landing .star-one {
  width: 16.71px;
  height: 16.71px;
  top: 61%;
  left: 50%;
  gap: 0px;
  opacity: 0px;
}
.landing .star-three {
  width: 19px;
  height: 19px;
  top: 35%;
  left: 88%;
  gap: 0px;
  opacity: 0px;
}
.landing .star-four {
  width: 11px;
  height: 11px;
  top: 0;
  left: 56%;
  gap: 0px;
  opacity: 0px;
}
.landing .chat {
  width: Fixed(50px) px;
  height: Fixed(50px) px;
  top: 100%;
  left: -11%;
  padding: 16px 0px 0px 0px;
  gap: 10px;
  opacity: 0px;
}
/* End Landing */
/* Start Charts */
.charts .box,
.charts .chart {
  background-color: #ffffff;
}
/* End Charts */
/* Start bg */
.bg {
  background-color: #d9d9d9;
  height: 281px;
}
@media (max-width: 768px) {
  .bg {
    height: 200px;
  }
}
/* End bg */
/* Start Influencers */
.influencers-2 {
  margin-top: -13% !important;
}
@media (max-width: 768px) {
  .influencers-2 {
    margin-top: -40% !important;
  }
}
.influencers-2 .box:hover {
  transform: translateY(0) !important;
}
.influencers .filters {
  padding: 0.5rem 0;
  z-index: 99;
}
.influencers .chat {
  top: 60%;
  left: 1%;
  padding: 16px 0px 0px 0px;
  gap: 10px;
  opacity: 0px;
}

.influencers .filters .form-select {
  width: fit-content;
  border-radius: var(--main-radius);
}
.influencers .filters .form-select::after {
  display: none;
}
.influencers .pic .dol {
  background: var(--gradient-color);
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.influencers .name {
  color: var(--sec-color);
}
.influencers .btn {
  background-color: var(--main-color);
}
.influencers .btn:hover {
  background-color: var(--main-color);
}
.influencers .box {
  transition: 0.3s;
}

.influencers .box:hover {
  transform: translateY(-10px);
}
/* End Influencers */
/* Start Gallery */
.gallery .pic,
.gallery .pic img {
  height: 300px;
  overflow: hidden;
}
/* End Gallery */
/* Start Comments */
.comments .box {
  background: #f8f8f8;
}
.comments .name .fa-quote-left {
  font-size: 1.8rem;
}
.comments .name .fa-star {
  color: #ebbe1e;
}
/* End Comments */
/* Start pricing */
.pricing .box {
  background-color: #f8f8f8;
  transition: var(--main-transition);
}
.pricing .box:hover {
  background-color: var(--sec-color);
  color: white;
  scale: 1.1;
}

@media (max-width: 902px) {
  .pricing .box:hover {
    scale: 0.9;
  }
}
.pricing .box:hover p {
  color: #fff !important;
}
.pricing .box:hover .buttons .btn:first-child {
  background: white;
  color: #000;
}
.pricing .box:hover .buttons .btn:hover {
  background-color: white;
}
.pricing .buttons .btn:first-child {
  background-color: var(--sec-color);
  color: white;
  height: 56px;
}
.pricing .box:hover .buttons .btn:last-child {
  border: 1.5px solid #ffffff7e;
  color: white;
}
.pricing .box:hover .buttons .btn:hover:last-child {
  background: white;
  color: black;
}
.pricing .buttons .btn:last-child {
  border: 1.5px solid #0000001a;
  height: 56px;
}
.pricing .feat i {
  background-color: #00e3ad;
  padding: 5px;
  border-radius: 50%;
  color: white;
}
/* End pricing */
/* Start Blog */
.blog a {
  color: #e72fd4;
}
.blog .box .pic,
.gallery .pic {
  overflow: hidden;
  border-radius: 2rem !important;
}
.blog .box .pic img,
.gallery .pic img {
  transition: 0.3s;
  overflow: hidden;
}
.blog .box:hover img,
.gallery .pic:hover img {
  transform: rotate(3deg) scale(1.1);
}
/* End Blog */
/* Start Slogan */
.slogan h1::before {
  position: static;
}
@media (max-width: 992px) {
  .slogan h1 {
    font-size: 30px;
  }
  .slogan .about-info p {
    width: 95% !important;
  }
}

/* End Slogan */
/* Start Privact */
.privacy {
  font-size: 18px;
}
.privacy p {
  line-height: 1.8;
}
.privacy .pic {
  display: flex;
  align-items: center;
  justify-self: center;
}
.privacy .pic img {
  height: 400px;
}
@media (max-width: 992px) {
  .privacy .pic {
    display: none;
  }
}
/* End Privact */
/* Start Contact */
.form-container .box {
  height: 234px;
  width: 261px;
}
/* .login .pic {
  height: 100vh;
} */
.login .pic img {
  width: 85%;
}
.login .pic-sign {
  height: 100% !important;
}
@media (max-width: 992px) {
  .login .pic {
    display: none !important;
  }
}
.login .sm-pic {
  width: 150px;
  padding: 10px;
  border-radius: 10px;
}
.form-container {
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  .form-container {
    width: 90%;
  }
}
.contact-info form input:not(:last-child),
.form-container form input:not(:last-child),
.check,
.form-container form select,
.form-container form .input {
  height: 55px;
  color: #bebebe !important;
  font-size: 18px;
  border-radius: 0px;
  outline: none !important;
  font-size: 15px;
  box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 8%);
  text-align: right;
}
.contact-info form input:not(:last-child),
.form-container form input:not(:last-child) {
  box-shadow: none;
  height: 56px;
}
.form-container form input::placeholder {
  color: #bebebe;
}
.form-container .radio-ch {
  height: 16px !important;
}
.form-container form .input {
  height: 60px;
}
.form-container form .input,
.form-container form input {
  background: #f9f9f9 !important;
  border-radius: 14px;
}
.form-container form textarea {
  background: #f9f9f9 !important;
  color: #bebebe !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  height: 138px;
  border-radius: 14px;
}
.form-container form input:focus,
.form-container form textarea:focus {
  border-color: black;
  outline: none;
  box-shadow: 0 1px 0 -1px var(--first-color);
}
.form-container .pic img {
  height: 588px;
  object-fit: cover;
}
.form-container .message {
  background-color: var(--main-color) !important;
  color: white !important;
}
.form-container .message:hover {
  background: var(--gradient-color) !important;
}
.form-container #contactButton {
  background-color: var(--main-color) !important;
  color: white !important;
}
.form-container #contactButton:hover {
  background: var(--gradient-color) !important;
}

@media (max-width: 992px) {
  .form-container .pic img {
    display: none;
  }
}
.form-container .facebook:hover {
  background: #0d6efd !important;
}
.form-container .google:hover {
  background: white !important;
}
.form-container .facebook:focus,
.form-container .facebook:focus-visible,
.form-container .facebook:active {
  color: white;
}
.form-container .new {
  text-decoration: none;
  color: #9a44fc;
}
.form-container .new:hover {
  text-decoration: underline;
}
.form-container .contact-info .more {
  top: -10%;
  left: 5%;
  background-color: white;
  font-size: 14px;
}
.form-container .contact-info i {
  font-size: 20px;
  width: 40px;
  height: 40px;
}
.form-container .or span {
  background-color: white;
}
.form-container .or::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: hsl(0deg 0% 0% / 15%);
}
.land-contact .x-twitter {
  width: 49px;
  height: 48px;
  top: 107.01px;
  left: 600px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .insta {
  width: 48px;
  height: 48px;
  top: 435.01px;
  left: 143px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .youtube {
  width: 48px;
  height: 48px;
  top: 136.01px;
  left: 154px;
  gap: 0px;
  opacity: 0px;
  z-index: 99;
}
.land-contact .facebook {
  width: 37.14px;
  height: 37.14px;
  top: 388px;
  left: 705.14px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .dot-one {
  width: 10px;
  height: 11px;
  top: 493.01px;
  left: 135px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .dots-one {
  width: 57.94px;
  height: 50.43px;
  top: 92.66px;
  left: 202.18px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .dots-two {
  width: 57.94px;
  height: 50.43px;
  top: 567.96px;
  left: 616.32px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .star-one {
  width: 19px;
  height: 20px;
  top: 398.01px;
  left: 390px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .star-three {
  width: 16.71px;
  height: 16.71px;
  top: 300.21px;
  left: 615.64px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .pic-one {
  position: absolute;
  top: 142.01px;
  left: 478px;
}
.land-contact .pic-two {
  position: absolute;
  width: 476.38px;
  height: 317.58px;
  top: 83px;
  left: 60.55px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .pic-three {
  position: absolute;
  width: 395.91px;
  height: 310.07px;
  top: 287.93px;
  left: 348.09px;
  gap: 0px;
  opacity: 0px;
}
.land-contact .pic-four {
  position: absolute;
  width: 161px;
  height: 161px;
  top: 437.01px;
  left: 187px;
  gap: 0px;
  border-radius: 100px 0px 0px 0px;
  opacity: 0px;
}
.form-container form .star-four {
  width: 9.29px;
  height: 9.29px;
  top: 65px;
  left: 255px;
  gap: 0px;
  opacity: 0px;
}
.form-container form .star-one {
  width: 16.71px;
  height: 16.71px;
  top: 232px;
  left: -8%;
  gap: 0px;
  opacity: 0px;
}
.form-container form .star-three {
  width: 16.71px;
  height: 16.71px;
  top: 215px;
  left: 675px;
  gap: 0px;
  opacity: 0px;
}
.forms #contactButton {
  color: white;
  background: unset !important;
}
.forms #contactButton:hover {
  color: white;
  background: unset !important;
}
/* End Contact */
/* Start Footer */
.footer {
  background-color: var(--second-color);
}
.footer .pic {
  width: 100px;
}
.footer h2 {
  position: relative;
  font-size: 18px;
  color: var(--main-color);
  font-weight: bold;
}
.footer h2::after {
  position: absolute;
  bottom: -15px;
  right: 0;
  content: "";
  width: 31px;
  height: 3px;
  background: #000;
}

@media (max-width: 992px) {
  .footer .ftco-footer {
    align-items: unset !important;
  }
}
.footer .social-icon {
  height: 32px;
  width: 32px;
  display: block;
  float: left;
  background: var(--gradient-color);
  border-radius: 50%;
  position: relative;
  color: white;
  font-size: 16px;
}
.footer a:hover {
  color: #a0a0a0;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer ul .site-link {
  color: #a0a0a0;
}
.footer ul .site-link:hover {
  background-color: unset;
  color: var(--main-color);
}
@media (max-width: 992px) {
  .footer .copyright {
    padding-top: 2rem;
  }
}
.footer .info,
.footer .info a {
  color: #a0a0a0;
}
.copyright p,
.copyright a {
  color: #a0a0a0;
}
/* End Footer */

.pagination-nav {
    margin-top: 30px;
}

.custom-card-shadow {
  border-radius: 16px;
  padding: 8px;
}

.custom-card-image {
  width: 100%;
  border-radius: 8px;
}

.card-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -2%;
}

.small-text {
  font-size: 12px;
  color: #777;
}


.card-goal,
.card-paid {
  background-color: #d5d2dd33;
  border-radius: 8px;
  border-color: transparent;
  padding: 18px;

}

.card-goal-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -2%;
}

.card-goal-amount {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -2%;
  color: #47A5E6;
}

.progress-percentage {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -2%;
  color: #479AE6;
}


#donationModal .progress-bar {
  background-color: #8458E9;
}

.button-container {
  display: flex;
  gap: 16px;
}

.btn-donate-now,
.btn-read-more {
  width: 100%;
  height: 50px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 18px;
}

.btn-donate-now {
  border: none;
  background-color: #8957E9;
  color: #fff;
}

.btn-read-more {
  border: none;
  background-color: #faf8fc;
  border: 1px solid #a679f9;
  color: #000;
}


/* Participant Count Badge */
.bg-light {
  background-color: #47A5E6 !important;
  color: #fff !important;
}

.rounded-pill {
  border-radius: 50px !important;
  font-weight: 600;
  font-size: 14px;
}

/* Share Button */
.rounded-pill {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff !important;
  color: #8957E9 !important;
}

/* Shadow for both elements */
.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.participant-badge {
  height: 50px;               
  border-radius: 8px;        
  padding: 10px;              /* Inner padding for spacing */
  justify-content: center;
  text-align: center;
}

.participant-badge i {
  font-size: 20px;
  margin-right: 5px;
}

.progress-bar {
  background-color: #8e44ad;
}

.donation-btn {
  background-color: #8e44ad;
  color: #fff;
  border: none;
}

.donation-btn:hover {
  background-color: #732d91;
}

.card-icon {
  width: 78px;
  height: 48px;
  position: absolute;
  top: 21.47px;
  left: 16px;
  background: #47A5E6;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
}

.share-icon {
  position: absolute;
  top: 22.14px;
  left: 307px;
  gap: 16px;
  background: #FFFFFF;
  color: #000;
  padding: 8px;
  border-radius: 100px;
}

.form-section {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
}

.input-with-icon-amount {
  padding-left: 40px;
  background: url('../img/solar_hand-money-outline.svg') no-repeat 10px center;
  background-size: 20px;
}

.input-with-icon {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
  height: 45px;
  line-height: normal;
}

.input-with-icon-user {
  background-image: url('../img/user_cycle.svg');
}

.input-with-icon-phone {
  background-image: url('../img/Frame (2).svg');
}

.input-with-icon-email {
  background-image: url('../img/Frame (1).svg');
}

.custom-card-image {
  border-radius: 8px;
}

.card-container {
  height: 620px;
  margin: 80px auto;
  gap: 40px;
}

.card-body {
  padding: 8px;
}

.custom-card-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
}

.custom-card-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -2%;
}

.goal-section,
.paid-section {
  width: 180px;
  height: 96px;
  border-radius: 8px;
  padding: 24px;
  gap: 8px;
}

.goal-title,
.paid-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
}

.goal-amount,
.paid-amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  color: #47A5E6;
}

.custom-progress-label {
  color: #47A5E6;
}

.custom-progress-bar {
  height: 8px;
}

.amount-btn {
  background-color: transparent;
  color: #000;
  border: 1px solid #ccc;
}

.amount-btn:hover {
  color: #FFFFFF;
  background-color: #732d91 !important;
}

#donationModal .btn {
  height: 40px;
}

.amount-btn.active {
  background-color: #732d91 !important;
  color: #fff;
  border-color: #732d91 !important;
}

.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 20px;
  background: #47A5E6;
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.row.card {
  height: auto;
  margin: 0;
}

/* Button hover effects */
.button-container .btn-donate-now,
.button-container .btn-read-more {
  border-radius: 25px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

/* Custom scrollbar for the modal */
#donationModal::-webkit-scrollbar {
  width: 10px;
}

#donationModal::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#donationModal::-webkit-scrollbar-thumb {
  background: #47A5E6;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}


@media (max-width: 992px) {
  .col-6 {
      width: 100%;
  }
  .button-container {
      flex-direction: column;
      gap: 10px;
  }

  .btn-donate-now,
  .btn-read-more {
      height: 45px;
  }

  .goal-section,
  .paid-section ,
  .card-goal {
      width: 100%;
      margin-bottom: 10px;
  }

  .card-title {
      font-size: 20px;
  }

  .custom-card-description {
      font-size: 12px;
  }
}



#donationModal .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#donationModal .col-md-6 {
  display: flex;
  flex-direction: column;
}

.card-body{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#donation-group-1 {
  z-index: 2; /* Ensure buttons stay on top */
  position: relative;
}

.custom-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (max-width: 500px) {
  .custom-input {
    font-size: 0.7rem;
    width: 90px !important;
  }
  .amount-btn {
    font-size: 0.7rem;
  }
  .btn-sm {
    --bs-btn-padding-x: 0.4rem !important;
  }
}

.custom-input:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: transparent;
  outline: 0;
  /* box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);           */
}

.form-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.full-card {
  padding: 16px 40px;
}
.full-card h2 {
  padding: 16px 40px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -2%;
  line-height: 48.72px;
}
.profile-card {
  padding: 16px 40px;
  margin: auto;
  display: flex;
  align-items: center;
}

.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.progress-container {
  width: 100%;
}

.progress {
  height: 20px;
}

.progress-bar {
  transition: width 2s;
}

.tooltip{
 background-color: #fff !important;
}

.tooltip-inner .tooltip-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}

.tooltip-inner .tooltip-content .tooltip-item {
  text-align: center;
}

.tooltip-inner .tooltip-content img {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

.tooltip-item small {
  font-size: 0.8em;
  color: #6c757d;
}

.tooltip-inner .tooltip-content h5 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}

.iti {
  width:  100%;
}

.iti__country-list::-webkit-scrollbar {
  width: 8px; /* Scrollbar width */
}

.iti__country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: #47A5E6;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

/* Scrollbar styling for Firefox */
.iti__country-list {
  scrollbar-width: thin;
  scrollbar-color: #47A5E6 #f1f1f1;
}
.iti__arrow {
display: none;
}

[dir=rtl] .iti__country-list  {
  left: 0;
  text-align: right !important;
}

.read-more-link {
  color: #47A5E6;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 500px) {

  .card-body .col-6 {
    width: 50%;
}
  .card-goal, .card-paid {
      padding: 9px;
  }
  .card-goal, .card-paid  p{
    font-size:  14px;
}
  .card-icon {
    width: 50px;
    height: 35px;
    top: 20px;
    left: 15px;
    font-size: 0.75rem;
  }

  .profile-card {
      padding: 0px !important;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .profile-img {
      margin-bottom: 15px;
  }

  .progress-container {
      width: 100%;
  }

  .full-card {
    padding: 8px 20px;
  }

  span {
    font-size: 12px !important;
  }
  .full-card h2 {
      padding: 8px 20px;
      font-size: .9rem !important;
      line-height:20px ;
  }

  .progress-bar {
      transition: width 0.3s ease-in-out;
  }
  .form-control {
    font-size: .8rem !important;
  }
  .form-check  label{
    font-size: .8rem !important;
  }
  #donationModal .btn {
    height: 35+ 30Mpx;
  }
  .card-goal-amount {
    font-size: 16px;
  }
}

.btn-lang {
  border: 1px solid #ccc;
  color: #fff;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 20px 10px 10px 8px;
  width: 100px;
  height: 30px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s;
  background: var(--gradient-color);
}

#donationModal .btn:disabled{
  background-color: #8e44ad !important;
}

.iti__search-input{
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 40px;
  background-repeat: no-repeat;
  border-color: #ccc;
  background-position: 10px center;
  background-size: 20px;
  height: 35px;
  line-height: normal;
}

.donation {

  .support-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .support-text{
    font-size: 24px !important;
    font-weight: 300 !important;
    @media (max-width: 576px) {
      font-size: 20px !important;
      line-height: 2.5rem;
    }
  }

  .form-label {
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  strong {
    font-size: 24px !important;
    font-weight: 600 !important;
    @media (max-width: 576px) {
      font-size: 20px !important;
    }
  }

  .support-img {
    width: 142px;
    height: 108px;
    border-radius: 16px;

    @media (max-width: 576px) {
        width: 100%;
        height: 210px;
    }
  }

  .donation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    @media (max-width: 576px) {
        gap: 20px !important;
    }
  }

  h3{
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  .donation-input span {
    font-size: 16px;
    margin-right: 5px;
  }

  .anonymous-option {
    font-size: 14px;
    margin-top: 15px;
  }

  .suggested-tag {
    position: absolute;
    bottom: -15px;
    left: 0px;
    background-color: #FCFCFC;
    color: #2D1B38;
    font-size: 12px;
    border-radius: 12px;
    width: 100%;
    padding: 0px 8px;
    border: 1px solid #9d40fc;
  }

  .suggested-tag .fa-heart {
    font-size: 12px;
    color: #a4140f;
    z-index: -1;
  }

  .donation-input span {
    font-size: 16px;
  }

  textarea {
    min-height: 80px;
    resize: none;
  }

  .anonymous-option i {
    color: #47A5E6;
    font-size: 16px;
    margin-left: 5px;
  }

  .tip-section h5 {
    font-size: 16px;
    font-weight: bold;
  }

  .tip-section .form-range {
    background: linear-gradient(90deg, #ff7b7b 50%, #f1f1f1 50%);
    height: 8px;
    border-radius: 5px;
    margin: 10px 0;
  }

  .tip-section a {
    color: #007bff;
    text-decoration: none;
  }

  .terms a {
    color: inherit !important;
  }

  .amount-btn {
    background-color: transparent;
    border: 1px solid #C0BDB8;
    height: 48px;
    border-radius: 16px !important;
    padding: 0rem 2.4rem !important;
    @media (max-width: 576px) {
      font-size: 18px !important;
        padding: 0rem 2rem !important;
    }
  }
  .review-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 500px) {
    .custom-input-container  .span {
        font-size: 16px !important;
    }
    .review-section
    {
        margin-top: 3rem!important; 
    }
  }
  .custom-input-container {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 24px;
    gap: 8px;
    border: 1px solid #C0BDB8;
    border-radius: 16px;
    background-color: #fff;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .currency-symbols {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .currency {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }

  .custom-input {
    flex: 1;
    text-align: right;
    height: 100%;
    border: none !important;
    outline: none !important;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    color: #000;
    background: transparent;
  }

  .custom-input:focus {
    outline: none;
  }


  .custom-textarea-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .custom-textarea {
    width: 100%;
    height: 80px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border: 1px solid #C0BDB8;
    border-radius: 16px;
    background-color: #fff;
    resize: none;
    outline: none;
    box-sizing: border-box;
  }

  .input-with-icon {
    border-radius: 16px !important;
  }

  .custom-textarea::placeholder {
    color: #aaa;
    font-size: 14px;
  }
  .progress-bar-container {
    width: 100%;
    position: relative;
  }

  .progress-bar-container {
    position: relative;
    width: 100%;
    height: 12px;
}

/* Slider (input[type="range"]) styled as the progress bar */
.form-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    border-radius: 4px;
    outline: none;
    position: relative;
    cursor: pointer;
}

/* Progress fill styling for the slider */
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #4CCAF4 0%, #8668FA 50%, #EA49C1 100%);
    border-radius: 4px;
}

/* Thumb (handle) styling */
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #C0BDB8;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

/* Adjustments for Firefox */
.form-range::-moz-range-track {
    background: linear-gradient(90deg, #4CCAF4 0%, #8668FA 50%, #EA49C1 100%);
    border-radius: 4px;
    height: 12px;
}

.form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #C0BDB8;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Adjustments for IE/Edge */
.form-range::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    height: 12px;
}

.form-range::-ms-fill-lower {
    background: linear-gradient(90deg, #4CCAF4 0%, #8668FA 50%, #EA49C1 100%);
    border-radius: 4px;
}

.form-range::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #C0BDB8;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
  .progress-bar {
    width: 100%;
    height: 12px;
    border-radius: 4px;
    background: #f3f3f3 !important;
    position: relative;
    overflow: visible !important;
  }

  .progress-bar-fill {
    width: 50%; 
    height: 100%;
    background: linear-gradient(90deg, #4CCAF4 0%, #8668FA 50%, #EA49C1 100%);
    border-radius: 6px;
    transition: width 0.3s ease-in-out;
  }

  .progress-bar-thumb {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      background: #fff;
      border: 1px solid #C0BDB8;
      border-radius: 50%;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      pointer-events: none;
  }

  .progress-bar-thumb {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      background: #fff;
      border: 1px solid #C0BDB8;
      border-radius: 50%;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      pointer-events: none;
  }

  .progress-bar-thumb .progress-tooltip {
      position: absolute;
      top: -40px; 
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      color: #444648;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: bold;
      border-radius: 4px;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      white-space: nowrap;
      z-index: 1;
  }

  .progress-bar-thumb .progress-tooltip::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 6px;
      border-style: solid;
      border-color: #fff transparent transparent transparent; /* White arrow pointing down */
      z-index: -1; 
}
  .custom-tip-input {
    width: 100%;
    max-width: 140px;
    border: none;
    border-bottom: 2px solid #757575;
    font-size: 16px;
    color: #757575;
    outline: none;
    transition: border-color 0.3s ease-in-out;
  }


  .review-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .review-details .review-line {
    display: flex;
    justify-content: space-between;
    font-size:16px;
    color: #826F6F;
    margin-bottom: 16px;
  }

  .review-amount {
    font-size:16px;
    color: #826F6F;
    margin-bottom: 16px;
  }

  .review-divider {
    border: none;
    border-top: 1px solid #D9D9D9;
    margin: 15px 0;
  }

  .review-total {
    display: flex;
    justify-content: space-between;
    font-size:16px !important;
    color: #000;
  }

  .donate-btn {
    background:linear-gradient(90deg, #FBD159 0%, #E523DE 100%);    ;
    color: #fff !important;
    border: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

  .donate-btn:hover {
    opacity: 0.9;
  }

  .terms {
    font-size: 10px !important;
    color: #757575 !important;
    text-align: center !important;
  }

  .terms a {
    text-decoration: underline;
  }
}


.details {
  .nav-tabs {
      border-bottom: none !important;
      gap: 20px;
      @media (max-width: 500px) {
          gap: 1px;
      }
  }
  .nav-tabs .nav-link {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      text-decoration: none;
      color: #6c757d; 
      background: none;
      border: none;
      padding: 0.5rem 1rem;
      @media (max-width: 500px) {
          font-size: 16px;
          padding: 0.5rem .8rem;
      }
  }

  .nav-tabs .nav-link.active {
      color: #2D1B38;
      border-color: transparent !important;
      border-bottom: 3px solid #E523DE !important;
  }

  .nav-link:hover {
      border-color: transparent !important;
      border-bottom: 3px solid #E523DE !important;
      color: #6c757d !important; 
  }

  .pagination-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
  }

  .pagination {
      display: flex;
      list-style: none;
      padding: 0;
      gap: 8px;
  }

  .pagination li {
      display: inline;
  }

  .pagination .page-item {
      border: 1px solid #DEE2E6 !important;
      border-radius: 8px !important;
      padding: 7px 14px !important;
      font-size: 14px !important;
      font-weight: bold;
      color: #444648;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  .pagination .previous, 
  .pagination .next{
      background-color: #F5F5F5 !important;
  }

  .pagination .page-item:hover {
      background: #f3f3f3;
  }

  .pagination .active {
      border-image-source: linear-gradient(90deg, #4CCAF4 0%, #8668FA 50.26%, #EA49C1 100%) !important;
      border-image-slice: 1 !important; 
      transition: all 0.3s ease; 
  }
  .donate-btn {
      background:linear-gradient(90deg, #FBD159 0%, #E523DE 100%);
      color: #fff !important;
      border: none;
      font-weight: 600;
      font-size: 14px !important;
      border-radius: 16px !important;
      cursor: pointer;
      text-transform: none;
      transition: all 0.3s ease-in-out;
  }

  .share {
      border: 1px solid #E523DE;
      background-color: transparent;
      color: #121212 !important;
      font-size: 14px;
      font-weight: 600;
      border-radius: 16px !important;
  }

  .title {
      font-size: 16px;
      font-weight: 400;
      color: #3C3C3C;
  }

  .note {
      font-size: 14px;
      font-weight: 400;
      color: #575757;
  }

  .campaign-container {
      display: flex;
      align-items: center;
      justify-content: start;
      position: relative;
      margin: 20px 0;
      padding: 10px 0px;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
  }

  .campaign-btn {
      color: #2D1B38;
      font-size: 14px;
      font-weight: 400;
      padding: 5px 15px;
      border: 1px solid #E523DE;
      background-color: transparent;
      border-radius: 16px !important;
  }

  .circle-badge {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #007bff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 18px;
      font-weight: bold;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .badge-text-wrapper {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .badge-text-wrapper p {
      margin: 0;
  }

  .progress-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 5px 10px;
      color: #fff;
  }

  .donation-card {
    transition: transform 0.3s ease; /* Smooth transition */
  }
  .fixed-card {
      position: fixed;
      z-index: 1000;
      width: 100%;
  }

  .progress-text {
      font-size: 30px;
      font-weight: 700;
      font-style: normal;
      margin-bottom: 8px;
      color: #fff;
      @media (max-width: 500px) {
        font-size: 20px;
      }
  }

  .custom-progress-bar {
      background-color: #e9ecef;
      border-radius: 10px;
      height: 16px;
      width: 100%;
      margin: 0;
  }

  .progress-bar {
      border-radius: 8px 0px 0px 8px;
      background: var(--Donate-button, linear-gradient(90deg, #FBD159 0%, #E523DE 100%));
  }

  .progress-label {
      top: -20px;
      left: 0;
      transform: none;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
  }

  #chartContainer {
      position: relative;
      width: 100%;
      max-width: 100px;
      max-height: 100px;
      margin: auto;
  }

  #myDoughnutChart {
      width: 100% !important;
      height: auto !important;
  }

  #chartPercentage {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 12px;
      font-weight: bold;
      color: #000;
  }

  .card-buttons {
      display: flex;
      flex-direction: column;
      gap: 10px;
  }

  .custom-button {
      width: 100%;
      padding: 10px 20px;
      border-radius: 25px;
      border: none;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
  }

  .custom-button.secondary {
      background: var(--Donate-button, linear-gradient(90deg, #FBD159 0%, #E523DE 100%));
      color: white;
  }

  .custom-button.primary {
      background-color: white;
      color: #000;
      border: 2px solid #e1dddd;
      border-radius: 25px;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
  }

  .custom-button:hover {
      opacity: 0.9;
  }

  .circle-image {
      display: flex;
      width: 32px;
      height: 32px;
      padding: 8px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 50%;
      object-fit: cover;
  }
}