/* ============================= */
/* ===== TOP BLUE BAR FIX ===== */
/* ============================= */

.bg_header-top {
    background-color: #004fac !important;
    padding: 8px 0;
}

.bg_header-top a {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
}

/* dropdown */
.bg_header-top .dropdown-menu {
    background: #ffffff !important;
    border-radius: 6px;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 6px 0;
}

.bg_header-top .dropdown-menu a {
    color: #000000 !important;
    padding: 6px 15px;
    display: block;
}

.bg_header-top .dropdown-menu a:hover {
    background-color: #e8f0fe !important;
    color: #004fac !important;
}

/* alignment */
.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.header-top-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* ============================= */
/* ===== MAIN NAVBAR FIX ===== */
/* ============================= */

header.header .main-navbar-wrapper .dropdown-menu {
    background: #ffffff !important;
    border-radius: 6px;
    border: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

header.header .main-navbar-wrapper .dropdown-menu a {
    color: #000000 !important;
    font-weight: 500;
    padding: 7px 18px !important;
}

header.header .main-navbar-wrapper .dropdown-menu a:hover {
    background-color: #e8f0fe !important;
    color: #004fac !important;
}


/* ============================= */
/* ===== LOGO FIX ===== */
/* ============================= */

.navbar-brand.d-none.d-xl-flex {
    display: flex !important;
}

header.header .logo-img {
    max-height: 48px;
    width: auto;
}


/* ============================= */
/* ===== HERO SECTION ===== */
/* ============================= */

.fast-hosting-theme-section {
    padding: 60px 0 40px 0;
    background-color: #eef4fb;
}

.fast-hosting-theme-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 18px;
}

.fast-hosting-theme-text {
    font-size: 1.05rem;
    color: #4a5568;
    margin-bottom: 20px;
}

.fast-hosting-theme-list {
    margin-bottom: 28px;
    padding-left: 0;
}

.fast-hosting-theme-list li {
    font-size: 0.95rem;
    color: #2d3748;
    padding: 4px 0;
}


/* ============================= */
/* ===== BUTTON ===== */
/* ============================= */

.get-strated-btn {
    display: inline-block;
    background-color: #004fac;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 36px;
    border-radius: 4px;
    text-decoration: none;
}

.get-strated-btn:hover {
    background-color: #003c85;
    color: #ffffff !important;
}


/* ============================= */
/* ===== MOBILE FIX ===== */
/* ============================= */

@media (max-width: 1199px) {
    .navbar.navbar-light.mobile-bar {
        display: flex !important;
    }
}