#tile {
  background: #fff;

  padding: 0 !important;
}

#crystal-squere picture,
#tile picture {
  border-radius: 2px;
}

.wall-tile picture {
  border-radius: 1px;
}
.current-menu-item > .nav-link:first-child:hover,
.desktop-menu .nav-link:first-child:hover,
.current-menu-item > .nav-link:first-child,
.desktop-menu .nav-link:first-child {
  -webkit-text-fill-color: #ffffff !important;
  color: #fff !important;
}
.current-menu-item > .nav-link:first-child:after,
.desktop-menu .nav-link:first-child:after {
  background-color: #fff !important;
}
.product-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info p {
  text-align: justify;
}
.navbar-nav .menu-item {
  margin-bottom: 5px !important;
}
.black-bg {
  background: #000 !important;
}
.greenSection {
  background: #0a332d !important;
}
.template2 {
  background: #0a0c0b !important;
}
.template2 * {
  color: #fff;
}
.black-bg,
.greenSection {
  p,
  h1,
  h2,
  h3 {
    color: #fff;
  }
}
.single-customer {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Play", "Yekan", "sans-serif", "Nunito" !important;
}
.single-customer .hero-section {
  background-size: contain !important;
  padding-top: 0 !important;
  background-color: #000;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
.single-customer,
h1,
h2,
h3,
h4,
p,
a,
button {
  font-family: "Play", "Yekan", "sans-serif", "Nunito" !important;
}
.single-customer .hero-info {
  min-height: 50vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.template2 .hero-info .vc_column-inner .wpb_wrapper {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.single-customer .hero-info {
  p,
  h1 {
    text-align: left !important;
    direction: ltr;
  }
}
.template1 p {
  text-align: justify;
}
.single-customer .hero-info h1 {
  color: rgb(190, 169, 122);
  font-weight: bold !important;
  font-size: 40px !important;
}
.gold-btn {
  float: left !important;
}
.gold-border-btn button,
.gold-border-btn a {
  border-color: rgb(190, 169, 122) !important;
  background: #000 !important;
  color: rgb(190, 169, 122) !important;
}
.gold-btn button,
.gold-btn a {
  background: linear-gradient(
    to left,
    rgb(190, 169, 122),
    rgb(164, 139, 86)
  ) !important;
  border: none !important;
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  width: 200px !important;
  justify-content: center;
}
.gold-btn button:after,
.gold-border-btn button:after,
.gold-btn a:after,
.gold-border-btn a:after {
  content: "\f061";
  font-family: "fontawesome";
  float: right;
  padding-left: 5px;
  transition: 0.3s ease;
}
.gold-border-btn button:after,
.gold-border-btn a:after {
  color: rgb(190, 169, 122);
}

.gold-btn button:hover:after,
.gold-border-btn button:hover:after,
.gold-btn a:hover:after,
.gold-border-btn a:hover:after {
  transform: translate(5px, 0) !important;
}
.radius img,
.radius .ult-ib-resp {
  border-radius: 15px !important;
}
.greenSection .vc_icon_element-icon {
  color: #fff !important;
}
.single-customer .vc_do_icon,
.single-customer .wpb_text_column {
  margin-bottom: 15px !important;
}
.template2 .vc_section {
  margin-bottom: 35px;
}
.single-customer .owl-carousel {
  direction: rtl !important;
}
.single-customer .owl-carousel .owl-stage-outer {
  direction: ltr;
}
.single-customer .owl-carousel .vc_gitem-zone {
  opacity: 0.5;
  transition: 0.3s ease;
}
.single-customer .owl-carousel .vc_gitem-zone:hover {
  opacity: 1;
}
.gold *,
.gold,
.template2 .vc_icon_element-icon {
  color: #bea97a !important;
}
.template2 h2 {
  text-align: right;
  font-weight: bold;
}
.template2 p {
  text-align: justify;
}
.timeline-heading {
  text-align: center;
  margin-bottom: 50px;
}

.timeline-heading h2 {
  margin: 0;
}

.timeline-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 30px 0 40px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
/* Horizontal Timeline Scrollbar */

.custom-horizontal-timeline .timeline-wrapper {
  overflow-x: scroll !important;
  overflow-y: hidden !important;

  scrollbar-width: auto !important;
  scrollbar-color: #0a332d #000 !important;
}

/* Chrome / Edge / Safari */

.custom-horizontal-timeline .timeline-wrapper::-webkit-scrollbar {
  height: 8px !important;
  display: block !important;
}

.custom-horizontal-timeline .timeline-wrapper::-webkit-scrollbar-track {
  background: #000 !important;
  border-radius: 10px !important;
}

.custom-horizontal-timeline .timeline-wrapper::-webkit-scrollbar-thumb {
  background: #0a332d !important;
  border-radius: 10px !important;
}

.custom-horizontal-timeline .timeline-wrapper::-webkit-scrollbar-thumb:hover {
  background: #0a332d !important;
}
.timeline-track {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: max-content;
  min-width: 100%;
  padding: 0 15px;
}

.timeline-line {
  position: absolute;
  top: 10px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: #bea97a85;
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 280px;
  min-width: 280px;
  margin-right: 0px;
  z-index: 2;
}

.timeline-item:last-child {
  margin-right: 0;
}

.timeline-point {
  width: 100%;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.timeline-dot {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  background: #bea97a;
  border: 3px solid #bea97a;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.timeline-status-active .timeline-dot {
  background: #bea97a;
  transform: scale(1.25);
}

.timeline-card {
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.timeline-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timeline-date {
  font-size: 14px;
  font-weight: 600;
  color: #888888;
  margin-right: 5px;
  background: #000;
}

.timeline-item-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff !important;
}

.timeline-description {
  font-size: 14px;
  line-height: 1.8;
  color: #fff !important;
}

.timeline-description p {
  margin: 0;
}

.timeline-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.timeline-status-active .timeline-card {
  border-color: #222222;
}
.customer-information {
  display: flex;
  flex-flow: row-reverse wrap;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

@media (max-width: 767px) {
  .timeline-heading {
    margin-bottom: 30px;
  }

  .timeline-wrapper {
    padding-bottom: 25px;
  }

  .timeline-track {
    padding: 0 25px;
  }

  .timeline-line {
    left: 25px;
    right: 25px;
  }

  .timeline-item {
    width: 250px;
    min-width: 250px;
    margin-right: 25px;
  }

  .timeline-content {
    padding: 18px;
  }

  .timeline-item-title {
    font-size: 18px;
  }
  .customer-information .wpb_column {
    width: 50% !important;
    display: inline-block;
  }
  .single-customer .owl-carousel .vc_gitem-zone {
    width: 100px;
    margin: 0 auto;
  }
  .single-customer .owl-carousel .owl-item .vc_grid-item {
    width: 50% !important;
    display: inline-block !important;
  }
}

@media (min-width: 680px) {
  .hide-desktop {
    display: none;
  }
}
@media (max-width: 680px) {
  .wpb-content--blank .wpb-content-wrapper {
    padding: 0 35px;
  }
  section#heroSlide h1,
  section#heroSlide h1 span {
    font-size: 50px !important;
    text-align: left !important;
    justify-content: left !important;
  }
  section#heroSlide p {
    font-size: 15px !important;
  }
  .pactplateinfo {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
  }

  /* اسکرول داخل */
  .pactplateinfo .content {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    scroll-behavior: smooth;
  }

  /* مخفی کردن scrollbar (اختیاری) */
  .pactplateinfo .content::-webkit-scrollbar {
    width: 4px;
  }
  .pactplateinfo .content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
  }

  /* fade پایین */
  .pactplateinfo .fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    opacity: 1;
  }

  .pactplateinfo .scroll-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);

    width: 36px;
    height: 36px;
    border-radius: 50%;

    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: 0.2s ease;
  }

  .pactplateinfo .scroll-btn svg {
    color: #111;
  }

  .pactplateinfo .scroll-btn:hover {
    transform: translateX(-50%) scale(1.05);
  }
  .about-sec > .h-100 {
    flex-direction: column !important;
    height: auto !important;
  }
  .about-image {
    width: 100% !important;
    height: 50vh !important;
  }
  .about-image div {
    background-position: bottom !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .tilebox {
    display: none !important;
  }
}
