@charset "UTF-8";
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Black.woff2);
  font-weight: 900;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-DemiBold.woff2);
  font-weight: 600;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-ExtraBold.woff2);
  font-weight: 800;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-ExtraLight.woff2);
  font-weight: 200;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Light.woff2);
  font-weight: 300;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Regular.woff2);
  font-weight: 400;
}
body {
  font-family: "Farhang";
  background-color: #0A0A0A;
}

header {
  transition: all 0.3s ease;
}
header.fixed-header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-theme {
  background-color: rgb(199, 168, 103);
  padding: 12px 0;
  color: white;
  border-radius: 0;
  margin-top: 24px;
}
.btn-theme:hover {
  background-color: rgba(199, 168, 103, 0.24);
}

.form-control {
  align-items: center;
  padding: 16px;
  gap: 10px;
  background: #242424;
  border: 1px solid #404040;
  color: #c3c3c3;
}
.form-control::placeholder {
  color: #404040;
}

.divider {
  width: 100%;
  height: 1px;
  background: #242424;
  margin: 1.5rem 0;
}

.nav-link {
  color: #ffffff;
  margin: 0 0.75rem;
  border-bottom: 1px solid transparent;
}
.nav-link:hover {
  color: rgb(199, 168, 103);
  border-bottom: 1px solid rgb(199, 168, 103);
}

.btn-nav {
  margin-right: 1.2rem;
}

.btn-sing-in {
  color: #ffffff;
}
.btn-sing-in:hover {
  color: #ffffff;
}

.cart-btn .cart-quntity {
  width: 1.2rem;
  height: 1.4rem;
  display: inline-block;
  border-radius: 15px;
  line-height: 1.8;
  text-align: center;
  font-family: "Farhang";
  background-color: rgb(199, 168, 103);
}

.search-wrapper {
  position: relative;
  z-index: 100;
}
.search-wrapper .input-group {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px) translateY(20px);
  transition: all 0.25s ease;
}
.search-wrapper .input-group.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(20px);
}
.search-wrapper .input-group input {
  background: #1A1A1A;
  border: 1px solid rgba(212, 175, 106, 0.15);
  color: white;
}
.search-wrapper .input-group input:focus {
  box-shadow: none;
  border-color: #D4AF6A;
}
.search-wrapper .input-group .input-group-text {
  background: #D4AF6A;
  border: none;
}
@media (max-width: 768px) {
  .search-wrapper .input-group {
    left: 50%;
  }
}

.navbar-toggler {
  color: #ffffff;
}

/* Mega Menu */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: #efefef;
  margin-top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.35s ease;
}
.mega-menu .mega-title {
  font-size: 18px;
  padding-top: 40px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}
.mega-menu .mega-link {
  display: block;
  text-decoration: none;
  color: #555;
  margin-bottom: 12px;
  font-size: 16px;
  transition: 0.25s;
}
.mega-menu .mega-link:hover {
  color: #000;
}
.mega-menu .col-mega {
  padding: 0px 40px;
  border-left: 1px solid #ccc;
}
.mega-menu .mega-image img {
  height: 300px;
}

.nav-item.dropdown {
  position: static;
}
.nav-item.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}

.cart-menu {
  position: absolute;
  left: 0%;
  padding: 24px;
  display: none;
  max-width: 430px;
  z-index: 1000;
  background-color: #ffffff;
}

.cart-item {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 24px;
  margin-top: 24px;
}
.cart-item .info-wrapper {
  margin-right: 16px;
  flex: 1;
  /* اضافه شد - اجازه رشد به اطلاعات می‌دهد */
  min-width: 0;
  /* اضافه شد - برای text-truncate ضروری است */
}
.cart-item .info-wrapper .name {
  font-weight: bold;
  margin-bottom: 8px;
  /* اضافه شد - فاصله از بخش بعدی */
}
.cart-item .info-wrapper .size,
.cart-item .info-wrapper .color {
  margin-top: 12px;
  color: #565656;
}
.cart-item .info-wrapper .price {
  display: flex;
  gap: 8px;
  /* اضافه شد - فاصله بین تعداد و قیمت */
  align-items: center;
}
.cart-item .info-wrapper .price span {
  white-space: nowrap;
  /* اضافه شد - جلوگیری از شکستن هر بخش */
}
.cart-item .info-wrapper .price span:last-child {
  color: black;
  font-weight: bold;
}
.cart-item:first-child {
  margin-top: 0;
}

