/* ======================================================= 
                  Main Page START
   ======================================================= */

/* --------------- Main Slider --------------- */
.hero-slider-wrapper {
  margin-bottom: 152px;
  /* height: 490px; */
  overflow: hidden;
}

.hero-slider-item {
  display: flex !important;
  gap: 30px;
  align-items: center;
  justify-content: end;
}

.hero-slider-img {
  width: 800px;
  object-fit: cover;
  flex: 0 0 calc(55% - 15px);
  overflow: hidden;
}

@media (min-width: 350px) {
  .hero-slider-img {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .hero-slider-img {
    height: 500px;
  }
  .hero-slider-content {
    position: absolute;
    left: 50%;
    transform: translateX(-132%);
    width: 500px;
  }
  body.rtl .hero-slider-content {
    transform: translateX(30%);
  }
  .careers_Form_Wrapper .ats_Custom_Section > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .careers_Form_Wrapper .ats_Custom_Section > div > div {
    flex: 1 0 48%;
  }
}

@media (max-width: 992px) {
  .hero-slider-content {
    margin-inline: 20px;
  }
}

.hero-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider-title {
  margin-bottom: 8px;
}

.hero-slider-sub {
  margin-bottom: 56px;
}

.hero-slider-wrapper .slick-list {
  overflow: visible;
}

@media (max-width: 991px) {
  .hero-slider-item {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .hero-slider-wrapper {
    height: unset;
    margin-bottom: 96px;
  }

  .hero-slider-img {
    height: 234px;
    width: 110%;
    flex: unset;
    transform: unset !important;
  }
}

/* --------------- Store Cars Main Page --------------- */

.main_Page_Store_Cars_Wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 104px;
}

.main_Page_Store_Cars_Item {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.main_Page_Store_Cars_Item_Slider {
  overflow: hidden;
  height: 340px;
  width: 634px;
}

.main_Page_Store_Cars_Item_Slider .slick-dots {
  position: absolute !important;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.main_Page_Store_Cars_Item_Slider .slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: #fff !important;
  opacity: 0.5;
  border-radius: 50% !important;
  transition: 0.3s;
}

.main_Page_Store_Cars_Item_Slider .slick-dots li.slick-active button {
  opacity: 1;
}

.main_Page_Store_Cars_Item_Slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_Page_Store_Cars_Item_Description {
  height: 64px;
}

@media (max-width: 991px) {
  .main_Page_Store_Cars_Wrapper {
    flex-direction: column;
  }

  .main_Page_Store_Cars_Item {
    max-width: 100%;
  }

  .main_Page_Store_Cars_Item .main_Page_Store_Cars_Item_Slider {
    width: unset;
    height: 238px;
  }

  .main_Page_Store_Cars_Item_Description {
    height: unset;
  }
}

/* --------------- Customer Service Main Page --------------- */

.main_Page_Customer_Service_Items_Wrapper {
  display: flex;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 104px;
  position: relative;
}

@media (min-width: 992px) {
  .main_Page_Customer_Service_Items_Wrapper {
    height: 600px;
  }

  .main_Page_Customer_Service_Item {
    margin-left: 20px;
  }

  .main_Page_Customer_Service_Item_Image {
    width: 300px;
  }
}

.main_Page_Customer_Service_Items_Wrapper .slick-arrow {
  position: absolute;
}

.main_Page_Customer_Service_Items_Wrapper .slick-prev {
  top: 26%;
  left: -50px;
  transform: translateY(-50%);
}

.main_Page_Customer_Service_Items_Wrapper .slick-next {
  top: 26%;
  right: -50px;
  transform: translateY(-50%);
}

body.rtl {
  .main_Page_Customer_Service_Items_Wrapper .slick-prev {
    left: unset !important;
    right: -60px !important;
  }

  .main_Page_Customer_Service_Items_Wrapper .slick-next {
    right: unset !important;
    left: -60px !important;
  }
}

.main_Page_Customer_Service_Wrapper h3 {
  margin-bottom: 70px !important;
}

.main_Page_Customer_Service_Item {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 calc(20% - 8px);
  flex: 1;
  transition:
    flex 0.45s ease,
    transform 0.45s ease;
  cursor: pointer;
  transform-origin: center;
  will-change: transform;
}

.main_Page_Customer_Service_Item_Image {
  height: 300px;
  overflow: hidden;
  transition: height 0.45s ease;
}

.main_Page_Customer_Service_Item_Image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

@media (min-width: 991px) {
  .main_Page_Customer_Service_Item:hover {
    flex: 1.2;
    transform: scaleY(1.06) translateY(-20px);
  }

  .main_Page_Customer_Service_Item:hover
    .main_Page_Customer_Service_Item_Image
    img {
    transform: scale(1.1);
    width: 310px;
  }

  .main_Page_Customer_Service_Item:hover
    .main_Page_Customer_Service_Item_Image {
    height: 345px;
  }

  .main_Page_Customer_Service_Items_Wrapper:hover
    .main_Page_Customer_Service_Item {
    flex: 0.9;
  }

  .main_Page_Customer_Service_Items_Wrapper:hover
    .main_Page_Customer_Service_Item:hover {
    flex: 1.5;
  }

  .main_Page_Customer_Service_Wrapper {
    height: 600px;
  }
}

.main_Page_Customer_Service_Item_Text {
  position: relative;
  transition: 0.45s;
}

.main_Page_Customer_Service_Item_Text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-60%) rotate(180deg);
  left: 0;
  width: 0;
  height: 28px;
  mask-image: url(/portals/_default/skins/ez-skin/assets/icons/arrow.svg);
  background: var(--Primary-P30);
  z-index: 1;
  opacity: 0;
  transition: 0.45s;
}

body.rtl .main_Page_Customer_Service_Item_Text::before {
  transform: translateY(-46%) rotate(0deg);
  left: unset;
  right: 0;
}

@media (min-width: 991px) {
  .main_Page_Customer_Service_Item:hover
    .main_Page_Customer_Service_Item_Text::before {
    transform: translateY(-60%) rotate(180deg);
    opacity: 1;
    width: 28px;
  }

  body.rtl
    .main_Page_Customer_Service_Item:hover
    .main_Page_Customer_Service_Item_Text::before {
    transform: translateY(-46%) rotate(0deg);
  }

  .main_Page_Customer_Service_Item:hover .main_Page_Customer_Service_Item_Text {
    color: var(--Primary-P30) !important;
    padding-inline-start: 32px;
  }
}

@media (max-width: 991px) {
  .main_Page_Customer_Service_Wrapper {
    position: relative;
  }

  .main_Page_Customer_Service_Items_Wrapper {
    flex-direction: column;
    margin-bottom: 168px;
  }

  .main_Page_Customer_Service_Item {
    max-width: 100%;
  }

  html[dir="ltr"] .main_Page_Customer_Service_Items_Wrapper .slick-track {
    direction: ltr;
    display: flex;
  }

  html[dir="ltr"] .main_Page_Customer_Service_Items_Wrapper .slick-slide {
    float: left;
  }

  .main_Page_Customer_Service_Items_Wrapper .slick-list {
    overflow: visible;
  }

  .main_Page_Customer_Service_Item_Image {
    height: 406px;
  }

  html[dir="ltr"] .main_Page_Customer_Service_Items_Wrapper .slick-slide {
    padding-right: 20px;
    max-width: 350px !important;
  }

  html[dir="ltr"] .main_Page_Customer_Service_Items_Wrapper .slick-list {
    width: 85% !important;
    margin-right: 16px;
  }

  html[dir="rtl"] .main_Page_Customer_Service_Items_Wrapper .slick-slide {
    width: 85% !important;
    margin-left: 16px;
  }

  html[dir="rtl"]
    body.rtl
    .main_Page_Customer_Service_Items_Wrapper
    .slick-slide {
    width: 350px !important;
  }
  .main_Page_Customer_Service_Items_Wrapper .slick-slide {
  }

  .main_Page_Customer_Service_Item.slick-active
    .main_Page_Customer_Service_Item_Text::before {
    opacity: 1;
    width: 28px;
  }

  body.rtl
    .main_Page_Customer_Service_Item:hover
    .main_Page_Customer_Service_Item_Text::before {
    transform: translateY(-40%) rotate(0deg);
  }

  body.rtl
    .main_Page_Customer_Service_Item.slick-active
    .main_Page_Customer_Service_Item_Text::before {
    left: unset;
    right: 0;
    transform: translateY(-40%);
  }

  .main_Page_Customer_Service_Item.slick-active
    .main_Page_Customer_Service_Item_Text {
    color: var(--Primary-P30) !important;
    padding-inline-start: 32px;
  }

  .main_Page_Customer_Service_Wrapper h3 {
    margin-bottom: 24px !important;
  }

  .main_Page_Customer_Service_Items_Arrows {
    position: absolute;
    bottom: -60px;
    inset-inline-end: 0;
    display: flex;
    width: 92px;
    justify-content: space-between;
    height: 40px;
  }

  .main_Page_Customer_Service_Items_Arrows .slick-arrow {
    position: static;
  }
}

/* ---------------Products Main Page --------------- */

.main_Page_Products_Wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 104px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.main_Page_Products_Wrapper .side_Data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  justify-content: center;
  flex: 0 0 calc(25% - 12px);
  min-width: 0;
}

.main_Page_Products_Wrapper .main_Page_Products {
  flex: 0 0 calc(75% - 12px);
  width: calc(75% - 12px);
  max-width: calc(75% - 12px);
  min-width: 0;
  height: 450px;
  overflow: hidden;
}

.main_Page_Products .slick-track {
  margin-block: 15px;
}

.main_Page_Products_Item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid var(--Gray-G90, #d1d1d1);
  background: var(--Gray-G100, #fff);
  transition: 0.3s;
  position: relative;
  height: 100%;
  margin-inline-start: 24px;
}

.main_Page_Products_Item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 0;
  background: var(--Primary-P20);
  z-index: 0;
  transition: 0.3s;
}

@media (min-width: 991px) {
  .main_Page_Products_Item:hover::before {
    height: 4px;
    bottom: -4px;
  }

  .main_Page_Products_Item:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 29, 47, 0.12);
    transform: translateY(-4px);
  }
}

.main_Page_Products_Item .product_Image {
  flex: 0 0 calc(50% - 8px);
  width: 100%;
  height: 100%;
}

.main_Page_Products_Item .product_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_Page_Products_Item .product_Info {
  flex: 0 0 calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 54px;
  justify-content: space-between;
  padding: 16px 16px 22px;
}

.main_Page_Products_Item .product_Price_Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_Page_Products_Item .product_Price_Wrapper .price {
  position: relative;
}

.main_Page_Products_Item .product_Price_Wrapper .price::before {
  content: "IRR";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: -26px;
  color: var(--Gray-G80);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

body.rtl .main_Page_Products_Item .product_Price_Wrapper .price::before {
  content: "ریال";
  right: unset;
  left: -26px;
}

.main_Page_Products_Item .product_Price_Wrapper .btn_Main {
  padding: 8px;
  --icon-color: #fff;
  --icon: 20px;
}

@media (max-width: 991px) {
  /* Layout stack */
  .main_Page_Products_Wrapper {
    flex-direction: column;
  }

  /* Slick container must NOT be flex on mobile */
  .main_Page_Products_Wrapper .main_Page_Products.slick-initialized {
    display: block;
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  /* Let slick fully control slide width (CRITICAL) */
  .main_Page_Products.slick-initialized .main_Page_Products_Item {
    width: 100%;
    margin-inline-start: 0;
    flex: none;
  }

  /* Allow peek outside viewport */
  .main_Page_Products .slick-list {
    margin-inline: -12px;
    overflow: hidden;
  }

  /* Track stability */
  .main_Page_Products .slick-track {
    display: flex;
    margin-block: 15px;
    margin-inline-start: 20px;
  }

  .main_Page_Products .slick-slide > div {
    height: 100%;
  }

  /* ================== PEEK LOGIC ================== */

  /* LTR → peek on RIGHT */
  html[dir="ltr"] .main_Page_Products_Wrapper .main_Page_Products .slick-list {
    padding-right: 30%;
    /* 🔧 adjust: 26–36% */
    padding-left: 0;
  }

  /* RTL → peek on LEFT */
  html[dir="rtl"] .main_Page_Products_Wrapper .main_Page_Products .slick-list {
    padding-left: 30%;
    padding-right: 0;
  }

  /* Card spacing WITHOUT breaking slick math */
  html[dir="ltr"] .main_Page_Products_Wrapper .main_Page_Products .slick-slide {
    margin-right: 16px;
    box-sizing: border-box;
  }

  html[dir="rtl"] .main_Page_Products_Wrapper .main_Page_Products .slick-slide {
    margin-left: 16px;
    box-sizing: border-box;
  }

  /* ================== ACTIVE CARD FEEDBACK ================== */

  .main_Page_Products_Item.slick-active {
    box-shadow: 0 6px 16px rgba(0, 29, 47, 0.12);
    transform: translateY(-4px);
  }

  .main_Page_Products_Item.slick-active::before {
    height: 4px;
    bottom: -4px;
  }

  /* ================== ARROWS ================== */

  .main_Page_Products_Arrows {
    position: absolute;
    bottom: -80px;
    right: 0;
    display: flex;
    width: 92px;
    justify-content: space-between;
    height: 40px;
  }

  .main_Page_Products_Arrows .slick-arrow {
    position: static;
  }

  .main_Page_Products_Wrapper .btn_Secondary {
    position: absolute;
    bottom: -80px;
    left: 0;
  }
}

/* ================= Wallpapers Section ================= */

.wallpapers-section {
  padding: 48px 0;
  margin-bottom: 104px;
}

@media (max-width: 992px) {
  .wallpapers-section {
    padding: 0;
  }
}

/* .wallpapers-stage {
  position: relative;
  width: 100%;
  max-width: 1334px;
  margin: 0 auto;

  aspect-ratio: 16 / 9;
  min-height: 360px;

  background: url("/portals/0/images/wallback.webp") center / cover no-repeat;

  overflow: hidden;
  user-select: none;
  touch-action: none;
}

.wallpapers-stage::before {
  content: "";
  background: url(../assets/images/wallpapers-bef.png) center / cover no-repeat;
  height: 264px;
  width: 648px;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
}


.wallpapers-stage .wall-item {
  position: absolute;
  left: 0;
  top: 0;


  transform: none !important;

  cursor: grab;
  z-index: 1;

  -webkit-user-drag: none;
  user-select: none;
  touch-action: none;


  height: auto;
}

.wallpapers-stage .wall-item:active {
  cursor: grabbing;
}


@media (max-width: 992px) {
  .wallpapers-stage {
    min-height: 600px;
  }

  .wallpapers-stage .wall-item {
    max-width: 38%;
  }
  .wallpapers-stage .wall-item:first-child {
    max-width: 70%;
  }
} */

.wallpapers-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: var(--Primary-P00);
}

.wallpapers-link .ezIcon {
  --icon-color: var(--Gray-G20);
  --icon: 24px;
  rotate: 180deg;
  transition: 0.3s;
}

.wallpapers-link:hover .ezIcon {
  transform: translateX(-6px);
}

body.rtl .wallpapers-link .ezIcon {
  rotate: 0deg;
}

.wallpapers_Image {
  width: 100%;
}

.wallpapers_Image img {
  width: 100%;
  object-fit: cover;
}

/* -------------------- Podcasts Main Page -------------------- */

.podcasts_Wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 104px;
}

.media-left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  flex: 0 0 calc(25% - 12px);
}

.media-right-wrapper {
  display: flex;
  gap: 24px;
  flex: 0 0 calc(75% - 12px);
}

.media-right-wrapper .card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: none;
  background: var(--Gray-G100, #fff);
  transition: 0.3s;
  position: relative;
  height: max-content;
  flex: 0 0 calc(33.33% - 16px);
}

.media-right-wrapper .card .img {
  display: flex;
  width: 100%;
  height: 376px;
  overflow: hidden;
}

.media-right-wrapper .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-right-wrapper .link-row {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  display: none;
}

.media-right-wrapper .middle-row {
  display: none !important;
}

.media-right-wrapper:hover .link-row {
  opacity: 1;
}

.media-right-wrapper .link-row .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  transition: all 300ms;
}

.media-right-wrapper .card:hover .link-row .link {
  color: var(--Primary-P40, #18309f) !important;
}

.media-right-wrapper .link-row .link .button {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--Secondary-S50, #00a2a4);
  transition: all 300ms;
}

.media-right-wrapper .audio-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: 100%;
}

.media-right-wrapper .audio-controls .time {
  font-size: 12px;
}

.media-right-wrapper .progress {
  width: 100%;
  cursor: pointer;
}

