/*
Theme Name: moeinkhodro
Theme URI: https://weblabs.ir/
Author: Kianoosh SharifiMehr
Author URI: https://weblabs.ir/about-us/
Description: قالب اختصاصی معین خودرو، حاصل ماه‌ها تلاش، دقت و عشق طراحی شده است؛ ساخته شده برای کسب‌وکارهایی که می‌خواهند متفاوت دیده شوند.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moeinkhodro
Tags: custom-theme, responsive, rtl-language-support, one-column, clean-design
*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

@font-face {
  font-family: "YekanBakh";
  src: url("assets/fonts/YekanBakhFaNum-VF.woff");
  src: url("assets/fonts/YekanBakhFaNum-VF.woff2");
  font-display: swap;
}

:root {
  --color-primary: #0d3e62;
}

body {
  font-family: "YekanBakh";
  direction: rtl;
  font-size: 14px;
  text-align: right;
  color: #343434;
  line-height: 24px;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.container {
  width: 1280px;
  margin: auto;
  max-width: 96% !important;
}

.none {
  display: none !important;
}

/* === Start Header === */
.shadow-fit {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
  visibility: hidden;
  opacity: 0;
}

.site-header {
  width: 100%;
  background: #04111c;
  border-bottom: 8px solid var(--color-primary);
  z-index: 5;
}

.header--special {
  width: 100%;
  background: #0000003d;
  border-bottom: 1px solid #34343414;
  box-shadow: 0 20px 40px 0 #00000005;
  z-index: 10;
  position: absolute;
  top: 0;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.logo-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.logo-search .site-logo {
  display: flex;
}

.search-box {
  position: relative;
}

.search-box input {
  font-family: "YekanBakh";
  width: 393px;
  height: 48px;
  padding: 16px 41px 16px 4px;
  border-radius: 12px;
  background-color: #ffffff14;
  color: #fff;
  border: 1px solid #ffffff29;
}

.search-box input:focus {
  background-color: #0e2539 !important;
}

.search-box button {
  position: absolute;
  right: 12px;
  top: 10px;
  background: #fff0;
}

.content-ajax-search {
  position: absolute;
  right: 0;
  left: 0;
  background: #0d3e62;
  border: 1px solid #ffffff14;
  border-top: 0;
  border-bottom: 0;
  z-index: 9;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(13, 62, 98, 0.08);
  visibility: hidden;
  opacity: 0;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
}

.content-ajax-search ul {
  max-height: 364px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  padding: 16px;
  list-style: none;
}

.content-ajax-search ul li {
  border-radius: 8px;
  padding: 16px 8px;
  background: #ffffff14;
  border: 1px solid #ffffff29;
}

.content-ajax-search ul li a {
  display: flex;
  align-items: center;
  gap: 16px;
}

.content-ajax-search ul li a img {
  width: 104px;
  height: auto;
  border-radius: 16px;
}

.content-ajax-search ul li a h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.content-ajax-search .view-more-results {
  text-align: center;
}

.view-more-results a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 12px;
  padding: 10px 24px;
  border-radius: 12px;
  color: #0d3e62;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
}

.view-more-results a:hover {
  background: #0d3e62;
  color: #fff;
  border: 1px solid #fff;
}

.view-more-results:hover .btn-view-more svg path {
  stroke: #fff;
}

.content-ajax-search .not-found-search {
  width: 393px;
  height: 200px;
  border-radius: 16px;
  padding: 24px;
}

.not-found-search .not-found__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.not-found-search .not-found__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 24px;
}

.not-found__title p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.not-found__title span {
  font-weight: 450;
  font-size: 12px;
  color: #ffffff66;
}

.loader-ajax-search {
  position: absolute;
  right: 0;
  left: 0;
  background: #537690;
  border: 1px solid #ffffff14;
  border-top: 0;
  border-bottom: 0;
  z-index: 8;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(13, 62, 98, 0.08);
  visibility: hidden;
  opacity: 0;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #ccc #0000;
  animation: l16 1s infinite linear;
  margin: auto;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}

.loader::before {
  border-color: #0d3e62 #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.loader::after {
  margin: 8px;
}

@keyframes l16 {
  100% {
    transform: rotate(1turn);
  }
}

.search-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #04111c;
  z-index: 999;
  padding: 16px;
  display: none;
}

.search-mobile .loader-ajax-search,
.search-mobile .content-ajax-search {
  right: 15px;
  left: 15px;
}

.search-mobile .search-mobile__header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  color: #fff;
}

.search-mobile__header p {
  display: flex;
  align-items: center;
  gap: 4px;
}

.search-mobile form {
  position: relative;
}

.search-mobile input {
  font-family: "YekanBakh";
  width: 100%;
  height: 48px;
  padding: 16px 41px 16px 4px;
  border-radius: 12px;
  background-color: #ffffff14;
  color: #fff;
  border: 1px solid #ffffff29;
}

.search-mobile input:focus {
  background-color: #0e2539 !important;
}

.search-mobile button {
  position: absolute;
  right: 12px;
  top: 10px;
  background: #fff0;
}

.search-mobile .search-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25%;
  gap: 15px;
  font-weight: 700;
  color: #fff;
}

.search-note svg path {
  fill: #fff;
}

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

.header-phone .number {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header-phone .number a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.number .header-support {
  font-weight: 400;
  font-size: 12px;
  vertical-align: bottom;
  color: #ffffffa3;
}

.header-phone .icon {
  height: 48px;
  border-radius: 8px;
  background: #ffffff14;
  border: 1px solid #34343414;
  padding: 13px;
}

.header .divider {
  border: 1px solid #ffffff29;
}

.logo-main {
  display: none;
}

.logo-main.show {
  display: block;
}

.fix-header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  background: #04121b;
  z-index: 999;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  transition: all 0.4s ease;
}

.header-main__container {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 70%;
}

.menu-category {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 16px 12px 16px 16px;
  border: 1px solid #ffffff29;
  color: #fff;
}

.menu-category .name {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav .nav-list {
  display: flex;
  gap: 32px;
  align-items: center;
}

.main-nav .nav-list li {
  position: relative;
  list-style: none;
}

.main-nav .nav-list li a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.main-nav .nav-list li a:hover {
  opacity: 0.5;
}

.main-nav .nav-list li ul {
  position: absolute;
  top: 68px;
  right: 0;
  background: #04131e;
  transition: all 0.3s ease 0s;
  width: 180px;
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
}

.main-nav > .nav-list > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 30px;
}

.main-nav .nav-list li ul li {
  border-bottom: 1px solid #547790;
}

.main-nav .nav-list li ul li:last-child {
  border-bottom: none;
}

.main-nav .nav-list li ul li a {
  display: block;
  padding: 11px 35px;
  font-weight: 500;
  font-size: 14px;
}

.main-nav .nav-list li ul li a:hover {
  background: #0d3e62;
  opacity: 1;
}

.main-nav .nav-list li ul li ul {
  right: 179px;
  top: 50;
}

.main-nav .nav-list li ul li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-nav .nav-list li ul li ul li {
}

.main-nav .nav-list li ul li ul li a {
}

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

.header-actions .btn-cart {
  padding: 12px 13px 12px 11px;
  border-radius: 12px;
  background: #ffffff14;
}

.header-actions .btn-cart a {
  display: flex;
}

.header-actions .login-btn {
  display: flex;
  align-items: center;
  padding: 12px 17px 12px 18px;
  border-radius: 12px;
  background: #ffffff14;
}

.header-actions .login-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

/* === End Header === */
.banner-main {
  position: relative;
  overflow: hidden;
}

.banner-main .banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-main .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.banner-main:hover .hover-img {
  opacity: 1;
}

.banner-main:hover .default-img {
  opacity: 0;
}

.banner-main__meta {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.banner-main__meta h1 {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 38px;
}

.banner-main__meta p {
  font-weight: 600;
  font-size: 20px;
}

.banner-main__meta .banner-main__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.banner-main__cta .banner-link {
  border-radius: 16px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 16px;
}

.banner-main__cta .view-more {
  background: #ffffff;
  color: #0d3e62;
}

.banner-main__cta .contact-experts {
  background: #ffffff29;
  color: #fff;
}

/* === Start ticker-wrapper === */
.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ffffffbf;
  padding: 19px 0;
  position: relative;
  cursor: pointer;
  background-color: var(--color-primary);
  margin-top: -9px;
}

.ticker-track {
  display: inline-block;
  white-space: nowrap;
  animation: tickerMove 20s linear infinite;
}

.ticker-track span {
  display: inline-block;
  margin: 0 40px;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}

.ticker-wrapper:hover .ticker-track {
  animation-play-state: paused;
}

@keyframes tickerMove {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* === End ticker-wrapper === */
/* === Start hero-banner-category === */
.hero-banner-category {
  display: block;
  width: 100%;
  margin-top: 102px;
}

.hero-banner-category .banner-category {
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 32px;
}

.banner-category .banner {
  width: 100%;
  position: relative;
}

.banner-category .banner img {
  width: 100%;
}

.banner-category .banner .cta-btn {
  position: absolute;
  bottom: 17%;
  right: 13%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16.36px 32.73px 0 #34343429;
  padding: 12px 23px;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.banner-category .banner .coming-soon {
  background: #ffffff;
  color: #343434;
}

.banner .coming-soon svg path {
  stroke: #343434 !important;
  /* رنگ خاکستری یا هر رنگ دلخواه */
}

/* === End hero-banner-category === */
/* === Start sales-service === */
.sales-service__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background-color: var(--color-primary);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  isolation: isolate;
  margin: 96px 0 37px;
}

.sales-service__title {
  position: relative;
  margin: 0;
  display: inline-block;
  background-color: #ecf0f3;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 800;
  line-height: 2.9;
  padding: 12px 22px 12px 36px;
  border-top-right-radius: 30px;
}

.sales-service__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -37px;
  width: 72px;
  height: 100%;
  background-color: #ecf0f3;
  transform: skewX(146deg);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sales-service__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 36px 10px 14px;
  background-color: #537690;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px 0 0 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 3.7;
}

.sales-service__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: -41px;
  width: 76px;
  height: 100%;
  background-color: #537690;
  transform: skewX(139deg);
}

.sales-service__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.sales-service__button-icon {
  width: 18px;
  height: 18px;
}

.sales-service .content-sales {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 31px;
}

.content-sales .right-content {
  width: 50%;
}

.content-sales .right-content > p {
  border-radius: 24px;
  background-color: #f4f6f8;
  padding: 24px;
  line-height: 28px;
}

.content-sales .right-content .title {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(13, 62, 98, 0.08);
  padding: 16px 36px 16px 20px;
  width: 116%;
  z-index: 3;
  margin-top: 50px;
}

.content-sales .right-content .title p {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.25;
}

.content-sales .right-content .title span {
  display: block;
  margin: 0;
  color: #344;
  line-height: 1.9;
}

.content-sales .right-content .title::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  bottom: 16px;
  width: 4px;
  background: var(--color-primary);
  border-radius: 4px;
}

.content-sales .left-content {
  width: 50%;
  position: relative;
}

.slider-sales-service {
  border-radius: 24px;
  overflow: hidden;
}

.slider-sales-service .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

.slider-controls {
  position: relative;
  margin-top: 26px;
}

.slider-controls .custom-prev,
.slider-controls .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #d5dee5;
  color: var(--color-primary);
  border-radius: 26px 0 0 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

.nav-buttons .custom-prev {
  border-radius: 16px 0 0 0;
  left: 10%;
}

.nav-buttons .custom-next {
  border-radius: 16px 0 0 0;
  right: 70%;
}

.content-sales .left-content .swiper-pagination-bullet {
  background-color: var(--color-primary);
  width: 24px;
  height: 4px;
  border-radius: 88px;
}

.content-sales .left-content .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  width: 56px;
  height: 4px;
  border-radius: 88px;
}

.slider-controls .custom-prev:after,
.slider-controls .custom-next:after {
  font-weight: 800;
  font-size: 17px;
}

