@charset "UTF-8";

:root {
  /*--msdf-primary-color: #8A1538;*/
  --msdf-primary-color: #8a1538;
  --msdf-primaryLight-color: #e8d0d7;
  --msdf-primaryBlue-color: #0d4261;
  --msdf-primaryBlueLight-color: #3d6881;
  --msdf-secondary-color: #a29475;
  --msdf-black-color: #000000;
  --msdf-white-color: #ffffff;
  --msdf-light-color: #fbfbf9;
  --msdf-gray-color: #666666;
  --msdf-lightgray-color: #999999;
  --msdf-verlightgray-color: #cccccc;
  --msdf-darkgray-color: #333333;
  --msdf-ash-color: #7f807d;
  --msdf-lightash-color: #eceae3;
  /* --msdf-oragne-color: #f68c45; */
  --msdf-oragne-color: #c35309;
  --msdf-dune-color: #dad4c8;
  --msdf-duneLight-color: #ececec;
  /* --msdf-green-color: #10a957; */
  --msdf-green-color: #0a7b3f;
  --msdf-greenLight-color: #effef5;
  /* --msdf-red-color: #ff5e5e; */
  --msdf-red-color: #e00000;
  --msdf-lightRed-color: #fff0f0;
  --msdf-warningLight-color: #fbf0da;
  --msdf-warningDark-color: #73510d;
  --msdf-redLight-color: #fff0f0;
  --msdf-transparent-white-80: rgb(255 255 255 / 80%);
  --msdf-transparent-black-2: rgba(0, 0, 0, 0.02);
  --msdf-transparent-black-5: rgba(0, 0, 0, 0.05);
  --msdf-transparent-black-10: rgba(0, 0, 0, 0.1);
  --msdf-transparent-black-15: rgba(0, 0, 0, 0.15);
  --msdf-transparent-black-25: rgba(0, 0, 0, 0.25);
  --msdf-transparent-black-50: rgba(0, 0, 0, 0.5);
  --msdf-transparent-black-60: rgba(0, 0, 0, 0.6);
  --msdf-transparent-black-65: rgba(0, 0, 0, 0.65);
  --msdf-lightBlueTransparent-color: #cfd9df33;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  /*overflow-x: hidden;
  width: 100vw;*/
}

[dir="rtl"] {
  text-align: right;
}

[dir="ltr"] {
  text-align: left;
}

body {
  color: #231f20;
  font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

body,
a,
button,
.btn-brand,
.header-icon {
  -webkit-transition:
    all 400ms ease,
    outline 0ms;
  -moz-transition:
    all 400ms ease,
    outline 0ms;
  -ms-transition:
    all 400ms ease,
    outline 0ms;
  -o-transition:
    all 400ms ease,
    outline 0ms;
  transition:
    all 400ms ease,
    outline 0ms;
}

a,
a:visited {
  color: var(--msdf-primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--msdf-secondary-color);
  text-decoration: none;
}

input:active,
input:hover {
  outline: 0;
}

.text-bold {
  font-weight: bold !important;
}

.color-red {
  color: red !important;
}

.color-green {
  color: green !important;
}

.color-blue {
  color: blue !important;
}

.color-white {
  color: white !important;
}

.color-black {
  color: black !important;
}

#s4-bodyContainer input[type="button"],
#s4-bodyContainer input[type="reset"],
#s4-bodyContainer input[type="submit"],
#s4-bodyContainer button,
.modal input[type="button"],
.modal input[type="reset"],
.modal input[type="submit"],
.modal button,
.min-width-auto {
  min-width: auto;
}

.form-control,
.form-select,
.form-control:active,
.form-select:active,
.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-radius: 8px;
  color: var(--msdf-gray-color) !important;
  border-color: var(--msdf-duneLight-color) !important;
  padding: 0.375rem 0.75rem !important;
}

.form-control:focus,
.form-select:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: var(--msdf-primary-color) !important;
  box-shadow: none;
}

.form-control[disabled],
.form-select[disabled],
.form-control[readonly],
.form-select[readonly] {
  border-color: var(--msdf-lightgray-color);
  background-color: var(--msdf-ash-color);
  box-shadow: none;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.3rem;
}

.form-group,
.file-upload {
  margin-bottom: 1.5rem;
}

.brand-color,
.brand-color:visited {
  color: var(--msdf-primary-color) !important;
}

.btn-brand,
.btn-brand-outline,
.btn-brand-bg,
.btn-brand-white,
.btn-brand-secondary {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: 300;
}

.btn-brand,
.btn-brand-outline,
.btn-brand-bg,
.date-box,
.btn-brand-white {
  padding: 0.4rem 1.2rem;
  border: 1px solid var(--msdf-primary-color);
  text-transform: uppercase;
}

.btn-brand-secondary,
.btn-brand-secondary:visited {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
  border: 0;
  padding: 0.5rem 1.5rem;
  text-transform: none;
}

.btn-brand-outline,
.btn-brand-outline:visited {
  background-color: var(--msdf-white-color);
  color: var(--msdf-primary-color);
}

.btn-brand-white,
.btn-brand-white:visited {
  border: 0;
  background-color: var(--msdf-white-color) !important;
  color: var(--msdf-primary-color) !important;
}

.btn-brand-white.active,
.btn-brand-secondary:hover,
.btn-brand-secondary:focus {
  background-color: var(--msdf-primary-color) !important;
  color: var(--msdf-white-color) !important;
}

.btn-brand,
.date-box,
.btn-brand:visited,
.date-box:visited {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
}

.btn-brand:hover,
.btn-brand:focus {
  background-color: var(--msdf-secondary-color);
  color: var(--msdf-white-color);
  text-decoration: none;
  border: 1px solid var(--msdf-secondary-color);
}

.btn-brand.btn-success,
.btn-brand.btn-success:hover,
.btn-brand.btn-success:focus,
.btn-brand.btn-success:visited {
  background-color: var(--msdf-green-color);
  border-color: var(--msdf-green-color);
}

.btn-brand.btn-danger,
.btn-brand.btn-danger:hover,
.btn-brand.btn-danger:focus,
.btn-brand.btn-danger:visited {
  background-color: var(--msdf-red-color);
  border-color: var(--msdf-red-color);
}

.btn-brand.btn-approve,
.btn-brand.btn-approve:visited {
  background-color: transparent !important;
  border-color: var(--msdf-green-color);
  color: var(--msdf-green-color);
}

.btn-brand.btn-approve:hover,
.btn-brand.btn-approve:focus {
  background-color: var(--msdf-green-color) !important;
  color: var(--msdf-white-color) !important;
}

.btn-brand.btn-reject,
.btn-brand.btn-reject:visited {
  background-color: var(--msdf-lightred-color) !important;
  border-color: var(--msdf-red-color) !important;
  color: var(--msdf-red-color) !important;
}

.btn-brand.btn-reject:hover,
.btn-brand.btn-reject:focus {
  background-color: var(--msdf-red-color);
  color: var(--msdf-white-color);
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
  background-color: var(--msdf-white-color) !important;
  color: var(--msdf-primary-color) !important;
  border-color: var(--msdf-primary-color) !important;
}

.btn-brand-bg,
.btn-brand-bg:visited {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
  border: 1px solid var(--msdf-white-color);
}

.btn-brand-bg:hover,
.btn-brand-bg:focus {
  background-color: var(--msdf-white-color);
  color: var(--msdf-primary-color);
}

