*,
p,
h1 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  color: var(--text-default);
  background-color: var(--background-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* direction: rtl; */
  overflow-x: hidden;
}

.font-regular {
  font-weight: var(--regular);
}

.font-medium {
  font-weight: var(--medium);
}

.font-semibold {
  font-weight: var(--semibold);
}

.font-bold {
  font-weight: var(--bold);
}

.display-2xl {
  font-size: var(--display-2xl);
  line-height: 90px;
}

.display-xl {
  font-size: var(--display-xl);
  line-height: 72px;
}

.display-lg {
  font-size: var(--display-lg);
  line-height: 60px;
}

.display-md {
  font-size: var(--display-md);
  line-height: 44px;
}

.display-sm {
  font-size: var(--display-sm);
  line-height: 38px;
}

.display-xs {
  font-size: var(--display-xs);
  line-height: 32px;
}

.text-xl {
  font-size: var(--text-xl);
  line-height: 30px;
}

.text-lg {
  font-size: var(--text-lg);
  line-height: 28px;
}

.text-md {
  font-size: var(--text-md);
  line-height: 24px;
}

.text-sm {
  font-size: var(--text-sm);
  line-height: 20px;
}

.text-xs {
  font-size: var(--text-xs);
  line-height: 18px;
}

.text-2xs {
  font-size: var(--text-2xs);
  line-height: 14px;
}
.our-testimonials .owl-carousel .owl-item {
  transform: scale(0.9);
}
.our-testimonials .owl-carousel .owl-item.center {
  transform: scale(1);
}
.news-advertisements .row{
    margin:0;
}

footer .uj-container {
    padding-top: var(--spacing-6xl);
    padding-bottom: var(--spacing-6xl);
    gap: var(--spacing-3xl);
    display: flex;
    flex-direction: column;
}
.services-slider{
  margin:0!important;
}
.services-slider .swiper-slide{
	height:auto;
}
.services-slider .swiper-pagination{
 position:relative;
}
.numbers-statistics p{
  color: var(--text-default);
  font-size: var(--text-md);
}
.numbers-statistics .owl-carousel .owl-stage{
  display: flex;
  gap: var(--spacing-4xl);
}
.numbers-statistics .uj-container,
.news-advertisements .uj-container{
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5xl);
}
.eservices-section .uj-container,
.university-message .uj-container,
.our-advantage-section .uj-container,
.our-testimonials .uj-container{
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5xl);
}

.eservices-section .uj-card-actions { margin-top: auto; }
.eservices-section .swiper-wrapper { display: flex; align-items: stretch; }
.eservices-section .item.uj-cards-wrapper { height: 100%; }

.eservices-section .uj-btn{
    padding:var(--spacing-none) var(--buttons-lg-padding);
    gap:var(--buttons-lg-gap);
    font-family: var(--IBM-sb);
}
.eservices-section .uj-btn:hover{
  background-color: var(--button-background-neutral-default);
}
.eservices-section .uj-card-actions .uj-btn:hover{
  background-color: var(--button-background-neutral-pressed);
}
.numbers-statistics .uj-container .stat-slider-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-2);
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* hero section */
.nds-banner-section {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  height: 563px;
  padding: 0 0 var(--spacing-7xl);
}

.nds-banner-section>img,
.nds-banner-section>video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 563px;
  -o-object-fit: fill;
  object-fit: fill;
  z-index: -1;
}

.nds-banner-section>video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 563px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(259.23deg, rgba(0, 0, 0, 0.8) 15.98%, rgba(0, 0, 0, 0.65) 50.86%, rgba(0, 0, 0, 0.5) 84.02%); */
  z-index: 2;
}

.nds-banner-section .banner-text {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    gap: var(--spacing-3xl);
    padding-bottom: unset;
}

.nds-banner-section .banner-text h1 {
  color: var(--text-oncolor-primary);
}

.nds-banner-section .banner-text p {
  color: var(--text-oncolor-primary);
  width: 765px;
}
/* 
@media (max-width: 768px) {
  section {
    padding: var(--spacing-5xl) var(--spacing-none);
  }

  .nds-banner-section .banner-text p {
    width: 100%;
  }

  .nds-banner-section>img {
    -o-object-fit: cover;
    object-fit: cover;
  }
} */

