    :root {
        --pr-color:#801314;
    }

    body {
        font-family: 'Martian Mono', monospace;
    font-family: 'Poppins', sans-serif;
    background-color: #F8E3E3;
    }

    /* Navbar */

    .navbar {
        z-index: 5;
    }

    .nav-color {
        background-color: #801314;
        transition: all ease-in-out 0.3s;
    }

    .bg-transparent{
        transition: all ease-in-out 0.3s;
    }

    * {
        z-index: 2;
    }

    .navbar-brand {
        font-size: 20;
        font-weight: 700;
    }

    .nav-link {
        font-size: 16px;
    }

    .nav-link.active {
        font-weight: 700;
    }

    .button-primary   {
        width: 85px;
        height: 28px;
        background-color:transparent;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: 400;
    }

    .button-secondary   {
        width: 133px;
        height: 40px;
        background-color:#fff;
        color: var(--pr-color);
        border: none;
        font-size: 16px;
        font-weight: 700;
        border-radius: 10px;
    }

    /* Hero Section */

    #hero {
        background: linear-gradient(160deg, var(--pr-color) ,#d63639);
        height: 100vh;
        width: 100%;
    }

    .img-hero {
        height: 100%;
    }

    .hero-tagline h1 {
        /* margin-top: 150px; */
        color: #fff;
        font-weight: 500;
        font-size: 52px;
        line-height: 72px;
    }

    .hero-tagline p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 60px;
        margin-top: 20px;
        line-height: 30px;
        width: 85%;
    }

    .button-lg-primary {
        width: 237px;
        height: 70px;
        background-color: #fff;
        color: var(--pr-color);
        border: none;
        font-size: 20px;
        font-weight: 700;
    }

    span {
        font-size: 20px;
    }

    /* Layanan Section */

    #layanan {
        padding: 100px 0;
    }

    h2 {
        font-size: 48px;
        font-weight: 500;
        color: #C70A0A;
    }

    .sub-title {
        font-size: 25px;
        color: black;
    }

    .card-layanan {
        width: 100%;
        height: 425px;
        border-radius: 5px;
        background: #fff;
        padding: 40px;
        box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    }

    .circle-icon{
        width: 150px;
        height: 150px;
        background-color: #fff;
        border-radius: 50%;
    }

    .card-layanan h3 {
        color: black;
        font-size: 31px;
    }

    .card-layanan p {
        color: black;
        font-size: 13px;
    }

    /* Hover */

    .card-layanan:hover {
        width: 100%;
        height: 425px;
        border-radius: 5px;
        background: linear-gradient(160deg, var(--pr-color) ,#d63639);
        padding: 40px;
        box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
    }

    .circle-icon:hover{
        width: 150px;
        height: 150px;
        background-color: #fff;
        border-radius: 50%;
    }

    .card-layanan h3:hover {
        color: white;
        font-size: 31px;
    }

    .card-layanan p:hover {
        color: white;
        font-size: 13px;
    }

    /* Search Section */

    .dropdown-menu {
        position: static !important;
        float: none;
        transform: none !important;
        min-width: auto;
        width: 100%;
    }
    .dropdown-toggle {
        width: 100%;
        text-align: left;
    }
    #search {
        background-image: url('/assets/images/searchsection.png');
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #search h2 {
        color: #FFF;
        text-align: center;
        font-size: 61px;
        font-family: Montserrat;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.305px;
    }

    #search p {
        color: #FFF;
        text-align: center;
        font-size: 25px;
        font-family: Montserrat;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 0.125px;
    }

    .input-group {
        width: 980px;
        height: 50px;
        flex-shrink: 0;
        border-radius: 5%;
        }

    .input-cari {
        height: 80px;
    }

    .input-cari:focus {
        border: none;
    }

    .input-cari .button-secondary{
        width: 200px;
        height: 75px;
        background-color: #FFFFFF;
        font-size: 14px;
        font-weight: 500;
        border: none;
    }

    .btn-outline-secondary {
        background: rgba(255, 255, 255, 0.80);
        color: #000;
        }




        /* Section Rekomendasi */

    .card {
        height: 470px;
        border: none;
    }

    .card-body h4 {
        color: #333333;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
    }

    .card-body p {
        color: #333;
        text-align: center;
        font-size: 13px;
        line-height: 150%;
    }

    .card:hover {
        background: linear-gradient(160deg, var(--pr-color) ,#d63639);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
        transition: all ease-in-out .3s;
    }


    .card:hover .card-body h4{
        color: #fff;
        transition: all ease-in-out .3s;
    }

    .card:hover .card-body p{
        color: #fff;
        transition: all ease-in-out .3s;
    }

    #contact {
        background-image: url('/assets/images/backgroundkontak.png');
        margin-top: 159px;
        padding: 148px 0 148px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #contact h3{
        color: #FFF;
    font-size: 40px;
    font-weight: 600;
    }

    #contact h6{
        color: #FFF;
    font-size: 18px;
    font-weight: 600;
    }

    .kontak a{
        color: #FFF;
        font-size: 16px;
        line-height: 18px;
        text-decoration: none;
        margin-left: 18px;

    }
    .kawalkasusbawah {
        color: #FFF;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    }

    .card-contact {
        width: 100%;
        height: 425px;
        border-radius: 5px;
    background: #FFF;
    padding: 50px 48px;
    }

    .card-contact h2{
        color: #000;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    }

    .form-control{
        background: #C4C4C4;
    height: 75px !important;
    border-radius: 0;
    }

    .form-floating label {
        color: #717171;
    font-size: 16px;
    font-family: Poppins;
    line-height: 18px;
    }

    .button-kontak {
        width: 100%;
    height: 75px;
    background: #851112;
    color: #FFF;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    border: none;
    }

    footer {
        width: 100%;
    height: 200px;
    background: #000;
    }

    .copyright {
        color: #FFF;
    /* Heading 4/Regular */
    font-size: 20px;
    font-family: Montserrat;
    line-height: 140%;
    letter-spacing: 0.1px;
    bottom: 1%;
    }

    .card-contact {
        padding: 20px;
    }

    .card-contact .button-kontak {
        width: 100%;
        max-width: 150px; /* Sesuaikan dengan lebar maksimum yang diinginkan */
    }

    footer a {
        color: #FFF;
    /* Heading 3/Bold */
    font-size: 25px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.125px;
    text-decoration: none;
    }

    #tentang{
        width: 100%;
        height: 100vh;
    background: radial-gradient(292.95% 118.92% at 10.80% 18.29%, #851112 0%, #B6362D 100%);
    }


    #tentang h3 {
        color: #FFF;
    font-size: 40px;
    font-family: Poppins;
    font-weight: 600;
    }

    #tentang p {
        color: #FFF;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.76px;
    }

    .content-tentang {
        margin-top: 150px;
    }

    #kontaks {
        width: 100%;
    height: 768px;
    background: radial-gradient(292.95% 118.92% at 10.80% 18.29%, #851112 0%, #B6362D 100%);
    }

    .kontaks-col {
        margin-top: 150px;
    }

    #kontaks h3{
        color: #FFF;
    font-size: 40px;
    font-family: Poppins;
    font-weight: 600;
    }

    #kasussaya{
        width: 100%;
        height: 100%;
        background: radial-gradient(292.95% 118.92% at 10.80% 18.29%, #851112 0%, #B6362D 100%);
    }

    #kasus {
        width: 100%;
    height: 100%;
    background: radial-gradient(292.95% 118.92% at 10.80% 18.29%, #851112 0%, #B6362D 100%);
    }

    #kasussaya h3 {
        color: #FFF;
    font-size: 40px;
    font-family: Poppins;
    font-weight: 600;
    }

    #kasussaya p {
        color: #FFF;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.76px;
    }

    #kasus h3 {
        color: #FFF;
    font-size: 40px;
    font-family: Poppins;
    font-weight: 600;
    }

    #kasus p {
        color: #FFF;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.76px;
    }

    .input-group {
        z-index: 99;
    }



    .penekin {
        margin-top: 150px;
    }

    .betenin {
        margin-bottom: 150px;
        z-index: 1;
    }

    .nvabarrr li {
        list-style-type: none;

    }

    .card-img-top {
        max-width: 1024px;
        max-height: 768px;
        width: auto;
        height: auto;
    }

    #kasusdetail {
        width: 100%;
        height: 100%;
        background: radial-gradient(292.95% 118.92% at 10.80% 18.29%, #851112 0%, #B6362D 100%);
    }

    .custom-img {
        max-width: 500px; /* Atur ukuran maksimum lebar gambar */
        max-height: 200px; /* Atur ukuran maksimum tinggi gambar */
      }
