.main-content{
    width: 100%;
}
html, body {
    overflow-x: hidden;
}

/* Styling Header */
.row-header {
    display: flex;
}
.beranda_header {
    background: url("/img/smk.webp") no-repeat center/cover;
    height: 100%;
    min-height: 10rem;
    align-items: center;
    position: relative;

}
.beranda_title-header {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
/* BUTOONNN ARTIKEL */
.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px; /* Ukuran tetap sama */
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
    position: relative;
    overflow: hidden;
}

/* Warna utama */
.btn-primary-custom {
    background: linear-gradient(135deg, #5bc0ff, #009dff);
    color: white;
}

/* Efek hover */
.btn-primary-custom:hover {
    background: linear-gradient(135deg, #009dff, #0072ff);
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.3);
    transform: translateY(-2px);
}

/* Efek klik */
.custom-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
}

/* Ikon */
.custom-btn i {
    font-size: 18px;
    margin-right: 8px;
}

/* Container tombol */
.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* Responsif: di layar lebar tombol berjajar */
@media (min-width: 576px) {
    .button-container {
        flex-direction: row;
        justify-content: center;
    }
}

/* Overlay Gelap */
.beranda_header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.644);
}


/* Konten */
.beranda_content {
    z-index: 2;
    color: white;
    max-width: 600px;
    margin-left: 30%;
}