/*.swiper-button-next {*/
/*    width: 65px;*/
/*    height: 57px;*/
/*    background-color: #D5DEE5;*/
/*    color: var(--color-primary);*/
/*    border-radius: 26px 0 0 0;*/
/*}*/
/*.swiper-button-prev {*/
/*    width: 65px;*/
/*    height: 57px;*/
/*    background-color: #D5DEE5;*/
/*    color: var(--color-primary);*/
/*    border-radius: 26px 0 0 0;*/
/*}*/
/*.swiper-button-next:after, .swiper-button-prev:after {*/
/*    font-size: 18px;*/
/*    font-weight: 900;*/
/*}*/

/* === End sales-service === */
/* === Start car-options-wrapper === */
.car-options-wrapper {
  margin-top: 107px;
}

.car-options-wrapper .car-options-section {
  display: flex;
  align-items: center;
}

.car-options-section .option-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-left .car-options-image {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.option-left .car-options-image img {
  width: 267px;
  max-width: none;
}

.option-left .car-options-box {
  background-color: var(--color-primary);
  color: #fff;
  padding: 24px;
  border-radius: 26px;
  width: 389px;
  height: 485px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
}

.car-options-box .car-options-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
}

.car-options-box .options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.options-grid .option-card {
  width: 158px;
  height: 158px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}

.options-grid .option-card:hover {
  background: #ffffff29;
  cursor: pointer;
}

.options-grid .option-card:hover .icon-wrapper {
  background: #ecf0f33d;
}

.options-grid .option-card:hover .icon-wrapper svg path {
  fill: #fff;
}

.options-grid .option-card:hover .option-title {
  color: #fff;
}

.option-card .icon-wrapper {
  width: 56px;
  height: 56px;
  background-color: #ecf0f3;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.option-card .option-title {
  font-weight: 700;
  font-size: 14px;
  text-align: justify;
  color: var(--color-primary);
}

.option-right {
  height: 417px;
  border-width: 1px;
  opacity: 1;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background: #f9fafb;
  border: 1px solid var(--color-primary) 14;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.option-right-title {
  width: 100%;
  height: 68px;
  background: var(--color-primary);
  margin-bottom: 24px;
}

.option-right-title h3 {
  display: inline-block;
  height: 68px;
  background: #ecf0f3;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding: 25px 50px;
}

.option-right-title h3:after {
  content: "";
  position: absolute;
  top: 0;
  width: 72px;
  height: 100%;
  background-color: #ecf0f3;
  transform: skewX(154deg);
}

.option-right .option-right-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
}

.option-right-box .feature-badges {
  display: flex;
  gap: 91px;
  width: 100%;
  margin-bottom: 24px;
}

.feature-badges .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-item .overlay {
  display: flex;
  align-items: center;
  background: var(--color-primary) 14;
  padding: 11px;
  border-radius: 12px;
}

.feature-badges .feature-item span {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-primary);
}

.option-right-box .option-right-description {
  text-align: justify;
  font-size: 16px;
  color: #343434;
  line-height: 28px;
}

.option-right-buttons {
  display: flex;
  width: 100%;
  gap: 12px;
  margin-top: 32px;
}

.option-right-buttons .btn-primary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 16px;
  border-radius: 16px;
  background: #1874b8;
  color: #fff;
}

.option-right-buttons .btn-primary:hover {
  background: #4ba5e7;
  box-shadow: 0 16.36px 32.73px 0 #0d3e6240;
}

/* === Start car-options-wrapper === */
/* === Start selling-car-parts === */
.selling-car-parts {
  width: 100%;
  margin-top: 127px;
}

.selling-car-parts .selling-car {
  width: 100%;
  display: flex;
  gap: 90px;
  align-items: center;
}

.selling-car .parts-sale {
  display: flex;
  flex-direction: column;
  width: 59%;
}

.selling-car .image-sale {
  width: 40%;
}

.selling-car .image-sale img {
  width: 100%;
}

.parts-sale .section-title {
  position: relative;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-primary);
  z-index: 1;
  padding: 0 16px;
}

.parts-sale .section-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 107px;
  height: 48px;
  background: #f2f5f7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.parts-sale .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(50%);
  width: 52%;
  height: 1px;
  background: #34343429;
  border-radius: 1px;
}

.parts-sale .section-description {
  margin-top: 37px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #343434;
}

.parts-sale .features-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

.features-list .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 152px;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #0d3e6214;
  box-shadow: 0 23.43px 46.86px 0 #00000014;
}

.feature-item .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 15px;
  border-radius: 16px;
  background: #ecf0f3;
  margin-bottom: 16px;
}

.feature-item .feature-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 26.55px;
  text-align: justify;
  color: #343434;
}

/* === End selling-car-parts === */
/* === Start car-selector === */
.car-selector {
  width: 100%;
  margin-top: 95px;
}

.car-selector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.car-selector-header .brand-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.car-selector-header .car-selector-title {
  position: relative;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-primary);
  z-index: 1;
  padding: 0 16px;
}

.car-selector-header .car-selector-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 107px;
  height: 48px;
  background: #f2f5f7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.car-selector-header .btn-choose-car {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-radius: 12px;
  padding: 15px 16px;
  gap: 6px;
  background: #f9fafb;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
}

.brand-products {
  position: relative;
}

.car-selector-next,
.car-selector-prev {
  width: 50px;
  height: 50px;
  background-color: #d5dee5;
  color: var(--color-primary);
  border-radius: 16px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

.car-selector-next:after,
.car-selector-prev:after {
  font-size: 13px;
  font-weight: 900;
}

.brand-tabs {
  width: 326px;
  height: 56px;
  display: flex;
  gap: 12px;
  border-radius: 89px;
  padding: 12px 24px;
  background-color: #f2f5f7;
}

.brand-tabs .brand-tab {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: none;
  font-family: "YekanBakh";
}

.brand-tabs .brand-tab span {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #343434;
}

.brand-tabs .brand-tab img {
  width: 23px;
}

.brand-tab.active {
  border-radius: 888px;
  background: var(--color-primary);
  color: #fff;
}

.brand-tab.active span {
  color: #fff;
}

.brand-products .brand-panel {
  display: none;
  gap: 16px;
  flex-wrap: wrap;
}

.brand-products .brand-panel.active {
  display: flex;
}

.brand-products .product-card {
  width: 24%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* برای پر کردن اسلاید */
  transition: all 0.3s ease-in-out;
}

.product-card .img-card {
  position: relative;
  width: 100%;
  height: 180px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card .img-card img {
  max-width: 100%;
  object-fit: contain;
}

.img-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 47.64%,
      rgba(0, 0, 0, 0.8) 83.91%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 70.39%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}

.img-card .name-car {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  z-index: 2;
}

.img-card .name-car .red-name {
  color: #e50914;
}

.product-card .btn-more {
  position: absolute;
  bottom: 12px;
  right: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ecf0f3;
  color: var(--color-primary);
  font-weight: 600;
  padding: 15px;
  border-radius: 16px;
  text-decoration: none;
  transition: background 0.3s;
  z-index: 2;
}

/* === End car-selector === */
/* === Start latest-car-section === */
.car-cards-wrapper {
  display: flex;
  gap: 24px;
  transition: all 0.5s ease-in-out;
  margin-top: 130px;
}

.car-card {
  position: relative;
  width: 50%;
  color: #fff;
  border-radius: 32px;
  overflow: hidden;
  transition: width 0.4s ease;
  cursor: pointer;
}

.car-card > img {
  transition: transform 0.4s ease;
  width: 100%;
}

.car-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  color: #fff;
  transition: all 0.4s ease;
}

.car-card__overlay .car-card-title {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}

.car-card-title .car-card__logo {
  width: max-content;
  margin: 0 auto 24px;
}

.car-card:hover .car-card-title {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.car-card:hover .car-card-title .car-card__logo {
  margin: unset;
  transition: all 0.5s ease-in-out;
}

.car-card__title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  transition: transform 0.4s ease;
  margin: 0;
}

.car-card__extra {
  opacity: 0;
  transform: translateY(30px);
  margin-top: 20px;
  pointer-events: none;
  transition: all 0.4s ease;
  width: 100%;
}

.car-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.car-info-list li {
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #222;
  font-size: 14px;
  flex-wrap: wrap;
}

.car-info-list li .titre {
  display: flex;
  gap: 10px;
  align-items: center;
}

.titre .car-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.car-info-list .btn {
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 4px;
  background: #e4f4ff;
  color: #1874b8;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 8px;
  white-space: nowrap;
}

.car-info-list .btn a {
  font-weight: 600;
  text-decoration: none;
  color: #1874b8;
}

.car-info-list .car-date {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
}

.car-card:hover {
  width: 70%;
  z-index: 1;
}

.car-card:hover img {
  transform: scale(1.05);
}

.car-card:hover .car-card__extra {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* === End latest-car-section === */
/* === Start car-market === */
.car-market {
  margin-top: 112px;
}

.car-market .car-market__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car-market__header .car-market__title {
  position: relative;
  display: flex;
  margin-bottom: 38px;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-primary);
  z-index: 1;
}

.car-market__header .car-market__title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 107px;
  height: 48px;
  background: #f2f5f7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.car-market__header .car-market__title::after {
  content: "";
  position: absolute;
  right: 220px;
  top: 50%;
  transform: translateY(50%);
  width: 176%;
  height: 1px;
  background: #34343429;
  border-radius: 1px;
}

.car-market__header .car-market__controls,
.article_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car-market__header .car-market__view-all,
.article__view-all {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 16px;
  font-weight: 600;
  color: var(--color-primary);
  background: #f9fafb;
  border: 1px solid var(--color-primary) 52;
  border-radius: 12px;
}

.car-market__slider .car-card-ad {
  height: 423px;
  border-radius: 32px;
  margin: 10px 0;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--color-primary) 14;
  box-shadow: 0 0 15px 0 #00000014;
  overflow: hidden;
  /* clip zoomed image */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .swiper-slide.car-card-ad:hover {
    transform: translateY(-4px);
    /* subtle lift */
    box-shadow: 0 2px 20px #00000014;
  }
}

.car-card-ad .car-card__image {
  height: 179px;
  text-align: center;
  margin-bottom: 24px;
  overflow: hidden;
}

.car-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 16px;
  transition: transform 0.35s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .car-card-ad:hover .car-card__image img {
    transform: scale(1.05);
    /* زوم 5 درصدی */
  }
}

.car-card-ad .car-card__meta {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.car-card__meta .car_model__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car_model__brand .car-card__name {
  width: 70%;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.car_model__brand .car-card__brand a {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #869fb0;
}

.car-card__meta .car-card__badges {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.car-card__badges .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid var(--color-primary) 29;
  color: var(--color-primary);
  font-weight: 600;
  border-radius: 12px;
}

.car-card__meta .border {
  width: 100%;
  border: 1px solid #3434340f;
}

.car-card__meta .car-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.car-card__footer .car-card__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 16px 15px 12px;
  background: #ecf0f3;
  color: var(--color-primary);
  border-radius: 16px;
}

.car-card__footer .car-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-primary);
}

.car-card__footer .car-card__price span {
  font-weight: 700;
  font-size: 16px;
}

/* === End car-market === */
/* === Start services === */
.services {
  margin-top: 94px;
}

.services .services__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-primary);
  border-top-left-radius: 32px;
  border-top-right-radius: 39px;
  color: #fff;
  position: relative;
  z-index: -3;
}

.services .services__header h2 {
  background: #ecf0f3;
  color: var(--color-primary);
  padding: 40px;
  border: 2px solid #0d3e6214;
  border-top-right-radius: 32px;
  position: relative;
  z-index: -2;
}

.services .services__header h2:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 107px;
  height: 48px;
  background: #dae2e7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.services .services__header h2:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -44px;
  width: 72px;
  height: 103%;
  background-color: #ecf0f3;
  transform: skewX(151deg);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.services .services__header p {
  padding: 40px;
  border: 2px solid #0d3e6214;
  border-top-left-radius: 32px;
}

