/*

TemplateMo 571 Hexashop

https://templatemo.com/tm-571-hexashop

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* ===============================
   CUSTOMER REVIEW SECTION
================================ */

.customer-review-section {
  background: #f6f6f6;
  padding: 42px 0 46px;
  overflow: hidden;
}

.review-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Heading */
.review-heading {
  text-align: center;
  margin-bottom: 32px;
}

.review-heading h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111111;
  margin: 0;
  line-height: 1.2;
}

.review-heading p {
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
}

/* Slider */
.review-slider-wrapper {
  position: relative;
}

.review-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* Card */
.review-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  min-height: 405px;
  transition: 0.3s ease;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

/* Image */
.review-img {
  width: 100%;
  height: 208px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin-bottom: 12px;
}

/* Stars */
.review-stars {
  color: #ff9900;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 9px;
}

/* User */
.review-user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.review-user strong {
  font-size: 13px;
  font-weight: 800;
  color: #000000;
}

.review-user span {
  background: #ff6a00;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  padding: 4px 7px;
  border-radius: 3px;
  line-height: 1;
}

/* Review Text */
.review-text {
  font-size: 13px;
  color: #444444;
  line-height: 1.55;
  margin: 0 0 12px;
}

/* Product name */
.review-card h5 {
  font-size: 13px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 12px;
}

/* Date */
.review-card small {
  font-size: 11px;
  color: #888888;
}

/* Arrows */
.review-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.review-arrow:hover {
  background: #111111;
  color: #ffffff;
}

.review-arrow-left {
  left: -52px;
}

.review-arrow-right {
  right: -52px;
}

/* Responsive Tablet */
@media (max-width: 1200px) {
  .review-slider {
    grid-template-columns: repeat(3, 1fr);
  }

  .review-arrow-left {
    left: -16px;
  }

  .review-arrow-right {
    right: -16px;
  }
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .customer-review-section {
    padding: 36px 0;
  }

  .review-container {
    padding: 0 16px;
  }

  .review-heading h2 {
    font-size: 24px;
  }

  .review-heading p {
    font-size: 13px;
  }

  .review-slider {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .review-slider::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    min-width: 82%;
    scroll-snap-align: start;
  }

  .review-img {
    height: 190px;
  }

  .review-arrow {
    display: none;
  }
}

/* Explore section center */
#explore .explore-center {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

#explore .explore-center h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  margin-bottom: 24px;
}

#explore .explore-center span {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  color: #9b9b9b;
  margin-bottom: 26px;
}

#explore .explore-center p {
  font-size: 15px;
  color: #9b9b9b;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* Quote tengah */
#explore .explore-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 620px;
  margin: 28px auto;
}

#explore .explore-quote i {
  font-size: 28px;
  color: #ff414d;
  flex-shrink: 0;
}

#explore .explore-quote p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
  color: #111;
}

/* Tombol center */
#explore .main-border-button {
  margin-top: 28px;
  text-align: center;
}

/* Responsive */
@media (max-width: 767px) {
  #explore .explore-center h2 {
    font-size: 30px;
  }

  #explore .explore-quote {
    gap: 10px;
  }

  #explore .explore-quote p {
    font-size: 16px;
  }

  #explore .explore-quote i {
    font-size: 22px;
  }
}

/* FAQ Section */
.faq-section {
  padding: 90px 0 70px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

.faq-heading {
  text-align: center;
  margin-bottom: 55px;
}

.faq-heading h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #222222;
  margin-bottom: 18px;
}

.faq-support-btn {
  display: inline-block;
  padding: 13px 30px;
  border: 1px solid #1f5a48;
  border-radius: 50px;
  color: #1f5a48;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.faq-support-btn:hover {
  background: #1f5a48;
  color: #ffffff;
}

.faq-list {
  max-width: 1365px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e2e2e2;
}

.faq-question {
  width: 100%;
  padding: 26px 0;
  background: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  font-size: 19px;
  font-weight: 500;
  color: #000000;
}

button.faq-question {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.faq-icon {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}

.faq-answer {
  display: none;
  padding: 0 0 28px;
}

.faq-answer p {
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
  margin: 0;
}

.faq-answer a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}

.faq-answer strong {
  font-weight: 700;
}

/* Saat aktif */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(0deg);
}

/* Responsive */
@media (max-width: 991px) {
  .faq-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .faq-section {
    padding: 60px 0 45px;
  }

  .faq-heading {
    margin-bottom: 35px;
  }

  .faq-heading h2 {
    font-size: 31px;
  }

  .faq-question {
    font-size: 17px;
    padding: 22px 0;
  }

  .faq-answer p {
    font-size: 13px;
  }
}

/* ===============================
   RIDER VIDEO REVIEW SECTION
================================ */

/*
.video-review-section {
  background: #ffffff;
  padding: 50px 0 70px;
  overflow: hidden;
}*/

.video-review-section {
  display: none;
}

.video-review-heading {
  text-align: center;
  margin-bottom: 36px;
}

.video-review-heading h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

/* Horizontal scroll wrapper */
.video-review-wrapper {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 8px 8px 26px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #cfcfcf transparent;
  scrollbar-width: thin;
}

.video-review-wrapper::-webkit-scrollbar {
  height: 8px;
}

.video-review-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.video-review-wrapper::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 20px;
}

/* Card */
.video-review-card {
  flex: 0 0 350px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  cursor: pointer;
  transition: 0.3s ease;
}

.video-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

/* Thumbnail */
.video-thumb {
  position: relative;
  width: 100%;
  height: 196px;
  background: #eeeeee;
  overflow: hidden;
}

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