.btn-icon,
.btn-star {
  padding: 0.5rem;
  font-size: 1.1rem;
  background-color: var(--msdf-white-color);
  color: var(--msdf-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 0.4rem;
}

.btn-icon:hover {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
}

.btn-large {
  padding: 0.6rem 1.2rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.btn-small {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

.btn-small-xs {
  padding: 0.5rem 1rem;
  font-size: 0.833rem;
}

.dataTables_wrapper td .btn-small {
  white-space: nowrap;
}

.min-width-auto {
  min-width: auto !important;
}

.btn-link,
.btn-link:visited {
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--msdf-primary-color) !important;
}

.btn-link:hover,
.btn-link:focus {
  color: var(--msdf-gray-color) !important;
}

/*.btn-brand.disabled,
.btn-brand:disabled {
    opacity: 0.5;
    cursor: none;
}*/
.text-brand {
  color: var(--msdf-primary-color) !important;
}

.text-brand-secondary {
  color: var(--msdf-lightgray-color) !important;
}

/* Custom Ratios for Bootstrap 5 */
.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-3x1 {
  --bs-aspect-ratio: 33.3333333333%;
}

.ratio-4x1 {
  --bs-aspect-ratio: 25%;
}

.ratio-5x1 {
  --bs-aspect-ratio: 20%;
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.6666666667%;
}

.ratio-32x9 {
  --bs-aspect-ratio: 28.125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.col-container {
  display: flex;
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.col-container .card {
  flex: 1;
  position: relative;
}

.header {
  position: relative;
  z-index: 3;
  border-top: 0.5rem solid var(--msdf-secondary-color);
}

.header .logo {
  display: inline-block;
  padding: 0.5rem 0;
}

.header .logo img {
  max-width: 100%;
  height: 3.6rem;
  transition: all 0.5s;
}

.header-btn {
  background-color: transparent;
  border: 0;
  line-height: 1;
  font-size: 0.875rem;
}

.header-icon {
  position: relative;
  padding: 0 0.35rem;
}

.header-icon:after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1px;
  top: 0.2rem;
  background-color: var(--msdf-secondary-color);
}

.weather-icon {
  font-size: 1.4rem;
}

.unread::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid white;
  border-radius: 50%;
  background-color: rgb(156 68 79 / 100%);
}

.header .navbar-nav .nav-link {
  color: var(--msdf-darkgray-color);
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 2rem;
  padding: 0.3rem 0.5rem;
}

.header .navbar-nav .nav-link.active {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color) !important;
}

.header .navbar-nav .nav-link:hover {
  color: var(--msdf-primary-color);
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.msdf-menu .navbar-nav .nav-item {
  padding: 0 0.5rem;
  position: relative;
}

.msdf-menu .navbar-nav .nav-item.with-dropdown a:after {
  position: absolute;
  content: "\F282";
  font-family: "bootstrap-icons";
  font-size: 1rem;
  top: 0.3rem;
  color: var(--msdf-primary-color);
}

.msdf-menu li {
  position: relative;
  transition: all 0.5s;
}

.msdf-menu .navbar-nav .nav-item.with-dropdown .nav-dropdown a:after {
  display: none;
}

.msdf-menu li > .nav-dropdown {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 11rem;
  border-bottom: 2px solid var(--msdf-verylightgray-color);
  background-color: var(--msdf-white-color);
  font-size: 0.875rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  border-radius: 0;
}

.msdf-menu li > .nav-dropdown li > .nav-dropdown {
  top: 0;
}

.msdf-menu li:hover > .nav-dropdown,
.msdf-menu li:focus-within > .nav-dropdown,
.msdf-menu li.open > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.msdf-menu li > .nav-dropdown a {
  color: var(--msdf-black-color);
  display: block;
  padding: 0.4rem 1rem;
  position: relative;
  font-weight: normal;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--msdf-duneLight-color);
  margin: 0 0.5rem;
  padding: 0.8rem 1rem;
  position: relative;
}

.msdf-menu li > .nav-dropdown a:before {
  position: absolute;
  content: "\F284";
  font-family: "bootstrap-icons";
  color: var(--msdf-primary-color);
}

.msdf-menu .nav-dropdown li:last-child a {
  border-bottom: none;
}

.msdf-menu li > .nav-dropdown a:hover,
.msdf-menu .nav-item .nav-dropdown a:focus {
  color: var(--msdf-primary-color);
}

.msdf-menu li > .nav-dropdown li:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--msdf-primary-opacity-5);
  bottom: 0;
  transition: all 0.5s;
  opacity: 0;
}

.msdf-menu li > .nav-dropdown li:hover:before,
.msdf-menu .nav-item .nav-dropdown li:focus:before,
.msdf-menu li.open li:before {
  opacity: 1;
}

.msdf-menu li > .nav-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.msdf-menu li > .nav-dropdown ul li:not(:last-child) {
  border-bottom: 1px solid var(--msdf-black-opacity-5);
}

.msdf-menu .nav-item.with-dropdown a.nav-link.active:after {
  color: var(--msdf-white-color);
}

.user-icon {
  background-color: var(--msdf-secondary-color);
  color: var(--msdf-gray-color);
  border-radius: 20px;
}

img.header-icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  border-radius: 50%;
  object-fit: cover;
}

main {
  min-height: 75vh;
}

.main-body {
  padding-bottom: 1rem;
}

.banner-section {
  padding: 2rem 0;
}

.banner-section .card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 142, 0.15);
  background-color: var(--msdf-white-color);
  padding: 2rem;
  text-align: center;
}

.banner-section .card h2 {
  font-size: 3.5rem;
  margin: 0;
  font-weight: bold;
}

/* footer */
.footer {
  padding-top: 3rem;
  z-index: 1;
  position: relative;
  background-image: var();
}

.footer h6 {
  color: var(--msdf-white-color);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer .footer-links {
  list-style: none;
  padding: 0;
}

.footer .footer-links a {
  color: var(--msdf-white-color);
  font-size: 1rem;
  padding: 0.3rem 0;
  display: inline-block;
}

.footer .footer-links a:hover,
.footer .footer-bottom a:hover {
  text-decoration: underline;
  color: var(--msdf-white-color);
}

.footer .footer-links li {
  margin-bottom: 0.8rem;
}

.footer .icon-wraper {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 1px solid var(--msdf-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--msdf-primary-color);
  flex-shrink: 0;
}

.footer .icon-wraper i {
  line-height: 0;
}

.footer p {
  color: var(--msdf-white-color);
  margin: 0;
}

.footer-address {
  display: flex;
  align-items: flex-start;
}

.footer-address a {
  color: var(--msdf-white-color);
  display: flex;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

.footer-address a:hover {
  text-decoration: underline;
}

.footer-address a i {
  color: var(--msdf-secondary-color);
}

.footer .footer-bottom {
  padding: 1rem 0;
  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  background: transparent;
  justify-content: center;
}

.footer .footer-bottom a {
  color: var(--msdf-white-color);
}

.footer .footer-social a:hover {
  color: var(--msdf-secondary-color);
}

.footer .footer-bottom p {
  text-align: center;
  color: var(--msdf-white-color);
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: inherit;
}

.backToTop {
  top: -2.5rem;
  position: absolute;
  width: fit-content;
  text-align: center;
  display: inline-block;
}

.backToTop .icon-wraper:hover {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
}

.footer-bottom ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom ul a {
  color: var(--msdf-black-color);
  display: inline-block;
  padding: 0rem 1rem;
  font-size: 0.9rem;
}

.footer-bottom {
  position: relative;
}

.footer-bottom ul a:hover {
  text-decoration: underline;
  color: var(--msdf-primary-color);
}

.breadcrumb-section {
  border: 0;
  background-color: rgb(226 226 226 / 20%);
  padding: 0.5rem 0.5rem;
  /*margin-bottom: 1rem;*/
}

.breadcrumb-section .breadcrumb {
  margin: 0;
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--msdf-primary-color);
}

.breadcrumb-section .breadcrumb .breadcrumb-item a,
.breadcrumb-section .breadcrumb .breadcrumb-item:visited {
  color: var(--msdf-primary-color);
}

.breadcrumb-section .breadcrumb .breadcrumb-item.active,
.breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--msdf-gray-color);
}

.breadcrumb > span {
  display: inline-flex;
  align-items: center;
}

.paging-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.paging-section nav ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.paging-section .page-item,
.paging-section nav ul li {
  background-color: transparent;
}

