/* Start custom CSS for html, class: .elementor-element-9698d91 *//* CSS untuk Header Section Apillos - Kompatibel dengan Elementor */

/* Container utama */
.apillos-header-section {
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.apillos-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

/* Logo */
.apillos-logo {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 30px;
}

.apillos-logo span {
  color: #555555;
}

/* Grid Layout */
.apillos-header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Content Styling */
.apillos-tag {
  display: inline-block;
  background-color: #f3f3f3;
  color: #555555;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.apillos-headline {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 25px;
}

.apillos-headline strong {
  position: relative;
}

.apillos-headline strong::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(200, 200, 200, 0.4);
  z-index: -1;
}

.apillos-subheadline {
  font-size: 18px;
  color: #666666;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* CTA Button */
.apillos-cta-button {
  display: inline-block;
  background-color: #25D366;
  color: white !important;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}

.apillos-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(37, 211, 102, 0.3);
  color: white !important;
}

/* Features */
.apillos-features {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.apillos-feature {
  display: flex;
  align-items: center;
}

.apillos-feature-icon {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #555555;
  font-weight: bold;
}

.apillos-feature-text {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}

/* Image Styling */
.apillos-header-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.apillos-image-bg {
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 30px;
  background: linear-gradient(135deg, #f9f9f9, #f0f0f0);
  top: 5%;
  left: 5%;
  z-index: 1;
}

.apillos-jacket-image {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

/* Responsive Styling */
@media (max-width: 768px) {
  .apillos-header-grid {
    grid-template-columns: 1fr;
  }
  
  .apillos-header-image {
    order: -1;
    margin-bottom: 30px;
  }
  
  .apillos-features {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .apillos-headline {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .apillos-headline {
    font-size: 30px;
  }
  
  .apillos-subheadline {
    font-size: 16px;
  }
  
  .apillos-features {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}/* End custom CSS */