/* Add here all your CSS customizations */

body {
  font-family: var(--font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px !important;
  color: var(--body-color);
  text-transform: capitalize;
  font-weight: bold;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
  font-family: "Swissra", sans-serif !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.me-4 {
  margin-inline-end: 1.5rem !important;
}

html[dir="rtl"] .ms-3 {
  margin-right: 1rem !important;
  margin-left: 0px !important;
}

html[dir="rtl"] .form-select {
  background-position: left 0.75rem center;
}

html[dir="rtl"] .rtl-reverse {
  transform: rotate(180deg);
}

p {
  line-height: 1.5;
}

#title-section h4 {
  text-transform: none;
}

#header .header-top.header-top-default {
  background-color: var(--primary);
}

.social-media-icons {
  font-size: 20px !important;
}
#header .social-media-div {
  position: relative;
  display: flex;
  align-items: center;
}
#header .social-media-div::after {
  content: "";
  background: white;
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  inset-inline-start: 0;
}

#header .header-nav-features {
  position: relative;
  padding-inline-start: 20px;
  margin-inline-end: 10px;
}
#header .header-nav-features:before,
#header .header-nav-features:after {
  background-color: white;
}
#mainNav .dropdown {
  position: relative;
}
#mainNav .dropdown:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  inset-inline-start: 0;
  border-bottom: 4px solid var(--secondary);
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.dropdown-mega {
    position: relative;
  }
}

.bg-color-primary {
  background-color: var(--primary) !important;
}
#header .header-body {
  box-shadow: 0px 3px 20px rgba(122, 122, 122, 30%) !important;
}
#footer h4 {
  font-size: 25px !important;
  position: relative;
}

/* #footer h4::after {
  content: "";
  position: absolute;
  width: 115px;
  bottom: -20px;
  inset-inline-start: 0px;
  border-bottom: 4px solid #fff;
} */

@media (max-width: 991.5px) {
  .resp-nav-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .resp-nav-pills .nav-link {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .resp-safety {
    padding: 0px !important;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .resp-safety img {
    width: 22px;
  }
  .resp-help img {
    width: 20px;
  }

  #header .resp-header-nav-features {
    margin: 0px;
    padding: 5px;
  }
  .social-media-icons:first-child {
    padding-inline: 0px;
  }
  .social-media-icons {
    font-size: 12px !important;
    padding-inline: 11px;
  }
  #header .social-media-div::after {
    inset-inline-start: -15px;
  }
  #header .header-nav-features-toggle img {
    width: 12px;
  }
  .header-logo img {
    height: 40px !important;
  }
  #footer h4 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
  #footer h4::after {
    content: "";
    position: absolute;
    width: 80px;
    bottom: -10px;
    inset-inline-start: 0px;
    border-bottom: 2px solid #fff;
  }
}
#footer a:not(.btn):not(.no-footer-css),
#footer p {
  color: #fff;
}

#footer li {
  font-size: 1.2em;
}
#footer {
  color: #fff;
  position: relative;
}
#footer a:not(.btn):not(.no-footer-css):hover {
  color: var(--secondary);
}

#footer {
  padding-block: 50px;
}
#footer .social-i {
  font-size: 2.5em;
}

a:hover,
a.text-light:focus,
a.text-light:hover {
  color: var(--secondary) !important;
}

