@font-face {
  font-family: 'Yekan';
  src: url('/fonts/Yekan.eot');
  src: url('/fonts/Yekan.eot?#iefix') format("embedded-opentype"),
    url('/fonts/Yekan.woff2') format('woff2'),
    url('/fonts/Yekan.woff') format('woff'),
    url('/fonts/Yekan.ttf') format('truetype'),
    url('/fonts/Yekan.otf') format('opentype'),
    url('/fonts/Yekan.svg#Yekan') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik-Regular.ttf');
}

:lang(en) * {
  font-family: 'Rubik', 'Yekan';
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Yekan, sans-serif;
}

body, html {
  height: 100%;
  margin: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-track {
  background-color: #bbb;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.2);
  border-radius: 5px
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #12A19A;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4)
}

body {
  max-width: 1600px;
  background-color: #E0F2F1
}

header {
  max-width: 1600px;
  position: relative;
  z-index: 99;
  background-color: transparent
}

.container {
  margin-top: 115px;
  /*65*/
  overflow: auto
}

.loading {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center
}

.loading i {
  font-size: 52px;
  color: #E0F2F1
}

.loading-off {
  -webkit-animation: loading 1s forwards;
  animation: loading 1s forwards;
}

@keyframes loading {
  0% {
    opacity: .8;
  }

  25% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.25;
  }

  90% {
    opacity: 0.1;
  }

  100% {
    opacity: 0;
    z-index: -100;
  }
}

.ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.menu {
  overflow: visible;
  margin: 0 auto
}

.menu li {
  float: right;
  list-style-type: none;
  position: relative;
  overflow: visible
}

.menu li a, .account ul li a {
  display: inline-block;
  text-align: center;
  padding: 30px 12px;
  text-decoration: none;
  color: #12A19A
}

.account ul li a {
  padding: 20px 8px
}

.dehaze {
  color: #12A19A;
}

nav .menu li a, nav .account ul li a, nav .lang .selected-lang {
  color: #111;
  font-size: 15px
}

nav .menu li a:hover, nav .account ul li a:hover {
  color: #12A19A
}


#header {
  position: fixed;
  background: transparent;
  top: 0;
  width: 100%;
  z-index: 100
}

nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 0 30px 0 10px;
  transition: all .4s ease;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.logo img {
  width: 104px;
  display: flex
}

.dehaz-cont {
  display: none
}

.dehaze {
  font-size: 30px;
  cursor: pointer;
  margin-left: 16px;
  display: inline-block
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer
}

.menu .dropdown-content, .account .dropdown-content {
  border-radius: 5px;
  transition: all 0.3s;
  height: auto;
  max-height: 0;
  overflow: hidden
}

.menu .dropdown-content>a, .sub-sub-menu>a {
  border-right: 4px solid #f9f9f9cc;
  transition: all 0.3s
}

.menu .dropdown-content>a:hover, .sub-sub-menu>a:hover {
  border-right: 4px solid #12A19A;
}

.dropdown {
  position: relative;
  display: inline-block
}

.dropdown-content, .sub-sub-menu {
  position: absolute;
  background-color: #f9f9f9cc;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: fit-content;
  margin-top: -10px;
  transition: all 0.3s;
  right: 0
}

.dclog {
  right: unset;
  left: 0
}

.dropdown-content>a, .sub-menu .sub-menu-btn, .sub-sub-menu>a {
  color: black !important;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block !important;
  width: 255px !important;
  text-align: start !important;
}

.dropdown-content:hover {
  overflow: visible
}

.dropdown-content>a:hover, .sub-menu .sub-menu-btn:hover, .sub-sub-menu>a:hover {
  background-color: #f1f1f1;
  color: #12A19A !important;
}

.sub-menu-btn:hover {
  border-right: 4px solid #12A19A;
}

.dropdown:hover .dropdown-content {
  max-height: 500px;
  display: block
}

.dropdown:hover .dropbtn {
  color: #12A19A !important;
}

.sub-sub-menu {
  width: 0%;
  background-color: #f9f9f9cc;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 100%;
  bottom: 0;
  animation: all 0.2s ease-in
}

