@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;
  }
}

main {
  overflow: unset;
}
@media (max-width: 568px) {
  main {
    overflow: hidden;
  }
}

.about-hero-section {
  position: relative;
  min-height: 650px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about-hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(22, 22, 22, 0.95) 0%, rgba(22, 22, 22, 0.75) 40%, rgba(22, 22, 22, 0.2) 70%, transparent 100%);
  z-index: 1;
}
.about-hero-section .container {
  position: relative;
  z-index: 2;
}
.about-hero-section .about-hero-content {
  padding-top: 2rem;
}
.about-hero-section .about-hero-content .about-logo {
  width: 110px;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}
.about-hero-section .about-hero-content .hero-main-title {
  font-size: 2.2em;
  font-weight: 600;
  color: rgb(199, 168, 103);
}
.about-hero-section .about-hero-content .hero-subtitle {
  color: #ffffff;
  font-size: 1.2rem;
  max-width: 90%;
  font-weight: 600;
}
.about-hero-section .about-hero-content .narrative-box .narrative-title {
  color: rgb(199, 168, 103);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}
.about-hero-section .about-hero-content .narrative-box .narrative-text p {
  color: #ffffff;
  margin-bottom: 1.2rem;
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .about-hero-section {
    height: auto;
    padding: 6rem 0;
  }
  .about-hero-section .hero-overlay {
    background: rgba(22, 22, 22, 0.8);
  }
  .about-hero-section .about-hero-content {
    text-align: center;
  }
  .about-hero-section .about-hero-content .hero-main-title {
    font-size: 2rem;
  }
  .about-hero-section .about-hero-content .hero-main-title span {
    font-size: 1.8rem;
  }
  .about-hero-section .about-hero-content .hero-subtitle {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .about-hero-section .about-hero-content .narrative-box .narrative-title::after {
    right: 50%;
    transform: translateX(50%);
  }
}

.growth-journey-section {
  padding: 5rem 0;
  position: relative;
}

.timeline-container {
  position: relative;
  direction: rtl;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  left: 40px;
  width: auto;
  height: 2px;
  border-top: 2px dashed rgba(255, 255, 255, 0.12);
  z-index: 1;
}

.timeline-trophy-node {
  position: relative;
  flex: 0 0 180px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-trophy-node .trophy-img {
  height: 180px;
  width: auto;
}

.timeline-card-wrapper {
  position: relative;
  flex: 0 1 210px;
  z-index: 2;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.timeline-card {
  background: linear-gradient(0deg, #242424 0%, #161616 100%);
  width: 100%;
  max-width: 210px;
  min-height: 215px;
  border-radius: 14px 14px 105px 105px;
  padding: 1.5rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease;
}
.timeline-card .card-title {
  color: rgb(199, 168, 103);
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.timeline-card .card-desc {
  color: #999999;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.timeline-card .card-year {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 15px;
  transition: color 0.3s ease;
}

.sticky-column-wrapper {
  position: relative;
  z-index: 2;
}

.sticky-growth-card {
  position: relative;
  border-radius: 20px;
  padding: 2.5rem;
  background: linear-gradient(#0b0b0b, #0b0b0b) padding-box, linear-gradient(to left, rgba(205, 162, 91, 0.5) 0%, rgba(205, 162, 91, 0.15) 50%, transparent 100%) border-box;
  border: 2px solid transparent;
}
.sticky-growth-card .growth-title {
  color: rgb(199, 168, 103);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sticky-growth-card .growth-text {
  color: rgb(229.5, 229.5, 229.5);
  font-size: 1.1rem;
  line-height: 1.9;
  font-weight: 300;
  text-align: justify;
}
.sticky-growth-card .growth-text p:last-child {
  margin-bottom: 0;
  color: white;
  font-weight: bold;
}

.sticky-image-box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.sticky-image-box .journey-img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.sticky-image-box:hover .journey-img {
  transform: scale(1.02);
}

/* ─── ریسپانسیو اختصاصی تبلت و موبایل ─── */
@media (max-width: 991.98px) {
  .growth-journey-section {
    padding: 4rem 0;
  }
  .timeline-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .timeline-container::before {
    display: none;
  }
  .timeline-trophy-node {
    flex: 0 0 100%;
  }
  .timeline-card-wrapper {
    flex: 0 1 calc(50% - 0.75rem);
  }
  .sticky-growth-card {
    background: linear-gradient(#0b0b0b, #0b0b0b) padding-box, linear-gradient(to bottom, rgba(199, 168, 103, 0.4) 0%, transparent 100%) border-box;
  }
}
@media (max-width: 568px) {
  .timeline-card-wrapper {
    flex-basis: 100%;
  }
  .timeline-card {
    min-height: 210px;
  }
}
.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;
  }
}
.solutions-section {
  background-color: #161616;
  direction: rtl;
}
.solutions-section .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
}
.solutions-section .carousel-fade .carousel-item.active {
  opacity: 1;
}
.solutions-section .slider-image-wrapper {
  width: 100%;
  overflow: hidden;
}
.solutions-section .slider-image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: brightness(0.95);
}
.solutions-section .section-title {
  color: rgb(199, 168, 103);
  font-size: 2.2rem;
  font-weight: 700;
}
.solutions-section .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 400;
  max-width: 90%;
}
.solutions-section .feature-grid {
  margin-top: 2.5rem;
}
.solutions-section .feature-grid > [class*=col-]:nth-child(1), .solutions-section .feature-grid > [class*=col-]:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 1.5rem;
}
.solutions-section .feature-item {
  justify-content: flex-end;
}
.solutions-section .feature-item .feature-content {
  flex: 1;
}
.solutions-section .feature-item .feature-title {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.solutions-section .feature-item .feature-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin-bottom: 0;
  line-height: 1.6;
}
.solutions-section .feature-item .feature-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.solutions-section .feature-item .feature-icon svg {
  filter: drop-shadow(0 2px 8px rgba(199, 168, 103, 0.2));
}
.solutions-section .feature-item:hover .feature-icon {
  transform: scale(1.1);
}
.solutions-section .btn-outline-solution {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 0.6rem 2.2rem;
  font-size: 0.9rem;
  border-radius: 50px;
}

@media (max-width: 991.98px) {
  .solutions-section .section-title {
    font-size: 1.75rem;
  }
  .solutions-section .section-subtitle {
    max-width: 100%;
  }
  .solutions-section .feature-grid > [class*=col-]:nth-child(1), .solutions-section .feature-grid > [class*=col-]:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .solutions-section .feature-item {
    background: rgba(255, 255, 255, 0.02);
    padding: 1rem;
    border-radius: 8px;
  }
}
.easy-purchase-section .section-title {
  color: rgb(199, 168, 103);
  font-size: 2.2rem;
  font-weight: 700;
}
.easy-purchase-section .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.easy-purchase-section .btn-outline-purchase {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 0.65rem 2.5rem;
  font-size: 0.9rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.easy-purchase-section .btn-outline-purchase:hover {
  background: #161616;
}
.easy-purchase-section .purchase-steps-wrapper {
  width: 100%;
}
.easy-purchase-section .step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.easy-purchase-section .step-item .step-icon-box .normal-img {
  display: block;
}
.easy-purchase-section .step-item .step-icon-box .hover-img {
  display: none;
}
.easy-purchase-section .step-item .step-title {
  color: white;
  font-size: 1rem;
  line-height: 1.8;
}
.easy-purchase-section .step-item.active .step-icon-box .normal-img {
  display: none;
}
.easy-purchase-section .step-item.active .step-icon-box .hover-img {
  display: block;
}
.easy-purchase-section .step-item.active .step-title {
  color: rgb(199, 168, 103);
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .easy-purchase-section .section-title {
    font-size: 1.8rem;
  }
  .easy-purchase-section .purchase-steps-wrapper {
    flex-direction: column;
    align-items: center !important;
    gap: 2.5rem !important;
  }
  .easy-purchase-section .step-item {
    width: 100%;
  }
  .easy-purchase-section .step-item .step-icon-box {
    width: 90px;
    height: 90px;
  }
}
.services-section .section-title {
  margin-top: 20px;
  color: rgb(199, 168, 103);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.services-section .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.4;
}
.services-section .bg-brand-logo {
  pointer-events: none;
}
.services-section .bg-brand-logo .logo-shield {
  max-width: 240px;
}
@media (min-width: 1200px) {
  .services-section .services-cards-row {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
  }
}
.services-section .service-card {
  background-color: #00001E;
  padding: 2.5rem 2rem;
  height: 100%;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.services-section .service-card .service-icon-box {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.services-section .service-card .service-icon-box img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}
.services-section .service-card .service-icon-box .normal-img {
  display: block;
}
.services-section .service-card .service-icon-box .hover-img {
  display: none;
}
.services-section .service-card .service-card-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;
  transition: color 0.3s ease;
}
.services-section .service-card .service-card-title .highlight-text {
  color: rgb(199, 168, 103);
  font-weight: 500;
}
.services-section .service-card .text-gold-force {
  color: rgb(199, 168, 103) !important;
}

@media (max-width: 991.98px) {
  .services-section .section-title {
    font-size: 1.8rem;
  }
  .services-section .service-card {
    padding: 2rem 1.5rem;
  }
  .services-section .service-card .service-card-title {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=about-us.css.map */