.media-right-wrapper .audio-bar {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: transparent;
  cursor: pointer;
}

/* ---------- Chrome / Safari / Edge ---------- */
.media-right-wrapper .audio-bar::-webkit-slider-runnable-track {
  height: 6px;
  background: #d0d0d0;
  /* unfilled */
  border-radius: 10px;
  position: relative;
}

.media-right-wrapper .audio-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #00a2a4;
  border-radius: 50%;
  margin-top: -4px;
  position: relative;
  z-index: 2;
}

/* fake filled part using gradient */
.media-right-wrapper .audio-bar {
  background: linear-gradient(#00a2a4 0 0) no-repeat !important;
  height: 6px;
  border-radius: 10px;
}

/* audio wave animation */

.media-right-wrapper .wave {
  display: flex;
  /* همیشه flex باشه */
  gap: 3px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  /* smooth fade */
  position: absolute;
}

.media-right-wrapper .wave.active {
  opacity: 0.7;
  visibility: visible;
}

.media-right-wrapper .bar {
  width: 3px;
  background: black;
  border-radius: 50px;
  animation: bounce 2.5s infinite ease-in-out;
  transform-origin: center;
}

.media-right-wrapper .desc a {
  transition: 0.3s;
}

.media-right-wrapper .card:hover .desc a {
  color: var(--Primary-P40) !important;
}

/* bar sizes + opacity */
.media-right-wrapper .bar1 {
  height: 20px;
  animation-delay: 0.5s;
}

.media-right-wrapper .bar2 {
  height: 20px;
  animation-delay: 0.7s;
}

.media-right-wrapper .bar3 {
  height: 20px;
  animation-delay: 0.3s;
}

/* animation */
@keyframes bounce {
  0% {
    transform: scaleY(0.4);
    opacity: 0.3;
  }

  50% {
    transform: scaleY(1);
    opacity: 0.7;
    /* darkest here */
  }

  100% {
    transform: scaleY(0.4);
    opacity: 0.5;
  }
}

@media (max-width: 991px) {
  /* stack layout */
  .podcasts_Wrapper {
    flex-direction: column;
  }

  /* IMPORTANT: slick container must NOT be flex-grid on mobile */
  .media-right-wrapper.slick-initialized {
    display: block;
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  /* IMPORTANT: don't let flex-basis fight slick widths */
  .media-right-wrapper.slick-initialized .card {
    /* flex: none !important; */
    width: auto !important;
    /* slick injects inline width */
  }

  /* allow peek outside viewport */
  .media-right-wrapper .slick-list {
    overflow: visible;
  }

  /* keep slick track stable */
  .media-right-wrapper .slick-track {
    display: flex;
  }

  /* ===== Peek Logic (NO slide width overrides!) ===== */

  /* LTR: show next slide on the RIGHT */
  html[dir="ltr"] .media-right-wrapper .slick-list {
    padding-right: 30%;
    /* 🔧 more peek: 34–38%, less: 22–28% */
    padding-left: 0;
  }

  /* RTL: show next slide on the LEFT */
  html[dir="rtl"] .media-right-wrapper .slick-list {
    padding-left: 30%;
    padding-right: 0;
  }

  /* spacing between cards without breaking slick math */
  html[dir="ltr"] .media-right-wrapper .slick-slide {
    margin-right: 16px;
    box-sizing: border-box;
  }

  html[dir="rtl"] .media-right-wrapper .slick-slide {
    margin-left: 16px;
    box-sizing: border-box;
  }

  .media-right-wrapper .card .img {
    height: 370px;
  }

  .podcasts_Wrapper {
    margin-bottom: 96px;
  }
}

/* --------------- News Main Page --------------- */

.main_Page_News_Header {
  margin-bottom: 32px;
}

.main_Page_News_Wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 40px;
  width: 100%;
  margin-bottom: 56px;
}

.main_Page_News_Item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main_Page_News_Wrapper .main_Page_News_Item:first-child,
.main_Page_News_Wrapper .main_Page_News_Item:nth-child(2),
.main_Page_News_Wrapper .main_Page_News_Item:nth-child(3) {
  grid-column: span 2;
}

.main_Page_News_Wrapper .main_Page_News_Item:nth-child(n + 4) {
  grid-column: span 3;
}

.main_Page_News_Item .main_Page_News_Item_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_Page_News_Item:nth-child(1) .main_Page_News_Item_Image,
.main_Page_News_Item:nth-child(2) .main_Page_News_Item_Image,
.main_Page_News_Item:nth-child(3) .main_Page_News_Item_Image {
  width: 416px;
  height: 280px;
  overflow: hidden;
}

.main_Page_News_Item:nth-child(n + 4) .main_Page_News_Item_Image {
  width: 636px;
  height: 428px;
  overflow: hidden;
  display: flex;
}

.main_Page_News_Item_Desc {
  /* height: 60px; */
}

.main_Page_News_Item:hover .main_Page_News_Item_Desc > a {
  color: var(--Primary-P40) !important;
}

.main_Page_News_Item_Desc .category a {
  font-size: 14px;
  line-height: 28px;
}

.main_Page_New_Section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_Page_New_Section .btn_Secondary.hasIcon::before {
  transform: translateY(-43%) translateX(-6px) rotate(270deg);
}

.main_Page_New_Section .btn_Secondary.hasIcon:hover::before {
  transform: translateY(-30%) translateX(-6px) rotate(270deg);
}

@media (max-width: 991px) {
  .main_Page_News_Wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }

  .main_Page_News_Wrapper .main_Page_News_Item:first-child,
  .main_Page_News_Wrapper .main_Page_News_Item:nth-child(2),
  .main_Page_News_Wrapper .main_Page_News_Item:nth-child(3) {
    grid-column: span 1;
  }

  .main_Page_News_Wrapper .main_Page_News_Item:nth-child(n + 4) {
    grid-column: span 1;
  }

  .main_Page_News_Item .main_Page_News_Item_Image {
    width: 100% !important;
    height: 256px !important;
  }
}

/* ======================================================= 
                  Listing START
   ======================================================= */

.news_List_Wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 48px;
  margin-top: 56px;
}

.news_List_Item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 24px;
  transition: 0.3s;
}

.news_List_Item:hover {
  box-shadow: 0 2px 56px 0 rgba(0, 29, 47, 0.14);
}

.news_List_Item h3 {
  height: 56px;
  margin-bottom: 56px !important;
}

.news_List_Item_Image {
  width: 100%;
}

.news_List_Item_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_List_Links_Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_List_Date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Gray-G40, #626262);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.news_List_Link {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: var(--Primary-P20) !important;
}

.news_List_Link .ezIcon {
  --icon: 24px;
  --icon-color: var(--Primary-P20);
  transition: 0.3s;
}

body.rtl .news_List_Link .ezIcon {
  rotate: 180deg;
}

.news_List_Link:hover .ezIcon {
  transform: translateX(6px);
}

@media (max-width: 991px) {
  .news_List_Wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .news_List_Item h3 {
    margin-bottom: 28px !important;
  }
}

/* ======================================================= 
                  Contact Us START
   ======================================================= */

/* ----------------- Map Address Section ----------------- */

.map_Address_Wrapper {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 110px;
}

.map_Section {
  flex: 1;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 448px;
}

.map_Section::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -78px;
  width: 83%;
  height: 100%;
  background: linear-gradient(228deg, #5aa09d 0%, #00273e 100%);
  z-index: -1;
}

body.rtl .map_Section::before {
  left: unset;
  right: -78px;
}

.map_Section iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.address_Section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  justify-content: center;
  flex: 1;
}

.address_Main_Title {
  font-size: 32px;
  line-height: 72px;
  color: var(--Primary-P20);
  font-weight: 600;
}

.address_Section .address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  justify-content: center;
  margin-bottom: 24px;
}

.address_Section p:nth-child(2) span {
  margin-inline-end: 16px;
}

.address_Title,
.phone_Title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.phone_Content a {
  direction: ltr;
}

.address_Content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
}

.address_Section .ezIcon {
  --icon: 32px;
}

.address_Section .phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  justify-content: center;
}

.phone_Content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
}

@media (max-width: 991px) {
  .map_Address_Wrapper {
    flex-direction: column;
    gap: 48px;
    margin-top: 90px;
  }

  .map_Section {
    min-height: 204px;
    width: 90%;
    margin-inline: auto;
  }

  .map_Section iframe {
    width: 100%;
    height: 204px;
    margin-inline: auto;
  }

  .map_Section::before {
    width: 96%;
  }

  .address_Main_Title {
    font-size: 24px;
    line-height: 48px;
  }

  .address_Section .phone,
  .address_Section .address {
    gap: 12px;
  }

  .address_Section {
    padding-inline: 12px;
  }

  .rescue_Wrapper {
    padding-inline: 12px;
  }
}

/* --------------- Rescue Request --------------- */

.rescue_Wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 194px;
}

.rescue_Title {
  z-index: 1;
}

.rescue_Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 240px;
  background: var(--Primary-P99, #e5eff5);
  width: 90%;
  margin-inline: auto;
  padding-inline-start: 80px;
  padding-block: 96px 48px;
  margin-top: -80px;
  position: relative;
}

.rescue_Inner img {
  position: absolute;
  right: -80px;
  bottom: 0;
}

body.rtl .rescue_Inner img {
  right: unset;
  left: -80px;
  transform: rotateY(180deg);
}

.rescue_Data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rescue_Data a {
  direction: ltr;
}

.rescue_Data_Item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.rescue_Data_Item .ezIcon {
  --icon-color: var(--Secondary-S30);
}

@media (max-width: 991px) {
  .rescue_Inner {
    flex-direction: column;
    height: 410px;
    padding-inline-start: 24px;
    align-items: start;
    margin-top: -60px;
    width: 85%;
  }

  .rescue_Inner img {
    right: -60px;
    width: 110%;
  }
}

/* --------------- Contact Form Start --------------- */

.contact_Form_Wrapper {
  margin-top: 128px;
}

.contact_Form_Right {
  flex: 0 0 40%;
  padding-inline-end: 40px;
}

.contact_Data {
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.contact_Main_Box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact_Data_Title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
  position: relative;
}

.contact_Data_Title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 24px;
  height: calc(100% + 8px);
  background: var(--Secondary-S99, #e6f0f0);
}

body.rtl .contact_Data_Title::before {
  left: unset;
  right: -10px;
}

.contact_Data_Item_Box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-inline-start: 8px;
}

.contact_Data_Item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.contact_Data_Item::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Gray-G95);
}

.contact_Data_Item p,
.contact_Data_Item a {
  background-color: #fff;
  padding-inline: 8px;
  z-index: 1;
  direction: ltr;
}

.contact_Form_Left {
  background: var(--Gray-G99, #f2f2f2);
  padding: 32px 30px 26px;
}

.contact_Form_Title {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .contact_Form_Right {
    flex: unset;
    padding-inline-end: 0;
  }

  .contact_Form_Wrapper {
    margin-inline: 0 !important;
  }

  .contact_Data {
    gap: 64px;
    margin-bottom: 48px;
  }

  .contact_Form_Title {
    margin-bottom: 48px;
  }
}

/* ======================================================= 
                  Careers START
   ======================================================= */

.careers_Why_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 104px; */
  text-align: center;
  gap: 40px;
}

.careers_Why_Top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.careers_Why_Cards {
  display: flex;
  gap: 24px;
}

.careers_Why_Card {
  flex: 1;
  padding: 24px 24px 34px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.careers_Why_Card:hover {
  background-color: var(--Secondary-S20) !important;
}

.careers_Why_Card:hover .careers_Why_Card_Title .icon_Box {
  background-color: #fff;
}

.careers_Why_Card:hover .careers_Why_Card_Title .ezIcon {
  --icon-color: var(--Secondary-S30) !important;
}

.careers_Why_Card:hover .careers_Why_Card_Title h4 {
  color: #fff !important;
}

.careers_Why_Card:hover > p {
  color: #fff !important;
  opacity: 0.7;
}

.careers_Why_Card_Title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.careers_Why_Card_Title .icon_Box {
  padding: 4px;
  border-radius: 8px;
  background-color: var(--Secondary-S30);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: var(--Primary-P20);
}

.careers_Why_Card_Title .ezIcon {
  --icon: 32px;
  --icon-color: #fff;
}

@media (max-width: 991px) {
  .careers_Why_Cards {
    flex-direction: column;
    gap: 16px;
  }
}

/* ----------------- Careers Benefits ----------------- */

.careers_Benefits_Wrapper {
  display: flex;
  align-items: center;
  gap: 72px;
}

.careers_Benefits_Image {
  flex: 1;
  width: 704px;
  height: 528px;
}

.careers_Benefits_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers_Benefits_Text {
  flex: 1;
}

.careers_Benefits_Text h2 {
  color: var(--Secondary-S20, #013c39);
  font-size: 44px;
  font-weight: 700;
  line-height: 64px;
}

.rules_Cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* gap: 1rem; */
  margin-top: 32px;
}

.about_Clients .rules_Card {
  border-bottom: none;
  border: 1px solid var(--Gray-90);
}

.rules_Card {
  border-radius: 0;
  /* border-bottom: 1px solid var(--Gray-90); */
  background: #fff;
  cursor: pointer;
  transition: var(--transition);
}

/* body:not(.rtl) .rules_Card::before,
body:not(.rtl) .rules_Card_Itm_Ttl::before {
  right: auto;
  left: 0;
} */

.rules_Card.active {
  cursor: default;
  padding-bottom: 24px;
  background-color: var(--primary-30);
  padding: 0;
  border-bottom: 1px solid var(--Gray-90);
}

.rules_Card_Content {
  /* padding: 8px; */
  display: flex;
  flex-direction: column;
  background-color: var(--Primary-P20);
  color: #fff;
}

.rules_Card_Itm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rules_Card_Header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  padding: 8px 16px;
  border-bottom: 1px solid var(--Gray-G95, #e4e4e4);
  transition: 0.3s;
}

.rules_Card.active .rules_Card_Header {
  padding: 8px 16px 0px;
}

.rules_Card.active .rules_Card_Header {
  border-bottom: none;
  background: var(--Primary-P20, #003556);
}

.rules_Card.active .rules_Card_Header p {
  color: #fff !important;
}

.rules_Card_Itm_Ttl {
  position: relative;
  padding-inline-start: 16px;
}

.rules_Card.active .rules_Card_Header .ezIcon {
  background-color: #fff !important;
  transform: rotate(180deg);
}

.rules_Card_Icon .ezIcon {
  --icon: 24px;
  --icon-color: var(--Primary-P30) !important;
  rotate: -90deg !important;
}

.rules_Card_Itm_Link {
  padding: 8px 1rem;
  border-radius: 6px;
  background: var(--mc2);
  display: flex;
  height: 38px !important;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .careers_Benefits_Wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .careers_Benefits_Image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    transform: scale(1.1);
  }

  .careers_Benefits_Text h2 {
    font-size: 32px;
    line-height: 56px;
  }

  .rules_Cards {
    margin-top: 40px;
  }
}

/* ----------------Careers Opportunities Start ---------------- */

.careers_Opp_Wrapper {
  margin-top: 128px;
  margin-bottom: 134px;
}

.careers_Opp_Header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 40px;
}

.careers_Opp_Header p {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .careers_Opp_Wrapper {
    margin-top: 96px;
  }

  .careers_Opp_Header {
    margin-bottom: 32px;
  }
}

/* --------------- Careers Form Start --------------- */

