/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@import "fonts/Plus_Jakarta_Sans/font.css";
@import "fonts/Tajawal/stylesheet.css";
@import "variables.css";

/* general */

html[dir="rtl"] {
  --font-family: "Tajawal" !important;
}

body,
small,
.sub-menu-container .menu-item > .menu-link,
.wp-caption,
.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a,
.font-body {
  font-family: var(--font-family), "Tajawal" !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.font-primary {
  font-family: var(--font-family) !important;
}

.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.comment-content .comment-author span a,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary {
  font-family: var(--font-family) !important;
}

html,
body {
  color: var(--body-color);
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--body-color);
}
#content p {
  line-height: 1.2;
}
.text-primary {
  color: var(--primary) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}

.bg-gradient {
  --bs-gradient: var(--gradient);
  background: var(--gradient);
}

.card {
  border-radius: 10px;
}

a {
  color: var(--gray-color);
}
a:hover {
  color: var(--primary) !important;
}
.text-gray {
  color: var(--gray-color) !important;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.cursor-default {
  cursor: unset !important;
}

html[dir="rtl"] .rtl-reverse {
  transform: rotate(180deg);
}

::selection {
  background: var(--primary) !important;
}
.shadow {
  box-shadow: var(--box-shadow) !important;
}
/*===================================
 HOME PAGE
=================================== */
/* header */
.full-header .primary-menu .menu-container {
  border-right: 0px;
}
#header-wrap {
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

@media (min-width: 992px) {
  .stretched .full-header #header-wrap > .container {
    padding: 0 70px;
  }
}
#page-title {
  position: relative;
  padding: 4rem 0;
  background-color: #ffffff57;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991.5px) {
  #header .menu-link i.icon-angle-down {
    display: none;
  }
  #header .row-scroll-header.row {
    height: 225px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.menu-item.level1.sub-menu:not(.mega-menu):hover::before {
  content: "";
  bottom: 0;
  border-bottom: 5px solid var(--primary);
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .primary-menu:not(.on-click) .menu-item:hover > .sub-menu-container,
  .primary-menu:not(.on-click) .menu-item:hover > .mega-menu-content {
    margin-top: -5px;
  }
  .mega-menu-content.mega-menu-style-2 {
    width: 900px !important;
  }
}

.menu-item.level1.sub-menu:not(.mega-menu)::before {
  transition: 0.4s;
}
#logo {
  border-right: 0px !important;
  margin-right: unset !important;
  margin-inline-end: auto !important;
}
#header {
  border-bottom: 0px;
  z-index: 999999;
}
@media (max-width: 991.5px) {
  #header {
    position: sticky;
    top: 0;
  }
  .primary-menu-open #wrapper {
    transition: 0.4ms;
  }
}
.menu-link {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  text-transform: unset;
  color: var(--body-color) !important;
}
@media (min-width: 992px) {
  .sub-menu-container,
  .mega-menu-content {
    border-top: 7px solid var(--primary);
  }
}

.header-misc {
  margin-left: unset !important;
  margin-inline-start: auto;
}
html[dir="rtl"] .header-misc {
  margin-right: unset !important;
  margin-inline-end: auto;
}
.header-misc-icon > a {
  color: var(--primary);
}
.rev_slider .caption,
.rev_slider .tp-caption {
  font-family: var(--font-family) !important;
}

.menu-item .sub-menu-trigger {
  right: unset !important;
  inset-inline-end: 0 !important;
}

.ms-1 {
  margin-left: unset !important;
  margin-inline-start: 0.25rem !important;
}

.ms-2 {
  margin-left: unset !important;
  margin-inline-start: 0.5rem !important;
}

.me-1 {
  margin-right: unset !important;
  margin-inline-end: 0.25rem !important;
}

.me-4 {
  margin-right: unset !important;
  margin-inline-end: 1.5rem !important;
}

@media (min-width: 991.5px) {
  #slider {
    margin-top: -100px;
  }
}

@media (max-width: 991.5px) {
  #logo img {
    height: 30px !important;
  }

  .social-media {
    margin-top: 20px !important;
  }
  .rev_slider_wrapper,
  .tp-fullwidth-forcer {
    height: 50vh !important;
  }
}
/* scrollbar */

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #dfdfdf;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #777;
  border-radius: 5px;
}

/* footer */
#footer {
  background-color: var(--body-color) !important;
}
#footer .widget p {
  line-height: 1.2 !important;
}
.footer .footer-title {
  /* font-size: 34px; */
  font-weight: bolder;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 20px !important;
}

.footer .footer-title .line-after {
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: white;
  top: 20px;
  margin-inline-start: 20px;
}

.footer,
.footer a {
  color: #a6a7a8;
}

.footer a {
  transition: 0.4s;
}

.footer a:hover {
  color: var(--primary);
}

.footer .copyright {
  font-size: 15px;
}
.footer .copyright {
  color: white;
}
.footer .promo {
  position: absolute;
  width: 100%;
  border-radius: 10px;
  background: var(--gradient);
  margin-top: -50px;
}