.paging-section .page-item .page-link,
.paging-section nav ul li a,
.paging-section nav ul li .current,
.paging-section nav ul li span {
  border: 0;
  background-color: transparent;
  color: var(--msdf-primary-color);
  margin: 0.25rem;
  font-size: 0.875rem;
  border-radius: 50%;
  padding: 0.5rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.paging-section .page-item.active .page-link,
.paging-section .page-item .page-link:hover,
.paging-section .page-item .page-link:focus,
.paging-section nav ul li a:hover,
.paging-section nav ul li a:focus,
.paging-section nav ul li a.page-link:hover,
.paging-section nav ul li a.page-link:focus,
.paging-section nav ul li.active a,
.paging-section nav ul li.active span {
  z-index: 2;
  color: var(--msdf-white-color);
  background-color: var(--msdf-primary-color);
  border-color: transparent;
  box-shadow: none;
  outline: 0;
}

.page-item.page-item-first .page-link,
.page-item.page-item-last .page-link,
.paging-section nav ul li:first-child a,
.paging-section nav ul li:last-child a,
.paging-section nav ul li:first-child .current,
.paging-section nav ul li:last-child .current {
  color: var(--msdf-gray-color);
}

.page-item.page-item-first .page-link:hover,
.page-item.page-item-last .page-link:hover,
.page-item.page-item-first .page-link:focus,
.page-item.page-item-last .page-link:focus,
.paging-section nav ul li:first-child a:hover,
.paging-section nav ul li:last-child a:hover,
.paging-section nav ul li:first-child a:focus,
.paging-section nav ul li:last-child a:focus {
  color: var(--msdf-black-color);
  background: var(--msdf-white-color);
}

.page-item.page-item-first.disabled .page-link,
.paging-section nav ul li.disabled {
  opacity: 0.5;
}

/*news-listing css Start*/
h2.main-heading {
  color: var(--msdf-primary-color);
  font-weight: bold;
  font-size: 2rem;
}

.heading-tagline {
  color: var(--msdf-black-color);
  font-size: 0.875rem;
  padding: 0.5rem 0;
}

.readmore {
  color: var(--msdf-primary-color);
  display: flex;
  align-items: center;
}

.readmore .icon-wraper {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  color: var(--msdf-white-color);
  background-color: var(--msdf-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0;
  padding: 0.3rem;
  margin: 0 0.5rem;
}

.projects-listing,
.news-listing {
  padding: 3rem 0;
}

.projects-listing .card,
.news-listing .card {
  box-shadow: 0px 4px 4px 0px #0000000a;
  border: 1px solid var(--msdf-lightash-color);
  margin-top: 1rem;
  border-radius: 1rem;
}

.projects-listing .img-wraper,
.news-listing .img-wraper,
.volunteers .img-wraper,
.roles-cards .img-wraper {
  position: relative;
  margin-bottom: 0.5rem;
}

.projects-listing .progress {
  border-radius: 0.5rem;
}

.projects-listing .news-img,
.news-listing .news-img {
  object-fit: cover;
  border-radius: 0.5rem;
}

.bage-wraper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bage-wraper .bage {
  padding: 0.3rem 0.7rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.25rem;
}

.bage-wraper .bage.bage-sm {
  padding: 0.2rem 0.4rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0 0.25rem;
}

.bage.bage-light {
  color: var(--msdf-black-color);
  background-color: var(--msdf-transparent-white-80);
  backdrop-filter: blur(4px);
}

.bage.bage-ash {
  color: var(--msdf-black-color);
  background-color: var(--msdf-lightash-color);
}

.bage.bage-secondary {
  background-color: var(--msdf-oragne-color);
  color: var(--msdf-white-color);
}

.bage.bage-success {
  background-color: var(--msdf-green-color) !important;
  color: var(--msdf-white-color);
}

.bage.bage-danger {
  background-color: var(--msdf-red-color);
  color: var(--msdf-white-color);
}

.bage.bage-light .text-brand-secondary {
  color: var(--msdf-secondary-color) !important;
}

.projects-listing .card .bage-top,
.news-listing .card .bage-top,
.volunteers .card .bage-top,
.roles-cards .img-wraper .bage-top {
  position: absolute;
  top: 0.45rem;
  /* left: 0.5rem; */
  z-index: 2;
  width: 100%;
  justify-content: end;
}

.projects-listing .card .bage-bottom,
.news-listing .card .bage-bottom,
.volunteers .card .bage-bottom {
  position: absolute;
  bottom: 0.45rem;
  z-index: 2;
}

.projects-listing .card h3,
.news-listing .card h3,
.projects-listing .card h4,
.news-listing .card h4 {
  font-size: 1.25rem;
  color: var(--msdf-primary-color);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.projects-listing .card h4,
.news-listing .card h4,
.projects-listing .card h5,
.news-listing .card h5 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--msdf-primary-color);
  margin-bottom: 0.5rem;
}

.projects-listing .card p,
.news-listing .card p {
  color: var(--msdf-gray-color) !important;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.projects-listing .card-footer,
.news-listing .card-footer {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0.8rem;
  border: none;
}

.projects-listing .card-footer .btn-brand-outline,
.news-listing .card-footer .btn-brand-outline {
  color: var(--msdf-black-color);
  width: 100%;
  background-color: var(--msdf-white-color);
}

.projects-listing .card-footer .btn-brand-outline:hover,
.news-listing .card-footer .btn-brand-outline:hover {
  color: var(--msdf-primary-color);
}

/* Rakesh 06-Jan-2026 */
.homepage-banner {
  position: relative;
  background: linear-gradient(
    to bottom,
    hwb(0deg 40% 60% / 0%) 0%,
    rgb(204 204 204 / 30%) 100%
  );
  z-index: 0;
  padding-bottom: 2rem;
}

.homepage-banner #homepageBanner {
  /* background-color: var(--msdf-black-color); */
  border-radius: 1rem;
}

.homepage-banner::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: url("./assets/Qatar-wave.svg") repeat-x bottom left;
}

/* .homepage-banner::before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -125px;
  height: 70%;
  width: 100%;
  background-size: contain !important;
} */

.homepage-banner .btn-brand {
  background-color: var(--msdf-primary-color);
  border-color: var(--msdf-primary-color);
}

.homepage-banner .btn-brand:hover {
  background-color: var(--msdf-secondary-color);
  border-color: var(--msdf-secondary-color);
}

.bannerImg {
  min-height: 50vh;
  object-fit: cover;
  width: 100%;
  border-radius: 1rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
}

.homepage-banner .carousel-caption h2 {
  font-size: 2.5rem;
  box-shadow: 0px 4px 4px 0px #0000001f;
}

.homepage-banner .carousel-caption p {
  font-size: 1.15rem;
  box-shadow: 0px 4px 4px 0px #0000001f;
}

.carousel-thumbs {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  width: fit-content;
  margin: 0;
  transform: translateY(-50%);
}

.carousel-thumbs .thumb {
  cursor: pointer;
  border: 0;
  outline: none;
  box-shadow: none;
  background: var(--msdf-lightash-color);
  text-align: start;
  height: 1.25rem;
  width: 0.5rem;
  margin: 0.5rem 0.2rem;
  border-radius: 1rem;
}

.carousel-thumbs .thumb.active {
  background-color: var(--msdf-primary-color);
}

.thumb-number,
.stats-icon {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--msdf-secondary-color);
  background-color: var(--msdf-white-color);
  border-radius: 50%;
}

.carousel-thumbs .thumb.active .thumb-number {
  color: var(--msdf-white-color);
  background-color: var(--msdf-primary-color);
}

.thumb h2,
.thumb p {
  font-size: 1rem;
}

.thumb h2 {
  font-weight: bold;
}

.thumb p {
  font-weight: 300;
  margin: 0;
}

.carousel-thumbs .thumb .thumb-txt {
  opacity: 0.6;
  color: var(--msdf-darkgray-color);
  padding: 0 1rem;
}

.carousel-thumbs .thumb.active .thumb-txt {
  color: var(--msdf-primary-color);
  opacity: 1;
}

.homepage-banner .carousel-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.progress {
  background-color: var(--msdf-lightash-color);
  height: 0.75rem;
  border-radius: 0;
}

.progress-bar {
  background-color: var(--msdf-primary-color);
}

.stats {
  top: -5rem;
  position: relative;
  margin-top: -2rem;
}

.stats-icon {
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  background-color: var(--msdf-lightash-color);
  justify-self: center;
  margin-bottom: 0.5rem;
  border-radius: 1.25rem;
}

.stats-icon img {
  width: 2rem !important;
}

.stats .card {
  border-radius: 0;
  border: 0;
  background: transparent;
}