.submit-complain-container {
  display: flex;
  justify-content: center;
}
#footer .submit-complain {
  position: absolute;
  top: -50px;
  background-color: white;
  width: 85%;
  box-shadow: 0px 0px 20px 2px rgb(0, 0, 0, 40%);
  border-radius: 20px;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#footer .submit-complain h4 {
  color: var(--body-color);
  font-weight: normal;
  margin-top: 8px;
}
@media (max-width: 991.5px) {
  #footer .submit-complain h2 {
    font-size: 16px;
    line-height: 1.2;
  }

  #footer .submit-complain h4 {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary) var(--primary) #b3b2b2;
  color: #fff;
}
.btn {
  border-radius: 8px;
  border: 1px solid var(--primary);
  padding-inline: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.btn-primary:hover,
.btn-primary.hover {
  border: 1px solid var(--primary);
  background-color: white;
  color: var(--primary) !important;
}

.programs-card .card-img-top {
  height: 200px;
  object-fit: cover;
  border-start-end-radius: 10px;
  border-start-start-radius: 10px;
}

.programs-card.card {
  position: relative;
  border: 0px;
  box-shadow: 0px 0px 20px 0px rgb(122, 122, 122, 30%);
  border-radius: var(--border-raduis);
}

.programs-card.card .btn-read-more {
  transition: all 0.4ms ease;
}
.programs-card.card:hover .btn-read-more {
  transform: scale(1.2);
}

.programs-card.card:hover {
  box-shadow: 0px 0px 20px 0px rgb(122, 122, 122, 40%);
}

.programs-card .btn-read-more {
  position: absolute;
  bottom: -15px;
  inset-inline-end: 25px;
  font-size: 30px;
  color: white;
  background-color: var(--secondary);
  border-radius: 50%;
  padding: 10px;
}

.badge {
  font-weight: 400;
  border-radius: var(--border-raduis);
  cursor: pointer;
}
.badge-primary {
  background-color: var(--primary);
}
.badge.badge-white {
  background-color: white;
  color: var(--body-color);
}

#programs-section {
  background-color: rgb(72, 100, 123, 5%);
  padding-block: 45px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary);
}

.full-slider-image {
  position: relative;
  height: 100vh;
  min-height: fit-content;
  width: 100%;
}
.full-slider-image .img {
  position: relative;
  height: 100vh;
  min-height: fit-content;
  width: 100%;
}
.full-slider-image .content {
  position: absolute;
  top: 40vh;
  color: white;
  z-index: 2;
  max-width: 70%;
  padding-inline: 3em;
}
@media (max-width: 991px) {
  .full-slider-image .content {
    top: 10vh;
  }
}
.full-slider-image .content h1,
.full-slider-image .content p {
  color: white;
}
.full-slider-image .content h1 {
  font-size: 50px;
  max-width: 60%;
  line-height: 1.2;
  font-weight: bold;
}
.full-slider-image .img::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100vh;
  min-height: fit-content;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgb(72, 100, 123, 90%) 0%,
    rgb(255, 255, 255, 10%) 100%
  );
}

.full-slider-image .img img {
  width: 100%;
  height: 100vh;
  min-height: fit-content;
  object-fit: cover;
  position: absolute;
}

#slider-section .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#slider-section .btn.btn-secondary {
  background-color: var(--secondary);
  color: white;
  font-size: 1.1em;
  padding: 15px 30px;
  border: unset;
}

.our-centers {
  position: sticky;
  bottom: 30px;
  inset-inline-start: 100%;
  z-index: 5;
  border-radius: 50%;
  cursor: pointer;
  width: fit-content;
}

.body {
  position: relative;
}
.rounded {
  border-radius: var(--border-raduis) !important;
}
.ministry-card {
  box-shadow: 0px 0px 20px 2px rgb(0, 0, 0, 40%);
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  border-radius: var(--border-raduis);
  padding: 10px 25px;
  position: relative;
  transition: 0.4ms all ease;
  min-width: 120px;
  text-align: center;
}

.ministry-card .img-white {
  display: none;
}

.ministry-card h6 {
  height: 35px;
}
.ministry-card::after {
  content: "";
  background-size: 110%;
  background-repeat: no-repeat;
  opacity: 5%;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: var(--border-raduis);
  top: 0;
  background-position: -60px 100px;
}
.ministry-card.children::after {
  background-image: url(../images/icons/children-colored.svg);
}
.ministry-card.children:hover::after {
  background-image: url(../images/icons/children.svg);
}

.ministry-card.juvenile::after {
  background-image: url(../images/icons/Juvenile-colored.svg);
}
.ministry-card.juvenile:hover::after {
  background-image: url(../images/icons/Juvenile.svg);
}
.ministry-card.woman::after {
  background-image: url(../images/icons/woman-colored.svg);
}
.ministry-card.woman:hover::after {
  background-image: url(../images/icons/woman.svg);
}

.ministry-card.handicapped:hover::after {
  background-image: url(../images/icons/Handicapped.svg);
}
.ministry-card.handicapped::after {
  background-image: url(../images/icons/Handicapped-colored.svg);
}
.ministry-card.elderly::after {
  background-image: url(../images/icons/eldery-colored.svg);
}
.ministry-card.elderly:hover::after {
  background-image: url(../images/icons/eldery.svg);
}
.ministry-card.youth::after {
  background-image: url(../images/icons/youth-colored.svg);
}
.ministry-card.youth:hover::after {
  background-image: url(../images/icons/youth.svg);
}
.ministry-card:hover {
  background-color: var(--primary);
}

