@charset "UTF-8";
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.header-background {
  z-index: 10000;
  position: relative;
  background-image: url(../../images/sec-5.png);
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: cover;
}
.header-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  z-index: -1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  display: block;
  line-height: 1.6;
  text-align: right;
  min-height: 100vh;
  overflow-x: hidden;
  color: #232c39;
  font-family: "Iran1", "Vazirmatn", sans-serif;
  background-color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
  line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:not([class]) {
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

input {
  font-family: "Iran1", "Vazirmatn", sans-serif !important;
}

button,
input,
label {
  line-height: 1.1;
}

textarea:not([rows]) {
  min-height: 10em;
}

::-webkit-scrollbar {
  width: 6px;
  height: 5000px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, #066899 0%, rgba(0, 0, 0, 0) 100%);
}
::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0.493) 100%);
}

:target {
  scroll-margin-block: 5ex;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  min-height: 48px;
}
.btn-primary {
  background: #088bcc;
  color: #ffffff;
}
.btn-primary:hover {
  background: #077ab2;
}
.btn-secondary {
  background: #e5e7eb;
  color: #077ab2;
}
.btn-secondary:hover {
  background: #d1d5db;
}
.btn-outline {
  background: transparent;
  background: #2f4f4f;
  color: #fefefe;
}
.btn-outline:hover {
  background: #fefefe;
  color: #2f4f4f;
  border: 2px solid #2f4f4f;
}
.btn-light {
  background: rgba(249, 250, 251, 0.95);
  color: #066899;
}
.btn-light:hover {
  background: #ffffff;
}
.btn-outline-light {
  background: transparent;
  color: #ffffff;
  border: 1.9px solid rgba(249, 250, 251, 0.95);
}
.btn-outline-light:hover {
  background: rgba(249, 250, 251, 0.1);
}
.btn-link {
  background: transparent;
  color: #088bcc;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 4px;
  min-height: auto;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
}
.btn-link:hover {
  opacity: 0.8;
}
.btn-newsletter {
  background: rgba(7, 122, 178, 0.32);
  color: #066899;
  font-weight: 600;
  font-size: 18px;
  padding: 4px 12px;
  min-height: 35px;
}
.btn-newsletter:hover {
  background: rgba(7, 122, 178, 0.24);
}
.btn__icon {
  width: auto;
  height: auto;
}

.demo-btn {
  background: #4b5563;
  color: #f3f4f6;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.demo-btn:hover {
  background: #374151;
}