/* Overlay play */
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: 0.3s ease;
}

.video-review-card:hover .video-thumb::after {
  opacity: 1;
}

.play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ff0000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: 0.3s ease;
}

.video-review-card:hover .play-button {
  opacity: 1;
}

/* Info */
.video-info {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  min-height: 108px;
}

.channel-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ff7a18;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-info h4 {
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  line-height: 1.35;
  margin: 0 0 6px;
}

.video-info p {
  font-size: 13px;
  color: #777777;
  margin: 0;
}

/* ===============================
   YOUTUBE MODAL
================================ */

.youtube-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.youtube-modal.active {
  display: flex;
}

.youtube-modal-content {
  position: relative;
  width: 100%;
  max-width: 920px;
}

.youtube-close {
  position: absolute;
  top: -46px;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.youtube-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
}

.youtube-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Responsive */
@media (max-width: 767px) {
  .video-review-section {
    padding: 40px 0 56px;
  }

  .video-review-heading h2 {
    font-size: 30px;
  }

  .video-review-card {
    flex: 0 0 82%;
  }

  .video-thumb {
    height: 190px;
  }

  .youtube-close {
    top: -42px;
    font-size: 36px;
  }
}

/* =========================
   BENIFORE PRODUCT CARD
========================= */

.product-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

/* Gambar produk */
.product-thumb {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  display: block;
  padding: 18px;
  background: #ffffff;
}

/* Badge NEW SERIES */
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  background: #ffcc00;
  color: #111111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 6px 11px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

/* Hover button */
.product-card .hover-content {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.product-card:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.explore-btn {
  display: inline-block;
  background: #111111;
  color: #ffffff !important;
  padding: 11px 24px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

/* ===============================
   BENIFORE ABOUT SECTION
================================ */

.benifore-about {
  background: #ffffff;
  overflow: hidden;
}

/* Hero Banner */
.about-hero {
  position: relative;
  min-height: 285px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero-content {
  max-width: 680px;
}

.about-hero-content h1 {
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.1;
}

.about-hero-content p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

/* Block Layout */
.about-block {
  padding: 46px 0;
}

.about-block .row {
  row-gap: 36px;
}

/* Image */
.about-image {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 445px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.about-image-full img {
  height: 560px;
}

/* Content */
.about-content {
  padding: 0 48px;
}

.about-content h2 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
  color: #222222;
  margin: 0 0 28px;
  letter-spacing: -1.5px;
}

.about-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 24px;
}

.about-content strong {
  color: #111111;
}

/* Responsive Tablet */
@media (max-width: 991px) {
  .about-hero {
    min-height: 260px;
  }

  .about-hero-content h1 {
    font-size: 42px;
  }

  .about-hero-content p {
    font-size: 17px;
    letter-spacing: 2px;
  }

  .about-block {
    padding: 38px 0;
  }

  .about-content {
    padding: 0;
  }

  .about-content h2 {
    font-size: 38px;
  }

  .about-content p {
    font-size: 16px;
  }

  .about-image img,
  .about-image-full img {
    height: 390px;
  }
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .about-hero {
    min-height: 230px;
    background-position: center;
  }

  .about-hero-content h1 {
    font-size: 34px;
  }

  .about-hero-content p {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .about-block {
    padding: 32px 0;
  }

  .about-content h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 18px;
  }

  .about-image img,
  .about-image-full img {
    height: 300px;
  }
}

.explore-btn:hover {
  background: #ffcc00;
  color: #111111 !important;
}

/* Konten bawah */
.product-card .down-content {
  padding: 18px 12px 20px;
  background: #ffffff;
}

/* Nama produk */
.product-card .down-content h4 {
  font-size: 20px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  line-height: 1.2;
}

/* Area spesifikasi */
.product-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 0;
  overflow: hidden;
}

/* Tiap item spek */
.spec-item {
  min-width: 0;
  text-align: center;
  padding: 0 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Garis pemisah */
.spec-item:not(:last-child) {
  border-right: 1px solid #eeeeee;
}

/* Angka spek */
.spec-item h6 {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px 0;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
}

/* Label spek */
.spec-item span {
  font-size: 12px;
  font-weight: 500;
  color: #9b9b9b;
  line-height: 1.2;
  text-align: center;
  display: block;
}

/* Responsive tablet */
@media (max-width: 991px) {
  .product-card .down-content h4 {
    font-size: 19px;
  }

  .spec-item h6 {
    font-size: 17px;
  }

  .spec-item span {
    font-size: 11px;
  }
}

/* Responsive mobile */
@media (max-width: 767px) {
  .product-card .down-content {
    padding: 16px 10px 18px;
  }

  .product-card .down-content h4 {
    font-size: 18px;
  }

  .spec-item {
    padding: 0 2px;
  }

  .spec-item h6 {
    font-size: 15px;
  }

  .spec-item span {
    font-size: 10px;
  }

  .explore-btn {
    font-size: 12px;
    padding: 10px 20px;
  }

  .product-badge {
    font-size: 10px;
    padding: 5px 9px;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* ===============================
   RIDE SMARTER SECTION
================================ */

.ride-smarter-section {
  background: #ffffff;
  padding: 40px 0 0;
}

.ride-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 38px;
}

/* Heading */
.ride-heading {
  text-align: center;
  margin-bottom: 36px;
}

.ride-heading h2 {
  font-size: 76px;
  font-weight: 800;
  line-height: 1;
  color: #202020;
  margin: 0 0 26px;
  letter-spacing: -3px;
}

/* ===============================
   LOGO MARQUEE SECTION
================================ */

.logo-marquee-section {
  width: 100%;
  background: #ffffff;
  padding: 22px 0;
  overflow: hidden;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Efek blur halus kanan kiri */
.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

/* Track yang berjalan */
.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logoScroll 22s linear infinite;
}

/* Pause saat hover */
.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

/* Item logo */
.logo-item {
  flex: 0 0 auto;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
}

.logo-item img {
  max-width: 130px;
  max-height: 48px;
  object-fit: contain;
  display: block;
}

/* Animasi jalan ke kiri */
@keyframes logoScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 767px) {
  .logo-marquee-section {
    padding: 18px 0;
  }

  .logo-item {
    width: 145px;
    padding: 0 22px;
  }

  .logo-item img {
    max-width: 105px;
    max-height: 38px;
  }

  .logo-track {
    animation-duration: 18s;
  }

  .logo-marquee::before,
  .logo-marquee::after {
    width: 60px;
  }
}

/* ===============================
   BENIFORE BUILT FOR FREEDOM
================================ */

.benifore-freedom-section {
  background: #ffffff;
  padding: 70px 0 0;
}

.freedom-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 38px;
}

/* Main quote area */
.freedom-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

.freedom-content h2 {
  font-size: 54px;
  font-weight: 800;
  color: #222222;
  line-height: 1.1;
  margin: 0 0 30px;
  letter-spacing: -1.5px;
}

.freedom-quote-icon {
  font-size: 42px;
  color: #222222;
  line-height: 1;
  margin-bottom: 24px;
}

.freedom-content h3 {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  line-height: 1.35;
  max-width: 820px;
  margin: 0 auto 30px;
}

.freedom-author {
  font-size: 16px;
  color: #111111;
  font-style: italic;
  margin: 0;
}

/* Feature bar */
.freedom-feature-bar {
  border-top: 1px solid #e5e5e5;
  margin-top: 34px;
  padding: 38px 0 40px;
  background: #ffffff;
}

.freedom-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.freedom-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 32px;
}