.services_items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(174px, auto));
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px 38px 55px;
  background: #f9fafb;
  border: 2px solid #0d3e6214;
}

.services_items .service__item {
  width: 174px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19.32px;
  background: #ffffff;
  box-shadow: 0 24.15px 48.3px 0 #00000014;
  transition: all 0.2s ease-in-out;
}

.services_items .service__item:hover {
  background: #0d3e62;
  box-shadow: 0 24px 48px 0 #00000052;
  color: #fff;
}

.services_items .service__item:hover .service-title {
  color: #fff;
}

.services_items .service__item:hover .service-icon {
  background: #ecf0f329;
}

.services_items .service__item:hover .service-icon svg path {
  fill: #fff;
}

.services_items .service__item:hover .none {
  display: block !important;
}

.services_items .service__item:hover .service-item {
  gap: 8px;
}

.service__item .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transition: all 0.2s ease-in-out;
}

.services_items .service-icon {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: #ecf0f3;
}

.services_items .service-title {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-primary);
}

/* === End services === */
/* === Start articles-section === */
.articles-section {
  margin-top: 112px;
  position: relative;
}

.articles-section .articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}

.articles-header .articles-title {
  position: relative;
  display: flex;
  margin-bottom: 38px;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-primary);
  z-index: 1;
}

.articles-header .articles-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 107px;
  height: 48px;
  background: #f2f5f7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.articles-header .articles-title::after {
  content: "";
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(50%);
  width: 176%;
  height: 1px;
  background: #34343429;
  border-radius: 1px;
}

.articles-header .articles-nav {
}

.articles-slider {
}

.articles-slider .article-card {
  height: 352px;
  border-radius: 32px;
  margin: 10px 0;
  padding: 16px;
  border: 1px solid #0d3e6214;
  box-shadow: 0 0 15px 0 #00000014;
  background: #ffffff;
}

.article-card .article-card__image {
  height: 179px;
  text-align: center;
}

.article-card .article-card__image img {
  max-width: 100%;
  border-radius: 16px;
}

.article-card .article-card__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 11px;
}

.article-card__content .article-card__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #343434;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card__content .border {
  border: 1px solid #3434340f;
}

.article-card__content .article-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-card__footer .article-card__author {
  display: flex;
  flex-direction: column;
}

.article-card__author .author {
  font-weight: 500;
  color: #b6c5d0;
  line-height: 28px;
}

.article-card__author .name {
  font-weight: 600;
  color: var(--color-primary);
  line-height: 28px;
}

.article-card__footer .article-card__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13.5px 16px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 16px;
  background: #ecf0f3;
  color: var(--color-primary);
}

.articles-next,
.articles-prev {
  width: 50px;
  height: 50px;
  background-color: #d5dee5;
  color: var(--color-primary);
  border-radius: 16px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

.articles-next:after,
.articles-prev:after {
  font-size: 13px;
  font-weight: 900;
}

/* === End articles-section === */
/* === Start Footer === */
.footer {
  margin-top: 109px;
  background: #0d3e62;
}

.footer-wrapper {
  display: flex;
  align-items: center;
}

.footer-col-info {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 39%;
  margin-left: 88px;
  padding: 58px 80px 34px 92px;
  border-top-left-radius: 150px;
  background: linear-gradient(to right, #204d6e 75%, #0d3e62 100%);
}

.footer-col-info .footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-content .footer-logo {
  margin: 0 auto;
}

.footer-content .footer-title {
  margin: 42px 0 26px;
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
}

.footer-content .footer-description {
  line-height: 32px;
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.footer-col-info .footer-separator {
  border: 1px solid #315b79;
}

.footer-col-info .footer-socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}

.footer-col-info .footer-socials a {
  display: flex;
  align-items: center;
  background: #ffffff14;
  border-radius: 16px;
  padding: 23px 22px;
}

.footer-col-info .footer-socials a:hover {
  background: #ffffff;
}

.footer-col-info .footer-socials a:hover svg path {
  fill: var(--color-primary);
}

.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 53px;
  color: #fff;
  width: 34%;
  margin: 34px 0 0 32px;
}

.footer-links-sections {
  display: flex;
  gap: 25px;
}

.footer-links-sections .footer-links,
.footer-links-sections .footer-quick {
  width: 50%;
}

.footer-links-sections .footer-links ul li ul,
.footer-links-sections .footer-quick ul li ul {
  display: none;
}

.footer-links .footer-heading,
.footer-quick .footer-heading {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 18px;
}

.footer-links ul,
.footer-quick ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
  list-style: none;
}

.footer-links ul li,
.footer-quick ul li {
  transition: all 0.2s ease-in-out;
}

.footer-links ul li:hover,
.footer-quick ul li:hover {
  transform: translateX(-8px);
}

.footer-links ul li a,
.footer-quick ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.footer-links ul li:hover a,
.footer-quick ul li:hover a {
  opacity: 0.5;
}

.footer-line-separator {
  border: 1px solid #204d6e;
}

.footer-copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.footer-copyright p {
  font-size: 11px;
  text-align: center;
}

.footer-copyright a {
  color: #ff8e6e;
}

.footer-col-contact {
  width: 27%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 47px;
  color: #fff;
}

.footer-col-contact .footer-contact-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
  padding: 16px;
  background: #204d6e;
}

.footer-col-contact .footer-contact-box:hover {
  box-shadow: 0px 24px 48px 0px #00000052;
  cursor: text;
}

.footer-contact-label,
.footer-contact-box address {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 28px;
}

.footer-contact-box a {
  align-self: flex-end;
  direction: ltr;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.footer-contact-box .footer-separator {
  border: 1px solid #315b79;
}

.footer-location {
  gap: 10px !important;
}

.footer-location .footer-location-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
}

.footer-location-icons a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
}

.footer-location-icons a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.footer-location-icons .none {
  align-items: center;
  justify-content: center;
}

.footer-location-icons a:hover .none {
  display: flex !important;
}

.footer-location-icons a:hover img {
  display: none;
}

/* === End Footer === */
.elementor-55 .elementor-element.elementor-element-5b8b63d {
  display: contents;
}

.header-mobile {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 19px;
}

.header-mobile .header-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

#hamberger {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 17px 17px 18px 15px;
  background: #ffffff14;
}

.header-topbar .search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 14px 15px 14px 13px;
  background: #ffffff14;
}

.header-mobile .header-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.header-contact .overlay {
  border: 1px solid #ffffff29;
  width: 119px;
}

.phone-text span {
  font-weight: 400;
  font-size: 12px;
  color: #ffffffa3;
}

.phone-text a {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

.navigation {
  width: 75%;
  position: fixed;
  top: 65px;
  right: 10px;
  bottom: 0;
  background: var(--color-primary);
  backdrop-filter: blur(22.200000762939453px);
  z-index: 107;
  overflow-x: scroll;
  padding: 24px;
  border-radius: 16px;
  transform: translateX(2000px);
  transition: all 0.3s ease-in-out;
}

.navigation ul {
  border-radius: 16px;
  list-style: none;
}

.navigation ul li {
  border-bottom: 1px solid #ffffff14;
}

.navigation ul li:last-child {
  border: none;
}

.navigation .header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  margin-bottom: 32px;
}

.navigation .header-contact {
  margin-top: 56px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-down:before {
  content: "\f107";
}

.navigation ul li .sub-menu-arrow {
  float: left;
  font-size: 18px;
  padding: 5px 25px 5px 5px;
  border-right: 1px solid #ddd;
  margin-top: 8px;
  color: #fff;
}

.navigation ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.navigation ul li ul {
  padding: 5px;
  background: #1874b8;
  display: none;
}

.navigation ul li ul li a {
  font-weight: 600;
  padding: 8px;
}

.navigation ul li ul li ul {
  background: #ffffff29;
}

.overlay-full-page {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background: rgba(0, 0, 0, 0.24);
  transform: translateX(1000px);
  transition: all 0.3s ease-in-out;
  display: none;
}

/*
-------------------------Start About Page----------------------------------------
 */
.thumbnail-about {
  width: 100%;
  position: relative;
}

.thumbnail-about img {
  width: 100%;
}

.thumbnail-about h1 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  color: #fff;
}

.thumbnail-about h1 span {
  font-weight: 400;
  font-size: 32px;
}

.about-intro {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.about-intro .about-intro__grid {
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.about-intro__content {
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  gap: 28.5px;
  border-radius: 32px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #ebeff2;
  box-shadow: 0 30px 60px 0 #0000000a;
}

.about-intro__content .logo-about {
  text-align: center;
}

.about-intro__content .logo-about figcaption {
  font-weight: 700;
  font-size: 18px;
  color: #0d3e62;
}

.about-intro__content .content_about {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: var(--color-primary);
}

.about-intro__content .btn_about {
  display: flex;
  gap: 4px;
}

.about-intro__content .btn_about a {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f9fafb;
  border: 1px solid #0d3e6252;
  color: var(--color-primary);
  border-radius: 12px;
  padding: 15px 16px;
}

.mission-card__icon svg {
  display: block;
  width: 24px;
  /* یا هرچی می‌خوای */
  height: 24px;
}

.about-intro__media {
  flex: 1 1 58%;
  /* ستون ویدئو */
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  /* مهم: گوشه‌ها اعمال شود */
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
  background: #0a1a26;
  aspect-ratio: 16/9;
}

.about-intro__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission {
  margin-top: 62px;
}

.mission__header {
  width: 100%;
}

.mission__header .mission__title {
  font-weight: 800;
  font-size: 20px;
  position: relative;
  padding-right: 12px;
  color: var(--color-primary);
}

.mission__header .mission__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 107px;
  height: 48px;
  background: #f2f5f7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.mission__header .mission__title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(50%);
  width: 82%;
  height: 1px;
  background: #34343429;
  border-radius: 1px;
}

.mission .mission__grid {
  display: flex;
  gap: 32px;
  margin-top: 47px;
  list-style: none;
}

.mission__grid .mission-card {
  width: 25%;
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #34343414;
  box-shadow: 0 30px 60px 0 #00000014;
  transition: all 0.2s ease-in-out;
}

.mission-card .mission-card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mission-card__body .mission-card__line {
  border: 2px solid #1874b8;
}

.mission-card__body .mission-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mission-card-title .mission-card__title {
  font-weight: 700;
  font-size: 16px;
  color: #343434;
}

.mission-card-title .mission-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecf0f3;
  border-radius: 8px;
  padding: 12px;
}

.mission-card__body .mission-card__text {
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 12px;
  color: #343434;
}

.mission-card:hover {
  background: #0d3e62;
}

.mission-card:hover .mission-card__line {
  border: 2px solid #ffffff;
}

.mission-card:hover .mission-card__title,
.mission-card:hover .mission-card__text {
  color: #fff;
}

.mission-card:hover .mission-card__icon {
  background: #ffffff26;
}

.mission-card:hover .mission-card__icon svg path {
  fill: #fff;
}

.gallery {
  width: 100%;
  margin-top: 56px;
}

/* Slider base */
.gallery__slider {
  padding-top: 43px;
  padding-bottom: 60px;
}

/* Slide size */
.gallery__slider .swiper-slide {
  width: 624px;
  height: 399px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  opacity: 0.5;
}

.gallery__slider .swiper-slide-active img {
  opacity: 1;
}

.gallery__slider .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 88px;
  background: #0d3e623d;
}

.gallery__slider .swiper-pagination-bullet-active {
  width: 56px;
  height: 4px;
  border-radius: 88px;
  background: #0d3e62;
}

/* Arrows */
.gallery__slider .swiper-button-prev,
.gallery__slider .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery__slider .swiper-button-prev:after,
.gallery__slider .swiper-button-next:after {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 640px) {
  .gallery__slider {
    padding-block: 28px 46px;
  }
}

.about-block {
  margin-top: 79px;
}

.about-block__grid {
  display: flex;
  gap: 98px;
  align-items: center;
  margin-top: 46px;
}