.uj-title-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl);
}
.uni-testimonials .uj-title-section{
    margin-bottom: calc(var(--spacing-3xl) - 1rem);
}
.uj-title-section-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.uj-title-section-top h1 {
  --tw-text-opacity: 1;
  color: var(--text-default);
}

/* buttons */
.uj-btn {
  appearance: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: 0px;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--buttons-lg-gap);
  box-sizing: border-box;
  overflow: hidden;
}
.news-advertisements .uj-btn{
    /* display:none; */
}
.uj-btn--lg {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding-inline: var(--buttons-lg-padding);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.uj-btn--md {
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  padding-inline: var(--buttons-md-padding);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}


.uj-btn--primary {
  background-color: var(--button-background-primary-default);
  color: var(--text-oncolor-primary);
}

.uj-btn--primary:hover {
  background: var(--button-background-primary-hovered);
  color: var(--text-oncolor-primary);
}

.uj-btn--primary:active {
  background: var(--button-background-primary-pressed);
  color: var(--text-oncolor-primary);
  outline: none;
}
.uj-btn--primary:disabled,.uj-btn--primary.disabled{
  background: var(--background-disabled);
  color: var(--text-default-disabled);
}
.uj-btn--primary:focus-visible{
  background-color: var(--button-background-primary-focused);
  color: var(--text-oncolor-primary);
  border:2px solid var(--border-black)
}

.uj-btn--neutral {
  background-color: var(--button-background-neutral-default);
  color: var(--text-default);
}

.uj-btn--neutral:hover {
  background: var(--button-background-neutral-pressed);
  color: var(--text-default);
}

.uj-btn--neutral:active {
  background: var(--button-background-neutral-pressed);
  color: var(--text-default);
  outline: none;
}
.uj-btn--neutral:disabled,.uj-btn--neutral.disabled{
  background: var(--background-disabled);
  color: var(--text-default-disabled);
}
.uj-btn--neutral:focus-visible{
  background-color: var(--button-background-neutral-focused);
  color: var(--text-default);
  border:2px solid var(--border-black)
}

.uj-btn--primary-outline {
  outline: 1px solid var(--border-neutral-primary);
  background-color: transparent;
  color: var(--text-default);
  font-family: var(--IBM-sb);
}

.uj-btn--secondary-outline {
  outline: 1px solid var(--border-neutral-secondary);
  background-color: transparent;
  color: var(--text-default);
}

.uj-btn--secondary-outline:hover,  .uj-btn--primary-outline:hover{
  background: var(--button-background-neutral-default);
  color: var(--text-default);
}

.uj-btn--secondary-outline:active {
  background: var(--button-background-neutral-selected);
  outline: 1px solid var(--border-neutral-primary);
}
.uj-btn--secondary-outline:disabled,.uj-btn--secondary-outline.disabled{
  outline: 1px solid var(--border-neutral-secondary);
  background-color: transparent;
  color: var(--text-default-disabled);
}
.uj-btn--secondary-outline:focus-visible{
  outline: 2px solid var(--border-black);
  background-color: transparent;
  color: var(--text-default);
}
.uj-btn i {
  font-size: 24px;
}
.link {
  display: inline-flex;
  padding: var(--spacing-none);
  align-items: center;
  gap: 8px;
  border-radius: var(--radius-xs);
}

.link,
.link--brand {
  color: var(--colors-brand-600);
}

.link,
.link--primary {
  color: var(--link-primary);
}

.link:hover,
.link--brand:hover {
  color: var(--colors-brand-700);
}

.link:hover,
.link--primary:hover {
  color: var(--link-primary-hovered, #54c08a);
}

.uj-tag{
  height: 24px;
  border-radius: var(--radius-sm);
  padding: var(--spacing-none) var(--spacing-md);
  gap: var(--spacing-xs);
  display: flex;
  font-size: var(--text-xs);
  align-items: center;
  font-weight: var(--medium);
  justify-content: center;
}
.uj-tag-neutral{
  background-color: var(--tag-background-neutral-light);
  border:1px solid var(--border-neutral-secondary);
  color:var(--tag-text-neutral)
}
.uj-tag-success{
  background-color: var(--tag-background-success-light);
  border:1px solid var(--tag-border-success-light);
  color:var(--tag-text-success)
}
.uj-tag-info{
  background-color: var(--tag-background-info-light);
  border:1px solid var(--tag-border-info-light);
  color:var(--tag-text-info)
}
.uj-tag-warning{
  background-color: var(--tag-background-warning-light);
  border:1px solid var(--tag-border-warning-light);
  color:var(--tag-text-warning)
}
.uj-tag-error{
  background-color: var(--tag-background-error-light);
  border:1px solid var(--tag-border-error-light);
  color:var(--tag-text-error)
}
.uj-tag-on-color{
  background-color: var(--tag-background-on-color);
  color:var(--text-oncolor-primary)
}
.tags-flex{
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}
/* static */
.uj-static-wrap {
  margin-top: var(--spacing-4xl);
}

.numbers-statistics .fa-chevron-left img, .our-advantage-section .fa-chevron-left img{
  transform: scaleX(-1);
}

.uj-static-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--card-lg-gap);
}