.freedom-feature-item:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.freedom-feature-icon {
  width: 28px;
  min-width: 28px;
  font-size: 22px;
  color: #111111;
  line-height: 1;
  padding-top: 4px;
}

.freedom-feature-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 8px;
}

.freedom-feature-item p {
  font-size: 13px;
  line-height: 1.35;
  color: #000000;
  margin: 0;
}

/* Responsive Tablet */
@media (max-width: 1199px) {
  .freedom-content h2 {
    font-size: 46px;
  }

  .freedom-content h3 {
    font-size: 24px;
  }

  .freedom-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
  }

  .freedom-feature-item:nth-child(2) {
    border-right: none;
  }
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .benifore-freedom-section {
    padding: 48px 0 0;
  }

  .freedom-container {
    padding: 0 18px;
  }

  .freedom-content h2 {
    font-size: 36px;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
  }

  .freedom-quote-icon {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .freedom-content h3 {
    font-size: 20px;
    line-height: 1.45;
  }

  .freedom-author {
    font-size: 14px;
  }

  .freedom-feature-bar {
    padding: 30px 0;
  }

  .freedom-feature-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .freedom-feature-item {
    padding: 0;
    border-right: none !important;
  }
}

/* View all button */
.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ff6b1a;
  color: #ff6b1a;
  background: #ffffff;
  border-radius: 40px;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.view-all-btn:hover {
  background: #ff6b1a;
  color: #ffffff;
}

/* Blog grid */
.ride-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  padding: 0 0 30px;
}

/* Blog card */
.ride-blog-card {
  background: #ffffff;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #111111;
  font-size: 12px;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.blog-meta span + span {
  padding-left: 14px;
  border-left: 1px solid #cccccc;
}

.blog-meta i {
  color: #333333;
  font-size: 13px;
}

.ride-blog-card h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 20px;
}

.ride-blog-card h3 a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease;
}

.ride-blog-card h3 a:hover {
  color: #ff6b1a;
}

.ride-blog-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #000000;
  margin: 0 0 24px;
}

.read-more-link {
  display: inline-block;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s ease;
}

.read-more-link:hover {
  color: #ff6b1a;
}

/* ===============================
   BENIFORE E-MOPED PRODUCTS
================================ */

.benifore-products {
  background: #ffffff;
  padding: 36px 0 70px;
}

.benifore-products .container-fluid {
  padding-left: 34px;
  padding-right: 34px;
}

/* Header */
.products-header {
  text-align: center;
  margin-bottom: 56px;
}

.products-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: #777;
  margin-bottom: 8px;
}

.products-header h1 {
  font-size: 56px;
  font-weight: 800;
  color: #111;
  margin: 0;
  letter-spacing: -2px;
}

/* Toolbar */
.products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.filter-toggle {
  border: 1px solid #ff6b1a;
  color: #ff6b1a;
  background: #fff;
  border-radius: 30px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.sort-area {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #111;
}

.sort-area select {
  border: 1px solid #ff6b1a;
  border-radius: 30px;
  padding: 8px 14px;
  color: #ff6b1a;
  background: #fff;
  outline: none;
  font-size: 12px;
}

/* Filter */
.products-filter {
  display: none;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.products-filter.active {
  display: flex;
}

.filter-btn {
  border: 1px solid #eee;
  background: #fff;
  color: #111;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #ff6b1a;
  color: #fff;
  border-color: #ff6b1a;
}

/* Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
}

/* Card */
.product-card {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  transition: 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

/* Badge */
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  background: #ff6b1a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
}

.product-badge.sold {
  background: #111;
}

/* Image */
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 430px;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 26px;
  transition: 0.35s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.04);
}