.stats .card .card-body {
  display: flex;
}

.stats .card h3 {
  color: var(--msdf-white-color);
  font-size: 1.25rem;
  font-weight: bold;
}

.stats .card p {
  margin-bottom: 0.5rem;
  color: var(--msdf-white-color);
}

.volunteer-program {
  background: linear-gradient(180deg, rgba(236, 234, 227, 0) 0%, #eceae3 100%);
  padding: 1.5rem 0;
}

.volunteer-program .video-wraper {
  position: relative;
  width: 100%;
  height: 100%;
}

.volunteer-program .video-wraper .overlay {
  z-index: 1;
}

.volunteer-program .video-wraper .play-btn {
  position: absolute;
  z-index: 2;
  font-size: 5rem;
  color: white;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.volunteer-program .video-wraper img {
  width: 100%;
  height: 100%;
  display: block;
  border: 4px solid var(--msdf-dune-color);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.msdf-tabs .nav-pills .nav-link {
  background-color: var(--msdf-dune-color);
  border: 1px solid var(--msdf-dune-color);
  border-radius: 0.5rem;
  color: var(--msdf-black-color);
  margin: 0.25rem 0.5rem;
}

.msdf-tabs .nav-pills .nav-link.active,
.msdf-tabs .nav-pills .show > .nav-link {
  background-color: transparent;
  border-color: var(--msdf-primary-color);
}

.msdf-tabs.small-tabs .nav-pills .nav-link {
  margin: 0.25rem;
  font-size: 0.875rem;
  padding: 0.33rem 0.66rem;
  border-radius: 0.33rem;
}

.numbered-list {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}

.numbered-list li {
  counter-increment: item;
  position: relative;
  display: flex;
  margin: 1rem 0;
}

.numbered-list li h3 {
  font-size: 1rem;
}

.numbered-list li p {
  font-weight: 300;
  margin: 0;
}

.numbered-list li::before {
  content: counter(item);
  font-weight: bold;
  position: relative;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-color: var(--msdf-dune-color);
  color: var(--msdf-primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-size: 0.875rem;
}

.volunteers {
  padding: 1.5rem 0;
}

.volunteers .card,
.events-slider .card {
  border-radius: 1rem;
  border: 1px solid var(--msdf-lightash-color);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
}

.volunteer-box h3,
.events-slider h3 {
  font-size: 1rem;
}

.volunteer-box h4,
.date-div {
  color: var(--msdf-primary-color);
  font-size: 0.875rem;
}

.volunteer-box ul {
  margin: 1rem 0;
  padding: 0;
  margin-bottom: 0;
}

.volunteer-box ul img {
  max-width: 1.2rem;
}

.volunteer-box ul li {
  display: flex;
  font-size: 0.875rem;
  margin: 0.25rem 0;
}

.volunteer-box ul li strong {
  color: var(--msdf-primary-color);
  display: inline-block;
  margin-left: 0.2rem;
}

.volunteer-box ul li span {
  font-weight: 300;
}

.vol-img {
  object-fit: cover;
  object-position: top;
  border-radius: 0.5rem;
}

.volunteers-slider .owl-nav,
.events-slider .owl-nav,
.volunteerOpportuniti-slider .owl-nav,
.gallery-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
}

.owl-carousel .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid var(--msdf-primary-color) !important;
  font-size: 2rem !important;
  color: var(--msdf-primary-color) !important;
  margin: 1rem 0.2rem;
}

.owl-carousel .owl-nav button.disabled,
.btn-brand[disabled],
.btn-brand.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.owl-carousel .owl-nav button span {
  line-height: 0;
}

.volunteer-program-content {
  margin-bottom: 1rem;
}

.objectives,
.events {
  position: relative;
  z-index: 0;
  padding: 3rem 0;
}

.objectives {
  background: linear-gradient(
    to top,
    hwb(0deg 40% 60% / 0%) 0%,
    rgb(204 204 204 / 30%) 100%
  );
}

.objectives::after,
.events::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(./assets/Qatar-wave.svg) repeat-x bottom left;
}

.ratio-2x3 {
  --bs-aspect-ratio: calc(2 / 3 * 100% - 0.5rem);
}

.ratio-3x4 {
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.ratio-5x4 {
  --bs-aspect-ratio: calc(4 / 3 * 80%);
}

.objectives-card h2 {
  margin-bottom: 1rem;
}

.objectives-card p {
  font-size: 1rem;
  font-weight: 300;
}

.objectives-imgs img {
  object-fit: cover;
  border: 4px solid var(--msdf-lightash-color);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.objectives-imgs .ratio-2x3 {
  margin-top: 0.75rem;
}

.objectives-imgs .ratio-3x4 {
  margin: 0.75rem 0;
}

.partners {
  padding: 3rem 0;
  background-color: var(--msdf-lightash-color);
}

.partners-slider {
  padding: 1rem 0;
}

.partners-slider .card {
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--msdf-lightash-color);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 1.5rem 0;
}

.partners-slider h3 {
  font-size: 1rem;
  font-weight: 300;
  margin: 1rem 0;
}

.partners-slider h3 a {
  color: var(--msdf-black-color);
}

.partners-slider h3 a:hover {
  color: var(--msdf-primary-color);
}

.partners-slider .partner-img {
  height: 3rem;
  width: auto !important;
  margin: 1rem auto;
  opacity: 0.4;
}

.events {
  background: linear-gradient(
    to bottom,
    hwb(0deg 40% 60% / 0%) 0%,
    rgb(204 204 204 / 30%) 100%
  );
}

.events .event-img {
  object-fit: cover;
  object-position: top;
  border-radius: 0.5rem;
}

.events .date-div {
  margin-top: 0.75rem;
  text-align: end;
}

.events h3 {
  margin: 0.5rem 0;
}

.events .events-slider .item {
  margin: 1rem 0 0.5rem 0;
}

.faqs {
  padding: 3rem 0;
}

.faqs .accordion-button {
  color: var(--msdf-black-color);
  background-color: var(--msdf-white-color);
  box-shadow: none;
  border: 1px solid var(--msdf-lightash-color);
}

.faqs .accordion-button:not(.collapsed) {
  color: var(--msdf-primary-color);
}

.faqs .accordion-button::after {
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238A1538'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.75rem;
}

.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238A1538'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faqs .accordion-item {
  margin-bottom: 0.75rem;
  border: 0;
}

.innerPageBody {
  background: linear-gradient(
    to top,
    hwb(0deg 40% 60% / 0%) 90%,
    rgb(204 204 204 / 20%) 100%
  );
}

.roles-listing {
  padding: 3rem 0;
}

.roles-listing h3 {
  font-size: 1.25rem;
}

.roles-listing .theme-nav-links {
  text-align: center;
}

.theme-nav-links .nav {
  justify-content: center;
  margin-bottom: 1rem;
  display: inline-flex;
  border-radius: 0.4rem;
  background-color: var(--msdf-lightash-color);
  border: 1px solid var(--msdf-lightash-color);
}

.theme-nav-links .nav-pills .nav-link {
  color: var(--msdf-black-color);
  border-radius: 0.4rem;
  background-color: var(--msdf-lightash-color);
  border: 1px solid var(--msdf-lightash-color);
  font-size: 1.2rem;
}

.theme-nav-links .nav-pills .nav-link.active {
  color: var(--msdf-primary-color);
  background-color: var(--msdf-white-color);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
}

.roles-listing .card,
.roles-cards .card {
  box-shadow: 0px 4px 4px 0px #0000000a;
  border: 1px solid var(--msdf-lightash-color);
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.roles-listing .volunteer-box h3,
.roles-cards .volunteer-box h3,
.roles-listing .volunteer-box h4,
.roles-cards .volunteer-box h4 {
  color: var(--msdf-primary-color);
  font-size: 1.2rem;
}

.roles-listing .volunteer-box h4,
.roles-cards .volunteer-box h4,
.roles-listing .volunteer-box h5,
.roles-cards .volunteer-box h5 {
  color: var(--msdf-lightgray-color);
  font-size: 0.875rem;
}

.role-status::after {
  font-family: bootstrap-icons !important;
  display: inline-block;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  z-index: 1;
  font-size: 2rem;
  background-color: var(--msdf-white-color);
  border-radius: 100%;
}

.role-accepted.role-status::after {
  content: "\f26a";
  color: var(--msdf-green-color);
}

.role-rejected {
  background-color: var(--msdf-lightRed-color);
}

.role-rejected.role-status::after {
  content: "\F622";
  color: var(--msdf-red-color);
}

.role-status .btn-brand {
  margin: 0.25rem 0;
}

.role-status .btn-brand-outline .bi::before,
.role-status .btn-brand .bi::before {
  font-size: 1.25rem;
  vertical-align: middle;
}

.role-tabs {
  box-shadow: 0px 4px 4px 0px #0000000a;
  border: 1px solid var(--msdf-lightash-color);
  background-color: var(--msdf-white-color);
  padding: 1rem 0rem;
}

.role-tabs .nav {
  width: 100%;
  display: block;
}

.role-tabs .progress {
  margin: 0.5rem 0;
  border-radius: 0.5rem;
}

.progress-tagline strong {
  color: var(--msdf-primary-color);
}

.role-tabs .nav-pills .nav-link {
  color: var(--msdf-black-color);
  padding: 1.5rem 1rem;
}

.role-tabs .nav-pills .nav-link.active,
.role-tabs .nav-pills .show > .nav-link {
  border-radius: 0;
  color: var(--msdf-black-color);
  background-color: var(--msdf-lightash-color);
}

.role-tabs .nav-pills .nav-link.active .progress {
  background-color: var(--msdf-white-color);
}

.role-tabs h4 {
  font-size: 1.1rem;
  font-weight: normal;
}

.role-tabs .nav-pills .nav-link.active h4 {
  color: var(--msdf-primary-color);
}

/*Hussain css 06-Jan-2026  */
.header.innerHeader {
  box-shadow: 0px 4px 4px 0px #0000000a;
}

.support-ticket {
  padding: 3rem 0;
  background-color: var(--msdf-white-color);
}

h4.sub-heading {
  color: var(--msdf-black-color);
  font-size: 1.5rem;
}

.support-ticket .card {
  background-color: var(--msdf-white-color);
  margin-top: 1rem;
  border-radius: 1rem;
}

.theme-form .form-group {
  margin-bottom: 1.5rem;
}

.theme-form .form-label {
  color: var(--msdf-gray-color) !important;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}

.theme-form .form-label span {
  color: var(--msdf-lightgray-color);
}

.theme-form .form-control,
.theme-form .form-select {
  color: var(--msdf-black-color) !important;
  font-size: 0.875rem;
  padding: 0.7rem 0.5rem !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid var(--msdf-duneLight-color);
  border-radius: 0.25rem;
  resize: none;
}

.theme-form .form-control:disabled,
.theme-form .form-select:disabled {
  background-color: rgba(247, 246, 243, 1);
}

.theme-form .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23800000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.theme-form .form-control::placeholder {
  color: var(--msdf-lightgray-color);
}

.theme-form .form-label span {
  color: var(--msdf-transparent-black-35);
  font-weight: 300;
}

.theme-form .form-check-input[type="radio"] {
  border: 1px solid var(--msdf-transparent-black-35);
  background-color: white;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  box-shadow: none;
}

.theme-form .form-check-input[type="radio"]:checked {
  border: 1px solid var(--msdf-primary-color);
}

.theme-form .form-check-input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  background-color: var(--msdf-primary-color);
  border-radius: 50%;
}

.theme-form .form-check-label {
  font-size: 1rem;
  color: var(--msdf-black-color) !important;
  background: var(--mot-white-color) !important;
  opacity: 1 !important;
}

.form-check .form-check-input {
  border-color: var(--msdf-black-color);
}

.theme-form .form-group small {
  color: var(--msdf-transparent-black-35);
}

.theme-form input[type="number"]::-webkit-inner-spin-button,
.theme-form input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.theme-form input[type="number"] {
  -moz-appearance: textfield;
}

.theme-form .inputNumber {
  position: relative;
}

.theme-form .inputNumber span {
  position: absolute;
  top: 2.5rem;
  color: var(--msdf-primary-color);
}

.upload-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}