.ministry-card:hover .img-white {
  display: block;
}
.ministry-card:hover .img-colored {
  display: none;
}

.ministry-card:hover h6 {
  color: white;
}
.ministry-card:hover {
  box-shadow: none;
}

.section-about {
  background: rgb(72, 100, 123, 5%);
}

.section-about .img {
  height: 300px;
  width: 500px;
  border-radius: var(--border-raduis);
  object-fit: cover;
}
@media (max-width: 520px) {
  .section-about .img {
    height: 200px;
    width: 100%;
    border-radius: var(--border-raduis);
    object-fit: cover;
  }
}

.news-img {
  border-radius: var(--border-raduis);
  position: relative;
}

.news-img::after {
  content: "";
  top: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgb(72, 100, 123) 0%,
    rgb(255, 255, 255, 0%) 100%
  );
  border-radius: var(--border-raduis);
}
.news-img img {
  border-radius: var(--border-raduis);
  width: 100% !important;
  max-height: 400px !important;
  object-fit: cover;
}
.news-img .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 30px;
  color: white;
}
.news-img .content p {
  color: white;
}

.latest-news
  .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(
    .nav-style-3
  ):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency
  .owl-nav
  button[class*="owl-"]:not(.disabled) {
  width: 35px;
  height: 85px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-color: transparent !important;
}

.latest-news .owl-carousel .owl-nav button.owl-next:before {
  content: "\f061";
  font-size: 20px;
  color: rgb(72, 100, 123, 80%);
}

html[dir="rtl"] .latest-news .owl-carousel .owl-nav button.owl-next:before {
  content: "\f060";
}
html[dir="rtl"] .latest-news .owl-carousel .owl-nav button.owl-prev:before {
  content: "\f061";
}
.latest-news .owl-carousel .owl-nav button.owl-next {
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
}
.latest-news .owl-carousel .owl-nav button.owl-prev {
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
}
.latest-news .owl-carousel .owl-nav button.owl-prev:before {
  content: "\f060";
  font-size: 20px;
  color: rgb(72, 100, 123, 80%);
}

.latest-news
  .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(
    .nav-style-3
  ):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency
  .owl-nav
  button[class*="owl-"].disabled {
  background-color: rgba(245, 194, 71, 0.7) !important;
  opacity: unset;
  width: 35px;
  height: 85px;
}

.card-announcements {
  box-shadow: 0px 0px 20px 0px rgb(122, 122, 122, 30%);
  padding: 20px;
  border-radius: var(--border-raduis);
}

.card-announcements .title-link {
  color: var(--body-color);
}

.now-platform .img {
  height: 350px;
  width: 100%;
  border-radius: var(--border-raduis);
  object-fit: cover;
}
@media (max-width: 520px) {
  .now-platform .img {
    height: 200px;
    width: 100%;
    border-radius: var(--border-raduis);
    object-fit: cover;
  }
}
.now-platform .img-container {
  position: relative;
}
.now-platform .img-container::after {
  content: "";
  top: 0;
  inset-inline-start: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgb(72, 100, 123) 0%,
    rgb(255, 255, 255, 0%) 100%
  );
  border-radius: var(--border-raduis);
}

.now-platform .img-container .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 30px;
  color: white;
}
.now-platform .img-container .content p {
  color: white;
}

.now-platform .img-container .play-video {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.card-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgb(122, 122, 122, 30%);
  padding: 15px 30px;
  width: 200px;
  border-radius: var(--border-raduis);
  line-height: 1;
}
.counters-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.counters-container .origin-img {
  margin-top: -25px;
}
.counter-content-1 {
  position: absolute;
  top: 15%;
  inset-inline-start: 0;
}

.counter-content-2 {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
}

.counter-content-3 {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}

.action-buttons {
  position: absolute;
  inset-block-end: 20px;
  inset-inline-end: 20px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.action-buttons .btn-secondary {
  margin-bottom: 8px;
  display: inline-flex !important;
  align-items: center;
  padding: 28px 15px !important;
  text-align: start !important;
  overflow: hidden;
  width: auto;
  max-width: 56px;
  border-radius: 62px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--secondary);
  color: white;
  font-size: 1.1em;
  border: unset;
}

