html body,
    body button,
    body input,
    body select,
    body textarea,
    body .btn,
    body .dropdown-menu,
    body .navbar,
    body .tooltip,
    body .popover {
        font-family: var(--bs-body-font-family) !important;
    }

    .container {
        max-width: 1300px !important;
    }

    .header-menu-modern .navbar > .container {
        width: min(calc(100% - 2rem), 1300px) !important;
        max-width: 1300px !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14) !important;
    }

    .header-menu-modern .nav-link:not(.header-login-link):not(.header-menu-cta),
    .header-menu-modern .dropdown > .nav-link:not(.header-login-link):not(.header-menu-cta),
    .header-menu-modern .nav-link:not(.header-login-link):not(.header-menu-cta):hover,
    .header-menu-modern .dropdown:hover > .nav-link:not(.header-login-link):not(.header-menu-cta),
    .header-menu-modern .dropdown > .nav-link:not(.header-login-link):not(.header-menu-cta).show,
    .header-menu-modern .nav-link:not(.header-login-link):not(.header-menu-cta).active,
    .header-menu-modern .dropdown > .nav-link:not(.header-login-link):not(.header-menu-cta).active {
        color: #0b0b4d !important;
        transition: none !important;
        transform: none !important;
    }

    .header-menu-modern .nav-link:not(.header-login-link):not(.header-menu-cta).active::after,
    .header-menu-modern .dropdown > .nav-link:not(.header-login-link):not(.header-menu-cta).active::after {
        background: #0b0b4d !important;
    }

    .header-menu-modern .header-menu-dropdown:hover > .dropdown-menu:not(.show):not(.is-click-open) {
        display: none !important;
    }

    .header-menu-modern .header-menu-dropdown > .dropdown-menu.show,
    .header-menu-modern .header-menu-dropdown > .dropdown-menu.is-click-open,
    .header-menu-modern .offcanvas-body [data-mobile-dropdown].is-mobile-open > .dropdown-menu {
        display: block !important;
    }

    .header-menu-modern .header-menu-cta,
    .header-menu-modern .header-login-link,
    .header-menu-modern .offcanvas-body .header-menu-cta,
    .header-menu-modern .offcanvas-body .header-login-link {
        background: #7C3AED !important;
        color: #ffffff !important;
        box-shadow: 0 14px 28px rgba(124, 58, 237, 0.24) !important;
        transition: none !important;
    }

    .header-menu-modern .header-menu-cta:hover,
    .header-menu-modern .header-menu-cta:focus,
    .header-menu-modern .header-menu-cta:active,
    .header-menu-modern .header-login-link:hover,
    .header-menu-modern .header-login-link:focus,
    .header-menu-modern .header-login-link:active,
    .header-menu-modern .offcanvas-body .header-menu-cta:hover,
    .header-menu-modern .offcanvas-body .header-menu-cta:focus,
    .header-menu-modern .offcanvas-body .header-menu-cta:active,
    .header-menu-modern .offcanvas-body .header-login-link:hover,
    .header-menu-modern .offcanvas-body .header-login-link:focus,
    .header-menu-modern .offcanvas-body .header-login-link:active {
        background: #6D28D9 !important;
        color: #ffffff !important;
    }

    .header-menu-modern .header-menu-parent-toggle,
    .header-menu-modern .offcanvas-body .nav-link,
    .header-menu-modern .offcanvas-body .dropdown > .btn {
        transition: none !important;
        transform: none !important;
    }

    .header-menu-modern .offcanvas {
        transition: transform 0.22s ease !important;
        will-change: transform;
    }

    @media (max-width: 1199.98px) {
        .header-menu-modern .navbar-brand {
            margin-right: auto !important;
        }

        .header-menu-modern .mobile-menu-toggle {
            order: 99 !important;
            margin-left: auto !important;
        }

        .header-menu-modern .offcanvas-body .nav-link:not(.header-login-link):not(.header-menu-cta),
        .header-menu-modern .offcanvas-body .dropdown > .nav-link:not(.header-login-link):not(.header-menu-cta),
        .header-menu-modern .offcanvas-body .nav-link:not(.header-login-link):not(.header-menu-cta):hover,
        .header-menu-modern .offcanvas-body .dropdown:hover > .nav-link:not(.header-login-link):not(.header-menu-cta),
        .header-menu-modern .offcanvas-body .dropdown > .nav-link:not(.header-login-link):not(.header-menu-cta).show {
            color: #0b0b4d !important;
        }
    }

    @media (min-width: 1200px) {
        .content-section-layout[data-page-type="page"] > section > .container,
        .content-section-layout[data-page-type="service"] > section > .container,
        .content-section-layout[data-page-type="category"] > section > .container,
        .content-section-layout[data-page-type="blog"] > section > .container,
        .content-section-layout[data-page-type="blog_post"] > section > .container,
        .content-section-layout > .blog-category-breadcrumb-section > .container,
        .provider-category-page > section > .container,
        .instagram-premium-page > section > .container,
        .blog-modern > .container,
        .blog-modern .blog-hero > .container,
        .post-single-modern > .container {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
    }
