.elementor-109 .elementor-element.elementor-element-b320fe4{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-109 .elementor-element.elementor-element-aaaa538{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f42dfe5 *//* ================================
   MAYSTAR – CAR LIST (PAGE)
================================ */

/* WRAP */
.ms-carlist-wrap{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* ================================
   HERO
================================ */
.ms-carlist-hero{
  padding: 110px 0 70px;
  background: radial-gradient(1000px 500px at 20% 20%, rgba(47,47,126,0.10), transparent 60%),
              radial-gradient(900px 450px at 80% 10%, rgba(225,29,72,0.10), transparent 55%),
              #ffffff;
}

.ms-carlist-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #2F2F7E;
  background: rgba(47,47,126,0.08);
  border: 1px solid rgba(47,47,126,0.18);
}

.ms-carlist-title{
  margin: 18px 0 12px;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  color: #111;
}

.ms-carlist-title span{
  color: #e11d48;
}

.ms-carlist-desc{
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* ================================
   MAIN SECTION
================================ */
.ms-carlist-main{
  padding: 40px 0 100px;
  background: #ffffff;
}

/* ================================
   GRID (reuse ms-grid class)
================================ */
.ms-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

/* ================================
   CARD
================================ */
.ms-car{
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
}

.ms-car:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

/* IMAGE */
.ms-car-media{
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f3f3f3;
}

.ms-car-img{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* BODY */
.ms-car-body{
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ms-car-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.ms-car-name{
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.ms-car-tag{
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  white-space: nowrap;
}

/* PRICE */
.ms-car-price{
  margin: 10px 0 14px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 34px;
  font-weight: 900;
  color: #111;
}

.ms-car-from{
  font-size: 12px;
  font-weight: 700;
  color: #777;
  margin-right: 4px;
  transform: translateY(-6px);
}

.ms-car-rm{
  font-size: 16px;
  font-weight: 900;
  color: #111;
  transform: translateY(-2px);
}

.ms-car-day{
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-left: 2px;
  transform: translateY(-2px);
}

/* META TAGS */
.ms-car-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ms-car-meta span{
  font-size: 12px;
  padding: 6px 10px;
  background: #f5f5f5;
  border-radius: 999px;
  color: #444;
}

/* ================================
   BUTTON (Brand #2F2F7E)
================================ */
.ms-car-btn{
  margin-top: auto;
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;

  background: linear-gradient(135deg, #2F2F7E, #23235f);
  box-shadow: 0 10px 22px rgba(47,47,126,0.25);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;

  color: #ffffff !important;
}

.ms-car-btn:hover{
  background: linear-gradient(135deg, #23235f, #1b1b4a);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47,47,126,0.35);
  color: #ffffff !important;
}

/* Force white text on all states */
.ms-car-btn,
.ms-car-btn:hover,
.ms-car-btn:focus,
.ms-car-btn:active{
  color: #ffffff !important;
}

/* ================================
   NOTE
================================ */
.ms-fleet-note{
  margin-top: 40px;
  font-size: 13px;
  color: #666;
  text-align: center;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px){
  .ms-carlist-hero{
    padding: 85px 0 55px;
  }

  .ms-carlist-title{
    font-size: 32px;
  }

  .ms-carlist-desc{
    font-size: 15px;
  }

  .ms-car-price{
    font-size: 30px;
  }
}

@media (max-width: 480px){
  .ms-carlist-wrap{
    padding: 0 16px;
  }

  .ms-carlist-title{
    font-size: 26px;
  }

  .ms-car-body{
    padding: 18px;
  }
}
/* ================================
   IMAGE – FULL 1:1 (NO CROP)
================================ */
.ms-car-media{
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5; /* background cantik bila ada ruang */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-car-img{
  width: 100%;
  height: 100%;
  background-size: contain;   /* INI KUNCI */
  background-repeat: no-repeat;
  background-position: center;
}/* End custom CSS */