body, html {
    color: black!important;
    height: 100%!important;
    margin: 0!important;
}

.text-white {
    color: white!important;
}

.header, 
.nav-content nav.navbar,
.title, 
.custombreak {
    background: #022f8e!important;
}

.nav-content .navbar {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
}

.navbar-expand-md a {
    color: white;
    padding-top: 10px;
}

.nav-tabs li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .nav-link,
.nav-tabs li .navbar-light .navbar-nav .active > a,
.nav-tabs li .navbar-light .navbar-nav .show > a,
.nav-tabs li.active .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .active > .nav-link {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #011750!important;
    border-color: #011750!important;
}

.btn-light {
    background-color: white;
    color: #022f8e;
    border: none;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-light:hover {
    background-color: #eaeaea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.btn-primary:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.customfeatures h1, 
.customwhyus h1, 
.custompricing h1, 
.custombreak h1, 
.customcontact h1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    font-weight: bold;
}

.custombreak h1, 
.custombreak p, 
.customcontact {
    color: white;
}

.card, 
.card-custom-pricing, 
.pricing-card {
    border-radius: 4px;
    background-color: #fff;
    transition: transform 0.2s, box-shadow 0.3s;
    cursor: pointer;
}

.card:hover, 
.card-custom-pricing:hover, 
.pricing-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.06);
}

.table td, 
.table th {
    padding: 0.75rem;
}

.page-footer a {
    color: #fff;
    text-decoration: none !important;
}

.container {
    position: relative;
    z-index: 20;
    max-width:1320px!important;
}

.testimonials__card p {
    font-size: 16px;
}

/* Custom Styles Added from Inline CSS */
.bg-overlay {
    padding-top: 50px;
    padding-bottom:25px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: #234b9f url('https://makemykb.com/images/bg.png') no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.lead-text {
    font-size: 1.25rem;
    font-weight: 300;
}


.btn-icon {
    margin-right: 0.5rem;
}

.btn-icon-white {
    margin-right: 0.5rem;
    color: white;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.elevate-img, 
.directadmin-img, 
.crossbox-img, 
.secure-img {
    max-width: 100%;
    height: auto;
}

.card-deck {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
}

.box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-title {
    margin-bottom: 0.75rem;
}

.customer-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.img-fluid:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
/* Default styles for desktop */
.main-heading, .lead-text {
    text-align: left; /* Align text to the left on desktops */
}

/* Center text for mobile devices */
@media (max-width: 768px) { /* Adjust the max-width to fit your needs */
    .main-heading, .lead-text {
        text-align: center; /* Center text on mobile devices */
    }
}
    @media (max-width: 768px) {
        .footer-content {
            text-align: center;
        }
        .footer-copyright {
            text-align: center;
        }
    }
    .pricing-card {
    border: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #f3f4f4, #ffffff);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pricing-card h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.pricing-card ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.7;
}

.pricing-card ul li {
    padding: 8px 0;
    text-align: center;
}

.pricing-card ul li i {
    margin-right: 10px;
    color: #011750;
}

.pricing-card h3 {
    font-size: 1.5rem;
    color: #011750;
    font-weight: bold;
}

.pricing-card .btn {
    background-color: #011750 !important;
    border-color: #011750 !important;
    border-radius: 30px;
}

.pricing-card .btn:hover {
    background-color: #0d1b72 !important;
    border-color: #0d1b72 !important;
}

@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 20px;
    }

    .pricing-card h2 {
        font-size: 1.8rem;
    }

    .pricing-card ul {
        font-size: 13px;
    }

    .pricing-card h3 {
        font-size: 1.3rem;
    }
}

.info-link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.info-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.info-content {
    max-width: 800px;
    margin: 50px auto;
    background-color: #022f8e!important;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-popup p, .info-popup ul {
    margin: 15px 0;
}

.info-popup ul {
    padding-left: 20px;
}

.info-popup ul li {
    margin-bottom: 10px;
}

.close-popup {
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    background-color: #555;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.close-popup:hover {
    background-color: #777;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-alert {
    background-color: #000000;
    color: white;
    margin-bottom: 0!important;
}

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

.nav-link:hover,
.dropdown-item:hover {
    color: #f39c12 !important;
    background-color: transparent !important;
}

.navbar-nav .nav-item {
    margin-left: 20px;
}

.navbar-collapse {
    transition: all 0.3s ease;
}

.navbar-text button:hover {
    background-color: #e67e22;
    transform: scale(1.05);
}
.p {
    font-size: 1.1rem!important;
}

.text-muted {
    color: #6c757d !important;
}
a {
    text-decoration: none;
    background-color: transparent;
}
@media (max-width: 768px) {
    .main-heading {
        font-size: 2.5rem!important;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .main-heading {
        font-size: 2.5rem!important;
        line-height: 1.1;
    }
}
.lead-text {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .lead-text {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .lead-text {
        font-size: 1rem;
        line-height: 1.4;
    }
}
/* Default Navbar (Transparent Background) */
.navbar {
    background: transparent;
    transition: background 0s ease-in-out, box-shadow 0s ease-in-out;
}

/* Navbar When Scrolled (Solid Background) */
.navbar.scrolled {
    background: #022f8e;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for better visibility */
}

.page-footer {
    background: linear-gradient(135deg, #020e2d, #071a45);
    color: white;
    font-family: 'Arial', sans-serif;
    padding: 60px 0;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
}

.footer-logo {
    max-width: 250px;
    background: white;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease-in-out;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-description {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.85;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.social-link {
    color: white;
    font-size: 1.6rem;
    transition: transform 0.3s, color 0.3s;
}

.social-link:hover {
    transform: scale(1.2);
    color: #4da8ff;
}

h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease-in-out, transform 0.2s;
    display: inline-block;
}

.footer-links a:hover {
    color: #4da8ff;
    transform: translateX(5px);
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
}

.footer-bottom hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

.footer-bottom p {
    font-size: 0.9rem;
    opacity: 0.75;
}
