@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 100;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Thin.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Thin.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 200;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-UltraLight.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 300;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Light.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Light.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 500;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Medium.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 600;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-DemiBold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 800;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-ExtraBold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 900;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Black.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 950;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-ExtraBlack.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-ExtraBlack.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 1000;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Heavy.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: bold;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Bold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Bold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: normal;
  display: swap;
  src: url("../webfonts/woff/IRANYekanX-Regular.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Regular.woff2") format("woff2");
}

:root {
  --primary-color: #0097b2;
  --primary-color2: #007e85;
  --primary-color3: #142f2d;

  --secondary-color: #f8af30;
  --secondary-color2: #d2bd8b;

  --background-color: #fefefe;
  --background-color2: #eaf5f7;
  --background-color3: #e9ecef;
  --background-color4: rgba(26, 26, 126, 0.06);
  --background-color5: rgba(255, 238, 81, 0.12);

  --light-color: #fff;

  --text-color: #252525;
  --text-color2: #343a40;
  --text-color3: #495057;
  --text-color4: #adb5bd;
  --text-color5: rgba(255, 255, 255, 0.85);
  --text-color6: rgba(255, 255, 255, 0.7);
  --text-color7: rgba(255, 255, 255, 0.45);

  --border-color: #e9ecef;
  --border-color2: rgba(255, 255, 255, 0.12);
  --border-color3: rgba(255, 255, 255, 0.08);
  --border-color4: rgba(255, 255, 255, 0.4);

  --shadow-sm: 0 2px 8px rgba(26, 26, 126, 0.1);
  --shadow-md: 0 6px 24px rgba(26, 26, 126, 0.15);
  --shadow-lg: 0 12px 40px rgba(26, 26, 126, 0.2);
  --shadow-yellow: 0 4px 20px rgba(255, 238, 81, 0.4);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 40px;

  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-fa: "IRANYekanX", sans-serif;
}

* {
  font-family: var(--font-fa);
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  background-color: var(--light-color);
}
a {
  color: var(--primary-color);
}
a,
input[type="submit"],
.icon-button,
.card-div2 {
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img,
video {
  max-width: 100%;
  height: auto;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  height: 150px;
  border-radius: 25px !important;
}

input,
textarea,
select {
  margin: 5px 0;
  background: var(--light-color);
  border-radius: var(--radius-sm);
  -webkit-box-shadow: none;
  border: solid 1px #dde0e3;
  box-shadow: none;
  color: var(--text-color2);
  padding: 11px 20px;
  font-size: 0.8rem;
  direction: rtl !important;
}

.navbar {
  width: 100%;
  background-color: var(--light-color);
  color: var(--text-color);
  z-index: 2;
  border-bottom: solid 1px var(--border-color);
}
.navbar .brand-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
  gap: 2px;
}
.navbar .brand-name {
  font-size: 17.5px;
  font-weight: 800;
  color: var(--primary-color);
}
.navbar .brand-name-en {
  font-size: 10px;
  color: var(--text-color3);
  letter-spacing: 2px;
  font-weight: 500;
}

.logo-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.logo-a img {
  width: 40px;
  height: auto;
}
.menu label,
.toggler-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu label:hover,
.toggler-label:hover {
  cursor: pointer;
}
.menu-dropdown,
.menu-check,
.toggler-check {
  display: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.menu a {
  color: var(--text-color);
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
  white-space: nowrap;
}
.menu-dropdown a {
  padding: 10px 15px;
  display: block;
  color: var(--text-color);
}

.menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

/* global style */
.primary-color{
  color: var(--primary-color) !important;
}
.button-style,
.button-style2,
.icon-button {
  white-space: nowrap;
  color: var(--light-color);
  background: var(--primary-color);
  padding: 0 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  border: none;
}
.button-style2 {
  color: var(--secondary-color);
  background: var(--light-color);
  border: solid 2px var(--secondary-color);
}
.icon-button {
  padding: 0;
  width: 40px;
  font-weight: 400;
}
.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-color2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.section-title::before,
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--primary-color2);
  border-radius: var(--radius-xl);
}

