.elementor-70 .elementor-element.elementor-element-ac6cdd5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2255826 *//* SECTION */
.rekomendasi-nikah{
    width:100%;
    padding:80px 20px;
    background:
    linear-gradient(rgba(15,23,42,0.85), rgba(15,23,42,0.92)),
    url('https://images.unsplash.com/photo-1521791136064-7986c2920216?q=80&w=1400&auto=format&fit=crop') center/cover;
    font-family:'Poppins', sans-serif;
}

/* CONTAINER */
.container-rekomendasi{
    max-width:1100px;
    margin:auto;
}

/* HEADER */
.heading-rekomendasi{
    text-align:center;
    margin-bottom:55px;
    color:#ffffff;
}

.sub-title{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.15);
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:18px;
    color:#d1fae5;
}

.heading-rekomendasi h1{
    font-size:44px;
    font-weight:700;
    margin-bottom:15px;
    color:#ffffff;
}

.heading-rekomendasi p{
    max-width:700px;
    margin:auto;
    line-height:1.8;
    color:#e2e8f0;
    font-size:16px;
}

/* GRID */
.wrapper-persyaratan{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
    gap:25px;
}

/* BOX */
.box-syarat{
    display:flex;
    gap:18px;
    align-items:flex-start;
    padding:28px;
    border-radius:24px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(12px);
    transition:0.35s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.box-syarat:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,0.13);
}

/* ICON */
.icon-syarat{
    min-width:65px;
    height:65px;
    border-radius:20px;
    background:linear-gradient(135deg,#14b8a6,#0f766e);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:22px;
    font-weight:700;
    box-shadow:0 8px 20px rgba(20,184,166,0.3);
}

/* TEXT */
.text-syarat h3{
    color:#ffffff;
    font-size:20px;
    margin-bottom:8px;
    font-weight:600;
}

.text-syarat p{
    color:#cbd5e1;
    line-height:1.7;
    font-size:15px;
}

/* RESPONSIVE */
@media(max-width:768px){

    .heading-rekomendasi h1{
        font-size:34px;
    }

    .heading-rekomendasi p{
        font-size:15px;
    }

    .box-syarat{
        padding:22px;
    }

    .icon-syarat{
        min-width:55px;
        height:55px;
        font-size:18px;
    }

    .text-syarat h3{
        font-size:18px;
    }
}/* End custom CSS */