.sub-menu .sub-menu-btn {
  position: relative;
  border-radius: 0 0 5px 5px
}

.sub-menu:hover .sub-sub-menu {
  width: 100%
}

.account {
  display: flex;
  display: -webkit-flex;
  align-items: center
}

.account>ul {
  overflow: visible
}

.selected-lang {
  padding: 15px 10px 15px 10px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  color: #E0F2F1
}

.lang {
  position: relative;
  display: inline-block;
}

.lang-list {
  display: none;
  position: absolute;
  background-color: #fff;
  width: fit-content;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.lang-list a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.lang-list a:hover {
  background-color: #ddd;
}

.lang:hover .lang-list {
  display: block;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #E0F2F1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
}

.sidenav a {
  padding: 8px 15px 8px 32px;
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.3s;
  padding-bottom: 12px;
  font-size: 15px;
  text-align: start
}

.actmi, .sidenav a:hover {
  color: #12A19A !important
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px
}

.closebtn {
  padding: 8px 18px !important
}

.sidehead {
  top: 0;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 8px
}

.sidelogo {
  position: absolute;
  top: 3px
}

.scul {
  margin-bottom: 42px
}

.sidenav .dropdown-content {
  position: unset;
  box-shadow: unset
}

.sidenav .dropdown:hover {
  height: fit-content
}

.bnitem .fa-home:before {
  color: #12A19A
}

.bnitem .fa-building:before {
  color: #0984e3
}

.bnitem .fa-user-md:before {
  color: #6c5ce7
}

.bnitem .fa-headphones:before {
  color: #008b8b
}

.bnitem .fa-heart:before {
  color: #d63031
}

.baleimg {
  width: 24px;
  margin-inline-end: 8px
}

.baleimgb {
  width: 26px;
  margin: 0 6px -3px 0
}

.sidedrop-btn {
  width: 100%;
  background-color: #E0F2F1;
  border: 0;
  outline: none;
  padding: 12px 16px;
  font-size: 15px;
  text-align: start;
  cursor: pointer;
  color: #000
}

.sideactive {
  background-color: #12A19A;
  color: #fff
}

.fwidth {
  width: 100%
}

.sidedrop {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  background-color: #f9f9f9cc
}

.sidedrop>a:hover {
  background-color: #f1f1f1
}

.fa-caret-down {
  float: left;
  padding-left: 8px
}

.bottom-nav {
  display: none;
  align-items: center;
  justify-content: space-around;
  background-color: var(--bg-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 12px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.bottom-nav a {
  text-decoration: none;
  color: #222
}

.bnitem {
  width: 34%;
  text-align: center;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  padding: 6px;
  flex-direction: column
}

.bnitem:nth-child(3) {
  width: 18%
}

.bnitem:nth-child(1) {
  width: 18%
}

.bnitem:hover {
  background-color: #eee
}

.bnitem-active {
  background-color: #eee;
  color: #12A19A !important
}

.bnitem i {
  font-size: 20px;
  color: var(--meta-color)
}

footer {
  background-color: #222
}

.footer {
  display: flex;
  display: -webkit-flex;
  padding: 17px;
  text-align: start;
  flex-wrap: wrap
}

.foo {
  padding: 10px 30px;
  margin: auto;
  padding-right: 60px;
  color: #eee
}

.footer-logo {
  width: 44%
}

.flogo img {
  max-width: 130px;
  margin-bottom: 12px
}

.footer-links {
  width: 29%
}

.enamad {
  width: 27%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.enamad img {
  filter: drop-shadow(2px 4px 6px black);
  margin: 5px
}

.foo a {
  display: block;
  color: #eee;
  text-decoration: none;
  margin-bottom: 8px
}

.foo .address {
  margin-bottom: 10px
}

.foo .address span {
  padding: 7px
}

.foo a:hover {
  color: #bbb
}

.foo a i {
  color: #eee;
  font-size: 28px;
  padding: 5px;
  transition: all 0.2s
}

.foo a i:hover {
  color: #bbb;
  transform: translateY(-5px)
}

.social-media a {
  display: inline-block
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.alert-warning {
  display: block;
  margin-top: 8px;
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.allrights {
  color: lightgray;
  font-size: small;
  line-height: 40px;
  background-color: #111;
  padding: 0 15px 0 15px;
  text-align: center
}

.page-num {
  text-align: center;
  margin-top: 20px
}

.pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: center
}

.pagination a {
  color: black;
  display: flex;
  width: 43px;
  height: 43px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 1px;
  justify-content: center;
  align-items: center;
  text-decoration: none
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px
}

.consult-banner {
  background: linear-gradient(135deg, #12A19A, #0D7670);
  color: #fff;
  height: 50px;
  font-size: 16px;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  /* higher than menu z-index */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: height 0.3s ease;
  overflow: hidden;
  text-decoration: none
}

.consult-banner.hidden {
  height: 0;
  pointer-events: none;
  padding: 0
}

.consult-banner:hover {
  background: linear-gradient(135deg, #0D7670, #12A19A);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.heartbeat-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: heartBeat 3s ease-in-out 2
}

.whbtn {
  position: fixed;
  right: 16px;
  bottom: 20px;
  padding: 5px;
  text-decoration: none
}

.whbtn div {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 37px;
  background: white;
  border-radius: 30px;
  padding: 2px 8px;
  color: green;
  text-align: center;
  border: 5px solid #12A19A;
  /* box-shadow: inset 0 0 5px rgb(0 0 0 / 40%); */
  box-shadow: 0 8px 10px rgba(0 0 0 / 15%);
  transition: all 0.2s;
  z-index: 100;
  animation: call 1s ease-in-out infinite alternate;
  -webkit-animation: call 1s ease-in-out infinite alternate
}

.whbtn div:hover {
  box-shadow: 0 10px 15px rgba(0 0 0 / 20%);
  transform: translateY(-5px)
}

.fab-container {
  position: fixed;
  bottom: 20px;
  right: 12px;
  z-index: 99
}

.fab-button {
  background-color: #12A19A;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
  font-size: 1.5rem
}

.fab-button:hover {
  background-color: #0e7f7a
}

.fab-options {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s ease
}

.fab-options.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto
}

.fab-options a {
  background-color: #fff;
  color: #12A19A;
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  transition: transform 0.3s
}

.fab-options a:hover {
  transform: translateX(-5px)
}

.fab-options i {
  margin-inline-end: 8px;
  font-size: 1.8rem
}

@keyframes heartBeat {
  0% {
    transform: scale(1)
  }

  14% {
    transform: scale(1.2)
  }

  28% {
    transform: scale(1)
  }

  42% {
    transform: scale(1.2)
  }

  70% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

.hub-banner {
  position: fixed;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  max-width: 950px;

  background:
    radial-gradient(circle at 10% 20%, rgba(18, 161, 154, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(255, 127, 127, 0.25) 0%, transparent 40%),
    #ffffff;
  color: #1a202c;
  box-shadow: 0 12px 35px rgba(18, 161, 154, 0.12);
  border: 1px solid rgba(18, 161, 154, 0.15);
  border-radius: 11px;
  z-index: 999;
  transition: top 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  padding: 12px 20px;
  box-sizing: border-box;
}

.hub-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
  direction: rtl;
}

.hub-banner-left,
.hub-banner-center,
.hub-banner-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub-banner-left {
  flex: 0 0 auto;
}

.hub-banner-center {
  flex: 1;
  font-weight: 700;
  font-size: 1.15rem;
  text-align: right;
  color: #2d3748;
}

.hub-banner-right {
  flex: 0 0 auto;
}

.hub-banner-close {
  background: #f5f5f5;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: #666;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
  padding: 0;
}

.hub-banner-close:hover {
  background: #fff5f5;
  color: #e53e3e;
  border-color: #fed7d7;
  transform: rotate(90deg);
}

.hub-banner-link {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #12A19A;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 4px 0
}

.hub-banner-link:hover {
  color: #0d7c72
}

@keyframes softFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0px);
  }
}

.floating-icon {
  animation: softFloat 3s ease-in-out infinite;
}

.support-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

/* Show */
.support-modal-overlay.show {
  opacity: 1;
  visibility: visible;
  overflow-y: auto
}

/* Modal */
.support-modal {
  position: relative;
  width: min(92%, 500px);
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
  animation: modalUp .4s ease;
}

@keyframes modalUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.support-modal-header {
  /* background: linear-gradient(135deg,
      #12A19A,
      #4FC7C1); */
  color: #fff;
  text-align: center;
  padding: 18px 12px 0px 12px
}

.support-icon {
  width: 70px;
  margin: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 12px
}

.support-icon img {
  width: 134px
}

.support-modal-header h2 {
  margin: -10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #12A19A
}

.support-modal-body {
  padding: 25px;
  text-align: center;
  color: #2d3748;
  line-height: 2;
}

.support-modal-body p {
  margin-bottom: 12px;
}

.support-note {
  color: #12A19A;
  font-weight: 600;
}

/* Footer */
.support-modal-footer {
  display: flex;
  gap: 10px;
  padding: 0 25px 25px;
}

.btn-join-group {
  flex: 1;
  background: #12A19A;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 14px;
  border-radius: 14px;
  font-weight: 700;
  transition: .3s;
}

.btn-join-group:hover {
  background: #0E6F6A;
  transform: translateY(-2px);
}

.btn-later {
  flex: 1;
  border: none;
  background: #f3f4f6;
  color: #555;
  padding: 14px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 600;
}

.support-modal-close {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #eee;
  color: #666;
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hub-banner {
    padding: 10px 14px;
    width: 68%;
    left: 46%;
    bottom: 54px
  }

  .hub-banner-content {
    gap: 8px
  }

  .hub-banner-link {
    font-size: 0.9rem
  }

  .hub-banner-center {
    font-size: 0.9rem
  }

  .hub-banner-left svg,
  .hub-banner-right svg {
    width: 32px;
    height: 32px;
  }

  .hub-banner-close {
    width: 28px;
    height: 28px;
    font-size: 1.2rem
  }
}

@media (max-width:1000px) {
  .enamad {
    display: flex;
    display: -webkit-flex;
    justify-content: center
  }

}

@media (min-width:1110px) {
  .sidenav {
    display: none
  }
}

@media (max-width:1110px) {
  .menu {
    display: none !important
  }

  .account {
    margin-right: auto
  }

  .dehaz-cont {
    display: block
  }

}

@media screen and (max-width: 800px) {
  .footer-logo {
    width: 50%
  }

  .footer-links {
    width: 50%
  }

  .foo {
    padding-right: 40px
  }

  .enamad {
    flex-direction: row;
    width: 100%;
    align-items: flex-start
  }
}

@media screen and (max-width: 600px) {
  .footer {
    flex-direction: column;
    align-items: center
  }

  .logo a img {
    width: 87px
  }

  .dropdown .dropbtn {
    padding: 12px 6px !important
  }

  .dropdown {
    font-size: 14px
  }

  .footer-links {
    margin-bottom: 15px;
    width: 95%
  }

  .footer-logo {
    width: 100%
  }

  .social-media {
    display: flex;
    display: -webkit-flex
  }

  .social-media {
    flex-direction: column
  }

  .account ul li a {
    font-size: 14px;
    padding: 17px 3px
  }

  .support-modal-body {
    padding: 4px 18px
  }
  .support-modal-header {
    padding: 12px 14px
  }

  .support-modal-header h2 {
    font-size: 1.1rem
  }
  .support-icon img{
    width: 100px
  }

  .support-modal-footer {
    flex-direction: column;
    padding: 0 25px 18px
  }
}

@media screen and (max-width:600px) {
  .bottom-nav {
    display: flex
  }

  .fab-container {
    bottom: 60px
  }

  .whbtn {
    bottom: 54px !important
  }

  #header.hide nav {
    height: 56px !important
  }
}