.footer .promo .btn-subscribe {
  background-color: var(--body-color);
  color: #fff;
  border-radius: 8px;
  margin-inline-start: -10px !important;
}

.footer .promo .form-control {
  border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
  border-start-start-radius: 8px !important;
  border-end-start-radius: 8px !important;
  width: 250px;
}

@media only screen and (max-width: 992px) {
  .footer .promo {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .promo .form-control {
    width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  .footer .promo {
    width: 90%;
    left: 50%;
    transform: translate(-50%);
  }
}

@media only screen and (max-width: 450px) {
  .footer .footer-title .line-after {
    width: 70px;
  }

  .footer .promo {
    margin-top: -140px;
  }

  .footer .promo .form-controls {
    flex-direction: column !important;
  }

  .footer .promo .btn-subscribe {
    margin-block-start: 6px !important;
    margin-inline-start: 0 !important;
  }

  .footer .promo .form-control {
    border-start-end-radius: 8px !important;
    border-end-end-radius: 8px !important;
    border-start-start-radius: 8px !important;
    border-end-start-radius: 8px !important;
  }
}

/* content */

.btn {
  line-height: 1.7;
}
.btn-primary {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding-inline: 24px !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--dark-primary);
  border: 1px solid var(--dark-primary);
}
.btn-primary:focus {
  box-shadow: var(--box-shadow) !important;
}
.slider-bar {
  width: 100%;
  background-color: var(--primary);
  display: inline-block;
  color: white !important;
}
.slider-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--slider-overlay);
}
@media (max-width: 767px) {
  .demos-filter li {
    width: 50%;
  }
}

#rev_slider_56_1_wrapper .tp-loader.spinner3 {
  background-color: #ffffff !important;
}

.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
}

.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.21);
}

.hermes .tp-bullet:after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 1px rgb(255, 255, 255);
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.hermes .tp-bullet.selected:after {
  height: 100%;
}
.social-media {
  margin-top: 120px;
  inset-inline-end: 80px;
  position: absolute;
  display: flex;
  gap: 15px;
}

.social-media i {
  color: #fff;
  transition: 0.4s;
}

.social-media i:hover,
.footer-socials i:hover {
  color: var(--primary);
}

.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials i {
  color: #a6a7a8;
  transition: 0.4s;
}

@media only screen and (min-width: 777px) {
  .tp-parallax-wrap.rev_row_wrap {
    left: unset !important;
  }
}
.fbox-icon.boxed-icon img {
  width: 30px;
}

.fbox-icon.boxed-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fbox-border.fbox-dark .fbox-icon a {
  border-color: var(--primary);
  background-color: #f7f7f7;
}
.fbox-center .fbox-icon {
  margin-bottom: 1em;
}
/* news secion */
#news-section {
  background-image: url("../images/bg/11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#what-to-expect-section {
  background-image: url("../images/bg/11.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#news-section h3,
#news-section a {
  width: unset;
  color: var(--body-color);
}
#news-section a {
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.img-box-event img {
  object-fit: cover;
  height: 280px;
  width: 100% !important;
  border-radius: 10px;
}
.img-box-event {
  position: relative;
}

.text-grey {
  color: #7f7f7f !important;
}

.img-box img {
  object-fit: cover;
  height: 120px;
  width: 120px;
  border-radius: 10px;
}
.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--overlay);
  border-radius: 10px;
  z-index: 1;
}
.card-news {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
}

#news-section .border-inline-start {
  border-inline-start: 20px solid var(--primary) !important;
}

/* facts */

.facts .fact-card {
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  padding-block: 40px;
  transition: 0.4s;
  background: linear-gradient(
    90deg,
    var(--colorCard1) 0%,
    var(--colorCard2) 50%
  );
  transition: --colorCard1 0.3s, --colorCard2 0.3s;
  max-width: 270px;
  width: 100%;
}
.contact-card .fact-card .entry-title {
  height: 85px !important;
}

@media (max-width: 767px) {
  .facts .fact-card {
    display: flex;
    padding: 5px !important;
    gap: 12px;
    max-width: 100%;
  }

  .facts .fact-card .entry-title {
    margin-bottom: 0px !important;
    height: unset !important;
  }

  .facts .fact-card .entry-content {
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .contact-card .fact-card .entry-title {
    height: unset !important;
    margin-bottom: 0px !important;
  }
  .contact-info .fact-card .entry-content .description {
    font-size: 0.8em !important;
  }
}

#oc-facts .oc-item {
  display: flex;
  justify-content: center;
  padding-inline: 30px;
}
.facts .fact-card .icon-container {
  /* background: var(--primary); */
  background: var(--gradient);
  padding: 25px;
  border-radius: 10px;
  transition: --colorIcon1 0.3s, --colorIcon2 0.3s;
}
.facts .fact-card:hover .icon-container,
.facts .fact-card.active .icon-container {
  background: white;
}
.facts .fact-card .icon-container img {
  width: 35px;
  min-width: 35px;
}

@media (max-width: 575px) {
  .facts .fact-card .icon-container {
    padding: 12px;
  }

  .facts .fact-card .icon-container img {
    width: 26px;
    min-width: 26px;
  }
}