.zagros-menu .nav-tabs {
  margin-top: 24px;
  border-bottom: none;
}
.zagros-menu .nav-tabs .nav-link {
  color: #222;
  font-weight: 500;
  font-size: 20px;
  padding: 14px 0;
}
.zagros-menu .nav-tabs .nav-link.active {
  background-color: #0b1437;
  color: #fff;
  border-bottom: 4px solid rgb(199, 168, 103);
  border-radius: 0;
}
.zagros-menu .list-group-item {
  border: none;
  padding: 20px 24px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zagros-menu .list-group-item svg {
  transition: 0.2s;
}
.zagros-menu .list-group-item:hover {
  background-color: #f8f9fa;
}
.zagros-menu .list-group-item_btn_coll:not(.collapsed) {
  border-bottom: 2px solid #02003C;
}
.zagros-menu .list-group-item_btn_coll:not(.collapsed) svg {
  transform: rotate(180deg);
}
.zagros-menu .list-group-item a {
  text-decoration: none;
  color: #222;
  display: flex;
  justify-content: space-between;
}
.zagros-menu .list-group-item a:after {
  content: "";
  background-image: url(../images/icon/Iconly-Heart-1724839002216.svg);
}
.zagros-menu .list-group-item .collapse a:after {
  transform: rotate(-180deg);
}

/* Offcanvas scroll */
.offcanvas {
  height: 100vh;
}

.offcanvas-body {
  padding: 0;
  overflow-y: auto;
}

/* حذف یا اصلاح این بخش - چون در HTML شما استفاده نشده */
.price-section {
  font-size: 20px;
  font-weight: 800;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-menu.show {
  display: block;
}

.cart-btn.active {
  border-bottom: 1px solid rgb(199, 168, 103);
}

.modal-login {
  background-color: #161616;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-login .modal-header {
  align-self: start;
  padding: 0;
  border-bottom: unset;
}
.modal-login .modal-header .close {
  padding: 3px 7px;
  border-radius: 0;
  background-color: #E40004;
  color: white;
}
.modal-login .modal-body .text-wrapper {
  border-bottom: 1px solid #242424;
}
.modal-login .otp-wrapper {
  margin-top: 2rem;
}
.modal-login .otp-wrapper .otp-input {
  width: 56px;
  height: 56px;
  background: #1A1A1A;
  border: 1px solid rgba(212, 175, 106, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  outline: none;
  transition: all 0.25s ease;
}
.modal-login .otp-wrapper .otp-input:focus {
  border-color: #D4AF6A;
  box-shadow: 0 0 0 3px rgba(212, 175, 106, 0.12);
  background: #202020;
}
.modal-login .otp-wrapper .otp-input:hover {
  border-color: rgba(212, 175, 106, 0.4);
}
.modal-login .text-secondary.text-start a {
  text-decoration: underline;
  color: rgb(199, 168, 103);
}
.modal-login .form-group label {
  color: rgb(199, 168, 103);
}

.footer {
  background-color: #161616;
  color: #e0e0e0;
  padding: 60px 0 20px;
}
.footer .logo {
  color: rgb(199, 168, 103);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}
.footer .info-title,
.footer .section-title {
  color: rgb(199, 168, 103);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  margin-bottom: 0.75rem;
}
.footer .footer-links a {
  color: #b0b0b0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.footer .footer-links a:hover {
  color: rgb(199, 168, 103);
  padding-right: 5px;
}
.footer .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .contact-list li {
  margin-bottom: 1rem;
  color: #9D9D9D;
  line-height: 1.5;
}
.footer .contact-list i {
  color: rgb(199, 168, 103);
  font-size: 1.1rem;
  min-width: 24px;
}
.footer .social-icons {
  display: flex;
  gap: 15px;
}
.footer .social-icons a {
  width: 56px;
  height: 56px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.footer .social-icons a:hover {
  background: rgb(199, 168, 103);
}
.footer .newsletter-text {
  font-size: 0.85rem;
  color: #b0b0b0;
  margin-bottom: 0.75rem;
}
.footer .newsletter .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 8px 0 0 8px;
  font-size: 0.85rem;
}
.footer .newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(199, 168, 103);
  box-shadow: none;
  color: #ffffff;
}
.footer .newsletter .form-control::placeholder {
  color: #666;
}
.footer .newsletter .btn-subscribe {
  background: rgb(199, 168, 103);
  border: none;
  color: #0a0a0a;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
  font-size: 0.85rem;
  padding: 0.375rem 1rem;
}
.footer .newsletter .btn-subscribe:hover {
  background: rgb(199, 168, 103), 8%;
  color: #000;
}
.footer .mini-logo-wrapper {
  position: relative;
}
.footer .mini-logo-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  width: 50%;
  background-color: #242424;
}
.footer .mini-logo-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 50%;
  background-color: #242424;
}
.footer .mini-logo-wrapper img {
  background-color: #161616;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer .logo {
    font-size: 1.5rem;
  }
  .footer .contact-list li {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  main {
    overflow: hidden;
  }
}
.heritage-section {
  position: relative;
  width: 100%;
  min-height: 650px;
  background-image: url("../images/collaboration.jpg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .heritage-section {
    background-position: 30% center;
  }
}
.heritage-section .heritage-overlay-content {
  width: 60%;
  background-color: rgba(10, 10, 10, 0.4);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  padding: 60px 80px 60px 40px;
  z-index: 2;
}
@media (max-width: 992px) {
  .heritage-section .heritage-overlay-content {
    width: 100%;
    background: rgba(22, 22, 22, 0.85);
    backdrop-filter: blur(4px);
    padding: 40px 20px;
  }
}
.heritage-section .heritage-overlay-content .content-inner {
  width: 100%;
  max-width: 700px;
  color: #ffffff;
}
.heritage-section .heritage-header .brand-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}
.heritage-section .heritage-header .heritage-title {
  color: rgb(199, 168, 103);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .heritage-section .heritage-header .heritage-title {
    font-size: 1.3rem;
  }
}
.heritage-section .heritage-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: justify;
  direction: rtl;
}
.heritage-section .heritage-subtext {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 500;
}
.heritage-section .heritage-stats .stat-item {
  font-size: 1.05rem;
}
.heritage-section .heritage-stats .stat-item .stat-icon {
  color: rgb(199, 168, 103);
  font-size: 1.2rem;
}
.heritage-section .heritage-stats .stat-item .highlight-box {
  color: #ffffff;
  background: rgba(2, 0, 60, 0.4);
  backdrop-filter: blur(12px);
  padding: 6px 16px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px;
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.heritage-section .heritage-stats .stat-item .highlight-box.font-dark-blue {
  background: rgba(2, 0, 60, 0.4);
  backdrop-filter: blur(12px);
}
.heritage-section .heritage-actions .btn-heritage-outline {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  background: rgba(199, 168, 103, 0.2);
  border: 1px solid #C7A867;
  backdrop-filter: blur(20px);
}
.heritage-section .heritage-actions .btn-heritage-outline:hover {
  border-color: rgb(199, 168, 103);
  color: rgb(199, 168, 103) !important;
  background: rgba(199, 168, 103, 0.05);
  transform: translateY(-2px);
}

.factory-section {
  color: #ffffff;
}
.factory-section .factory-main-title {
  color: rgb(199, 168, 103);
  font-size: 1.75rem;
  font-weight: bold;
}
.factory-section .factory-main-desc {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
}
.factory-section .video-preview-wrapper {
  cursor: pointer;
}
.factory-section .video-preview-wrapper .factory-cover-img {
  height: 400px;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .factory-section .video-preview-wrapper .factory-cover-img {
    height: 280px;
  }
}
.factory-section .factory-features-list .feature-item .feature-icon-box {
  color: rgb(199, 168, 103);
  font-size: 1.5rem;
  margin-top: 3px;
}
.factory-section .factory-features-list .feature-item .feature-text-box .feature-title {
  color: rgb(199, 168, 103);
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.factory-section .factory-features-list .feature-item .feature-text-box .feature-desc {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

.factory-video-modal .modal-content {
  background-color: #161616 !important;
  box-shadow: 0 0 40px rgba(199, 168, 103, 0.15);
}
.factory-video-modal .btn-close-white {
  transition: transform 0.2s ease;
}
.factory-video-modal .btn-close-white:hover {
  transform: rotate(90deg);
}

.cooperation-section .cooperation-card {
  background: linear-gradient(251.7deg, #404040 0%, #323232 23.89%, #242424 47.53%, #0F0F0F 87.5%);
  border-radius: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.cooperation-section .cooperation-card .cooperation-model-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-dodge;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  pointer-events: none;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%);
}
@media (max-width: 992px) {
  .cooperation-section .cooperation-card .cooperation-model-img {
    position: relative;
    height: 350px;
    width: 100%;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%);
  }
}
.cooperation-section .cooperation-card .row.g-0 {
  min-height: 600px;
}
.cooperation-section .cooperation-card .left-talk-wrapper {
  z-index: 2;
}
.cooperation-section .cooperation-card .left-talk-wrapper .talk-text {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -1px;
  opacity: 0.9;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.cooperation-section .cooperation-card .cooperation-form-wrapper {
  z-index: 2;
}
.cooperation-section .cooperation-card .cooperation-form-wrapper .form-main-title {
  color: rgb(199, 168, 103);
  font-size: 1.8rem;
  font-weight: bold;
}
.cooperation-section .cooperation-card .cooperation-form-wrapper .form-main-subtitle {
  color: #ffffff;
  font-size: 1.4rem;
}
.cooperation-section .cooperation-card .form-group-custom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cooperation-section .cooperation-card .form-group-custom label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  margin-bottom: 8px;
}
.cooperation-section .cooperation-card .form-group-custom .form-control-custom {
  width: 100%;
  height: 48px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 0 15px;
  font-size: 0.95rem;
  transition: all 0.25s ease;
}
.cooperation-section .cooperation-card .btn-submit-cooperation {
  background-color: rgb(199, 168, 103);
  color: #ffffff;
  border: none;
  height: 48px;
  font-weight: bold;
  font-size: 1rem;
}
.cooperation-section .cooperation-card .btn-cooperation-catalog {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 168, 103, 0.2);
  border: 1px solid #C7A867;
  backdrop-filter: blur(20px);
}
.cooperation-section .cooperation-card .btn-cooperation-catalog:hover {
  border-color: rgb(199, 168, 103);
  color: rgb(199, 168, 103) !important;
  background: rgba(199, 168, 103, 0.05);
  transform: translateY(-2px);
}
@media (max-width: 576px) {
  .cooperation-section .cooperation-card .btn-cooperation-catalog {
    width: 100%;
    font-size: 1rem;
  }
}

.solutions-section .sticky-content-wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.solutions-section .sticky-content-wrapper .solutions-title {
  color: rgb(199, 168, 103);
  font-size: 2rem;
  font-weight: 700;
}
.solutions-section .sticky-content-wrapper .solutions-subtitle {
  color: rgb(199, 168, 103);
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.solutions-section .sticky-content-wrapper .solutions-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  line-height: 1.7;
}
.solutions-section .solutions-cards-list .solution-card {
  height: 430px;
}
@media (max-width: 576px) {
  .solutions-section .solutions-cards-list .solution-card {
    height: 300px;
  }
}
.solutions-section .solutions-cards-list .solution-card .solution-img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.solutions-section .solutions-cards-list .solution-card:hover .solution-img {
  transform: scale(1.03);
}
.solutions-section .solutions-cards-list .solution-card .glass-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.24);
  backdrop-filter: blur(2px);
  z-index: 2;
}
.solutions-section .solutions-cards-list .solution-card .glass-caption .caption-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .solutions-section .solutions-cards-list .solution-card .glass-caption .caption-title {
    font-size: 1.1rem;
  }
}
.solutions-section .solutions-cards-list .solution-card .glass-caption .caption-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  line-height: 1.7;
}
@media (max-width: 576px) {
  .solutions-section .solutions-cards-list .solution-card .glass-caption .caption-text {
    font-size: 0.85rem;
    line-height: 1.6;
  }
}