/* Info Bottom */
.product-info {
  background: #fff7f1;
  padding: 18px 20px 20px;
  border-radius: 0 0 8px 8px;
}

.product-info h3 {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin: 0 0 14px;
}

/* Specs */
.product-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.product-specs span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.product-specs i {
  color: #ff6b1a;
  font-size: 13px;
}

/* Actions */
.product-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.detail-btn,
.wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  border-radius: 30px;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease;
}

.detail-btn {
  border: 1px solid #111;
  color: #111;
  background: transparent;
}

.detail-btn:hover {
  background: #111;
  color: #fff;
}

.wa-btn {
  background: #ff6b1a;
  color: #fff;
  border: 1px solid #ff6b1a;
}

.wa-btn:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.product-card.hide {
  display: none;
}

/* Responsive */
@media (max-width: 1199px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-image {
    height: 360px;
  }
}

@media (max-width: 991px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-header h1 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .benifore-products .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-toolbar {
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-image {
    height: 330px;
  }

  .products-header {
    margin-bottom: 36px;
  }

  .products-header h1 {
    font-size: 38px;
  }

  .product-actions {
    flex-direction: column;
  }

  .detail-btn,
  .wa-btn {
    width: 100%;
  }
}

/* ===============================
   BENIFORE E-MOPED PRODUCTS
================================ */

.benifore-products {
  background: #ffffff;
  padding: 70px 0 70px; /* atas diperbesar */
  overflow: visible;
}

.benifore-products .container-fluid {
  padding-left: 34px;
  padding-right: 34px;
  overflow: visible;
}

/* Header */
.products-header {
  text-align: center;
  margin-bottom: 42px;
  padding-top: 10px; /* tambahan jarak atas */
  overflow: visible;
}

.products-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: #777;
  margin-bottom: 10px;
}

.products-header h1 {
  font-size: 56px;
  font-weight: 800;
  color: #111;
  margin: 0;
  line-height: 1.2; /* penting supaya huruf atas tidak kepotong */
  letter-spacing: -2px;
  overflow: visible;
  padding-top: 6px;
}

/* Toolbar */
.products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.filter-toggle {
  border: 1px solid #ff6b1a;
  color: #ff6b1a;
  background: #fff;
  border-radius: 30px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.sort-area {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #111;
}

.sort-area select {
  border: 1px solid #ff6b1a;
  border-radius: 30px;
  padding: 8px 14px;
  color: #ff6b1a;
  background: #fff;
  outline: none;
  font-size: 12px;
}

/* Filter */
.products-filter {
  display: none;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.products-filter.active {
  display: flex;
}

.filter-btn {
  border: 1px solid #eee;
  background: #fff;
  color: #111;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #ff6b1a;
  color: #fff;
  border-color: #ff6b1a;
}

/* Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
}

/* Card */
.product-card {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  transition: 0.3s ease;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.product-card:hover {
  transform: translateY(-4px);
}

/* Badge */
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  background: #ff6b1a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
}

.product-badge.sold {
  background: #111;
}

/* Image */
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 355px;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 26px;
  transition: 0.35s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.04);
}

/* Info Bottom */
.product-info {
  background: #f8f1eb;
  padding: 18px 20px 20px;
}

.product-info h3 {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin: 0 0 14px;
}

/* Specs */
.product-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.product-specs span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.product-specs i {
  color: #ff6b1a;
  font-size: 13px;
}

/* Actions */
.product-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.detail-btn,
.wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  border-radius: 30px;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease;
}

.detail-btn {
  border: 1px solid #111;
  color: #111;
  background: transparent;
}

.detail-btn:hover {
  background: #111;
  color: #fff;
}

.wa-btn {
  background: #ff6b1a;
  color: #fff;
  border: 1px solid #ff6b1a;
}

.wa-btn:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.product-card.hide {
  display: none;
}

/* Responsive */
@media (max-width: 1199px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-image {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-header h1 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .benifore-products {
    padding: 50px 0 60px;
  }

  .benifore-products .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-toolbar {
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-image {
    height: 300px;
  }

  .products-header {
    margin-bottom: 30px;
    padding-top: 0;
  }

  .products-header h1 {
    font-size: 38px;
    line-height: 1.2;
  }

  .product-actions {
    flex-direction: column;
  }

  .detail-btn,
  .wa-btn {
    width: 100%;
  }
}

.emoped-banner-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 700;
  height: auto;
  overflow: hidden;
  background: #111;
  margin-bottom: 46px;
}

.emoped-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.emoped-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.9s ease,
    visibility 0.9s ease;
}

.emoped-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.emoped-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 767px) {
  .emoped-banner-slider {
    aspect-ratio: 16 / 9;
  }
}

/* ===============================
   E-MOPED BANNER FIX
================================ */

.emoped-banner-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 700;
  height: auto;
  overflow: hidden;
  background: #111;
  margin-bottom: 46px;
}

.emoped-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.emoped-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.9s ease,
    visibility 0.9s ease;
}

.emoped-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Gambar */
.emoped-slide img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Overlay gelap supaya tulisan kelihatan */
.emoped-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.38) 45%,
    rgba(0, 0, 0, 0.12) 100%
  );
}

/* Tulisan banner */
.emoped-slide-content {
  position: absolute;
  z-index: 5;
  left: 8%;
  bottom: 72px;
  max-width: 650px;
  color: #ffffff;
}

.emoped-slide-content h2 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.05;
  color: #ffffff !important;
  margin: 0 0 18px;
  letter-spacing: -1.8px;
}