.careers_Form_Wrapper {
  padding: 56px;
  background: var(--Primary-P100, #f2f7fa);
  margin-top: 120px;
  margin-inline: 0;
}

body.rtl .careers_Form_Wrapper {
  padding: 56px;
}

@media (max-width: 992px) {
  .careers_Form_Wrapper {
    padding: 16px;
  }

  body.rtl .careers_Form_Wrapper {
    padding: 16px;
  }
}

.cando-detail-form-slot .careers_Form_Wrapper {
  padding: 56px 134px !important;
}

.careers_Form_Left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.careers_Form_Text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* .careers_Form_Text.inner {
  display: none;
} */

.careers_Form_Right {
  justify-content: end;
}

.careers_Form_Right img {
  width: 334px;
  height: 442px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .careers_Form_Wrapper {
    padding: 32px 20px;
  }
}

/* ======================================================= 
                  News START
   ======================================================= */

.news_Top_Latest_Loader {
  margin-block: 40px 120px;
  position: relative;
}

.news_Top_Latest_Item {
  display: flex !important;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.news_Top_Latest_Image {
  overflow: hidden;
}

.news_Top_Latest_Data {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: start;
  flex: 1;
  width: 100%;
}

.News_Top_Latest_Date {
  font-size: 12px;
  line-height: 24px;
  color: var(--Gray-40);
  display: flex;
  align-items: center;
  gap: 8px;
}

.news_Top_Latest_Date .ezIcon {
  --icon: 24px;
  --icon-color: var(--Primary-P50);
  margin-inline-end: 8px;
}

.news_Top_Latest_Info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
  padding-bottom: 78px;
  width: 100%;
}

.news_Top_Latest_Link {
  position: absolute;
  bottom: 16px;
  right: 0;
  color: var(--Primary-P20) !important;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  padding: 4px 14px;
}

body.rtl .news_Top_Latest_Link {
  right: unset;
  left: 0;
}

.news_Top_Latest_Link .ezIcon {
  --icon: 24px;
  --icon-color: var(--Primary-P20);
  transition: 0.3s;
}

body.rtl .news_Top_Latest_Link .ezIcon {
  rotate: 180deg;
}

.news_Top_Latest_Link:hover .ezIcon {
  transform: translateX(6px);
}

.news_Top_Latest_Arrows {
  display: flex;
  justify-content: space-between;
  width: 144px;
  position: absolute;
  bottom: 20px;
  left: 55%;
}

body.rtl .news_Top_Latest_Arrows {
  left: unset;
  right: 55%;
}

.news_Top_Latest_Arrows .slick-arrow {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.news_Top_Latest_Arrows .slick-arrow:hover {
  background-color: var(--Primary-P99) !important;
}

.news_Top_Latest_Arrows .slick-arrow:hover::before {
  background-color: var(--Primary-P20) !important;
}

.news_Top_Latest_Dots {
  position: absolute;
  bottom: 21px;
  left: 58%;
}

body.rtl .news_Top_Latest_Dots {
  left: unset;
  right: 58%;
}

.news_Top_Latest_Dots .slick-dots {
  padding: 0;
}

.news_Top_Latest_Dots .slick-dots li button {
  width: 4px !important;
  height: 4px !important;
  opacity: 0.3 !important;
  background: var(--Primary-P40, #005285) !important;
}

.news_Top_Latest_Dots .slick-dots li.slick-active button {
  width: 6px !important;
  height: 6px !important;
  opacity: 1 !important;
  transform: translateY(-1px);
}

.news_Top_Latest_Info h3 {
  height: 80px;
}

.news_Top_Latest_Info p {
  height: 128px;
}

@media (max-width: 991px) {
  .news_Top_Latest_Loader {
    margin-block: 32px 104px;
  }

  .news_Top_Latest_Item {
    flex-direction: column;
    gap: 32px;
  }

  .news_Top_Latest_Image {
    transform: scale(1.1);
  }

  .news_Top_Latest_Info {
    gap: 16px;
  }

  .news_Top_Latest_Arrows {
    left: 0;
    bottom: 16px;
    width: 160px;
  }

  body.rtl .news_Top_Latest_Dots {
    left: unset;
    right: 48px;
    bottom: 16px;
  }

  .news_Top_Latest_Info a:first-child {
    height: 64px;
  }

  body.rtl .news_Top_Latest_Arrows {
    left: unset;
    right: 0;
    bottom: 16px;
    width: 160px;
  }

  .news_Top_Latest_Dots {
    left: 46px;
    bottom: 18;
  }

  .news_Top_Latest_Data {
    gap: 24px;
  }

  .news_Top_Latest_Info h3 {
    height: 60px;
  }
}

/* ------------------- Events Start ------------------- */

.events_Wrapper {
  position: relative;
  padding-bottom: 136px;
  padding-top: 56px;
  background: #f9f9f9;
  z-index: 1;
}

.events_Wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../assets/images/events-banner.png) no-repeat center / cover;
  z-index: -1;
}

.events_Wrapper h2 {
  margin-bottom: 56px !important;
}

.events_Slider_Item {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  width: 600px;
  padding: 16px 16px 24px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 56px 0 rgba(18, 18, 18, 0.08);
  transition: 0.3s;
}

.events_Slider_Item_Image {
  width: 100%;
}

.events_Slider_Item_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events_Slider_Item h3 {
  height: 78px;
}

.events_Slider_Item p {
  /* margin-bottom: 34px; */
  height: 84px;
}

.events_Links_Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.events_Date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Gray-G40, #626262);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.events_Link {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: var(--Primary-P20) !important;
}

.events_Link .ezIcon {
  --icon: 24px;
  --icon-color: var(--Primary-P20);
  transition: 0.3s;
}

body.rtl .events_Link .ezIcon {
  rotate: 180deg;
}

.events_Link:hover .ezIcon {
  transform: translateX(6px);
}

.events_Slider_Item:not(.slick-center) {
  transform: scale(0.8);
}

/* .events_Slider_Item:not(.slick-active) {
  opacity: 0;
} */

.events_Wrapper .slick-list {
  overflow: visible;
}

.events_Slider_Arrows {
  display: flex;
  justify-content: space-between;
  width: 144px;
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
}

.events_Slider_Arrows .slick-arrow {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.events_Slider_Arrows .slick-arrow:hover {
  background-color: var(--Primary-P99) !important;
}

.events_Slider_Arrows .slick-arrow:hover::before {
  background-color: var(--Primary-P20) !important;
}

.events_Slider_Dots {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
}

.events_Slider_Dots .slick-dots {
  padding: 0;
}

.events_Slider_Dots .slick-dots li button {
  width: 4px !important;
  height: 4px !important;
  opacity: 0.3 !important;
  background: var(--Primary-P40, #005285) !important;
}

.events_Slider_Dots .slick-dots li.slick-active button {
  width: 6px !important;
  height: 6px !important;
  opacity: 1 !important;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .events_Slider_Item {
    width: 80vw;
    margin-right: -20px;
  }

  .events_Slider_Item h3 {
    height: 56px;
  }

  .events_Slider_Dots {
    bottom: 58px;
  }
}

/* ======================================================= 
                  FAQs START
   ======================================================= */

.faq_Top_text_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  margin-bottom: 84px;
}

.faq_Cat_Wrapper {
  position: relative;
  margin-bottom: 48px;
  margin-top: 88px;
}

.faq_Cat_Wrapper#sales {
  margin-top: 0;
}

.faq_Cat_Wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Gray-G95);
  z-index: -1;
}

.faq_Cat_Wrapper h3 {
  width: max-content;
  background: #fff;
  padding-inline-end: 16px !important;
  z-index: 1;
}

.rules_Cards.faq {
  gap: 32px;
}

.rules_Cards.faq .rules_Card_Header {
  background: #f9f9f9;
  border: none;
  padding: 16px;
  flex-direction: row-reverse;
  transition: 0.3s;
  position: relative;
}

.rules_Cards.faq .rules_Card.active .rules_Card_Header {
  background: var(--Primary-P100);
}

.rules_Cards.faq .rules_Card_Title {
  color: var(--Gray-G30) !important;
}

.rules_Cards.faq .rules_Card.active .rules_Card_Title {
  color: var(--Primary-P20) !important;
}

.rules_Cards.faq .rules_Card_Content {
  background: #fff;
  transition: 0.3s;
  color: var(--Gray-G20);
  position: relative;
}

.rules_Cards.faq .rules_Card.active .rules_Card_Content {
  padding: 24px;
}

.rules_Cards.faq .rules_Card_Content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 80%;
  background: #00619c;
}

body.rtl .rules_Cards.faq .rules_Card_Content::before {
  left: unset;
  right: 0;
}

.rules_Cards.faq .rules_Card_Icon {
  width: 12px;
  height: 2px;
  background: var(--Primary-P30);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

body.rtl .rules_Cards.faq .rules_Card_Icon {
  right: unset;
  left: 16px;
}

.rules_Cards.faq .rules_Card_Icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 12px;
  background: var(--Primary-P30);
  transition: 0.3s;
}

.rules_Cards.faq .rules_Card.active .rules_Card_Icon::before {
  /* opacity: 0; */
  height: 0;
  top: 0;
}

.rules_Card {
  position: relative;
}

.rules_Card_Content {
  overflow: hidden;
  transition: height 0.3s;
  z-index: -1;
  height: 0;
}

.rules_Card.active .rules_Card_Content {
  position: relative;
  height: max-content;
}

@media (max-width: 991px) {
  .faq_Top_text_Wrapper {
    margin-top: 50px;
    margin-bottom: 32px;
  }
}

/* ---------------- Cat Selector Start ---------------- */

.cat_Selector_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
  padding: 24px 16px 70px;
  background: var(--Gray-G99, #f2f2f2);
  margin-inline-end: 24px;
  position: sticky;
  top: 0;
  width: 300px;
  will-change: top;
}

body.rtl .cat_Selector_Wrapper {
  margin-inline-end: 0;
}

.cat_Selector_Wrapper.is-fixed {
  position: fixed;
}

.cat_Selector_Wrapper.is-absolute {
  position: absolute;
}

.cat_Selector_Header {
  padding-inline-start: 16px;
}

.cat_Selector_List {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.cat_Selector_Item {
  padding: 12px 24px 12px 48px;
  position: relative;
  transition: 0.3s;
  color: var(--Gray-G40, #626262);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  max-width: 250px;
}

body.rtl .cat_Selector_Item {
  padding: 12px 48px 12px 24px;
}

.cat_Selector_Item:hover {
  background: var(--Primary-P20, #003556);
  padding: 12px 24px 12px 24px;
  color: #fff;
}

.cat_Selector_Item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 20px;
  width: 20px;
  height: 20px;
  mask: url(../assets/icons/chevron.svg) no-repeat center / cover;
  background: var(--Gray-G40);
  opacity: 1;
  transition: 0.3s;
  rotate: 180deg;
}

body.rtl .cat_Selector_Item::before {
  rotate: 0deg;
  transform: translateY(-50%);
  left: unset;
  right: 20px;
}

.cat_Selector_Item:hover::before {
  opacity: 0;
  left: -20px;
}

body.rtl .cat_Selector_Item:hover::before {
  left: unset;
  right: -20px;
}

.cat_Selector_Item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(50%);
  width: 20px;
  height: 20px;
  mask: url(../assets/icons/chevron.svg) no-repeat center / cover;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  rotate: 180deg;
}

body.rtl .cat_Selector_Item::after {
  rotate: 0deg;
  transform: translateY(-50%);
  right: unset;
  left: -20px;
}

.cat_Selector_Item:hover::after {
  opacity: 1;
  right: 20px;
}

body.rtl .cat_Selector_Item:hover::after {
  right: unset;
  left: 20px;
}

@media (max-width: 992px) {
  .cat_Selector_Wrapper {
    position: fixed;
    transform: translateX(800px);
    top: 0;
    right: 0px;
    transition: 0.3s ease;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    background: #fff;
    margin: 0;
    box-shadow: 0 4px 56px 0 rgba(18, 18, 18, 0.08);
    padding-top: 38px !important;
  }

  .cat_Selector_List {
    gap: 8px;
  }

  .cat_Selector_Wrapper::-webkit-scrollbar {
    width: 6px;
  }

  /* Track */

  .cat_Selector_Wrapper::-webkit-scrollbar-track {
    border-radius: 0px;
  }

  /* Handle */

  .cat_Selector_Wrapper::-webkit-scrollbar-thumb {
    transition: var(--transition);
    background: var(--Primary-P20);
    border-radius: 0px;
  }

  .cat_Selector_Wrapper.active-mobile {
    transform: translateX(0);
    opacity: 1;
  }

  .cat_Selector_Wrapper.active-mobile .cat_Selector_Header {
    display: none;
  }

  .faq_Cat_Wrapper {
    width: 100%;
  }

  .rules_Cards.faq .rules_Card .rules_Card_Title {
    padding-inline-end: 60px;
  }
}

/* ======================================================= 
                  Cars START
   ======================================================= */

.cars_Cat_Wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

.cars_Cat_Item {
  padding-block: 18px;
  position: relative;
  color: var(--Gray-G40, #626262);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: 0.3s;
}

.cars_Cat_Item:hover,
.cars_Cat_Item.active {
  color: var(--Gray-G20);
}

.cars_Cat_Item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--Primary-P40, #005285);
  opacity: 0;
}

.cars_Cat_Item.active::before {
  opacity: 1;
}

.cars_List_Main_Wrapper .headding {
  display: none !important;
}

@media (max-width: 991px) {
  .cars_Cat_Wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 24px;
    gap: 40px;
    width: 100%;
    justify-content: start;
    padding-inline: 24px;
  }

  .cars_Cat_Item {
    white-space: nowrap;
  }

  .cars_List_Link {
    margin-bottom: 16px;
  }
}

.ecommerce-action-menu li {
  display: none !important;
}

/* -------------------- Mobile Application -------------------- */

.app_Top_Text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 98px;
}

.app_Top_Text p {
  /* width: 54%; */
  font-size: 18px;
  line-height: 36px;
  color: #959595;
}

@media (max-width: 992px) {
  .app_Top_Text p {
    width: 80%;
    text-align: justify;
    font-size: 16px;
  }
}

.app_Features_Wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.app_Features_Wrapper {
  position: relative;
  margin-bottom: 128px;
}

.app_Features_Wrapper::before {
  content: "";
  background-color: #f5f5f5;
  width: 48%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
}

body.rtl .app_Features_Wrapper::before {
  left: unset;
  right: 0;
}

.features_Title {
  color: #00273e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 88px !important;
}

.features_Box {
  display: flex;
  justify-content: space-between;
}

.features_List {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.features_Item {
  font-size: 20px;
  line-height: 36px;
  color: #7a7a7a;
  position: relative;
  padding-inline-start: 24px;
  transition: 0.3s;
  cursor: pointer;
}

.features_Item:hover {
  padding-inline-start: 34px;
  color: #121212;
}

.features_Item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  left: 0px;
  width: 2px;
  height: 20px;
  mask: url(/portals/_default/skins/ez-skin/assets/icons/arrowUp.svg) no-repeat
    center;
  background: #014c49;
  transition: 0.3s;
}

body.rtl .features_Item::before {
  left: unset;
  right: 0;
}

.features_Item:hover::before {
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
}

body.rtl .features_Item:hover::before {
  transform: translateY(-50%) rotate(-90deg);
}

.screenshot_Wrapper {
  position: relative;
  height: 670px;
}

.screenshot_Wrapper img {
  height: 100%;
  object-fit: cover;
  transform: translateY(-94px);
}

.screenshot_Wrapper::before {
  content: "";
  background-color: #014c49;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -186px;
  right: -120px;
  z-index: -1;
}

body.rtl .screenshot_Wrapper::before {
  right: unset;
  left: -120px;
}

@media (max-width: 992px) {
  .features_Title {
    margin: 0 !important;
  }

  .features_Box {
    flex-direction: column;
  }

  .app_Features_Wrapper::before {
    width: 100%;
    height: 96%;
  }

  .screenshot_Wrapper img {
    width: 100%;
  }

  .features_List {
    margin-bottom: 150px;
  }
}

.app_Download_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  background-color: #e5eff5;
  padding-block: 60px 80px;
}

.download_Top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.download_Top h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #00273e;
}

.download_Top p {
  color: #a8a8a8;
  font-size: 18px;
  line-height: 36px;
}

.download_Bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: relative;
}

.download_Bar::before {
  content: "";
  background-color: #a6c8dc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.donwload_Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
}

.donwload_Item::before {
  content: "";
  background-color: #e4e4e4;
  width: 1px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(17%);
  left: calc(50% - 50px);
}

.donwload_Item > p {
  font-size: 20px;
  line-height: 36px;
  color: #3d3d3d;
}

.download_Btn {
  display: flex;
  gap: 18px;
  align-items: center;
  background-color: #fff;
  padding: 12px 18px 12px 12px;
  height: 88px;
  color: #00446d !important;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}

.download_Btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 0;
  background: var(--Primary-P20);
  z-index: 0;
  transition: 0.3s;
}

@media (min-width: 991px) {
  .download_Btn:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 29, 47, 0.12);
    transform: translateY(-4px);
  }

  .download_Btn:hover::before {
    height: 4px;
    bottom: -4px;
  }
}

.download_Btn .ezIcon {
  --icon-color: #00446d;
  --icon: 40px;
}

.download_Btn img {
  margin-inline-end: 16px;
}

@media (max-width: 992px) {
  .app_Download_Wrapper {
    padding-inline: 20px;
  }

  .download_Top {
    text-align: center;
  }

  .download_Bar {
    flex-direction: column;
    gap: 40px;
  }

  .download_Bar::before {
    display: none;
  }
}

.user_Guide_Top_Wrapper {
  margin-block: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 70%;
  margin-inline: auto;
  text-align: center;
}

.user_Guide_Top_Wrapper h3 {
  color: #00273e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.user_Guide_Top_Wrapper p {
  color: #a8a8a8;
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 992px) {
  .user_Guide_Top_Wrapper {
    width: 100%;
  }

  .user_Guide_Top_Wrapper p {
    font-size: 16px;
  }
}

