/* _content/AppPilotBandung/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* Navbar base */
.navbar-pilot[b-6zisgf4jmy]{
    background: rgba(10,10,10,.92);
    backdrop-filter: blur(10px);
   
    border-bottom:1px solid rgba(255,180,0,.15);

    padding:12px 0;

    transition:.3s;
    height:70px;
    position:relative;
}

.navbar-brand[b-6zisgf4jmy]{
    position:relative;
       width:100px; /* sesuaikan */
    height:70px;
    flex-shrink:0;
}


.navbar-brand img[b-6zisgf4jmy]{
    height:90px;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.navbar-nav[b-6zisgf4jmy]{
    gap:16px;
}

.nav-link[b-6zisgf4jmy]{
    color:#fff !important;
    font-weight:600;
    letter-spacing:.3px;
    position:relative;

    transition:.3s;
}

.nav-link:hover[b-6zisgf4jmy]{
    color:#ffb400 !important;
}

.nav-link[b-6zisgf4jmy]::after{
    content:"";
    position:absolute;

    left:0;
    bottom:-5px;

    width:0;
    height:2px;

    background:#ffb400;

    transition:.3s;
}

.nav-link:hover[b-6zisgf4jmy]::after,
.nav-link.active[b-6zisgf4jmy]::after{
    width:100%;
}

.navbar-toggler[b-6zisgf4jmy]{
    border-color:#ffb400;
}

@media (max-width: 600px) {
    .navbar-collapse[b-6zisgf4jmy] {
        background: rgba(10,10,10,.95); /* atau warna yang kamu mau */
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }
    .navbar-toggler[b-6zisgf4jmy]{
            margin-bottom: 5px;
            margin-right: 10px;
    }
    .navbar-brand[b-6zisgf4jmy]{
        height: 0px;
    }
}

.navbar-toggler-icon[b-6zisgf4jmy]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,180,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-collapse[b-6zisgf4jmy]{
    position:relative;
}

.btn-hotline[b-6zisgf4jmy]{
    display:flex;
    align-items:center;
    gap:10px;

    background:linear-gradient(
        135deg,
        #ffb400,
        #ff9800
    );

    color:#111;
    text-decoration:none;

    font-weight:700;

    padding:12px 22px;

    border-radius:50px;

    box-shadow:
        0 10px 25px rgba(255,180,0,.25);

    transition:.3s;
}

.btn-hotline:hover[b-6zisgf4jmy]{
    transform:translateY(-2px);
    color:#111;
}

.pulse-dot[b-6zisgf4jmy]{
    width:10px;
    height:10px;

    border-radius:50%;

    background:#25d366;

    animation:pulse-b-6zisgf4jmy 1.5s infinite;
}

@keyframes pulse-b-6zisgf4jmy{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.7);
    }

    70%{
        box-shadow:0 0 0 12px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

.btn-primary[b-6zisgf4jmy] {
    background-color: #ff8c00 !important;   /* oranye */
    border-color: #ff8c00 !important;
}

.btn-primary:hover[b-6zisgf4jmy] {
    background-color: #e07a00 !important;
    border-color: #e07a00 !important;
}


.border-top[b-6zisgf4jmy] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-6zisgf4jmy] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-6zisgf4jmy] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-6zisgf4jmy] {
  font-size: 1rem;
  line-height: inherit;
}



/* Footer base */
.footer[b-6zisgf4jmy] {
    background: #111;
    color: #ccc;
    font-size: 0.9rem;
}

/* Judul */
.footer h5[b-6zisgf4jmy],
.footer h6[b-6zisgf4jmy] {
    color: white;
}

/* Link */
.footer a[b-6zisgf4jmy] {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover[b-6zisgf4jmy] {
    color: #ffc107;
}

/* Social icon */
.social-icons i[b-6zisgf4jmy] {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.social-icons i:hover[b-6zisgf4jmy] {
    color: #ffc107;
}

/* Divider */
.footer hr[b-6zisgf4jmy] {
    border-color: rgba(255,255,255,0.1);
}