.upload-wrapper .text-info small {
  color: var(--msdf-black-color) !important;
  font-size: 0.875rem;
  display: block;
}

.upload-wrapper .file-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  width: 100%;
  justify-content: space-between;
}

.upload-wrapper .text-info {
  color: var(--msdf-lightgray-color) !important;
}

.upload-wrapper .file-info #fileName {
  color: var(--msdf-black-color);
}

.upload-wrapper .file-info .delete-icon {
}

.upload-wrapper .upload-btn {
  position: relative;
}

.upload-wrapper .upload-btn .fileInput {
  color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-wrapper .upload-btn .btn-brand-outline {
  white-space: nowrap;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.mobile-num .iti {
  width: 100%;
}

.mobile-num .iti--separate-dial-code .iti__selected-flag {
  background-color: var(--mot-white-color);
}

.mobile-num .iti__selected-dial-code {
  display: none;
}

.mobile-num .iti__flag {
  margin: 0 0.3rem;
}

.supportTicket-table {
  margin: 0.5rem 0;
}

.supportTicket-table .table > :not(:first-child) {
  border-top: none;
}

.supportTicket-table .table tbody tr:nth-child(odd) {
  background: rgba(236, 234, 227, 0.4);
}

.supportTicket-table .table tbody tr {
  border-color: var(--msdf-lightash-color);
}

.supportTicket-table table th {
  font-size: 0.875rem;
  color: var(--msdf-transparent-black-60);
  font-weight: 300;
}

.supportTicket-table table td {
  font-size: 0.875rem;
  color: var(--msdf-black-color);
}

.login-page {
  padding: 3rem 0;
}

.login-page .theme-nav .nav .nav-item {
  width: 33.33%;
}

.login-page .theme-nav .nav-link {
  width: calc(100% - 1rem);
}

.theme-nav .nav {
  background-color: var(--msdf-white-color);
  border-radius: 1rem;
  padding: 0.5rem;
}

.theme-nav .nav-link {
  background-color: var(--msdf-dune-color);
  padding: 0.5rem 0.5rem;
  border: 1px solid var(--msdf-dune-color);
  color: var(--msdf-black-color);
  font-size: 1.125rem;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
}

.theme-nav .nav-link img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(7%)
    hue-rotate(169deg) brightness(92%) contrast(104%);
}

.theme-nav .nav-link.active {
  background-color: var(--msdf-white-color);
  border: 1px solid var(--msdf-primary-color);
  color: var(--msdf-black-color);
  font-size: 1.125rem;
  border-radius: 0.5rem;
}

/*
.theme-nav .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(79%) saturate(3387%) hue-rotate(328deg) brightness(92%) contrast(94%);
}*/
.login-page .card {
  border: 1px solid var(--msdf-lightash-color);
  border-radius: 1rem;
}

.login-page .nas-login {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
}

.login-page .notAccount-text {
  color: var(--msdf-lightgray-color);
  margin-top: 1rem;
}

.login-page .theme-form .form-control {
  box-shadow: 0px 4px 4px 0px #0000000a !important;
}

.login-page .theme-form .form-group {
  position: relative;
}

.login-page .theme-form .form-group .icon-wraper {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--msdf-lightash-color);
  position: absolute;
  top: 0.4rem;
  color: var(--msdf-primary-color);
}

.login-page .view-password {
  position: absolute;
  top: 0.6rem;
  color: var(--msdf-lightgray-color);
}

.brand-check .form-check-input:checked {
  background-color: var(--msdf-primary-color);
  border-color: var(--msdf-primary-color);
  box-shadow: none !important;
  outline: none !important;
}

.project-search {
  display: flex;
  align-items: center;
}

.project-search .form-group {
  position: relative;
  margin: 0 0.4rem;
  width: 100%;
}

.project-search .form-control {
  padding: 0.5rem 2rem !important;
  border: 1px solid var(--msdf-transparent-black-10);
}

.project-search .form-group a {
  position: absolute;
  top: 0.6rem;
  margin: 0 0.3rem;
}

.projects-filter .total-result {
  text-align: end;
  margin-top: 1rem;
  color: var(--msdf-black-color);
}

