html, body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa; 
}

@media (min-width: 992px) {
    .custom-navbar.sticky-top {
        top: 20px !important; 
    }
}
@media (max-width: 991.98px) {
    .custom-navbar {
        top: 0 !important; 
        margin: 0 !important; 
        border-radius: 0 !important;
        width: 100% !important;
    }
}

.btn-orange {
    background-color: #ff7f50; 
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-outline-warning {
    color: #FFCA2C;
    border-color: #FFCA2C;
    transition: all 0.3s ease;
}

.feature-card {
    transition: all 0.3s ease;
    background: #fff;
}

.feature-card:hover {
    transform: translateY(-10px); 
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; 
    border-bottom: 3px solid #ffc107; 
}

.icon-box {
    width: 70px;
    height: 70px;
    background-color: #f8f9fa; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-box {
    background-color: #fff3cd; 
    color: #ffc107; 
}

.hover-card {
        transition: all 0.3s ease;
    }
    .hover-card:hover {
        transform: translateY(-5px);
        background-color: white !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        border-color: #ffc107 !important; 
    }
    .transition-btn:hover {
        transform: scale(1.05);
    }

/* registrasi */
.register-container {
        min-height: 80vh;
        background-color: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    
    .image-side {
        background-image: url('/rentiera/assets/images/imgRegis.jpg'); 
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    
    .image-side::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    }
    
    .form-control-modern {
        background-color: #f8f9fa;
        border: none;
        padding: 12px 20px 12px 45px; 
        border-radius: 50px;
        transition: all 0.3s;
    }
    .form-control-modern:focus {
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.2); 
    }

    .input-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #adb5bd;
        z-index: 5;
    }
    
    .btn-gradient {
        background: #ffc107; 
        color: #000;
        font-weight: bold;
        border-radius: 50px;
        padding: 12px;
        transition: transform 0.2s;
    }
    .btn-gradient:hover {
        transform: scale(1.02);
        background: #e0a800;
    }


/* login */
.glass-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(10px); 
    width: 100%;
    max-width: 450px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    padding: 40px;
    border-top: 5px solid #ffc107; 
}

.form-control-aesthetic {
    background-color: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 12px 20px 12px 45px;
    font-size: 15px;
    transition: all 0.3s;
}

.form-control-aesthetic:focus {
    background-color: #fff;
    border-color: #ffc107;
    box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.15);
}

.input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    z-index: 5;
}

/* Tombol Login */
.btn-login-glow {
    background: linear-gradient(45deg, #ffc107, #ffca2c);
    border: none;
    color: #000;
    font-weight: bold;
    border-radius: 50px;
    padding: 12px;
    width: 100%;
    letter-spacing: 1px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-login-glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
}
