.ope-mitsubishi {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.hero-section {
  position: relative;
  margin-bottom: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 64.04%, rgba(0, 0, 0, 0.70) 85.04%), url(/assets/operation/mitsubishi/car-hero.jpg) lightgray 0 0 no-repeat;
  min-height: 1016px;
  background-size: cover;
  background-position: 0 61%;
}

.promo-text {
  position: relative;
  padding-top: 60px;
  width: 100%;
  text-align: center;
  color: white;
}

.promo-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1.3rem;
}

.lead {
  font-size: 32px;
  font-weight: 600;
}

.discount {
  box-sizing: content-box;
  background-image: url("/assets/operation/mitsubishi/ellipse.svg");
  background-size: cover;
  color: white;
  padding: 20px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 232px;
  height: 232px;
  font-size: 24px;
  right: 20%;
  rotate: 352deg;
  position: absolute;
  top: 113%;
}

.discount-value {
  font-size: 75px;
  line-height: 56px;
  letter-spacing: -0.75px;
  font-weight: 700;
}

.discount-description {
  font-size: 36px;
  line-height: 37px;
  font-weight: 700;
}

/* Price Section */
.price-section {
  margin-top: 400px;
  width: 100%;
  text-align: center;
  color: white;
}

.price-section__text {
  background: rgba(255, 255, 255, 0.90);
  border-radius: 5px;
  padding: 16px 2rem;
  color: black;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-section__text-title {
  font-size: 18px;
  margin: 0;
}

.price-section__text-price {
  font-weight: 700;
  font-size: 45px;
}

.price-section__text-price--red {
  color: #d30b0b;
}

.price-section__text-label {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.price-section__text-description {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: 0.5rem;
}

.price-section__text-description--small {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 2rem;
}

/* Finition Section */
.finition-section {
  position: relative;
}

.finition-container-wrapper {
  background: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  margin-bottom: 3.5rem;
  margin-top: -20%;
  z-index: 6;
  position: relative;
}

.finition-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 3rem;
}

.color-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 3rem;
}

.finition-container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.finition-option {
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 250px;
  padding-right: 33px;
}
.finition-option:last-child {
  padding-right: 0;
}

.car-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.finition-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: bold;
  margin-top: 5px;
  font-size: 20px;
}

.finition-name.active span {
  color: #1167FF;
}

.finition-name span {
  flex-grow: 1;
  text-align: center;
}

.finition-name span:hover {
  color: #1167FF;
}

.finition-name::after {
  content: url('/assets/operation/mitsubishi/mitsubishi-plus.svg');
  margin-left: auto;
  width: 20px;
  height: 20px;
}

.finition-name.active::after {
  content: url('/assets/operation/mitsubishi/mitsubishi-minus.svg');
  width: 20px;
  height: 9px;
  margin-top: -3px;
  align-self: start;
}

.finition-details {
  /* display: none; */
  height: 0; /* Initially, content is hidden */
  opacity: 0; /* Initially, content is invisible */
  overflow: hidden; /* Prevent content overflow when hidden */
  transition: opacity 0.8s ease, height 0s ease 0.8s; /* Smooth opacity transition with delayed height change */
  padding: 0 20px;
  border-radius: 0.5rem;
  width: 100%;
  text-align: left;
}

.finition-details.active {
  /* display: block; */
  height: auto; /* Show the content */
  opacity: 1; /* Fade in the content */
}

.ui-element {
  border-radius: 375px;
  background: linear-gradient(143deg, rgba(211, 11, 11, 0.30) 8.37%, rgba(255, 0, 9, 0.00) 91.49%);
  filter: blur(100px);
  width: 375px;
  height: 375px;
  position: absolute;
  pointer-events: none;
}

.ui-element--left {
  left: 0;
}

.ui-element--right {
  right: 0;
}

/* Color Section */
.color-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
}

.color-container {
  display: block;
  width: 75%;
  margin: 0 auto;
  margin-top: 3rem;
  padding-bottom: 35px;
}

.color-name {
  margin-top: 1.2rem;
  font-weight: 700;
}

.color-name--margin {
  margin: 0;
}

.finition-details-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.finition-details-title span {
  font-size: 14px;
  font-weight: 400;
}

.equipment-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.equipment-list li {
  flex: 1 0 30%;
  margin-bottom: 10px;
}

.finition-details-columns {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 2rem;
}