.section-header {
  text-align: center;
  margin-bottom: 32px;
}
.section-header h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
  color: #232c39;
  margin-bottom: 8px;
}
.section-header p {
  font-size: 16px;
  line-height: 28.8px;
  color: #6b7280;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1010;
}
@media (max-width: 918px) {
  .hamburger {
    display: flex;
  }
}
.hamburger__line {
  width: 24px;
  height: 2px;
  background-color: #374151;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger--active .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger--active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger--active .hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: white;
  flex-direction: column;
  padding: 80px 24px 24px;
  gap: 16px;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1005;
}
@media (max-width: 768px) {
  .mobile-nav {
    display: flex;
  }
}
.mobile-nav--active {
  right: 0;
}
.mobile-nav a {
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  transition: color 0.2s ease;
  color: #232c39;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
.mobile-nav a:hover {
  color: #088bcc;
}
.mobile-nav hr {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 8px 0;
}
.mobile-nav .demo-btn--mobile {
  margin-top: auto;
  width: 100%;
}

.header__top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
  border-bottom: 1px solid #9ca3af;
  background-color: white;
}
.header__scrolled {
  top: 20px;
  transition: all 0.3s ease-in-out;
}
.header__scrolled .header__top {
  max-height: 0;
  opacity: 0;
  padding: 0;
  border-bottom: none;
}
.header__scrolled .header__main-content {
  padding: 12px 50px;
  background-color: rgba(106, 162, 255, 0.24);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .header__scrolled .header__main-content {
    padding: 12px 0;
  }
}
.header__scrolled .header__nav a {
  color: #374151;
}
.header__top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 12px 0;
  height: 49px;
}
.header__contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #2f4f4f;
  font-size: 16px;
}
.header__phone-icon {
  width: 20px;
  height: 20px;
}
.header__top-nav {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header__top-nav a {
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #232c39;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
.header__top-nav a:hover {
  color: #088bcc;
}
.header__top-nav span {
  color: #d1d5db;
}
.header__main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 16px 0;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 56px;
}
.header__nav a {
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}
.header__nav a:hover {
  color: #088bcc;
}
.header__logo img {
  width: 100px;
  height: 56px;
}
.header .mobile-nav--active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 280px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.footer {
  background: #f3f4f6;
  border-top: 2px solid #d1d5db;
  padding: 48px 80px 16px;
}
.footer__content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  margin-bottom: 32px;
  border-bottom: 2px solid #e5e7eb;
}
@media (max-width: 1024px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__section h3 {
  font-size: 18px;
  line-height: 23.4px;
  color: #232c39;
  font-weight: 600;
  text-align: right;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .footer__section h3 {
    text-align: center;
    font-size: 14px;
  }
}
.footer__section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__section li {
  text-align: right;
}
.footer__section a {
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.footer__section a:hover {
  color: #088bcc;
}
.footer__section p {
  font-size: 14px;
  line-height: 25.2px;
  color: #6b7280;
  text-align: right;
}
.footer__center {
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__center {
    gap: 28px;
    justify-content: space-between;
  }
}
.footer__about p {
  text-align: justify;
  margin-bottom: 12px;
}
.footer__video-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .footer__video-links {
    justify-content: space-between;
  }
}
.footer__video-link {
  color: #077ab2 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.footer__social-links {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
.footer__social-links a {
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.3s ease;
}
.footer__social-links a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.footer__social-links img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .footer__social-links {
    justify-content: space-between;
  }
}
.footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
.footer__newsletter p {
  font-weight: 500;
  color: #6b7280;
  font-size: 13px;
}
.footer__newsletter-form {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
}
.footer__newsletter-form input {
  border: none;
  background: transparent;
  color: #4b5563;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  flex: 1;
  text-align: right;
  padding: 0 8px;
}
.footer__newsletter-form input::-moz-placeholder {
  color: #9ca3af;
}
.footer__newsletter-form input::placeholder {
  color: #9ca3af;
}
@media (max-width: 480px) {
  .footer__newsletter-form {
    height: auto;
    padding: 8px;
  }
}
.footer .btn--newsletter {
  background: rgba(7, 122, 178, 0.3);
  color: #066899;
  border: none;
  padding: 4px 16px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 14px;
  height: 35px;
  min-height: auto;
}
.footer .btn--newsletter:hover {
  background: #05577f;
  color: #ffffff;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .footer__brand {
    margin-bottom: 0;
  }
}
.footer__logo {
  width: 172px;
  height: auto;
}
.footer__tagline {
  font-size: 18px;
  line-height: 23.4px;
  color: #066899;
  font-weight: 600;
}
.footer__bottom {
  padding-top: 16px;
  text-align: center;
}
.footer__bottom p {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  line-height: 25.2px;
}
@media (max-width: 768px) {
  .footer {
    padding-inline: 0px;
  }
}