.action-buttons .btn-secondary:hover {
  color: #fff !important;
  max-width: 300px;
  border-radius: 8px;
}

.action-buttons .btn-secondary .icon {
  margin-inline-end: 12px;
}

.action-buttons .btn-secondary .text {
  white-space: nowrap;
  padding-inline: 16px;
}
.text-primary {
  color: var(--primary) !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 0;
    right: 0;
    width: auto;
  }
}

html[dir="rtl"] .fa-arrow-right:before {
  content: "\f060";
}

html[dir="rtl"] img[alt="arrow-right"] {
  transform: rotate(180deg);
}

html[dir="rtl"] .fa-angle-right:before {
  content: "\f104";
}
#footer {
  margin-top: 50px;
}

.form-control,
.form-select {
  border: 1px solid #ddd !important;
  border-radius: 8px;
}

.form-control::placeholder,
.form-select {
  color: #8c8c8c !important;
}

.form-control:not(textarea),
.form-select {
  height: 50px;
}

.form-select:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #ccc;
}

.search-control,
.filter-select {
  height: 50px;
  background-color: transparent !important;
  position: relative;
  border-radius: 8px;
  z-index: 2;
  color: #ccc !important;
}

.search-control {
  padding-inline-end: 60px;
}

.search-control::placeholder {
  color: #ddd !important;
}

.search-icon {
  position: absolute;
  inset-inline-end: 30px;
  inset-block-start: 12px;
  z-index: 1;
}

.filter-icon {
  position: absolute;
  inset-inline-end: 40px;
  inset-block-start: 10px;
}

#services-section .service-card .background {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url(../images/icons/Handicapped-colored.svg);
  background-repeat: no-repeat;
  background-position-x: 105%;
  background-position-y: -30px;
  z-index: 1;
}

html[dir="rtl"] #services-section .service-card .background {
  background-position-x: 15%;
}

#services-section .service-card {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: 0.4s;
  overflow: hidden;
}

#services-section .service-card:hover {
  border-inline-start: 8px solid var(--secondary);
}

.btn-transparent {
  color: var(--primary);
  border: 1px solid var(--primary);
  padding-inline: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
}

#services-section .service-card .content {
  position: relative;
  z-index: 2;
}

.btn-transparent:hover {
  border: 1px solid var(--secondary) !important;
  color: var(--primary) !important;
}

#services-section .service-card .title,
#services-section .service-card .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#services-section .service-card .title {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  height: 20px;
}

#services-section .service-card .description {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  height: 40px;
}
.html[dir="rtl"] .fa-angle-right:before {
  content: "\f104";
}

@media (max-width: 440px) {
  #header
    .header-nav-features
    .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed {
    position: fixed;
    left: 50%;
    right: unset;
    transform: translate3d(-50%, 0, 0);
  }
}

.card-feature {
  border-radius: var(--border-raduis);
}
#features {
  background-color: rgb(72, 100, 123, 5%);
}

.card-feature {
  border-radius: var(--border-raduis);
  box-shadow: 0px 0px 20px 2px rgb(0, 0, 0, 40%);
}

html[dir="rtl"] .me-2 {
  margin-left: 0.5rem;
  margin-right: 0rem !important;
}
html[dir="rtl"] .pe-5 {
  padding-right: 0rem !important;
  padding-left: 3rem;
}

#laws-section .law-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: 0.4s;
  overflow: hidden;
}

#laws-section .law-card .content h5 {
  font-size: 18px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  height: 20px;
  overflow: hidden;
}

#laws-section .law-card:hover {
  border-inline-start: 8px solid var(--secondary);
}

@media only screen and (min-width: 992px) {
  #laws-section .law-card {
    padding-block: 32px !important;
  }
}

.border-0 {
  border: 0 !important;
}

.bg-gray {
  background-color: rgba(72, 100, 123, 0.05);
}

#submit-complaint-section .container {
  border-radius: 12px;
}

#contact-us-section .info-box {
  border-radius: 12px;
  box-shadow: 0px 0px 20px 2px rgb(150, 150, 150, 40%);
}

#contact-us-section .icon-container {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-us-section .contact-us-form {
  border-radius: 12px;
}