.facts .fact-card .icon-container .colored-icon {
  display: none;
}

.facts .fact-card .entry-content .title {
  font-size: 20px !important;
  color: var(--body-color) !important;
}

.facts .fact-card .entry-content .description {
  font-size: 20px;
  color: var(--body-color);
}

@property --colorIcon1 {
  syntax: "<color>";
  initial-value: var(--body-color);
  inherits: false;
}

@property --colorIcon2 {
  syntax: "<color>";
  initial-value: var(--light-primary);
  inherits: false;
}

@property --colorCard1 {
  syntax: "<color>";
  initial-value: #fff;
  inherits: false;
}

@property --colorCard2 {
  syntax: "<color>";
  initial-value: #fff;
  inherits: false;
}
.facts .fact-card:hover,
.facts .fact-card.active {
  --colorCard1: var(--primary);
  --colorCard2: var(--light-primary);

  cursor: grab;
}
.facts .fact-card:hover h4,
.facts .fact-card.active h4 {
  color: white;
}

.facts .fact-card:hover .icon-container,
.facts .fact-card.active .icon-container {
  --colorIcon1: #fff;
  --colorIcon2: #fff;
}

.facts .fact-card:hover .icon-container .white-icon,
.facts .fact-card.active .icon-container .white-icon {
  display: none;
}

.facts .fact-card:hover .icon-container .colored-icon,
.facts .fact-card.active .icon-container .colored-icon {
  display: block;
}

.facts .fact-card:hover .entry-content .title,
.facts .fact-card.active .entry-content .title,
.facts .fact-card:hover .entry-content .description,
.facts .fact-card.active .entry-content .description {
  color: #fff !important;
}
@media (max-width: 767px) {
  .facts .fact-card .entry-content .title {
    font-size: 16px !important;
  }
  .fact-card .entry-content .description {
    font-size: 14px !important;
  }
}

.homepage-carousel .fact-card .entry-content .description {
  font-size: 1rem !important;
  color: var(--gray-color) !important;
}
@media (min-width: 767px) {
  .contact-info .fact-card .entry-content .description {
    color: var(--gray-color) !important;
    font-size: 1.1rem !important;
  }
}

.facts-carousel .owl-nav .owl-prev,
.facts-carousel .owl-nav .owl-next {
  display: block !important;
  opacity: 1 !important;
  box-shadow: var(--box-shadow) !important;
  width: 40px;
  height: 40px;
}

.facts .facts-carousel .owl-nav .owl-prev {
  top: unset !important;
  left: unset !important;
  right: unset !important;
  inset-inline-start: unset !important;
  inset-inline-end: 60px !important;
}

.facts .facts-carousel .owl-nav .owl-next {
  top: unset !important;
  left: unset !important;
  right: unset !important;
  inset-inline-end: 10px !important;
}

/* survey cards */
.survey-section .home-cards-section {
  background-color: #f2f2f2;
  padding-block: 80px !important;
}

.survey-section .about-box {
  position: relative;
  border: 1px solid #cecece;
  background-color: #fff;
  border-radius: 10px;
  padding-block-end: 40px;
  padding-inline-start: 40px;
  padding-inline-end: 20px;
  margin-bottom: 16px;
  height: 340px;
  transition: 0.4s;
  overflow: hidden;
}

.survey-section .about-box:hover {
  box-shadow: var(--box-shadow) !important;
  border-top: 10px solid var(--primary);
}

.survey-section .about-box .box-bg img {
  position: absolute;
  width: 100%;
  height: 150px !important;
  background-repeat: no-repeat;
  background-size: 150px;
  opacity: 0.2;
}

.survey-section .about-box .icon-container {
  --colorCard2: var(--light-primary);

  background: var(--primary);
  background: var(--gradient);
  padding: 15px;
  border-radius: 50%;
  margin-top: 40px;
}

.survey-section .about-box .icon-container .box-icon {
  width: 35px;
  height: 35px;
}

.survey-section .about-box .title {
  color: var(--body-color) !important;
}

.survey-section .about-box .paragraph {
  color: #7f7f7f;
  height: 70px;
  line-height: 1.2 !important;
}

.survey-section .about-box .link {
  color: #7f7f7f;
  position: relative;
}

.survey-section .about-box .link i {
  position: absolute;
}

.survey-section .about-box:hover .link {
  color: var(--primary);
}

.survey-section .about-box .box-bg img.user-img {
  top: 0;
  inset-inline-end: -35%;
  transform: rotate(-90deg);
}

.survey-section .about-box .box-bg img.decisions-img {
  top: -5%;
  inset-inline-end: -45%;
  transform: rotate(-90deg);
}

.survey-section .about-box .box-bg img.document-img {
  top: 0;
  inset-inline-end: -45%;
  transform: rotate(-90deg);
}

.survey-section .about-box .box-bg img.anouncement-img {
  top: -5%;
  inset-inline-end: -45%;
  transform: rotate(90deg) rotateX(180deg);
}

.survey-section .about-box .box-bg img.three-users-img {
  top: -8%;
  inset-inline-end: -30%;
  transform: rotate(-90deg);
}

