/* ===============================
   SHIPEX HERO – CLEAN & TRANSPARENT
   =============================== */

.shipex-hero{

  margin-bottom:40px;
  position:relative;
}

/* cegah overlay theme */
.shipex-hero::before,
.shipex-hero::after{
  content:none !important;
  display:none !important;
}

/* ===============================
   LAYOUT
   =============================== */

.shipex-hero-grid{
  display:flex;
  gap:30px;
  padding:40px;
  align-items:center;
  background:transparent !important;
}

.shipex-hero-media{
  flex:0 0 40%;
}

.shipex-hero-content{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* ===============================
   IMAGE
   =============================== */

.shipex-hero-image{
  width:100%;
  height:100%;
  max-height:420px;
  object-fit:cover;
  border-radius:12px;
  display:block;
  background:transparent !important;
}

/* ===============================
   TEXT
   =============================== */

.shipex-hero-excerpt{
  font-size:16px;
  line-height:1.6;
  max-width:720px;
}

/* ===============================
   BUTTONS
   =============================== */

.shipex-hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  margin-top:25px;
}

.shipex-hero-buttons .btn{
  padding:12px 22px;
  border-radius:8px;
  text-decoration:none;
  font-weight:500;
  transition:all .2s ease;
}

.btn.primary{
  background:#4f168d;
  color:#fff;
}

.btn.secondary{
  background:transparent;
  border:2px solid #4f168d;
  color:#4f168d;
}

/* hover */
.btn.primary:hover{opacity:.9}
.btn.secondary:hover{background:#4f168d;color:#fff}

/* ===============================
   TABLET
   =============================== */

@media (max-width:1024px){
  .shipex-hero-grid{
    padding:30px;
    gap:25px;
  }
  .shipex-hero-media{flex:0 0 45%}
}

/* ===============================
   MOBILE
   =============================== */

@media (max-width:768px){
  .shipex-hero-grid{
    flex-direction:column;
    padding:24px;
    text-align:center;
  }

  .shipex-hero-media,
  .shipex-hero-content{
    flex:0 0 100%;
  }

  .shipex-hero-image{
    max-height:260px;
    margin-bottom:20px;
  }

  .shipex-hero-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .shipex-hero-buttons .btn{
    text-align:center;
    width:100%;
  }
}

/* ===============================
   EXTRA SMALL DEVICE
   =============================== */

@media (max-width:480px){
  .shipex-hero-grid{padding:18px}
  .shipex-hero-excerpt{font-size:15px}
}