/* Tombol */
.btn-primary {
    background-color: #007bff;
    transition: background-color 0.3s ease;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.btn-secondary {
    background-color: #555;
    transition: background-color 0.3s ease;
}
.btn-secondary:hover {
    background-color: #333;
}

/* Container Tiga */
.beranda_containertiga {
    width: 100%;
    height: 450px;
    background-color: #213555;
    text-align: center;
    color: white;
    font-weight: bold;
    padding-top: 50px;
    margin-top: 30px;
}

/* Manfaat Section */
.beranda_manfaat {
    background-color: #486284;
    justify-content: center;
    border-radius: 50px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: fit-content;
}

.manfaat-container-card{
    justify-content: center;
}

.beranda_benefit-container {
    background: #2c3e50;
    color: white;
    padding: 50px;
    border-radius: 10px;
}

/* Styling untuk Benefit Cards */
.beranda_benefit-card {
    background-color: white;
    color: black;
    width: 200px;
    height: 200px;
    border-radius: 10%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    padding-left: 1rem;
    padding-right: 1rem;
}
.beranda_benefit-card:hover {
    transform: scale(1.1);
}
.beranda_benefit-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

/* Responsif Layout untuk Benefit Cards */
.beranda_benefit-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

/* Styling untuk Blog Section */
.beranda_blog-section {
    text-align: center;
    margin-top: 50px;
}
.beranda_blog-section h6 {
    font-weight: normal;
    color: #888;
}
.beranda_blog-section h2 {
    font-weight: bold;
    margin-bottom: 30px;
}

/* Styling untuk Card dalam Blog */
.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.card-body {
    padding: 20px;
}
.card h6 {
    font-weight: bold;
}
.card p {
    font-size: 14px;
    color: #555;
}
.card .d-flex {
    align-items: center;
}
.card .rounded-circle {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

/* Button Load More */
button.btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 70%;
}
button.btn:hover {
    background-color: #0056b3;
}

.row {
    margin: auto;
}
.rekomendasi-title {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
/* Background Section */
.beranda_background {
    background-color: #0056b3;
}
.beranda_deskripsi {
    display: flex;
}
.col-img-deskripsi {
    justify-content: center;
    margin-left: 20%;
    width: 100%;
}
.col-txt-deskripsi {
    margin-right: 20%;
}

/* 4K */
@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .beranda-deskripsi-container{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .beranda_deskripsi {
        display: flex;
    }
    .col-img-deskripsi {
        width: 100%;
        margin-left: 0px;
    }
    .col-img-container {
        justify-content: center;
        margin-right: auto;
        margin-left: 20%;
    }
    .col-txt-deskripsi {
        width: 50%;
        margin-right: 20%;
        font-size: 24px;
    }
    .beranda_content {
        z-index: 2;
        color: white;
        max-width: 800px;
        margin-left: 15rem;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .fw-bold {
        font-size: 52px;
    }
    .lead {
        font-size: 38px;
    }
    .btn-add {
        width: 32%;
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .btn-search {
        width: 30%;
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .card-rekomendasi-container{
        max-height: 350px;
        width: 100% !important;
        
    }
    .card-rekomendasi{
        max-width: 500px;
        width: 25% !important;
    }
    .card-rekomendasi-container .card-body{
        max-height: 200px;
        height: 200px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .beranda-deskripsi-container{
        width: 100%;
        padding-left: 7%;
        padding-right: 7%;
    }
    /* Styles for desktop */
    .beranda_deskripsi {
        display: flex;
    }
    .col-img-deskripsi {
        width: 100%;
        margin-left: 1px;
    }
    .col-img-container {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-left: 7rem;
    }
    .col-txt-deskripsi {
        width: 70%;
        margin-right: 7rem;
    }
    .beranda_content {
        z-index: 2;
        color: white;
        max-width: 600px;
        margin-left: 7rem;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .btn-add {
        width: 36%;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .btn-search {
        width: 36%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .beranda_benefit-card {
        width: 230px;
        height: 230px;
    }
    .beranda_benefit-card img {
        width: 120px;
        height: 120px;
    }
    .manfaat_card {
        width: 18% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;

    }
    .card-rekomendasi-container{
        max-height: 400px;
        width: 100% !important;
        
    }
    .card-rekomendasi{
        max-width: 360px;
        width: 25% !important;
    }
    .card-rekomendasi-container .card-body{
        max-height: 250px;
        height: 250px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    /* Styles for desktop */
    .beranda_deskripsi {
        display: flex;
    }
    .col-img-deskripsi {
        width: 100%;
        margin-left: 1px;
    }
    .col-img-container {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-left: 7rem;
    }
    .col-txt-deskripsi {
        width: 70%;
        margin-right: 7rem;
    }
    .beranda_content {
        z-index: 2;
        color: white;
        max-width: 600px;
        margin-left: 7rem;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .btn-add {
        width: 36%;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .btn-search {
        width: 36%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .beranda_benefit-card {
        width: 230px;
        height: 230px;
    }
    .beranda_benefit-card img {
        width: 120px;
        height: 120px;
    }
    .manfaat_card {
        width: 25% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;

    }
    .card-rekomendasi-container{
        max-height: 400px;
        width: 100% !important;
        
    }
    .card-rekomendasi{
        max-width: 360px;
        width: 25% !important;
    }
    .card-rekomendasi-container .card-body{
        max-height: 250px;
        height: 250px !important;
    }
}
  /* Styles for tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  
    .beranda_deskripsi {
        display: flex;
    }
    .col-img-deskripsi {
        width: 100%;
        margin-left: 0rem;
    }
    .col-img-container {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-left: 2rem;
    }
    .col-txt-deskripsi {
        width: 80%;
        margin-right: 2rem;
    }
    .beranda_content {
        z-index: 2;
        color: white;
        max-width: 600px;
        margin-left: 10px;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 90%;
    }
    .btn-add {
        width: 36%;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .btn-search {
        width: 36%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .beranda_benefit-card {
        width: 200px;
        height: 200px;
    }
    .beranda_benefit-card img {
        width: 70px;
        height: 70px;
    }
    .manfaat_card {
        width: 50%;
    }
    .card-rekomendasi-container{
        max-height: 350px;
    }
    .card-rekomendasi-container .card-body{
        max-height: 200px;
        height: 200px;
    }
    .card-rekomendasi-container{
        max-height: 350px;
        width: 100% !important;
        
    }
    .card-rekomendasi{
        width: 43% !important;
    }
    .card-rekomendasi-container .card-body{
        max-height: 200px;
    }
}
/*SMARTHPHONE */
@media (max-width: 767px) {
    /* Header */
    .beranda_benefit-card h5 {
        font-size: 1rem !important;
    }
    .container-manfaat-prakerin{
        margin-right: 10px;
        margin-left:10px;
    }
    .manfaat_card {
        width: 50%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .beranda_deskripsi {
        display: block;
    }
    .col-img-deskripsi {
        width: 70%;
    }
    .col-img-container {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .col-txt-deskripsi {
        margin-right: auto;
        margin-left: auto;
        width: 80%;
        text-align: center;
    }
    .beranda_content {
        z-index: 2;
        color: white;
        max-width: 600px;
        margin-left: 10px;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 90%;
    }
    .fw-bold {
        font-size: 24px;
    }
    .lead {
        font-size: 18px;
    }
    .btn-add {
        width: 45%;
        font-size: 14px;
    }
    .btn-search {
        width: 40%;
        font-size: 14px;
    }
    .beranda_title-header {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    /* Manfaat Section */
    .beranda_manfaat {
        margin-left: 1rem;
        margin-right: 1rem;
        max-width: 92%;
        width: 92%;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
        border-radius: 25px;
    }

    /* Benefit Cards */
    .beranda_benefit-card {
        width: 100%;
        height: auto;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .beranda_benefit-card img {
        width: 70px;
        height: 70px;
    }

    /* Blog Section */
    .beranda_blog-section h2 {
        font-size: 24px;
    }
    .card img {
        height: 150px;
    }

    /* Button */
    button.btn {
        width: 90%;
        padding: 8px 16px;
    }

    /* General Adjustments */
    .beranda_containertiga {
        height: auto;
        padding-top: 30px;
    }
    .card-rekomendasi-container{
        max-height: 350px;
    }
    .card-rekomendasi-container .card-body{
        max-height: 200px;
        height: 200px;
    }
    .card-rekomendasi{
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .card-body{
        padding: 10px !important;
    }
}