.survey-section .about-box .box-bg img.administrative-img {
  top: 0;
  inset-inline-end: -45%;
  transform: rotate(-90deg);
}

html[dir="rtl"] .survey-section .about-box .box-bg img.user-img,
html[dir="rtl"] .survey-section .about-box .box-bg img.decisions-img,
html[dir="rtl"] .survey-section .about-box .box-bg img.three-users-img,
html[dir="rtl"] .survey-section .about-box .box-bg img.document-img,
html[dir="rtl"] .survey-section .about-box .box-bg img.administrative-img {
  transform: rotate(90deg) rotateY(180deg);
}

html[dir="rtl"] .survey-section .about-box .box-bg img.anouncement-img {
  transform: rotate(-90deg) rotateX(180deg) rotateY(180deg);
}

/* municipalities section */
.municipalities-bg {
  background-image: url("../images/bg/8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 80px;
}
.municipalities-carousel-section {
  padding-block: 50px;
}

.municipalities-carousel-section .section-title {
  color: var(--body-color) !important;
}

.municipalities-carousel-section .municipality-card img {
  height: 140px;
  filter: grayscale(1);
  transition: 0.4s;
  object-fit: contain;
}

.municipalities-carousel-section .municipality-card:hover img {
  filter: grayscale(0);
}

.details-icons a {
  color: #fff;
  transition: 0.4s;
}

.details-icons a:hover {
  color: var(--primary);
}

@media only screen and (min-width: 768px) {
  .municipalities-carousel-section .municipalities-carousel .owl-nav .owl-prev,
  .municipalities-carousel-section .municipalities-carousel .owl-nav .owl-next {
    display: block !important;
    opacity: 1 !important;
    box-shadow: var(--box-shadow) !important;
    width: 40px;
    height: 40px;
  }

  .municipalities-carousel-section .municipalities-carousel .owl-nav .owl-prev {
    left: unset !important;
    right: unset !important;
    inset-inline-start: 10px !important;
    inset-inline-end: 60px !important;
  }

  .municipalities-carousel-section .municipalities-carousel .owl-nav .owl-next {
    left: unset !important;
    right: unset !important;
    inset-inline-end: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .municipalities-carousel-section .municipality-card img {
    height: 80px;
  }
}

.municipality-card a {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: end;
}

@media (max-width: 767.5px) {
  .municipality-card a {
    height: 170px;
  }
}
/* contact card */
.contact-card {
  background-image: url("../images/bg/9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media (max-width: 575px) {
  .contact-card {
    margin-bottom: 20px;
  }
}

@media (min-width: 991.5px) {
  /* search */
  .top-search-form input {
    box-shadow: none !important;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 1em !important;
    /* padding: 10px 80px 10px 0 !important; */
    height: 24px;
    background-color: transparent !important;
    color: #333;
    font-weight: 100;
    margin-top: 0 !important;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
    background-color: white !important;
    /* margin: 20px 20px; */
    border-radius: 10px;
  }

  .top-search-open .top-search-parent #logo,
  .top-search-open .top-search-parent .primary-menu,
  .top-search-open .top-search-parent .header-misc > *:not(#top-search) {
    opacity: 1 !important;
  }
  .top-search-form {
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
  }
  .sticky-header-shrink .top-search-form {
    top: 60px !important;
    transition: 0.4s;
  }

  .top-search-form input::placeholder {
    color: #333;
    text-transform: lowercase;
  }
  .top-search-form input {
    color: #333 !important;
  }
}

.bg-color,
.bg-color #header-wrap {
  background-color: var(--primary) !important;
}

.first-section-container .first-section {
  height: 450px;
  background-image: url(../images/bg/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: var(--slider-overlay);
}

.first-section-container {
  position: relative;
  z-index: 3;
}
.first-section-container .content {
  background-color: #fff;
  margin-inline: 175px;
  padding: 40px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  top: 300px;
  position: absolute;
  max-height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.first-section-container .content .shadow-bottom {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 10%,
    rgba(255, 255, 255, 0.8) 20%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 0.6) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.4) 60%,
    rgba(255, 255, 255, 0.3) 70%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

.first-section-container .content.active {
  max-height: unset !important;
  overflow: unset;
}

.first-section-container .content.active .shadow-bottom {
  display: none;
}

.first-section-container .first-section .content h2 {
  color: var(--body-color) !important;
}

@media only screen and (min-width: 1800px) {
  #map-section {
    padding-top: 150px !important;
    padding-bottom: 500px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .first-section-container .content {
    margin-inline: 30px;
    font-size: 0.8em;
  }
  #map-section {
    padding-top: 200px !important;
    padding-bottom: 500px !important;
  }
}

@media only screen and (max-width: 992px) {
  .top-search-form .form-control::placeholder {
    color: #f2f2f2 !important;
  }

  a#top-search-trigger i.icon-line-cross {
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px) {
  .first-section-container .content {
    padding-inline: 15px;
    top: 300px;
  }
  #map-section {
    padding-top: 150px !important;
    padding-bottom: 500px !important;
  }
}

@media only screen and (max-width: 575px) {
  .first-section-container .content {
    padding-inline: 15px;
    top: 200px;
  }
  #map-section {
    padding-top: 200px !important;
    padding-bottom: 500px !important;
  }
}