.emoped-slide-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff !important;
  margin: 0 0 28px;
}

.emoped-slide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff5b14;
  color: #ffffff !important;
  padding: 14px 30px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.emoped-slide-btn:hover {
  background: #ffffff;
  color: #111111 !important;
}

/* Dots */
.emoped-slider-dots {
  position: absolute;
  z-index: 10;
  bottom: 26px;
  left: 8%;
  display: flex;
  gap: 10px;
}

.emoped-dot {
  width: 34px;
  height: 5px;
  border: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.emoped-dot.active {
  width: 52px;
  background: #ff5b14;
}

/* Why BENIFORE Full Width Banner */
.why-page-banner {
  padding: 0;
  margin: 0;
  width: 100%;
}

.why-page-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.why-page-banner .row {
  margin-left: 0;
  margin-right: 0;
}

.why-page-banner .hero-card {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.why-page-banner .hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.why-page-banner .hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.why-page-banner .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.5)
  );
}

.why-page-banner .hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}

.why-page-banner .hero-badge {
  display: inline-block;
  padding: 9px 22px;
  margin-bottom: 20px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
}

.why-page-banner .hero-title {
  max-width: 1000px;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.45);
}

.why-page-banner .hero-subtitle {
  max-width: 780px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 35px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}

.why-page-banner .main-border-button a {
  display: inline-block;
  padding: 15px 38px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.why-page-banner .main-border-button a:hover {
  background: #f28c13;
  border-color: #f28c13;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 991px) {
  .why-page-banner .hero-card {
    height: 560px;
  }

  .why-page-banner .hero-title {
    font-size: 42px;
  }

  .why-page-banner .hero-subtitle {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .why-page-banner .hero-card {
    height: 480px;
  }

  .why-page-banner .hero-title {
    font-size: 30px;
  }

  .why-page-banner .hero-subtitle {
    font-size: 14px;
    line-height: 1.6;
  }

  .why-page-banner .hero-badge {
    font-size: 11px;
    padding: 7px 16px;
  }

  .why-page-banner .main-border-button a {
    padding: 12px 26px;
    font-size: 12px;
  }
}

/* Technology Page Banner */
.technology-page-banner {
  padding: 0;
  margin: 0;
  width: 100%;
}

.technology-page-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.technology-page-banner .row {
  margin-left: 0;
  margin-right: 0;
}

.technology-page-banner .hero-card {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.technology-page-banner .hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.technology-page-banner .hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.technology-page-banner .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.36),
    rgba(0, 0, 0, 0.55)
  );
}

.technology-page-banner .hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(20px);
  padding: 30px 20px;
}

.technology-page-banner .hero-badge {
  display: inline-block;
  padding: 9px 22px;
  margin-bottom: 20px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
}

.technology-page-banner .hero-title {
  max-width: 1050px;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.45);
}

.technology-page-banner .hero-subtitle {
  max-width: 780px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 35px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}

.technology-page-banner .main-border-button a {
  display: inline-block;
  padding: 15px 38px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.technology-page-banner .main-border-button a:hover {
  background: #f28c13;
  border-color: #f28c13;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 991px) {
  .technology-page-banner .hero-card {
    height: 560px;
  }

  .technology-page-banner .hero-title {
    font-size: 42px;
  }

  .technology-page-banner .hero-subtitle {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .technology-page-banner .hero-card {
    height: 480px;
  }

  .technology-page-banner .hero-title {
    font-size: 30px;
  }

  .technology-page-banner .hero-subtitle {
    font-size: 14px;
    line-height: 1.6;
  }

  .technology-page-banner .hero-badge {
    font-size: 11px;
    padding: 7px 16px;
  }

  .technology-page-banner .main-border-button a {
    padding: 12px 26px;
    font-size: 12px;
  }
}

/* Technology Section */
.technology-section {
  padding: 90px 0;
  background: #ffffff;
}

.technology-header {
  max-width: 780px;
  margin: 0 auto 55px;
}

.section-badge {
  display: inline-block;
  padding: 8px 18px;
  background: #fff1e3;
  color: #f28c13;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.technology-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2d2a;
  margin-bottom: 18px;
}

.technology-header p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

.technology-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.technology-card {
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 22px;
  border: 1px solid rgba(242, 140, 19, 0.16);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.technology-card:hover {
  transform: translateY(-10px);
  border-color: rgba(242, 140, 19, 0.45);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.1);
}

.technology-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #f28c13, #d96f00);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.technology-icon i {
  font-size: 27px;
  color: #ffffff;
}

.technology-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1f2d2a;
  margin-bottom: 13px;
}

.technology-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .technology-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .technology-section {
    padding: 65px 0;
  }

  .technology-grid {
    grid-template-columns: 1fr;
  }

  .technology-header h2 {
    font-size: 29px;
  }

  .technology-card {
    padding: 30px 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .emoped-banner-slider {
    aspect-ratio: 16 / 9;
  }

  .emoped-slide-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.75) 100%
    );
  }

  .emoped-slide-content {
    left: 20px;
    right: 20px;
    bottom: 50px;
    max-width: none;
  }

  .emoped-slide-content h2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .emoped-slide-content p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .emoped-slide-btn {
    padding: 11px 22px;
    font-size: 12px;
  }

  .emoped-slider-dots {
    left: 20px;
    bottom: 20px;
  }
}

/* Why Benifore Section */
.why-benifore-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #fffdf7 0%, #ffffff 45%, #fbf8ee 100%);
  position: relative;
  overflow: hidden;
}

.why-benifore-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(170, 126, 30, 0.12);
  border-radius: 50%;
  top: -160px;
  right: -120px;
}