.app_Faq_Wrapper {
  display: flex;
  gap: 24px;
  margin-bottom: 100px;
}

.faq_Image {
  height: 294px;
  flex: 0 0 calc(33.33% - 12px);
}

.faq_List {
  flex: 0 0 calc(67.33% - 12px);
}

.faq_Data {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq_Data p {
  color: #005285;
  font-size: 16px;
  line-height: 36px;
}

.faq_Data h3 {
  color: #4f4f4f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .app_Faq_Wrapper {
    flex-direction: column;
  }
}

/* -------------------- Accordion --------------------- */

.accordion_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 60px;
}

.accordion_Item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: 0.3s;
  position: relative;
}

.accordion_Item::before {
  content: "";
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  opacity: 1;
  transition: 0.3s;
  z-index: 1;
}

.accordion_Item.active::before {
  opacity: 0;
}

.accordion_Item.active {
  background-color: #003557;
}

.accordion_Header {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: start;
  transition: 0.3s;
  padding-bottom: 24px;
  padding-inline-start: 16px;
  cursor: pointer;
}

.accordion_Title {
  font-size: 16px;
  line-height: 32px;
  color: #626262;
  transition: 0.3s;
}

.accordion_Title:hover {
  color: var(--Primary-P40);
}

.accordion_Item.active .accordion_Header {
  padding-bottom: 0;
  padding-top: 24px;
}

.accordion_Item.active .accordion_Title {
  color: #fff !important;
}

.accordion_Icon {
  rotate: -90deg;
  --icon: 24px;
  --icon-color: #014c49;
  transition: 0.3s;
}

.accordion_Item.active .accordion_Icon {
  rotate: 90deg;
  --icon-color: #fff;
}

.accordion_Item:not(.active) .accordion_Header:hover .accordion_Icon {
  animation: wobble 0.3s;
}

@keyframes wobble {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0px);
  }
}

.accordion_Content {
  padding: 16px 24px 26px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .accordion_Title {
    padding-inline-end: 24px;
  }

  .accordion_Header {
    align-items: start;
  }

  .accordion_Icon {
    margin-top: 6px;
  }
}

/* ------------------- Periodic Start ----------------------- */

.periodic_Intro_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}

.periodic_Intro_Wrapper h2 {
  color: #00273e;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
}

.periodic_Intro_Wrapper p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
}

.guide_Download_Btn {
  color: #fff !important;
  background-color: #005285;
  width: 100%;
  padding-block: 8px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.guide_Download_Btn::before {
  content: "";
  background: url(/Portals/_default/Skins/ez-skin/assets/icons/download-Guide.svg)
    no-repeat center;
  width: 32px;
  height: 0;
  position: absolute;
  bottom: -30px;
  transform: translateX(-50%);
  left: 50%;
  transition: 0.2s;
  opacity: 0;
}

.guide_Download_Btn:hover::before {
  bottom: 50%;
  height: 32px;
  transform: translate(-50%, 50%);
  opacity: 1;
}

.guide_Download_Btn:hover {
  background-color: #003556;
  color: #003556 !important;
}

.guide_Download_Btn .ezIcon {
  --icon-color: #fff;
  --icon: 32px;
  transition: 0.3s;
}

.guide_Download_Btn:hover .ezIcon {
  --icon-color: #003556;
}

.periodic_Download_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 116px;
}

p.tiny_Header {
  color: #005285;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
}

.periodic_Download_Wrapper h3 {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  width: max-content;
  margin-bottom: 50px !important;
}

.periodic_Download_Cards_Wrapper {
  display: flex;
  gap: 24px;
}

.periodic_Card {
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
  flex: 1;
}

.periodic_Card_Image {
  height: 210px;
  width: 100%px;
}

.periodic_Card_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.periodic_Card_Data {
  padding: 4px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.periodic_Card_Title {
  font-size: 16px;
  line-height: 32px;
  color: #4f4f4f;
  font-weight: 600;
}

.booklets_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.booklets_Top_Text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.booklets_Top_Text h3 {
  color: #00273e;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.booklets_Top_Text p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
}

.booklets_Download_Box {
  background-color: #e5eff5;
  padding: 32px 64px;
  display: flex;
  align-items: center;
  gap: 72px;
}

.booklets_Download_Data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
}

.booklets_Download_Data p {
  color: #4f4f4f;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.booklets_Download_Data .guide_Download_Btn {
  width: 250px;
}

@media (max-width: 992px) {
  .periodic_Download_Wrapper h3 {
    width: unset;
  }

  .periodic_Download_Cards_Wrapper {
    flex-direction: column;
  }

  .booklets_Download_Box {
    flex-direction: column;
    gap: 30px;
  }

  .booklets_Download_Data {
    height: unset;
    justify-content: center;
    gap: 24px;
  }

  .periodic_Intro_Wrapper p {
    text-align: justify;
    font-size: 16px;
  }

  .booklets_Top_Text p {
    font-size: 16px;
    text-align: justify;
  }
}

/* ------------------- After Sales List Start ----------------------- */

.after_Sale_List_Top_Text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}

.after_Sales_Top_Text_Headers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.after_Sales_Top_Text_Headers h2 {
  color: #00273e;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  /* margin-bottom: 20px !important; */
}

.after_Sales_Top_Text_Headers p {
  color: #3d3d3d;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.after_Sale_List_Top_Text > p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.after_Sales_Item_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 56px;
  scroll-margin-top: -50px;
}

.after_Sales_Item_Head {
  padding: 22px 24px;
  background-color: #e5eff5;
}

.after_Sales_Item_Head h3 {
  color: #00446d;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.after_Sales_Item_Body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.after_Sales_Item_Title {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}

.after_Sales_Item_Data {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 56px;
}

.after_Sales_Item_Image {
  flex: 0 0 40%;
}

.after_Sales_Item_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after_Sales_Item_Par {
  flex: 1;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 28px;
  padding-inline-end: 100px;
}

.after_Sales_Item_Info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.after_Sales_Item_Btn_List {
  display: flex;
  gap: 24px;
}

.after_Sales_Item_Btn_List .btn_Main.hasIcon {
  flex: 1;
  padding: 12px 67px 12px 69px !important;
}

body:not(.rtl) .after_Sales_Item_Btn_List.inquiry .btn_Main.hasIcon {
  flex: 1;
  padding: 12px 40px 12px 46px !important;
}

.after_Sales_Item_Btn_List .btn_Main.hasIcon::before {
  transform: translateY(-36%) rotate(180deg);
  right: 64px;
}

.btn_Phone {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 14px 56px;
  border: 1px solid #005285;
  color: #005285;
  transition: 0.3s;
  flex: 1;
}

.btn_Phone:hover {
  background-color: var(--Primary-P30);
  color: #fff !important;
}

.btn_Phone:hover .ezIcon {
  --icon-color: #fff;
}

.after_Sales_Item_Btn_List.inquiry .btn_Main {
  padding: 12px 40px 12px 30px;
}

.after_Sales_Item_Btn_List.inquiry .btn_Main.hasIcon::before {
  right: 26px;
}

body.rtl .after_Sales_Item_Btn_List.inquiry .btn_Main.hasIcon::before {
  right: unset;
  left: 26px;
}

.after_Sales_Item_Btn_List.inquiry .btn_Main.last.hasIcon::before {
  right: 90px;
}

.after_Sales_Item_Btn_List.inquiry .btn_Main.last {
  padding: 12px 40px 12px 70px;
}

.after_Sales_Item_Wrapper .guide_Download_Btn {
  width: 300px;
}

.after_Sales.news_List_Wrapper {
  grid-template-columns: repeat(3, 1fr);
}

.recalls_Btn_Wrapper {
  margin-block: 50px 126px;
}

.recalls_Btn_Wrapper .btn_Main.hasIcon {
  padding: 12px 50px 12px 30px;
}

body.rtl .recalls_Btn_Wrapper .btn_Main.hasIcon {
  padding: 12px 30px 12px 50px;
}

.recalls_Btn_Wrapper .btn_Main.hasIcon::before {
  right: 20px;
  transform: translateY(-36%) rotate(180deg);
}

body.rtl .recalls_Btn_Wrapper .btn_Main.hasIcon::before {
  right: unset;
  left: 20px;
}

.selector_Menu_Button {
  display: none;
  z-index: 100;
}

.selector_Menu_Button button {
  background-color: var(--Primary-P40);
  color: #fff;
  padding: 12px 40px;
}

@media (max-width: 992px) {
  .selector_Menu_Button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .selector_Menu_Button span {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  .selector_Menu_Button.active-mobile span {
    opacity: 1;
    transform: translateY(-50%);
    left: unset;
    right: -50px;
  }

  .after_Sale_List_Top_Text > p {
    text-align: justify;
  }

  .after_Sales_Item_Par {
    padding-inline-end: 0;
    text-align: justify;
  }

  .after_Sales_Item_Data {
    flex-direction: column;
  }

  .after_Sales_Item_Btn_List {
    flex-direction: column;
  }

  .after_Sales_Item_Btn_List .btn_Main {
    width: 100%;
    padding: 12px 60px 12px 120px;
  }

  .after_Sales_Item_Btn_List .btn_Main.hasIcon::before {
    right: 120px;
  }

  .after_Sales_Item_Btn_List.inquiry .btn_Main {
    padding: 12px 40px 12px 60px;
  }

  .after_Sales_Item_Btn_List.inquiry .btn_Main.hasIcon::before {
    right: 68px;
  }

  .after_Sales_Item_Btn_List.inquiry .btn_Main.last.hasIcon::before {
    right: 104px;
  }

  .after_Sales_Item_Btn_List.inquiry .btn_Main.last {
    padding: 12px 40px 12px 90px;
  }

  .after_Sales_Item_Wrapper .guide_Download_Btn {
    width: 100%;
  }

  .after_Sales_Item_Wrapper {
    scroll-margin-top: 0;
  }

  .after_Sales.news_List_Wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cat_Selector_Wrapper.after_Ver {
  padding: 24px 16px;
}

.cat_Selector_Wrapper.after_Ver .cat_Selector_Item {
  max-width: unset;
  padding: 8px 24px;
}

.cat_Selector_Wrapper.after_Ver .cat_Selector_Item::before {
  top: 14px;
  transform: unset;
  left: 0;
}

body.rtl .cat_Selector_Wrapper.after_Ver .cat_Selector_Item::before {
  left: unset;
  right: 0;
}

/* ------------------- RoadSide Assistance Start ----------------------- */

.roadside_Top_Text {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 130px;
}

.roadside_AfterSales_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 102px;
}

.roadside_AfterSales_Top_Box {
  display: flex;
  gap: 72px;
  align-items: center;
}

.roadSide_AfterSales_Top_Box_Data {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 50%;
}

.roadSide_AfterSales_Top_Box_Data h3 {
  color: #3d3d3d;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.roadSide_AfterSales_Top_Box_Data p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.roadSide_AfterSales_Top_Box_Image {
  position: relative;
}

.roadSide_AfterSales_Top_Box_Image::before {
  content: "";
  background-color: #014c49;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -50px;
  right: -56px;
  z-index: -1;
}

body.rtl .roadSide_AfterSales_Top_Box_Image::before {
  right: unset;
  left: -56px;
}

.roadside_AfterSales_Cards_Wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 800px;
  gap: 26px;
}

.roadSide_AfterSales_Card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 634px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
  padding: 22px 32px 22px 32px;
}

.roadSide_AfterSales_Card:hover {
  background-color: #003556;
}

.roadSide_AfterSales_Card::before {
  content: "";
  background-color: #f6f6f6;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

body.rtl .roadSide_AfterSales_Card::before {
  left: unset;
  right: 0;
}

.roadSide_AfterSales_Card h4 {
  color: #003556;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  transition: 0.3s;
}

.roadSide_AfterSales_Card p {
  color: #626262;
  font-size: 14px;
  line-height: 28px;
  padding-inline-end: 30px;
  transition: 0.3s;
}

.roadSide_AfterSales_Card:hover h4,
.roadSide_AfterSales_Card:hover p {
  color: #fff;
}

.roadside_Dealership_Wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 54px 0px 54px 56px;
  background-color: #f2f7fa;
  margin-bottom: 102px;
}

body.rtl .roadside_Dealership_Wrapper {
  padding: 54px 56px 54px 0px;
}

.roadside_Dealership_Data {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 70%;
}

.roadside_Dealership_Data h3 {
  color: #003556;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
}

.roadside_Dealership_Data p:first-of-type {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 32px;
}

.roadside_Dealership_Num {
  font-size: 32px;
  color: #000000;
}

a.roadside_Dealership_Phone {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background-color: #00446d;
  color: #fff;
  padding: 12px 80px;
  transition: 0.3s;
  width: max-content;
  font-size: 16px;
  line-height: 32px;
}

body.rtl a.roadside_Dealership_Phone {
  direction: ltr;
}

a.roadside_Dealership_Phone:hover {
  background-color: #0e659b;
}

a.roadside_Dealership_Phone .ezIcon {
  --icon-color: #fff;
}

.roadside_Dealership_Data p:last-of-type {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 28px;
}

.carriers_Wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 104px;
}

.carriers_Top_Text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: -20px;
}

.carriers_Top_Text h3 {
  color: #003252;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
}

.carriers_Top_Text p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
  width: 50%;
}

.carriers_Main_Wrapper {
  display: flex;
  gap: 86px;
  align-items: center;
  justify-content: space-between;
}

.carriers_Main_Data {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 calc(50% - 40px);
}

