.konten1{
    max-width: 1300px;
    margin: 40px auto;
    display: flex;
    padding: 0 20px;
    font-family: 'Times New Roman', Times, serif;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
}

.iqro{
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.8);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    scroll-margin-top: 80px;
}
.iqro.show{
    opacity: 1;
    transform: translateY(0);
}

.unggulan h2{
 text-align: center;
 background: #5f7c8a;
 color: #fff;
 padding: 10px;
 border-radius: 10px;
 margin-bottom: 20px;
}

.Unggulan{  
 text-align: center;
 background-color: #4ca590;
 height: 5vh;
 border-radius: 7px;
 background-repeat:no-repeat;
 display: flex;
 flex-direction: column;
 justify-content: left;
border: 1px solid black;
}

.program_a,
.program_b,
.program_c{
    background: white;
    padding: 20px;
    border-left: 5px solid;
    margin-bottom: 25px;
    border-radius: 6px;
}
.program_a:hover{
    transform: scale(1.08) translateX(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    background: #4a6fa5;
    z-index: 10;
}
  
.program_b:hover{
    transform: scale(1.08) translateX(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    background: #2d7f8f;
    z-index: 10;
}
.program_c:hover{
    transform: scale(1.08) translateX(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    background: #8c7a3f;
    z-index: 10; 
}

.program h3{
    margin-bottom: 5px;
    color: black;
}


.iqro{
    display: grid;

}

/*daftar*/

.form{
    margin: 0;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap:  12px;
    max-width: 3500 px;
    margin: 5px ;
    font-family: 'Times New Roman', Times, serif;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.8);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
.form.show{
    opacity: 1;
    transform: translateY(0);
}

.form h2{
    text-align: center;
    background-color: #4ca590;
    height: 5vh;
    border-radius: 7px;
    margin-right: 0px;
    justify-content: center;
    border: 1px solid black;
}


.daftar p{
    text-align: left;
    max-width: 450px;
    margin: left;
    background: white;
    font-size: 15px;
}
.form1{
    scroll-margin-top: 120px;
}

.form1 input{
    width: 100%;
    padding: 12px;
    background: #4ca590;
    color: white;
    border: 1px solid black;
    box-sizing: border-box;
    border-radius:8px                                                                                                                                                                                                                                                                                                                                                            ;
}
.form1 textarea{
    width: 100%;
    padding: 12px;
    display: flex;
    background: #4ca590;
    color: white;
    border: 1px solid black;
    box-sizing: border-box;
    border-radius:8px 

}

.form1 textarea{
    min-height: 50px;
    min-width: 30px;
    resize: none;
}
.form1 input:focus{
    outline: none;
    border-color: #5f7c8a;
}
.form1 button{
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    height: 30px;
    border: 1px solid black;
    border-radius: 8px;
    background: rgb(121, 121, 121);
    color  : white;
    font-size: 30 px;
    cursor: pointer;
    font-style: bold;
    transition : 0.3s;
    
}
.form1 button:hover{
    transform: translateY(-3px);
}
.geser button{
    margin-top: 10px;
}