@media (max-width: 1270px) {
  .header__main-content {
    gap: 80px;
  }
  .header__nav {
    gap: 30px;
  }
}
@media (max-width: 960px) {
  .header__scrolled .header__main-content {
    padding: 12px;
  }
  .header__main-content {
    gap: 20px;
  }
  .header__nav {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .header__main-content {
    gap: 20px;
  }
  .header__nav {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .section-header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.bag,
.login {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  gap: 12px;
  opacity: 1;
  border-radius: 12px;
  border-width: 1px;
  border: 1px solid #2f4f4f;
}

.header {
  display: flex;
  border-bottom: 1px solid #d1d5db;
  background: #f7f9f7;
  flex-direction: column;
  opacity: 1;
  border-bottom-width: 1px;
}

.pro-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__top-nav span {
  color: #232c39;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}

.header-search {
  width: 100%;
  max-width: 683px;
}

.search-btn {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 12px;
  background: #c9a052;
  border: none;
}

.search-btn span {
  font-weight: semibold;
  font-size: 14px;
  color: #fefefe;
}

.search-box input {
  display: flex;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  gap: 8px;
  opacity: 1;
  border-radius: 12px;
  border-width: 1px;
  background: #fcfcfc;
}
@media (max-width: 400px) {
  .search-box input {
    padding: 8px;
  }
}

.search-box {
  display: flex;
  align-items: center;
}

.header-phone {
  display: flex;
  gap: 12px;
  align-items: center;
}

.num-icon {
  background: rgba(91, 137, 137, 0.2392156863);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 8px;
}

.num-content {
  display: flex;
  gap: 2px;
  flex-direction: column;
}

.what-text {
  color: #5b8989;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}

.what-num {
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  color: #2f4f4f;
}

.header__actions {
  display: flex;
  gap: 12px;
  flex-direction: row-reverse;
}

.search-box {
  display: flex;
  align-items: center;
  background: #fcfcfc;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 8px;
  gap: 8px;
}

.search-box__icon {
  width: 24px;
  height: 24px;
  opacity: 0.6;
}

.search-box__input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  color: #232c39;
}
.search-box__input::-moz-placeholder {
  color: #9ca3af;
}
.search-box__input::placeholder {
  color: #9ca3af;
}

.search-btn {
  border: none;
  background: #c9a052;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.2s;
}
.search-btn:hover {
  background: #b58e44;
}

.ti-logo {
  width: 128px;
}

@media (max-width: 918px) {
  .what-text {
    display: none;
  }
  .header-search {
    display: flex;
    width: auto;
    max-width: auto;
  }
  .desktop-only {
    display: none;
  }
  .header__top-nav .desktop-only {
    display: none;
  }
  .bag,
  .login {
    padding: 8px !important;
  }
  .ti-logo {
    width: 98px;
  }
}
@media (max-width: 528px) {
  .search-btn {
    display: none;
  }
  .num-icon {
    background: unset;
    display: unset;
    border-radius: unset;
    padding: unset;
  }
  .header-phone {
    gap: 8px;
  }
  .what-num {
    font-size: 12px;
  }
  .search-box__icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 373px) {
  .search-box input {
    padding: 0;
  }
}
/* ============================================ */
/* FOOTER STYLES */
/* ============================================ */
.site-footer {
  background: #f0f2f2;
  padding: 40px 20px 20px;
  direction: rtl;
  font-family: "Vazirmatn", sans-serif;
  margin-top: 40px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-brand {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d9d6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-brand .footer-logo-img {
  max-width: 180px;
  height: auto;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-brand p {
  margin: 5px 0 0;
  color: #ac8740;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .footer-brand p {
    font-size: 14px;
  }
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d9d6;
}
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}

.footer-column {
  flex: 1;
}
.footer-column.about {
  flex: 1.8;
}
@media (max-width: 768px) {
  .footer-column.about {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .footer-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer-column-title {
  margin: 0 0 20px;
  color: #446c6c;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .footer-column-title {
    font-size: 16px;
    text-align: center;
  }
}

.footer-column.about > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-column.about > p {
    text-align: center;
    font-size: 14px;
  }
}

.support-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.support-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.support-item:hover {
  color: #ac8740;
}
.support-item img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
.support-item span {
  font-weight: 400;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  justify-content: center;
}
@media (max-width: 768px) {
  .social-icons {
    justify-content: center;
  }
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #ac8740;
}
.social-icon img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .social-icon img {
    width: 40px;
    height: 40px;
  }
}

.footer-bottom {
  text-align: center;
  padding-top: 10px;
}

.trust-boxes {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.trust-box {
  width: 70px;
  height: 70px;
  background: #d9dedb;
  border-radius: 8px;
  border: 1px solid #c5cdc9;
  transition: all 0.3s ease;
}
.trust-box:hover {
  border-color: #ac8740;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.copyright {
  margin: 0;
  color: #6b7280;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .copyright {
    font-size: 11px;
    padding: 0 10px;
  }
}

.desin-line {
  display: flex;
  justify-content: center;
}

.gift-bo {
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
}

.banner-part {
  margin: 100px auto;
}
@media (max-width: 768px) {
  .banner-part {
    margin: 48px auto;
  }
}

@media (max-width: 992px) {
  .footer-columns {
    gap: 30px;
  }
  .footer-column-title {
    font-size: 18px;
  }
  .footer-column.about > p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .site-footer {
    padding: 30px 15px 15px;
  }
  .footer-brand {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer-brand .footer-logo-img {
    max-width: 140px;
  }
  .footer-columns {
    gap: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .support-item {
    font-size: 13px;
  }
  .support-item img {
    width: 18px;
    height: 18px;
  }
  .trust-box {
    width: 55px;
    height: 55px;
  }
  .copyright {
    font-size: 10px;
  }
}
/* منوی موبایل - مخفی در دسکتاپ */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  padding: 80px 24px 24px;
  transition: right 0.3s ease;
  z-index: 999;
  flex-direction: column;
  gap: 16px;
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav a {
  color: #232c39;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}

.mobile-nav .pro-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-nav .header__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.mobile-nav .login,
.mobile-nav .bag {
  padding: 12px 16px;
  border: 1px solid #2f4f4f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  .mobile-nav {
    display: flex;
  }
  /* مخفی کردن منوی دسکتاپ در موبایل */
  .header__top-nav.desktop-only {
    display: none !important;
  }
}
.header__main {
  margin-top: 92px;
}

.hero {
  background: linear-gradient(270deg, rgba(22, 22, 22, 0.12) 0%, rgba(22, 22, 22, 0) 50%, rgba(22, 22, 22, 0.12) 100%), url(/images/about-us-hero.png) center/cover no-repeat;
  min-height: 559px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero {
    min-height: 338px;
  }
}

.hero__wrapper {
  position: relative;
  z-index: 2;
}

.hero__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.hero__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 30px;
  }
}

.hero__title .name {
  color: #ac8740;
}

.hero__title .abt {
  color: #2f4f4f;
}

.hero__description {
  color: #2f4f4f;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .hero__description {
    font-size: 14px;
  }
}

.hero__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}

.swiper {
  width: 492px;
  height: 477px;
}
@media (max-width: 768px) {
  .swiper {
    width: 392px;
    height: 377px;
  }
}
@media (max-width: 529px) {
  .swiper {
    width: 300px;
    height: 300px;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.carts-wrapper {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  .carts-wrapper {
    gap: 24px;
  }
}
@media (max-width: 1050px) {
  .carts-wrapper {
    flex-direction: column;
  }
}

.carts-infos {
  width: 100%;
  max-width: 660px;
  flex-direction: column;
  display: flex;
  gap: 40px;
  margin: 64px auto;
}
@media (max-width: 768px) {
  .carts-infos {
    max-width: unset;
    gap: 24px;
  }
}

.carts-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-top-ti span {
  color: #446c6c;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cart-top-ti span {
    font-size: 24px;
  }
}

.carts-par {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
  color: #4b5563;
}
@media (max-width: 768px) {
  .carts-par {
    font-size: 14px;
  }
}

.carts-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.carts-bo-ti span {
  color: #232c39;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .carts-bo-ti span {
    font-size: 16px;
  }
}

.sub-bot span {
  color: #c9a052;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}

.importants-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.importants-title span {
  color: #2f4f4f;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .importants-title span {
    font-size: 18px;
  }
}

.importants-reason {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 957px) {
  .importants-reason {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.impo-reason {
  flex-direction: column;
  display: flex;
  border: 1px solid #c9a052;
  border: 1px solid #c9a052;
  gap: 16px;
  border-width: 1px;
  padding: 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 32px;
}

.importants-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.icons-impo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c9a052;
  width: 48px;
  height: 48px;
  gap: 8px;
  border-radius: 100px;
  padding: 8px;
}
@media (max-width: 768px) {
  .icons-impo {
    width: 42px;
    height: 42px;
  }
}

.impo-ti span {
  color: #232c39;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .impo-ti span {
    font-size: 16px;
  }
}

.impo-sub {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .impo-sub {
    font-size: 12px;
  }
}

.cate-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.category-grid {
  padding: 4rem 1rem;
  background-color: #fcfcfc;
}
.category-grid .section-title {
  text-align: center;
  color: #2e4a47;
  font-size: 1.5rem;
}
@media (max-width: 720px) {
  .category-grid .section-title {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}
.category-grid .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .category-grid .grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 720px) {
  .category-grid .grid-wrapper {
    gap: 16px;
  }
}
.category-grid .category-card {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.category-grid .category-card:hover {
  transform: translateY(-5px);
}
.category-grid .category-card .card-image {
  position: relative;
  margin-bottom: 1rem;
}
.category-grid .category-card .card-image img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-grid .category-card .product-count {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  border: 3px solid #ffffff;
  background: #eddec5;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  opacity: 1;
  border-radius: 12px;
  border-width: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ac8740;
}
@media (max-width: 768px) {
  .category-grid .category-card .product-count {
    font-size: 12px;
  }
}
.category-grid .category-card .card-title {
  color: #232c39;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .category-grid .category-card .card-title {
    font-size: 16px;
  }
}
.category-grid .category-card .card-desc {
  color: #75a6a6;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .category-grid .category-card .card-desc {
    font-size: 12px;
  }
}

.category {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.importants,
.category-grid {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .importants,
  .category-grid {
    margin-top: 40px;
  }
}

.why-teebagh {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  padding: 64px 20px 40px;
  color: var(--text);
}

.why-teebagh::before,
.why-teebagh::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  opacity: 0.14;
  background-repeat: no-repeat;
  background-size: contain;
}

.why-teebagh::before {
  top: 18px;
  left: 20px;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(circle at center, transparent 58%, rgba(255, 255, 255, 0.12) 59% 61%, transparent 62%);
  filter: blur(0.2px);
}

.why-teebagh::after {
  bottom: 18px;
  right: 24px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(circle at center, transparent 60%, rgba(255, 255, 255, 0.08) 61% 63%, transparent 64%);
}

.why-teebagh__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.why-teebagh__title {
  color: #faffff;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .why-teebagh__title {
    font-size: 18px;
  }
}

