@font-face {
  font-family: rabar13;
  src: url(../fonts/Rabar_013.ttf);
}
@font-face {
  font-family: rabar14;
  src: url(../fonts/Rabar_014.ttf);
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

::selection {
  background-color: #33d697;
  color: white;
}

::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0);
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #00ff9d;
}
.abc {
  fill: white !important;

  color: white !important;
}

.disable-scroll {
  overflow: hidden;
}

.kurdii {
  flex-direction: row-reverse;
  justify-content: space-between !important;
}
.rabar13 {
  font-family: rabar13 !important;
}
.rabar14 {
  font-family: rabar14 !important;
}

.tstart {
  text-align: start;
}
.tend {
  text-align: end;
}
.tcenter {
  text-align: center;
}

.bd {
  border: solid 2px black;
}

@media (min-width: 992px) {
  .flexa {
    width: 40% !important;
  }

  .rowrev {
    flex-direction: row-reverse !important;
  }
}

.centered {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LogoHead {
  zoom: 120%;
}

.Aroww {
  display: flex;
  flex-direction: row;
}

.Acoll {
  display: flex;
  flex-direction: column;
}

@media (max-width: 700px) {
  .divcenter {
    justify-content: space-around;
  }
}

@media (max-width: 1000px) {
  .Aroww {
    flex-direction: column;
  }
}

.styleborder {
  padding: 1vw;
  background-color: #33d69711;
  border-radius: 10px;
}

.footerLogo {
  width: 200px;

  padding: 1px;
  border-radius: 10px;
}

.footerDownload {
  object-fit: cover;

  padding: 10px;
}

.mobile_size {
  display: none;
}

.dropbtn {
  background-color: #33d697;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

@media (max-width: 800px) {
  .mobile_size {
    display: block;
  }
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #33d697;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ffffff3e;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #33d697;
}

.height100 {
  padding-top: 100vh;
}

.Download {
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .Download {
    display: flex;
    flex-direction: column;
  }
}

.footerflex {
  display: flex !important;
  flex-direction: column !important;
}

.ourApp {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blogimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.footer-top {
  padding: 10px 0;
}

.footer-top ul li {
  display: inline-block;
}

.footer-top ul li a {
  color: #fff;
  font-size: 14px;
}

.footer-top ul li a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-top ul li a i:hover {
  background: #fff;
  color: #34d698;
}

.footer-top .footer-top-left ul li:first-child {
  margin-right: 35px;
}

.footer-top .footer-top-left ul li a i {
  margin-right: 10px;
}

.footer-top .footer-top-right {
  text-align: right;
}

.footer-top .footer-top-right ul li {
  margin-left: 15px;
}

/* Salamat styles */
.salamat__header {
  display: flex;
  padding: unset;
  gap: 40px;
  margin-block-end: 70px;
}

.salamat__bg {
  flex: 1;
  height: 400px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

.salamat__bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.salamat__content {
  width: 350px;
}

.salamat__content-title {
  font-size: 22px;
  font-weight: 600;
  color: #393e46;
  margin-block-end: 24px;
}

.salamat__content-paragraph {
  margin-block-end: 30px;
}

.salamat__content-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #393e46;
}

.salamat__body {
  margin-block-end: 100px;
}

.salamat__provider-title {
  margin-block-end: 36px;
}

.salamat__provider-list {
  width: 100%;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.salamat__provider-list-item {
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
  padding-block-end: 12px;
  border-bottom: thin solid #d8dce3;
  cursor: pointer;
}

.salamat__provider-list-item-bg {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

.salamat__provider-list-item-bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.salamat__provider-list-item-content {
  flex: 1;
  padding-inline-start: 24px;
  display: flex;
  flex-direction: column;
}

.salamat__provider-list-item-content>span {
  font-weight: 400;
  color: #8c96a7;
}

.salamat__provider-list-item-action {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.salamat__provider-list-item-action>i {
  font-size: 20px;
  color: #8c96a7;
  transition: color 300ms ease;
}

.salamat__provider-list-item-action>i:hover {
  color: #33d697;
}

/* custom modal */
.custom-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.custom-modal--open {
  pointer-events: all;
}
.custom-modal--open .custom-modal__container,
.custom-modal--open .custom-modal__mask {
  opacity: 1;
  transform: scale(1);
}

.custom-modal__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #00000080;
  transition: all 500ms ease;
  transition-property: background-color, opacity;
}

.custom-modal__container {
  position: relative;
  width: 85%;
  max-width: 500px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 250ms ease;
  max-height: 85%;
  overflow-y: auto;
}

.custom-modal__header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 16px;
  margin-block-end: 16px;
  border-bottom: 1px solid #bbbfc2;
}

.custom-modal__header>h3 {
  font-size: 22px;
}

.custom-modal__header>.lni-close {
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #393e46;
}

.custom-modal__body {
  padding-inline: 16px;
  padding-block-end: 20px;
}

.custom-modal__body-img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-block-end: 28px;
}

.custom-modal__body-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-modal__body-title {
  font-size: 18px;
  padding-block-end: 6px;
  border-bottom: 1px solid #bbbfc266;
  margin-block-end: 12px;
}

.custom-modal__body-address {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  margin-block-end: 8px;
  color: #393e46;
}

.custom-modal__body-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #393e46;
  margin-block-end: 32px;
}

.custom-modal__body-list-title {
  font-size: 18px;
  padding-block-end: 6px;
  border-bottom: 1px solid #bbbfc266;
  margin-block-end: 12px;
}

.custom-modal__body-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-modal__body-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 6px;
  border-bottom: 1px solid #bbbfc266;
}

.custom-modal__body-list-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #393e46;
}

.custom-modal__body-list-item-precentage {
  color: #ef2020;
}

.font-bold{
  font-size: 18px;
  font-weight: 600;
}

.salamat_rule{
  font-size: 16px;
  margin-bottom: 13px;
}

.margin-bottom{
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .salamat__header {
    flex-direction: column-reverse;
  }
  .salamat__content {
    width: 100%;
  }
  .salamat__provider-list {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media screen and (max-width: 420px) {
  .salamat__provider-list-item-bg {
    width: 50px;
    height: 50px;
  }

  .salamat__provider-list-item-content {
    padding: unset;
  }
  .custom-modal__body-img {
    height: 180px;
  }
}

.service-content[dir="rtl"] .salamat__provider-list-item-action {
  rotate: 0.5turn;
}

/* i18n: language-driven RTL fonts, matching the site's original per-element
   rabar13 (headings/labels) vs rabar14 (body copy) split */
html[dir="rtl"] .i18n-heading {
  font-family: rabar13 !important;
}
html[dir="rtl"] .i18n-body {
  font-family: rabar14 !important;
}