/*===================================
 MUNICIPALITIES LISTING PAGE
=================================== */
.lebanon-map path:hover {
  transition: 0.4s;
  fill: var(--body-color);
}

.color-box {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.color-box.navy {
  background-color: var(--primary);
}

.color-box.gray {
  background-color: #d3d3d3;
}

#map-section {
  background-image: url("../images/bg/13.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 250px;
  padding-bottom: 500px;
}
/* municipalities picture */
.municipality-pic-box {
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 16px;
  height: 300px;
  transition: 0.4s;
  background-color: white;
}

.municipality-pic-box:hover {
  box-shadow: var(--box-shadow) !important;
  border: 1px solid var(--primary);
  border-top: 10px solid var(--primary);
}

.municipality-pic-box .title {
  margin-bottom: 12px;
  color: var(--body-color);
  font-size: 20px;
  font-weight: bold;
}

.municipality-pic-box .content {
  margin: 16px;
  position: relative;
}

.municipality-pic-box .content img {
  border-radius: 10px;
  width: 100%;
  height: 160px;
}

.municipality-pic-box .content .overlay {
  position: absolute;
  width: 100%;
  height: 160px;
  border-radius: 10px;
  background: var(--overlay);
}

#municipalities-listing {
  margin-top: -500px;
  padding-bottom: 100px;
}

.municipality-logo-box {
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 16px;
  height: 300px;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}

.municipality-logo-box:hover {
  box-shadow: var(--box-shadow) !important;
  border-top: 12px solid var(--primary);
}

.municipality-logo-box .title {
  margin-bottom: 12px;
  color: var(--body-color);
  font-size: 20px;
  font-weight: bold;
}

.municipality-logo-box .content {
  padding: 16px;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
}

.municipality-logo-box .content img {
  border-radius: 10px;
  max-height: 140px;
}

.municipalities-about-us .first-section {
  background-image: url(../images/bg/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: var(--slider-overlay);
}

@media only screen and (min-width: 1440px) {
  .municipalities-about-us .content-row-2 {
    height: 67% !important;
  }
  .municipalities-about-us .content-row-1 {
    height: 8% !important;
  }
  .municipalities-about-us .content-row-3 {
    height: 25% !important;
  }
}

@media (max-width: 991.5px) {
  .municipalities-about-us .first-section {
    padding-bottom: 200px;
  }
  .municipalities-about-us p {
    font-size: 12px;
  }
  .municipalities-about-us {
    position: relative;
  }
  .municipalities-about-us .content-row-3 {
    bottom: 0;
    position: absolute;
    background-color: var(--slider-overlay);
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 991.5px) {
  .municipalities-about-us .first-section {
    height: 850px;
  }
  .municipalities-about-us .content-row-2 {
    height: 60%;
    align-items: center;
  }
  .municipalities-about-us .content-row-1 {
    height: 10%;
  }
  .municipalities-about-us .content-row-3 {
    height: 30%;
    background-color: var(--slider-overlay);
    padding-inline: 125px;
  }
}

#oc-details-municipalities-slider .img-box img {
  width: 120px !important;
}
#oc-details-municipalities-slider .img-box {
  display: flex;
  justify-content: center;
}

#oc-details-municipalities-slider .img-box.overlay {
  width: 120px !important;
  height: 120px !important;
}

#oc-details-municipalities-slider .owl-item {
  display: flex;
  justify-content: center;
}

#oc-details-municipalities-slider .owl-carousel .owl-nav [class*="owl-"] {
  background-color: transparent !important;
  border: 0px !important;
  margin-top: -45px;
  box-shadow: none !important;
  font-size: 20px;
}
@media (max-width: 991.5px) {
  #oc-details-municipalities-slider .facts-carousel .owl-nav .owl-prev {
    left: calc(1 * var(--owl-nav-sizes));
  }
  #oc-details-municipalities-slider .facts-carousel .owl-nav .owl-next {
    right: calc(1 * var(--owl-nav-sizes));
  }
}

.decision-box {
  border: 1px solid #cecece;
  border-radius: 8px;
  transition: 0.4s;
}

.decision-box .icon-content {
  min-width: 50px;
}

.decision-box .description-content {
  color: var(--gray-color);
}

.decision-box .description-content .title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.decision-box:hover {
  border-inline-start: 14px solid var(--primary);
}

.btn-outline-secondary {
  border-color: #cecece !important;
  color: #cecece;
}

.btn-outline-secondary:hover {
  background-color: #cecece;
}

#touristic-places {
  background-color: #f2f2f2;
}

.section-title {
  font-size: 40px !important;
  color: #192f44 !important;
}
@media (max-width: 575px) {
  .touristic-place-card {
    height: 170px !important;
  }
}
.touristic-place-card {
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  height: 280px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  background: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.touristic-place-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 2;

  background: var(--overlay);
}

.touristic-place-card .entry-content .title {
  font-size: 20px !important;
  color: #fff !important;
  position: relative;
  z-index: 3;
}