.why-benifore-section::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(170, 130, 30, 0.08);
  border-radius: 50%;
  bottom: -140px;
  left: -100px;
}

.why-benifore-section .container {
  position: relative;
  z-index: 2;
}

.manual-book-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.manual-book-section .section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.manual-book-section .section-heading p {
  color: #777;
  font-size: 16px;
  margin-bottom: 40px;
}

.manual-book-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.manual-book-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  gap: 15px;
}

.manual-book-header h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #222;
}

.manual-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

.manual-btn:hover {
  background: #555;
  color: #ffffff;
}

.pdf-viewer {
  width: 100%;
  height: 720px;
  border-radius: 14px;
  overflow: hidden;
  background: #eaeaea;
}

.pdf-viewer iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .manual-book-section {
    padding: 50px 0;
  }

  .manual-book-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .manual-book-section .section-heading h2 {
    font-size: 28px;
  }

  .pdf-viewer {
    height: 520px;
  }
}

<!--
  =====
  FAQ
  BENIFORE
  INDONESIA
  SECTION
  START
  =====
  --
  > <style
  > .faq-benifore-section {
  padding: 80px 0;
  background: #ffffff;
}

.faq-benifore-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-left-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  padding: 34px;
  height: 100%;
}

.faq-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #222;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-section-title span {
  color: #ff414d;
}

.faq-item {
  border-top: 1px solid #e5e5e5;
}

.faq-question {
  width: 100%;
  padding: 20px 0;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}

.faq-question:hover {
  color: #ff414d;
}

.faq-icon {
  font-size: 22px;
  font-weight: 400;
  color: #222;
  margin-left: 20px;
  transition: 0.25s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: #ff414d;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0;
  padding: 0 0 20px;
}

/* Right contact card */
.faq-contact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 34px;
  height: 100%;
}

.faq-contact-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: #222;
  line-height: 1.15;
  margin-bottom: 8px;
}

.faq-contact-card p {
  font-size: 14px;
  color: #888;
  margin-bottom: 24px;
}

.faq-form input,
.faq-form textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 15px 18px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #333;
}

.faq-form textarea {
  min-height: 120px;
  resize: none;
}

.faq-form input:focus,
.faq-form textarea:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 65, 77, 0.18);
}

.faq-send-btn {
  display: inline-block;
  border: none;
  outline: none;
  background: #ff5a00;
  color: #ffffff;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.faq-send-btn:hover {
  background: #ff414d;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991.98px) {
  .faq-benifore-section {
    padding: 55px 0;
  }

  .faq-left-card,
  .faq-contact-card {
    padding: 26px;
  }

  .faq-contact-card {
    margin-top: 28px;
  }
}

@media (max-width: 575.98px) {
  .faq-section-title {
    font-size: 21px;
  }

  .faq-question {
    font-size: 14px;
    padding: 17px 0;
  }

  .faq-answer p {
    font-size: 14px;
  }

  .faq-contact-card h3 {
    font-size: 22px;
  }
}
</style > .why-header {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.why-badge {
  display: inline-block;
  padding: 8px 18px;
  background: #f8f0e7;
  color: #946315;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.why-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #2d281f;
  margin-bottom: 18px;
}

.why-header p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.why-card {
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  border: 1px solid rgba(170, 170, 30, 0.1);
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.1);
  border-color: rgba(170, 128, 30, 0.35);
}

.why-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #ffa53e, #c46f00);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.why-icon i {
  font-size: 27px;
  color: #ffffff;
}

.why-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #1f2d2a;
  margin-bottom: 13px;
}

.why-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

.why-cta {
  margin-top: 60px;
  padding: 45px 30px;
  background: linear-gradient(135deg, #ffae17, #dcb02f);
  border-radius: 28px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(174, 120, 26, 0.25);
}

.why-cta h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
}

.why-cta p {
  font-size: 16px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.9);
}

.why-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #ffffff;
  color: #74480b;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.why-btn:hover {
  background: #1f2d2a;
  color: #ffffff;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .why-benifore-section {
    padding: 65px 0;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-header h2 {
    font-size: 29px;
  }

  .why-card {
    padding: 30px 24px;
  }

  .why-cta h3 {
    font-size: 24px;
  }
}

/* Feature bar */
.ride-feature-bar {
  border-top: 1px solid #e5e5e5;
  margin-top: 0;
  padding: 38px 0 40px;
  background: #ffffff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 32px;
}

.feature-item:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.feature-icon {
  width: 28px;
  min-width: 28px;
  font-size: 22px;
  color: #111111;
  line-height: 1;
  padding-top: 4px;
}

.feature-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin: 0 0 8px;
}

.feature-item p {
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .ride-heading h2 {
    font-size: 58px;
  }

  .ride-blog-grid {
    gap: 26px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }

  .feature-item:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .ride-container {
    padding: 0 18px;
  }

  .ride-smarter-section {
    padding-top: 34px;
  }

  .ride-heading h2 {
    font-size: 42px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }

  .view-all-btn {
    padding: 11px 22px;
    font-size: 13px;
  }

  .ride-blog-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ride-blog-card h3 {
    font-size: 19px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-item {
    padding: 0;
    border-right: none !important;
  }

  .ride-feature-bar {
    padding: 30px 0;
  }
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.section-heading span {
  font-size: 14px;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a !important;
}

.background-header .nav li a.active {
  color: #2a2a2a !important;
}

.header-area {
  border-bottom: 3px dotted #eee;
  box-shadow: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #aaa !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition:
    all 0.3s ease-in-out 0s,
    visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #aaa !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  border-bottom: 3px dotted #eee;
  padding-top: 160px;
  padding-bottom: 30px;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 28.5px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42, 42, 42, 0.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}

/*
---------------------------------------------
Men
---------------------------------------------
*/

#men {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#men .section-heading {
  margin-bottom: 60px;
}

#men .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#men .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#men .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#men .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#men .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#men .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#men .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#men .item .thumb {
  position: relative;
}

