@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");
.theme-light {
  --color-primary: #36B0C9;
  --color-secondary: #201751;
  --color-accent: #65BAAF;
  --font-color: #282828;
}

.theme-dark {
  --color-primary: #020c1b;
  --color-secondary: rgba(8, 22, 44, 0.90);
  --color-accent: #36B0C9;
  --color-card: rgba(255, 255, 255, 0.05);
  --font-color: #ffffff;
}

.text-8 {
  font-size: 0.5rem;
  line-height: 1rem;
}

.text-10 {
  font-size: 0.625rem;
  line-height: 1.2rem;
}

.text-12 {
  font-size: 0.75rem;
  line-height: 1.3rem;
}

.text-14 {
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.text-16 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-18 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-20 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-24 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.text-28 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.text-30 {
  font-size: 1.875rem;
  line-height: 2.1rem;
}

.text-32 {
  font-size: 2rem;
  line-height: 2.2rem;
}

.text-36 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-40 {
  font-size: 2.5rem;
  line-height: 2.8rem;
}

.text-48 {
  font-size: 3rem;
  line-height: 3.2rem;
}

.text-56 {
  font-size: 3.5rem;
  line-height: 3.8rem;
}

.text-64 {
  font-size: 4rem;
  line-height: 4.5rem;
}

.text-72 {
  font-size: 4.5rem;
  line-height: 4.8rem;
}

.text-80 {
  font-size: 5rem;
  line-height: 5.2rem;
}

.text-96 {
  font-size: 6rem;
  line-height: 6.2rem;
}

@font-face {
  font-family: "the-sans";
  src: url("/web_assets/fonts/TheSans-Caps.otf");
}
@font-face {
  font-family: "Bahij";
  src: url("/web_assets/fonts/Bahij_TheSansArabic-SemiLight.ttf");
}
.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 600;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: flex;
  width: 46px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: #36B0C9 url("/web_assets/uploads/images/night.svg");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #36B0C9;
}

.slider {
  background-color: #36B0C9;
}

.scrolled input:checked + .slider, .scrolled .slider {
  background-color: #FFFFFF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #36B0C9;
}

input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("/web_assets/uploads/images/sunny.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.iti--separate-dial-code .iti__selected-flag {
  border-radius: 8px;
}