.touristic-places-carousel .owl-nav .owl-prev,
.touristic-places-carousel .owl-nav .owl-next {
  display: block !important;
  opacity: 1 !important;
  box-shadow: var(--box-shadow) !important;
  width: 40px;
  height: 40px;
}

.touristic-places-carousel .owl-nav .owl-prev {
  top: unset !important;
  left: unset !important;
  right: unset !important;
  inset-inline-start: unset !important;
  inset-inline-end: 60px !important;
}

.touristic-places-carousel .owl-nav .owl-next {
  top: unset !important;
  left: unset !important;
  right: unset !important;
  inset-inline-end: 10px !important;
}

/*===================================
 TOURISTIC GUOIDE PAGE
=================================== */
#touristic .touristic-place-card {
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  height: 280px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  background: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#touristic .touristic-place-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 2;
  background: var(--overlay);
}

#touristic .touristic-place-card .entry-content .title {
  color: #fff !important;
  position: relative;
  z-index: 3;
}

#touristic .touristic-guide-section .section-title-container button i {
  left: 6px;
  top: 6px;
}

#touristic .place-card {
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s !important;
  border: 1px solid #fff;
}

#touristic .place-card:hover {
  border-inline-start: 14px solid var(--primary);
}

#touristic .place-card img {
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
}

#touristic .place-card .content {
  padding-inline: 10px;
}

#touristic .place-card .content p {
  color: #7f7f7f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#touristic .place-card .content .link {
  color: #7f7f7f;
  transition: 0.4s;
}

#touristic .place-card .content .link:hover {
  color: var(--primary);
}

#touristic .btn-outline-secondary {
  border-color: #cecece !important;
  color: #cecece;
}

#touristic .btn-outline-secondary:hover {
  background-color: #cecece;
  color: white;
}

#touristic .map-view-container input {
  border-radius: 10px;
}

.search-option {
  display: inline-block;
  border-radius: 25px;
  background: var(--gradient) !important;
  padding-block: 10px;
  padding-inline: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}

.search-option.secondary {
  background: #eee !important;
  color: var(--body-color) !important;
}

#touristic .map-view-container .search-option:hover {
  cursor: pointer;
  box-shadow: var(--box-shadow);
}

/* Map Styles */
#touristic .mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 720px;
}

#touristic .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 720px;
}

#touristic .gmap_iframe {
  height: 720px !important;
}
/* Map Styles End */

@media only screen and (min-width: 992px) {
  #touristic.w-lg-50 {
    width: 50% !important;
  }

  .sub-menu-container .sub-menu-container .sub-menu-container {
    left: unset !important;
    inset-inline-start: 100% !important;
  }

  .sub-menu-container .menu-link div > i.icon-angle-down {
    right: unset !important;
    inset-inline-end: 0 !important;
  }

  .mega-menu-style-2 .sub-menu-container .menu-item:hover > .menu-link {
    padding-left: unset !important;
    padding-inline-start: 12px !important;
  }

  html[dir="rtl"] .sub-menu-container .menu-link div > i.icon-angle-down {
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 992px) {
  #touristic .place-card img {
    height: 180px;
  }
}

@media only screen and (min-width: 767px) {
  #touristic .touristic-guide-carousel .owl-nav .owl-prev,
  #touristic .touristic-guide-carousel .owl-nav .owl-next {
    display: block !important;
    opacity: 1 !important;
    box-shadow: var(--box-shadow) !important;
    width: 40px;
    height: 40px;
  }

  #touristic .touristic-guide-carousel .owl-nav .owl-prev {
    top: unset !important;
    left: unset !important;
    right: unset !important;
    inset-inline-start: unset !important;
    inset-inline-end: 60px !important;
  }

  #touristic .touristic-guide-carousel .owl-nav .owl-next {
    top: unset !important;
    left: unset !important;
    right: unset !important;
    inset-inline-end: 10px !important;
  }

  .side-tabs .tab-nav li {
    text-align: start !important;
  }
}

.scrol-turistic-places {
  height: 720px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 991.5px) {
  .scrol-turistic-places {
    height: 500px;
  }
}
.municipality-details-item:hover {
  cursor: pointer;
}

.media-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
}

.media-viewer .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.media-viewer .content img {
  width: 50vw;
  height: 50vh;
  border-radius: 10px;
}

.media-viewer .exit-media {
  display: flex;
  padding-inline-end: 15px;
  padding-block-start: 15px;
}

.media-viewer i {
  color: #fff;
  transition: 0.4s;
  margin-inline-start: auto;
}

.media-viewer i:hover {
  cursor: pointer;
  color: var(--primary);
}

.media-viewer .go-next {
  position: absolute;
  inset-inline-end: 10px;
  top: 50%;
}

.media-viewer .go-prev {
  position: absolute;
  inset-inline-start: 10px;
  top: 50%;
}

@media only screen and (max-width: 575px) {
  .media-viewer .content img {
    width: 80vw;
    height: 50vh;
  }
}

.mapouter {
  position: relative;
}

.map-card-description {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 250px;
  height: 290px;
  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;
}