#contact-us-section .contact-us-form .form-control,
#contact-us-section .contact-us-form .form-select {
  border: 0 !important;
}

#contact-us-section .info-box a {
  color: var(--primary);
  text-decoration: none;
}

@media only screen and (max-width: 575px) {
  #contact-us-section .icon-container {
    width: 35px !important;
    height: 35px !important;
  }

  #contact-us-section .icon-container img {
    width: 20px !important;
    height: 20px !important;
  }
}

.btn.header-btn-collapse-nav {
  border: 0px;
}

.volunteering-form {
  border-radius: 12px;
}

.volunteer-card {
  border: 1px solid #ddd;
  border-radius: 12px;
}

.volunteer-card h5,
.volunteer-card p,
.volunteer-card .location {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.volunteer-card h5,
.volunteer-card .location {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.volunteer-card p {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  height: 63x;
}

.nav-tabs {
  display: flex !important;
  border: 0;
}

.nav-tabs .nav-item .nav-link,
#news-section .nav-pills .nav-item .nav-link,
#faq-section .nav-pills .nav-item .nav-link,
#laws-section .nav-pills .nav-item .nav-link {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  color: unset;
}

.nav-tabs .nav-item .nav-link:hover,
#news-section .nav-pills .nav-item .nav-link:hover,
#faq-section .nav-pills .nav-item .nav-link:hover,
#laws-section .nav-pills .nav-item .nav-link:hover {
  background-color: unset;
  box-shadow: unset;
  border: 1px solid var(--secondary);
}

.nav-tabs .nav-item .nav-link.active,
#news-section .nav-pills .nav-item .nav-link.active,
#faq-section .nav-pills .nav-item .nav-link.active,
#laws-section .nav-pills .nav-item .nav-link.active {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  border-radius: 12px;
  color: #fff;
}

.tab-content {
  border-radius: unset;
  box-shadow: unset;
  border: unset;
}

#gallery-section .image-card,
#gallery-section .video-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  position: relative;
}

#gallery-section .image-card .img-container,
#gallery-section .video-card .img-container {
  position: relative;
}

#gallery-section .image-card .img-container::before,
#gallery-section .video-card .img-container::before,
#news-section .news-card .img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(72, 100, 123, 0.2);
}

#gallery-section .image-card img,
#gallery-section .video-card img {
  border-radius: 12px;
  object-fit: cover;
}

#gallery-section .image-card .count,
#gallery-section .video-card .count {
  position: absolute;
  top: 60%;
  inset-inline-start: 10px;
  background-color: #fff;
  color: var(--primary);
  padding-block: 4px;
  padding-inline: 16px;
  border-radius: 8px;
}

#gallery-section .image-card .content,
#gallery-section .video-card .content {
  padding: 16px;
}

#gallery-section .image-card a,
#gallery-section .video-card a {
  font-size: 18px;
  color: #7a7a7a;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

#gallery-section .video-card .img-container .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pills-tab-services .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: var(--body-color);
  gap: 1em;
  width: 150px;
  padding: 1em 1em;
  height: 100%;
  border-radius: 0px;
  font-weight: bold;
  background-color: #f2f2f2;
  width: 100%;
}
#pills-tab-services .nav-item:first-child .nav-link {
  border-start-start-radius: var(--border-raduis);
}
#pills-tab-services .nav-item:last-child .nav-link {
  border-end-start-radius: var(--border-raduis);
}

#pills-tab-services {
  border-radius: var(--border-raduis);
}

#pills-tab-services .nav {
  z-index: 2;
  border-radius: var(--border-raduis);
  box-shadow: 0px 0px 20px 0px rgb(122, 122, 122, 30%);
}

#pills-tab-services .tab-content {
  box-shadow: 0px 0px 20px 0px rgb(122, 122, 122, 30%);
  border-start-end-radius: var(--border-raduis);
  border-end-end-radius: var(--border-raduis);
  z-index: 1;
}
#pills-tab-services .nav-link.active {
  background-color: white;
  border-inline-start: 6px solid var(--secondary);
}

#pills-tab-services .nav-item {
  border-bottom: 1px solid #eee;
  width: 100%;
}
ul.circle {
  list-style-type: circle;
  margin-inline-start: -1em;
}