.section-subtitle {
  color: var(--text-color2);
  font-size: 15px;
  margin-top: 10px;
}
.section-py {
  padding-top: 80px;
  padding-bottom: 80px;
}
.nav-link,
.nav-link:focus,
.nav-link:hover {
  color: var(--primary-color);
}
.text-primary-kaman {
  color: var(--primary-color);
}
.light-color {
  color: var(--light-color);
}
.text-color {
  color: var(--text-color) !important;
}
.text-color3 {
  color: var(--text-color3) !important;
}
/* PAGINATION */
.pagination-kaman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination-kaman .page-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--background-color);
  border: 1.5px solid var(--border-color);
  color: var(--text-color2);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-fa);
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-kaman .page-btn:hover,
.pagination-kaman .page-btn.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--light-color);
}
/* FORMS */
.form-control-kaman {
  width: 100%;
  background: var(--background-color4);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  font-size: 14px;
  font-family: var(--font-fa);
  color: var(--text-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  direction: rtl;
}

.form-control-kaman:focus {
  outline: none;
  border-color: var(--primary-color);
  background: var(--background-color);
  -webkit-box-shadow: 0 0 0 3px rgba(11, 157, 138, 0.12);
  box-shadow: 0 0 0 3px rgba(11, 157, 138, 0.12);
}

.form-control-kaman::-webkit-input-placeholder {
  color: var(--text-color4);
}

.form-control-kaman::-moz-placeholder {
  color: var(--text-color4);
}

.form-control-kaman:-ms-input-placeholder {
  color: var(--text-color4);
}

.form-control-kaman::-ms-input-placeholder {
  color: var(--text-color4);
}

.form-control-kaman::placeholder {
  color: var(--text-color4);
}

.form-label-kaman {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color2);
  margin-bottom: 6px;
}

/* FOOTER */
.footer-main {
  background: var(--primary-color);
  color: var(--light-color);
  padding: 60px 0 0;
}

.footer-logo .brand-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--light-color);
}

.footer-logo .brand-name-en {
  font-size: 10px;
  color: var(--light-color);
  letter-spacing: 2px;
  margin-top: 2px;
}

.footer-desc {
  color: var(--light-color);
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.8;
}

.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--secondary-color);
  color: var(--light-color);
  border-radius: var(--radius-xl);
  font-size: 15px;
  margin-left: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--secondary-color2);
}

.footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: var(--light-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--light-color);
  font-size: 13px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--secondary-color);
  padding-right: 6px;
}

.footer-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--light-color);
  font-size: 13px;
}

.footer-contact-item i {
  color: var(--secondary-color2);
  font-size: 14px;
  margin-top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* App Download Section in Footer */
.footer-app-section {
  background: #00000026;
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-app-section h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--light-color);
  margin-bottom: 6px;
}

.footer-app-section p {
  font-size: 12px;
  color: var(--light-color);
  margin-bottom: 16px;
}

.app-store-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-store-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 9px 16px;
  color: var(--light-color);
  font-size: 12px;
  font-family: var(--font-fa);
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
}

.app-store-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--light-color);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.app-store-btn i {
  font-size: 18px;
}

.activation-code-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: var(--primary-color);
  border: none;
  border-radius: var(--radius-md);
  padding: 9px 16px;
  color: var(--light-color);
  font-size: 12px;
  font-family: var(--font-fa);
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.activation-code-btn:hover {
  background: var(--primary-color2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.activation-code-btn.copied {
  background: var(--secondary-color);
}

/* Newsletter in footer */
.footer-newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-top: 12px;
}

.footer-newsletter-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: rgba(255, 255, 255, 0.07);
  border: none;
  padding: 11px 14px;
  color: var(--light-color);
  font-size: 13px;
  font-family: var(--font-fa);
  direction: rtl;
  min-width: 100px;
  margin: 0;
}

.footer-newsletter-form input::-webkit-input-placeholder {
  color: var(--background-color2);
}

.footer-newsletter-form input::-moz-placeholder {
  color: var(--background-color2);
}

.footer-newsletter-form input:-ms-input-placeholder {
  color: var(--background-color2);
}

.footer-newsletter-form input::-ms-input-placeholder {
  color: var(--background-color2);
}

.footer-newsletter-form input::placeholder {
  color: var(--background-color2);
}