.carriers_Main_Data_Title {
  color: #3d3d3d;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}

.carriers_Main_Data_List {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.carriers_Main_Data_List li {
  position: relative;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 36px;
}

.carriers_Main_Data_List li::before {
  content: "";
  background-color: #e5eff5;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  z-index: -1;
}

body.rtl .carriers_Main_Data_List li::before {
  left: unset;
  right: -16px;
}

.carriers_Main_Data_Bottom {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}

.carriers_Main_Image {
  flex: 0 0 calc(50% - 100px);
  position: relative;
}

.carriers_Main_Image::before {
  content: "";
  background-color: #efefef;
  width: 70%;
  height: 80%;
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: -1;
}

body.rtl .carriers_Main_Image::before {
  left: 0;
  right: unset;
}

.customer_Locations_Wrapper {
  background-color: #f2f2f2;
  margin-bottom: 102px;
  padding-block: 64px;
}

.customer_Locations_Top_Text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 50px;
}

.customer_Locations_Top_Text h3 {
  color: #003252;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
}

.customer_Locations_Top_Text p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.customer_Locations_Bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer_Locations_Bottom_Data {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 60%;
  width: 100%;
}

.customer_Locations_Bottom_Data p {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.customer_Locations_Bottom_List {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  column-gap: 24px;
}

.customer_Locations_Bottom_List li {
  color: #005285;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.customer_Locations_Bottom_List li::before {
  content: "";
  background-color: #e2e2e2;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  z-index: -1;
}

body.rtl .customer_Locations_Bottom_List li::before {
  left: unset;
  right: -16px;
}

.customer_Locations_Bottom_Image {
  flex: 0 0 40%;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 348px;
}

@media (max-width: 992px) {
  .roadside_Top_Text {
    text-align: justify;
  }

  .roadside_AfterSales_Top_Box {
    flex-direction: column;
  }

  .roadSide_AfterSales_Card {
    width: unset;
  }

  .roadside_Dealership_Wrapper {
    flex-direction: column;
    padding: 32px 20px;
  }

  .carriers_Top_Text p {
    width: unset;
    text-align: justify;
  }

  .carriers_Top_Text {
    margin: 0;
  }

  .carriers_Wrapper {
    gap: 40px;
  }

  .carriers_Main_Wrapper {
    flex-direction: column;
  }

  .carriers_Main_Data_List li::before {
    height: 80px;
  }

  .customer_Locations_Top_Text p {
    text-align: justify;
  }

  .customer_Locations_Bottom {
    flex-direction: column;
    gap: 50px;
  }

  .customer_Locations_Bottom_List {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ------------------- Parts Start ----------------------- */

.guarantee_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 100px;
}

.guarantee_Top_Text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.guarantee_Top_Text h2 {
  color: #00273e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.guarantee_Top_Text p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.guarantee_Box {
  display: flex;
  align-items: center;
  gap: 150px;
  background-color: #f2f7fa;
  padding: 32px 152px 32px 152px;
}

.guarantee_Box p {
  color: #00273e;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}

.performance_Wrapper {
  display: flex;
  gap: 24px;
  margin-bottom: 104px;
}

.performance_Data {
  flex: 0 0 70%;
}

.performance_Data > h3 {
  color: #00273e;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px !important;
}

.performance_Title {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 14px !important;
}

.performance_Sub {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 40px !important;
}

.performance_Cards {
  display: flex;
  gap: 24px;
}

.performance_Card {
  flex: 0 0 calc(50% - 12px);
  padding: 30px 24px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.performance_Card h4 {
  color: #005285;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}

.performance_Card p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
}

.performance_Image img {
  height: 100%;
  object-fit: cover;
}

.exclusive_Products_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 100px;
  background: linear-gradient(180deg, rgba(0, 68, 109), rgba(0, 34, 55));
  padding-block: 54px;
}

.exclusive_Products_Wrapper h3 {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px !important;
}

.exclusive_Main {
  display: flex;
  gap: 24px;
}

.exclusive_Main_Data {
  flex: 0 0 calc(37% - 12px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.exclusive_Main_Title {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.exclusive_Main_Sub {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  opacity: 0.6;
}

.exclusive_Main_Cards_Wrapper {
  display: flex;
  gap: 24px;
}

.exclusive_Main_Card {
  background-color: #fff;
  padding: 30px 16px 40px 0px;
  display: flex;
  gap: 16px;
}

body.rtl .exclusive_Main_Card {
  padding: 30px 0px 40px 16px;
}

.exclusive_Main_Card_Image {
  flex: 0 0 calc(50% - 12px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.exclusive_Main_Card_Image::before {
  content: "";
  background-color: #f2f2f2;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.exclusive_Main_Card_Image img {
  height: 148px;
  width: 148px;
  object-fit: cover;
}

.exclusive_Main_Link {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #00273e;
  font-size: 14px;
  line-height: 28px;
}

.exclusive_Main_Link .ezIcon {
  --icon-color: #00273e;
  rotate: 180deg;
}

body.rtl .exclusive_Main_Link .ezIcon {
  rotate: 0deg;
}

.exclusive_Main_Card_Data {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.exclusive_Main_Card_Data p:first-of-type {
  color: #005285;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}

.exclusive_Main_Card_Data p:last-of-type {
  color: #959595;
  font-size: 14px;
  line-height: 28px;
}

.rims_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.rims_Top_Text {
  display: flex;
  flex-direction: column;
}

.rims_Top_Text h3 {
  color: #00273e;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 14px !important;
}

.rims_Top_Text_Sub {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px !important;
}

.rims_top_Text_Par {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
}

.rims_Box {
  display: flex;
  align-items: start;
}

.rims_Box_Image {
  flex: 0 0 50%;
}

.rims_Box_Data {
  display: flex;
  flex-direction: column;
}

.rims_Box_Data h4 {
  color: #005285;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700;
}

.rims_Box_Data_Sub {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px !important;
}

.rims_Box_Data_Par {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
}

.rims_Guarantee_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 30px 32px;
  width: 74%;
  margin-inline-start: auto;
  margin-top: -124px;
}

.rims_Guarantee_Wrapper h4 {
  color: #003556;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.rims_Guarantee_Wrapper p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.original_Wrapper {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 104px;
}

.original_data {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}

.original_data h4 {
  color: #005285;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 14px !important;
}

.original_Sub {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px !important;
}

.original_Par {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 66px !important;
}

.original_data .guide_Download_Btn {
  width: 300px;
}

.original_Image {
  flex: 0 0 50%;
  display: flex;
  justify-content: end;
}

.centers_Wrapper {
  padding-block: 80px;
  background-color: #00263e;
  position: relative;
  margin-bottom: 100px;
}

.centers_Wrapper::before {
  content: "";
  background: url(/Portals/0/Images/Parts/centers.png) no-repeat center / cover;
  width: 66%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

body.rtl .centers_Wrapper::before {
  right: unset;
  left: 0;
  transform: rotateY(180deg);
}

.centers_Data {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.centers_Data h3 {
  color: #fff;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 20px !important;
  z-index: 1;
}

.centers_Data_Sub {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 24px !important;
  z-index: 1;
}

.centers_Data_Par {
  color: #fff;
  opacity: 0.5;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 54px !important;
  width: 40%;
}

.centers_Link {
  background-color: #fff;
  padding: 14px 64px;
  width: max-content;
  z-index: 1;
  color: #00263d;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.centers_Link .ezIcon {
  --icon-color: #00263d;
  rotate: 180deg;
  transition: 0.3s;
}

body.rtl .centers_Link .ezIcon {
  rotate: 0deg;
}

.centers_Link:hover .ezIcon {
  transform: translateX(-6px);
}

.batteries_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 100px;
}

.batteries_Top_Text h3 {
  color: #00273e;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 14px !important;
}

.batteries_Top_Text_Sub {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px !important;
}

.batteries_top_Text_Par {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
}

.batteries_Image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.batteries_Image::before {
  content: "";
  background: var(--Primary-P99, #e5eff5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 178px;
  z-index: -1;
}

.batteries_Data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.batteries_Data p {
  text-align: center;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 64px !important;
  width: 76%;
}

.batteries_Link {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #005285;
  color: #fff !important;
  padding: 12px 56px;
  width: max-content;
}

.batteries_Link .ezIcon {
  --icon-color: #fff;
  rotate: 180deg;
  transition: 0.3s;
}

body.rtl .batteries_Link .ezIcon {
  rotate: 0deg;
}

.batteries_Link:hover .ezIcon {
  transform: translateX(-6px);
}

.inquiry_Wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  background-color: #f2f7fa;
  padding: 38px 64px;
}

.inquiry_Wrapper h4 {
  color: #00273e;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 14px !important;
}

.inquiry_Sub {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 28px !important;
}

.inquiry_Par {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 40px !important;
}

@media (max-width: 992px) {
  .guarantee_Top_Text h2 {
    font-size: 24px;
  }

  .guarantee_Top_Text p {
    text-align: justify;
  }

  .guarantee_Box {
    flex-direction: column;
    padding: 20px;
    gap: 32px;
  }

  .performance_Wrapper {
    flex-direction: column;
  }

  .performance_Cards {
    flex-direction: column;
  }

  .exclusive_Main {
    flex-direction: column;
  }

  .exclusive_Main_Cards_Wrapper {
    flex-direction: column;
  }

  .rims_top_Text_Par {
    text-align: justify;
  }

  .rims_Box {
    flex-direction: column;
    gap: 32px;
  }

  .rims_Guarantee_Wrapper {
    margin: 0;
    width: 100%;
  }

  .original_Wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .original_Par {
    text-align: justify;
  }

  .original_data .guide_Download_Btn {
    width: 100%;
  }

  .centers_Wrapper::before {
    opacity: 0;
  }

  .centers_Data_Par {
    width: 100%;
    text-align: justify;
  }

  .inquiry_Wrapper {
    padding: 32px;
  }

  .inquiry_Par {
    text-align: justify;
  }

  .batteries_Data p {
    width: 100%;
  }

  .rims_Box_Data_Par {
    text-align: justify;
  }
}

/* ------------------- Customer Relations Start ----------------------- */

.standards_Wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 104px;
}

.standards_Top_Text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.standards_Top_Text h3 {
  color: #00273e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.standards_Top_Text_Sub {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.standards_Wrapper h4 {
  color: #3d3d3d;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 38px !important;
}

.standards_Cards_Wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}

.standards_Card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #f2f2f2;
  padding: 16px 16px 38px;
  transition: 0.3s;
}

.standards_Card:hover {
  background-color: #002f4c;
}

.standards_Card_Icon .ezIcon {
  --icon: 58px;
  --icon-color: #015d58;
  transition: 0.3s;
}

.standards_Card:hover .ezIcon {
  --icon-color: #fff;
}

.standards_Card_Text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.standards_Card_Text h5 {
  color: #003556;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  height: 64px;
  transition: 0.3s;
}

.standards_Card_Text p {
  color: #626262;
  font-size: 14px;
  line-height: 28px;
  transition: 0.3s;
}

.standards_Card:hover h5,
.standards_Card:hover p {
  color: #fff;
}

@media (max-width: 992px) {
  .standards_Cards_Wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .standards_Top_Text_Sub {
    text-align: justify;
  }

  .relations_Why_Wrapper .container {
    flex-direction: column;
    gap: 100px !important;
  }

  .relations_Why_Image::before {
    top: -40px !important;
  }
}

.relations_Why_Wrapper {
  background-color: #f2f7fa;
  padding-block: 56px;
  margin-bottom: 102px;
}

.relations_Why_Wrapper .container {
  display: flex;
  align-items: center;
  gap: 74px;
}

.relations_Why_Data {
  display: flex;
  flex-direction: column;
  gap: 82px;
}

.relations_Why_Data h2 {
  color: #014c49;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  width: 70%;
}

.relations_Why_List {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 !important;
}

.relations_Why_List li {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 32px;
  background-color: #fff;
  padding: 10px 24px;
  transition: 0.3s;
  cursor: default;
}

.relations_Why_List li:hover {
  background-color: #002f4c;
  transform: translateX(6px);
  color: #fff;
}

.relations_Why_List li:hover {
  transform: translateX(6px);
}

body.rtl .relations_Why_List li:hover {
  transform: translateX(-6px);
}

.relations_Why_Image {
  position: relative;
}

.relations_Why_Image img {
  position: relative;
  z-index: 1;
}

.relations_Why_Image::before {
  content: "";
  background-color: #00273e;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -70px;
  right: -56px;
  z-index: 0;
}

body.rtl .relations_Why_Image::before {
  right: unset;
  left: -56px;
}

.persia_Tabs .livetabsdefault .ui-widget-header {
  background: transparent;
  border: none;
  display: flex;
  gap: 24px;
  margin-bottom: 52px;
}

.persia_Tabs .livetabsdefault .ui-widget-content {
  border: none;
}

.persia_Tabs .livetabsdefault .ui-state-default,
.livetabsdefault .ui-widget-content .ui-state-default {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.persia_Tabs .livetabsdefault .ui-state-default a,
.livetabsdefault .ui-widget-content .ui-state-default a {
  font-size: 16px;
  line-height: 32px;
  color: #4f4f4f;
  font-weight: 500;
}

#LI-lt-22191--- a:first-child {
    display: none;
  }

.persia_Tabs .livetabsdefault .ui-state-default:hover a,
.livetabsdefault .ui-widget-content .ui-state-default:hover a {
  color: #003557;
}

.persia_Tabs .livetabsdefault .ui-state-default::before,
.livetabsdefault .ui-widget-content .ui-state-default::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #014c49;
  position: absolute;
  left: -10px;
  top: 0;
  transition: 0.3s;
}

body.rtl .persia_Tabs .livetabsdefault .ui-state-default::before,
body.rtl .livetabsdefault .ui-widget-content .ui-state-default::before {
  left: unset;
  right: -10px;
}

.persia_Tabs .livetabsdefault .ui-state-default:hover::before,
.livetabsdefault .ui-widget-content .ui-state-default:hover::before {
  left: 0;
}

body.rtl .persia_Tabs .livetabsdefault .ui-state-default:hover::before,
body.rtl .livetabsdefault .ui-widget-content .ui-state-default:hover::before {
  left: unset;
  right: 0;
}

.persia_Tabs .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.persia_Tabs .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #014c49;
}

.persia_Tabs .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.persia_Tabs .livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #fff !important;
}

.persia_Tabs .livetabsdefault .ui-tabs .ui-tabs-panel {
  padding: 0;
}

.careers_Form_Wrapper.test {
  padding: 40px;
  margin: 0;
}

@media (max-width: 992px) {
  .persia_Tabs .livetabsdefault .ui-widget-header {
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .persia_Tabs .livetabsdefault .ui-state-default,
  .livetabsdefault .ui-widget-content .ui-state-default {
    min-width: 237px !important;
  }
}

/* ------------------- Appointment Start ----------------------- */

.appointment_Main_Box .col-lg-10 {
  background-color: #fff;
  margin-bottom: 128px;
  box-shadow: 0 4px 40px 0 rgba(18, 18, 18, 0.08);
  padding: 40px 56px;
  position: relative;
}

.appointment_Main_Par {
  width: 40%;
}

body.rtl .appointment_Main_Par {
  width: 50%;
}

.appointment_Main_Box img {
  position: absolute;
  right: 0;
  bottom: 0;
}

body.rtl .appointment_Main_Box img {
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  transform: rotateY(180deg);
}

.appointment_Main_Box a {
  display: flex;
  padding: 4px 30px;
  color: var(--Gray-G100, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  background: var(--Primary-P30, #00446d);
  width: max-content;
  transition: 0.3s;
}

.appointment_Main_Box a:hover {
  background: var(--Primary-P40, #00446d);
}

@media (max-width: 992px) {
  .appointment_Main_Box .col-lg-10 {
    padding: 20px;
  }

  .appointment_Main_Par {
    width: 100% !important;
  }

  .appointment_Main_Box a {
    margin-bottom: 210px;
  }
}

.appointment_Intro_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 100px;
}

.appointment_Intro_Top {
  background-color: #f2f7fa;
  padding-block: 56px;
}

.appointment_Intro_Top .container .col-lg-10 {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .appointment_Intro_Top .container .col-lg-10 {
    flex-direction: column;
    gap: 32px;
  }
}

.appointment_Intro_Top_Data {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  margin-inline-end: 50px;
}

.appointment_Intro_Top_Data h2 {
  color: #014c49;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 10px !important;
  padding-inline-end: 126px !important;
}

@media (max-width: 992px) {
  .appointment_Intro_Top_Data h2 {
    font-size: 24px;
  }

  .appointment_Intro_Top_Data_Sub {
    font-size: 20px !important;
  }
}

.appointment_Intro_Top_Data_Sub {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 44px !important;
}

.appointment_Intro_Top_Data_Par {
  color: #959595;
  font-size: 18px;
  line-height: 32px;
}

.appointment_Intro_Cards_Wrapper .col-lg-10 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 992px) {
  .appointment_Intro_Cards_Wrapper .col-lg-10 {
    grid-template-columns: repeat(1, 1fr);
  }

  .appointment_Intro_Top_Data_Par {
    font-size: 16px;
  }

  .persia_Tabs .livetabsdefault .ui-widget-header {
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

.appointment_Intro_Card {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 24px 56px 54px;
  overflow: hidden;
}

.appointment_Intro_Card_Title {
  display: flex;
  gap: 76px;
  align-items: end;
}

.appointment_Intro_Card_Title h4 {
  color: #3d3d3d;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  z-index: 4;
}

.appointment_Intro_Card_Num {
  color: #003556;
  font-size: 56px;
  line-height: 52px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.appointment_Intro_Card_Num::before {
  content: "";
  background-color: #d1d1d1;
  height: 24px;
  width: 200px;
  position: absolute;
  bottom: -6px;
  right: -40px;
  z-index: -1;
}

body.rtl .appointment_Intro_Card_Num::before {
  right: unset;
  left: -40px;
}

.appointment_Intro_Card_Par {
  color: #959595;
  font-size: 16px;
  line-height: 32px;
}

.appointment_Service_Wrapper .col-lg-10 {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-bottom: 104px;
}

.appointment_Service_Top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.appointment_Service_Top h3 {
  color: #00273e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.appointment_Service_Top_Sub {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.appointment_Service_Box {
  display: flex;
  align-items: center;
}

.appoinment_Service_Data {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.appoinment_Service_Data h4 {
  color: #4f4f4f;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700;
}

.appointment_Service_List {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.appointment_Service_List li {
  color: #003556;
  font-size: 22px;
  line-height: 36px;
  position: relative;
}

.appointment_Service_List li::before {
  content: "";
  background-color: #e5eff5;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  z-index: -1;
}

body.rtl .appointment_Service_List li::before {
  left: unset;
  right: -16px;
}

.appointment_Service_Call {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding: 56px 0px 56px 40px;
  background-color: #f2f7fa;
}

body.rtl .appointment_Service_Call {
  padding: 56px 40px 56px 0px;
}

.appointment_Service_Call_Data {
  display: flex;
  flex-direction: column;
}

.appointment_Service_Call_Title {
  color: #003556;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 56px !important;
}

.appointment_Service_Call_Par {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px !important;
}

.appointment_Notice_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 46px;
  background-color: #f6f6f6;
  padding: 40px;
  margin-bottom: 104px;
}

.appointment_Notice_Wrapper h3 {
  color: #e09d17;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700;
}

.appointment_Notice_List {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.appointment_Notice_List li {
  color: #626262;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}

.appointment_Notice_List li::before {
  content: "";
  background-color: #ffcf6f;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

body.rtl .appointment_Notice_List li::before {
  left: unset;
  right: -16px;
}

.appointment_Service_Item_Wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 64px;
  width: 83.33333%;
  margin-inline: auto;
}

.appointment_Service_Item_Wrapper.reverse {
  flex-direction: row-reverse;
}

.appointment_Service_Item_Data {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.appointment_Service_Item_Data h3 {
  color: #00446d;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.appointment_Service_Item_Data p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.appointment_Service_Item_Image {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .appointment_Service_Call_Title {
    margin-bottom: 20px !important;
  }

  .appointment_Intro_Top .container {
    flex-direction: column;
    gap: 32px;
  }

  .appointment_Intro_Top_Data {
    margin: 0 !important;
  }

  .appointment_Intro_Top_Data h2 {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }

  .appointment_Intro_Card_Title h4 {
    font-size: 20px !important;
    margin-bottom: -10px !important;
  }

  .appointment_Intro_Card_Title {
    gap: 28px;
  }

  .appointment_Intro_Card_Num::before {
    right: -16px;
  }

  .appointment_Intro_Card {
    padding: 28px;
  }

  .appointment_Intro_Card_Par {
    text-align: justify;
  }

  .appointment_Service_Top_Sub {
    text-align: justify;
  }

  .appointment_Service_Box {
    flex-direction: column;
    gap: 52px;
  }

  .appointment_Service_List li::before {
    height: 76px;
  }

  .appointment_Service_Call {
    flex-direction: column-reverse;
    padding: 32px;
    gap: 40px;
  }

  .appointment_Notice_Wrapper {
    padding: 30px;
  }

  .appointment_Notice_List li::before {
    top: 14px;
    transform: unset;
  }

  .appointment_Service_Item_Wrapper {
    flex-direction: column;
  }

  .appointment_Service_Item_Wrapper.reverse {
    flex-direction: column;
  }

  .appointment_Service_Item_Data p {
    text-align: justify;
  }

  .appointment_Notice_List li {
    font-size: 16px;
  }

  .appointment_Service_List li {
    font-size: 18px;
  }
}

/* -------------------- Branches Start ---------------------- */

.branches_Map_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  margin-bottom: 104px;
}

.branches_Map_Top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

/* .mapboxgl-canvas {
  width: 100% !important;
  height: 600px !important;
} */

.branches_List_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.branches_List_Top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 100px;
}

.branches_SideBar {
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
}

.branches_SideBar_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.branches_SideBar_Title {
  padding-bottom: 16px;
  padding-inline-start: 16px;
  border-bottom: 1px solid var(--Gray-G95);
  margin-bottom: 20px;
}

.branches_Filter_List {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.branches_Filter_List td {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-inline: 16px;
  color: var(--Gray-G30, #4f4f4f);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  padding-block: 10px;
}

/* .branches_Filter_List
  label
  .branch_Radio:is(input[type="radio"]):checked::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/icons/checkbox-outline.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
} */

.branches_Filter_List label input[type="radio"] {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid var(--Gray-G40) !important;
  border-radius: 0px !important;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 0 !important;
}

.branch_Inner_Gallery_Wrapper {
  /* display: none; */
}

.branches_Cards_Wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.branches_Card {
  background: var(--Gray-G100, #fff);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  padding: 8px 8px;
  transition: 0.3s;
  position: relative;
}

.branches_Card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 0;
  background: var(--Primary-P20);
  z-index: 0;
  transition: 0.3s;
}

@media (min-width: 991px) {
  .branches_Card:hover::before {
    height: 4px;
    bottom: -4px;
  }

  .branches_Card:hover {
    box-shadow: 0 6px 16px 0 rgba(0, 29, 47, 0.12);
    transform: translateY(-4px);
  }
}

.branches_Card_Image {
  position: relative;
  /* cursor: pointer; */
}

.branches_Card_Image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.branch_Cat {
  position: absolute;
  bottom: 8px;
  inset-inline-end: -8px;
  width: 180px;
  background: var(--Primary-P20, #003556);
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: start;
}

body.rtl .branch_Cat {
  left: unset;
  right: -8px;
}

.branches_Card_Data {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}

.branches_Card_Data h5 {
  height: 56px;
}

.branch_Icon_Item {
  display: flex;
  align-items: start;
  gap: 8px;
}

.branch_Icon_Item a {
  direction: ltr;
}

.branch_Icon_Item:not(:last-child) {
  margin-bottom: 22px;
}

.branch_Link {
  padding: 8px 20px;
  background-color: var(--Primary-P30);
  color: #fff !important;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-inline: auto;
}

.branch_Link:hover {
  background-color: var(--Primary-P50);
}

@media (max-width: 992px) {
  .branches_SideBar_Wrapper {
    display: none;
  }

  .branches_Cards_Wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.branch_Inner_Wrapper .col-lg-10 {
  display: flex;
  flex-direction: column;
  gap: 120px;
  align-items: center;
  margin-top: 170px;
}

.branch_Inner_Top::before {
  content: "";
  background: #e4e4e4;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -60px;
  position: absolute;
}

.branch_Inner_Top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  width: 100%;
  position: relative;
}

.branch_Inner_Top_Image {
  flex: 0 0 calc(50% - 36px);
}

.branch_Inner_Top_Image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.branch_Inner_Top_Data {
  flex: 0 0 calc(50% - 36px);
}

body:not(.personabar-visible) .branches_Property_Wrapper > div > table {
  display: none;
}

.branch_Title {
  margin-top: 16px !important;
}

.branch_Type {
  padding: 4px 20px;
  background: var(--Secondary-S99, #e6f0f0);
  width: max-content;
}

.branch_Working_Boxes {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
}

.work_Box {
  background: var(--Background, #f9f9f9);
  display: flex;
  flex-direction: column;
  padding: 8px;
  flex: 0 0 calc(33% - 16px);
}

body:not(.rtl) .work_Box {
  height: 100px;
}

.work_Box p:last-child {
  color: var(--Gray-40);
}

.branch_Inner_Icon_Box .ezIcon {
  --icon: 32px;
}

.branch_Inner_Infos {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.branch_Inner_Infos_Left {
  flex: 0 0 calc(60% - 12px);
}

.branch_Inner_Infos_Title {
  position: relative;
}

.branch_Inner_Infos_Title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #a6c8dc;
  z-index: -1;
}

.branch_Inner_Icon_Box {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding-inline-end: 12px;
  width: max-content;
  z-index: 2;
}

.branch_Inner_Infos_Right {
  flex: 0 0 calc(40% - 12px);
}

.branch_Inner_Infos_Data {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.branch_Inner_Infos_Item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.branch_Inner_Infos_Item_Title {
  display: flex;
  align-items: center;
  gap: 8px;
  --icon-color: var(--Gray-G40);
  min-width: 106px;
}

.branch_Inner_Infos_Item > a:last-child,
.branch_Inner_Infos_Item > p:last-child {
  color: var(--Gray-G20, #3d3d3d);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.branch_Inner_Infos_Link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--Background, #f9f9f9);
  padding: 4px 20px;
  width: max-content;
}

.branch_Inner_Infos_Link p {
  color: var(--Primary-P30, #00446d) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.branches_SideBar_Box {
  padding-inline-end: 20px;
}

@media (max-width: 992px) {
  .branch_Inner_Top {
    flex-direction: column;
  }

  .branch_Inner_Top_Data,
  .branch_Inner_Top_Image,
  .branch_Inner_Infos_Right {
    width: 100%;
  }

  .branch_Inner_Infos {
    flex-direction: column;
  }
}

.mapp-container {
  width: 100%;
  /* height: 600px; */
}

.pa-map-view {
  margin-inline: auto;
  margin-bottom: 104px;
}

/* 
.pa-map-view, .mapp-container, .mapp-map, .leaflet-gl-layer, .leaflet-pane {
  width: 100% !important;
  height: 800px !important;
} */

img.leaflet-interactive {
  width: 54px !important;
  height: 54px !important;
}

.leaflet-shadow-pane {
  display: none;
}

.branches_Property_Wrapper {
  position: relative;
}

/* .branches_Property_Wrapper table:last-child {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */

.mapp-container .item-set.vertical:not(.radius-exception) > :last-child {
  display: none;
}

.leaflet-pane {
  z-index: 6 !important;
}

/* ---------------- Contracts Start ---------------- */

.contract_Wrapper {
  display: flex;
  flex-direction: column;
}

.contract_Header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 46px;
}

.contract_Header h1 {
  color: #00273e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.contract_Header p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
}

.contract_Header span {
  font-weight: 600;
  color: #5c5c5c;
}

.contract_Wrapper .appointment_Notice_Wrapper {
  gap: 40px;
}

.contract_Video_Wrapper {
  position: relative;
}

.contract_Video_Wrapper video {
  width: 100%;
  object-fit: cover;
}

.contract_Video_Wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
}

.contract_Cards_Wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 84px;
}

.contract_Card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 24px 40px;
  background-color: #f2f2f2;
}

.contract_Card .after_Sales_Item_Btn_List .btn_Main.hasIcon {
  flex: 1;
  padding: 12px 92px 12px 69px !important;
}

.contract_Card_Icon {
  margin-bottom: 16px;
}

.contract_Card_Icon .ezIcon {
  --icon: 44px;
}

.contract_Card_Title {
  color: #555555;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  height: 64px;
}

.contract_Cards_Wrapper .after_Sales_Item_Btn_List {
  width: 100%;
}

.contract_Cards_Wrapper .after_Sales_Item_Btn_List .btn_Main {
  padding: 10px 70px 10px 74px;
}

body.rtl .contract_Cards_Wrapper .after_Sales_Item_Btn_List .btn_Main {
  padding: 10px 92px 10px 74px;
}

.contract_Cards_Wrapper .after_Sales_Item_Btn_List .btn_Main::before {
  right: 78px;
}

body.rtl .after_Sales_Item_Btn_List .btn_Main.hasIcon::before {
  left: 92px;
}

@media (max-width: 992px) {
  .contract_Header h1 {
    font-size: 24px;
  }

  .contract_Header p {
    text-align: justify;
    font-size: 16px;
  }

  .contract_Cards_Wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .contract_Cards_Wrapper .after_Sales_Item_Btn_List .btn_Main {
    padding: 12px 70px 12px 120px;
  }

  .contract_Cards_Wrapper .after_Sales_Item_Btn_List .btn_Main::before {
    right: 118px;
  }
}

.appointment_Notice_List li span {
  font-weight: 700;
}

/* --------------- Appointment Start --------------- */

.announcements_Top_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 72px;
}

.announcements_Top_Wrapper p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
}

.circulars_List_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.circular_List_Item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px 18px 40px;
  background-color: #f2f2f2;
}

.circulars_List_Wrapper h2 {
  text-align: center;
  color: #00446d;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.circulars_List {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.circular_Title {
  color: #555555;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.circular_Info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 66px;
}

.circular_Info .guide_Download_Btn {
  width: 200px;
}

@media (max-width: 992px) {
  .announcements_Top_Wrapper p {
    text-align: justify;
    font-size: 16px;
  }

  .circulars_List_Wrapper h2 {
    font-size: 22px;
  }

  .circular_List_Item {
    flex-direction: column;
    gap: 40px;
    align-items: start;
  }

  .circular_Info {
    justify-content: space-between;
    width: 100%;
  }
}

/* --------------- Boutique Start --------------- */

.boutique_Slider_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  margin-bottom: 164px;
}

.boutique_Slider_Text {
  display: flex;
  flex-direction: column;
}

.boutique_Top_Header {
  color: #014c49;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.boutique_Main_Header {
  color: #00273e;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 40px;
}

.boutique_Paragraph {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
}

.boutique_Slider_Box {
  width: 100%;
}

.boutique_Slider {
  width: 80%;
  margin-inline: auto;
  position: relative;
  height: 424px;
  /* overflow: hidden; */
}

.boutique_Slider::before {
  content: "";
  background: var(--Primary-P99, #e5eff5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 126%;
  height: 178px;
  z-index: -1;
}

.boutique_Slider .slick-prev {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
}

body.rtl .boutique_Slider .slick-prev {
  left: unset !important;
  right: -120px !important;
}

.boutique_Slider .slick-next {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}

body.rtl .boutique_Slider .slick-next {
  right: unset !important;
  left: -120px !important;
}

.boutique_Slider .slick-arrow {
  background: #00446d !important;
  border-radius: 0 !important;
}

.boutique_Slider .slick-arrow::before {
  background-color: #fff !important;
}

.boutique_Slider_Dots {
  margin-top: -40px;
}

.boutique_Slider_Dots .slick-dots {
  padding: 0 !important;
}

.boutique_Slider_Dots .slick-dots button {
  background: #005285 !important;
  opacity: 0.5;
}

.boutique_Slider_Dots .slick-dots li.slick-active button {
  background: #005285 !important;
  opacity: 1;
  transform: translateY(-1px);
}

.boutique_What_Wrapper {
  margin-bottom: 154px;
}

.boutique_What_Wrapper .col-lg-6 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.boutique_What_Wrapper .col-lg-6 h2 {
  color: #00446d;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.boutique_What_Wrapper .col-lg-6 p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.boutique_What_Wrapper .col-lg-6:nth-child(2) {
  position: relative;
}

.boutique_What_Wrapper .col-lg-6:nth-child(2)::before {
  content: "";
  background-color: #00446d;
  width: 90%;
  height: 50%;
  position: absolute;
  top: -50px;
  right: -30px;
  z-index: -1;
}

body.rtl .boutique_What_Wrapper .col-lg-6:nth-child(2)::before {
  right: unset;
  left: -30px;
}

@media (max-width: 992px) {
  .boutique_What_Wrapper {
    gap: 90px;
  }

  .boutique_What_Wrapper .col-lg-6 p {
    text-align: justify;
  }

  .boutique_Slider {
    height: 132px;
    width: 100%;
  }
}

.facilities_Wrapper .col-lg-6:first-child {
  position: relative;
}

.facilities_Wrapper .col-lg-6:first-child::before {
  content: "";
  background-color: #015d58;
  width: 40%;
  height: 80%;
  position: absolute;
  top: -40px;
  left: -30px;
  z-index: -1;
}

body.rtl .facilities_Wrapper .col-lg-6:first-child::before {
  left: unset;
  right: -30px;
}

.facilities_Top_Head {
  color: #014c49;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.facilities_Main_Head {
  color: #00273e;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.facilities_Box {
  background-color: #f2f2f2;
  padding: 46px 62px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.facilities_Item {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
  position: relative;
  padding-inline-start: 16px;
}

.facilities_Item::before {
  content: "";
  background-color: #016d68;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

body.rtl .facilities_Item::before {
  left: unset;
  right: -12px;
}

.facilities_Wrapper {
  align-items: center;
  margin-bottom: 134px;
}

.facilities_Wrapper img {
  height: 600px;
  object-fit: cover;
}

.facilities_Why_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-color: #f2f7fa;
  padding: 54px 104px 78px;
  margin-bottom: 100px;
}

.facilities_Why_Wrapper h3 {
  color: #00446d;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.facilities_Why_Wrapper p {
  color: #626262;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.boutique_Where_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 100px;
}

.boutique_Where_Wrapper h2 {
  color: #3d3d3d;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.boutique_Where_Cards_Wrapper {
  display: flex;
  gap: 24px;
}

.boutique_Where_Card {
  background-color: #f2f2f2;
  padding: 36px 68px 46px 40px;
  flex: 0 0 calc(33% - 12px);
}

.boutique_Where_Card h4 {
  color: #00446d;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.boutique_Where_Card_Sub {
  color: #3d3d3d;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 44px;
}

.boutique_Where_Card_Info_Item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 34px;
}

.boutique_Where_Card_Info_Item_Title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.boutique_Where_Card_Info_Item_Title .ezIcon {
  --icon: 32px;
}

.boutique_Where_Card_Info_Item_Content {
  color: #959595;
  font-size: 14px;
  line-height: 28px;
}

.boutique_Where_Card_Info_Item_Link {
  color: #959595 !important;
  font-size: 14px;
  line-height: 28px;
}

.boutique_Join_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}

.boutique_Join_Top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.boutique_Join_Top h2 {
  color: #003556;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.boutique_Join_Top p {
  color: #626262;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  width: 80%;
}

.boutique_Join_Box {
  background-color: #f2f7fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 100%;
  padding-block: 48px;
}

.boutique_Join_Box p {
  color: #626262;
  font-size: 18px;
  line-height: 36px;
}

.boutique_Join_Box span {
  color: #003556;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.ezArrow_Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #00436d;
  width: var(--width, 270px);
  padding-block: 14px;
  color: #fff !important;
  font-size: 14px;
  line-height: 28px;
  transition: 0.3s;
}

.ezArrow_Btn:hover {
  background-color: #005285;
}

.ezArrow_Btn .ezIcon {
  --icon-color: #fff;
  transform: translateY(1px) rotate(180deg);
}

body.rtl .ezArrow_Btn .ezIcon {
  transform: translateY(1px) rotate(0deg);
}

@media (max-width: 992px) {
  .facilities_Wrapper.row {
    gap: 80px;
    flex-direction: column-reverse;
  }

  .facilities_Item::before {
    transform: unset;
    top: 12px;
  }

  .facilities_Why_Wrapper {
    padding: 36px;
  }

  .facilities_Why_Wrapper h3 {
    text-align: center;
  }

  .boutique_Where_Wrapper h2 {
    font-size: 22px;
  }

  .boutique_Where_Cards_Wrapper {
    flex-direction: column;
  }

  .boutique_Join_Top h2 {
    text-align: center;
    font-size: 22px;
  }

  .boutique_Join_Box p {
    text-align: center;
  }
}

/* --------------- About Start --------------- */

.about_Top_Text_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 82px;
}

.about_Top_Text_Wrapper h2 {
  color: #00273e;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.about_Top_Text_Wrapper p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

/* History Start */

.history_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.history_Wrapper h3 {
  color: #014c49;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px !important;
}

.history_Years_Wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-block: 40px;
  background-color: #f9f9f9;
  width: 100%;
}

.history_Years_Item {
  color: #626262;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  padding: 20px 44px;
  transition: 0.3s;
}

.history_Years_Item:hover {
  color: #00446d;
}

.history_Years_Item.active {
  background-color: #00446d;
  color: #fff;
}

.history_Cards_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding-block: 90px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 600px;
  width: 70%;
}

.history_Cards_Wrapper {
  scrollbar-width: none;
  /* Firefox */
}

.history_Cards_Wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}

.history_Card {
  position: relative;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
  padding: 78px 48px 54px;
  width: 1016px;
  z-index: 2;
  background-color: #fff;
  transition: 0.5s;
}

.history_Card:not(.center) {
  transform: scale(0.8);
  opacity: 0.5;
}

.history_Card:not(:first-child)::before {
  content: "";
  background-color: #00446d;
  width: 2px;
  height: 110px;
  z-index: -2;
  position: absolute;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

/* .history_Card.center::after {
  content: "";
  background-color: #00446d;
  width: 2px;
  height: 56px;
  z-index: -2;
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
} */

.history_Card:not(:first-child):not(.center)::before {
  top: -107px;
}

.history_Card_Year {
  background-color: #00446d;
  padding: 26px 62px;
  width: max-content;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.history_Card_Year p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}

.history_Card_Data {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.history_Card_Data span {
  font-weight: 700;
}

.history_Card_Data h4 {
  color: #3d3d3d;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.history_Card_Data p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

/* History End */

.sr_Wrapper {
  background-color: #f9f9f9;
  padding-block: 90px 104px;
  margin-bottom: 100px;
  margin-top: 104px;
}

.sr_Top_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sr_Top_Wrapper h2 {
  color: #003556;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.sr_Top_Sub {
  color: #2b2b2b;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 48px;
}

.sr_Top_Par {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 130px;
}

.sr_Top_Par span {
  color: #015d58;
  font-weight: 700;
}

.sr_Cards_Wrapper {
  display: flex;
  gap: 130px;
}

.sr_Cards_Wrapper > div {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 65px);
  gap: 100px;
}

.sr_Cards_Left {
  transform: translateY(-70px);
}

.sr_Card {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.sr_Card_Image img {
  width: 100%;
  object-fit: cover;
}

.sr_Card_Data {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sr_Card_Data h4 {
  color: #003556;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.sr_Card_Data p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 992px) {
  .history_Wrapper h3 {
    text-align: center;
  }

  .history_Years_Wrapper {
    display: none;
  }

  .history_Cards_Wrapper {
    height: unset;
    width: 100%;
    gap: 80px;
    padding-block: 60px;
  }

  .history_Card:not(.center) {
    position: relative;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
    padding: 78px 48px 54px;
    width: 90%;
    z-index: 2;
    background-color: #fff;
    transition: 0.5s;
    transform: unset;
    opacity: 1;
  }

  .history_Card:not(:first-child):not(.center)::before {
    top: -79px;
  }

  .history_Card_Data h4 {
    text-align: center;
  }

  .sr_Top_Wrapper h2 {
    text-align: center;
  }

  .sr_Cards_Wrapper {
    flex-direction: column;
  }

  .sr_Card_Data p {
    text-align: justify;
  }

  .sr_Cards_Wrapper {
    gap: 0;
  }

  .about_Top_Text_Wrapper p {
    font-size: 16px;
  }
}

.awards_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.awards_Top_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.awards_Top_Wrapper h2 {
  color: #003556;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.awards_Top_Wrapper p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
}

.awards_Slider_Item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  margin-left: -130px;
}

.awards_Slider_Item:not(.slick-center) {
  transform: scale(0.8);
  opacity: 0.5;
  z-index: 0;
}

.awards_Slider_Item:not(.slick-active) {
  transform: scale(0.6);
  opacity: 0.3;
  z-index: -1;
}

.awards_Slider_Image img {
  width: 100%;
  object-fit: cover;
}

.awards_Slider_Item_Title {
  color: #00283f;
  font-size: 20px;
  line-height: 36px;
  transition: 0.3s;
}

.awards_Slider_Item:not(.slick-center) .awards_Slider_Item_Title {
  opacity: 0;
}

.awards_Slider_Frame {
  height: 348px;
}

.awards_Slider_Navigation {
  position: relative;
  width: 188px;
  margin-inline: auto;
  height: 36px;
  margin-top: -60px;
}

.awards_Slider_Navigation .slick-arrow {
  background: #005285 !important;
  border-radius: 0 !important;
}

.awards_Slider_Navigation .slick-arrow:hover {
  background: #06629b !important;
}

.awards_Slider_Navigation .slick-arrow::before {
  background-color: #fff !important;
}

.awards_Slider_Navigation .slick-next {
  position: absolute;
  right: 0;
}

body.rtl .awards_Slider_Navigation .slick-next {
  right: unset;
  left: 0;
}

.awards_Slider_Navigation .slick-prev {
  position: absolute;
  left: 0;
}

body.rtl .awards_Slider_Navigation .slick-prev {
  left: unset;
  right: 0;
}

.awards_Slider_Navigation .slick-dots {
  padding: 0 !important;
  position: absolute !important;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.rtl .awards_Slider_Navigation .slick-dots {
  left: 40%;
}

.awards_Slider_Navigation .slick-dots button {
  background: #005285 !important;
  opacity: 0.5;
}

.awards_Slider_Navigation .slick-dots li.slick-active button {
  background: #005285 !important;
  opacity: 1;
  transform: translateY(-1px);
}

@media (max-width: 992px) {
  .awards_Top_Wrapper p {
    text-align: justify;
    font-size: 16px;
  }
}

/* ------------- Cost Inquiry Start ------------- */

.cost_Inquiry_Top_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 78px;
}

.cost_Inquiry_Top_Wrapper h2 {
  color: #00273e;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.cost_Inquiry_Top_Wrapper p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
}

.cost_Inquiry_Top_Wrapper p span {
  color: #4f4f4f;
  font-weight: 700;
}

.cost_Inquiry_Body_Wrapper {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 124px;
}

.cost_Inquiry_Body_Data {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 calc(50% - 18px);
}

.cost_Inquiry_Body_Data h2 {
  color: #00446d;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
}

.cost_Inquiry_Body_Data p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.cost_Inquiry_Body_Data p span {
  color: #014c49;
  font-weight: 700;
}

.cost_Inquiry_Body_Image {
  flex: 0 0 calc(50% - 18px);
  position: relative;
}

.cost_Inquiry_Body_Image::before {
  content: "";
  background-color: #00446d;
  height: 60%;
  width: 60%;
  position: absolute;
  top: -34px;
  right: 40px;
  z-index: -1;
}

body.rtl .cost_Inquiry_Body_Image::before {
  right: unset;
  left: 40px;
}

.cost_Inquiry_Cards_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.cost_Inquiry_Cards_Wrapper h2 {
  color: #003556;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
}

.cost_Inquiry_Cards_Wrapper p {
  color: #626262;
  font-size: 16px;
  line-height: 32px;
}

.cost_Inquiry_Cards_Box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-block: 56px;
  background-color: #f2f7fa;
  width: 100%;
}

.cost_Inquiry_Cards_Box .ezArrow_Btn {
  width: 300px;
}

@media (max-width: 992px) {
  .cost_Inquiry_Top_Wrapper p {
    text-align: justify;
    font-size: 16px;
  }

  .cost_Inquiry_Body_Wrapper {
    flex-direction: column;
    gap: 70px;
  }

  .cost_Inquiry_Body_Data p {
    text-align: justify;
  }

  .cost_Inquiry_Body_Image::before {
    right: -14px;
    top: -24px;
  }

  .cost_Inquiry_Cards_Box {
    flex-direction: column;
  }

  .cost_Inquiry_Cards_Box .ezArrow_Btn {
    width: 100%;
  }
}

/* --------------- Customers Club Start --------------- */

.club_Welcome_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 84px;
}

.club_Welcome_Wrapper h2 {
  color: #4b4b4b;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

.club_Welcome_Wrapper h2 span {
  color: #00446d;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.club_Welcome_Wrapper p {
  color: #626262;
  font-size: 16px;
  line-height: 32px;
}

.club_Welcome_Wrapper p span {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.club_Why_Wrapper {
  display: flex;
  gap: 128px;
  align-items: center;
  margin-bottom: 174px;
}

.club_Why_Data {
  flex: 0 0 calc(50% - 64px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.club_Why_Data h3 {
  color: #014c49;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.club_Why_Data p {
  color: #626262;
  font-size: 18px;
  line-height: 32px;
}

.club_Why_Data p span {
  color: #626262;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.club_Why_Image {
  flex: 0 0 calc(50% - 64px);
  position: relative;
}

.club_Why_Image img {
  width: 90%;
  object-fit: cover;
}

.club_Why_Image::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0px;
  width: 70%;
  height: 80%;
  background: #014c49;
  z-index: -1;
}

body.rtl .club_Why_Image::before {
  right: unset;
  left: 0;
}

.club_Benefits_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 160px;
}

.club_Benefits_Wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #f2f7fa;
  z-index: -1;
  top: -56px;
}

.club_Benefits_Wrapper h3 {
  color: #00446d;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}

.club_Benefits_Cards_Wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  width: 90%;
  margin-inline: auto;
}

.club_Benefits_Card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  justify-content: start;
  padding: 16px 16px 22px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  background-color: #fff;
}

.club_Benefits_Card:hover {
  background-color: #002f4c;
}

.club_Benefits_Image .ezIcon {
  --icon: 58px;
  --icon-color: #015d58;
  transition: 0.3s;
}

.club_Benefits_Card:hover .club_Benefits_Image .ezIcon {
  --icon-color: #fff;
}

.club_Benefits_Card p {
  color: #626262;
  font-size: 16px;
  line-height: 32px;
  transition: 0.3s;
}

.club_Benefits_Card:hover p {
  color: #fff;
}

.club_Who_Wrapper {
  display: flex;
  gap: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 104px;
}

.club_Who_Image {
  flex: 0 0 calc(50% - 37px);
  position: relative;
  display: flex;
  justify-content: end;
}

body.rtl .club_Who_Image {
  justify-content: start;
}

.club_Who_Image::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0px;
  width: 70%;
  height: 80%;
  background: #014c49;
  z-index: -1;
}

.club_Who_Data {
  flex: 0 0 calc(50% - 37px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.club_Who_Data h3 {
  color: #002d48;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .club_Who_Data h3 {
    font-size: 26px;
    line-height: 52px;
  }
}
.club_Who_List {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.club_Who_List li {
  background-color: #f2f2f2;
  color: #4f4f4f;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  padding: 24px 32px;
  transition: 0.3s;
}

.club_Who_List li:hover {
  background-color: #005285;
  color: #fff;
  cursor: default;
}

.club_Who_List li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 40px;
  background: #005285;
  opacity: 1;
}

body.rtl .club_Who_List li::before {
  left: unset;
  right: 0px;
}

.club_Join_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 48px;
  background-color: #f2f7fa;
  margin-bottom: 160px;
}

.club_Join_Wrapper h2 {
  color: #002d48;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 24px !important;
}

.club_Join_Wrapper p {
  color: #626262;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.club_Main_Wrapper {
  display: flex;
  align-items: center;
  gap: 102px;
  margin-bottom: 104px;
}

.club_Main_Data {
  display: flex;
  flex: 0 0 calc(50% - 51px);
  flex-direction: column;
}

.club_Main_Data h2 {
  color: #002d48;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 12px !important;
}

.club_Main_Sub {
  color: #121212;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 38px;
}

.club_Main_Par {
  color: #626262;
  font-size: 18px;
  line-height: 32px;
}

.club_Main_Image {
  flex: 0 0 calc(50% - 51px);
  position: relative;
}

.club_Main_Image img {
  width: 90%;
  object-fit: cover;
}

.club_Main_Image::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0px;
  width: 70%;
  height: 80%;
  background: #014c49;
  z-index: -1;
}

body.rtl .club_Main_Image::before {
  right: unset;
  left: 0;
}

.roadside_Dealership_Wrapper.club_Ver .roadside_Dealership_Data p:last-of-type {
  font-size: 16px !important;
  color: #4f4f4f;
}

.roadside_Dealership_Wrapper.club_Ver {
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .club_Welcome_Wrapper p {
    text-align: justify;
  }

  .club_Why_Wrapper {
    flex-direction: column;
    gap: 70px;
  }

  .club_Why_Data p {
    text-align: justify;
    font-size: 16px;
  }

  .club_Benefits_Cards_Wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .club_Who_Wrapper {
    flex-direction: column-reverse;
  }

  .club_Who_List {
    padding: 0 !important;
  }

  .club_Who_Image img {
    width: 90%;
  }

  .club_Join_Wrapper p {
    text-align: center;
  }

  .club_Main_Wrapper {
    flex-direction: column;
  }

  .club_Main_Par {
    text-align: justify;
    font-size: 16px;
  }
}

/* --------------- Used Cars Start --------------- */

.used_Top_Wrapper p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 36px;
}

.used_Buy_Wrapper {
  display: flex;
  gap: 128px;
  align-items: center;
  margin-bottom: 104px;
}

.used_Buy_Data {
  flex: 0 0 calc(50% - 64px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.used_Buy_Data h2 {
  color: #014c49;
  font-size: 26px;
  line-height: 44px;
  font-weight: 700;
}

.used_Buy_Data p {
  color: #626262;
  font-size: 18px;
  line-height: 32px;
}

.used_Buy_Image {
  flex: 0 0 calc(50% - 64px);
  position: relative;
}

.used_Buy_Image img {
  width: 90%;
  object-fit: cover;
}

.used_Buy_Image::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0px;
  width: 70%;
  height: 80%;
  background: #00436d;
  z-index: -1;
}

body.rtl .used_Buy_Image::before {
  right: unset;
  left: 0;
}

.used_Download_Wrapper {
  display: flex;
  align-items: center;
  gap: 72px;
  background-color: #f0f5f7;
  padding: 30px 36px 36px 64px;
  margin-bottom: 100px;
}

.used_Download_Image {
  flex: 0 0 calc(30% - 36px);
}

.used_Download_Image img {
  width: 100%;
  object-fit: cover;
}

.used_Download_Data {
  flex: 0 0 calc(70% - 36px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.used_Download_Data h2 {
  color: #00436d;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.used_Download_Data p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.used_Download_Data .guide_Download_Btn {
  width: 240px;
}

.used_Sell_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 100px;
}

.used_Sell_Wrapper h2 {
  color: #002d48;
  font-size: 26px;
  line-height: 44px;
  font-weight: 700;
}

.used_Sell_Wrapper p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.used_Advantages_Wrapper {
  background-color: #f2f2f2;
  padding-block: 64px;
  margin-bottom: 120px;
}

.used_Advantages_Wrapper .container {
  display: flex;
  align-items: center;
  gap: 56px;
}

.used_Advantages_Data {
  flex: 0 0 calc(75% - 28px);
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.used_Advantages_Data h2 {
  color: #003252;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
}

.used_Advantages_List {
  display: flex;
  flex-direction: column;
  gap: 56px;
  height: 250px;
  flex-wrap: wrap;
}

.used_Advantages_List li {
  color: #014c49;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  padding-inline-start: 16px;
  z-index: 2;
}

.used_Advantages_List li::before {
  content: "";
  background-color: #e2e2e2;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: -1;
}

body.rtl .used_Advantages_List li::before {
  left: unset;
  right: 0;
}

.used_Advantages_Image {
  flex: 0 0 calc(25% - 28px);
  position: relative;
  z-index: 2;
}

.used_Advantages_Image img {
  width: 100%;
  object-fit: cover;
}

.used_Advantages_Image::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 70%;
  height: 80%;
  background: #00436d;
  z-index: -1;
}

body.rtl .used_Advantages_Image::before {
  right: unset;
  left: -30px;
}

.used_Contact_Wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.used_Contact_Map {
  flex: 0 0 calc(50% - 20px);
  position: relative;
}

.used_Contact_Map::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -20px;
  width: 70%;
  height: 40%;
  background: #00446d;
  z-index: -1;
}

body.rtl .used_Contact_Map::before {
  left: unset;
  right: -20px;
}

.used_Contact_Data {
  display: flex;
  flex-direction: column;
}

.used_Contact_Data h2 {
  color: #003252;
  font-size: 28px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px !important;
}

.used_Contact_Data > p {
  color: #7a7a7a !important;
  font-size: 16px !important;
  line-height: 32px !important;
  margin-bottom: 34px !important;
}

.used_Contact_Item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 56px;
}

.used_Contact_Item_Title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.used_Contact_Item_Title h3 {
  color: #00619c;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.used_Contact_Data a {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
  width: max-content;
}

body.rtl .used_Contact_Data a {
  direction: ltr;
}

.used_Contact_Data p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.used_Form_Wrapper {
  background-color: #f2f7fa;
  padding: 36px 48px 48px 28px;
  margin-bottom: 134px;
}

.used_Form_Top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 46px;
}

.used_Form_Top h2 {
  color: #003557;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.used_Form_Top p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 992px) {
  .used_Form_Top p {
    text-align: justify;
    font-size: 16px;
  }

  .used_Form_Wrapper {
    padding: 36px;
  }

  .used_Buy_Wrapper {
    flex-direction: column;
  }

  .used_Buy_Data p {
    text-align: justify;
    font-size: 16px;
  }

  .used_Download_Wrapper {
    flex-direction: column;
    padding: 36px;
    gap: 30px;
  }

  .used_Download_Image {
    width: 100%;
    height: 100%;
  }

  .used_Download_Image img {
    width: 100%;
    object-fit: cover;
  }

  .used_Download_Data p {
    text-align: justify;
  }

  .used_Sell_Wrapper h2 {
    text-align: center;
  }

  .used_Advantages_Wrapper .container {
    flex-direction: column;
  }

  .used_Advantages_List {
    height: unset;
    gap: 36px;
    text-align: justify;
    padding: 0 !important;
  }

  .used_Contact_Wrapper {
    flex-direction: column;
  }

  .used_Contact_Map {
    width: 100%;
  }

  .used_Contact_Wrapper iframe {
    width: 100%;
  }

  .used_Top_Wrapper p {
    font-size: 16px;
  }

  .used_Sell_Wrapper p {
    font-size: 16px;
  }
}

/* --------------- Tuning Start --------------- */

.tuning_Top_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 184px;
  padding-inline-start: 64px;
}

@media (max-width: 992px) {
  .tuning_Top_Wrapper {
    padding-inline-start: 0 !important;
  }

  .tuning_Inner_Row {
    gap: 60px !important;
  }
}

.tuning_Top_Wrapper h2 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  z-index: 3;
  display: flex;
  letter-spacing: 11px;
}

body.rtl .tuning_Top_Wrapper h2 {
  color: var(--Secondary-S40);
  gap: 10px;
}

.tuning_Top_Wrapper h2 span {
  color: var(--Secondary-S40);
}

.tuning_Inner_Row {
  display: flex;
  align-items: center;
  gap: 0;
}

.tuning_Top_Left {
  flex: 0 0 36%;
  display: flex;
  justify-content: start;
  position: relative;
  z-index: 2;
}

.tuning_Top_Left::before {
  content: "";
  background: var(--Secondary-S30, #014c49);
  height: 290px;
  width: 274px;
  position: absolute;
  top: -90px;
  left: -40px;
  z-index: -1;
}

body.rtl .tuning_Top_Left::before {
  left: unset;
  right: -40px;
  top: unset;
  bottom: -40px;
}

.tuning_Top_Right {
  flex: 0 0 64%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tuning_Top_Right h3 {
  color: var(--Primary-P20, #003556);
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}

.tuning_Top_Right p {
  color: var(--Gray-G40, #626262);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  width: 86%;
}

.tuning_Top_Links {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 80%;
}

.tuning_Top_Links a {
  width: 100%;
  padding-block: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: 0.3s;
}

.tuning_Call {
  background: var(--Primary-P30, #00446d);
  color: var(--Gray-G100, #fff) !important;
}

.tuning_Call:hover {
  background: var(--Primary-P40, #005285);
}

.tuning_Email {
  color: var(--Primary-P40, #005285);
}

.tuning_Email .ezIcon {
  --icon-color: var(--Primary-P40, #005285);
}

.tuning_Services_Wrapper {
  background: linear-gradient(115deg, #001d2f 0%, #003556 100%);
  margin-bottom: 102px;
  position: relative;
  z-index: 2;

  /* IMPORTANT: allow scroll space for snap behavior */
  height: 100vh;
}

.tuning_Services_Sticky {
  position: sticky;
  top: 0;

  height: 100vh;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.tuning_Services_Scroll {
  width: 100%;
  height: 810px;

  overflow-y: auto;

  /* IMPORTANT */

  /* smooth momentum scrolling */
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;

  padding-block: 80px;

  /* smoothness */
  scroll-behavior: smooth;

  /* edge fading */
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.tuning_Services_Scroll::-webkit-scrollbar {
  display: none;
}

html,
body {
  scroll-behavior: smooth;
}

.tuning_Services_Wrapper .tuning_Services_Sticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 76px; */
}

.tuning_Services_Wrapper .tuning_Services_Sticky > h2 {
  color: var(--Gray-G100, #fff);
  font-size: 26px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 32px !important;
  margin-top: 80px !important;
}

.tuning_Services_Wrapper::before {
  content: "";
  background: url(../assets/images/tuning-services-before.png) no-repeat
    center / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tuning_Service_Cards_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.tuning_Service_Card {
  display: flex;
  align-items: center;
  gap: 32px;
}

.tuning_Service_Card:nth-child(even) {
  flex-direction: row-reverse;
}

.tuning_Service_Card_Image {
  flex: 0 0 calc(30% - 16px);
}

.tuning_Service_Card_Data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tuning_Service_Card_Data h3 {
  color: var(--Gray-G100, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.tuning_Service_Card_Data p {
  color: var(--Gray-G100, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.8;
}

.tuning_Art_Wrapper {
  margin-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.big_Title {
  color: rgba(0, 29, 47, 0.06);
  text-align: center;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 16px;
  margin-bottom: 16px;
}

.tuning_Art_Wrapper > h2 {
  color: var(--Primary-P20, #003556);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 48px !important;
}

.tuning_Art_Grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.tuning_Art_Item {
  position: relative;
  transition: all 0.4s ease;
  transform: scale(1);
  z-index: 1;
}

.tuning_Art_Item_Image {
  overflow: hidden;
  /* border-radius: 12px; */
}

.tuning_Art_Item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tuning_Art_Item_Title {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tuning_Art_Item_Title .ezIcon {
  --icon-color: #fff;
}

.tuning_Art_Item:hover img {
  transform: scale(1.08);
}

.tuning_Art_Grid .tuning_Art_Item_Image img {
  filter: brightness(0.6);
  transition: 0.3s;
  /* transform: scale(0.98); */
}

.tuning_Art_Grid .tuning_Art_Item_Title {
  filter: brightness(1) !important;
}

.tuning_Art_Item:hover {
  transform: scale(1.12);
  filter: blur(0);
  z-index: 4;
  filter: brightness(1) !important;
}

.tuning_Art_Item:hover .tuning_Art_Item_Image img {
  filter: brightness(1) !important;
}

.tuning_Art_Item:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.tuning_Art_Grid {
  transition: 0.3s ease;
}

.tuning_Why_Wrapper {
  margin-bottom: 136px;
}

.tuning_Why_Data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.tuning_Why_Data h2 {
  color: var(--Primary-P20, #003556);
  font-size: 26px;
  font-weight: 700;
  line-height: 48px;
}

.tuning_Why_Cards_Wrapper {
  display: flex;
  gap: 22px;
}

.tuning_Why_Card {
  flex: 0 0 calc(50% - 11px);
  position: relative;
  overflow: hidden;
}

.tuning_Why_data {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: -90px;
  padding: 80px 24px 32px;
  transition: 0.3s ease;
}

.tuning_Why_Card:hover .tuning_Why_data {
  bottom: 0;
  gap: 8px;
}

.tuning_Why_Card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 29, 47, 0) 0%, #001d2f 70%);
  transition: 0.3s ease;
}

.tuning_Why_Card:hover::before {
  /* background: linear-gradient(180deg, rgba(0, 29, 47, 0.00) 0%, #001D2F 100%); */
  top: 0;
}

.tuning_Form_Wrapper {
  padding: 30px;
  background-color: #f2f7fa;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tuning_Form_Top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.tuning_Form_Top h2 {
  color: #003557;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.tuning_Form_Top p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.tuning_Form_Data {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media (min-width: 992px) {
  .tuning_Form_Data::before {
    content: "";
    background-color: #a6c8dc;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  body.rtl .tuning_Form_Data::before {
    left: unset;
    right: 0;
  }
}

.tuning_Form_Data h3 {
  color: #7a7a7a;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 52px !important;
}

.tuning_Form_Item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 52px;
}

.tuning_Form_Item_Title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tuning_Form_Item_Title p {
  color: #00619c;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.tuning_Form_Item_Content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.tuning_Form_Item_Content a {
  text-align: center;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 32px;
}

.tuning_Form_box.row {
  align-items: center;
}

.tuning_Form_Wrapper .form-html {
  width: 70%;
  margin-inline: auto;
}

@media (max-width: 992px) {
  .tuning_Top_Wrapper {
    margin-top: 138px;
  }

  .tuning_Inner_Row {
    flex-direction: column;
    gap: 24px;
  }

  .tuning_Top_Wrapper h2 {
    letter-spacing: 6px;
  }

  .tuning_Top_Left::before {
    left: -25%;
  }

  .tuning_Top_Right p {
    width: 100%;
  }

  .tuning_Top_Links {
    width: 100%;
    flex-direction: column;
  }

  .tuning_Service_Card {
    flex-direction: column !important;
  }

  .tuning_Service_Card_Image {
    width: 100%;
  }

  .big_Title {
    font-size: 46px;
    letter-spacing: 4px;
  }

  .tuning_Art_Grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .tuning_Why_Cards_Wrapper {
    flex-direction: column;
  }

  .tuning_Service_Card_Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tuning_Why_Card {
    min-height: 380px;
  }

  .tuning_Why_Image {
    min-height: 380px;
  }

  .tuning_Why_Image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
  }

  .tuning_Why_Card::before {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 29, 47, 0) 0%, #001d2f 100%);
  }

  .tuning_Why_data {
    gap: 8px;
    bottom: 0;
    padding: 32px 24px 32px;
  }

  .tuning_Form_Wrapper .form-html {
    width: 100%;
    margin-bottom: 40px;
  }

  .tuning_Form_Data h3 {
    text-align: center;
  }
}

/* ----------------------------- 404 ------------------------------- */

.p404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 204px;
}

.p404__Img {
  margin-bottom: 2rem;
}

.p404__Img img {
  width: 1003px;
  height: 400px;
  object-fit: cover;
}

.p404__Text {
  margin-bottom: 40px;
  color: var(--Gray-G30);
}

.p404__Btn {
  gap: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 552px;
  background-color: var(--Primary-P30);
}

.p404__Btn a,
.p404__Btn button {
  flex: 1;
  height: 56px;
}

.p404__Btn .ez_Btn {
  color: #fff !important;
}

.p404_Main_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p404_Data {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
}

.p404_Data h2 {
  color: var(--Primary-P30, #00446d);
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  /* 150% */
}

.p404_Data p {
  color: var(--Gray-G40, #626262);
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  /* 200% */
}

.p404_Data a {
  background: var(--Primary-P30, #00446d);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  color: #fff !important;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 42px;
}

.p404_Data a:hover {
  background: var(--Primary-P40, #005285);
}

.p404_Data a .ezIcon {
  --icon-color: #fff;
  rotate: 180deg;
  transform: translateY(-1px);
}

body.rtl .p404_Data a .ezIcon {
  rotate: 0deg;
}

@media (max-width: 992px) {
  .p404_Data {
    margin-top: 0;
  }
}

/* Property Agent */

.ModPropertyAgentC {
  td a:not(.dnnFormHelp) {
    padding: 4px 14px;
    border-radius: 6px;
    background-color: var(--Primary-P30);
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 8px;
  }

  #PropertyAgentButtons {
    display: flex;
    justify-content: end;
  }

  #PropertyAgentButtons a {
    padding: 4px 14px;
    border-radius: 6px;
    background-color: var(--Primary-P30);
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 8px;
  }

  a.CommandButton,
  input.CommandButton[type="button"] {
    padding: 4px 14px;
    border-radius: 6px;
    background-color: var(--Primary-P99);
    color: var(--Gray-G30);
    transition: 0.3s;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 8px;
    outline: 0;
    border: 0;
  }

  fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  select,
  input[type="text"],
  textarea {
    border: 1px solid var(--Gray-G40);
    background-color: var(--Gray-G100);
    padding: 4px 12px;
    border-radius: 6px;
    transition: 0.3s;
  }

  select:focus,
  input[type="text"]:focus,
  textarea:focus {
    border-color: var(--Primary-P50);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  #tblLocationDetail tr {
    display: flex;
    margin-block: 20px;

    label span {
      width: max-content;
      white-space: nowrap;
    }
  }

  td.SubHead label span {
    width: max-content;
    display: flex;
  }

  table#dnn_ctr2302_EditLayoutFiles_tblEditLayoutFiles tbody {
    display: flex;
    flex-wrap: wrap;

    tr:first-child,
    tr:nth-child(2),
    tr:nth-child(3) {
      flex: 0 0 100%;
      margin-bottom: 30px;
      display: flex;
      align-items: center;
    }

    tr select {
      margin-left: 10px;
    }

    tr {
      display: flex;
      align-items: start;
      margin-bottom: 20px;
    }

    a.dnnFormHelp {
      transform: translateX(50px);
    }
  }
}

.branch_Inner_Location_Wrapper {
  /* height: 248px; */
  /* overflow: hidden; */
  /* display: none; */
}
/****************************************************************/
.form_Registration_Complaints .ats_Wrapper .border {
  border: none !important;
}
.form_Registration_Complaints .ats_Wrapper .form-control {
  border-color: transparent !important;
  padding: 16px;
  line-height: 1.5rem;
}
.form_Registration_Complaints .ats_Wrapper .form-control [required] {
  border-right: 2px solid #f00 !important;
}
.form_Registration_Complaints .ats_Wrapper {
  background-color: unset;
  box-shadow: unset;
  border: unset !important;
  padding: unset !important;
  border-radius: unset !important;
}
.form_Registration_Complaints .form-select {
  border: unset !important;
  padding: 16px 30px;
}
.form_Registration_Complaints .ats_Input_Item label {
  background-color: unset !important;
  position: unset !important;
}

.form_Registration_Complaints .ats_Custom_Section > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.form_Registration_Complaints .ats_Custom_Section > div > div {
  flex: 1 0 48%;
}
.form_Registration_Complaints .ats_Wrapper .ats_Input_Field {
  display: unset;
}
.form_Registration_Complaints .ats_Input_Item label {
  color: inherit !important;
  font-size: 0.9rem;
}
.form_Registration_Complaints .ats_Input_Item select {
  height: unset !important;
}
.form_Registration_Complaints
  .ats_Wrapper
  .ats_Input_Field.second
  .ats_Input_Item {
  padding-inline: 0.5rem;
}
.form_Registration_Complaints
  .ats_Wrapper
  .ats_Input_Item:has(input[type="file"])::after {
  display: none;
}
.form_Registration_Complaints #trackingTicketab-pane {
  border-top: 0.05rem solid var(--Primary-P90);
  margin-top: 3rem;
  padding-top: 2rem;
}
.form_Registration_Complaints .btn-select {
  background-color: unset;
  color: inherit;
  border: 0.1rem solid var(--Primary-P40, #008a7a);
  color: var(--Primary-P40);
}
.form_Registration_Complaints.careers_Form_Wrapper .ats_Wrapper {
  background-color: var(--Primary-P100, #f2f7fa);
  padding: 2rem !important;
}
.form_Registration_Complaints.careers_Form_Wrapper {
  background-color: unset !important;
  padding: unset !important;
}