#men .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#men .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#men .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#men .owl-dots {
  display: none;
}

#men .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  outline: none;
}

#men .owl-nav .owl-prev span,
#men .owl-nav .owl-next span {
  opacity: 0;
}

#men .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: "\f104";
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border: 1px solid #2a2a2a;
}

#men .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all 0.5s;
}

#men .owl-nav .owl-prev:hover {
  opacity: 1;
}

#men .owl-nav .owl-next {
  opacity: 0.75;
  transition: all 0.5s;
}

#men .owl-nav .owl-next:hover {
  opacity: 1;
}

#men .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -85px;
}

#men .owl-nav .owl-next:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: "\f105";
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border: 1px solid #2a2a2a;
}

/*
---------------------------------------------
Women
---------------------------------------------
*/

#women {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#women .section-heading {
  margin-bottom: 60px;
}

#women .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#women .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#women .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#women .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#women .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#women .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#women .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#women .item .thumb {
  position: relative;
}

#women .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#women .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#women .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#women .owl-dots {
  display: none;
}

#women .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  outline: none;
}

#women .owl-nav .owl-prev span,
#women .owl-nav .owl-next span {
  opacity: 0;
}

#women .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: "\f104";
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border: 1px solid #2a2a2a;
}

#women .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all 0.5s;
}

#women .owl-nav .owl-prev:hover {
  opacity: 1;
}

#women .owl-nav .owl-next {
  opacity: 0.75;
  transition: all 0.5s;
}

#women .owl-nav .owl-next:hover {
  opacity: 1;
}

#women .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -85px;
}

#women .owl-nav .owl-next:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: "\f105";
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border: 1px solid #2a2a2a;
}

/*
---------------------------------------------
Kids
---------------------------------------------
*/

#kids {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#kids .section-heading {
  margin-bottom: 60px;
}

#kids .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#kids .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#kids .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#kids .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#kids .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#kids .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#kids .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#kids .item .thumb {
  position: relative;
}

#kids .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#kids .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#kids .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#kids .owl-dots {
  display: none;
}

#kids .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  outline: none;
}

#kids .owl-nav .owl-prev span,
#kids .owl-nav .owl-next span {
  opacity: 0;
}

#kids .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: "\f104";
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border: 1px solid #2a2a2a;
}

#kids .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all 0.5s;
}

#kids .owl-nav .owl-prev:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next {
  opacity: 0.75;
  transition: all 0.5s;
}

#kids .owl-nav .owl-next:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -85px;
}

#kids .owl-nav .owl-next:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: "\f105";
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border: 1px solid #2a2a2a;
}

/*
---------------------------------------------
Explore
---------------------------------------------
*/

#explore {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#explore .left-content {
  margin-right: 30px;
}

#explore .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

#explore .left-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .quote {
  margin-top: 25px;
}

#explore .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#explore .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#explore .left-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#explore .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

#explore img {
  width: 100%;
  overflow: hidden;
}

#explore .leather {
  margin-bottom: 30px;
}

#explore .first-image {
  margin-bottom: 30px;
}

#explore .leather,
#explore .types {
  min-height: 255px;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
}

#explore .leather h4,
#explore .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

#explore .leather span,
#explore .types span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #fff;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 90px;
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
  line-height: 55px;
}

.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.subscribe form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.subscribe form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}

.subscribe ul li span a:hover {
  color: #2a2a2a;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 60px;
  padding: 60px 0px 30px 0px;
  background-color: #2a2a2a;
}

footer .logo {
  margin-bottom: 20px;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}

footer ul li a:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer .under-footer a {
  color: #cff;
}

footer .under-footer a:hover {
  color: #c66;
}

/* 
---------------------------------------------
Products Page
--------------------------------------------- 
*/

.page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/OUR\ ACTIVITY\ AND\ TESTIMONY.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}

#products .section-heading {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#products .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#products .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}

/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin-top: 80px;
}

#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
}

#product .right-content span.price {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#product .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #aaa !important;
}

.total .main-border-button {
  text-align: right;
}

.total .main-border-button a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}

.total .main-border-button a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor: pointer;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/poster.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.about-us .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}

/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/

.contact-us {
  margin-top: 90px;
  border-bottom: 3px dotted #eee;
  padding-bottom: 90px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us #map {
  margin-right: 30px;
}

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
  #explore .left-content {
    margin-bottom: 30px;
  }
  #explore .right-content .types {
    margin-top: 30px;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
}

#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Subscribe Card */
.subscribe-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Info card subtle background */
.info-card {
  background: #f8f9fb;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Form refinement */
.subscribe input.form-control {
  height: 50px;
  border-radius: 0.6rem;
}
.subscribe input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
  border-color: #ced4da;
}
.subscribe .btn.btn-dark {
  border-radius: 0.6rem;
  font-weight: 600;
}
.subscribe .btn {
  margin-top: 5px;
}
.subscribe-card .col-lg-7 {
  padding-right: 30px;
}

.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social li a {
  font-size: 20px;
  color: #333;
  transition: 0.3s;
}

.footer-social li a:hover {
  color: #d00000; /* warna brand ZXTec bisa diganti */
}

