main.revamp-product-detail {
  margin-top: 0 !important;
}
.my__70 {
  margin: 70px 0;
}



.row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.row .hero-img {
  width: 40%;
}

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

.row .hero-description {
  flex: 1;
}

.shape-wrap {
  position: relative;
  max-width: 600px;
  width: 100%;
  aspect-ratio: 3 / 2;
  transition: all 0.3s ease;
}

.shape {
  transition: all 0.3s ease;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  clip-path: path(
    "M40 0 H320 Q350 0 350 30 V60 Q350 80 380 80 H560 Q600 80 600 120 V410 Q600 450 560 450 H40 Q0 450 0 410 V40 Q0 0 40 0 Z"
  );
  z-index: 1;
}

.shape-stroke {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 2;
}

.shape-content {
  position: relative;
  z-index: 3;
  text-align: start;
  color: #fff;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.hero-section {
  position: relative;
}

.hero2-section {
  position: relative;
  top: -40px;
  z-index: 4;
}

.hero-section img {
  display: block;
  vertical-align: middle;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 73%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.hero2-content {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.title-box {
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  width: 300px;
  padding: 20px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 22px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.title-box  {
 
}

.shape-content .description h3 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.shape-content .description p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-weight: lighter;
}

.button-group {
  display: flex;
  gap: 12px;
  width: 70%;
}

.hero2-section .button-group {
  width: 100% !important;
}

.btn-desc {
  flex: 1;
  padding: 20px 24px;
  color: #fff;
  background: transparent;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.btn-desc:first-child {
  background-color: #0549a8;
}

.btn-desc:nth-child(2) {
  border: 1px solid #fff;
}

.highlight-section {
  position: relative;
  padding: 50px 10%;
  overflow: hidden;
}

.highlight-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--highlight-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(30px);
  transform: scale(1.1);
  z-index: 0;
  transition: opacity 0.6s ease-in-out;
}

.highlight-section > * {
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: normal;
  color: #fff;
}

.highlight-section .section-header {
  width: 50%;
}

.section-header h2 {
  font-size: 32px;
  color: #fff;
  margin: 0 0 20px 0;
}

.section-header p {
  line-height: 1.5;
  word-spacing: 2px;
  color: #fff;
  font-size: 18px;
}

.section-title::before,
.section-title::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #fff;
}

.highlight-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  color: #fff;
  margin: 80px 0 50px 0;
}

.highlight-desc h3 {
  margin: 0 0 15px 0;
}

.highlight-desc {
  flex: 1;
}

.highlight-slider {
  flex: 2;
}

.highlight-desc p {
  text-align: justify;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #fff;
}

.swiper.highlight-swiper {
  width: 100%;
  height: 500px;
}

.highlight-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.highlight-swiper .swiper-slide img {
  width: 70%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.highlight-swiper .swiper-slide-active img {
  width: 90%;
}

.highlight-swiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.highlight-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  transition: all 0.3s ease;
}

.highlight-swiper .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #0549a8;
}

.produk__swiper {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 50px 0 0 0;
}
.produk__swiper .bg {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 14%;
}