.map-card-description p {
  height: 150px;
  padding-inline: 5px;
  text-align: start;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .map-card-description {
    top: 70%;
    left: 50%;
  }
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: var(--primary) !important;
}

#news-carousel .owl-nav .owl-prev {
  display: block !important;
  opacity: 1 !important;
  left: unset !important;
  right: unset !important;
  inset-inline-start: unset !important;
  inset-inline-start: calc(calc(-2.5 * var(--owl-nav-sizes)) / 2) !important;
}

#news-carousel .owl-nav .owl-next {
  display: block !important;
  opacity: 1 !important;
  left: unset !important;
  right: unset !important;
  inset-inline-end: calc(calc(-2.5 * var(--owl-nav-sizes)) / 2) !important;
}
@media (max-width: 767px) {
  #news-carousel .owl-nav .owl-prev {
    inset-inline-start: calc(calc(-0.2 * var(--owl-nav-sizes)) / 2) !important;
  }
  #news-carousel .owl-nav .owl-next {
    inset-inline-end: calc(calc(-0.2 * var(--owl-nav-sizes)) / 2) !important;
  }
}

#announcements-slider .owl-nav .owl-prev {
  display: block !important;
  opacity: 1 !important;
  left: unset !important;
  right: unset !important;
  inset-inline-start: unset !important;
  inset-inline-start: calc(calc(-2.5 * var(--owl-nav-sizes)) / 2) !important;
}

#announcements-slider .owl-nav .owl-next {
  display: block !important;
  opacity: 1 !important;
  left: unset !important;
  right: unset !important;
  inset-inline-end: calc(calc(-2.5 * var(--owl-nav-sizes)) / 2) !important;
}

@media (max-width: 575px) {
  .announcements-carousel-section .row {
    padding-inline: 50px;
  }
}
.news-card {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: var(--box-shadow);
}

.news-card:hover {
  border-inline-start: 10px solid var(--primary);
}

.news-card .link {
  transition: 0.4s;
}

.news-card .link:hover {
  color: var(--primary) !important;
}

.news-card .slide {
  height: 100%;
}

.news-card .slide img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.news-card .flex-control-nav {
  top: 90%;
  left: 50%;
  transform: translate(-50%, -10%);
}

.news-card p,
.announcement-card p,
.decision-card p.description {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
}

.news-card h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 80px;
  margin-bottom: 15px;
}

.news-card .categories,
.announcement-card .municipalities,
.decision-card .municipalities {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
}

.news-card span:not(.categories) {
  height: 16px;
}

.announcement-card h4,
.decision-card h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  margin-bottom: 15px;
}

.page-link {
  color: var(--primary) !important;
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
  background-color: var(--primary) !important;
}

.faq-container .toggle-active .toggle-header {
  color: var(--primary) !important;
}

@media only screen and (max-width: 575px) {
  .faq-container {
    padding-bottom: 50px;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7f7f7f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-color: #f2f2f2 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 10px !important;
}
.form-control:not(textarea) {
  height: 40px;
}
.form-control:active,
.form-control:focus {
  border-color: #e1e1e1 !important;
}

.place-details-map {
  height: 500px;
}

.about-us-container img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.about-us-container p {
  color: var(--gray-color);
  line-height: 1.5 !important;
  text-align: justify;
}

@media (max-width: 575px) {
  .map-scalled {
    max-width: 300px;
  }
}
@media (min-width: 545px) {
  .map-scalled {
    max-width: 600px;
  }
}

@media (min-width: 1200px) {
  .map-scalled {
    max-width: 1000px;
  }
}

#gotoTop:hover {
  background-color: var(--primary) !important;
}

/*tabs   */
.tab-nav.tab-nav2 li a {
  border-inline-start: 10px solid #f8f8f8;
}
.tab-nav.tab-nav2 li.ui-state-active a,
.tab-nav.tab-nav2 li:hover a {
  background-color: white;
  color: var(--body-color);
  border-inline-start: 10px solid var(--primary);
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%) !important;
}

.tab-nav.tab-nav2 li a {
  transition: 0.4ms;
}
.tab-nav li a {
  display: block;
  padding: 0px 15px;
  color: var(--gray-color);
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8 !important;
  font-weight: bold;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .side-tabs .tab-nav {
    width: 350px;
  }
}
@media (max-width: 767.5px) {
  .tab-nav {
    flex-direction: column;
  }
  .tab-nav.tab-nav2 li {
    margin-left: 0px;
  }
}
.details-slider .slide {
  border-radius: 10px;
}

.details-slider .flex-direction-nav {
  display: none !important;
}

.details-slider .slide img {
  border-radius: 10px;
}

.details-slider .slide img {
  height: 400px !important;
  object-fit: cover;
}

.details-slider .flex-control-nav {
  top: 90%;
  left: 50%;
  transform: translate(-50%, -10%);
}

.details-slider .bg-overlay {
  background: var(--overlay);
}

.details-content {
  text-align: justify;
  color: var(--gray-color);
  padding-block: 20px;
}