.why-teebagh__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 0 34px;
  color: var(--accent);
}

.why-teebagh__line-item {
  width: 96px;
  height: 1px;
  background: rgba(160, 176, 176, 0.8);
}

.why-teebagh__ornament {
  font-size: 20px;
  line-height: 1;
  opacity: 0.9;
}

.why-teebagh__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.why-card {
  text-align: right;
  backdrop-filter: blur(4px);
  border: 1px solid #446c6c;
  background: rgba(255, 255, 255, 0.0392156863);
  gap: 16px;
  opacity: 1;
  border-radius: 24px;
  border-width: 1px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.why-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #214444;
  font-weight: 900;
  font-size: 20px;
  background: #75a6a6;
  border-radius: 100px;
  padding: 8px;
}

.why-card__icon span {
  display: inline-block;
  transform: translateY(-1px);
}

.why-card__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .why-card__title {
    font-size: 16px;
  }
}

.why-teebagh {
  background: url(/images/bg-why.png) center;
  background-color: #2f4f4f;
}

.why-card__text {
  color: #75a6a6;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .why-card__text {
    font-size: 12px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .why-teebagh {
    padding: 44px 16px 28px;
  }
  .why-teebagh__line {
    margin: 14px 0 24px;
    gap: 10px;
  }
  .why-teebagh__line-item {
    width: 54px;
  }
  .why-teebagh__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .why-card {
    min-height: auto;
    padding: 20px 18px;
  }
}
.smells {
  background: #f8f7f3;
  padding: 80px 0;
  overflow: hidden;
}

