header {
    background-color: #b5828c;
    color: white;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: sticky;
    top:0;
    z-index: 1000;
}

.title-header {
    font-weight: 700;
    font-size: 22px;
}

nav {
    display: flex;
    gap: 25px;
}

body {
    font-family: Open-Sans,sans-serif;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins',sans-serif;
}
.hero {
    position: relative;
    background-image: url(img/menu.svg.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
nav {
    position: absolute;
    top: 20px;
    right: 40px;
}
nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 500;
    transition: 0.3s;
}
nav a:hover {
    text-decoration: underline;
}
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.line1 {
    background-color: #ffcdb2;
    width: 100px;
    height: 5px;
    margin: 0 auto;
}
.line2 {
    background-color: #555;
    width: 100px;
    height: 5px;
    margin: 0 auto;
}
.masalah {
    background-color: #ffb4a2;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.masalah h1 {
    color: #ecf0f1;
}
.masalah p{
    color: #ecf0f1;
}
 img{
   width:350px; 
   height: 250px;
}
.analysis {
    background: linear-gradient(135deg, #f5f0ff, #fbe9e7);;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
}
.analysis h1 {
    color: #555;
}
.analysis p {
    color: #555;
}
.project {
    background-color: #ffb4a2;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    animation: fadeln 0.6s ease forwards;
}
.project h1 {
    color: #ecf0f1;
}
.project h3 {
    color: #ecf0f1;
}
.project img {
    width: 90px;
    height: 120px;
    border-radius: 10px;
    transition: transform 0.4s ease;
}
.project-collaboration {
    display: flex;         
    justify-content: center; 
    flex-wrap: wrap;         
    gap: 20px; 
}
.mapel {
    border-radius: 20px;
    background-color: #b5828c;
    padding: 2rem 1rem;
    border-top: 5px solid #e56b6f;
    width: 150px;            
    height: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    animation: fadeln 0.7s ease forwards;
}
.mapel:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 12px 30px rgba (0, 0, 0, 0.2);
}
.indo {
    background: linear-gradient(135deg, #f5f0ff, #fbe9e7);;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    padding-bottom: 50px;
}
.indo h1 {
    color: #555;
}
.indo p {
    color: #555;
}
.lho1 {
    background-color: white;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.lho2 {
    background-color: white;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.lho3 {
    background-color: white;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.lho p {
    color: #555;
    
}
.ingg {
    background-color: #ffb4a2;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
}
.ingg h1 {
    color: #ecf0f1;
}
.ingg p {
    color: #ecf0f1;
}
.report1 {
    background-color: #b5828c;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.report2 {
    background-color: #b5828c;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.report3 {
    background-color: #b5828c;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.report p {
    color: #ccc;
}
.mat {
    background: linear-gradient(135deg, #f5f0ff, #fbe9e7);
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
}
.mat h1 {
    color: #555;
    margin-bottom: 15px;
}
.mat h3 {
    color: #555;
}
.mat img {
    width: 150px;   
}
.bundling-paket {
    display: flex;           
    justify-content: center; 
    flex-wrap: wrap;         
    gap: 20px;               
}
.bundling1 {
    display: inline-block;
    border-radius: 20px;
    background-color: white;
    padding: 2rem 1rem;
    border-top: 5px solid cream;
    width: 250px;            
    height: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.bundling1:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.bundling1 img {
    transition: transform 0.5s ease;
}
.bundling1 img:hover {
    transform: scale(1.12);
    border-radius: 10px;
    cursor: pointer;
}
.ipas {
    background: #ffb4a2;
    padding: 4rem 2rem;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}

.box-ipas {
    margin-bottom: 3rem;
}

.box-ipas h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1rem;
    position: relative;
}

.box-ipas h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

.box-ipas p {
    font-size: 1.1rem;
    color: white;
}

.product-ipas {
    display: inline-block;
    background: #b5828c;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    width: 220px;
    margin: 1rem;
    padding: 1.5rem 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.product-ipas h3 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.product-ipas img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.product-ipas:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.product-ipas:hover img {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .product-ipas {
        width: 80%;
        margin: 1rem auto;
        display: block;
    }

    .box-ipas h2 {
        font-size: 2rem;
    }
}
.pendahuluan {
    background-color: #b5828c;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    border-radius: 30px;
}
.pendahuluan p {
    color: white;
}
.pendahuluan li {
    color: white;
}
.kesimpulan {
    background-color: #b5828c;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    border-radius: 30px;
}
.kesimpulan p {
    color: white;
}
.contact {
    background: linear-gradient(135deg, #f5f0ff, #fbe9e7);
    padding: 50px 20px;
    text-align: center;
    margin-top: 50px;
    border-radius: 30px;
}
.contact h1 {
    font-size: 28px;
    color: #555;
    margin-bottom: 15px;
}
.contact p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}
.form-contact {
    max-width: 600px;
    margin: auto;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    gap: 15px;
}
.form-contact input
.form-contact textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
}
.form-contact input:focus
.form-contact textarea:focus {
    outline: none;
    border-color: #665c5c;
    box-shadow: 0 0 5px rgba(28, 59, 32, 0.5);
}
.form-contact button {
    background-color: #665c5c;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}
.form-contact button:hover {
    background-color: #cdbebe;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.card {
  background: #fff;
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #1a1a1a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card img {
  width: 100%;
  height: 15y0px;
  object-fit: cover;
}

.card .content {
  padding: 20px;
}

.card h3 {
  margin: 10px 0;
  color: #0a2351;
}

.card p {
  font-size: 14px;
  color: #555;
}

.card .learn {
  display: inline-block;
  margin-top: 10px;
  color: #ff6b35;
  font-weight: 500;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


.team-section {
  background-color: #ffb4a2;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 2500px;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}

.section-subtitle {
  color: #555;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}


.team-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  justify-content: center;
}


.team-card {
  background: white;
  border-radius: 15px;
  padding: 25px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}


.team-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.team-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #555;
}

.team-card p {
  font-size: 0.9rem;
  color: #555;
  margin-top: 5px;
}
footer {
    background-color: #b5828c;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: auto;
}
footer a {
    margin: 0;
    font-weight: 500;
    color: white;
    text-decoration: none;
}
footer .sosmed {
    margin-top: 10px;
}
footer .sosmed a:hover {
    text-decoration: underline;
    opacity: 0,8;
}
