body{
font-family:-apple-system;
margin:0;
background:white;
}

.container{
width:100%;
max-width:1300px;
margin:auto;
}

.header{
background:white;
border-bottom:1px solid #ddd;
border-color :none
padding:50px 0;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 0;
}

.logo img{
height:120px;
}

nav a{
margin-right:20px;
text-decoration:none;
color:#0b1f3a;
font-size:24px;
font-weight:bold;
}

/* HERO */
.hero{
display:flex;
align-items:center;
gap:20px;
padding:50px 0;
}

.hero-left{
flex:1;
}

.hero-left h1{
font-size:48px;
color:#1e3a8a;
font-weight:bold;
}

.hero-left p{
margin:24px 0;
font-size:20px;
}

.hero-right img{
width:100%;
}

/* BUTTON */
.btn{
background:#28a745;
color:white;
padding:12px 20px;
border:none;
cursor:pointer;
}

/* WARNING SECTION */
.warning-section{
background:#0b1f3a;
color:white;
padding:60px 20px;
}

.section-title{
text-align:center;
font-size:32px;
margin-bottom:10px;
}

.section-subtitle{
text-align:center;
max-width:700px;
margin:0 auto 40px;
color:white;
}

.warning-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.warning-item{
background:#142a4d;
padding:20px;
border-radius:6px;
font-size:16px;
font-color:white;
transition:0.3s;
}

.warning-item:hover{
background:#1e3a8a;
transform:translateY(-5px);
}

.warning-cta{
text-align:center;
margin-top:50px;
}

.warning-cta h3{
font-size:24px;
margin-bottom:10px;
}

.btn-consult{
display:inline-block;
margin-top:15px;
padding:12px 25px;
background:#facc15;
color:#000;
text-decoration:none;
font-weight:bold;
border-radius:5px;
}

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #white;
  color: #0b1f3a;
}

.services {
  padding: 60px 20px;
  text-align: center;
}

.container {
  max-width: 1300px;
  margin: auto;
}

.subtitle {
  color: #f4a100;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
}

.title {
  color:#0b1f3a;
  font-size: 36px;
  margin: 10px 0;
  font-weight: 700;
}

.description {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #0b1f3a;
}

.card-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  width: 320px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card.highlight {
  border:2px solid #f4a100;
}

.icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #navy;
}

.card ul {
  padding-left: 18px;
  margin: 15px 0;
}

.card ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

.card a {
  color: #f4a100;
  font-weight: 600;
  text-decoration: none;
}

.card a:hover {
  text-decoration: underline;
}


/* ABOUT */
.about{
display:flex;
gap:20px;
padding:40px 0;
}

.about-img img{
width:300px;
}

.about-text h3{
color:#1e3a8a;
font-size:24px;
text-align:left;
}

.quote-box{
margin-top:20px;
padding:20px 25px;
border-left:5px #0b1f3a;
border-right:5px #0b1f3a;
border-radius:6px;
max-width:700px;
}

.quote-text{
color:solid #0b1f3a;
font-size:24px;
font-style:italic;
line-height:1.6;
}

/* History kami melakukan set-up sistem HR */
.center{
text-align:center;
margin:40px 0;
color:#1e3a8a;
font-size:28px;
}


/* CLIENT */

/* WRAPPER */
.client-wrapper{
display:flex;
justify-content:space-between;
align-items:flex-start;
}

/* CLIENT BOX */
.client-box{
width:45%;
text-align:center;
}

/* LOGO */
.client-box img{
height:60px;
margin-bottom:10px;
}

/* TEXT */
.client-box p{
font-size:18px;
color:#333;
line-height:1.4;
}

/* DIVIDER */
.divider{
width:2px;
background:#c0392b;
height:160px;
margin-top:10px;
}

/* CTA */
.cta{
background:#1e3a8a;
color:white;
text-align:center;
font-size:38px;
padding:40px;
}

/* FOOTER */
footer{
background:#111;
color:white;
text-align:center;
padding:10px;
font-size:20px;
}