.about-block__media {
  width: 46.4%;
}

.about-block__media img {
  width: 100%;
}

.about-block__content {
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-card {
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #34343414;
  box-shadow: 0 30px 60px 0 #00000014;
  display: flex;
  gap: 24px;
  color: #343434;
  transition: all 0.2s ease-in-out;
}

.line {
  border: 4px solid #1874b8;
  border-radius: 555px;
}

.about-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-card__info .about-card__title {
  font-weight: 700;
  font-size: 16px;
}

.about-card__info .about-card__text {
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}

.about-card:hover {
  background: #0d3e62;
  color: #fff;
}

.about-card:hover .line {
  border: 4px solid #ffffff;
}

.events-section {
  margin-top: 108px;
}

.events-slider {
  margin-top: 50px;
  padding-bottom: 13px;
}

.event-card {
  border-radius: 32px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #0d3e6214;
  box-shadow: 0 2px 20px 0 #00000014;
}

.event-video {
  width: 100%;
  height: 192px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.event-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.event-card__content {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 13px;
}

.event-card__content .event-description {
  font-weight: 500;
  font-size: 16px;
  color: #343434;
}

.event-card__content .line {
  border: 1px solid #3434340f;
}

.event-card__content .event-meta {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}

.event-meta .event-date {
  font-weight: 600;
  font-size: 14px;
}

.contact-hub {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  border-radius: 32px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #0d3e6214;
  box-shadow: 0 30px 60px 0 #00000014;
}

.contact-hub__grid {
  display: flex;
  gap: 24px;
}

.contact-hub__pane--media {
  width: 40.8%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-hub__pane--media .contact-tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  padding: 21px 16px;
  background: #f2f7fd;
  border: 1px solid #0d3e6229;
}

.contact-tabs .line {
  height: 100%;
  flex-shrink: 0;
  border: 1px solid #0d3e623d;
}

.contact-tabs .contact-tabs__btn {
  flex: 1 1 0;
  font-family: YekanBakh;
  font-weight: 600;
  font-size: 16px;
  border-radius: 16px;
  padding: 10px 22px;
  color: #0d3e62;
  background: #f2f7fd;
}

.contact-tabs .is-active {
  background: #0d3e62;
  color: #fff;
}

.is-hidden {
  display: none !important;
}

.contact-hero[hidden],
.contact-quick[hidden] {
  display: none !important;
}

.contact-hero img {
  max-width: 100%;
  display: block;
  height: 259px;
  margin: 0 auto;
  border-radius: 16px !important;
}

.contact-quick {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-quick-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-quick__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f7fd;
  border-radius: 16px;
  padding: 21px 16px;
}

.contact-quick__text {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-primary);
}

.contact-quick__text strong {
  font-weight: 900;
  font-size: 18px;
}

.contact-quick__action {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 21px 16px;
  background: #f2f7fd;
}

.contact-quick__action .btn--ghost {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary);
}

.contact-quick__action .btn--ghost span {
  border-radius: 8px;
  padding: 5.5px 10px 5.5px 7px;
  background: #0d3e6214;
}

.contact-hub__pane--info {
  width: 59%;
}

.contact-hub__pane .contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info .info-hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #24242414;
}

.info-hours .info-hours__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-hours__title .info-hours__icon,
.info-address__title .info-address__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-hours__title p,
.info-address__title p {
  font-weight: 800;
  font-size: 16px;
  color: #343434;
}

.info-hours .info-hours__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-hours__content .info-hours__row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.info-hours__row .info-hours__day {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 14px;
  color: #545454;
}

.info-hours__row .line {
  flex: 1 1 auto;
  border: 1px solid #34343429;
}

.info-hours__row .time {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 16px;
  color: #545454;
}

.contact-info .info-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #25314c14;
}

.info-address .info-address__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-address .info-address__text {
  font-weight: 500;
  color: #545454;
}

.info-map {
  border-radius: 24px;
  border: 1px solid #0d3e6214;
  overflow: hidden;
}

.info-map .map {
  position: relative;
  width: 100%;
  height: 183px;
}

.info-map .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-map .info-map__title {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 22px;
  right: 24px;
}

.info-map__title .infomap__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-map__title p {
  font-weight: 800;
  font-size: 16px;
  color: #343434;
}

.info-map .map__routes {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.map__routes .map__route {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #f0f1f1;
  box-shadow: 0 0 24px 0 #00000014;
}

.map__routes .map__route img {
  width: 33px;
  height: 33px;
  object-fit: fill;
}

.expert-contact {
  margin-top: 67px;
  padding: 31px 54px 45px 39px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #0d3e6214;
  box-shadow: 0px 30px 60px 0px #00000014;
  position: relative;
}

.expert-contact-slider .contactSwiper {
  display: none;
}

.expert-contact-slider .contactSwiper.active {
  display: block;
}

.expert-contact-slider .expert-card {
  width: 278px;
  margin-top: 36px;
  padding: 4px;
  border-radius: 24px;
  background: #0d3e62;
}

.expert-contact .expert-card.swiper-slide {
  width: 278px;
}

.expert-card .card-info {
  padding: 16px;
  margin-top: 87px;
  border-radius: 20px;
  background: #ffffff;
}

.info-header {
  display: flex;
  justify-content: space-between;
  margin-top: -47px;
}

.info-header img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 244px;
  background: #f1f1f1;
  flex-shrink: 0;
}

.info-header .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  flex: 0 1 143px;
  min-width: 0;
}

.info .name {
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}

.info .role {
  border-radius: 8px;
  padding: 7px 12px;
  background: #1874b8;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; 
}

.expert-card .line-card {
  margin: 16px 0;
  border: 1px solid #0d3e623d;
}

.expert-card .phone-numbers,
.expert-card .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.phone-numbers .phone-link,
.phone-numbers .phone-internal {
  flex-grow: 1;
  padding: 11px 16px;
  font-weight: 600;
  color: #0d3e62;
  background: #0d3e6214;
  border-radius: 8px;
}

.social {
  margin-top: 8px;
}

.social .social-link {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 4px;
  font-weight: 500;
  color: #fff;
  background: #0d3e62;
  border-radius: 8px;
}

.social-link .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expert-contact .contact-pagination {
  display: none;
  position: static !important;
  margin: 15px 0 0;
}

.expert-contact .contact-pagination .swiper-pagination-bullet {
  background-color: #0d3e623d;
  width: 24px;
  height: 4px;
  border-radius: 88px;
}

.expert-contact .contact-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  width: 56px;
  height: 4px;
  border-radius: 88px;
}

.contact-extensions {
  margin-top: 97px;
}

.contact-extensions__grid {
  display: flex;
  gap: 31px;
  margin-top: 42px;
}

.contact-extensions__grid .contact-panel {
  width: 43%;
}

.contact-extensions__grid .contact-map {
  width: 57%;
}

.contact-extensions__grid .contact-map svg {
  width: 100%;
  height: 100%;
}

.contact-panel .support-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 32px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #f0f1f1;
  box-shadow: 0 15px 30px 0 #00000014;
}

.support-card .support-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  padding: 30px;
  background: #f9fafb;
  border: 2px solid #0d3e6214;
}

.support-card__head .support-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
}

.support-card__head .support-card__email {
  font-weight: 700;
  font-size: 16px;
  color: #0d3e62;
}

.support-card .contact-form {
  border-radius: 24px;
  padding: 30px;
  opacity: 1;
  background: #f9fafb;
  border: 2px solid #0d3e6214;
}

.contact-form .contact-form__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__title .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 16px;
}

.contact-form__title .desc {
  font-weight: 500;
  font-size: 16px;
  color: #9cb0bf;
}

.contact-form__field {
  margin-top: 24px;
}

/* ====== Contact form (Gravity Forms) custom skin ====== */
.contact-form__field .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

/* 2) استایل ورودی‌ها: پس‌زمینه، بردر، رادیوس */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  width: 100% !important;
  border-radius: 16px !important;
  background: #1874b80a !important;
  border: 1px solid #0d3e6252 !important;
  color: #0d3e62 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease !important;
  box-sizing: border-box !important;
}

.ginput_container_date {
  width: 33% !important;
}

/* Placeholder لطیف‌تر */
.contact-form #gform_wrapper_1 .ginput_container ::placeholder {
  color: #0d3e623d;
}

/* 3) حالت فوکوس: تغییر رنگ بردر + سایه ریز */
/* مدرن (Chrome/Edge/Safari/Firefox جدید) */
input::placeholder,
textarea::placeholder {
  color: #0d3e623d !important;
  opacity: 1;
}

input[type="search"]::placeholder {
  color: #98bdd93d !important;
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  border-color: #0d3e62 !important;
  box-shadow: 0 0 5px 1px #1874b80a !important;
  background: #fff !important;
}

.gfield_required .gfield_required_text {
  display: none !important;
}

.gfield_required::before {
  content: " *";
  color: #e02424;
  font-weight: 700;
  margin-inline-start: 4px;
}

.contact-form #gform_wrapper_1 .gfield_label {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

/**/

.contact-form #gform_wrapper_1 .gfield_required_text {
  display: none !important;
}

.contact-form #gform_wrapper_1 .gfield_label .gfield_required::before {
  content: " *";
  color: #e02424;
  font-weight: 700;
  margin-inline-start: 4px;
}

.contact-form #gform_wrapper_1 .ginput_counter {
  display: none;
}

.contact-form #gform_wrapper_1 .gfield_label {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

/* دکمه ارسال با تیک */
.contact-form #gform_wrapper_1 .gform_footer .gform_button {
  background: #1874b8;
  color: #fff;
  border-radius: 16px;
  padding: 17px 29px 17px 45px;
  /* فضای سمت چپ برای آیکن */
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
  position: relative;
}

/* Hover/Active */
.contact-form #gform_wrapper_1 .gform_footer .gform_button:hover {
  background: var(--color-primary);
  transform: translateY(-1px);
}

.contact-form #gform_wrapper_1 .gform_footer .gform_button:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(13, 62, 98, 0.2);
}

/* 6) هم‌خوانی با تم اوربیتال (غیرفعال کردن بوردِر/بک‌گراند‌های پیش‌فرض در صورت تداخل) */
.contact-form #gform_wrapper_1 .gform-theme--orbital .ginput_container input,
.contact-form #gform_wrapper_1 .gform-theme--orbital .ginput_container textarea,
.contact-form #gform_wrapper_1 .gform-theme--orbital .ginput_container select {
  background-image: none !important;
  box-shadow: none;
}

/* 7) شمارنده کاراکتر و خطاها – هماهنگ با طرح */
.contact-form #gform_wrapper_1 .ginput_counter {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(17, 35, 55, 0.55);
}

.contact-form #gform_wrapper_1 .gform_validation_errors,
.contact-form #gform_wrapper_1 .gfield_validation_message {
  border-radius: 16px;
}

/* Size (Height) Textarea */
.gform-theme--foundation .gfield textarea.large {
  min-block-size: 9rem;
}

.social-links {
  margin-top: 85px;
}

.social-links__list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 31px;
}

.social-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #34343414;
  box-shadow: 0 30px 60px 0 #00000014;
  transition: all 0.2s ease-in-out;
}

.social-card .line {
  border: 2px solid #1874b8;
}

.social-card .social-card__body {
  display: flex;
  justify-content: space-between;
}

.social-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-card__content .social-card__name {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-primary);
}

.social-card__content .social-card__handle {
  font-weight: 500;
  font-size: 14px;
  color: #869fb0;
}

.social-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #1874b8;
}

.social-card__cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  background: #f0f5f8;
  color: #1874b8;
  border-radius: 16px;
  padding: 10px;
}

.social-card:hover {
  background: #1874b8;
}

.social-card:hover .social-card__name {
  color: #ffffff;
}

.social-card:hover .social-card__icon {
  background: #0d3e62;
}

.social-card:hover .social-card__cta {
  background: #fff;
}

/**

 */
.video-anchor {
  width: 100%;
  margin-top: -150px;
  margin-bottom: 30px;
}