.details-socials {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.details-socials i {
  color: var(--gray-color);
  transition: 0.4s;
}

.details-socials i:hover {
  color: var(--primary);
}

.details-last img {
  width: 80px !important;
  height: 60px;
}

.details-last .icon-content {
  min-width: 80px;
}

.button-primary {
  text-transform: capitalize;
  letter-spacing: 0;
  background-color: var(--primary) !important;
}

.btn-link {
  color: var(--primary);
  text-decoration: underline !important;
  transition: 0.4s;
}

.btn-link:hover {
  color: var(--body-color);
}
.what-to-expect-card img {
  height: 50px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.what-to-expect-card {
  border: 1px solid #cecece;
  border-radius: 8px;
  transition: 0.4s;
}

.banner-carousel .owl-nav .owl-prev {
  left: unset !important;
  right: unset !important;
  inset-inline-start: -15px !important;
}

.banner-carousel .owl-nav .owl-next {
  left: unset !important;
  right: unset !important;
  inset-inline-end: -15px !important;
}
.news-side img {
  height: 90px;
}
.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb {
  left: unset !important;
  right: unset !important;
  inset-inline-start: auto !important;
  inset-inline-end: 15px !important;
}

html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right !important;
  padding-right: unset !important;
  padding-inline-end: 0.5rem !important;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: unset !important;
  padding-inline-start: 0.5rem !important;
}

html[dir="rtl"] .form-select {
  background-position: left 0.75rem center;
}

.touristic-guide-carousel .owl-stage-outer,
.touristic-places-carousel .owl-stage-outer {
  border-radius: 10px;
}

.touristic-guide-carousel .owl-item .touristic-place-card,
.touristic-places-carousel .owl-item .touristic-place-card {
  transition: 0.7s !important;
}

.touristic-guide-carousel .owl-item .touristic-place-card,
.touristic-places-carousel .owl-item .touristic-place-card {
  background-size: 100% 100% !important;
}

.touristic-guide-carousel .owl-item .touristic-place-card:hover,
.touristic-places-carousel .owl-item .touristic-place-card:hover {
  background-size: 110% 110% !important;
}

.touristic-place-card.active .overlay {
  border: 4px solid var(--primary);
  border-radius: 10px;
}

.bg-image {
  background-image: url("../images/bg/12.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.bg-from {
  background-image: url("../images/bg/11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.transaction-map-content .fluid-width-video-wrapper {
  height: 250px;
}

.contact-info-container {
  background-color: #f2f2f2;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
}

.contact-info-container .contact-box {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
}

.contact-info-container .contact-box .icon-container {
  background: var(--gradient);
  padding-inline: 28px;
  padding-block: 25px;
  border-radius: 10px;
}

.contact-info-container .contact-box .description {
  padding-inline-start: 8px;
  color: #000;
}

.contact-info-map-container {
  background-color: #f2f2f2;
}

.contact-info-map-container iframe {
  border-start-start-radius: 0 !important;
  border-end-start-radius: 0 !important;
}

@media only screen and (max-width: 992px) {
  .contact-info-map-container iframe {
    border-start-start-radius: 10px !important;
    border-end-start-radius: 10px !important;
  }

  .mega-menu .menu-link div {
    position: relative;
  }

  .mega-menu > .menu-link div::after,
  .mega-menu .menu-item.sub-menu > .menu-link div::after {
    content: "";
    position: absolute;
    height: 140%;
    width: 10px;
    inset-block-start: -20%;
    inset-inline-end: 20px;
    border-left: 1px solid #aaa;
  }
}

span.badge.badge-done {
  background: #5fb75f;
}

span.badge.badge-pending {
  background: #fbc607;
}

.survey-container .answer .form-label {
  text-transform: unset;
  letter-spacing: 0;
  font-weight: normal;
}

.map-view-place-card.active {
  border-inline-start: 14px solid var(--primary) !important;
}

.w-fit-content {
  width: fit-content !important;
}

.error404-wrap {
  background-blend-mode: overlay;
  background: var(--slider-overlay) !important;
}

.btn-share-page {
  background-color: white;
  color: var(--body-color) !important;
  display: flex;
  font-size: 16px !important;
  gap: 13px;
  width: fit-content;
  margin-top: 23px;
  font-weight: bold;
}
.counter {
  font-size: 22px;
}

.back-btn {
  background-color: #ffffff30;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 15px;
}

#loader {
  position: fixed;
  z-index: 99999999;
  background-color: rgb(255, 255, 255);
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1470px) {
  #header .primary-menu .menu-container .menu-item .menu-link {
    font-size: 12px !important;
    padding-inline: 8px !important;
    letter-spacing: normal !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header .primary-menu .menu-container .menu-item .menu-link {
    font-size: 11px !important;
    padding-inline: 4px !important;
    letter-spacing: normal !important;
  }

  #header #logo img {
    height: 40px !important;
  }

  #header #top-search {
    margin-inline: 0 !important;
  }

  #header .header-misc a {
    font-size: 12px !important;
  }
}

.centerMode {
  display: flex;
  justify-content: center;
}

.btn-outline-primary {
  border-radius: 7px;
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  border-radius: 7px;
  border-color: var(--primary);
  color: white;
  background-color: var(--primary);
}