.uj-static-card-icon {
  display: flex;
  min-width: 56px;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: var(--icon-success);
  background-color: var(--background-brand-light);
}

.uj-static-card-icon i {
  font-size: 28px;
}

.uj-static-card .uj-static-card-number {
  color: var(--text-primary-sa-flag);
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.uj-static-card .uj-static-card-title {
  color: var(--text-display);
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin: 0;
}

.uj-substatic-head {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 252 246 / var(--tw-bg-opacity, 1));
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg) var(--spacing-xl);
  height: 100%;
}

.uj-substatic-value {
  width: 100%;
  color: #14573a;
  font-weight: 400;
  font-stretch: normal;
  margin-bottom: 15px;
}

.uj-cards-wrapper {
    width: 100%;
}

.university-message .col-12, 
.news-advertisements .col-sm-12, 
.news-advertisements .col-12{
    margin-bottom: unset;
    padding: 0;
}
.university-message .row{
    gap:var(--spacing-2xl);
    margin: 0;
}
.news-advertisements .col-sm-12.col-md-4{
    flex:1;
}
.news-advertisements .nav-link.uj-tabs2-list__item.active{
  font-weight: var(--bold);
}


.uj-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid var(--border-neutral-primary);
  padding: var(--spacing-xl);
  border-radius: var(--radius-lg);
  row-gap: var(--card-lg-gap);
  height: 100%;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(243 252 246 / var(--tw-bg-opacity, 1));
}
.bg-neutral{
  background-color: var(--background-neutral-50);
}
.uj-card .uj-card-icon {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-full);
	color: var(--icon-success);
	background-color: var(--background-brand-light);

}
.uj-card .card-info{
	display:flex;
	flex-direction:column;
	gap:var(--spacing-md);
}
.uj-card .uj-card-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-md);
}

.uj-card .uj-card-img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 270px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.uj-card .uj-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uj-card .uj-card-icon i {
  font-size: 24px;
}

.uj-card .uj-card-icon svg {
  width: 50px;
  height: 50px;
  position: relative;
  transform: translateX(10px);
}