ul.numbers {
  list-style-type: decimal;
  margin-inline-start: -1em;
}
#news-section .news-card {
  border-radius: 12px;
  border: 1px solid #ddd;
}

#news-section .news-card .img-container {
  position: relative;
}

#news-section .news-card .img-container > img {
  border-radius: 12px;
  object-fit: cover;
}

#news-section .news-card .img-container .category {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  background-color: #fff;
  color: var(--primary);
  border-radius: 8px;
  padding-block: 4px;
  padding-inline: 12px;
}

#news-section .news-card .img-container .arrow-container {
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  bottom: -20px;
  inset-inline-end: 15px;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

#news-section .news-card .card-body a {
  font-size: 1.2em;
  color: var(--primary);
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  font-weight: bold;
}

#news-section .news-card .card-body p:first-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

#center-details-section .card a {
  color: var(--primary);
  text-decoration: none;
}

.ps-4 {
  padding-left: unset !important;
  padding-inline-start: 1.5rem !important;
}

#faq-section .accordion .card,
#former-ministers-section .accordion .card {
  border: 0 !important;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#faq-section .accordion .card .card-header,
#former-ministers-section .accordion .card .card-header {
  background-color: #fff;
  padding-block: 12px;
  border-radius: 12px;
  position: relative;
}

#faq-section .accordion .card .card-header a,
#former-ministers-section .accordion .card .card-header a {
  color: var(--primary);
  text-decoration: none;
}

#faq-section .accordion .card .card-header img,
#former-ministers-section .accordion .card .card-header img {
  position: absolute;
  top: 50%;
  inset-inline-end: 20px;
  transform: translateY(-50%);
}

#faq-section .accordion .card .card-body,
#former-ministers-section .accordion .card .card-body {
  border: 0;
  padding-block: 24px !important;
}

#faq-section .accordion .card .divider,
#former-ministers-section .accordion .card .divider {
  margin-block: 0;
  margin-inline: 8px;
  border-top: 1px solid #eee;
}

#laws-section .law-card .category {
  background-color: var(--primary);
  padding-block: 4px;
  padding-inline: 8px;
  border-radius: 8px;
  width: fit-content;
  color: #fff;
}

#former-ministers-section .accordion-container {
  position: relative;
  padding-inline-start: 40px;
}

#former-ministers-section .accordion-container:not(.last)::before {
  content: "";
  position: absolute;
  top: 35px;
  inset-inline-start: 0;
  height: 100%;
  width: 3px;
  background-color: var(--primary);
  transition: 0.2s;
}

#former-ministers-section .accordion-container.active::before {
  background: rgb(245, 194, 71);
  background: linear-gradient(
    180deg,
    rgba(245, 194, 71, 1) 0%,
    rgba(72, 100, 123, 1) 100%
  );
  transition: 0.2s;
}

#former-ministers-section .accordion-container::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: -8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  transition: 0.2s;
}

#former-ministers-section .accordion-container.active::after {
  background-color: var(--secondary);
  border: 2px solid var(--secondary);
}

#refugees-section .slider-image .img img,
.gallery-carousel .slider-image .img img {
  object-fit: cover;
}

#refugees-section .owl-stage-outer,
#refugees-section .owl-stage-outer .owl-stage,
#refugees-section .owl-stage-outer .owl-stage .owl-item,
#refugees-section .owl-stage-outer .owl-stage .owl-item .slider-image,
#refugees-section .owl-stage-outer .owl-stage .owl-item .slider-image .img,
#refugees-section .owl-stage-outer .owl-stage .owl-item .slider-image .img img,
.gallery-carousel .owl-stage-outer,
.gallery-carousel .owl-stage-outer .owl-stage,
.gallery-carousel .owl-stage-outer .owl-stage .owl-item,
.gallery-carousel .owl-stage-outer .owl-stage .owl-item .slider-image,
.gallery-carousel .owl-stage-outer .owl-stage .owl-item .slider-image .img,
.gallery-carousel .owl-stage-outer .owl-stage .owl-item .slider-image .img img {
  border-radius: 12px !important;
}

#refugees-section .slider-image .img::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  min-height: fit-content;
  width: 100%;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    rgb(72, 100, 123, 90%) 0%,
    rgb(255, 255, 255, 10%) 100%
  );
}

.gallery-carousel .slider-image .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(72, 100, 123, 0.2);
}

#refugees-section .owl-carousel .owl-dots,
.gallery-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