.smells-wrapper {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smells-contents {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.smells-ti {
  margin: 0;
  color: #2f4f4f;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
}

.smells-contents span {
  color: #7a8885;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
  max-width: 560px;
}

.smells-btn {
  background: #324e4c;
  border: 0;
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  transition: 0.2s ease;
  width: 100%;
  max-width: 262px;
}

.smells-btn span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.smells-btn:hover {
  opacity: 0.92;
}

.smells-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 340px;
  height: 320px;
  pointer-events: none;
}

.smells-side img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

.smells-side-left {
  left: 0;
}

.smells-side-left .left-top {
  left: 0;
  top: 10px;
  width: 170px;
}

.smells-side-left .left-bottom {
  left: 110px;
  top: 88px;
  width: 220px;
}

.smells-side-right {
  right: 0;
}

.smells-side-right .right-top {
  right: 112px;
  top: 44px;
  width: 170px;
}

.smells-side-right .right-bottom {
  right: 0;
  top: 10px;
  width: 220px;
}

@media (max-width: 1024px) {
  .smells {
    padding: 60px 0;
  }
  .smells-wrapper {
    min-height: auto;
    padding: 40px 0;
  }
  .smells-side {
    width: 260px;
    height: 240px;
  }
  .smells-side-left .left-top {
    width: 120px;
  }
  .smells-side-left .left-bottom {
    width: 160px;
    left: 80px;
  }
  .smells-side-right .right-top {
    width: 120px;
    right: 80px;
  }
  .smells-side-right .right-bottom {
    width: 160px;
  }
  .smells-contents {
    max-width: 500px;
  }
  .smells-ti {
    font-size: 30px;
  }
  .smells-contents span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .smells {
    padding: 40px 0;
  }
  .smells-wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .smells-side {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .smells-side img {
    position: static;
    width: 42%;
    max-width: 180px;
  }
  .smells-contents {
    max-width: 100%;
    gap: 14px;
  }
  .smells-ti {
    font-size: 24px;
  }
  .smells-contents span {
    font-size: 14px;
  }
  .smells-btn {
    padding: 12px 16px;
  }
}
.smells-mobile {
  display: none;
}

@media (max-width: 768px) {
  .smells-side.smells-side-left,
  .smells-side.smells-side-right {
    display: none;
  }
  .smells-mobile {
    display: flex;
  }
  .smells-mobile img {
    width: 92px;
  }
}
html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}/*# sourceMappingURL=AboutUs.css.map */