.card-content .content .title  {
font-size: 20px;
margin-bottom: 10px;
}
.img__product {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.produk__swiper .swiper-button-next,
.produk__swiper .swiper-button-prev {
  padding: 30px !important;
  background-color: #003399 !important;
  border-radius: 50% !important;
}
.produk__swiper .swiper-button-prev:after {
  content: url(/themes/default2019/img/motorcycle/burgman-street-125ex/Arrow.webp) !important;
}
.produk__swiper .swiper-button-next:after {
  content: url(/themes/default2019/img/motorcycle/burgman-street-125ex/Arrow.webp) !important;
  transform: rotate(180deg);
}
.produk__swiper .swiper-pagination-bullet-active {
  width: 60px !important;
  height: 30px !important;
}
.produk__swiper .swiper-pagination-bullet:nth-child(1) {
  background: rgba(2, 56, 113, 1);
  width: 40px;
  height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.produk__swiper .swiper-pagination-bullet:nth-child(2) {
  background: rgba(113, 103, 96, 1);
  width: 40px;
  height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.produk__swiper .swiper-pagination-bullet:nth-child(3) {
  background: rgba(0, 0, 0, 1);
  width: 40px;
  height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.wrapper__heading {
  margin: 30px 0 0;
}
.price p {
  margin-bottom: 0 !important;
  color: #333;
}
.produk__swiper .swiper-pagination-bullet {
  opacity: 1 !important;
}
.wrapper__bg {
  background-color: #e3e3e3;
  padding: 15px;
  margin-bottom: 10px;
}
.hover__translate {
  transition: all 0.4s ease;
}
.hover__translate:hover {
  transform: translateY(-6px) !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
}
.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: 0.5s ease;
  opacity: 1;
}
.wrapper__parent {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.wrapper__parent img {
  transition: transform 0.5s ease;
}
.wrapper__parent:hover img {
  transform: scale(1.1);
}
.wrapper__parent:hover {
  position: relative;
  width: 100%;
  display: block;
}
.wrapper__parent:hover .overlay {
  opacity: 0;
}

.section-title.light {
  color: #0549a8;
}

.section-title.light::before,
.section-title.light::after {
  background: #0549a8;
}

.section-header.light h2 {
  color: #333333;
  margin-bottom: 0;
}

.section-header.light p {
  color: #777777;
}

.fd-column {
  flex-direction: column;
}

.d-flex {
  display: flex;
}

.section-feature {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 50px 10%;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

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

.mb__10 {
  margin-bottom: 10px !important;
}

.mt__50 {
  margin-top: 50px !important;
}

.section-feature .section-header {
  width: 60%;
}

.p-feature-lists {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-feature-desc {
  flex: 2;
  width: 100%;
  position: relative;
  padding: 40px;
  background-color: #f1f5f9;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-weight: 100 !important;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
}

.p-feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 50px;
  padding: 20px 28px;
  background-color: #f1f5f9;
  transition: transform 0.3s ease;
  width: 100%;
}

.p-feature-item.active {
  background-color: #003399;
}

.p-feature-item.active h3 {
  color: #fff;
}

.p-feature-item h3 {
  color: #333;
  margin: 0;
}

.ai-stretch {
  align-items: stretch;
}

.p-feature-desc ul {
  margin: 0;
  padding: 0;
}

.p-feature-desc li {
  margin: 20px 0;
}

.indicator {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 0;
  background-color: #003399;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease;
}

.p-feature-item i {
  float: right;
}

.p-feature-item.active i {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  color: #fff;
}

.desc-content {
  display: none;
}

.desc-content.active {
  display: block;
}

.swiper.gallery-swiper {
  width: 100%;
  height: 700px;
}

.swiper.gallery-swiper {
  width: 100%;
  height: 700px;
}

.gallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-swiper .swiper-slide img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(0.9);
}

.gallery-swiper .swiper-slide-active img {
  transform: scale(1);
}

.faq-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.faq-item {
  width: 100%;
  position: relative;
  padding: 20px 28px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fafafa;
}

.faq-header {
  display: flex;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.faq-item .item-arrow {
  font-size: 12px;
  cursor: pointer;
  color: #0549a8;
  display: inline-block;
}
.faq-item h3 {
  color: #333;
  font-size: 18px !important;
  font-weight: 700;
  margin: 0;
}

.faq-item .faq-content {
  display: none;
  margin-top: 12px;
  font-size: 16px;
  padding-right: 20px;
  margin-bottom: 0;
  color: #777;
  font-weight: 400;
}

.faq-content p {
  margin-bottom: 0;
}

.explore-section {
  background-color: #f5f8fb;
  padding: 50px 5%;
}

.explore-header {
  width: 50%;
  color: #333;
}

.card-item {
  flex: 1;
  overflow: hidden;
  text-align: center;
}

.card-item img {
  width: 100%;
  margin: 40px 0;
}

.card-item .title {
  margin: 0;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
}

.card-item .badge {
  color: #5c5c5c;
  background-color: #e8e8e8;
  padding: 6px 10px;
  font-size: 10px;
  border-radius: 50px;
}

.card-link::after {
  content: ">";
  padding-left: 5px;
}

.explore-lists {
  justify-content: space-evenly;
}

.card-item .price {
  margin: 6px 0;
}

.card-item .from {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
}

.card-link {
  color: #003399;
  font-weight: bold;
  font-size: 12px;
}

.card-item .price .currency {
  font-size: 0.8em;
  font-weight: 600;
  margin-right: 4px;
  bottom: -0.01em;
  position: relative;
}

.service-section {
  overflow: hidden;
  padding: 50px 5%;
}

.service-content {
  flex: 1;
}

.service-gallery {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  gap: 20px;
  height: 100%;
}

.service-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.service-card.card-large {
  grid-row: span 2;
}

.service-card .card-content {
  overflow: hidden;
  color: white;
  border-radius: 18px;
  text-align: start;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-color: #003399;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card .card-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.service-card .card-content > * {
  position: relative;
  z-index: 2;
}
.service-card .card-content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.service-card .card-content h5 {
  margin: 0;
  margin-bottom: 10px;
}

.service-card .card-content p {
  margin: 0;
}

.service-card img.service-arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.service-card .header {
  display: flex;
  justify-content: end;
  margin-bottom: 60px;
}

.row-specification {
  display: flex;
  justify-content: space-between;
}

.section-specification .header {
  padding: 50px 5%;
}

.img-specification {
  flex: 1;
  overflow: hidden;
}

.img-specification img {
  width: 100%;
  transform: translateX(-25%);
}

.tab-lists {
  flex: 1;
  padding-right: 5%;
}

.tabs {
  width: 100%;
}

.tab-nav {
  display: flex;
  border-bottom: 2px solid #ddd;
}

.tab-link {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  color: #777;
}

.tab-link:hover {
  color: #003399;
}

.tab-link.active {
  position: relative;
  color: #003399;
}

.tab-link.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003399;
}

.tab-content {
  display: none;
  color: #333;
}

.tab-content.active {
  display: block;
}

.tab-content .list-item {
  margin: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-content .list-item p,
.tab-content .list-item h3 {
  margin: 0;
}

.tab-content .list-item p,
.tab-content .list-item div {
  font-size: 14px;
}