.video-anchor > .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  height: 500px;
  overflow: hidden;
  border-radius: 40px;
}

.video-anchor__media {
  position: absolute;
  inset: 0;
  /* top/right/bottom/left = 0 */
}

.video-anchor__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* قاب را کامل پر کند */
  pointer-events: none;
  /* ویدیو کلیک‌پذیر نباشد */
}

.video-anchor__overlay {
  position: absolute;
  inset: 0;
  /* لایهٔ کلیک‌پذیر تمام‌عرض/تمام‌ارتفاع */
  display: block;
  cursor: pointer;
}

/* ریسپانسیو: چینش عمودی در موبایل */
@media (max-width: 992px) {
  .content-ajax-search {
    max-height: 100%;
  }

  .career-hero__container {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .career-hero__panel {
    text-align: center;
  }
}

.mission-section {
  margin-top: 64px;
}

.mission-section .mission-grid {
  display: flex;
  gap: 40px;
  margin-top: 39px;
}

.mission-grid .mission__media {
  width: 42.5%;
}

.sales-role__card {
  width: 49%;
}

.sales-role__media {
  width: 48%;
}

.video-wrap {
  max-width: 580px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
  position: relative;
  display: inline-block;
}

/* video itself */
.mission__video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 0;
  position: relative;
}

.mission-grid .mission__content {
  width: 54%;
}

.mission-grid .mission__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #242424;
  text-align: justify;
}

.mission-section .grid-reverse {
  flex-direction: row-reverse;
}

.benefits {
  margin-top: 64px;
}

.benefits .benefits__media {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 39px 0;
}

.benefits .video-benefits {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
  position: relative;
  display: inline-block;
}

.benefits__media .benefits__video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 0;
  position: relative;
}

.benefits .benefits__grid {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.benefits__grid .benefit-card {
  width: 296px;
  height: 256px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #34343414;
  box-shadow: 0 30px 60px 0 #00000014;
  list-style: none;
}

.benefit-card .line {
  border: 2px solid #1874b8;
}

.benefit-card .card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card__title .benefit-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecf0f3;
  border-radius: 8px;
}

.card__title .benefit-card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #343434;
}

.benefit-card .benefit-card__desc {
  line-height: 28px;
  text-align: justify;
  color: #343434;
}

.workday {
  margin-top: 64px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 32px;
  margin-top: 42px;
}

.grid-item {
  border-radius: 24px;
  border: 1px solid #c6d2da;
  overflow: hidden;
}

.image-grid .item-2 {
  grid-row: 1/3;
  grid-column: 2/3;
}

.image-grid .item-4 {
  grid-row: 1/3;
  grid-column: 4/5;
}

.image-grid .item-5 {
  grid-row: 2/4;
  grid-column: 1/2;
}

.image-grid .item-7 {
  grid-row: 2/4;
  grid-column: 3/4;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.grid-item img:hover {
  transform: scale(1.1);
}

.jobs {
  margin-top: 64px;
}

.long_title:after {
  width: 74% !important;
}

.jobs .jobs-grid {
  width: 100%;
  margin-top: 36px;
  padding: 24px;
  border-radius: 40px;
  background: #ffffff;
  border: 1px solid #0d3e6229;
  box-shadow: 0 30px 60px 0 #00000014;
}

.jobs-grid .jobs__filters {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 29px;
  flex-wrap: wrap;
  border-radius: 24px;
  padding: 16px;
  background: #f2f5f7;
  border: 1px solid #0d3e6229;
}

.jobs__filters .jobs__tab {
  height: 56px;
  flex-shrink: 0;
  border-radius: 16px;
  padding: 14px 40px;
  font-family: YekanBakh;
  font-weight: 600;
  font-size: 16px;
  background: #f2f5f7;
}

.jobs__filters .is-active {
  background: #0d3e62;
  color: #fff;
  font-weight: 700;
}

.jobs__filters .jobs__spacer {
  height: 16px;
  flex-shrink: 0;
  border: 1px solid #0d3e623d;
}

.jobs-grid .jobs__list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  list-style: none;
}

.jobs__list .job-card {
  height: 148px;
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #34343414;
  transition: all 0.3s ease-in-out;
}

.job-card .job-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-card__title h3 {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-primary);
}

.job-card__title .job-card__icon {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #1874b8;
}

.job-card__icon .is-close {
  font-weight: 600;
  color: #1874b866;
}

.job-card .job-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 0;
  border-radius: 16px;
  background: #f0f5f8;
  font-weight: 600;
  color: #1874b8;
  margin-top: 24px;
}

.job-card .job-card__cta svg {
  display: none;
}

.jobs__list .job-card:hover {
  background: #1874b8;
}

.jobs__list .job-card:hover h3,
.jobs__list .job-card:hover .job-card__icon,
.jobs__list .job-card:hover .is-close {
  color: #fff;
}

.jobs__list .job-card:hover .job-card__icon svg path {
  fill: #fff;
}

.jobs__list .job-card:hover .job-card__cta {
  background: #ffffff;
}

.jobs__list .job-card:hover .job-card__cta svg {
  display: flex;
}

.single-page {
  margin-top: 47px;
}

/*
-------------------------Start Page and single-jobs----------------------------------------
 */
.careers-hero {
  width: 100%;
}

.careers-hero__grid {
  display: grid;
  grid-template-areas:
    "heading"
    "cards"
    "desc";
}

.careers-hero__desc {
  grid-area: desc;
  font-size: 16px;
  line-height: 28px;
}

.careers-hero__cards {
  display: flex;
  justify-content: center;
  gap: 10px;
  grid-area: cards;
}

.person-card {
  display: grid;
  gap: 0.5rem;
  position: relative;
}

.person-card > img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  display: block;
}

.person-card figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  left: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 24px;
  padding: 24px;
}

.person-card .person-card__name {
  font-weight: 900;
  font-size: 18px;
  color: #0d3e62;
}

.person-card .person-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.main-box {
  margin-top: 60px;
}

.person-card__meta img {
  max-width: 61px;
  height: 36px;
  object-fit: contain;
}

.person-card__meta .person-card__role {
  font-weight: 600;
  font-size: 14px;
  color: #0d3e627a;
}

.careers-hero__heading {
  grid-area: heading;
}

@media (min-width: 992px) {
  .careers-hero__grid {
    align-items: start;
    grid-template-columns: 2fr 2fr;
    column-gap: 36px;
    grid-template-areas:
      "heading cards"
      "desc cards";
  }

  .person-card > img {
    width: 278px;
    height: 416px;
    object-fit: cover;
    display: block;
  }

  .careers-hero__heading,
  .careers-hero__desc {
    max-width: 624px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .careers-hero__cards {
    grid-template-columns: 1fr;
  }
}

.careers-hero__heading h1 {
  border-radius: 24px;
  padding: 24px;
  background: #0d3e62;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.sales-role {
  margin-top: 64px;
}

.sales-role__flex {
  display: flex;
  gap: 40px;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid #0d3e6229;
  box-shadow: 0 30px 60px 0 #0000000a;
}

/*.video-wrap .mission__video {*/
/*    width: 580px;*/
/*    height: 395px;*/
/*    border-radius: 24px;*/
/*    display: block;*/
/*    object-fit: cover;*/
/*}*/

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 96px;
  height: 96px;
  z-index: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  outline: none;
}

.video-play-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-play-btn svg {
  width: 100%;
  height: 100%;
}

.sales-role__card .sales-role__card {
}

.sales-role__card .sales-role__title {
  width: 100%;
  background: #0d3e62;
  border: 1px solid #ebeff2;
  border-radius: 16px;
  padding: 24px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}

.sales-role__card p {
  font-size: 16px;
  color: #0d3e62;
  line-height: 28px;
}

.job-info {
  width: 100%;
  margin-top: 64px;
}

.job-info__card {
  width: 100%;
  border-radius: 40px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #0d3e6229;
  box-shadow: 0 30px 60px 0 #00000014;
}

.job-info__nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 29px;
  border-radius: 24px;
  padding: 16px;
  background: #f2f5f7;
  border: 1px solid #0d3e6229;
  flex-wrap: wrap;
}

.job-info__nav .job-info__tab {
  font-family: YekanBakh;
  border-radius: 16px;
  padding: 14px 75px;
  background: #f2f5f7;
  color: #0d3e62;
}

.job-info__nav .is-active {
  background: #0d3e62;
  color: #fff;
}

.job-info__nav .line {
  align-self: stretch;
  width: 1px;
  background: #0d3e623d;
  border: none;
}

.job-info__content {
  gap: 64px;
  margin-top: 24px;
  display: none;
}

.job-info__content.is-active {
  display: flex;
}

.job-info__content .job-info__details {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 28px;
}

.job-info__details ul,
.job-info__details ol {
  list-style-position: inside;
}

.job-info__details .job-info__row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.job-info__label,
.job-info__value {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 16px;
  color: #0d3e62;
}

.job-info__divider {
  flex: 1;
  height: 1px;
  background: #0d3e6214;
}

.job-info__content .job-info__responsibilities {
  width: 55%;
}

.job-info__responsibilities .job-info__subtitle {
  font-weight: 700;
  font-size: 18px;
  color: #0d3e62;
}

.job-info__responsibilities .job-info__list {
  margin-top: 10px;
  list-style-position: inside;
  line-height: 28px;
}

.job-info__responsibilities .job-info__list li {
  font-size: 15px;
  line-height: 32px;
  color: #0d3e62;
}

.resume-block {
  width: 100%;
  margin-top: 64px;
}

.resume-block__card {
  width: 100%;
  display: flex;
  gap: 40px;
  border-radius: 40px;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #f0f1f1;
  box-shadow: 0 15px 30px 0 #00000014;
}

.resume-block__card .resume-block__header {
  width: 56%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.resume-block__header .resume-block__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resume-block__title h2 {
  font-weight: 900;
  font-size: 18px;
  color: #242424;
}

.resume-block__title .resume-block__state {
  display: flex;
  align-items: center;
  gap: 10px;
}

.resume-block__state-label {
  font-weight: 500;
  font-size: 16px;
  color: #1874b87a;
}

.resume-block__state-value {
  font-weight: 600;
  font-size: 16px;
  color: #1874b8;
}

.resume-block__state-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

h2.gform_title {
  margin-bottom: 20px;
}

.resume-block__dont-apply {
  border-radius: 24px;
  padding: 24px;
  color: #3434340a;
}

.resume-block__dont-apply .resume-block__subtitle {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
  color: #e64a19;
}

.resume-block__dont-apply .resume-block__list {
  margin-top: 10px;
  list-style-position: inside;
}

.resume-block__list li {
  font-size: 16px;
  line-height: 32px;
  color: #343434;
}

.resume-block__card .resume-block__grid {
  width: 41%;
}

.resume-block__grid .resume-block__apply-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.resume-block__apply-title .resume-block__apply-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.resume-block__apply-title .resume-block__subtitle {
  font-weight: 800;
  font-size: 16px;
  color: #0d3e62;
}

.resume-block__apply .resume-block__desc {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #0d3e62;
}

.resume-block__apply .resume-block__cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 90px;
}

.resume-block__cta .resume-block__agree {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #0d3e62;
}

.resume-block__agree input#resumeAgree {
  width: 20px;
  height: 20px;
}