.footer-social li a {
  color: #ffffff; /* warna ikon jadi putih */
  font-size: 22px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.footer-social li a:hover {
  opacity: 1;
  color: #ff0000; /* warna merah brand ZXTec saat hover */
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
}

/* Headings */
.section-heading h2 {
  line-height: 1.3;
}
.info-card h5 {
  font-weight: 600;
}

/* Small tweak on very small screens */
@media (max-width: 575.98px) {
  .subscribe .section-heading p {
    font-size: 0.95rem;
  }
}
.info-card a {
  color: inherit;
}
.info-card a:hover {
  text-decoration: underline;
}
.info-card h5 {
  font-weight: 600;
}
.info-card .d-flex {
  gap: 12px;
} /* jaga jarak ikon-teks */

/* 1) Kotak 1:1 untuk semua gambar */
.zx-image {
  position: relative;
  background: #f6f7f9;
  aspect-ratio: 1 / 1; /* <-- Kotak */
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}
.zx-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* potong rapi, tidak gepeng */
  display: block;
}

/* 2) Samakan tinggi kartu + susun konten */
.zx-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  background: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.zx-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.zx-body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 16px;
  flex: 1 1 auto; /* isi ruang vertikal */
}

/* 3) Biar baris tombol selalu rapi di bawah */
.zx-actions {
  margin-top: auto;
  display: flex;
  gap: 8px;
}

/* 4) Batasan teks biar tidak “nyundul” */
.zx-name {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}
.zx-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zx-specs span {
  background: #f2f3f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}
.zx-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-weight: 600;
  font-size: 0.85rem;
}
.zx-meta span {
  background: #fff4f4;
  border: 1px solid #ffd6d6;
  padding: 6px 10px;
  border-radius: 999px;
}

/* 5) Badge posisi tetap */
.zx-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #d60000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
}

.global-business-content h2 {
  font-size: 34px;
  font-weight: 800;
  color: #111;
  margin-bottom: 4px;
}

.global-business-content h3 {
  font-size: 30px;
  font-weight: 800;
  color: #f05a00;
  margin-bottom: 22px;
}

.global-business-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 18px;
}

.global-market-list {
  margin: 18px 0 18px 20px;
  padding: 0;
}

.global-market-list li {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
}

.global-vision-text {
  margin-top: 24px;
  font-size: 20px !important;
  line-height: 1.35 !important;
  color: #111 !important;
}

.global-vision-text strong {
  font-weight: 900;
}

.about-hero {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.48) 45%,
    rgba(0, 0, 0, 0.18) 100%
  );
  z-index: 1;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 45%,
    rgba(255, 90, 31, 0.22),
    transparent 38%
  );
  z-index: 2;
  pointer-events: none;
}

.about-hero .container {
  position: relative;
  z-index: 3;
}

.about-hero-content {
  max-width: 660px;
  padding: 80px 0;
  color: #ffffff;
}

.about-hero-badge {
  display: inline-block;
  padding: 9px 18px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 90, 31, 0.18);
  border: 1px solid rgba(255, 90, 31, 0.55);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.about-hero-content h1 {
  font-size: 64px;
  line-height: 1.08;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 18px;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.about-hero-content p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #ffffff;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.about-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  background: #ff5a1f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 14px 28px rgba(255, 90, 31, 0.28);
}

.about-hero-btn:hover {
  background: #e94b12;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
  .about-hero {
    min-height: 460px;
  }

  .about-hero-content h1 {
    font-size: 48px;
  }

  .about-hero-content p {
    font-size: 15px;
    letter-spacing: 3px;
  }
}

@media (max-width: 576px) {
  .about-hero {
    min-height: 420px;
    background-position: center;
  }

  .about-hero-content {
    padding: 60px 0;
  }

  .about-hero-content h1 {
    font-size: 36px;
  }

  .about-hero-content p {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .about-hero-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
.contact-banner-slider {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.contact-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.contact-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.contact-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.42) 48%,
    rgba(0, 0, 0, 0.12) 100%
  );
  z-index: 1;
}

.contact-slide-content {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 650px;
  color: #ffffff;
}

.contact-slide-content span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255, 90, 31, 0.18);
  border: 1px solid rgba(255, 90, 31, 0.55);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.contact-slide-content h1 {
  font-size: 64px;
  line-height: 1.05;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 18px;
  text-shadow: 0 6px 22px rgba(0,0,0,0.35);
}

.contact-slide-content p {
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 32px;
  max-width: 540px;
}

.contact-slide-btn {
  display: inline-block;
  padding: 15px 34px;
  background: #ff5a1f;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 14px 28px rgba(255, 90, 31, 0.28);
}

.contact-slide-btn:hover {
  background: #e94b12;
  color: #ffffff;
  transform: translateY(-3px);
}

.contact-slider-dots {
  position: absolute;
  left: 8%;
  bottom: 45px;
  z-index: 6;
  display: flex;
  gap: 12px;
}

.contact-dot {
  width: 36px;
  height: 5px;
  border: none;
  border-radius: 20px;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-dot.active {
  width: 54px;
  background: #ff5a1f;
}

@media (max-width: 991px) {
  .contact-banner-slider {
    height: 540px;
  }

  .contact-slide-content h1 {
    font-size: 46px;
  }

  .contact-slide-content p {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .contact-banner-slider {
    height: 480px;
  }

  .contact-slide-content {
    left: 6%;
    right: 6%;
  }

  .contact-slide-content h1 {
    font-size: 36px;
  }

  .contact-slide-content p {
    font-size: 15px;
  }

  .contact-slider-dots {
    left: 6%;
    bottom: 30px;
  }


  
}
