/* CSS NAVBAR */
/* Navbar Styling */
.navbar {
    background: rgba(255, 255, 255, 0.9);
    /* Transparan dengan efek blur */
    backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
}

/* Efek saat di-scroll */
.navbar.scrolled {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(0px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Logo Styling */
.logo {
    height: 40px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover .logo {
    transform: scale(1.1);
}

/* Gradient Text */
.text-gradient {
    background: linear-gradient(45deg, #ff5733, #ffbd69);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    font-weight: bold;
}

/* Navbar Links */
.nav-link {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.nav-link:hover {
    color: #ff5733;
}

.nav-item .nav-link.active {
    font-weight: bold;
    color: #ff5733;
}

/* Navbar Toggler Animation */
.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
}

/* Responsive Logo Size */
@media (max-width: 992px) {
    .logo {
        height: 35px;
    }
}


/* CSS SLIDER PPDB */
/* Ukuran gambar tetap proporsional */
#myCarousel img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Efek gradient overlay */
.carousel-overlay {
    position: relative;
}

.carousel-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(46, 45, 45, 0.6), rgba(48, 47, 47, 0.2));
}

/* Posisi teks tetap responsif dan elegan */
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 80%;
    max-width: 700px;
    padding: 20px;
}

/* Gaya tombol */
.btn-primary {
    background: #006eff;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background: #0051cc;
    transform: scale(1.05);
}

.btn-outline-light {
    border: 2px solid rgb(255, 255, 255);
    color: white;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.btn-outline-light:hover {
    background: rgb(235, 251, 2);
    color: #000;
    transform: scale(1.05);
}

/* Navigasi lebih besar & mudah diakses */
.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    width: 40px;
    height: 40px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
    .carousel-caption {
        width: 90%;
        padding: 10px;
    }

    .btn-primary,
    .btn-outline-light {
        font-size: 16px;
        padding: 10px 20px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 12%;
    }
}

/* TENTANG KAMI */
/* Hover Effect on Button */
.btn-hover:hover {
    background-color: #0056b3;
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

/* Responsiveness for Small Screens */
@media (max-width: 768px) {
    .order-md-last {
        order: 0 !important;
    }
}

/* Section Styling */
#tentang {
    background: linear-gradient(135deg, #f0f2f5, #ffffff);
    border-radius: 15px;
    padding: 60px 30px;
}

/* Heading */
.text-primary {
    color: #007bff !important;
}

/* Icon Style */
.bi-check-circle-fill {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* Button */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #tentang {
        text-align: center;
    }

    .col-md-6 img {
        margin-bottom: 20px;
    }
}

/* CSS LANGKAH LANGKAH PENDAFTARAN */
.text-primary {
    color: #0d6efd;
}
.accordion {
    background: #ffffff;
    border-radius: 10px;
}
.accordion-button {
    background: linear-gradient(135deg, #f8f9fa, #eef3ff);
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}
.accordion-button:hover {
    background: #e2e6ff;
    color: #0d6efd;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    background: #eef3ff;
    border-radius: 5px;
}
.shadow-lg {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
}
.rounded {
    border-radius: 12px !important;
}
.step-number {
    width: 30px;
    height: 30px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
}

/* CSS ALUR PENDAFTARAN */
#alur {
    background: #f9fcff;
    border-radius: 10px;
    padding: 50px 20px;
}

.step-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    position: relative;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.step-number {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #0d6efd;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

h5 {
    font-weight: bold;
    color: #0d6efd;
}

p {
    color: #555;
}