.resume-block__btn {
  font-family: YekanBakh;
  border-radius: 16px;
  padding: 24px;
  background: #1874b8;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #1874b8;
  transition: background-color 0.2s, opacity 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

/* Hover and Focus */
.resume-block__btn:not(:disabled):hover {
  background: #1567a2;
}

.resume-block__btn:focus-visible:not(:disabled) {
  outline: 3px solid #9cc7e6;
  outline-offset: 2px;
}

/* Disable */
.resume-block__btn:disabled {
  background: #eaf1f6;
  color: #8ba3b6;
  border-color: #d4e0ea;
  cursor: not-allowed;
  opacity: 0.85;
  box-shadow: none;
  pointer-events: none;
}

/*
-------------------------End page and single-jobs----------------------------------------
 */

/*
-------------------------Start Landing MVM ----------------------------------------
 */
.intro-section {
  margin-top: 103px;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: min-content 1fr min-content;
  column-gap: 139px;
}

.intro-grid .intro__title {
  margin-bottom: 48px;
}

.intro-grid .intro__title h2 {
  font-weight: 700;
  font-size: 20px;
  color: #0d3e62;
  position: relative;
}

.intro-grid .intro__title h2::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 48px;
  background: #f2f5f7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.intro-grid .intro__content {
  grid-column: 1/2;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 33px;
  text-align: justify;
  color: #343434;
}

.intro-grid .intro__content p {
}

.intro-grid .intro__cta {
  display: flex;
  gap: 10px;
}

.intro__cta .cta-btn {
  border-radius: 8px;
  padding: 10px 32px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.intro__cta .btn-primary {
  background: #0068b5;
}

.intro__cta .btn-primary:hover {
  background: #4ba5e7;
  box-shadow: 0 16.36px 32.73px 0 #0d3e6240;
}

.intro__cta .btn-secondary {
  border: 1.5px solid #0068b5;
  color: #0068b5;
}

.intro__cta .btn-secondary:hover {
  background: #a5d2f3;
  box-shadow: 0 16.36px 32.73px 0 #0d3e6240;
}

.intro-grid .intro__media {
  grid-column: 2/3;
  grid-row: 1 / -1;
}

.intro-grid .intro__media img {
  width: 100%;
}

.related-products-section {
  margin-top: 112px;
}

.related-products-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 27px;
}

.related-products-header .related-products-title {
  font-weight: 700;
  font-size: 20px;
  color: #0d3e62;
  flex-grow: 0;
  flex-shrink: 0;
}

.related-products-header .related-products-title:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 48px;
  background: #f2f5f7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.related-products-header .line-title {
  flex-grow: 1;
  border: 1px solid #34343429;
}

.related-products-header .slider-navigation {
  position: relative;
  display: flex;
  gap: 8px;
  flex-grow: 0;
  flex-shrink: 0;
}

.slider-navigation .related-prev,
.slider-navigation .related-next {
  position: static;
  width: 54.5px;
  height: 48px;
  background-image: url("assets/images/svg/back-navigation.svg");
  background-color: unset;
}

.swiper-button-prev:after {
  content: "next";
}

.swiper-button-next:after {
  content: "prev";
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 15px !important;
  font-weight: 900;
}

.related-products-slider {
  margin-top: 42px;
  padding-bottom: 79px;
}

.related-products-slider .product-card-items {
}

.product-card-items .related-product-item {
  display: block;
  border-radius: 32px;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #34343414;
  box-shadow: 0 15px 30px 0 #00000012;
}

.product-card-items .related-product-item:hover .product-media img {
  transform: scale(1.05);
}

.related-product-item .card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.related-product-item .card-info img {
  max-width: 100%;
}

.related-product-item .card-info .car-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.car-name .product-model {
  font-family: system-ui;
  font-weight: 800;
  font-style: Italic;
  font-size: 24px;
  color: #343434;
}

.color-red {
  color: #f20004;
}

.car-name .product-type {
  font-family: system-ui;
  font-weight: 600;
  font-style: Italic;
  font-size: 24px;
  color: #3434343d;
}

.related-product-item .product-media {
  margin: 16px 0;
  height: 168px;
}

.related-product-item .product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease-in-out;
}

.related-product-item .line-card {
  border: 1px solid #3434341a;
}

.related-product-item .product-specs-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 16px 0;
}

.product-specs-list .space-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.space-item .space__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.space__content .space__value {
  font-weight: 600;
  font-size: 16px;
  color: #343434;
}

.space__content .space__label {
  color: #3434343d;
}

.product-specs-list .line-vertical {
  height: 39px;
  flex-shrink: 0;
  border: 1px solid #3434341a;
}

.related-product-item .product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.product-footer .product-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  padding: 17px 16px;
  background: #0d3e6214;
  color: #0d3e62;
}

.product-footer .product-price {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 4px;
}

.product-price .price {
  font-weight: 800;
  font-size: 20px;
  color: #343434;
}

.product-price span {
  font-weight: 500;
  color: #34343466;
}

/* Form Landing MVM */
.form-mvm .gform_wrapper {
  direction: rtl;
  text-align: right;
  background: #fff;
  border: 1px solid #d9e2f3;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
  margin: 0 auto;
}

/* عنوان گروه انتخاب خودرو */
.gform_wrapper legend.gfield_label {
  font-size: 20px;
  font-weight: 700;
  color: #112337;
  margin-bottom: 20px;
}

#input_3_1 {
  flex-direction: row !important;
}

/* مخفی کردن radio اصلی و ساخت دکمه‌های کارت‌مانند */
#input_3_1 input[type="radio"] {
  display: none !important;
}

#input_3_1 .gchoice {
  display: inline-block;
  background: #fff;
  border: 2px solid #e0e6f5;
  border-radius: 12px;
  padding: 15px;
  margin: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* حالت hover و انتخاب شده */
#input_3_1 .gchoice:hover {
  border-color: #204ce5;
}

#input_3_1 input[type="radio"]:checked + label {
  border-color: #204ce5;
  background-color: #f3f6ff;
  font-weight: 600;
}

/* استایل عکس ماشین در کارت‌ها */
#input_3_1 .gchoice label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#input_3_1 .gchoice label::before {
  content: "";
  display: block;
  width: 150px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8px;
}

/* عکس‌های هر ماشین (بر اساس مقدار value رادیو) */
#choice_3_1_0 + label::before {
  background-image: url("assets/images/x55-form.png");
}

#choice_3_1_1 + label::before {
  background-image: url("assets/images/x55-form.png");
}

/* فیلد شماره همراه */
#field_3_4 input {
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 12px 16px;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
}

/* دکمه ارسال */
#gform_submit_button_3 {
  background: #204ce5;
  color: #fff;
  font-size: 18px;
  border-radius: 12px;
  padding: 12px 36px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

#gform_submit_button_3:hover {
  background: #0d2eb8;
}

/* End Form Landing MVM */
.video-section {
  margin-top: 85px;
}

.video-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.section-header .section-title {
  font-weight: 700;
  font-size: 20px;
  color: #0d3e62;
  position: relative;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 48px;
  background: #f2f5f7;
  border-radius: 0 0 16px 0;
  z-index: -1;
}

.section-header .line-title {
  flex-grow: 1;
  border: 1px solid #34343429;
}

.video-content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  background: #ecf0f3;
  border-radius: 32px;
  padding: 24px;
  margin-top: 51px;
}

.video-content-wrapper .related-videos-sidebar {
  flex-shrink: 0;
  border-radius: 16px;
  background: #f9fafb;
  overflow: hidden;
}

.related-videos-sidebar .header-sidebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d5dee5;
}

.header-sidebar .sidebar__title {
  font-weight: 600;
  font-size: 16px;
  padding: 26px 42px;
  color: #0d3e62;
}

.header-sidebar .sidebar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 38px;
  background: #0d3e62;
  position: relative;
  clip-path: polygon(0% 0%, 0% 0%, 100% 0, 75% 100%, 100% 100%, 0% 100%);
}

.related-videos-sidebar .video-list {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin: 23px 30px 29px 34px;
}

.video-list .line-video {
  width: 100%;
  border: 1px solid #00000029;
}

.video-list .video-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video-list .video__name {
  font-weight: 500;
  font-size: 16px;
  color: #00000080;
}

.video-list .video__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-list .video__time {
  display: none;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.video-list .active-video .video__name {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.active-video .video__icon {
  display: none;
}

.active-video .video__time {
  display: block;
}

.video-content-wrapper .main-video-area {
  flex-grow: 1;
  width: 100%;
  height: 472px;
  gap: 10px;
  border-radius: 16px;
  overflow: hidden;
}

.main-video-area .video-item {
  height: 100%;
  width: 100%;
}

.video-item .video-player-figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.video-embed-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.video-embed-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-embed-container.playing .video-play-btn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-player-figure .video-caption {
  backdrop-filter: blur(16px);
  background: #ffffff14;
  border-radius: 12px;
  padding: 8px 24px 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 999;
  bottom: 29px;
  right: 28px;
  left: 28px;
}

.video-caption .video-title {
  font-weight: 800;
  font-size: 18px;

  color: #ffffff;
}

.video-caption .video-author {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 16px;
}

.icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-mvm {
  width: 100%;
  margin-top: 71px;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-radius: 12px;
  padding: 15px 16px;
  gap: 6px;
  background: #f9fafb;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
}

.latest-articles-section {
  width: 100%;
  margin-top: 70px;
}

.articles-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.article-card .article-image-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.article-image-box img {
  width: 100%;
}

.article-card .gradient-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 68.29%
  );
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 46%;
  z-index: 9;
}

.article-image-box .article-info {
  position: absolute;
  top: 24px;
  right: 24px;
  left: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 6;
}

.article-info .featured-news {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(6.599999904632568px);
  background: #ffffff3d;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  font-weight: 500;
}

.article-info .article-details {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}

.article-details .article-title {
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-details .category {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category .cat-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cat-info .category_name {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

.article-card-l1 {
  grid-column: 1 / 3;
  grid-row: 2/3;
}

.article-card-l1 .gradient-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 68.29%
  );
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.article-card-l2 {
  grid-column: 3 / 5;
  grid-row: 2/3;
}

.article-card-s {
  grid-column: 1 / 2;
  grid-row: 3/4;
}

.article-card-xl {
  grid-column: 2 / 5;
  grid-row: 3/4;
}

.article-card-xxl2 {
  grid-column: 1 / 5;
  grid-row: 4/5;
}

/*
-------------------------End Landing MVM ----------------------------------------
 */

/*
-------------------------Start Article ----------------------------------------
 */
.thumbnails-article {
  width: 100%;
  height: 395px;
}

.thumbnails-article figure {
  width: 100%;
  height: 100%;
}

.thumbnails-article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.single-post-article {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 29px;
  margin-top: -80px;
  position: relative;
  z-index: 9;
}

.single-post-article .post-main-content {
  grid-column: 1 / 9;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 24px;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0 20px 40px 0 #00000014;
}

.single-post-article .single-sidebar {
  grid-column: 9 / 13;
  align-self: start;
  border-radius: 24px;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0 20px 40px 0 #00000014;
}

.post-main-content .article-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-detail .title__blog {
  font-weight: 700;
  font-size: 24px;
  color: #343434;
}

.article-detail .line-blog {
  border: 1px solid #3434343d;
}

.article-detail .meta__blog {
  display: flex;
  gap: 24px;
}

.meta__blog .category,
.meta__blog .time,
.meta__blog .comments {
  display: flex;
  align-items: center;
  gap: 4px;
}
.meta__blog .category .name__category,
.meta__blog .time .time__icon,
.meta__blog .comments .comment__icon {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #34343452;
}

.meta__blog .category a,
.meta__blog .time p,
.meta__blog .comments p {
  font-weight: 500;
  font-size: 16px;
}

.meta__blog .category a {
  color: #343434;
  text-decoration: underline;
}

.post-main-content .article-content a {
  color: #1874b8;
  text-decoration: underline;
}

.post-main-content .article-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.post-main-content .article-content img {
  width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 24px;
}

.post-main-content .article-content h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}

.post-main-content .article-content h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

.post-main-content .line-post {
  border: 1px solid #3434343d;
}

.post-main-content .post-interaction-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-interaction-box .author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-info .avatar img {
  width: 69px;
  height: 69px;
  object-fit: cover;
  border-radius: 244px;
}

.author-info .author-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.author-text .author-name {
  font-weight: 800;
  font-size: 18px;
  color: #343434;
}

.author-text .author-title {
  font-weight: 500;
  color: #34343466;
}

.post-interaction-box .interaction-buttons {
  display: flex;
  gap: 8px;
}

.interaction-buttons .btn-share {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  padding: 16px 24px 16px 16px;
  background: #f9fafb;
  border: 1px solid #0d3e6252;
  font-weight: 600;
  color: #0d3e62;
  cursor: pointer;
}

.btn-share .share-icon {
  display: flex;
  align-items: center;
  gap: 6px;
}

.share-icon a {
  display: flex;
  align-items: center;
  align-items: center;
  border-radius: 8px;
  padding: 8px;
  background: #0d3e6214;
  border: 1px solid #0d3e6214;
}

.share-icon a:hover {
  background: #1874b8;
}

.share-icon a:hover svg path {
  fill: #fff;
}

.interaction-buttons .btn-download {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 16px 24px 16px 16px;
  border-radius: 12px;
  background: #0d3e62;
  border: 1px solid #0d3e6252;
  color: #fff;
  font-weight: 700;
}

.widget .widget-header {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
}

.widget .posts-list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}

