* { box-sizing: border-box; }
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background: #f5f7fa;
}


/*header {
background: #041a2e;
color: white;
padding: 10px 120px;
display: flex;
justify-content: space-between;
align-items: center;
}
*/

.logo { display: flex; gap: 15px; align-items: center; }
.logo img { 
    width: 75px; 
    height: 75px; 
}


header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      /*padding: 14px 50px;*/
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 10px;
      padding-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1000;
      background: rgba(3, 32, 58, 0.1); /* transparan */
      backdrop-filter: blur(6px);
      transition: background 0.3s ease, padding 0.3s ease;
    }

    header.scrolled {
      background: #083358; /* solid saat scroll */
      padding: 12px 40px;
    }


    nav a {
      color: white;
      text-decoration: none;
      margin-left: 25px;
      font-weight: bold;
      position: relative;
    }

    nav a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 0;
      height: 2px;
      background: #1fa2ff;
      transition: width 0.3s ease;
    }

    nav a:hover::after {
      width: 100%;
    }




nav ul {
list-style: none;
display: flex;
gap: 25px;
margin: 0;
padding: 0;
}


nav a {
color: white;
text-decoration: none;
font-weight: bold;
padding: 6px 2px;
position: relative;
}


nav a::after {
content: "";
position: absolute;
left: 0;
bottom: -4px;
width: 0;
background: #1fa2ff;
transition: width 0.3s ease;
}


nav a:hover::after {
width: 100%;
}


.has-dropdown { position: relative; }
.dropdown {
display: none;
position: absolute;
background: white;
top: 30px;
min-width: 180px;
border-radius: 6px;
}


.dropdown li a {
display: block;
padding: 10px 15px;
color: #333;
transition: background 0.3s ease, padding-left 0.3s ease;
}


.dropdown li a:hover {
background: #f0f4f8;
padding-left: 20px;
}


.has-dropdown:hover .dropdown { display: block; }


.heroindex{
background: linear-gradient(135deg, #0f4c81, #66bde6);
color: white;
text-align: center;
width: 100%;
height: 100vh;
background-image: url('image/bgindex.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.hero {
background: linear-gradient(135deg, #0f4c81, #66bde6);
color: white;
text-align: center;
padding-left: 0px;
padding-right: 0px;
padding-top: 120px;
padding-bottom: 50px;
}


.section {
padding: 60px 20px;
max-width: 1100px;
margin: auto;
}


.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
}


.card {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 6px 15px rgba(0,0,0,0.1);
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.justify { text-align: justify; }
.center { text-align: center; }

.layanan { display: flex; gap: 0px; align-items: center; }
.layanan img { width: 100%; height: 300px; padding-bottom: 20px; border-radius: 5px;}

.container {
max-width: 1100px;
margin: 40px auto;
padding: 0 20px;
}


.pricing {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}


.card {
background: #fff;
padding: 25px;
border-radius: 12px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
transition: 0.3s;
}


.card:hover {
transform: translateY(-5px);
}


.price {
font-size: 32px;
font-weight: bold;
color: #0f62fe;
margin: 15px 0;
}


.card ul {
list-style: none;
padding: 0;
}


.card ul li {
padding: 8px 0;
border-bottom: 1px solid #eee;
font-size: 14px;
}


.btn {
margin-top: 20px;
padding: 12px 20px;
background: #0f62fe;
border: none;
color: #fff;
border-radius: 8px;
cursor: pointer;
}


.btn:hover {
background: #0043ce;
}


/*
footer {
background: #083358;
color: white;
text-align: center;
padding: 20px;
}
*/


.footer {
background: #083358;
color: #ffffff;
margin-top: 60px;
}


.footer-container {
max-width: 1200px;
margin: auto;
padding: 40px 20px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 30px;
}


.footer-col h3 {
margin-bottom: 15px;
font-size: 18px;
color: #ffffff;
}


/*
.area-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0px;
}
*/

.informasi{
margin-bottom: 10px;
font-size: 14px;
text-decoration: none;
color: #dbe7f3;
}

.informasi:hover{
color:#1fa2ff;
}


.nonoc{
margin-bottom: 10px;
font-size: 14px;
text-decoration: none;
color: #dbe7f3;
}


.nonoc:hover{
color:#1fa2ff;
}

.footer-col ul {
list-style: none;
padding: 0px;
}


.footer-col ul li {
margin-bottom: 10px;
font-size: 14px;
color: #dbe7f3;
}


.footer-col p {
font-size: 14px;
line-height: 1.6;
color: #dbe7f3;
}


.footer-bottom {
border-top: 0px solid rgba(255,255,255,0.2);
text-align: center;
padding: 15px 10px;
font-size: 13px;
color: #dbe7f3;
}