body { scroll-behavior: smooth; }

.order-hero { 
    padding: 60px 0 40px; 
    background-image: linear-gradient(rgba(1, 103, 255, 0.8), rgba(0, 51, 128, 0.9)), 
                      url('../img/bg-hosting.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay; 
    color: white; 
    text-align: center;
    min-height: 200px; 
}

#mainNavbar {
    background-color: transparent !important;
    transition: all 0.4s ease-in-out; 
    padding-top: 20px;
    padding-bottom: 20px;
}
#mainNavbar.scrolled {
    background-color: #EBF3FF !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    padding-bottom: 10px;
}
#mainNavbar.scrolled .navbar-brand,
#mainNavbar.scrolled .nav-link {
    color: #031242 !important;
}
#mainNavbar.scrolled .navbar-toggler {
    border-color: #031242;
}
.navbar-toggler-icon {
    transition: filter 0.3s ease;
}
#mainNavbar.scrolled .navbar-toggler-icon {
    filter: invert(1);
}
#mainNavbar.scrolled .nav-link:hover {
    color: #0d6efd !important;
    transition: 0.3s;
}
#mainNavbar.scrolled .btn-warning {
    background-color: #031242 !important;
    border-color: #031242 !important;
    color: #ffffff !important;
}
#mainNavbar.scrolled .brand-text {
    color: #031242 !important;
}
#mainNavbar.scrolled .logo-main {
    content: url('../img/logo-dark.png');
}
#mainNavbar.scrolled .btn-warning:hover {
    background-color: #0d6efd !important; 
    border-color: #0d6efd !important;
}
@media (max-width: 991.98px) {
    /* Style for the expanded mobile menu */
    .navbar-collapse {
        background: #ffffff;
        margin-top: 15px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .navbar-nav .nav-link {
        color: #031242 !important;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    .navbar-nav .btn-warning {
        width: 100%;
        margin-top: 10px;
    }
}



.footer-section { 
    background: linear-gradient(rgba(13, 110, 253, 0.1), rgba(0, 30, 80, 0.2)), 
                url('../img/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-attachment: fixed; 
    color: white; 
    padding: 100px 0 30px; 
}
.footer-section a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: 0.3s;
}
.footer-section a:hover {
    color: #ffc107; 
    padding-left: 5px; 
}


.mail-link::after { content: attr(data-user) "@" attr(data-domain); }

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366; 
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 2px 4px 15px rgba(0,0,0,0.3);
    z-index: 10000;
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    background-color: #128C7E;
    color: white;
    transform: scale(1.1); 
}
.whatsapp-float::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #25D366;
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

        body { background-color: #f4f7f6; font-family: 'Inter', sans-serif; }
        .order-header { background: #0056b3; color: white; padding: 40px 0; margin-bottom: -50px; }
        .main-card { border: none; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); overflow: hidden; }
        .plan-box { border: 2px solid #eee; border-radius: 10px; padding: 20px; cursor: pointer; transition: 0.3s; position: relative; }
        .plan-box:hover { border-color: #0056b3; background: #f8fbff; }
        .plan-box.selected { border-color: #0056b3; background: #eef6ff; border-width: 2px; }
        .plan-box input[type="radio"] { position: absolute; opacity: 0; }
        .price-tag { font-size: 1.2rem; font-weight: 800; color: #0056b3; }
        .btn-checkout { background: #28a745; color: white; padding: 15px; font-size: 1.2rem; font-weight: bold; border-radius: 8px; width: 100%; border: none; cursor: pointer; }
        .btn-checkout:disabled { background: #6c757d; cursor: not-allowed; opacity: 0.6; }
        #period-container, #billing-cycle-container, #transfer-info { display: none; }
        .text-discount { color: #dc3545; font-weight: bold; }

.plan-box { position: relative; } /* Ensure this is set */
.badge-popular {
    position: absolute;
    top: -12px;
    right: 15px;
    background: #ffc107;
    color: #000;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-transform: uppercase;


@keyframes text-blink {
    0% { color: #212529; text-shadow: none; } /* Default Bootstrap Dark */
    50% { color: #0d6efd; text-shadow: 0 0 8px rgba(13, 110, 253, 0.5); } /* Blue Blink */
    100% { color: #212529; text-shadow: none; }
}
/* This applies the animation to the H5 tag inside the active section */
.step-blink h5 {
    animation: text-blink 1.2s infinite;
    font-weight: bold;
}