.footer-newsletter-form input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.12);
}

.footer-newsletter-form button {
  background: var(--secondary-color);
  color: var(--light-color);
  border: none;
  padding: 0 16px;
  font-family: var(--font-fa);
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  white-space: nowrap;
}

.footer-newsletter-form button:hover {
  background: var(--secondary-color2);
}

.footer-bottom {
  padding: 18px 0;
}

.footer-bottom p {
  color: var(--light-color);
  font-size: 12px;
  text-align: center;
  margin: 0;
}
.enter-email-text {
  color: var(--light-color);
  font-size: 12px;
  margin-bottom: 10px;
}
/* BREADCRUMB */
.breadcrumb-section {
  background: var(--background-color2);
  padding: 18px 0;
  border-bottom: 1px solid var(--border-color2);
}

.breadcrumb-kaman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-kaman li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-color3);
}

.breadcrumb-kaman li a {
  color: var(--text-color2);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.breadcrumb-kaman li a:hover {
  color: var(--primary-color);
}

.breadcrumb-kaman li.active {
  color: var(--primary-color);
  font-weight: 600;
}

.breadcrumb-kaman li i {
  font-size: 10px;
  color: var(--text-color4);
}

@media screen and (min-width: 1201px) {
  .menu .menu-hasdropdown > a .fa-chevron-down {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .menu .menu-hasdropdown:hover > a .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 35px;
  }

  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }

  .menu > ul > li > a.active,
  .menu > ul > li > a:hover {
    position: relative;
    color: var(--primary-color);
  }
  .menu > ul > li > a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
  }
  .menu > ul > li > a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 5px;
    height: 5px;
    rotate: 45deg;
    background-color: var(--primary-color);
  }

  .menu > ul > li > a {
    padding: 5px 15px;
    line-height: 32px;
  }

  .menu > ul > li {
    display: inline-block;
  }

  .menu-dropdown a:hover {
    color: var(--primary-color);
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    padding: 8px 0;
    border-radius: 5px;
    background-color: var(--light-color);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    opacity: 0;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 150px;
    -webkit-box-shadow: var(--shadow-sm);
    box-shadow: var(--shadow-sm);
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .menu {
    width: 400px;
    max-width: 100%;
  }
  .menu .toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 13px;
    color: var(--primary-color);
    font-weight: bold;
  }
  .menu,
  .menu-lefticon,
  .menu-backdrop {
    display: none;
  }
  .toggler-check:checked + .menu-backdrop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--secondary-color);
    opacity: 0.75;
    z-index: 0;
  }

  .toggler-check:checked ~ .menu-backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0000003b;
    opacity: 0.5;
    z-index: 8;
  }

  .toggler-check:checked ~ .menu {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: var(--light-color);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
    height: 100vh;
    overflow: scroll;
    z-index: 9;
  }

  .menu-check:checked ~ ul {
    display: block;
    background-color: rgba(241, 241, 241, 0.482);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
  }
  .menu a {
    font-size: 0.9rem;
    color: var(--text-color);
  }

  .menu ul a {
    border-bottom: 1px solid var(--border-color);
    padding: 13px;
    font-weight: 400;
  }
  .menu > ul > li:last-child a {
    border: none;
    margin-bottom: 15px;
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  .left-menu .button-style {
    padding: 0;
    width: 40px;
  }
  .left-menu .button-style span {
    display: none;
  }
}

.kaman-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.kaman-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
  padding: 8px 16px 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kaman-store-badge:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
}

.kaman-store-badge i {
  font-size: 26px;
  line-height: 1;
}

.kaman-store-badge__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.kaman-store-badge__text small {
  font-size: 9px;
  letter-spacing: 0.08em;
  opacity: 0.78;
  font-family: Tahoma, sans-serif;
}

.kaman-store-badge__text strong {
  font-size: 15px;
  font-weight: 700;
  font-family: Tahoma, sans-serif;
}

.kaman-store-badge--google {
  background: linear-gradient(180deg, #1f1f1f 0%, #000 100%);
}

.kaman-store-badge--apple {
  background: linear-gradient(180deg, #2b2b2b 0%, #111 100%);
}

.kaman-store-badge.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}