.finition-details-columns ul {
  flex: 1;
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.slick-slide__mitsubishi {
  img {
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    margin: 0 10px;
  }
}

.banniere_hp .slick-slide__mitsubishi img {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  display: block;
}

.banniere_hp .slick-slide__mitsubishi {
  padding: 0 10px;
}

.ope-mitsubishi .banniere_hp-wrapperp {
  padding: 0px 0 80px;
}

/* New Styles for Inline Styles */
.price-section__container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.price-section__badge {
  flex-shrink: 0;
  margin-right: 10px;
}

.condition-text {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}

.mitsubishi-contact-cta--block {
  position: fixed;
  padding: 21px 19px;
  top: 44%;
  right: 4%;
  z-index: 100;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.mitsubishi-contact-cta--block--content .center {
  text-align: center;
}

.mitsubishi-contact-cta--block--content .mitsubishi-contact-cta--block--cta {
  margin-top: 10px;
}
.mitsubishi-contact-cta--block--content .btn-appointment-tel {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  padding-bottom: 11px;
  background-color: #D30B0B;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}

.mitsubishi-contact-cta--block--content .mitsubishi-contact-cta--block--title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}

.mitsubishi-contact-cta--block--content .mitsubishi-contact-cta--block--phone {
  font-size: 25px;
  font-weight: 600;
  line-height: 15px;
  color: #000;
  margin: 0;
}

.mitsubishi-contact-cta--block--content .mitsubishi-contact-cta--block--phone-cost {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  margin: 0;
}

.mitsubishi-contact-cta--block--content .mitsubishi-contact-cta--block--schedule {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin: 15px 0;
}

.mitsubishi-contact-cta--close-button {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
  cursor: pointer;
}

.mitsubishi-contact-cta--open-button {
  position: fixed;
  top: 44%;
  right: 4%;
  z-index: 99;
  cursor: pointer;
}

.condition-text {
  margin-bottom: 80px;
}

#faq {
  margin: 46px auto 86px auto;
  padding: 0 20px;
}
.faq-item{
  position: relative;
  border-top: 1px solid #D4D4D4;
  transition: all 0.3s ease-in-out;
  padding: 0 18px;
}
.faq-item:last-child {
  border-bottom: 1px solid #D4D4D4;
}
.faq-item h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.faq-item h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.faq-item .trigger{
  width:100%;
  padding: 10px 0;
  flex-direction: row;
  cursor: pointer;
}
.faq-item.active .trigger{
  padding: 10px 0px;
}
.faq-item.active{
  max-height: 100%;
}
.faq-item .trigger .title{
  font-size: 20px;
  font-weight: 700;
  color: black;
}
.faq-item .wrapped-content{
  display: none;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}
.faq-item.active .wrapped-content{
  display: block;
}
.faq-item .icons{
  float: right;
}
.faq-item .icon-plus{
  display: block;
}
.faq-item .icon-minus{
  display: none;
}
.faq-item.active .icon-plus{
  display: none;
}
.faq-item.active .icon-minus{
  display: block;
}
.faq-item .icone-plus .position-horizontal, .faq-item .icone-plus .position-vertical {
  position: absolute;
  background-color: #D4D4D4;
  border-radius: 5px;
}
.faq-item .icone-plus .position-horizontal {
  width: 21px;
  height: 3px;
  top: 50%;
  right: 1px;
  left: inherit;
}
.faq-item .icone-plus {
  position: relative;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-item .icone-plus .position-vertical {
  width: 3px;
  height: 20px;
  top: 50%;
  margin-top: -9px;
  right: 10px;
  left: inherit;
}
.faq-item .icone-plus.closed .position-vertical, .faq-item .icone-plus.closed .position-horizontal {
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}
.faq-item .icone-plus.opened  .position-vertical, .faq-item .icone-plus.opened .position-horizontal {
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}
.faq-item .icone-plus.closed .position-horizontal {
  opacity: 1;
}
.faq-item .icone-plus.opened .position-horizontal {
  opacity: 0;
}

.margin0{
  margin: 0px;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex1{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex0{
  -webkit-box-flex:0;
  -ms-flex:0 auto;
  flex:0 auto
}
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.align-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



@media (max-width:768px){
  .price-section__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .finition-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .finition-container-wrapper {
    padding: 2rem 20px;
  }

  .finition-container {
    padding-bottom: 35px;
    margin-bottom: 0px !important;
  }

  .finition-name {
    font-size: 18px;
    line-height: 32px;
  }

  .finition-details-columns {
    flex-direction: column;
    gap: 0;
  }

  .finition-details-title {
    font-size: 16px;
  }

  .mitsubishi-contact-cta--block {
    position: fixed;
    bottom: -1px;
    top: auto;
    right: auto;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }

  .mitsubishi-contact-cta--block--content .btn-appointment-tel {
    display: inline-block;
    width: 100%;
    padding-left: auto;
    padding-right: auto;
  }
}

@media (max-width:430px){
  .hero-section {
    background-position: 45% 0;
    min-height: 860px;
  }

  .promo-text {
    padding-top: 23px;
  }

  .price-section {
    margin-top: 360px;
  }

  .price-section__text-description--small {
    margin-left: 20px;
    margin-right: 20px;
  }

  .finition-container-wrapper {
    margin-top: -18%;
  }

  .discount {
    width: 140px;
    height: 140px;
  }

  .discount-value {
    font-size: 43px;
    line-height: 42px;
    letter-spacing: -0.75px;
    font-weight: 700;
  }
  
  .discount-description {
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
  }
  

  .price-section__text-description--small {
    font-size: 16px;
    line-height: 18px;
  }

  .promo-title {
    font-size: 34px;
    line-height: 32px;
  }

  .lead {
    font-size: 20px;
    line-height: 22px;
  }

  .discount {
    right: calc(50% - 90px);
  }

  .price-section__text {
    text-align: left;
    padding-left: 13px;
    padding-right: 13px;
  }

  .price-section__text-title {
    font-size: 12px;
  }

  .price-section__text-price {
    font-size: 30px;
  }

  .price-section__text-label {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }

  .price-section__text-price--red {
    font-size: 30px;
  }

  .price-section__text-price--duration {
    font-size: 16px;
  }

  .price-section__text-description {
    font-size: 10px;
    line-height: 12px;
  }
  
  .finition-title {
    font-size: 18px;
    line-height: 22px;
  }

  .finition-details {
    padding: 0 5px;
  }

  .color-title {
    font-size: 18px;
    line-height: 22px;
  }


  .ui-element--left {
    left: 0;
    top: 30%;
  }
  
  .ui-element--right {
    right: 0;
    top: 25%;
  }
  
}