html.theme-dark {
  background-color: var(--color-primary);
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
html.theme-dark .navbar-expand-lg .navbar-nav .nav-link {
  color: #FFFFFF;
}
html.theme-dark .navbar-expand-lg .cart-count {
  background-color: #FFFFFF;
}
html.theme-dark .scrolled .navbar-nav .nav-link {
  color: #FFFFFF !important;
}
html.theme-dark .cart-icon, html.theme-dark .user-icon {
  filter: brightness(0) invert(1) !important;
}
html.theme-dark .page-item.active span {
  background-color: #36B0C9;
  border-color: #fff;
}
html.theme-dark .page-item span {
  background-color: rgb(20, 32, 53);
  color: #fff;
  border-color: #ffffff;
}
html.theme-dark .page-item a {
  background-color: rgb(20, 32, 53);
  color: #fff;
  border-color: #ffffff;
}
html.theme-dark .btn-primary:hover {
  background-color: #0f2027;
}
html.theme-dark .ramadan-btn-white:hover {
  color: #36B0C9 !important;
}
html.theme-dark .account-linked-svg {
  filter: brightness(1) invert(1);
}
html.theme-dark .toast-body {
  background-color: rgb(20, 32, 53);
}
html.theme-dark .bg-dark-blue {
  background-color: #ebf7fa !important;
}
html.theme-dark .bg-dark-blue marquee {
  color: #0e141f !important;
}
html.theme-dark .accordion-body {
  background-color: var(--color-primary) !important;
}
html.theme-dark .toaster-close {
  filter: none !important;
  opacity: 0.5 !important;
}
html.theme-dark body {
  background-color: var(--color-primary);
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
html.theme-dark .rocommended-based-cart .slide-items .image-wrapper .card-options {
  background-color: rgba(0, 0, 0, 0.7);
}
html.theme-dark .project-qty {
  background-color: transparent !important;
}
html.theme-dark .sub-header-nav .user-icon {
  filter: brightness(0) invert(1);
}
html.theme-dark .invoice-print-logo {
  filter: brightness(0) invert(1) !important;
}
html.theme-dark .tooltiptext img {
  filter: brightness(0) invert(1);
}
html.theme-dark .modal-header .btn-close {
  filter: brightness(0) invert(1);
}
html.theme-dark .sub-header-nav .slider {
  background-color: #fff !important;
}
html.theme-dark .modal-content {
  background-color: #0f2027 !important;
}
html.theme-dark h1,
html.theme-dark h2,
html.theme-dark h3,
html.theme-dark h4,
html.theme-dark h5,
html.theme-dark h6,
html.theme-dark p,
html.theme-dark a {
  color: #FFFFFF;
}
html.theme-dark .dark-img-white {
  filter: brightness(0) invert(1);
}
html.theme-dark .navigation-bar {
  background-color: var(--color-primary);
}
html.theme-dark .navbar-brand img {
  filter: brightness(0) invert(1);
}
html.theme-dark .slick-arrow {
  background-color: transparent !important;
}
html.theme-dark .bg-dark {
  background-color: var(--color-primary) !important;
}
html.theme-dark .btn-outline-primary {
  color: #36B0C9 !important;
}
html.theme-dark .btn-outline-primary:hover, html.theme-dark .btn-outline-primary:focus {
  color: white !important;
}
html.theme-dark .bg-dark-light {
  background-color: var(--color-secondary) !important;
}
html.theme-dark .iti--separate-dial-code .iti__selected-flag {
  background-color: var(--color-primary) !important;
}
html.theme-dark .iti__country-list {
  background-color: var(--color-secondary);
}
html.theme-dark .form-control,
html.theme-dark .form-select {
  background-color: transparent;
  color: #36B0C9;
  border-color: #36B0C9;
}
html.theme-dark .bg-lighter {
  background-color: #282828;
}
html.theme-dark .container-fluid {
  background-color: var(--color-primary);
  color: var(--font-color);
}
html.theme-dark .card {
  background-color: var(--color-card);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}
html.theme-dark .card .card-body {
  color: var(--font-color);
}
html.theme-dark .hero-wrapper,
html.theme-dark .about-values {
  background-color: var(--color-secondary);
}
html.theme-dark .dropdown-menu li a {
  color: #1D2026;
}
html.theme-dark .form-select option {
  background-color: var(--color-secondary);
}
html.theme-dark .footer {
  background-color: var(--color-primary);
}
html.theme-dark .navbar-nav {
  background: transparent;
}
html.theme-dark .sub-header-nav .cart-icon {
  filter: brightness(0) invert(1) !important;
}
html.theme-dark .radio-tab-contents .radio-cards img {
  border-radius: 8px;
}
html.theme-dark .radio-tab-contents .radio-cards a {
  color: var(--font-color);
}
html.theme-dark .btn-outline-secondary {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
html.theme-dark .btn-outline-secondary img {
  margin: 0px auto;
}
html.theme-dark .btn-outline-secondary img {
  filter: brightness(1) invert(1);
}
html.theme-dark .btn-outline-secondary:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #282828;
}
html.theme-dark .btn-outline-secondary:hover img {
  filter: none;
}
html.theme-dark .bg-dark-footer {
  background-color: transparent;
}
html.theme-dark .categories-carousel .categories-carousel-card span {
  color: var(--font-color);
}
html.theme-dark .sub-header .sub-header-image img {
  -o-object-position: -99999px 99999px;
     object-position: -99999px 99999px;
  background-image: url("");
  background-repeat: no-repeat;
  background-color: var(--color-card);
}
html.theme-dark .sub-header .dp_world_banner img {
  -o-object-position: 0px !important;
     object-position: 0px !important;
}
html.theme-dark .sub-header-nav .navbar-nav .nav-link {
  color: #FFFFFF !important;
}
html.theme-dark .sub-header-nav .navbar-nav .nav-link.active, html.theme-dark .sub-header-nav .navbar-nav .nav-link:hover {
  color: #FFFFFF;
}
html.theme-dark .sub-header-nav .navbar-nav .nav-link.active::before, html.theme-dark .sub-header-nav .navbar-nav .nav-link:hover::before {
  width: 100%;
  background-color: #FFFFFF !important;
}
html.theme-dark .sub-header-nav .logo {
  filter: brightness(0) invert(1);
}
html.theme-dark .btn-white-variant {
  border-color: #36B0C9;
  color: #36B0C9;
}
html.theme-dark .btn-white-variant:hover {
  background-color: #36B0C9;
  color: #36B0C9;
  border-color: #36B0C9;
}
html.theme-dark .bg-light {
  background-color: var(--color-primary) !important;
}
html.theme-dark .increaseQty img,
html.theme-dark .decreaseQty img {
  filter: brightness(1) invert(1);
}
html.theme-dark .payment-partners-list li img {
  filter: brightness(0.5) invert(1);
}
html.theme-dark .cart-table {
  border: 0px;
}
html.theme-dark .cart-table .bg-theme-color tr th {
  background-color: #1b2437;
}
html.theme-dark tbody,
html.theme-dark td,
html.theme-dark tfoot,
html.theme-dark th,
html.theme-dark thead,
html.theme-dark tr {
  background-color: #203a43;
  color: #FFFFFF;
  border: 0.2px;
}
html.theme-dark .table tr td,
html.theme-dark .table tr th {
  padding: 0.5em 1em;
}
@media screen and (min-width: 250px) and (max-width: 768px) {
  html.theme-dark .cart-icon {
    filter: none !important;
  }
  html.theme-dark .navbar-expand-lg {
    background-color: #0e141f;
  }
  html.theme-dark .navbar-expand-lg .navbar-collapse .navbar-nav {
    background: #0e141f;
  }
  html.theme-dark .navbar-expand-lg .logo,
  html.theme-dark .navbar-expand-lg .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  html.theme-dark .grid-list-tabs .nav-link {
    opacity: 0.3;
    background: #0e141f;
  }
  html.theme-dark .grid-list-tabs .nav-link.active {
    opacity: 1;
    background: #0e141f;
  }
  html.theme-dark .create-project-timeline li {
    border-radius: 8px;
    background-color: #1b2437;
  }
  html.theme-dark .create-project-timeline li p {
    color: var(--font-color);
  }
}
html.theme-dark #sidebarCart .modal-dialog .modal-content {
  background-color: #1b2437;
}
html.theme-dark #sidebarCart .modal-dialog .modal-content .btn-close {
  filter: brightness(1) invert(1);
}
html.theme-dark .cart-count {
  background-color: #FFFFFF;
  color: #36B0C9;
}
html.theme-dark .progress {
  background-color: var(--color-primary);
}
html.theme-dark .footer-menu-bottom {
  background-color: var(--color-secondary);
  padding: 5px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  position: relative;
}
html.theme-dark .footer-menu-bottom li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
html.theme-dark .footer-menu-bottom li a {
  text-align: center;
  font-size: 12px;
}
html.theme-dark .footer-menu-bottom li a .icon {
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
html.theme-dark .footer-menu-bottom li a img {
  display: block;
  margin: 2px auto;
  filter: brightness(0) invert(1);
  height: 24px;
}
html.theme-dark .footer-menu-bottom li a .mob-footer-cart-icon {
  width: 50px;
  position: absolute;
  height: 50px;
  background: #36B0C9 !important;
  top: 0;
  left: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
html.theme-dark .footer-menu-bottom li a .mob-footer-cart-icon img {
  filter: brightness(0) invert(1);
}
html.theme-dark .footer-menu-bottom li a .cart-link {
  margin-top: 23px;
  display: block;
  text-align: center;
}
html.theme-dark .footer-menu-bottom li a.active {
  color: #36B0C9;
  font-weight: 600;
}
html.theme-dark .footer-menu-bottom li a.active .icon {
  background-color: #36B0C9;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
html.theme-dark .footer-menu-bottom li a.active .icon img {
  height: 20px;
  filter: brightness(0) invert(1);
}
html.theme-dark .offcanvas.offcanvas-start {
  background: #0e141f !important;
}
html.theme-dark .offcanvas-header .btn-close {
  filter: brightness(0) invert(1) !important;
}

.dropdown-link {
  color: black !important;
}

.hero-wrapper {
  position: relative;
  background: linear-gradient(180deg, #36b0c9 0%, #65baaf 100%);
}
.hero-wrapper .hero-section {
  padding: 0px;
}
.hero-wrapper .hero-section .carousel-contents {
  padding: 2rem 12%;
}
.hero-wrapper .hero-section .carousel-contents .carousel-description {
  font-size: 1rem;
}
.hero-wrapper .hero-section .carousel-contents .carousel-img-wrapper {
  z-index: 200;
}
.hero-wrapper .hero-section .carousel-contents .carousel-img-wrapper .carousel-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-wrapper .hero-section .carousel-contents .btn-wrapper .btn-carousel {
  background-color: transparent !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border-color: white;
  color: #36B0C9;
  position: relative;
}
.hero-wrapper .hero-section .carousel-contents .btn-wrapper .btn-carousel img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1) !important;
}
.hero-wrapper .hero-section .carousel-contents .btn-wrapper .btn-carousel:hover {
  background-color: #36B0C9 !important;
  border: 1px solid #36B0C9;
  text-decoration: none;
  outline: none;
}
.hero-wrapper .hero-section .carousel-contents .btn-wrapper .btn-carousel:hover img {
  filter: brightness(0) invert(1) !important;
}
.hero-wrapper .hero-section .carousel-contents .btn-wrapper .btn-carousel::before {
  content: none !important;
}
.hero-wrapper .slick-active .hero-image img {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}
.hero-wrapper .hero-image {
  width: 100%;
  height: 100vh;
}
.hero-wrapper .hero-image img {
  clip-path: circle(0% at 0 50%);
  width: 100%;
  height: 100%;
  margin-left: auto;
  max-width: 100%;
}
.hero-wrapper .hero-carousel {
  opacity: 0;
  overflow: hidden;
}
.hero-wrapper .hero-carousel.slick-initialized {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 250px) and (max-width: 960px) {
  .hero-wrapper .hero-image {
    width: 100%;
    height: 100%;
  }
  .hero-wrapper .hero-image img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .hero-wrapper .hero-section .carousel-contents {
    padding: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .hero-wrapper .hero-section .carousel-contents .carousel-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@keyframes changeBackgroundColor {
  0% {
    background-color: #021252;
  }
  100% {
    background-color: #021252;
  }
}
.navbar-expand-lg.navigation-bar {
  background-color: #FFFFFF;
}
.navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 1rem 0rem;
  color: #1D2026;
  margin-left: 1.5rem;
  font-size: 0.85rem;
}
.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0.1em;
  bottom: 10px;
  left: 0;
  background-color: transparent;
  transition: all 0.7s ease;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #36B0C9;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link.active::before {
  width: 100%;
  background-color: #36B0C9;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #1D2026;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before {
  width: 100%;
  background-color: #1D2026;
}
.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:hover {
  color: #1D2026;
}
.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:hover::before {
  content: none;
}
.navbar-expand-lg .navbar-nav .nav-link .dropdown-item {
  font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-link .dropdown-item:active {
  background-color: #36B0C9;
}
.navbar-expand-lg .cart-count {
  background-color: #36B0C9;
  color: #FFFFFF;
  font-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-expand-lg {
  direction: rtl;
}
.navbar-expand-lg .navbar-nav.ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.navbar-expand-lg .navbar-brand {
  display: block;
  text-align: right;
}

.navbar-expand-lg .navbar-nav {
  direction: ltr;
}

[dir=rtl] .navbar-expand-lg .navbar-nav {
  direction: rtl !important;
}

[dir=rtl] .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1rem;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #021252;
  }
  100% {
    background-color: #021252;
  }
}
@media screen and (min-width: 250px) and (max-width: 900px) {
  .navbar-expand-lg {
    background-color: #ffffff;
    margin-left: 0px;
  }
  .navbar-expand-lg .navbar-brand .logo {
    filter: none;
    z-index: 20;
  }
  .navbar-expand-lg .navbar-toggler {
    border: 0px;
  }
  .navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    background-image: url("/web_assets/uploads/images/hamburger-icon.svg");
    width: 18px;
    z-index: 40;
    position: relative;
  }
  .navbar-expand-lg .navbar-toggler:focus {
    outline: none;
    border: 0px;
    box-shadow: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    margin-left: 0px;
    position: relative;
    padding: 0px;
    padding-bottom: 1.5rem;
    text-align: left;
  }
  .navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0.1em;
    bottom: 10px;
    left: 0;
    background-color: transparent;
    transition: all 0.7s ease;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: white;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active::before, .navbar-expand-lg .navbar-nav .nav-link:hover::before {
    content: none;
    width: 100%;
    background-color: white;
  }
  .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:hover {
    color: white;
  }
  .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle:hover::before {
    content: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link .cart-icon {
    filter: brightness(0) invert(1);
  }
  .navbar-expand-lg .navbar-nav .nav-link .dropdown-item {
    font-size: 14px;
  }
  .navbar-expand-lg .navbar-nav .nav-link .dropdown-item:active {
    background-color: #36B0C9;
  }
  .navbar-expand-lg .navbar-nav .nav-link img {
    margin-right: 5px;
    filter: brightness(0) invert(1) !important;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav {
    background: linear-gradient(rgb(101, 186, 175), rgb(54, 176, 201));
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle(0px at 0% 0%);
    transition: all 0.3s ease-out;
    z-index: 20;
  }
  .navbar-expand-lg input:checked + .slider {
    background-color: #D9D9D9;
  }
  .navbar-expand-lg .show .navbar-nav {
    clip-path: circle(2000px at 0% 0%);
    transition: all 1s ease-out;
  }
  .navbar-expand-lg .show .navbar-nav .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  .navbar-expand-lg .show .navbar-brand {
    z-index: 20;
  }
}
.btn-wrapper .btn-carousel-theme {
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: 1px solid #36B0C9;
  display: inline-grid;
  align-items: center;
  justify-content: center;
}
.btn-wrapper .btn-carousel-theme:hover {
  background-color: #36B0C9 !important;
  border: 1px solid #36B0C9;
}
.btn-wrapper .btn-carousel-theme:hover img {
  filter: brightness(0) invert(1);
}

.categories-carousel {
  width: 100%;
  opacity: 0;
  padding-top: 10px;
}
.categories-carousel .categories-items a:hover {
  transition: all 0.3s ease-in-out;
  color: #36B0C9;
}
.categories-carousel .categories-items a:hover .categories-carousel-card .img-wrapper {
  background-color: #36B0C9;
}
.categories-carousel .categories-items a:hover .categories-carousel-card .img-wrapper img {
  filter: none;
}
.categories-carousel.slick-initialized {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.categories-carousel .slick-slide {
  margin: 0 10px;
  padding: 20px 5px;
}
.categories-carousel .slick-list {
  margin: 0 -10px;
}
.categories-carousel .categories-carousel-card {
  border-radius: 8px;
  box-shadow: 0 27px 20px rgba(0, 0, 0, 0.02);
  border: 0px;
  width: 100%;
  color: #1D2026;
}
.categories-carousel .categories-carousel-card .card-body {
  padding: 10px;
  border-radius: 8px !important;
}
.categories-carousel .categories-carousel-card .card-body .img-wrapper {
  background-color: #EBF7FA;
  padding: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-carousel .categories-carousel-card .card-body .img-wrapper img {
  margin: auto;
  display: block;
  width: 80px;
  height: 80px;
  min-width: 80px !important;
  min-height: 80px !important;
  max-height: 80px;
  border-radius: 100%;
}

@media screen and (min-width: 300px) and (max-width: 400px) {
  .categories-carousel-card {
    min-width: 165px !important;
    max-width: 150px !important;
    height: 180px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .categories-carousel-card {
    min-width: 170px;
    max-width: 170px;
    height: 180px;
  }
}
.create-project-timeline {
  margin-bottom: 0px;
  padding-left: 0px;
}
.create-project-timeline li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  height: 100%;
  padding-bottom: 15px;
}
.create-project-timeline li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #36B0C9;
  top: 5px;
  left: 0;
  border-radius: 50%;
}
.create-project-timeline li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border-left: 3px dotted #36B0C9;
  height: 100%;
  z-index: 1;
}

[dir=rtl] .create-project-timeline li {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .create-project-timeline li::before {
  right: 0;
  left: auto;
}
[dir=rtl] .create-project-timeline li::after {
  right: 5px;
  left: auto;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .create-project-timeline {
    display: flex;
    margin-bottom: 1.5rem;
    flex-direction: row;
    overflow-x: auto;
    align-items: stretch;
  }
  .create-project-timeline li {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-right: 15px;
    background-color: #fafafa;
    padding: 20px;
    min-width: 260px;
    max-width: 260px;
    min-height: 220px;
  }
  .create-project-timeline li::before {
    content: none;
  }
  .create-project-timeline li::after {
    content: none;
  }
  .create-project-timeline li .description {
    width: 100%;
    display: block;
  }
  .create-project-timeline li:last-child {
    margin-right: 0px;
  }
  .create-project-timeline::-webkit-scrollbar {
    display: none;
  }
}
@keyframes autoSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.form-select,
.form-control {
  height: 50px;
  border-radius: 8px;
  background: #FFF;
  font-size: 0.938rem;
  font-weight: 300;
}
.form-select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #36B0C9;
}
.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #D9D9D9;
  font-size: 0.875rem;
}
.form-select::placeholder,
.form-control::placeholder {
  color: #D9D9D9;
  font-size: 0.875rem;
}

.form-select {
  background-image: url("/web_assets/uploads/images/up-down-chevron.svg");
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 8px !important;
  background-position-x: 95% !important;
  color: black;
}
.form-select [dir=rtl] {
  background-position-x: 5% !important;
}

.form-select:invalid {
  color: green;
}

.form-check .form-check-input {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0.1em;
  margin-right: 10px;
  border-color: #36B0C9;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}
.form-check .form-check-input:checked {
  background-color: #36B0C9;
  border-color: #36B0C9;
}

.mobile-dropdown {
  border-radius: 8px;
  background: #F6F6EE;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .pagination-select {
    min-width: 90px;
    background-position-x: 80%;
  }
}
.card-shadow {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border: 0px;
  border-radius: 8px;
  background: #FFFFFF;
}

.btn-primary {
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: all 0.5s ease-in-out;
  background-color: #36B0C9;
  border-color: #36B0C9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
.btn-primary:hover {
  background-color: #ffffff;
  border-color: #36B0C9;
  color: #36B0C9;
}

.btn-primary:disabled {
  background-color: #36B0C9;
  border-color: #36B0C9;
}

.btn-dark {
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 14px 40px;
  transition: all 0.5s ease-in-out;
}
.btn-dark:hover {
  background-color: #36B0C9;
  border-color: #36B0C9;
  color: #FFFFFF;
}

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

.btn-wrapper {
  display: inline-block;
}

.btn-outline-primary {
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: all 0.5s ease-in-out;
  color: #36B0C9;
  border-color: #36B0C9;
  height: 45px;
}
.btn-outline-primary img {
  margin: 0px auto;
}
.btn-outline-primary:hover {
  background-color: #36B0C9;
  border-color: #36B0C9;
  color: #ffffff;
}
.btn-outline-primary:hover img {
  filter: brightness(0) invert(1);
}
.btn-outline-primary:focus {
  background-color: #36B0C9 !important;
  border-color: #36B0C9 !important;
  color: #ffffff;
  outline: none !important;
}
.btn-outline-primary.show {
  background-color: #36B0C9 !important;
  border-color: #36B0C9 !important;
}

.btn.show {
  background-color: #36B0C9 !important;
  border-color: #36B0C9 !important;
}

.btn-outline-secondary {
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: all 0.5s ease-in-out;
  color: #1D2026;
  border-color: #1D2026;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.btn-outline-secondary:hover {
  background-color: #1D2026;
  color: #1D2026;
  border-color: #1D2026;
}
.btn-outline-secondary img {
  margin: 0px auto;
}
.btn-outline-secondary:hover {
  background-color: #1D2026;
  border-color: #1D2026;
  color: #ffffff;
}
.btn-outline-secondary:hover img {
  filter: brightness(0) invert(1);
}

.btn-light {
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 14px 40px;
  transition: all 0.5s ease-in-out;
}
.btn-light:hover {
  border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0) !important;
  color: #FFFFFF;
}

.btn-link {
  color: #36B0C9;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding: 0px;
}
.btn-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0.1em;
  bottom: -5px;
  left: 0;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.btn-link.active, .btn-link:hover {
  color: #36B0C9;
}
.btn-link.active::before, .btn-link:hover::before {
  width: 100%;
  background-color: #36B0C9;
}

.contribute-carousel {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contribute-carousel.slick-initialized {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.contribute-carousel .slick-slide {
  margin: 0 10px;
}
.contribute-carousel .slick-list {
  margin: 0 -10px;
  padding: 20px 0px;
}

.contribute-cards {
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 27px 20px rgba(0, 0, 0, 0.04);
  border: 0px;
  height: 100%;
}
.contribute-cards .image-wrapper {
  position: relative;
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  -o-object-fit: fill;
     object-fit: fill;
  overflow: hidden;
}
.contribute-cards .image-wrapper .card-img-top {
  border-radius: 8px 8px 0px 0px;
  height: 100%;
  width: 100%;
}
.contribute-cards .image-wrapper .left-content {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.contribute-cards .image-wrapper .left-content .contribute-percentage {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #36B0C9;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.contribute-cards .image-wrapper .right-content {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.contribute-cards .image-wrapper .right-content .share-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #65BAAF;
  color: white;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.contribute-cards .form-control {
  height: 50px;
}
.contribute-cards .btn-primary,
.contribute-cards .btn-outline-primary {
  height: 50px;
  padding: 0 45px;
}

.recent-project-carousel {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.recent-project-carousel.slick-initialized {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.recent-project-carousel .slick-slide {
  margin: 0 5px;
}
.recent-project-carousel .slick-list {
  margin: 0 -10px;
  padding: 20px 0px;
}

.our-project-carousel {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.our-project-carousel.slick-initialized {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.our-project-carousel .slick-slide {
  margin: 0 5px;
}
.our-project-carousel .slick-list {
  margin: 0 -10px;
  padding: 20px 0px;
}

.radio-tabs {
  padding: 50px;
  background-image: url(/web_assets/uploads/images/radio-imgs/radio-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0px;
  border: 0px;
}
.radio-tabs li {
  display: block;
  width: 100%;
}
.radio-tabs li .nav-link {
  width: 100%;
  border-radius: 8px;
  border: 1.5px solid #FFF;
  background: rgba(255, 255, 255, 0);
  margin-bottom: 24px;
  color: #FFF;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.radio-tabs li .nav-link.active {
  background-color: #36B0C9;
  border-color: #36B0C9;
  color: white;
}

.radio-tab-contents {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}
.radio-tab-contents .radio-cards {
  border-radius: 8px;
  background-color: #FAFBFC;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border: 0px;
  text-align: center;
  font-weight: 600;
}
.radio-tab-contents .radio-cards img {
  margin-bottom: 10px;
  border-radius: 8px;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  -o-object-fit: fill;
     object-fit: fill;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .radio-tabs {
    padding: 0px 10px 20px 20px;
    background-image: none;
    height: auto;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 20px;
  }
  .radio-tabs li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
  }
  .radio-tabs li .nav-link {
    border: 1.5px solid #36B0C9;
    color: #36B0C9;
    margin-bottom: 0px;
  }
  .radio-tabs li .nav-link img {
    display: none;
  }
  .radio-tabs li:last-child {
    margin-right: 0px;
  }
  .radio-tabs::-webkit-scrollbar {
    display: none;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-list {
    margin: 0 -10px;
    padding: 20px 0px;
  }
  .radio-tab-contents {
    padding: 20px;
  }
  .radio-tab-contents .radio-cards a {
    font-size: 10px;
  }
  .radio-tab-contents .radio-cards img {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
  }
  .radio-tab-contents .radio-cards img {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
  }
}
@media screen and (min-width: 1500px) {
  .radio-tab-contents .radio-cards img {
    margin-bottom: 10px;
    border-radius: 8px;
    height: 260px;
    min-height: 260px;
    max-height: 260px;
    -o-object-fit: fill;
       object-fit: fill;
    aspect-ratio: 1/1;
  }
}
.news-carousel {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.news-carousel.slick-initialized {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.news-carousel .slick-slide {
  margin: 0 10px;
}
.news-carousel .slick-list {
  margin: 0 -10px;
  padding: 20px 5px;
}
.news-carousel .news-card-img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}

.news-card {
  width: 100%;
  position: relative;
  border: 0px;
  border-radius: 8px;
  background: transparent;
  transition: all 1s ease;
  overflow: hidden;
  box-shadow: 0 27px 20px rgba(0, 0, 0, 0.02);
  background-color: white;
}
.news-card .card-img-overlay {
  vertical-align: bottom;
  color: white;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 0px;
  bottom: 0;
  height: 50%;
  top: auto;
  transition: all 0.5s ease;
}
.news-card .card-img-overlay p {
  color: white;
}
.news-card .right-content {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.news-card .right-content .share-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #36B0C9;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-card .right-content .share-icon::before {
  content: none !important;
}
.news-card:hover {
  cursor: pointer;
}
.news-card .news-next, .news-card .news-prev {
  display: inline-block !important;
}

.news-first-paragraph::first-letter {
  font-size: 84px;
  color: #36B0C9;
}

.news-paragraph {
  padding: 10px 0px;
}

@media screen and (min-width: 250px) and (max-width: 360px) {
  .news-card .card-img-overlay {
    bottom: 3%;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 361px) and (max-width: 768px) {
  .news-card .card-img-overlay {
    bottom: -2%;
    padding-bottom: 0px;
  }
  .news-first-paragraph {
    padding-top: 20px;
  }
  .news-first-paragraph::first-letter {
    font-size: 36px;
    color: #36B0C9;
    margin-top: 100px;
  }
}
.footer {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #021252;
}
.footer .footer-links {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.footer .footer-links li {
  margin-bottom: 5px;
}
.footer .footer-links li a {
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.footer .footer-links li a.active {
  color: #36B0C9;
}
.footer .footer-links li a:hover {
  color: #36B0C9;
}
.footer .footer-links-horizontal {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.footer .footer-links-horizontal li {
  margin-left: 15px;
  display: inline-block;
}
.footer .footer-links-horizontal li a {
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-links-horizontal li a:hover {
  color: #36B0C9;
}
.footer .footer-links-horizontal li a:active {
  color: #36B0C9;
}
.footer .footer-cta {
  position: absolute;
  top: -3%;
  right: 5%;
  display: flex;
  z-index: 1;
}
.footer .footer-cta .footer-whatsapp {
  background-color: #36B0C9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.footer .footer-cta .whatsappIcon {
  background-color: #24cc63 !important;
}
.footer .footer-cta .footer-scroll-top {
  background-color: #fafafa;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 250px) and (max-width: 960px) {
  .mobile-footer {
    padding: 10px 15px;
  }
  .mobile-footer .footer-menu-bottom {
    background-color: #f2f2f2;
    padding: 5px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    position: relative;
  }
  .mobile-footer .footer-menu-bottom li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .mobile-footer .footer-menu-bottom li a {
    text-align: center;
    font-size: 12px;
  }
  .mobile-footer .footer-menu-bottom li a .icon {
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .mobile-footer .footer-menu-bottom li a img {
    display: block;
    margin: 2px auto;
    height: 24px;
  }
  .mobile-footer .footer-menu-bottom li a .mob-footer-cart-icon {
    width: 50px;
    position: absolute;
    height: 50px;
    background: #36B0C9 !important;
    top: 0;
    left: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
  }
  .mobile-footer .footer-menu-bottom li a .mob-footer-cart-icon img {
    filter: brightness(0) invert(1);
  }
  .mobile-footer .footer-menu-bottom li a .cart-link {
    margin-top: 23px;
    display: block;
    text-align: center;
  }
  .mobile-footer .footer-menu-bottom li a.active {
    color: #36B0C9;
    font-weight: 600;
  }
  .mobile-footer .footer-menu-bottom li a.active .icon {
    background-color: #36B0C9;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .mobile-footer .footer-menu-bottom li a.active .icon img {
    height: 20px;
    filter: brightness(0) invert(1);
  }
  .footer-social-icons {
    text-align: center;
  }
  .mob-pb-100 {
    padding-bottom: 130px !important;
  }
}
.new-links {
  text-align: center;
  align-items: center;
  justify-content: end;
}
.new-links li {
  text-align: center;
  margin-right: 20px;
}
.new-links li a span {
  font-size: 12px;
}
.new-links li a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.sub-header {
  width: 100%;
  height: 260px;
  max-height: 260px;
  position: relative;
}
.sub-header .sub-header-image img {
  width: 100%;
  height: 100%;
}
.sub-header .sub-header-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 100%;
}
.sub-header .sub-header-content h2 {
  max-width: 1140px;
  margin: 0px auto;
  text-align: center;
}
.sub-header .share-link {
  font-weight: 500;
}
.sub-header .share-link .share-link-img {
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.sub-header .share-link:hover .share-link-img {
  filter: none;
}

.sub-header-nav .navbar-brand .logo {
  filter: none;
}
.sub-header-nav .user-icon {
  filter: none;
}
.sub-header-nav .navbar-nav .nav-link {
  color: #282828 !important;
  margin-left: 1.5rem;
  position: relative;
  padding: 1rem 0rem;
}
.sub-header-nav .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0.1em;
  bottom: 10px;
  left: 0;
  background-color: transparent;
  transition: all 0.7s ease;
}
.sub-header-nav .navbar-nav .nav-link.active, .sub-header-nav .navbar-nav .nav-link:hover {
  color: #36B0C9;
}
.sub-header-nav .navbar-nav .nav-link.active::before, .sub-header-nav .navbar-nav .nav-link:hover::before {
  width: 100%;
  background-color: #36B0C9;
}
.sub-header-nav .navbar-nav .nav-link .cart-icon {
  filter: none;
}
.sub-header-nav .navbar-nav .nav-link.dropdown-toggle:hover::before {
  content: none;
}
.sub-header-nav .navbar-nav .nav-link.dropdown-toggle.dropdown-menu .dropdown-item {
  font-size: 14px;
}
.sub-header-nav .navbar-nav .nav-link.dropdown-toggle.dropdown-menu .dropdown-item:active {
  background-color: #36B0C9;
}

.dropdown-item {
  font-size: 14px;
}
.dropdown-item:active {
  background-color: #36B0C9;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #021252;
  }
  100% {
    background-color: #021252;
  }
}
@media screen and (min-width: 250px) and (max-width: 768px) {
  .sub-header {
    height: 200px;
    max-height: 210px;
  }
  .sub-header .sub-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 90%;
  }
  .sub-header .sub-header-content h2 {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .sub-header-nav .navbar-brand .logo {
    filter: none;
  }
  .sub-header-nav .navbar-nav .nav-link {
    color: white;
    margin-left: 0px;
    position: relative;
    padding: 1rem 0rem;
  }
  .sub-header-nav .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0.1em;
    bottom: 10px;
    left: 0;
    background-color: transparent;
    transition: all 0.7s ease;
  }
  .sub-header-nav .navbar-nav .nav-link.active, .sub-header-nav .navbar-nav .nav-link:hover {
    color: white;
  }
  .sub-header-nav .navbar-nav .nav-link.active::before, .sub-header-nav .navbar-nav .nav-link:hover::before {
    width: 100%;
    background-color: white;
  }
  .sub-header-nav .navbar-nav .nav-link .cart-icon {
    filter: none;
  }
  .sub-header-nav .navbar-nav .nav-link.dropdown-toggle:hover::before {
    content: none;
  }
  .sub-header-nav .navbar-nav .nav-link.dropdown-toggle.dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  .sub-header-nav .navbar-nav .nav-link.dropdown-toggle.dropdown-menu .dropdown-item:active {
    background-color: #36B0C9;
  }
}
.login-card {
  background-color: #FAFAFA;
  border: 0px;
  border-radius: 8px;
}
.login-card .login-picture-wrapper {
  height: 100%;
  position: relative;
}
.login-card .login-picture-wrapper .login-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .login-card {
    background-color: #FAFAFA;
    border: 0px;
    border-radius: 8px;
  }
  .login-card .login-picture-wrapper {
    height: 100%;
    position: relative;
  }
  .login-card .login-picture-wrapper .login-image img {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 8px 0px 0px;
  }
}
.about-values {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #36B0C9;
  background: #FFF;
  width: 100%;
  padding: 10px;
  height: 100%;
  font-weight: 600;
  color: #36B0C9;
  font-size: 0.938rem;
}

.vision-mission-card {
  border-radius: 8px;
  background-color: #FAFAFA;
  border: 0;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .vision-mission-card img {
    width: 46px;
  }
}
.project-cards {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border: 0px;
  height: 100%;
}
.project-cards.project-cards-h-auto {
  height: auto !important;
}
.project-cards .image-wrapper {
  position: relative;
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 300px;
}
.project-cards .image-wrapper .card-img-top {
  border-radius: 8px 8px 0px 0px;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.project-cards .image-wrapper .left-content {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.project-cards .image-wrapper .left-content .contribute-percentage {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #36B0C9;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.project-cards .image-wrapper .right-content {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.project-cards .image-wrapper .right-content .share-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #65baaf;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.project-cards .image-wrapper-list {
  position: relative;
  border-radius: 8px 0px 0px 8px;
  width: 100%;
  height: 100%;
}
.project-cards .image-wrapper-list .card-img-top {
  border-radius: 8px 0px 0px 8px;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.project-cards .image-wrapper-list .left-content {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.project-cards .image-wrapper-list .left-content .contribute-percentage {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #36B0C9;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.project-cards .image-wrapper-list .right-content {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.project-cards .image-wrapper-list .right-content .share-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #65baaf;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.filter-wrapper {
  position: absolute;
  bottom: 15%;
  z-index: 10;
  width: 100%;
}

.grid-list-tabs {
  border: 0px;
}
.grid-list-tabs .nav-link {
  border: 0px;
  padding: 0px;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  background-color: #ffffff;
  border-radius: 8px;
}
.grid-list-tabs .nav-link .grid-list-icon {
  filter: brightness(0.2) invert(1);
}
.grid-list-tabs .nav-link.active {
  border: 1px solid #36B0C9;
  background-color: #36B0C9;
}
.grid-list-tabs .nav-link.active .grid-list-icon {
  filter: none;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .project-cards {
    margin-bottom: 15px;
  }
  .project-cards .image-wrapper-list {
    border-radius: 8px 8px 0px 0px;
  }
  .project-cards .image-wrapper-list .card-img-top {
    border-radius: 8px 8px 0px 0px;
  }
  .project-cards .image-wrapper-list::after {
    border-radius: 8px 8px 0px 0px;
  }
}
.project-detail-card {
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border: 0px;
}
.project-detail-card .project-detail-img {
  position: relative;
  border-radius: 8px 0px 0px 8px;
  width: 100%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  -o-object-fit: fill;
     object-fit: fill;
  overflow: hidden;
}
.project-detail-card .project-detail-img .right-content {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.project-detail-card .project-detail-img .right-content .share-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #65BAAF;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.project-detail-card .project-detail-img .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0px 0px 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .project-detail-card .project-detail-img {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    border-radius: 8px 8px 0px 0px;
  }
  .project-detail-card .project-detail-img .card-img-top {
    border-radius: 8px 8px 0px 0px;
    min-height: 360px;
    -o-object-fit: fill;
       object-fit: fill;
    max-height: 360px;
  }
  .project-detail-card .project-detail-img::after {
    border-radius: 8px 8px 0px 0px;
  }
}
.contribute-detail-card {
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border: 0px;
}
.contribute-detail-card .contribute-detail-img {
  position: relative;
  border-radius: 8px 0px 0px 8px;
  width: 100%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  -o-object-fit: fill;
     object-fit: fill;
  overflow: hidden;
}
.contribute-detail-card .contribute-detail-img .right-content {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.contribute-detail-card .contribute-detail-img .right-content .share-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #65BAAF;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.contribute-detail-card .contribute-detail-img .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0px 0px 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.contribute-detail-card .circular-progress {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 50%;
  color: #36B0C9;
  border: 4px solid #36B0C9;
  border-spacing: 20px;
}

@media screen and (min-width: 250px) and (max-width: 765px) {
  .contribute-detail-card .contribute-detail-img {
    border-radius: 8px 8px 0px 0px;
    height: 300px;
    min-height: 300px;
    max-height: 400px;
  }
  .contribute-detail-card .contribute-detail-img .card-img-top {
    border-radius: 8px 8px 0px 0px;
    height: 100%;
    width: 100%;
  }
  .contribute-detail-card .contribute-detail-img::after {
    border-radius: 8px 8px 0px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .contribute-detail-card .contribute-detail-img {
    border-radius: 8px 8px 0px 0px;
    height: 300px;
    min-height: 300px;
    max-height: 500px;
  }
  .contribute-detail-card .contribute-detail-img .card-img-top {
    border-radius: 8px 8px 0px 0px;
    height: 100%;
    width: 100%;
  }
  .contribute-detail-card .contribute-detail-img::after {
    border-radius: 8px 8px 0px 0px;
  }
}
.important-note-modal.modal-content,
.important-note-modal .modal-content {
  position: relative;
  background-color: #36B0C9 !important;
  color: #ffffff !important;
  border-radius: 8px;
  border: none;
}

html.theme-dark .important-note-modal .modal-content {
  background-color: #36B0C9 !important;
  color: #ffffff !important;
  border: none !important;
}

.important-note-modal .modal-body {
  padding: 24px;
}
.important-note-modal .modal-body p, .important-note-modal .modal-body strong, .important-note-modal .modal-body span, .important-note-modal .modal-body h1, .important-note-modal .modal-body h2, .important-note-modal .modal-body h3, .important-note-modal .modal-body h4, .important-note-modal .modal-body h5, .important-note-modal .modal-body h6 {
  color: #ffffff !important;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}
.important-note-modal .modal-body .btn-next, .important-note-modal .modal-body .btn-skip {
  background-color: #ffffff !important;
  color: #36B0C9 !important;
  font-weight: 600 !important;
  border: none;
  padding: 8px 32px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.important-note-modal .modal-body .btn-next:hover, .important-note-modal .modal-body .btn-skip:hover {
  background-color: rgb(242.25, 242.25, 242.25) !important;
  color: #36B0C9 !important;
}
.important-note-modal .btn-close-custom {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background-color: #36B0C9;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  z-index: 1060;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.important-note-modal .btn-close-custom:hover {
  background-color: rgb(43.2, 140.8, 160.8);
}
.important-note-modal .btn-close-custom:focus {
  outline: none;
}

[dir=rtl] .important-note-modal .btn-close-custom {
  right: auto;
  left: -15px;
}

.progressbar-circle {
  width: 64px;
  height: 64px;
  background: none;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.progressbar-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #9C9C9C;
  position: absolute;
  top: 0;
  left: 0;
}

.progressbar-circle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progressbar-circle .progress-left {
  left: 0;
}

.progressbar-circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progressbar-circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.progressbar-circle .progress-right {
  right: 0;
}

.progressbar-circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
}

.progressbar-circle .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.small-sup {
  top: 0 !important;
}

.recommended-contribute {
  border-bottom: 4px solid #6EDDF4 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.recommended-contribute.slick-initialized {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.recommended-contribute .slick-slide {
  margin: 0 10px !important;
}
.recommended-contribute .slick-list {
  margin: 0 -10px !important;
  padding: 20px 0px !important;
}

.rocommended-based-cart {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.rocommended-based-cart.slick-initialized {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.rocommended-based-cart .slick-slide {
  margin: 0 10px;
}
.rocommended-based-cart .slick-list {
  margin: 0px -10px;
  padding: 20px 0px;
}
.rocommended-based-cart .slide-items {
  border-radius: 8px;
  background: #ffffff;
  border: 0px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.rocommended-based-cart .slide-items .image-wrapper {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  -o-object-fit: fill;
     object-fit: fill;
  overflow: hidden;
  position: relative;
}
.rocommended-based-cart .slide-items .image-wrapper .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rocommended-based-cart .slide-items .image-wrapper .card-category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #36B0C9;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.rocommended-based-cart .slide-items .image-wrapper .right-content {
  position: absolute;
  top: 15px;
  right: 15px;
}
.rocommended-based-cart .slide-items .image-wrapper .right-content .share-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #65baaf;
  color: white;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.rocommended-based-cart .slide-items .image-wrapper .card-options {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
}

.cart-wrapper {
  position: relative;
  min-height: 30vh;
}
.cart-wrapper .cart-card {
  background: #fefefe;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border: 0px;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.cart-wrapper .cart-card .column {
  width: 100%;
}
.cart-wrapper .card-header {
  border-radius: 0px;
  background: linear-gradient(90deg, #36B0C9 0%, #65BAAF 100%);
  background-repeat: no-repeat;
}
.cart-wrapper .payment-partners-list {
  display: block;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}
.cart-wrapper .payment-partners-list li {
  display: inline-block;
  width: 23%;
}
.cart-wrapper .payment-partners-list li img {
  width: 36px;
}
.cart-wrapper .card-rightbar {
  background: #fefefe;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border: 0px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .cart-wrapper .cart-card .card-body {
    padding: 20px;
  }
  .cart-wrapper .cart-card .card-body .cart-item-wrapper {
    display: inline-block;
  }
  .cart-wrapper .cart-card .card-body .cart-item-wrapper .column-1 {
    width: 100%;
    display: inline-block;
  }
  .cart-wrapper .cart-card .card-body .cart-item-wrapper .column-2 {
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
  }
  .cart-wrapper .cart-card .card-body .cart-item-wrapper .column-3,
  .cart-wrapper .cart-card .card-body .cart-item-wrapper .column-4,
  .cart-wrapper .cart-card .card-body .cart-item-wrapper .column-5 {
    width: 32%;
    display: inline-block;
  }
  .cart-wrapper .cart-card .card-body .cart-item-wrapper .column-3 {
    width: 30%;
    display: inline-block;
  }
  .cart-wrapper .cart-card .card-body .cart-item-wrapper .column-4 {
    display: inline-block;
    width: 56%;
    text-align: center;
    margin: 0 auto;
  }
  .cart-wrapper .cart-card .card-body .cart-item-wrapper .column-5 {
    margin-left: auto;
    text-align: end;
    width: 10%;
  }
}
.btn-dubaipay {
  background-color: #35698b;
  color: #fff;
  border: none;
  border-radius: 1rem !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 14px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
}
.btn-dubaipay:hover {
  background-color: #36B0C9;
  border-color: #36B0C9;
  color: #FFFFFF;
}
.btn-dubaipay:hover span {
  color: #FFFFFF !important;
}
.btn-dubaipay:hover img {
  filter: brightness(0) invert(1) !important;
}
.btn-dubaipay.d-ltr {
  direction: ltr !important;
}
.btn-dubaipay.d-rtl {
  direction: rtl !important;
}

#wallet-pay {
  overflow: hidden;
  border-radius: 1rem !important;
}

.my-donation-wrapper {
  position: relative;
}
.my-donation-wrapper .print-link {
  border: 1px solid #36B0C9;
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  border-radius: 0.5rem;
  height: 50px;
  width: 50px;
}
.my-donation-wrapper .print-link:hover {
  background-color: #36B0C9;
}
.my-donation-wrapper .print-link:hover img {
  filter: brightness(0) invert(1);
}
.my-donation-wrapper .cart-table {
  vertical-align: middle;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.my-donation-wrapper .cart-table .bg-theme-color {
  border-radius: 0px;
  background-color: #36B0C9;
  padding: 16px auto;
}
.my-donation-wrapper .cart-table .bg-theme-color tr th {
  background-color: #36B0C9;
  color: white;
  font-weight: 600;
}

.receipt-modal {
  position: relative;
}
.receipt-modal .receipt-img {
  width: 120px;
  height: 120px;
}
.receipt-modal .btn-close {
  position: absolute !important;
  top: -16px;
  right: -16px;
  width: 30px;
  height: 30px;
  background-color: #36B0C9;
  opacity: 0.9;
  border-radius: 50%;
  color: #FFFFFF;
  background-image: url("/assets/uploads/images/modal-close.svg");
}
.receipt-modal .btn-close:hover {
  opacity: 1;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .cart-table th, .cart-table th {
    white-space: nowrap;
  }
  .receipt-modal .btn-close {
    top: -5px;
    right: -5px;
  }
}
.my-projects-wrapper {
  position: relative;
}
.my-projects-wrapper .top-right-content {
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 2;
}
.my-projects-wrapper .top-right-content .copy-icon-link {
  width: 36px;
  height: 36px;
  line-height: 30px;
  background-color: #36B0C9;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.my-projects-wrapper .top-right-content .copy-icon-link:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.my-projects-wrapper .top-right-content .delete-icon-link {
  width: 36px;
  height: 36px;
  line-height: 30px;
  background-color: #FAFAFA;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #DF2828;
}
.my-projects-wrapper .top-right-content .delete-icon-link:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 250px) and (max-width: 768px) {
  .my-projects-wrapper .right-content {
    left: 10px;
    right: auto;
  }
  .my-projects-wrapper .top-right-content {
    right: 10px;
    top: 10px;
  }
}
#map {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 20px #ccc;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  width: 400px;
  border-radius: 5px;
  margin-top: 7px;
}
#pac-input:focus {
  border-color: #4d90fe;
}

/* Progress Bar */
.progress-bar-dynamic {
  display: block;
  width: var(--progress-width, 0%);
}

.gallery-thumbnail {
  aspect-ratio: 1;
  cursor: pointer;
  background: #f5f5f5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-thumbnail:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.gallery-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* Glass Morphism Modal */
.modal-glass {
  backdrop-filter: blur(10px);
}
.modal-glass .modal-content {
  background: rgba(20, 20, 30, 0.8) !important;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), inset 0 1px rgba(255, 255, 255, 0.1);
}
.modal-glass .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-color: transparent;
}
.modal-glass .modal-body {
  background-color: transparent;
  padding: 1rem;
}
.modal-glass .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-color: transparent;
}

/* Image Counter Badge */
.image-counter {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

/* Carousel Image Container */
.carousel-image {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Glass Morphism Carousel Controls */
.carousel-control-glass {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 0;
}
.carousel-control-glass:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.3);
}
.carousel-control-glass .carousel-control-prev-icon,
.carousel-control-glass .carousel-control-next-icon {
  filter: brightness(1.2);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

.btn-glass-primary {
  background: rgba(13, 110, 253, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  color: white;
  transition: all 0.3s ease;
}
.btn-glass-primary:hover {
  background: rgb(13, 110, 253);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
}
.btn-glass-primary:active {
  transform: translateY(0);
}
.btn-glass-primary i {
  margin-right: 0.5rem;
}

.btn-glass-secondary {
  background: rgba(108, 117, 125, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: white;
  transition: all 0.3s ease;
}
.btn-glass-secondary:hover {
  background: rgba(108, 117, 125, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  transform: translateY(-2px);
}
.btn-glass-secondary:active {
  transform: translateY(0);
}

/* Responsive Gallery Grid */
@media (max-width: 768px) {
  .carousel-control-glass {
    width: 40px;
    height: 40px;
    opacity: 0.7;
  }
  .carousel-control-glass:hover {
    opacity: 1;
  }
  .carousel-control-prev-glass {
    left: 10px;
  }
  .carousel-control-next-glass {
    right: 10px;
  }
  .carousel-image {
    max-height: 400px;
  }
}
@media (min-width: 577px) {
  [id^=tab-print-container-] {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  [dir=rtl] [id^=print-btn-] {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media (max-width: 576px) {
  .gallery-thumbnail:hover {
    transform: scale(1.02);
  }
  .carousel-control-glass {
    width: 36px;
    height: 36px;
  }
  .image-counter {
    font-size: 12px;
  }
  .carousel-image {
    max-height: 300px;
  }
  [id^=print-btn-] {
    width: 100%;
    flex: 1 1 100% !important;
    margin-top: 0.5rem;
    margin-left: 0 !important;
  }
  [id^=tab-print-container-] {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }
  .nav.nav-pills {
    flex: 1 1 100% !important;
  }
}
/* Icon Styles */
i {
  margin: 0 2px 0 2px;
  color: #1bd8d8;
}

.fa-phone,
.fa-whatsapp {
  font-size: 23px;
}

.fa-apple,
.fa-google-play {
  color: #fff !important;
}

/* Contact and Social Styles */
.phone-number,
.social-handle {
  font-size: 25px;
  font-weight: bolder;
}

.social-handle {
  font-size: 22px;
  font-weight: bolder;
  color: #325674;
}

.badge-app {
  background-color: #202A44;
  color: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.bg-section-6 .footer-section {
  font-size: 17px;
  font-weight: 700;
  color: #325674;
}

.bg-6-footer {
  font-size: 23px;
}

.sidebar-card {
  border: 0px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

#sidebarCart .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
#sidebarCart .modal-dialog .modal-content {
  border-radius: 0px;
}
#sidebarCart .modal-dialog .sidebar-card {
  border-radius: 8px;
  overflow: hidden;
}

.radio-slider {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.75s ease-in-out;
}
.radio-slider.slick-track {
  opacity: 0 !important;
}
.radio-slider.slick-initialized {
  opacity: 1;
  transition: all 0.75s ease-in-out;
  visibility: visible;
}
.radio-slider.slick-initialized.slick-track {
  opacity: 1 !important;
}
.radio-slider .slick-slide {
  margin: 0 10px;
}
.radio-slider .slick-list {
  margin: 0 -10px;
  padding: 20px 5px;
}
.radio-slider .radio-img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}

.zakat-calculator-page {
  padding: clamp(1rem, 3vw, 3.75rem) 0;
  background-color: transparent;
}
.zakat-calculator-page .container-fluid {
  padding-inline: clamp(1rem, 5vw, 5rem);
}
.zakat-calculator-page .zakat-calculator-layout {
  align-items: stretch;
}
.zakat-calculator-page .zakat-calculator-layout > aside {
  display: flex;
  flex-direction: column;
}
.zakat-calculator-page .zakat-calculator-layout .zakat-aside-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.zakat-calculator-page .zakat-calculator-layout .zakat-aside-container:has(.zakat-summary-card--list):has(.zakat-loader:not(.d-none)) .zakat-summary-wrapper {
  filter: blur(4px);
  opacity: 0.65;
  pointer-events: none;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.zakat-calculator-page .zakat-calculator-layout .zakat-aside-container:has(.zakat-summary-card--list):has(.zakat-loader:not(.d-none)) .zakat-loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(2px);
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 575.98px) {
  .zakat-calculator-page .zakat-calculator-layout .zakat-aside-container:has(.zakat-summary-card--list):has(.zakat-loader:not(.d-none)) .zakat-loader {
    border-radius: 10px;
  }
}
.zakat-calculator-page .zakat-panel,
.zakat-calculator-page .zakat-summary-card {
  height: 100%;
  border-radius: 25px;
  background-color: #FFFFFF;
  border: 1px solid #dbeaf0;
  box-shadow: 0 18px 44px rgba(2, 18, 82, 0.06);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
@media (max-width: 575.98px) {
  .zakat-calculator-page .zakat-panel,
  .zakat-calculator-page .zakat-summary-card {
    border-radius: 10px;
  }
}
.zakat-calculator-page .zakat-panel {
  overflow: hidden;
}
.zakat-calculator-page .zakat-tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #dbeaf0;
  scrollbar-width: thin;
  scrollbar-color: rgba(54, 176, 201, 0.42) transparent;
  -webkit-overflow-scrolling: touch;
}
.zakat-calculator-page .zakat-tabs {
  width: 100%;
  flex-wrap: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
}
.zakat-calculator-page .zakat-tabs .nav-item {
  flex: 1 0 auto;
}
.zakat-calculator-page .zakat-tabs .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 46px;
  padding: 0.75rem clamp(0.85rem, 1.2vw, 1.25rem);
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #282828;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28.8px;
  white-space: nowrap;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease;
}
@media (max-width: 767.98px) {
  .zakat-calculator-page .zakat-tabs .nav-link {
    min-height: 44px;
    padding: 0.7rem 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .zakat-calculator-page .zakat-tabs .nav-link {
    gap: 0.35rem;
    padding: 0.65rem 1rem;
  }
}
.zakat-calculator-page .zakat-tabs .nav-link::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 2px;
  background-color: transparent;
  transition: background-color 180ms ease;
}
.zakat-calculator-page .zakat-tabs .nav-link:hover, .zakat-calculator-page .zakat-tabs .nav-link:focus-visible {
  color: #021252;
  font-weight: 500;
  background-color: rgba(54, 176, 201, 0.06);
}
.zakat-calculator-page .zakat-tabs .nav-link:focus-visible {
  outline: 2px solid rgba(54, 176, 201, 0.34);
  outline-offset: -2px;
}
.zakat-calculator-page .zakat-tabs .nav-link.active {
  color: #021252;
  font-weight: 500;
  background-color: rgba(54, 176, 201, 0.12);
}
.zakat-calculator-page .zakat-tabs .nav-link.active::after {
  background-color: #36B0C9;
}
.zakat-calculator-page .zakat-tabs .nav-link.active .zakat-tab-icon {
  opacity: 1;
  filter: none;
}
.zakat-calculator-page .zakat-tab-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.72;
  filter: grayscale(1);
  transition: opacity 180ms ease, filter 180ms ease;
}
@media (max-width: 575.98px) {
  .zakat-calculator-page .zakat-tab-icon {
    width: 16px;
    height: 16px;
  }
}
.zakat-calculator-page .zakat-tab-content {
  min-height: 292px;
}
.zakat-calculator-page .zakat-form {
  padding: clamp(1rem, 2.5vw, 1.5rem);
}
.zakat-calculator-page .zakat-form-title {
  margin-bottom: clamp(1.1rem, 2vw, 1.35rem);
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28.8px;
}
.zakat-calculator-page .zakat-field .form-label {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.35rem;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 28.8px;
}
.zakat-calculator-page .zakat-field .form-label span {
  color: #d44949;
}
.zakat-calculator-page .zakat-field .form-control,
.zakat-calculator-page .zakat-field .form-select {
  width: 100%;
  min-height: clamp(40px, 4vw, 42px);
  padding: 0.25rem 0;
  color: #282828;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(54, 176, 201, 0.42);
  border-radius: 0;
  box-shadow: none;
  font-size: clamp(0.82rem, 1vw, 0.84rem);
  text-overflow: ellipsis;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease;
}
.zakat-calculator-page .zakat-field .form-control::-moz-placeholder, .zakat-calculator-page .zakat-field .form-select::-moz-placeholder {
  color: #7b8a92;
}
.zakat-calculator-page .zakat-field .form-control::placeholder,
.zakat-calculator-page .zakat-field .form-select::placeholder {
  color: #7b8a92;
}
.zakat-calculator-page .zakat-field .form-control:focus,
.zakat-calculator-page .zakat-field .form-select:focus {
  color: #282828;
  background-color: transparent;
  border-color: #36B0C9;
  box-shadow: 0 2px 0 rgba(54, 176, 201, 0.12);
}
.zakat-calculator-page .zakat-field .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2336b0c9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='2 5 8 11 14 5'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.25rem center !important;
  background-size: 14px !important;
  padding-inline-start: 0.75rem;
  padding-inline-end: 2rem;
  cursor: pointer;
  white-space: nowrap;
}
[dir=rtl] .zakat-calculator-page .zakat-field .form-select {
  background-position: left 0.25rem center !important;
}
.zakat-calculator-page .zakat-field .form-select option {
  padding-inline-start: 0.75rem;
}
.zakat-calculator-page .zakat-submit-btn {
  min-width: 260px;
  margin-top: 1.75rem;
  padding-inline: 2.5rem;
}
@media (max-width: 767.98px) {
  .zakat-calculator-page .zakat-submit-btn {
    width: 100%;
    min-width: 0;
    margin-top: 1.35rem;
  }
}
.zakat-calculator-page .zakat-summary-card {
  display: none;
  width: 100%;
  height: auto;
  min-height: 210px;
  padding: clamp(1.25rem, 2.5vw, 2.35rem);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px;
  border: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3e%3crect x='1' y='1' width='99.4%25' height='99.4%25' fill='none' rx='25' ry='25' stroke='%2336b0c9' stroke-width='1.5' stroke-dasharray='10 10' stroke-linecap='square'/%3e%3c/svg%3e");
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .zakat-calculator-page .zakat-summary-card {
    min-height: 0;
  }
}
.zakat-calculator-page .zakat-summary-card--empty,
.zakat-calculator-page .zakat-summary-card--loading {
  display: flex;
  height: 100%;
  min-height: 430px;
}
@media (min-width: 992px) {
  .zakat-calculator-page .zakat-summary-card--empty,
  .zakat-calculator-page .zakat-summary-card--loading {
    min-height: 0;
  }
}
@media (max-width: 991.98px) {
  .zakat-calculator-page .zakat-summary-card--empty,
  .zakat-calculator-page .zakat-summary-card--loading {
    min-height: 320px;
  }
}
@media (max-width: 767.98px) {
  .zakat-calculator-page .zakat-summary-card--empty,
  .zakat-calculator-page .zakat-summary-card--loading {
    min-height: 280px;
  }
}
@media (max-width: 575.98px) {
  .zakat-calculator-page .zakat-summary-card--empty,
  .zakat-calculator-page .zakat-summary-card--loading {
    min-height: 240px;
  }
}
.zakat-calculator-page.is-calculated .zakat-summary-card--empty {
  display: none;
}
.zakat-calculator-page.is-calculated .zakat-summary-card--list {
  display: flex;
}
.zakat-calculator-page .zakat-summary-card--list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: start;
  border-radius: 25px;
  border: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3e%3crect x='1' y='1' width='99.4%25' height='99.4%25' fill='none' rx='25' ry='25' stroke='%2336b0c9' stroke-width='1.5' stroke-dasharray='10 10' stroke-linecap='square'/%3e%3c/svg%3e");
  box-shadow: none;
  padding: clamp(1.25rem, 2vw, 2rem);
  width: 100%;
  height: auto;
  min-height: 430px;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-list-header {
  background: none;
  color: #021252;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 1.25rem;
  box-shadow: none;
  width: 100%;
}
[dir=rtl] .zakat-calculator-page .zakat-summary-card--list .zakat-list-header {
  text-align: center;
  font-family: "Cairo", "Inter", sans-serif;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-list-items {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.25rem;
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  border-bottom: 1px solid #dbeaf0;
  gap: 0.75rem;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-list-item:last-child {
  border-bottom: none;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-list-item .zakat-item-name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  text-transform: capitalize;
  flex: 1;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-list-item .zakat-item-value {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-item-actions {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid rgba(54, 176, 201, 0.4);
  color: #36B0C9;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  padding: 0;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-action-btn i {
  font-size: 14px;
  transition: color 0.25s ease-in-out;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-action-btn svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.2;
  transition: stroke 0.25s ease-in-out;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-action-btn:hover {
  background-color: #36B0C9;
  border-color: #36B0C9;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(54, 176, 201, 0.2);
}
.zakat-calculator-page .zakat-summary-card--list .zakat-total-gray-box {
  background-color: #f3f7f9;
  border-radius: 10px;
  padding: 10px 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(54, 176, 201, 0.08);
}
.zakat-calculator-page .zakat-summary-card--list .zakat-total-value-line {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #021252;
  text-align: center;
  margin-bottom: 1.25rem;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-pay-btn-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-pay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 150px;
  height: 42px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-pay-btn span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-pay-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 1.5px;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-pay-btn i, .zakat-calculator-page .zakat-summary-card--list .zakat-pay-btn svg {
  transition: transform 0.25s ease-in-out;
}
.zakat-calculator-page .zakat-summary-card--list .zakat-pay-btn:hover i, .zakat-calculator-page .zakat-summary-card--list .zakat-pay-btn:hover svg {
  transform: scale(1.05);
}
.zakat-calculator-page .zakat-summary-empty-icon {
  width: clamp(68px, 6vw, 82px);
  height: clamp(68px, 6vw, 82px);
  margin-bottom: clamp(1.5rem, 3vw, 2.1rem);
  -o-object-fit: contain;
     object-fit: contain;
}
.zakat-calculator-page .zakat-summary-empty-total {
  display: grid;
  gap: 0.15rem;
  color: #282828;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.18;
}
.zakat-calculator-page .zakat-summary-empty-total span,
.zakat-calculator-page .zakat-summary-empty-total strong {
  display: block;
  color: #282828;
  font-weight: 800;
}
.zakat-calculator-page .zakat-summary-title {
  margin-bottom: clamp(1.5rem, 3vw, 2.1rem);
  color: #282828;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
}
.zakat-calculator-page .zakat-summary-icon {
  width: 42px;
  height: 42px;
  color: #36B0C9;
  fill: none;
  animation: zakat-summary-spin 1.4s linear infinite;
}
.zakat-calculator-page .zakat-summary-grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 46px;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 2.15rem;
  color: #282828;
  line-height: 1.2;
}
.zakat-calculator-page .zakat-summary-grid span {
  display: block;
  margin-bottom: 0.45rem;
  color: #36B0C9;
  font-size: 0.78rem;
  font-weight: 600;
}
.zakat-calculator-page .zakat-summary-grid strong {
  display: block;
  color: #282828;
  font-size: 0.78rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .zakat-calculator-page .zakat-summary-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .zakat-calculator-page .zakat-summary-grid strong {
    word-break: break-word;
  }
  .zakat-calculator-page .zakat-summary-grid .zakat-summary-icon {
    order: -1;
  }
}
.zakat-calculator-page .zakat-summary-message {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.15rem;
}
.zakat-calculator-page .zakat-summary-message p {
  color: #282828;
  font-size: 0.82rem;
  line-height: 1.35;
}
@media (max-width: 767.98px) {
  .zakat-calculator-page .zakat-summary-message {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .zakat-calculator-page .zakat-summary-message .zakat-summary-icon {
    order: -1;
  }
}
.zakat-calculator-page .zakat-donate-btn {
  min-width: 150px;
  padding-inline: 1.75rem;
}
@media (max-width: 767.98px) {
  .zakat-calculator-page .zakat-donate-btn {
    width: 100%;
    max-width: 260px;
  }
}

@keyframes zakat-summary-spin {
  to {
    transform: rotate(360deg);
  }
}
html.theme-dark .zakat-calculator-page .zakat-panel,
html.theme-dark .zakat-calculator-page .zakat-summary-card {
  background-color: #111c2b;
  border-color: rgba(86, 205, 229, 0.24);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
html.theme-dark .zakat-calculator-page .zakat-tabs-wrapper {
  border-color: rgba(86, 205, 229, 0.18);
}
html.theme-dark .zakat-calculator-page .zakat-tabs .nav-link {
  color: rgba(255, 255, 255, 0.82);
}
html.theme-dark .zakat-calculator-page .zakat-tabs .nav-link:hover, html.theme-dark .zakat-calculator-page .zakat-tabs .nav-link:focus-visible {
  color: #56cde5;
  background-color: rgba(86, 205, 229, 0.08);
}
html.theme-dark .zakat-calculator-page .zakat-tabs .nav-link.active {
  color: #56cde5;
  background-color: rgba(86, 205, 229, 0.12);
}
html.theme-dark .zakat-calculator-page .zakat-form-title,
html.theme-dark .zakat-calculator-page .zakat-field .form-label,
html.theme-dark .zakat-calculator-page .zakat-summary-title,
html.theme-dark .zakat-calculator-page .zakat-summary-empty-total,
html.theme-dark .zakat-calculator-page .zakat-summary-empty-total span,
html.theme-dark .zakat-calculator-page .zakat-summary-empty-total strong,
html.theme-dark .zakat-calculator-page .zakat-summary-grid strong,
html.theme-dark .zakat-calculator-page .zakat-summary-message p {
  color: #FFFFFF;
}
html.theme-dark .zakat-calculator-page .zakat-field .form-control,
html.theme-dark .zakat-calculator-page .zakat-field .form-select {
  color: #FFFFFF;
  border-color: rgba(86, 205, 229, 0.38);
}
html.theme-dark .zakat-calculator-page .zakat-field .form-control::-moz-placeholder, html.theme-dark .zakat-calculator-page .zakat-field .form-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
html.theme-dark .zakat-calculator-page .zakat-field .form-control::placeholder,
html.theme-dark .zakat-calculator-page .zakat-field .form-select::placeholder {
  color: rgba(255, 255, 255, 0.52);
}
html.theme-dark .zakat-calculator-page .zakat-field .form-control:focus,
html.theme-dark .zakat-calculator-page .zakat-field .form-select:focus {
  color: #FFFFFF;
  border-color: #56cde5;
  box-shadow: 0 2px 0 rgba(86, 205, 229, 0.16);
}
html.theme-dark .zakat-calculator-page .zakat-field .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2356cde5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='2 5 8 11 14 5'/%3e%3c/svg%3e") !important;
}
html.theme-dark .zakat-calculator-page .zakat-field .form-select option {
  color: #FFFFFF;
  background-color: #172131;
}
html.theme-dark .zakat-calculator-page .zakat-summary-card {
  background-color: #111c2b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3e%3crect x='1' y='1' width='99.4%25' height='99.4%25' fill='none' rx='25' ry='25' stroke='%2356cde5' stroke-width='1.5' stroke-dasharray='10 10' stroke-linecap='square'/%3e%3c/svg%3e") !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list {
  background-color: #111c2b;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3e%3crect x='1' y='1' width='99.4%25' height='99.4%25' fill='none' rx='25' ry='25' stroke='%2356cde5' stroke-width='1.5' stroke-dasharray='10 10' stroke-linecap='square'/%3e%3c/svg%3e") !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list .zakat-list-header {
  color: #ffffff;
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list .zakat-list-item {
  border-bottom-color: rgba(86, 205, 229, 0.15);
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list .zakat-list-item .zakat-item-name {
  color: rgba(255, 255, 255, 0.7);
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list .zakat-list-item .zakat-item-value {
  color: #ffffff;
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list .zakat-action-btn {
  background-color: transparent;
  border-color: rgba(86, 205, 229, 0.35);
  color: #56cde5;
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list .zakat-action-btn:hover {
  background-color: #56cde5;
  border-color: #56cde5;
  color: #111c2b;
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list .zakat-total-gray-box {
  background-color: rgba(86, 205, 229, 0.05);
  border-color: rgba(86, 205, 229, 0.15);
  color: #ffffff;
}
html.theme-dark .zakat-calculator-page .zakat-summary-card--list .zakat-total-value-line {
  color: #56cde5;
}
html.theme-dark .zakat-calculator-page .zakat-summary-icon {
  color: #56cde5;
}
html.theme-dark .zakat-calculator-page .zakat-aside-container:has(.zakat-summary-card--list):has(.zakat-loader:not(.d-none)) .zakat-loader {
  background-color: rgba(17, 28, 43, 0.65) !important;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  body {
    font-size: 0.8rem;
    line-height: 1.8rem;
  }
  .container {
    max-width: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .container {
    max-width: 90%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 1rem;
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 250px) and (max-width: 768px) {
  body,
  html {
    padding-bottom: 34px;
    font-size: 15px;
  }
  .theme-tabs .nav-item {
    margin-right: 0px !important;
  }
  .w-250 {
    width: 400px !important;
  }
  .cart-table td,
  .cart-table th {
    min-width: 100px !important;
  }
  .sub-header-nav .navbar-nav .nav-link {
    color: white !important;
  }
  .sub-header-nav .navbar-nav .nav-link.active {
    color: white !important;
    font-weight: bold;
  }
  .new-links {
    text-align: center;
  }
  .new-links li {
    text-align: center;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .new-links li a span {
    font-size: 12px;
  }
  .new-links li a img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 250px) and (max-width: 1024px) {
  body,
  html {
    padding-bottom: 0px;
    font-size: 15px;
  }
  .ramadan-create-lamp {
    display: none;
  }
  .ramadan-footer-lamp {
    width: 300px;
  }
  .radio-tab-contents {
    padding-right: 20px !important;
  }
  .img-100 {
    width: 56px;
    height: 56px;
  }
  .form-select,
  .form-control,
  .btn {
    font-size: 0.938rem;
  }
  .p-40 {
    padding: 1.25rem !important;
  }
  .pt-40 {
    padding-top: 1.25rem !important;
  }
  .pb-40 {
    padding-bottom: 1.25rem !important;
  }
  .py-40 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mt-40 {
    margin-top: 1.25rem !important;
  }
  .mb-40 {
    margin-bottom: 1.25rem !important;
  }
  .my-40 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .py-60 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .my-60 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .btn-wrapper {
    display: none;
  }
  .navbar-collapse.show html {
    overflow: hidden !important;
  }
  .filter-wrapper {
    margin-top: 20px;
    position: relative;
  }
  .col {
    flex: 100% !important;
    margin-bottom: 15px;
  }
  .table-responsive::-webkit-scrollbar {
    display: none;
  }
  .navbar-brand {
    text-align: center;
  }
  .theme-tabs .nav-item {
    margin-bottom: 15px;
  }
  .theme-tabs .nav-item:last-child {
    margin-bottom: 0px;
  }
  .container {
    max-width: 95% !important;
  }
  .fixed-top {
    position: relative;
  }
  .footer {
    background-color: #021252;
    background-image: none;
  }
  .text-32 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .contribute-carousel .slick-slide,
  .categories-carousel .slick-slide {
    margin: 0 5px;
    padding: 5px;
  }
  .ps-100 {
    padding-left: 0px;
  }
  .footer-links-horizontal {
    margin-top: 15px;
  }
  .footer-links-horizontal li {
    margin-left: 0px !important;
  }
  .footer-links-horizontal li img {
    margin-right: 5px;
  }
  .footer-social-icons li {
    margin-left: 10px !important;
  }
  .footer-social-icons img {
    margin-right: 10px;
  }
  .footer .footer-cta {
    top: -1.5%;
  }
  .text-12 {
    font-size: 0.875rem !important;
  }
  .floating-icon-left {
    position: relative;
  }
  .floating-icon-left a {
    position: absolute;
    background-color: #36B0C9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 15px !important;
    bottom: 100px !important;
  }
  .floating-icon-right {
    position: relative;
  }
  .floating-icon-right a {
    right: 15px !important;
    bottom: 100px !important;
  }
  .ramadan-mubarak-logo {
    width: 140px !important;
    margin-bottom: 10px !important;
    display: block;
    margin: 0 auto;
  }
  .cart-count {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 16px;
    height: 16px;
    background-color: #021252;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 8px;
    line-height: 20px;
  }
  .hero-image img {
    margin-top: 0px !important;
  }
  .contribute-sms-btn {
    padding: 6px 12px !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    border: 1px solid #dee2e6;
  }
  .contribute-sms-btn:hover, .contribute-sms-btn:focus {
    background: #36B0C9 !important;
    color: #FFFFFF !important;
  }
  .contribute-sms-logo {
    max-height: 40px !important;
  }
  .navbar-nav .dropdown-menu {
    position: absolute !important;
  }
  .cart-recommended {
    font-size: 16px;
  }
  .mt-8 {
    margin-top: 0px !important;
  }
  .project-stepper {
    display: block;
    text-align: center !important;
  }
  .project-stepper li {
    width: 18.5%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .project-stepper li span {
    padding: 10px !important;
    font-size: 10px;
  }
  .project-stepper li p {
    color: #d9d9d9;
    text-align: center;
    font-size: 10px !important;
    line-height: 16px;
  }
  .project-stepper li.active span {
    border: 3px solid #36B0C9;
    color: #36B0C9;
  }
  .project-stepper li.active p {
    color: #36B0C9;
  }
  .project-stepper li.active::after {
    background-color: #36B0C9;
  }
  .project-stepper li::after {
    content: "";
    position: absolute;
    width: 30% !important;
    height: 2px;
    background-color: #d9d9d9;
    top: 50% !important;
    left: 90% !important;
  }
  .project-stepper li:last-child::after {
    content: none;
  }
  .font-10 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
}
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
  color: #282828;
  font-size: 0.938rem;
  line-height: 1.8rem;
  text-align: left;
}

[dir=rtl] body {
  font-family: "Bahij", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Inter", sans-serif;
}

[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {
  margin: 0px;
  font-family: "Bahij", sans-serif;
}

p {
  margin: 0px;
  color: #282828;
}

a {
  text-decoration: none;
  color: #282828;
}
a:hover {
  cursor: pointer;
}

hr {
  border-color: #D9D9D9;
  margin: 15px 0px;
}

.badge {
  border-radius: 4px !important;
  padding: 0.3rem;
}

.bg-primary {
  background-color: #36B0C9 !important;
  border-color: #36B0C9 !important;
}

.dropdown-menu[data-bs-popper] {
  top: 80% !important;
}

.dropdown-item {
  direction: ltr;
}

[dir=rtl] .dropdown-item {
  direction: rtl;
}

[dir=rtl] .dropdown-menu[data-bs-popper] {
  transform: none !important;
  right: 0 !important;
}

.link-gray {
  padding: 15px 30px;
  background-color: #D9D9D9;
  border-radius: 8px;
  transition: all 0.7s ease-in-out;
}
.link-gray:hover {
  background-color: #36B0C9;
}
.link-gray:hover img {
  filter: brightness(0) invert(1);
}
.link-gray img {
  width: 16px;
}

.progress {
  height: 20px;
}
.progress .progress-bar {
  min-width: 20px;
  background-color: #36B0C9;
  line-height: 20px;
  height: 20px;
}

.text-muted {
  color: #9C9C9C !important;
}

.img-200 {
  width: 200px;
}

.edit-button:hover {
  cursor: pointer;
}

.container-fluid {
  padding: 0px;
}

.container {
  max-width: 90%;
  margin: 0 auto;
}

.on-hover-theme-color {
  color: #282828;
}
.on-hover-theme-color:hover {
  color: #36B0C9;
}

.create-project-section .image-wrapper {
  position: relative;
  border-radius: 8px 0px 0px 8px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 700px;
  overflow: hidden;
}
.create-project-section .image-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0px 0px 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-100 {
  width: 100px;
  height: 100px;
}

.w-100px {
  width: 100px;
}

.w-85 {
  width: 85% !important;
}

.theme-tabs {
  border: 0px;
  text-align: center;
  display: block;
}
.theme-tabs .nav-item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.theme-tabs .nav-item .nav-link {
  border: 0px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  color: #D9D9D9;
}
.theme-tabs .nav-item .nav-link:hover {
  border: 1px solid #36B0C9;
  color: #36B0C9;
}
.theme-tabs .nav-item .nav-link.active {
  border: 0px;
  color: #FFFFFF;
  background-color: #36B0C9;
}

#linkVerifier {
  background-color: #36B0C9;
}

.ramadan-mubarak-logo {
  width: 200px;
  margin-bottom: 20px;
}

.fixed-bottom {
  z-index: 999 !important;
}

.sms-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.sms-items-container {
  text-align: center;
  display: inline-flex;
}
.sms-items-container .sms-item {
  margin: 0px 5px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.sms-items-container .sms-item:hover {
  background-color: #36B0C9;
  color: white;
}

.radio-card,
.radio-cardbottom {
  border: 0px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.user-icon {
  width: 22px;
}

.scrolled {
  background: #36B0C9;
  box-shadow: 0px 10px 20px rgba(64, 46, 112, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transform: translateY(0);
  padding: 8px 0;
}
.scrolled .navbar-toggler-icon {
  filter: brightness(0) invert(1) !important;
}
.scrolled .language-link {
  color: white;
}
.scrolled .cart-count {
  background-color: #36B0C9;
  color: #FFFFFF;
}
.scrolled input:checked + .slider {
  background-color: #36B0C9;
}
.scrolled .navbar-nav .nav-link {
  color: #1D2026;
}
.scrolled .navbar-nav .nav-link.active {
  color: #36B0C9;
}
.scrolled .navbar-nav .nav-link.active::before {
  width: 100%;
  background-color: #36B0C9;
}
.scrolled .navbar-nav .nav-link:hover {
  color: #1D2026 !important;
}
.scrolled .navbar-nav .nav-link:hover::before {
  width: 100%;
  background-color: #1D2026;
}
.scrolled .navbar-nav .nav-link.dropdown-toggle:hover {
  color: white;
}
.scrolled .navbar-nav .nav-link.dropdown-toggle:hover::before {
  content: none;
}

.navbar {
  transition: all 0.7s ease-in-out;
}

.color-highlight {
  color: #36B0C9 !important;
}

.p-40 {
  padding: 2.5rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.bg-lighter {
  background-color: #fafafa;
}

.on-hover-underline:hover {
  text-decoration: underline !important;
}

.cart-icon-lg::before {
  content: none !important;
}

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

.text-ellipse-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-link {
  color: #36B0C9;
}
.page-link.active {
  background-color: #36B0C9;
  border-color: #36B0C9;
}

.card-footer {
  background-color: transparent !important;
  border-top: 0px !important;
}

.filter-white {
  filter: brightness(0) invert(1) !important;
}

.w-30 {
  width: 30% !important;
  max-width: 30% !important;
}

.w-70 {
  width: 70% !important;
  min-width: 70% !important;
}

.w-20 {
  min-width: 20px;
}

.project-qty {
  border: 1px solid #efefef;
}

.h-70px {
  height: 50px;
}

.w-70px {
  width: 70px;
}

.img-white {
  filter: brightness(0) invert(1);
}

.h-300 {
  height: 300px;
}

.project-card-img {
  height: 300px;
  min-height: 300px;
  max-height: 360px;
  aspect-ratio: 1/1;
  max-width: 100%;
}

.img-120 {
  width: 120px;
}

.footer {
  padding-bottom: 0px;
}

.btn-white-variant {
  border-color: white;
  color: white;
}
.btn-white-variant:hover {
  background-color: white;
  color: #36B0C9;
  border-color: white;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.floating-icon-left {
  position: relative;
}
.floating-icon-left a {
  position: absolute;
  background-color: #36B0C9;
  height: 64px;
  width: 64px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 40px;
  bottom: 60px;
  text-align: center;
  animation: pulse-animation 3s infinite;
}
.floating-icon-left a img {
  width: 24px;
}

.floating-icon-right {
  position: relative;
}
.floating-icon-right a {
  position: absolute;
  background-color: #24CC63;
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: 40px;
  bottom: 60px;
  text-align: center;
  animation: pulse-animation-whatsApp 3s infinite;
}
.floating-icon-right a img {
  width: 24px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(54, 176, 201);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation-whatsApp {
  0% {
    box-shadow: 0 0 0 0px rgb(36, 204, 99);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.hide-print-logo {
  display: none;
}

.qty-selector {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 0.5rem;
}

.shimmer-card {
  position: relative;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 6px;
  height: 500px;
  overflow: hidden;
  width: 100%;
}
.shimmer-card .shimmerBG {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 1200px 100%;
}
.shimmer-card .title-line {
  height: 24px;
  border-radius: 20px;
}
.shimmer-card .shimmer-button {
  height: 50px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 15px;
}
.shimmer-card .shimmer-icon {
  height: 30px;
  width: 60px;
  border-radius: 4px;
  margin: 20px 5px;
}
@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}

.projectRecommend {
  border-color: #36B0C9 !important;
}

.recommendArrow {
  filter: none !important;
}

/* the slides */
.slick-slide {
  margin-left: 20px 10px !important;
}

/* the parent */
.slick-list {
  margin: -20px -10px !important;
}

#valid-msg {
  color: #36B0C9 !important;
}

.btn-gredient-primary {
  background: linear-gradient(90deg, #36b0c9 0%, #60e4ff 100%);
  border-color: transparent !important;
}
.btn-gredient-primary:hover {
  background: linear-gradient(90deg, #60e4ff 0%, #36b0c9 100%);
  color: white !important;
}

.border-primary {
  border-color: #36B0C9 !important;
}

.show-incdec-box {
  transition: all 0.75s ease-in-out;
  height: 50px;
  overflow: hidden;
  width: 140px;
  margin-left: auto;
  display: none;
}

.increment-img,
.decrement-img,
.empty-cart,
.delete-qty {
  cursor: pointer;
}

.border-highlight {
  border: 1px solid #36B0C9;
}

#submit_form {
  position: relative;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 6px solid transparent;
  border-top-color: rgb(255, 255, 255);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.button--loading:hover::after {
  border-top-color: #36B0C9;
}

.projectquantity {
  background: transparent !important;
  height: 40px !important;
}

.mt-8 {
  margin-top: 5.5rem;
}

.vertical-tabs {
  display: block;
  border: 0px !important;
}
.vertical-tabs .nav-link {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #36B0C9;
  border-radius: 8px !important;
  margin-bottom: 20px;
  color: #36B0C9;
}
.vertical-tabs .nav-link.active {
  background-color: #36B0C9;
  color: white;
}

.theme-border {
  border: 1px solid #36B0C9;
}

.text-theme {
  color: #36B0C9;
}

.text-theme:hover {
  color: #0c87a1 !important;
}

.h-270 {
  height: 270px !important;
}

.page-item.active span {
  background-color: #36B0C9;
  border-color: #36B0C9;
}

.page-item span {
  background-color: #ffffff;
  color: #36B0C9;
  border-color: #ffffff;
}

.text-theme {
  color: #36B0C9 !important;
}

.project-stepper {
  display: block;
  text-align: center;
  padding-left: 0px;
}
.project-stepper li {
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}
.project-stepper li span {
  border-radius: 50px;
  height: 36px;
  width: 36px;
  border: 3px solid #d9d9d9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  color: #d9d9d9;
  font-weight: 600;
}
.project-stepper li p {
  color: #d9d9d9;
  text-align: center;
  font-size: 14px;
}
.project-stepper li.active span {
  border: 3px solid #36B0C9;
  color: #36B0C9;
}
.project-stepper li.active p {
  color: #36B0C9;
}
.project-stepper li.active::after {
  background-color: #36B0C9;
}
.project-stepper li::after {
  content: "";
  position: absolute;
  width: 136%;
  height: 3px;
  background-color: #d9d9d9;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
}
.project-stepper li:last-child::after {
  content: none;
}

.h-160 {
  height: 160px;
}

.toast-close {
  position: absolute;
  right: 0;
  top: -10px;
  padding: 10px !important;
  border-radius: 50%;
  opacity: 1 !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white !important;
  color: #000000 !important;
}

.mt-8 {
  margin-top: 5.5rem;
}

.donate-now-icon {
  border-radius: 12px;
  height: 50px;
  width: 50px;
}

.img-160by140 {
  height: 140px;
  width: 160px;
  -o-object-fit: fill;
     object-fit: fill;
}

.img-120by140 {
  height: 140px;
  width: 120px;
  -o-object-fit: fill;
     object-fit: fill;
}

td,
th {
  white-space: nowrap;
}

.theme-border {
  border: 1px solid #36B0C9;
}

.accordion-button:focus {
  box-shadow: none !important;
  border: 0px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #36B0C9 !important;
  color: white !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.toaster-close {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: white;
  padding: 0.5rem;
  border-radius: 50%;
  filter: brightness(1) invert(1);
  opacity: 1 !important;
  background-size: 12px;
}

.bg-dark-blue {
  background-color: #021252;
}

.offcanvas.offcanvas-start {
  background: linear-gradient(rgb(101, 186, 175), rgb(54, 176, 201));
}

.icon-20 {
  width: 20px !important;
  height: 20px !important;
}

.offcanvas-link {
  padding-bottom: 1.5rem;
}

.offcanvas.show .navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
  display: none !important;
}

.closs-canvas {
  filter: brightness(0) invert(1);
  position: absolute;
  top: 60px;
  left: 30px;
}

.sms-logo {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.w-250 {
  width: 250px;
}

.cart-table td,
.cart-table th {
  white-space: normal !important;
  font-size: 14px;
}

.w-200px {
  width: auto;
  white-space: nowrap;
  margin-right: 10px;
}

.w-h-32 {
  width: 32px;
  height: 32px;
}

#primary {
  direction: ltr !important;
}

.LinkButton {
  direction: ltr !important;
}/*# sourceMappingURL=theme.css.map */