.hero-section {
    background-image:url('../../img/Hero.png');
    background-position: center;
    height: 100vh;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.navbar {
    transition: background-color 0.3s ease;
}

.navbar.scrolled {
    background-color: white !important;
    /* Change background color on scroll */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional: Add shadow when scrolled */
}

.navbar.scrolled .nav-link {
    color: rgba(0, 0, 0, 0.65) !important;
    /* Change link color if needed */
}

.navbar.scrolled .nav-link.active {
    color: #BC3626 !important;
    /* Keep active link in its original color */
}

.benefit-icons {
    font-size: 3rem;
    color: #ff9800;
}

.partnership-logos img {
    width: 165px;
    margin: 15px;
}

.jurusan-card img {
    width: 100%;
    height: auto;
}

.contact-info {
    color: white;
}

.card-custom {
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: -140px;
    /* position: absolute;
    right:5%; */
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #ff9900;
    /* Custom color for the title */
}

.card-text {
    font-size: 16px;
    color: #4a4a4a;
}

.card-image {
    max-width: 400px;
    margin-right: 15px;
}

.card-body {
    display: flex;
    align-items: center;
}



.img-jurusan {
    width: 100%;
    /* Make the image take full width of its container */
    height: 200px;
    /* Set a fixed height to keep all images uniform */
    /* Ensures the image covers the area while maintaining aspect ratio */
}

.card-jurusan {
    border: white solid;
}

.card-header {
    border-bottom: white solid;
    border-top: 0px;
}

.bg-grey {
    background-color: #CACACA;
}

.section-jurusan {
    background-color: #EEEEEE
}

.manfaat-section {
    padding: 50px 0;
}

.manfaat-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.manfaat-subtitle {
    font-size: 16px;
    color: #777;
    text-align: center;
    margin-bottom: 40px;
}

.manfaat-card {
    border: 2px solid;
    /* border-radius: 15px; */
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 200px;
    border: #ff9800 solid;
}

.manfaat-card:hover {
    transform: translateY(-10px);
}

.manfaat-section.card-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.manfaat-section.card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.manfaat-section.card-text {
    font-size: 14px;
    color: #555;
}

/* Custom border colors for each card */
.border-yellow {
    
    border-image: linear-gradient(to right, #FAC43A, #BC3626);
    border-image-slice: 1;
}


.border-red {
    border-image: linear-gradient(to left, #FAC43A, #BC3626);
    border-image-slice: 1;
}

.border-orange {
    border-image: linear-gradient(to right, #FAC43A, #BC3626);
    border-image-slice: 1;
}

.border-green {
    border-image: linear-gradient(to left, #FAC43A, #BC3626);
    border-image-slice: 1;
}

.stats-section {
    position: relative;
    background-image: url('/assets/img/statbg.png') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    z-index: 1;

}

/* Add a semi-transparent overlay */
.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity for darkness */
    z-index: -1;
    /* Places the overlay behind the content */
}

.pendaftaran-button {
    border-radius: 15px;
    background-color: #ebebeb;
}

.promotion-section {
    /* background-image: url('/asset/img/bg-slidecard.png'); */
    background-image: url('../../img/bg-slidecard.png');
    background-size: cover;
    position: relative;
    /* Ensures the pseudo-element is positioned relative to this section */
    color: white;
    text-align: center;
    z-index: 1;
}

.stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.stats-item img {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: bold;
}

.stats-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #f8c301;
}

.stats-line {
    width: 60px;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
}

.note {
    border: #f8c301 2px;
    border-radius: 15px;
    border-style: solid;
    margin-top: 25px;

}

.footer {
    background-color: #111111;
    color: #ffffff;
    padding: 50px 0;
}

.footer h3 {
    font-weight: bold;
    font-size: 2rem;
}

.footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    color: #f8c301;
}

.footer .social-icons i {
    font-size: 1rem;
    margin-right: 10px;
}

.footer-bottom {
    padding: 15px 0;
    text-align: center;
    background-color: #000000;
}

.footer-bottom img {
    width: 50px;
}

.footer-bottom p {
    margin-bottom: 0;
}

iframe {
    border: none;
    width: 100%;
    height: 250px;
}

.contact-info i {
    font-size: 1.3rem;
    margin-right: 0px;
}

.logo-footer {
    background-color: white;
    border-radius: 15px;
    height: 55px;
}

@media (max-width: 768px) {
    .col-jurusan {
        margin-bottom: 20px
    }

    .img-jurusan {
        width: 100%;
        /* Make the image take full width of its container */
        height: 300px;
    }

    .intro-image {
        width: 80%
    }

    .hero-section {
        height: 42vh;
        /* Reduce the height on tablet and mobile */
        background-size: cover;
        /* Adjust background size */
        /* Position the background image better for mobile */
    }

    .div-manfaat {
        padding: 10px
    }

    .card-body {
        flex-direction: column;
        /* Stacks image above text on smaller screens */
        align-items: center;
    }

    .card-image {
        margin-bottom: 15px;
        /* Adds space between the image and text on smaller screens */
    }
}