.paging-wraper ul {
  justify-content: end;
  margin-top: 2rem;
}

.paging-wraper ul .page-item {
  margin: 0 0.5rem;
}

.paging-wraper ul .page-link {
  border-radius: 0.3rem !important;
  text-align: center;
  background-color: transparent;
  color: var(--msdf-primary-color);
}

.paging-wraper ul .page-link.active,
.paging-wraper ul .page-link:hover {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
}

.header .user-dropdown {
}

.header .user-dropdown .header-btn {
  display: flex;
  align-items: center;
}

.header .user-dropdown .user-icon {
  margin: 0 0.3rem;
}

.header .user-dropdown .user-icon img {
  border-radius: 100%;
  object-fit: cover;
  width: 2.365rem;
  height: 2.365rem;
}

.header .user-dropdown .header-btn {
  font-size: 0.8rem;
  font-weight: 500;
}

.header .user-dropdown :after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1px;
  top: 0.7rem;
  background-color: var(--msdf-secondary-color);
}

.header .user-dropdown .dropdown-menu {
  width: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 8px;
  position: relative;
  margin-top: 0.5rem !important;
}

.header .user-dropdown .dropdown-item {
  color: var(--msdf-black-color);
}

.header .user-dropdown .dropdown-menu:after {
  width: 0;
  height: 0;
  border-left: 8px solid #00000000;
  border-right: 8px solid #00000000;
  border-top: 8px solid #ebebeb;
  box-shadow: none;
  background-color: transparent;
  top: -9px;
}

.iconWrsper {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: var(--msdf-lightash-color);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-align: center;
}

.project-details {
  padding: 3rem 0;
}

.project-details .card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--msdf-transparent-black-5);
  border-radius: 1rem;
  margin-top: 1rem;
}

.bage-white {
  background: var(--msdf-white-color);
}

.project-details .bage-wraper .iconWrsper {
  border: 1px solid var(--msdf-dune-color);
  color: var(--msdf-primary-color);
}

.media-listing ul {
  padding: 0;
  margin: 0;
}

.media-listing ul li {
  display: flex;
  list-style: none;
  margin: 1.3rem 0;
  align-items: center;
  font-size: 1.125rem;
  color: var(--msdf-black-color);
}

.media-listing ul li.active {
  color: var(--msdf-primary-color);
}

.social-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.social-listing .iconWrsper {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
  margin: 0.3rem;
}

.social-listing .iconWrsper:hover {
  background-color: var(--msdf-lightash-color);
  color: var(--msdf-primary-color);
}

.ratio-36x9 {
  --bs-aspect-ratio: 18%;
}

h5.sub-heading,
h3.sub-heading {
  color: var(--msdf-primary-color);
  margin: 1rem 0;
  font-size: 1.25rem;
}

.project-details .map-img {
  border-radius: 1rem;
}

.project-details .required-roles {
  margin-top: 2rem;
}

.project-details .required-roles .card {
  background-color: var(--msdf-lightash-color);
  border: none;
}

.project-details .required-roles .card .card {
  background-color: var(--msdf-white-color);
  box-shadow: 0px 4px 4px 0px #0000000a;
  border-radius: 0.5rem;
  margin: 0.5rem 0;
}

.required-roles .card h3,
.required-roles .card h6 {
  color: var(--msdf-black-color);
  font-weight: 600;
  font-size: 1.125rem;
}

.required-roles .progress {
  border-radius: 1rem;
  margin: 1rem 0 0.5rem 0;
}

.required-roles .card p {
  font-size: 0.875rem;
}

.required-roles .card .btn-brand-outline {
  width: 100%;
  color: var(--msdf-black-color);
}

.required-roles .card .btn-brand-outline:hover {
  color: var(--msdf-primary-color);
}

.benefits-participation {
  margin-top: 2rem;
}

.benefits-participation ul {
  padding: 0;
  margin: 0;
}

.benefits-participation li {
  list-style: none;
  display: flex;
  font-weight: 300;
  margin: 0.7rem 0;
}

.benefits-participation li img {
  margin: 0 0.3rem;
}

.brand-modal .modal-header {
  padding: 0;
  border: 0;
}

.brand-modal .modal-content {
  border-radius: 0.5rem;
}

.brand-modal .btn-close {
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--msdf-primary-color);
  opacity: 1;
  border: 1px solid var(--msdf-primary-color);
  padding: 0.3rem;
  background-color: var(--msdf-white-color);
  background-image: none;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-modal .btn-close i {
  line-height: 0;
}

.brand-modal .btn-close:hover {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
}

.modal-height {
  max-height: 70vh;
  overflow-y: auto;
}

.modal-height::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 0.5rem;
}

/* Track */
.modal-height::-webkit-scrollbar-track {
  background: var(--msdf-lightash-color);
  border-radius: 0.5rem;
}

/* Handle */
.modal-height::-webkit-scrollbar-thumb {
  background: var(--msdf-primary-color);
  border-radius: 0.5rem;
}

.requiredRoles-status .card {
  background-color: var(--msdf-lightash-color);
  border: none;
  border-radius: 0.5rem;
}

.requiredRoles-status .card .card {
  background-color: var(--msdf-white-color);
  border: 1px solid var(--msdf-lightash-color);
  border-radius: 0.5rem;
  text-align: center;
  margin: 0.5rem 0;
}

.requiredRoles-status .card .card .card-body {
  padding: 0.5rem;
}

.requiredRoles-status .card h6,
.modal .requiredRoles-status .card h4 {
  color: var(--msdf-primary-color);
  font-weight: 500;
  font-size: 0.9rem;
}

.requiredRoles-status .card p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.sec-padding {
  padding: 3rem 0;
}

.userSidebar {
  min-height: 75vh;
  padding: 0.5rem;
  height: 100%;
}

.userSidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.userSidebar ul li {
  list-style: none;
}

.userSidebar ul li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  color: var(--msdf-black-color) !important;
}

.userSidebar .iconWrsper {
  margin: 0 0.5rem;
  color: var(--msdf-primary-color);
  font-size: 1.3rem;
}

.userSidebar ul li a.active,
.userSidebar ul li a:hover {
  color: var(--msdf-primary-color);
}

.userSidebar ul li a.active .iconWrsper,
.userSidebar ul li a:hover .iconWrsper {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
}

.modal-fullscreen .modal-content {
  width: calc(100vw - 2rem);
  height: calc(100% - 2rem);
  top: 1rem;
  margin: auto;
}

.profileData .faqs.profile-collapse .accordion-button {
  font-size: 1.2rem;
}

.profileData .faqs.profile-collapse .accordion-collapse {
  border: 0;
}

.profileData .faqs.profile-collapse .card {
  margin: 1rem 0;
}

.profileData .faqs.profile-collapse .roles-cards .img-wraper {
  background: var(--msdf-lightash-color);
  border: 1px solid var(--msdf-dune-color);
  border-radius: 0.5rem;
}

/*Hussain css 07-Jan-2026 */
.info-message {
  background: var(--msdf-warningLight-color);
  color: var(--msdf-warningDark-color);
  padding: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}

.theme-form .form-check-input[type="radio"] {
  border: 1px solid var(--msdf-transparent-black-10);
}

.user-info {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.user-info .main-heading {
  margin: 0 0.8rem;
}

.user-info .user-img {
  position: relative;
}

.user-info .user-img img {
  height: 4.5rem;
  width: 4.5rem;
  min-width: 4.5rem;
  border-radius: 100%;
}

.user-info .user-img .upload-img {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--msdf-primary-color);
  border: 1px solid var(--msdf-primary-color);
  color: var(--msdf-white-color);
  border-radius: 100%;
  padding: 0.3rem;
  bottom: 0;
  line-height: 0;
}

.user-info .user-img .upload-img:hover {
  background-color: var(--msdf-white-color);
  color: var(--msdf-primary-color);
}

.profile-status .card {
  border: 1px solid var(--msdf-transparent-black-10);
  border-radius: 1rem;
  text-align: center;
  margin: 1rem 0;
}

.profile-status .card .iconWrsper {
  margin: 0.5rem auto;
  color: var(--msdf-primary-color);
  font-size: 1.3rem;
}