.posts-list-unstyled .post-list-item {
  display: flex;
  align-items: stretch;
  gap: 16px;
  border-radius: 16px;
  padding: 19px 24px;
  border: 1px solid #0d3e6229;
  transition: all 0.1s ease-in-out;
}

.posts-list-unstyled .post-list-item:hover {
  background: #0d3e6214;
  border: 1px solid #0d3e62;
  box-shadow: 0px 8px 16px 0px #00000014;
}

.posts-list-unstyled .post-list-item:hover .line-post {
  display: none;
}

.post-list-item .line-post {
  width: 4px;
  background-color: #0d3e62;
}

.post-list-item .post-link-block {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #0d3e62;
}

.comment-article {
  margin-top: 29px;
}

.comments-area {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
}

.comments-area .comment-box-flex {
  width: 65.9%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  padding-top: 33px;
  padding-right: 32px;
  padding-bottom: 33px;
  padding-left: 32px;
  background: #0d3e62;
}

.comments-area ul.comment-list.comment {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.comment-list .comments-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.comments-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: #ffffff29;
  box-shadow: 0px 6px 16px 0px #0000000f;
}

.comments-title h2 {
  font-weight: 800;
  font-size: 18px;
  color: #fff;
}

.line-comments {
  border: 1px solid #ffffff3d;
}

.comment-list li.comment {
  padding: 24px;
  background: #f8f9f914;
  border-radius: 24px;
  list-style: none;
}

li.comment .comment {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment .nema-comments {
  display: flex;
  align-items: center;
  gap: 11px;
}

.nema-comments .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: #f8f9f929;
}

.nema-comments .comment-by {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.nema-comments .comment-approved {
  font-size: 12px;
  color: #ffffff7a;
}

.comment .text-comments {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: justify;
  color: #fff;
}

.comment .comment-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-block .replay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff14;
  border-radius: 12px;
  padding: 10px 16px 10px 14px;
}

.comment-block .replay a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

ul.children {
  margin-top: 32px;
}

.date-comments {
  display: flex;
  align-items: center;
  gap: 8px;
}

.date-comments .date-time {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff7a;
}

.box-comment-replay {
  width: 31%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
  gap: 24px;
  padding: 24px;
  background: #0d3e62;
  border: 1px solid #34343414;
  box-shadow: 0px 20px 40px 0px #00000014;
}

.box-comment-replay p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.box-comment-replay .btn-comment-replay {
  font-family: "YekanBakh";
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 13.5px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #0d3e62;
  cursor: pointer;
}

.comment-respond {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.comment-modal {
  max-width: 878px;
  border-radius: 24px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #34343414;
  box-shadow: 0px 20px 40px 0px #00000014;

  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.modal-overlay.active .comment-modal {
  transform: scale(1);
}

.comment-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.modal-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  background: #0d3e6214;
}

.modal-title h3 {
  font-weight: 700;
  font-size: 18px;
}

.modal-header .modal-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: #0d3e6214;
  cursor: pointer;
}
.comment-box-flex .no-comments{
font-weight: 500;
font-size: 16px;
color: #fff;
}
.comment .text-comments a {
    color: #1874b8;
    text-decoration: underline;
    font-weight: 600;
}

.comment-form {
  margin-top: 34px;
}

.comment-form label {
  font-weight: 600;
  font-size: 16px;
  color: #343434;
}

.comment-form input[type="text"],
.comment-form textarea {
  padding: 16px 14px;
  background: #f8f9f9 !important;
  border: 1px solid #34343414 !important;
  font-family: "YekanBakh";
  margin: 8px 0;
}
.comment-form .form-submit .submit {
  display: flex;
  align-content: center;
  gap: 14px;
  border-radius: 12px;
  padding: 15px 24px;
  background: #1874b8;
  color: #fff;
  font-family: "YekanBakh";
  font-weight: 700;
  margin-top: 34px;
}
.comment-form .form-submit .submit:hover {
  background: #4ba5e7;
  box-shadow: 0px 16.36px 32.73px 0px #0d3e6240;
}

/*
-------------------------End Article ----------------------------------------
 */
.my-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.my-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.my-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 40px 40px 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.my-popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #888;
}

.my-popup__title {
  margin-top: 0;
  color: #111;
  font-size: 24px;
}

.my-popup__description {
  margin: 20px 0;
  color: #555;
  line-height: 1.7;
}

.my-popup__button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.my-popup__button:hover {
  background-color: #0056b3;
}

.my-popup__footer {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.my-popup__dont-show {
  font-size: 13px;
  color: #777;
  cursor: pointer;
  text-decoration: underline;
}

.my-popup__dont-show:hover {
  color: #111;
}

/*
-------------------------Start Responsive----------------------------------------
 */
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
  .banner-main__meta {
    bottom: 8%;
  }
}

@media screen and (max-width: 992px) {
  .banner-category {
    flex-direction: column;
    align-items: center;
  }

  .parts-sale .section-title::after,
  .car-market__header .car-market__title::after,
  .articles-header .articles-title::after {
    display: none;
  }

  .sales-service__button,
  .expert-contact .line-title,
  .expert-contact .slider-navigation {
    display: none;
  }

  .overlay-full-page {
    display: block;
  }

  .car-cards-wrapper {
    flex-wrap: wrap;
  }

  .car-card,
  .car-card:hover {
    width: 100% !important;
  }

  .contact-hub__grid {
    flex-direction: column;
    gap: 16px;
  }

  .contact-hub__pane--media,
  .contact-hub__pane--info {
    width: 100%;
  }

  .contact-hub__pane--media .contact-tabs {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
  }

  .car-options-wrapper .car-options-section {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .option-right .option-right-box {
    padding: 0 16px;
    gap: 16px;
  }

  .option-right-box .feature-badges {
    gap: unset;
    margin-bottom: unset;
  }

  .feature-badges .feature-item {
    width: 50%;
  }

  .option-right-buttons {
    flex-direction: column;
    margin-top: unset;
  }

  .option-right-buttons .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .car-options-section .option-left {
    width: 100%;
    margin-top: 28px;
  }

  .option-left .car-options-image img {
    width: 100%;
  }

  .option-left .car-options-box {
    width: 100%;
    gap: 39px;
  }

  .selling-car-parts,
  .car-options-wrapper {
    margin-top: 53px;
  }

  .selling-car .image-sale,
  .services .services__header p {
    display: none;
  }

  .selling-car .parts-sale {
    width: 100%;
    gap: 12px;
  }

  .parts-sale .section-title::after {
    width: 58%;
  }

  .video-anchor > .container {
    height: 300px;
  }

  .parts-sale .section-description,
  .parts-sale .features-list,
  .car-selector {
    margin-top: 12px;
  }

  .parts-sale .features-list {
    gap: 12px;
  }

  .car-market {
    margin-top: 53px;
  }

  .parts-sale .features-list {
    flex-wrap: wrap;
  }

  .features-list .feature-item {
    width: 47%;
    flex-direction: row;
    gap: 6px;
    height: 72px;
    padding: 16px 8px;
  }

  .feature-item .feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    padding: 8px;
    margin: unset;
  }

  .selling-car-parts .selling-car {
    flex-direction: column;
  }

  .contact-tabs .line {
    height: auto;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-wrapper {
    position: relative;
  }

  .footer-col-info,
  .footer-col-links,
  .footer-col-contact {
    width: 100%;
  }

  .footer-col-info .footer-content {
    align-items: center;
  }

  .footer-links-sections {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-links-sections .footer-links,
  .footer-links-sections .footer-quick {
    width: 100%;
    margin: 16px 24px 0;
  }

  .footer-links .footer-heading,
  .footer-quick .footer-heading {
    background: #204d6e;
    padding: 16px;
    border-radius: 555px;
  }

  .footer-links ul,
  .footer-quick ul {
    margin-right: 10px;
  }

  .footer-line-separator {
    display: none;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-copyright {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 14px;
    width: 100%;
  }

  .sales-role__flex {
    flex-direction: column;
    gap: 21px;
  }

  .video-wrap .mission__video {
    width: 100%;
  }

  .footer-col-contact {
    padding-bottom: 90px;
  }

  .careers-hero__heading {
    margin-bottom: 16px;
  }

  .careers-hero__desc {
    margin-top: 16px;
  }

  .sales-role {
    margin-top: 32px;
  }

  .car-selector-header {
    margin-top: 34px;
  }

  .about-intro .about-intro__grid {
    flex-direction: column;
  }

  .about-intro {
    margin-top: -350px;
  }

  .mission .mission__grid {
    flex-wrap: wrap;
    gap: 12px;
  }

  .about-block__grid {
    flex-direction: column;
    gap: 27px;
    margin-top: 28px;
  }

  .about-block__content,
  .about-block__media,
  .sales-role__media,
  .sales-role__card {
    width: 100%;
  }

  .contact-extensions__grid {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: unset;
  }

  .contact-extensions__grid .contact-panel {
    width: 100%;
    margin-top: -70px;
  }

  .contact-extensions__grid .contact-map {
    width: 100%;
  }

  .mission__header .mission__title:after {
    width: 73%;
  }

  .contact-tabs .contact-tabs__btn {
    padding: 10px 12px;
  }

  .job-info__nav {
    gap: 16px;
  }

  .job-info__nav .job-info__tab {
    padding: 14px 16px;
  }

  .mission-section {
    margin-top: 32px;
  }

  .mission-section .mission-grid {
    flex-direction: column;
    gap: 16px;
  }

  .mission-grid .mission__media,
  .mission-grid .mission__content {
    width: 100%;
  }

  .mission__header .long_title:after {
    width: 70% !important;
  }

  .thumbnail-about h1 {
    top: 15%;
    align-items: unset;
  }

  .video-anchor {
    margin-top: -230px;
  }

  .job-info,
  .resume-block {
    margin-top: 32px;
  }

  .resume-block__card {
    flex-direction: column;
  }

  .resume-block__card .resume-block__header,
  .resume-block__card .resume-block__grid {
    width: 100%;
    gap: 32px;
  }

  .resume-block__header .resume-block__title {
    flex-direction: column;
    gap: 8px;
  }

  .person-card figcaption {
    gap: 2px;
    padding: 10px;
  }

  .person-card .person-card__name {
    font-size: 14px;
  }

  .person-card .person-card__meta {
  }

  .person-card__meta .person-card__role {
    font-size: 10px;
  }

  .intro-grid {
    grid-template-columns: repeat(1, auto);
  }

  .intro-grid .intro__media {
    grid-column: 1/2;
    grid-row: 2 / 3;
    margin-bottom: 32px;
  }

  .intro-grid .intro__title {
    margin-bottom: 16px;
  }

  .intro-grid .intro__title h2 {
    font-weight: 800;
    font-size: 16px;
  }

  .intro-grid .intro__title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    width: 52%;
    height: 1px;
    background: #34343429;
    border-radius: 1px;
  }

  .intro-grid .intro__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .intro__cta .cta-btn {
    border-radius: 16px;
  }
}

@media screen and (max-width: 768px) {
  .video-anchor {
    margin-top: -280px;
  }

  .thumbnail-about h1,
  .thumbnail-about h1 span {
    font-size: 20px;
  }

  .thumbnail-about h1 {
    top: 10%;
    align-items: unset;
  }

  .mission__header .mission__title:after {
    width: 50%;
  }

  .social-links__list {
    flex-wrap: wrap;
    gap: 12px;
  }

  .expert-contact .contact-pagination {
    display: block;
  }

  .social-card {
    width: 48%;
  }

  .social-links,
  .contact-extensions {
    margin-top: 56px;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 12px;
  }

  .image-grid .item-1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .image-grid .item-2 {
    grid-row: 1/3;
    grid-column: 2/3;
  }

  .image-grid .item-3 {
    grid-row: 2/4;
    grid-column: 1/2;
  }

  .image-grid .item-4 {
    grid-row: 3/4;
    grid-column: 2/3;
  }

  .image-grid .item-5 {
    grid-row: 4/5;
    grid-column: 1/2;
  }

  .image-grid .item-6 {
    grid-row: 4/6;
    grid-column: 2/3;
  }

  .image-grid .item-7 {
    grid-row: 5/7;
    grid-column: 1/2;
  }

  .image-grid .item-8 {
    grid-row: 6/7;
    grid-column: 2/3;
  }

  .mission-section {
    margin-top: 32px;
  }

  .mission-section .mission-grid {
    flex-direction: column;
    margin-top: 36px;
    gap: 16px;
  }

  .mission-grid .mission__media,
  .mission-grid .mission__content {
    width: 100%;
  }

  .jobs__filters .jobs__tab {
    padding: 10px 13px;
  }

  .mission__header .long_title:after {
    width: 70% !important;
  }

  .banner-main__meta .banner-main__cta {
    display: none;
  }

  .banner-main__meta {
    bottom: 0;
  }

  .banner-main__meta h1 {
    margin-bottom: 6px;
    font-weight: 900;
    font-size: 24px;
  }

  .banner-main__meta p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .job-info__content {
    flex-direction: column;
    gap: 16px;
  }

  .job-info__content .job-info__details,
  .job-info__content .job-info__responsibilities {
    width: 100%;
  }

  .expert-contact .related-products-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
  }

  .expert-contact-slider .expert-card {
    margin-top: 26px;
  }
}

@media screen and (max-width: 576px) {
  .sales-service__header {
    margin-bottom: 12px;
  }

  .sales-service .content-sales,
  .car-options-section .option-left {
    flex-direction: column;
    gap: 12px;
  }

  .content-sales .right-content,
  .content-sales .left-content,
  .content-sales .right-content .title,
  .option-left .car-options-image,
  .car-market__header .car-market__title::after,
  .articles-header .articles-title {
    width: 100%;
  }

  .slider-controls .custom-prev,
  .slider-controls .custom-next,
  .car-info-list .car-date,
  .car-selector-header .nav-car,
  .car-selector-next,
  .car-selector-prev,
  .car-market__header .car-market__controls,
  .article_controls,
  .services .services__header p,
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: none;
  }

  .content-sales .right-content .title {
    margin-top: 12px;
  }

  .sales-service__header {
    margin: 50px 0 0;
  }

  .hero-banner-category {
    margin-top: 36px;
  }

  .car-selector-header .brand-title {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
  }

  h2.car-selector-title {
    width: 100%;
    justify-content: center;
  }

  .car-selector-header .car-selector-title::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(50%);
    width: 33%;
    height: 1px;
    background: #34343429;
    border-radius: 1px;
  }

  .car-selector-header .car-selector-title::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(50%);
    width: 33%;
    height: 1px;
    background: #34343429;
    border-radius: 1px;
  }

  /*.brand-products .product-card {*/
  /*    width: 41% !important;*/
  /*}*/
  .product-card .btn-more {
    bottom: 12px;
    right: 8px;
    left: 8px;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    gap: 4px;
  }

  .product-card .btn-more svg {
    width: 16px;
    height: 16px;
  }

  .car-selector-header {
    margin-bottom: 12px;
  }

  .car-cards-wrapper {
    margin-top: 45px;
  }

  .car-card {
    overflow: unset;
  }

  .car-card__overlay {
    padding: 8px;
  }

  .car-card-title .car-card__logo {
    margin: 0 auto 4px;
  }

  .car-card__title {
    font-size: 14px;
  }

  .car-card__extra {
    opacity: 1;
    transform: translateY(10px);
    margin-top: unset;
  }

  .car-info-list li {
    display: none;
  }

  .car-info-list li:first-child {
    display: flex;
  }

  .car-info-list li .titre {
    width: 100%;
    flex-direction: column;
  }

  .services {
    margin-top: 65px;
  }

  .articles-section {
    margin-top: 58px;
  }

  .articles-section .articles-header {
    margin-bottom: 18px;
    width: 100%;
  }

  .articles-header .articles-title::after {
    width: 63%;
    right: unset;
    left: 10px;
  }

  .footer-col-info {
    margin-left: unset;
    padding: 39px 24px 59px 24px;
  }

  .benefits {
    margin-top: 32px;
  }

  .benefits .benefits__grid {
    gap: 12px;
    margin-top: 25px;
  }

  .benefits__grid .benefit-card {
    width: 100%;
    height: auto;
    gap: 16px;
    padding: 16px;
  }

  .card__title .benefit-card__title {
    font-size: 14px;
  }

  .benefit-card .benefit-card__desc {
    font-size: 12px;
    line-height: 20px;
  }

  .services_items {
    gap: 12px;
    padding: 16px 0 0;
  }

  .contact-hub {
    margin-top: -320px;
  }

  .mission__header .long_title:after {
    width: 13% !important;
  }
}