.uj-card h3 {
	color: var(--text-display);
	text-align: start;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.uj-card .truncate {
  text-align: start;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uj-card .line-clamp-1 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.uj-card .line-clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.uj-card .line-clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.uj-card .line-clamp-4 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.uj-card p {
  margin: 0;
  color: var(--text-display);
}

.eservices-section .uj-card p{
  margin: 0;
  color: var(--text-display);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.uj-card-date-content{
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}

.hgi-stroke.hgi-link-04:before{
    font-size: 1rem;
}

footer hr{
    margin: 0 0  var(--spacing-lg);
    background-color: var(--border-oncolor-transparent-30);
}

.uj-card-date-content span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 99999px;
    background-color: var(--button-background-primary-default);
}
.uj-card-footer{
  display: flex;
    align-items: center;
    justify-content: space-between;
}

/* uj quote */
.owl-item.center .dga-quote{
  opacity: 1;
}
.dga-quote {
    display: flex;
    padding: var(--spacing-3xl);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-neutral-primary);
    opacity: 0.6;
    height: 312px;
}
.dga-quote__body {
    position: relative;
}
.dga-quote__body .dga-quote__body-content{
     display: flex;
     flex-flow: row;
     gap: var(--spacing-2xl);
     align-items: start;
     justify-content: start;
     width: 95%;
}
[dir=rtl] .dga-quote__body .dga-quote__body-content .quote-icon {
    transform: scaleX(1);
}
.dga-quote__body .dga-quote__body-content .quote-icon {
    display: block;
    max-height: 90px;
    position: relative;
    top: -40px;
    color: var(--text-primary-sa-flag, #14573a);
    text-align: right;
    font-family: "IBM Plex Sans Arabic";
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    transform: scaleX(-1);
}
.dga-quote__body .dga-quote__body-content .dga-quote__body-content__aside {
      display: flex;
    flex-flow: column;
    gap: 16px;
    align-items: start;
    justify-content: start;
}
.dga-quote__body-title {
    color: var(--text-default, #161616);
    margin: 0;
}
.dga-quote__body-desc {
    color: var(--text-primary-paragraph, #384250);
    margin: 0;
    line-height: 28px;
    font-size: var(--text-lg);
}

.dga-quote__auther-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.dga-quote__auther-details .dga-quote__auther-details-content{
  display: flex;
    flex-flow: row;
    gap: 16px;
    align-items: center;
    justify-content: start;
}
.dga-avatar--80 {
    width: 48px;
    height: 48px;
}
.dga-avatar {
    position: relative;
    border-radius: var(--radius-full);
    border: 2px solid var(--border-white, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--button-background-neutral-default);
    overflow: hidden;
}
.dga-avatar--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dga-quote__auther-details-content .dga-avatar-info{
  display: flex;
    flex-flow: column;
    gap: 8px;
    align-items: start;
    justify-content: start;
}
.dga-quote__auther-details .auther-title {
    color: var(--text-default, #161616);
    text-align: right;
    margin: 0;
    font-size: var(--text-xl);
}
.dga-quote__auther-details .auther-desc {
    color: var(--text-primary-paragraph, #384250);
    text-align: right;
    margin: 0;
}
[dir=rtl] .dga-quote__auther-details .quote-icon {
    transform: scaleX(1);
}
.dga-quote__auther-details .quote-icon {
    display: block;
    max-height: 90px;
    position: relative;
    bottom: -11px;
    color: var(--Text-text-primary-sa-flag, #14573a);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans Arabic";
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    transform: scaleX(-1);
}
/* services */

.list-unstyled {
  margin-bottom: 0;
}

.list-unstyled li a:hover {
  background-color: #f3f4f6 !important;
}

.fw-semibold.text-dark {
  font-size: 15px;
}

/* slider owl */

.owl-theme .owl-nav{
	position: absolute;
	top: 30%;
	width: 100%;
	margin: 0;

}
.owl-theme-one .owl-nav button.owl-next {
    position: absolute;
    left: -30px;
}
.owl-theme-one .owl-nav button.owl-prev {
    position: absolute;
    right: -30px;
}

.owl-container .owl-theme-one .owl-nav button.owl-next {
    left: -90px;
    scale: -1;
}
.owl-container .owl-theme-one .owl-nav button.owl-prev {
    right: -90px;
    scale: -1;
}
.owl-theme-one .owl-nav button.owl-next.disabled,
.owl-theme-one .owl-nav button.owl-prev.disabled{opacity: .6;background-color: unset !important;}


@media only screen and (max-width: 768px) {
.owl-theme-one .owl-nav button.owl-next,
.owl-theme-one .owl-nav button.owl-prev{
    display: none;
  }
}
.owl-theme-one .owl-dots,
.owl-theme .owl-nav.disabled+.owl-dots,
.static-slider .swiper-pagination,
.advantage-slider .swiper-pagination{
	margin-top: var(--spacing-3xl);
}
.static-slider .swiper-pagination,
.advantage-slider .swiper-pagination{
    position:relative;
    bottom:0;
}
.owl-theme-one .owl-stage-outer {
  min-height: 130px !important;
}

.owl-theme-one .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}


.numbers-statistics .owl-theme-one .owl-nav button.owl-next, .numbers-statistics .owl-theme-one .owl-nav button.owl-prev{
    background-color: white;
}

.owl-theme-one .owl-nav button.owl-next,
.owl-theme-one .owl-nav button.owl-prev {
  color: var(--icon-default);
  border: 1px solid var(--border-neutral-primary);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  cursor: pointer;
  scale: -1;
}

.owl-theme-one .owl-nav button.owl-next.disabled span,
.owl-theme-one .owl-nav button.owl-prev.disabled span{
  color: var(--icon-default-disabled);
  font-size: 24px;
}
.owl-theme-one .owl-nav button.owl-next span,
.owl-theme-one .owl-nav button.owl-prev span{
  color: var(--icon-default);
  font-size: 24px;
}
.owl-theme-one .owl-dots .owl-dot.active span,
.owl-theme-one .owl-dots .owl-dot.active:hover span {
  background: var(--stepper-button-completed);
}

.owl-theme-one .owl-dots .owl-dot:hover span {
  background: var(--background-neutral-200);
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
  background-color: #fff !important;
  color: var(--icon-default-disabled) !important;
  border: 1px solid var(--border-neutral-primary) !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--button-background-neutral-hovered) !important;
  color: var(--icon-default);
  text-decoration: none;
}


.owl-theme-tow-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme-tow {
  position: relative;
}

.owl-theme-tow .owl-dots {
  display: none;
}

.owl-theme-tow-item img {
  max-width: 100px;
  max-height: 100px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d2d6db;
}

.owl-theme-tow .owl-stage-outer {
  min-height: 130px !important;
}

.owl-theme-tow .owl-nav button.owl-next,
.owl-theme-tow .owl-nav button.owl-prev {
  background-color: #f3f4f6;
  color: #161616;
  font-size: 30px;
  padding: 0 20px !important;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  transform: translateY(50%);
}

.owl-theme-tow .owl-nav button.owl-next {
  left: 0;
}

.owl-theme-tow .owl-nav button.owl-prev {
  right: 0;
}

.owl-theme-tow .owl-nav button.owl-next span,
.owl-theme-tow .owl-nav button.owl-prev span {
  position: relative;
  top: -3px;
}

.static-slider .swiper-button-prev{ left:0px; }
 .static-slider .swiper-button-next{left: 0px;}

@media (max-width: 768px) { 
.uni-testimonials .uj-container .uj-container {padding-left: 0; padding-right: 0;}
.testimonials .card .card-body .user .card-img{ display: none;} 
.testimonials .card .card-body::after, .testimonials .card .card-body::before{ display: none;}
.testimonials .card .card-body .desc{ padding: var(--spacing-0) var(--spacing-1xl) var(--spacing-0) var(--spacing-2xl);}
}

@media screen and (min-width: 991px) {
  .owl-theme-tow .owl-nav button.owl-next {
    left: -30px;
  }

  .owl-theme-tow .owl-nav button.owl-prev {
    right: -30px;
  }
}
.edit-date{
  padding: 16px 0;
  height: 52px;
}
/* footer */
footer {
  background-color: var(--background-sa-flag);
  color: var(--text-oncolor-primary);
}
footer .row:first-of-type{
  margin: 0;
  gap: 24px;
}


footer .row .col-md-6:last-child{
    padding: 0;
    padding-left: 0 !important;
}
footer h6{
    font-size:var(--text-md);
    font-weight:500;
    padding-bottom: var(--spacing-md);
    margin: 0;
}
.ul-footer{
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
footer ul li a{
  color: var(--link-oncolor);
  font-size: var(--text-sm);
  line-height: 20px;
  display: flex;
  gap: var(--link-sm-gap);
}
footer ul li a:hover {
  color: var(--link-oncolor-hovered);
  text-decoration: underline;
}
footer ul li a:active{
  color: var(--link-oncolor-pressed);
  text-decoration: underline;
}
footer ul li a:focus-visible{
  color: var(--link-oncolor-focused);
  text-decoration: underline;
  outline: 2px solid var(--border-white);
}
footer ul li a:visited{
  color: var(--link-oncolor-visited);
}
footer ul li a:disabled ,footer ul li a.disabled{
  color: var(--link-oncolor-disabled);
}
.link-flex{
  display: flex;
  line-height: unset;
}
.footer-icons {
  display: flex;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-4xl);
}

.footer-icons a {
  text-decoration: none;
  width: 32px !important;
  height: 32px !important;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-oncolor-transparent-30);
}

.footer-icons a:hover {
  background-color: var(--button-background-transparent-hovered) !important;
}
.footer-icons a:active{
background-color: var(--button-background-transparent-pressed) !important;
}
.footer-icons a:focus-visible{
outline: none;
border: 2px solid var(--icon-oncolor);
}
.footer-icons a:disabled,.footer-icons a.disabled{
  border: 1px solid var(--icon-default-oncolor-disabled);
  color: var(--icon-default-oncolor-disabled);
}


.footer-icons a i {
  font-size: 20px !important;
  color: var(--icon-oncolor);
}

.footer-bottom {
  margin-top: var(--spacing-4xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-2xl);
  flex-wrap: wrap;
}
.footer-bottom div:first-child{
	display:flex;
	flex-direction: column;
	gap: var(--spacing-xl);
}
.footer-bottom ul{
  display: flex;
  gap: var(--spacing-xl);
  margin: unset;
}
.footer-bottom ul li a{
 font-size: 14px;
 color: var(--link-oncolor);
 text-decoration: underline;
}
.footer-img-log {
    display: flex;
    gap: var(--spacing-4xl);
    align-items: center;
}
.footer-img-log a {
  height: 50px;
    width:auto;
}

.footer-img-log a svg,
.footer-img-log a img{
 height:100%;
 width:100%;
    object-fit:contain;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â² */

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© */
.cookie-overlay {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  margin: 10px;
  display: none;
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ */
.cookie-box {
  background: #fff;
  max-width: 480px;
  width: 95%;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ */
.cookie-box .close-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #555;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  */
.cookie-box h2 {
  font-size: 1.2rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cookie-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}

.cookie-header-icon {
  display: flex;
  min-width: 40px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--icon-success);
  background-color: #f3fcf6;
}

.cookie-header i {
  font-size: 20px;
  color: var(--icon-success);
  background-color: #f3fcf6;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */
.cookie-box p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  margin: 0 0 1rem;
  text-align: justify;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· */
.cookie-box a {
  color: #047857;
  text-decoration: none;
  font-size: 0.9rem;
}

.cookie-box a:hover {
  text-decoration: underline;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ */
.cookie-box .accept-btn {
  display: inline-block;
  padding: 8px 16px;
  background: #1b8354;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cookie-box .accept-btn:hover {
  background: #166a45;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === Form Items === */
.contact-box .item {
  margin-bottom: 20px;
}

.contact-box label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 4px;
}

.contact-box label span {
  color: #b42318;
  margin-left: 6px;
  font-size: 18px;
  font-weight: bold;
}

.contact-box label p {
  color: #161616;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.input-div {
  min-width: 200px;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 0;
}

.input-div:hover {
  border: 1px solid #9da4ae;
  border-radius: 2px;
}

.input-div input,
.input-div textarea,
.input-div select {
  border-radius: 4px;
  padding: 0 8px;
  font-weight: 400;
  font-stretch: normal;
  font-size: 14px;
  line-height: 20px;
  background-color: #f3f4f6;
  border: 0;
  outline: 0;
  min-height: 40px;
  height: 100%;
  width: 100%;
  color: #384250;
}

.input-div textarea {
  padding: 12px 16px;
  background-color: #f3f4f6;
  border: 0px;
  outline: 0px;
  height: 100%;
  width: 100%;
  color: #161616;
  resize: vertical;
  position: relative;
  min-height: 120px;
}

.input-div input:focus,
.input-div textarea:focus {
  border-color: #9da4ae;
  background-color: #fff;
}

.btn-green {
  background-color: #1b8354 !important;
  color: #fff !important;
  border-color: #1b8354 !important;
}

.btn-green:hover {
  background-color: #197a4f !important;
}

/* forms */
.form-group {
  margin-top: 20px;
}

.radio-inline label {
  margin-left: 20px;
}

/* tables */
.table-responsive th,
.table-responsive td {
  padding: 12px 16px;
  text-align: center;
  white-space: nowrap;
}

.table.table-bordered th {
  background-color: #f8f9fa;
}

/* qoustions */
.accordion-button::after {
  margin-left: inherit;
  margin-right: auto;
}

.accordion-button:not(.collapsed) {
  color: var(--text-default);
  background-color: var(--background-neutral-200);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
  color: var(--text-default);
  background-color: var(--background-neutral-50);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item .accordion-button {
  font-weight: 500;
}

section.uj-last-modified {
  padding-inline: 10px;
}

.select2-container .select2-selection--single {
  height: 38px;
  padding: 4px 10px;
}

.select2-selection__rendered {
  line-height: 28px;
  text-align: right;
}

.select2-selection__arrow {
  height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-left: 12px;
}

#requestsTable_wrapper>div:first-child {
  gap: 1rem;
}

/* service page style */
.homepage-about-splash {
  background: var(--Background-background-primary-25, #f7fdf9);
  padding: var(--Global-spacing-4xl, 40px) 0;
}

.service-detail-card {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-5xl, 40px);
  border-radius: 1rem;
  border: 1px solid #d2d6db;
  background: #fff;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  max-width: calc(100% - 30px);
}

.service-box-content-icon i {
  font-size: 20px;
  position: relative;
  top: -4px;
  margin-left: 4px;
  color: #1b8354;
}

.tab-content {
  /* padding-top: 20px; */
}

@media screen and (max-width: 991px) {
  .tab-content {
    min-height: auto;
    padding: 10px 0;
  }
}

.nav-tabs {
  border-bottom: none;
  --bs-nav-tabs-border-width: 0;
}

.uj-tabs-list__item {
  display: flex;
  padding: var(--spacing-lg) var(--spacing-sm);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs);
  border-radius:var(--radius-4) var(--radius-sm);
  color: var(--text-primary-paragraph);
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.uj-tabs-list__item:hover::after,
.uj-tabs-list__item:active::after,
.uj-tabs-list__item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - var(--spacing-xl) * 2);
  height: 3px;
  border-radius: var(--radius-full);
  background-color: var(--border-black);
  z-index: 1;
}

.uj-tabs-list__item.active::after {
  background-color: var(--border-primary);
}

.uj-tabs-list__item.active:hover {
  background-color: transparent;
  color: var(--text-default);
}

.uj-tabs-list__item:hover {
  background-color: var(--button-background-neutral-hovered);
  color: var(--text-default);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  border-radius: var(--radius-sm);
  padding: var(--spacing-xl);
  gap: var(--tab-button-gap);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent;
}

.uj-tabs2-list__item {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius:var(--radius-4) var(--radius-sm);
  color: var(--text-primary-paragraph);
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  
}
.uj-tabs2-list__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  border-radius: var(--radius-full);
    background-color: var(--border-neutral-secondary);
  z-index: 1;
}
.uj-tabs2-list__item:hover::after,
.uj-tabs2-list__item:active::after,
.uj-tabs2-list__item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  border-radius: var(--radius-full)!important;
  background-color: var(--border-black);
  z-index: 1;
}

.uj-tabs2-list__item.active::after {
  background-color: var(--border-primary);
}

.uj-tabs2-list__item.active:hover {
  background-color: transparent;
  color: var(--text-default);
}

.uj-tabs2-list__item:hover {
  background-color: var(--button-background-neutral-hovered);
  color: var(--text-default);
}

/* BOOTSTRAP 5 OVERRIDES */
.row>* {
  padding: 0 10px;
  margin-bottom: 20px;
}


@media(min-width:992px){
    footer .row .col-md-6:not(:last-child){
    padding: 0;
    margin: 0;
    flex: 1;
}
    .news-advertisements .uj-btn{
        /* display:inline-flex; */
    }
}















