.elementor-2 .elementor-element.elementor-element-f06b4f3{--display:flex;}.elementor-2 .elementor-element.elementor-element-f06b4f3.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-f06b4f3{--width:100%;--min-height:100vh;}.elementor-2 .elementor-element.elementor-element-2826b17{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}body.elementor-page-2{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-2826b17 */{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  background::
}

/* ================= HEADER ================= */
.header {
  background: #fff;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #2c7be5;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo img {
  width: 168px;
}

.logo span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

/* ================= DIAMOND ================= */
.diamond-flow {
  display: flex;
  align-items: center;
}

/* base diamond */
.diamond {
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  margin-left: -16px;
  border: 2px solid #bbb; /* default non aktif */
  animation: run 4s infinite;
  transition: border-color 0.3s ease;
}

/* warna dasar */
.blue { --active: #3fa9f5; }
.red  { --active: #ff5a5a; }

/* delay agar berjalan */
.diamond:nth-child(1) { animation-delay: 0s; }
.diamond:nth-child(2) { animation-delay: 1s; }
.diamond:nth-child(3) { animation-delay: 2s; }
.diamond:nth-child(4) { animation-delay: 3s; }

/* animasi aktif */
@keyframes run {
  0% {
    border-color: var(--active);
  }
  24% {
    border-color: var(--active);
  }
  25% {
    border-color: #bbb;
  }
  100% {
    border-color: #bbb;
  }
}

/* ================= HERO ================= */
.hero {
  position: relative;
  min-height: 80vh;
  background: url("https://essolindonesiasejahtera.asia/wp-content/uploads/2026/01/Gemini_Generated_Image_h06djhh06djhh06d.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 20, 40, 0.85),
    rgba(10, 20, 40, 0.3)
  );
}

.hero-content {
  position: relative;
  max-width: 620px;
  color: #fff;
}

.hero-content p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.hero-content h2 {
  font-size: 26px;
  font-weight: 700;
}

/* ================= RESPONSIVE ================= */
/* ================= RESPONSIVE FIX ================= */

/* Tablet */
@media (max-width: 992px) {
  .hero {
    min-height: 70vh;
    padding: 0 40px;
  }

  .hero-content p {
    font-size: 20px;
  }

  .hero-content h2 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  /* HEADER */
  .header {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 16px;
  }

  .logo img {
    width: 140px;
  }

  .diamond-flow {
    justify-content: center;
  }

  .diamond {
    width: 30px;
    height: 30px;
    margin-left: -12px;
  }

  /* HERO */
  .hero {
    min-height: 100vh;
   
    text-align: center;
  }

  .overlay {
    background: linear-gradient(
      to bottom,
      rgba(10, 20, 40, 0.85),
      rgba(10, 20, 40, 0.6)
    );
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content p {
    font-size: 18px;
  }

  .hero-content h2 {
    font-size: 22px;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .hero-content p {
    font-size: 16px;
  }

  .hero-content h2 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d07e279 *//* WRAPPER */
.product-modern{
  max-width:1100px;
  margin:80px auto;
  padding:0 20px;
  display:flex;
  flex-direction:column;
  gap:40px;
}

/* CARD */
.product-card{
  position:relative;
  display:flex;
  align-items:center;
  background:#f44336;
  border-radius:20px;
  padding:30px 40px;
  overflow:hidden;
}

/* BLUE ACCENT LINE */
.product-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:6px;
  height:100%;
  background:#2196f3;
}

/* ICON */
.icon{
  width:110px;
  height:110px;
  background:#fff;
  border-radius:50%;
  border:6px solid #2196f3;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}

.icon img{
  width:150px;
  height:150px;
  object-fit:cover;
}

/* CONTENT */
.content{
  margin-left:100px;
  color:#fff;
}

.content h3{
  font-size:22px;
  font-weight:600;
  margin-bottom:8px;
}

.content p{
  font-size:15px;
  opacity:0.9;
  max-width:500px;
}

/* HOVER (MODERN FEEL) */
.product-card{
  transition:transform .3s ease, box-shadow .3s ease;
}

.product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media(max-width:768px){
  .product-card{
    flex-direction:column;
    text-align:center;
    padding:30px 20px;
  }

  .content{
    margin-left:0;
    margin-top:20px;
  }

  .content p{
    max-width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f923b8 *//* SECTION */
.vm-section{
  background:#fff;
  padding:90px 20px;
  overflow:hidden;
}

/* CONTAINER */
.vm-container{
  max-width:900px;
  margin:auto;
  position:relative;
  text-align:center;
}

/* BOX */
.vm-box{
  position:relative;
  z-index:2;
  background:#fff;
  padding:20px 30px;
}

.vm-box h2{
  font-size:30px;
  font-weight:700;
  margin-bottom:16px;
}

.vm-box p{
  font-size:16px;
  line-height:1.7;
  max-width:720px;
  margin:auto;
}

.vm-box ol{
  max-width:720px;
  margin:0 auto;
  padding-left:20px;
  text-align:left;
}

.vm-box ol li{
  font-size:16px;
  margin-bottom:10px;
}

/* CROSS LINES */
.vm-divider{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}

.vm-divider .line{
  position:absolute;
  width:140%;
  height:2px;
  opacity:0;
  animation:lineIn 1.2s ease forwards;
}

.vm-divider .red{
  background:#f44336;
  transform:rotate(45deg);
  animation-delay:.2s;
}

.vm-divider .blue{
  background:#2196f3;
  transform:rotate(-45deg);
  animation-delay:.4s;
}

/* TEXT ANIMATION */
.animate-up{
  opacity:0;
  transform:translateY(30px);
  animation:fadeUp 1s ease forwards;
}

.animate-up.delay{
  animation-delay:.4s;
}

/* KEYFRAMES */
@keyframes fadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes lineIn{
  to{
    opacity:1;
  }
}

/* RESPONSIVE */
@media(max-width:768px){
  .vm-box h2{
    font-size:26px;
  }

  .vm-box p,
  .vm-box ol li{
    font-size:15px;
  }

  .vm-divider .line{
    width:160%;
  }
}

@media(max-width:480px){
  .vm-section{
    padding:70px 16px;
  }

  .vm-box{
    padding:16px 20px;
  }

  .vm-box h2{
    font-size:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64fffb0 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #ffffff;
    padding: 40px;
}

.team {
    max-width: 1000px;
    margin: auto;
}

.team h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}

.team-card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 120px;
    background: #fff;
}

.team-card.blue {
    border: 4px solid #1e88e5;
}

.team-card.red {
    border: 4px solid #e53935;
}

.photo {
    min-width: 200px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
}

.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.info h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.info p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .team-card {
        flex-direction: column;
        text-align: center;
        border-radius: 40px;
    }

    .photo {
        border-radius: 50%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-735762f */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #f5f5f5;
}

/* FULL WIDTH SECTION */
.product-section {
    width: 100%;
    padding: 60px 8%;
}

.product-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

/* PRODUCT ITEM */
.product-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-bottom: 24px;
    padding-left: 90px;
    border-radius: 60px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* OVERLAY */
.product-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

/* TEXT */
.product-item span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

/* ICON */
.icon {
    position: absolute;
    left: 12px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #1a237e;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.icon img {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    object-fit: cover;
}

/* TABLET */
@media (max-width: 768px) {
    .product-section {
        padding: 40px 5%;
    }

    .product-item {
        height: 70px;
        padding-left: 80px;
    }

    .product-item span {
        font-size: 22px;
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .product-section {
        padding: 30px 16px;
    }

    .product-item {
        height: 60px;
        padding-left: 70px;
    }

    .product-item span {
        font-size: 18px;
    }

    .icon {
        width: 55px;
        height: 55px;
        border-width: 3px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76e5b7a */* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.business-process {
  width: 100%;
  padding: 50px 6%;
  text-align: center;
}

.business-process h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

/* ROWS (JANGAN DIUBAH KE COLUMN) */
.top-row,
.bottom-row {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: nowrap; /* PENTING */
}

.item {
  text-align: center;
  min-width: 90px;
}

.item span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
}

/* ICON */
.circle {
  width: 80px;
  height: 80px;
  border: 4px solid #1a237e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.circle img {
  width: 55%;
  height: auto;
}

/* CONNECTOR */
.connector {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}

.connector span {
  width: 3px;
  height: 30px;
  background: #e53935;
  position: relative;
}

.connector span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #e53935;
}

/* CENTER LOGO */
.center-logo img {
  max-width: 200px;
  width: 100%;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 480px) {
  .business-process {
    padding: 40px 4%;
  }

  .top-row,
  .bottom-row {
    gap: 20px;
  }

  .circle {
    width: 65px;
    height: 65px;
  }

  .circle img {
    width: 60%;
  }

  .item span {
    font-size: 11px;
  }

  .center-logo img {
    max-width: 160px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d446a20 */* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.office-section {
  position: relative;
  padding: 60px 6%;
  background: url("city-bg.jpg") center/cover no-repeat;
}

/* LOGO CARD */
.logo-card {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 18px 25px;
  border-radius: 0 0 0 40px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.logo-card img {
  max-width: 160px;
}

/* TITLE */
.title-badge {
  display: inline-block;
  background: #1a237e;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 25px;
}

/* GRID */
.office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
}

.office-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.office-item.large {
  grid-row: span 2;
}

.office-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.office-item.large img {
  height: 260px;
}

.office-item p {
  padding: 10px;
  font-size: 13px;
  text-align: center;
}

/* CONTACT */
.contact-box {
  margin-top: 30px;
  background: #d32f2f;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  max-width: 350px;
}

.contact-box h3 {
  margin-bottom: 10px;
}

.contact-box ul {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

.contact-box li {
  margin-bottom: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .office-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-card {
    position: relative;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .office-grid {
    grid-template-columns: 1fr;
  }

  .office-item.large {
    grid-row: auto;
  }

  .contact-box {
    max-width: 100%;
  }
}/* End custom CSS */