html[dir="rtl"] #refugees-section .owl-carousel .owl-dots,
html[dir="rtl"] .gallery-carousel.owl-carousel .owl-dots {
  transform: translateX(50%);
}

#refugees-section .statistics-card {
  padding-block: 16px;
  padding-inline: 48px;
  box-shadow: 0px 0px 20px 0px rgb(122, 122, 122, 30%);
  border-radius: 12px;
  width: fit-content;
}

#refugees-section .tabs {
  box-shadow: 0px 0px 20px 0px rgb(122, 122, 122, 30%);
  border-radius: 12px !important;
}

#refugees-section .tabs .nav.nav-tabs .nav-item .nav-link {
  background-color: #eee !important;
}

#refugees-section .tabs .nav.nav-tabs .nav-item:first-child .nav-link {
  border-start-start-radius: 12px !important;
}

#refugees-section .tabs .nav.nav-tabs .nav-item:last-child .nav-link {
  border-start-end-radius: 12px !important;
}

#refugees-section .tabs .tab-content,
#refugees-section .tabs .tab-pane {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

#refugees-section .tabs .nav.nav-tabs .nav-item .nav-link:hover {
  color: var(--primary) !important;
}

#refugees-section .tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fff !important;
  color: var(--primary);
  border: 0 !important;
  border-top: 5px solid var(--secondary) !important;
}

#refugees-section
  .tabs
  .nav.nav-tabs
  .nav-item:not(:first-child):not(:last-child)
  .nav-link.active {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.object-fit-cover {
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  #former-ministers-section .accordion-container {
    padding-inline-start: 20px;
  }
}

.limited-1 {
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.go-to-center {
  position: absolute;
  background-color: var(--secondary);
  bottom: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  inset-inline-end: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.card-center h5 {
  transition: 0.4s;
}

.card-center:hover h5 {
  color: var(--primary);
}

.card-center:hover .go-to-center {
  inset-inline-end: 4px;
}

.card-center .main-center,
.card-center .city-name,
.card-center .phone-number {
  height: 20px;
}

.card-center {
  text-decoration: none;
  height: 80px;
}
.card-center:hover {
  color: #ccc !important;
}

.centers-container::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

/* Map Styles */
#touristic .mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 720px F;
}

#touristic .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 720px;
}

#touristic .gmap_iframe {
  height: 720px !important;
}
.mapouter {
  position: relative;
}

.map-card-description {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 250px;
  height: fit-content;
  max-height: 500px;
  border-radius: 10px;
  z-index: 100;
  padding: 10px;
  border: 1px solid #eee;
}

.map-card-description img {
  width: 100%;
  height: 100px;
  border-start-start-radius: 10px;
  border-start-end-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .map-card-description {
    top: 50%;
    left: 50%;
  }
}
/* Map Styles End */

.icon-square {
  background-color: var(--secondary);
  height: 40px;
  width: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  /* border-radius: 8px; */
}
.pagg .icon-square:first-child {
  border-start-start-radius: 8px;
  border-end-start-radius: 8px;
  border-inline-end: 1px solid #f2f2f2;
}
.pagg .icon-square:last-child {
  border-start-end-radius: 8px;
  border-end-end-radius: 8px;
  border-inline-start: 1px solid #f2f2f2;
}

.pagg .icon-square h5 {
  line-height: 40px;
}

#footer .google-map,
#footer .google-map iframe {
  height: 150px;
  width: 500px;
}

@media (max-width: 1200.5px) {
  #footer .google-map,
  #footer .google-map iframe {
    height: 180px;
    width: 350px;
  }
}

@media (max-width: 990.5px) {
  #footer .footer-border-right::after {
    content: unset !important;
  }
}

#footer .footer-border-right {
  position: relative;
}
#footer .footer-border-right::after {
  content: "";
  position: absolute;
  top: 15%;
  width: 4px;
  border-radius: 5px;
  height: 60%;
  background-color: rgb(255 255 255 / 80%);
  inset-inline-end: 8px;
}

.pagg a {
  text-decoration: none;
  border: 1px solid #ddd;
  transition: 0.4s;
}

.pagg a.active {
  background-color: var(--primary) !important;
}

.pagg a:hover:not(.active) {
  background-color: var(--primary) !important;
  cursor: pointer !important;
}