.profile-status .card p {
  font-size: 1.125rem;
}

.profile-status .card h3,
.profile-status .card h6 {
  font-size: 1.25rem;
  color: var(--msdf-primary-color);
  font-weight: 600;
}

.profileData .faqs .accordion-button {
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--msdf-lightash-color);
}

.profileData .faqs .accordion-collapse {
  border: 1px solid var(--msdf-lightash-color);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.inerPages-objectives {
  background: transparent;
}

.inerPages-objectives:after {
  display: none;
}

.objectives-details {
  background-color: var(--msdf-lightash-color);
  padding: 3rem 0;
  text-align: center;
}

.objectives-details p {
  font-weight: 300;
}

.buttonCheck-listing .buttonCheck-item {
  margin: 1rem 0;
  padding: 0 0.1rem;
  padding-bottom: 0.5rem;
}

.buttonCheck-listing .buttonCheck-item .btn-outline-primary {
  border-color: var(--msdf-transparent-black-10);
  color: var(--msdf-black-color);
  box-shadow: none;
  margin: 0.3rem 0;
  border-radius: 2rem !important;
  min-width: 4rem;
}

.buttonCheck-listing .btn-check:checked + .btn-outline-primary,
.buttonCheck-listing .btn-outline-primary:hover {
  background-color: var(--msdf-primary-color);
  color: var(--msdf-white-color);
}

.bage.bage-sucess {
  background-color: var(--msdf-green-color);
  color: var(--msdf-white-color);
}

.newProject-listing .card {
  box-shadow: 0px 4px 4px 0px #0000000a;
  border: 1px solid var(--msdf-duneLight-color);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.newProject-listing .card .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}

.bage.bage-danger-outlie {
  background-color: var(--msdf-redLight-color);
  color: var(--msdf-red-color);
  border: 1px solid var(--msdf-red-color);
}

.licenseData .card {
  border: 1px solid var(--msdf-duneLight-color);
  border-radius: 1rem;
}

.licenseData .card p {
  color: var(--msdf-gray-color);
  font-size: 0.875rem;
}

.btn-brand.btn-light,
.btn-brand.btn-light:visited {
  background-color: transparent;
  border-color: var(--msdf-transparent-black-10);
  color: var(--msdf-gray-color);
}

.role-accepted-bg {
  background-color: var(--msdf-greenLight-color);
}

.our-partners .role-status ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.our-partners .role-status ul a {
  margin: 0.3rem;
}

.our-partners .img-wraper {
  border: 1px solid var(--msdf-duneLight-color);
  border-radius: 1rem;
  overflow: hidden;
}

.our-partners-details {
  padding: 3rem 0;
}

.our-partners-details .role-status {
  background-color: var(--msdf-white-color);
  border-radius: 1rem;
  border-color: var(--msdf-duneLight-color);
  margin-top: 2rem;
}

.our-partners-details .role-status .card {
  background: rgba(236, 234, 227, 0.4);
  border-radius: 0.5rem;
  border-color: var(--msdf-lightash-color);
}

.our-partners-details .role-status .media-listing ul li {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

.our-partners-details .profile-status .iconWrsper {
  margin: 0 0.3rem;
}

.our-partners-details .profile-status .card-body {
  display: flex;
  align-items: center;
}

.our-partners-details .profile-status .card {
  border-color: var(--msdf-duneLight-color);
  background: rgba(236, 234, 227, 0.2);
  margin: 2rem 0;
  text-align: start;
}

.our-partners-details .profile-status .card p {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  color: var(--msdf-secondary-color);
}

.news-details {
  padding: 3rem 0;
}

.news-details .card {
  border: 1px solid var(--msdf-duneLight-color);
  border-radius: 1rem;
  margin-top: 2rem;
}

.news-details .card .img-wraper {
  border-radius: 1rem;
  /*margin: 1rem 0;*/
}

.news-details .card p {
  font-weight: 300;
  color: var(--msdf-gray-color) !important;
}

.news-details .card ul {
  padding: 0;
  margin: 0;
}

.news-details .card ul li {
  list-style: none;
  margin-bottom: 1rem;
  color: var(--msdf-gray-color);
}

.project-details {
  padding: 3rem 0;
}

.project-details .card {
  border: 1px solid var(--msdf-duneLight-color);
  border-radius: 1rem;
  margin-top: 2rem;
}

.project-details .card p {
  font-weight: 300;
  color: var(--msdf-gray-color) !important;
}

.project-details .card ul {
  padding: 0;
  margin: 0;
}

.project-details .card ul li {
  list-style: none;
  margin-bottom: 1rem;
  color: var(--msdf-gray-color);
}

.media-library .news-img {
  object-fit: cover;
  border-radius: 0.5rem;
}

.media-library {
  padding: 3rem 0;
}

.media-library .card {
  box-shadow: 0px 4px 4px 0px #0000000a;
  border: 1px solid var(--msdf-lightash-color);
  margin-top: 1rem;
  border-radius: 1rem;
  transition: all 0.5s;
}

.media-library .img-wraper {
  position: relative;
}

.media-library .card:hover {
  background-color: var(--msdf-duneLight-color);
}

.media-library .img-wraper img {
  border-radius: 1rem;
}

.media-library .hover-contant {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  padding: 0.5rem;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.our-partners-details p {
  color: var(--msdf-gray-color);
  font-weight: 300;
}

.media-library .hover-contant p {
}

.media-library .hover-contant h4,
.media-library .hover-contant h3 {
  color: var(--msdf-white-color);
  font-size: 1.125rem;
  font-weight: 600;
}

.media-library .card .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 85%);
  z-index: 1;
  border-radius: 1rem;
  visibility: hidden;
  opacity: 0;
}

.media-library .card:hover .hover-contant,
.media-library .card:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.media-library .card.video-card:after {
  content: "";
  position: absolute;
  background-image: url("./assets/video-icon.png");
  z-index: 5;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.numbers-statistics {
  padding: 3rem 0;
}

.numbers-statistics .card {
  margin-top: 1rem;
  border: 1px solid var(--msdf-duneLight-color);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  border-radius: 1rem;
}

.numbers-statistics .profile-status .iconWrsper {
  width: 3.5rem;
  height: 3.5rem;
}

.numbers-statistics #stackedBarChart,
.numbers-statistics #barChart {
  height: 370px !important;
}

.numbers-statistics .chart-wrap {
  position: relative;
}

.numbers-statistics .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.numbers-statistics .center-text h2 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.numbers-statistics .center-text span {
  font-size: 14px;
  color: #666;
}

.numbers-statistics .legend {
  margin-top: 20px;
}

.numbers-statistics .legend-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.numbers-statistics .legend-left {
  color: #6b7280;
}

.numbers-statistics .legend-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.numbers-statistics .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.profileProjects-modal
  .buttonCheck-listing
  .buttonCheck-item
  .btn-outline-primary {
  max-width: 100%;
  box-shadow: 0px 4px 4px 0px #0000000a;
}

.profileProjects-modal .buttonCheck-listing .buttonCheck-item {
  border-bottom: none;
}

.profileProjects-modal .card {
  background: rgba(236, 234, 227, 0.2);
  margin: 1rem 0;
}

.volunteer-box ul li a.iconWrsper {
  margin: 0 0.3rem;
}

.stats .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-color: var(--msdf-white-color) !important;
  color: var(--msdf-white-color) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.stats .owl-nav .owl-prev {
  right: 0.5rem;
}

.stats .owl-nav .owl-next {
  left: 0.5rem;
}

.stats .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-color: var(--msdf-white-color) !important;
  color: var(--msdf-white-color) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.stats .owl-nav .owl-prev {
  right: 0.5rem;
}

.stats .owl-nav .owl-next {
  left: 0.5rem;
}

#bright-on,
.active #bright-off {
  display: inline-flex !important;
  pointer-events: auto;
}

#bright-off,
.active #bright-on {
  display: none !important;
  pointer-events: none;
}

.skipNav {
  position: absolute;
  top: 5px;
  z-index: -1;
  background: transparent !important;
}

.skipNav:focus-within {
  z-index: 999;
}