.products-portfolio-section .section-header .portfolio-main-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .products-portfolio-section .section-header .portfolio-main-title {
    font-size: 1.4rem;
  }
}
.products-portfolio-section .section-header .portfolio-icon {
  color: rgb(199, 168, 103);
  display: flex;
  align-items: center;
}
.products-portfolio-section .section-header .portfolio-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  margin-right: 0;
  margin-left: auto;
  line-height: 1.6;
}
.products-portfolio-section .product-item-card {
  display: flex;
  flex-direction: column;
}
.products-portfolio-section .product-item-card .product-img-wrapper {
  width: 100%;
  height: 320px;
}
.products-portfolio-section .product-item-card .product-img-wrapper img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s ease;
}
.products-portfolio-section .product-item-card .product-img-wrapper .btn-view-products {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: #8c8275;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.95rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.products-portfolio-section .product-item-card .product-img-wrapper .btn-view-products .btn-icon {
  display: inline-flex;
  align-items: center;
  width: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.products-portfolio-section .product-item-card .product-img-wrapper .btn-view-products .btn-icon svg {
  stroke: #ffffff;
}
.products-portfolio-section .product-item-card .product-img-wrapper .btn-view-products .btn-text {
  transition: transform 0.3s ease;
}
.products-portfolio-section .product-item-card .product-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  pointer-events: none;
}
.products-portfolio-section .product-item-card:hover .product-img-wrapper img {
  transform: scale(1.05);
  filter: blur(2px) brightness(0.9);
}
.products-portfolio-section .product-item-card:hover .product-img-wrapper::after {
  opacity: 1;
}
.products-portfolio-section .product-item-card:hover .product-img-wrapper .btn-view-products {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.products-portfolio-section .product-item-card:hover .product-title {
  color: #ffffff;
}
.products-portfolio-section .product-item-card .product-title {
  color: rgb(199, 168, 103);
  font-size: 1.4rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.products-portfolio-section .product-item-card .product-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 300;
}
.products-portfolio-section .product-item-card .btn-view-products:hover {
  background-color: #434152;
  padding-left: 20px;
  gap: 12px;
}
.products-portfolio-section .product-item-card .btn-view-products:hover .btn-icon {
  width: 16px;
  opacity: 1;
  transform: translateX(0);
}

.gifts-section .gifts-header-wrapper .gifts-main-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .gifts-section .gifts-header-wrapper .gifts-main-title {
    font-size: 1.4rem;
  }
}
.gifts-section .gifts-header-wrapper .gift-main-icon {
  color: rgb(199, 168, 103);
  display: flex;
  align-items: center;
}
.gifts-section .gifts-header-wrapper .gift-main-icon svg {
  max-width: 76px;
  height: auto;
}
.gifts-section .gifts-header-wrapper .gifts-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 300;
}
.gifts-section .gifts-header-wrapper .gifts-badge {
  color: rgb(199, 168, 103);
  font-size: 1.1rem;
  font-weight: bold;
  opacity: 0.9;
}
.gifts-section .product-item-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gifts-section .product-item-card .product-img-wrapper {
  width: 100%;
  height: 340px;
  background-color: #1a1a1a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.gifts-section .product-item-card .product-img-wrapper img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s ease;
}
.gifts-section .product-item-card .product-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  pointer-events: none;
}
.gifts-section .product-item-card .product-img-wrapper .btn-view-products {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: #8c8275;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.95rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.gifts-section .product-item-card .product-img-wrapper .btn-view-products .btn-icon {
  display: inline-flex;
  align-items: center;
  width: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.gifts-section .product-item-card .product-img-wrapper .btn-view-products .btn-icon svg {
  stroke: #ffffff;
}
.gifts-section .product-item-card .product-img-wrapper .btn-view-products .btn-text {
  transition: transform 0.3s ease;
}
.gifts-section .product-item-card .product-img-wrapper .btn-view-products:hover {
  background-color: #434152;
  padding-left: 20px;
  gap: 12px;
}
.gifts-section .product-item-card .product-img-wrapper .btn-view-products:hover .btn-icon {
  width: 16px;
  opacity: 1;
  transform: translateX(0);
}
.gifts-section .product-item-card .product-title {
  color: rgb(199, 168, 103);
  font-size: 1.4rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.gifts-section .product-item-card .product-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 300;
}
.gifts-section .product-item-card:hover .product-img-wrapper img {
  transform: scale(1.05);
  filter: blur(2px) brightness(0.9);
}
.gifts-section .product-item-card:hover .product-img-wrapper::after {
  opacity: 1;
}
.gifts-section .product-item-card:hover .product-img-wrapper .btn-view-products {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.gifts-section .product-item-card:hover .product-title {
  color: #ffffff;
}

.zagros-standards-section .standards-header .standards-main-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.zagros-standards-section .standards-header .standards-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 300;
}
.zagros-standards-section .features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}
.zagros-standards-section .features-list .feature-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 16px;
}
.zagros-standards-section .features-list .feature-item:last-child {
  border-bottom: none;
}
.zagros-standards-section .features-list .feature-item .feature-icon {
  color: rgb(199, 168, 103);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zagros-standards-section .features-list .feature-item .feature-content .feature-title {
  color: rgb(199, 168, 103);
  font-size: 1.15rem;
  font-weight: 600;
}
.zagros-standards-section .features-list .feature-item .feature-content .feature-desc {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}
.zagros-standards-section .map-wrapper {
  max-width: 100%;
  width: 500px;
}
.zagros-standards-section .map-wrapper .iran-map-img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: exclusion;
}
.zagros-standards-section .map-wrapper .map-pin {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}
.zagros-standards-section .map-wrapper .map-pin .pin-marker {
  width: 12px;
  height: 12px;
  background-color: #e97166;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #e97166;
}
.zagros-standards-section .map-wrapper .map-pin .pin-marker::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #e97166;
  border-radius: 50%;
  animation: pinPulse 2s infinite ease-out;
  opacity: 0;
}
.zagros-standards-section .map-wrapper .map-pin .map-tooltip {
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(21, 21, 24, 0.95);
  padding: 10px 14px;
  border-radius: 6px;
  width: 180px;
  text-align: center;
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.zagros-standards-section .map-wrapper .map-pin .map-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(21, 21, 24, 0.95) transparent transparent transparent;
}
.zagros-standards-section .map-wrapper .map-pin .map-tooltip .tooltip-city {
  color: rgb(199, 168, 103);
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.zagros-standards-section .map-wrapper .map-pin .map-tooltip .tooltip-branches {
  color: #e0e0e0;
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0;
}
.zagros-standards-section .map-wrapper .map-pin:hover {
  z-index: 20;
}
.zagros-standards-section .map-wrapper .map-pin:hover .pin-marker {
  background-color: rgb(199, 168, 103);
  box-shadow: 0 0 14px rgb(199, 168, 103);
}
.zagros-standards-section .map-wrapper .map-pin:hover .pin-marker::after {
  border-color: rgb(199, 168, 103);
}
.zagros-standards-section .map-wrapper .map-pin:hover .map-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@keyframes pinPulse {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.zagros-trust-section {
  background-color: #050a1a;
  direction: rtl;
  overflow: hidden;
}
.zagros-trust-section .trust-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.zagros-trust-section .trust-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}
.zagros-trust-section .dynamic-badge-wrapper {
  background: linear-gradient(181.53deg, #EFD08F 1.3%, #C7A867 50%, #EFD08F 98.7%);
  border: 4px solid rgba(233, 233, 233, 0.32);
  border-radius: 64px;
  padding: 14px 50px;
  box-shadow: 0 4px 20px rgba(170, 129, 56, 0.25);
  width: 450px;
  max-width: 100%;
}
.zagros-trust-section .dynamic-badge-wrapper .badgeTextSwiper {
  width: 100%;
  height: 28px;
}
.zagros-trust-section .dynamic-badge-wrapper .badgeTextSwiper .swiper-slide {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.zagros-trust-section .dynamic-badge-wrapper .badgeTextSwiper .swiper-slide span {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(90deg, #0A0A0A 0%, #565656 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.zagros-trust-section .partners-title {
  font-size: 1.1rem;
  opacity: 0.9;
}
.zagros-trust-section .partners-graphics-wrapper {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.zagros-trust-section .partners-graphics-wrapper::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 50%, transparent 100%);
  z-index: 2;
}
.zagros-trust-section .partners-graphics-wrapper .banks-grid-overlay {
  width: 100%;
  height: 500px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.45;
  transition: opacity 0.4s ease;
}
.zagros-trust-section .partners-graphics-wrapper .banks-grid-overlay:hover {
  opacity: 0.7;
}
.zagros-trust-section .partners-graphics-wrapper .zagros-trophy-holder {
  position: absolute;
  bottom: -20px;
  left: 5%;
  width: 160px;
  z-index: 10;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
}
.zagros-trust-section .partners-graphics-wrapper .zagros-trophy-holder img {
  max-width: 70%;
  transition: transform 0.4s ease;
}
.zagros-trust-section .partners-graphics-wrapper .zagros-trophy-holder:hover img {
  transform: scale(1.05) rotate(-2deg);
}
@media (max-width: 991.98px) {
  .zagros-trust-section .partners-graphics-wrapper {
    min-height: 320px;
    margin-top: 3rem;
    padding-bottom: 10px;
  }
  .zagros-trust-section .partners-graphics-wrapper::after {
    width: 100%;
    left: 1%;
    bottom: 5px;
  }
  .zagros-trust-section .partners-graphics-wrapper .banks-grid-overlay {
    height: 400px;
  }
  .zagros-trust-section .partners-graphics-wrapper .zagros-trophy-holder {
    width: 110px;
    left: 1%;
    bottom: -10px;
  }
}
@media (max-width: 575.98px) {
  .zagros-trust-section .partners-graphics-wrapper {
    min-height: 240px;
    margin-top: 1.5rem;
  }
  .zagros-trust-section .partners-graphics-wrapper .zagros-trophy-holder {
    width: 110px;
    left: -2%;
    bottom: -10px;
  }
}
.awards-section {
  direction: rtl;
}
.awards-section .section-title {
  color: rgb(199, 168, 103);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  background: linear-gradient(180deg, #ffe0a3 0%, rgb(199, 168, 103) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.awards-section .award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.awards-section .award-card .award-image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  background: radial-gradient(77.63% 50.29% at 49.85% 100.15%, #28251E 0%, #161616 100%);
  background-size: 100% 100%;
  background-position: center bottom;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
  transition: 0.3s;
}
.awards-section .award-card .award-image-wrapper img {
  max-height: 85%;
  object-fit: contain;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s ease-in-out;
}
.awards-section .award-card .award-caption {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
  padding: 0 5px;
  transition: color 0.3s ease;
}
.awards-section .award-card:hover .award-image-wrapper, .awards-section .award-card.active .award-image-wrapper {
  border-radius: 24px;
  background: radial-gradient(103.12% 100.15% at 49.85% 100.15%, #3A3427 0%, #161616 100%);
  transition: 0.2s;
}
.awards-section .award-card:hover .award-image-wrapper img, .awards-section .award-card.active .award-image-wrapper img {
  transform: scale(1.2) translateY(-20px);
}
.awards-section .award-card:hover .award-caption, .awards-section .award-card.active .award-caption {
  color: #ffffff;
}

@media (max-width: 768px) {
  .awards-section .section-title {
    font-size: 1.6rem;
  }
  .awards-section .award-caption {
    font-size: 0.8rem;
  }
}
.commitment-section {
  direction: rtl;
}
.commitment-section .section-title {
  color: rgb(199, 168, 103);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  background: linear-gradient(180deg, #ffe5b4 0%, rgb(199, 168, 103) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commitment-section .commitment-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.commitment-section .commitment-card .commitment-image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0px;
}
.commitment-section .commitment-card .commitment-image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, filter 0.3s ease;
  filter: brightness(0.9);
}
.commitment-section .commitment-card .commitment-content {
  text-align: center;
}
.commitment-section .commitment-card .commitment-content .commitment-card-title {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}
.commitment-section .commitment-card .commitment-content .commitment-card-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 10px;
  transition: color 0.3s ease;
}
.commitment-section .commitment-card:hover .commitment-image-wrapper img {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.commitment-section .commitment-card:hover .commitment-content .commitment-card-title {
  color: rgb(199, 168, 103);
}
.commitment-section .commitment-card:hover .commitment-content .commitment-card-desc {
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 992px) {
  .commitment-section .section-title {
    font-size: 1.65rem;
  }
  .commitment-section .commitment-card .commitment-content .commitment-card-title {
    font-size: 1.2rem;
  }
  .commitment-section .commitment-card .commitment-content .commitment-card-desc {
    font-size: 0.85rem;
  }
}

/*# sourceMappingURL=collaboration.css.map */