@media screen and (max-width: 360px) {
  .contact-quick {
    flex-direction: column;
    gap: 8px;
  }

  .mission__header .long_title:after {
    width: 10% !important;
  }
}
/*
 * Dowmload Blog
 */
@media print {
  .article-content {
    direction: rtl;
  } /* اگر محتوای فارسی داری */
  .no-break,
  table,
  figure,
  pre,
  blockquote {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
/**
 *  Test Gravity Form (Single Product Page)
 **/
/* ===========================
   1. باکس کلی فرم
   =========================== */

.mk-car-consult-form_wrapper {
    max-width: 1120px;
    margin: 32px auto;
}

.mk-car-consult-form {
    background: #f7fafc;
    border-radius: 24px;
    border: 1px solid #d6e0ea;
    padding: 28px 32px 24px;
    box-sizing: border-box;
}

/* ===========================
   2. چیدمان دو ستونه
   =========================== */

.mk-car-consult-form .gform_body .gform_fields {
    display: grid;
    grid-template-columns: 2fr 1.1fr;
    column-gap: 40px;
    row-gap: 16px;
}

/* ستون چپ: فیلدهای متنی و توضیحات */
.mk-car-consult-form .mk-field-name,
.mk-car-consult-form .mk-field-phone,
.mk-car-consult-form .mk-field-message {
    grid-column: 1 / 2;
}

/* ستون راست: روش پرداخت + خودرو */
.mk-car-consult-form .mk-field-payment,
.mk-car-consult-form .mk-field-car {
    grid-column: 2 / 3;
}

/* ریسپانسیو: موبایل → تک‌ستونه */
@media (max-width: 900px) {
    .mk-car-consult-form .gform_body .gform_fields {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    .mk-car-consult-form .mk-field-name,
    .mk-car-consult-form .mk-field-phone,
    .mk-car-consult-form .mk-field-message,
    .mk-car-consult-form .mk-field-payment,
    .mk-car-consult-form .mk-field-car {
        grid-column: 1 / 2;
    }
}

/* ===========================
   3. برچسب‌ها و فیلدهای متنی
   =========================== */

.mk-car-consult-form .gfield_label {
    font-size: 13px;
    margin-bottom: 4px;
    color: #112337;
}

.mk-car-consult-form .ginput_container_text input,
.mk-car-consult-form .ginput_container_textarea textarea {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #cfd8e3;
    padding: 10px 16px;
    font-size: 14px;
    background: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.mk-car-consult-form .ginput_container_textarea textarea {
    border-radius: 16px;
    min-height: 120px;
    resize: vertical;
}

.mk-car-consult-form .ginput_container_text input:focus,
.mk-car-consult-form .ginput_container_textarea textarea:focus {
    border-color: #204ce5;
    box-shadow: 0 0 0 1px rgba(32, 76, 229, 0.25);
}

/* ===========================
   4. تب‌های «روش پرداخت»
   =========================== */

.mk-car-consult-form .mk-field-payment .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mk-car-consult-form .mk-field-payment .gchoice {
    margin: 0;
    position: relative;
}

/* خود input رادیو را مخفی کن */
.mk-car-consult-form .mk-field-payment .gfield-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* لیبل را تبدیل به دکمه قرصی کن */
.mk-car-consult-form .mk-field-payment .gform-field-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid #d3d9e4;
    background: #ffffff;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* حالت انتخاب‌شده (تب فعال) */
.mk-car-consult-form .mk-field-payment .gfield-choice-input:checked + .gform-field-label {
    border-color: #204ce5;
    background: #e3f2ff;
    color: #204ce5;
    box-shadow: 0 0 0 1px rgba(32, 76, 229, 0.2);
}

/* اگر خواستی گزینه سوم خاکستری و غیرفعال باشد: */
.mk-car-consult-form .mk-field-payment .gchoice_5_4_2 .gform-field-label {
    background: #f1f1f1;
    color: #9e9e9e;
    cursor: not-allowed;
}
.mk-car-consult-form .mk-field-payment .gchoice_5_4_2 .gfield-choice-input {
    pointer-events: none;
}

/* ===========================
   5. کارت‌های انتخاب «خودرو»
   =========================== */

.mk-car-consult-form .mk-field-car .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mk-car-consult-form .mk-field-car .gchoice {
    margin: 0;
    position: relative;
}

.mk-car-consult-form .mk-field-car .gfield-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* کارت پایه */
.mk-car-consult-form .mk-field-car .gform-field-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-radius: 16px;
    border: 1px solid #d3d9e4;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 13px;
}

/* حالت انتخاب‌شده */
.mk-car-consult-form .mk-field-car .gfield-choice-input:checked + .gform-field-label {
    border-color: #204ce5;
    box-shadow: 0 0 0 1px rgba(32, 76, 229, 0.18);
    background: #ffffff;
}

/* اگر بعداً تصویر ماشین به لیبل اضافه کردی */
.mk-car-consult-form .mk-field-car .gform-field-label img {
    max-height: 36px;
    margin-right: 10px;
}

/* ===========================
   6. دکمه ارسال
   =========================== */

.mk-car-consult-form .gform_footer {
    margin-top: 20px;
    text-align: left;
}

.mk-car-consult-form .gform_button {
    border: none;
    border-radius: 999px;
    background: #204ce5;
    color: #fff;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.mk-car-consult-form .gform_button:hover {
    background: #001ab3;
    box-shadow: 0 8px 18px rgba(0, 26, 179, 0.25);
}
/* کارت‌های انتخاب خودرو */
.mk-car-consult-form .mk-field-car .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mk-car-consult-form .mk-field-car .gchoice {
    margin: 0;
    position: relative;
}

.mk-car-consult-form .mk-field-car .gfield-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* لیبل → کارت */
.mk-car-consult-form .mk-field-car .gform-field-label {
    padding: 10px 16px;
    border-radius: 16px;
    border: 1px solid #d3d9e4;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* ساختار داخلی کارت */
.mk-car-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mk-car-title {
    font-size: 13px;
    font-weight: 600;
}

/* تصویر ماشین داخل کارت */
.mk-car-label img {
    max-height: 40px;
    width: auto;
    display: block;
}

/* حالت انتخاب‌شده */
.mk-car-consult-form .mk-field-car .gfield-choice-input:checked + .gform-field-label {
    border-color: #204ce5;
    box-shadow: 0 0 0 1px rgba(32, 76, 229, 0.18);
}