.skipNav .skipLink {
  opacity: 0;
  background: rgb(142 24 56 / 90%);
  height: 0;
  border: 0;
  color: var(--cgb-white-color);
  padding: 5px 15px;
  height: auto;
}

.skipNav .skipLink:focus {
  opacity: 1;
}

html[dir="ltr"] .skipNav .skipLink.ar,
html[lang="en-US"] .skipNav .skipLink.ar {
  display: none;
}

html[dir="rtl"] .skipNav .skipLink.en,
html[lang="ar"] .skipNav .skipLink.en {
  display: none;
}

.visually-hidden {
  background-color: transparent !important;
}

.view-password span {
  color: var(--msdf-black-color) !important;
}

/* Media Queries */
@media all and (min-width: 576px) {
}

@media all and (min-width: 768px) {
}

@media all and (min-width: 992px) {
}

@media all and (min-width: 1024px) {
}

@media all and (min-width: 1200px) {
  .cols-5 .custom-col {
    width: 20%;
  }

  .max-width-700 {
    max-width: 700px;
  }

  .bannerImg {
    height: calc(100vh - 6.875rem);
  }

  .homepage-banner .carousel-caption .container-lg {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 1359px) and (min-width: 1199px) {
}

@media all and (min-width: 1440px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    max-width: 1200px;
  }

  .msdf-menu li > .nav-dropdown {
    margin-top: 0.8rem;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 0.5rem;
  }

  .msdf-menu li > .nav-dropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid #00000000;
    border-right: 8px solid #00000000;
    border-top: 8px solid #ebebeb;
    box-shadow: none;
    background-color: transparent;
    top: -9px;
    transform: rotate(180deg);
    right: 10px;
  }
}

@media all and (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    max-width: 1320px;
  }
}

@media all and (min-width: 1920px) {
  html {
    font-size: 18px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    max-width: 1480px;
  }
}

@media all and (max-width: 1400px) {
  .msdf-menu .navbar-collapse {
    position: absolute;
    background: red;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 111;
    background: white;
    padding: 0;
    min-height: 50vh;
    top: 5rem;
  }

  .msdf-menu .navbar-nav {
    width: 100%;
    justify-content: space-between;
  }

  /*.msdf-menu li.with-dropdown:after {
        content: "\f078";
        font-family: 'FontAwesome' !important;
        position: absolute;
        top: 0;
        color: var(--msdf-lightgray-color);
        margin-top: 0.6rem;
        font-size: 0.6rem;
        display: none;
    }*/
  .msdf-menu li > .nav-dropdown {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .msdf-menu .navbar-nav .nav-item.with-dropdown a:after {
    display: none;
  }

  .msdf-menu .navbar-nav .nav-item {
    margin-top: 0.3rem;
  }

  .msdf-menu .navbar-nav .nav-link {
    border-bottom: 0;
    color: var(--msdf-black-color);
  }

  .with-dropdown.open:after {
    content: " - ";
  }

  .msdf-menu li > .nav-dropdown {
    position: relative;
    display: none;
  }

  .msdf-menu li.open > .nav-dropdown {
    position: relative;
    display: block;
    background-color: var(--msdf-lightash-color);
  }

  .with-dropdown:after {
    content: " + ";
    position: absolute;
    top: -3px;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--msdf-white-color);
    color: var(--msdf-base-color);
    margin: 0.25rem;
    border: 1px solid var(--msdf-ash-color);
  }

  .msdf-menu .nav-link.active,
  .msdf-menu .nav-item:hover .nav-link,
  .msdf-menu .nav-item:focus-within .nav-link {
    border: 0;
  }

  .msdf-menu .nav-dropdown.showSubMenu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .msdf-menu .navbar {
    padding: 0;
  }

  .msdf-menu li > .nav-dropdown li:before {
    background: none;
  }

  .header .navbar {
    display: block;
  }

  .header .navbar {
    display: block;
  }

  .header .logo-wraper {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

  .homepage-banner::before {
    display: none;
  }

  .header.header {
    padding-bottom: 0.5rem;
  }
}

@media all and (max-width: 1200px) {
  .stats {
    margin-top: 0rem;
    /*top: 0rem;*/
  }

  .stats .card p {
    color: var(--msdf-white-color);
  }

  .stats .card h3 {
    color: var(--msdf-white-color);
  }

  .stats .card .card-body {
    justify-content: center;
  }

  .our-partners .role-status ul,
  .our-partners-details .profile-status .card {
    margin: 1rem 0;
  }

  .our-partners .img-wraper {
    margin-bottom: 1rem;
  }

 
}

@media all and (max-width: 1399px) {
   .header .navbar-nav .nav-item .nav-link {
    width: fit-content;
  }
}

@media all and (max-width: 991px) {
}

@media all and (max-width: 767px) {
  .top-nav {
    padding-bottom: 0.5rem;
    text-align: center;
  }

  .top-nav .row {
    justify-content: center;
  }

  .top-nav .btn-brand {
    border-color: white;
  }
}

@media (min-width: 992px) {
  .requiredRoles-status .card .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (max-width: 992px) {
  .userSidebar {
    border: none;
    min-height: auto;
  }

  .profileData .main-heading,
  .projects-listing .main-heading,
  .events .main-heading {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .project-details .ratio-36x9 {
    --bs-aspect-ratio: 25%;
  }

  .project-details .bage-wraper {
    margin-top: 2rem;
  }

  .partners-slider {
    margin: 0;
  }

  .homepage-banner .carousel-caption h2 {
    font-size: 1.5rem;
  }

  .homepage-banner .carousel-caption p {
    font-size: 1rem;
  }

  .header.header {
    padding-bottom: 0.5rem;
  }

  .footer .row {
    flex-direction: column-reverse;
  }

  .footer-logo {
    margin-bottom: 1rem;
  }

  .footer h6 {
    margin-top: 1rem;
  }

  .msdf-tabs {
    margin-top: 1rem;
  }

  .role-tabs {
    margin: 1rem 0;
  }

  .numbered-list li::before {
    min-width: 2rem;
  }

  .bannerImg {
    min-height: 70vh;
  }
}

@media all and (max-width: 575px) {
  .welcome-txt {
    display: none;
  }

  .theme-nav .nav-link {
    margin: 0;
  }

  .paging-wraper ul .page-item {
    margin: 0 0.1rem;
  }

  .homepage-banner .carousel-caption .container-lg {
    padding-bottom: 7rem;
  }
}

.general-flex-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.custom-drop-down-class .MuiOutlinedInput-input {
  padding: 0px !important;
}

.partners-card-image-styles {
  display: block;
}

.MuiSelect-select,
.MuiInputBase-input,
.MuiInput-input {
  padding: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--msdf-primary-color);
}

.footer .footer-logo {
  max-height: 4rem;
}

.homepage-banner .carousel-inner {
  /* background: black; */
  border-radius: 1rem;
}

/* new bg */

.homepage-banner::before {
  content: " ";
  position: absolute;
  top: -95px;
  right: 0;
  left: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/new-header-bg-en.png") no-repeat top right;
  background-size: 100%;
}
html[dir="rtl"] .homepage-banner::before {
  right:auto;
  left: 0;
  background: url("./assets/new-header-bg.png") no-repeat top left;
  background-size: 100%;
}



.btn-brand-outline:hover, .btn-brand-outline:focus {
    background-color: var(--msdf-white-color) !important;
    color: var(--msdf-secondary-color) !important;
    border-color: var(--msdf-secondary-color) !important;
}
.volunteers {
    padding: 5rem 0;
    background: url('./assets/new-volunteer-bg.png') no-repeat center top;
    background-size: 100%;
}
.volunteers .owl-carousel .owl-nav button {
    color: var(--msdf-white-color) !important;
    background-color: var(--msdf-primary-color) !important;
}
.volunteers .owl-carousel .owl-nav button:hover {
    color: var(--msdf-primary-color) !important;
    background-color: var(--msdf-white-color) !important;
}
.footer {
 background-image: url("./assets/new-footer-bg.png");
 background-repeat: no-repeat;
 background-position: center top;
 background-size: 100%;
   background-color: var(--msdf-primary-color);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-social {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
/*# sourceMappingURL=styles.css.map */
