@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body,
html {
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
}

.main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

header .navbar ul.navbar-nav li a {
    color: #000;
    padding: 20px 10px;
    border: 1px solid #fff;
}

header .navbar ul.navbar-nav li a:hover {
    border: 1px solid red;
    color: red !important;
}

.splash-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #eee;
    position: relative;
    overflow: hidden;
}

.hero-background-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    object-fit: cover;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splash-screen .hero-section {
    position: relative;
    z-index: 2;
}

.splash-screen .hero-section h1 {
    font-size: 36px;
}

.splash-screen .hero-section button {
    width: 100% !important;
    height: 34px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
}

button.sign-up-btn {
    background-color: #b5b5b5;
    color: #fff;
}

button.login-btn {
    background-color: #1C59B5;
    border: 1px solid #1C59B5;
}

.web-link {
    background-color: #2f3033;
}

.input-group.search-grp {
    position: relative;
}

.input-group.search-grp input {
    border-radius: 0px;
}

.input-group.search-grp button {
    border-radius: 0;
    position: absolute;
    height: 40px;
    right: 0;
    padding: 0;
    width: 42px;
    border: 0;
}

.input-group.search-grp i {
    color: #787d85;
    border-radius: 0;
}

.footer-bg h5 a {
    text-decoration: none;
    color: #fff;
}

.signup-box {
    max-width: 440px;
    margin: 0 auto;
    padding: 60px 15px;
}

.home-page label {
    font-weight: 500;
    font-size: 14px;
}

.form-control {
    border-radius: 4px;
    height: 42px !important;
    font-size: 14px;
}

.password-icon {
    position: absolute;
    right: 12px;
    top: 36px;
    cursor: pointer;
}

.signup-btn {
    background: #1C59B5;
    color: #fff;
    width: 100%;
    height: 42px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 15px;
    border: 1px solid #1C59B5;
}

.auth-buttons-wrapper {
    gap: 10px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

.top-products i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-products i img {
    width: 100%;
    height: 100%;
}

.detail-input {
    position: relative;
}

.detail-input a {
    position: absolute;
    right: 20px;
}

.profile-section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 80px;
    margin-bottom: 60px;
}

i.pro-img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    float: left;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

i.pro-img img {
    width: 100%;
    height: 100%;
}

.account-screen .accordion-button:not(.collapsed)::after {
    background: url(images/close-btn.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.account-screen .accordion-button::after {
    background: url(images/accordion-btn.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.account-screen .accordion .accordion-item h2 button {
    background-color: #fff;
    border-bottom: 0;
    font-size: 24px;
    color: #000;
    border-radius: 30px;
    box-shadow: none;
    padding: 0 20px;
    margin: 20px 0;
}

.account-screen .accordion .accordion-item h2 {
    border-bottom: 0;
    border-radius: 30px;
}

.account-screen .accordion .accordion-item h2 button i img {
    width: 100%;
    height: 100%;
}

.account-screen .accordion .accordion-item h2 button i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.account-screen .accordion .accordion-item {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: 0px 10px 0px -7px #b7b7b7;
}

.account-screen .accordion-body {
    padding-left: 90px;
}

.account-screen .courses-to-completed .accordion .accordion-item h2 button i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ccc;
}

.account-screen .certificates ul {
    padding: 0;
}

.account-screen .certificates ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 10px 0px -7px #b7b7b7;
}

.account-screen .certificates ul li i {
    display: flex;
    align-items: center;
    justify-items: center;
}

.account-screen .certificates ul li i img {
    width: 30px;
    height: 40px;
}

.account-screen .certificates ul li i p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    margin-left: 50px;
}

.account-screen .certificates ul li {
    border: 1px solid #ccc;
    padding: 10px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.account-screen .certificates ul li a {
    margin: 0 20px;
    text-decoration: underline;
}

.test-screen p {
    font-size: 16px;
    line-height: 26px;
    width: 30%;
    margin: 0 auto 40px;
}

.test-screen button {
    width: 300px !important;
    height: 34px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    background-color: #1C59B5;
}

.qut-screen .hero-section ul li {
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    position: relative;
    pointer-events: none;
}

.qut-screen .hero-section ul li::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 16px;
    background: url(images/next-arrow.png) no-repeat;
    right: -11px;
    top: 14px;
}

.qut-screen .hero-section ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.qut-screen .hero-section ul li a.nav-link {
    color: #000;
    opacity: 0.5;
}

.qut-screen .hero-section ul li a.nav-link.active {
    color: #1677FF;
    opacity: 1;
}

.qut-screen .hero-section ul li a.nav-link.active i {
    background-color: #1677FF;
    color: #fff;
}

.qut-screen .hero-section ul li a.nav-link i {
    font-size: 14px;
    font-style: normal;
    width: 25px;
    height: 25px;
    background-color: #00000047;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
}

.qut-screen .hero-section ul {
    border: none;
    justify-content: center;
}

.qut-screen .hero-section ul li a.completed i.count-ic {
    display: none;
}

.qut-screen .hero-section ul li a.completed i.comp-ic {
    display: block !important;
    background-color: inherit;
}


.qut-screen .hero-section .tab-content h1 {
    font-size: 24px;
    margin: 60px 0;
}

.qut-screen .hero-section .tab-content p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 8px;
}

.qut-screen .hero-section .tab-content p.active {
    border-color: #00AD1A;
}

.qut-screen .hero-section .tab-content p:hover {
    border-color: #00AD1A;
}

.qut-screen .hero-section a.btn {
    color: #fff !important;
}

.qut-screen .hero-section .tab-content p.right-ans {
    background-color: #00AD1A;
    color: #fff;
    border-color: #00AD1A;
}

.qut-screen .hero-section .tab-content p.wrong-ans {
    background-color: red;
    color: #fff;
    border-color: red;
}

.marketing-material h2.section-heading {
    margin: 100px 0 30px 0;
}

.cont-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 100px;
}

.marketing-material .mar-img i {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f7fb;
    border-radius: 6px;
    overflow: hidden;
}

.marketing-material .mar-img i img,
.marketing-material .mar-img i video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.marketing-material .mar-img span {
    font-size: 18px;
    color: #000;
}

.strength-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.strength-item img {
    width: 32px;
    height: 32px;
}

a.tab-btn {
    border: 1px solid #e0e0e0;
    background: #fff;
}

a.btn.tab-btn.active {
    border: 2px solid #0048ff;
    font-weight: 600;
    background: #0055ff;
    color: #ffffff;
    ;
}

.product-info h2 {
    font-size: 26px;
}

.product-info h5 {
    font-size: 20px;
}

.product-info h3 {
    font-size: 20px;
}

.product-info p {
    font-size: 18px;
}

.product-info ul {
    padding: 0;
    margin: 0;
}

.product-info ul li {
    list-style: none;
    font-size: 14px;
}

.pack-size .mar-img i {
    width: 100%;
    height: 100%;
}

.pack-size .mar-img i img {
    width: 100%;
    height: 100%;
}

.pack-size .mar-img p {
    display: block;
    font-size: 16px;
    color: #000;
}

.pack-size .mar-img span {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 900;
}

.pack-size h2.section-heading {
    margin-bottom: 50px;
}

.pro-btn button {
    width: 45%;
}

.pro-btn a {
    width: 45%;
}

.pro-btn {
    width: 100%;
    flex-wrap: wrap;
}

a.google-login {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: white;
    font-size: 18px;
    color: black;
}

.google-login svg {
    margin-right: 10px;
}

a.google-login:hover {
    text-decoration: none;
    color: #000000;
}

p.quiz-answer {
    width: 100%;
}

article#post-3 {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
}

header.entry-header {
    margin: 50px 0 50px 0;
}

.footer-bg a {
    color: #fff;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.current-menu-item a {
    border: 1px solid red !important;
    color: red !important;
}

@media (max-width: 768px) {
    i.pro-img {
        float: inherit;
    }

    .account-screen .accordion .accordion-item h2 button {
        font-size: 16px;
    }

    .account-screen .accordion .accordion-item h2 button i {
        margin-right: 20px;
    }

    .account-screen .accordion-body {
        padding-left: 20px;
    }

    .account-screen .certificates ul li {
        padding: 10px;
    }

    .account-screen .certificates ul li i p {
        font-size: 16px;
        margin-left: 20px;
    }

    .account-screen .certificates ul li a {
        margin: 0;
    }

    .account-screen .profile-section {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .test-screen {
        padding: 50px 0;
    }

    .test-screen p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .test-screen h1 {
        font-size: 22px;
    }

    .qut-screen .hero-section ul li {
        margin: 0;
    }

    .qut-screen .hero-section ul li::after {
        display: none;
    }

    .qut-screen .hero-section .tab-content h1 {
        font-size: 18px;
        margin: 40px 0;
    }

    .qut-screen .hero-section .tab-content p {
        font-size: 16px;
    }

    .qut-screen .hero-section ul {
        border: none;
        overflow-x: scroll;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .marketing-material h2.section-heading {
        margin: 50px 0 30px 0;
    }

    .product-info h2 {
        font-size: 18px;
        line-height: 26px;
    }

    article#post-3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: block;
}
}

@media (max-width: 1120px) {
    article#post-3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: auto;
    }
}

/* Custom Auth Buttons */
.custom-auth-btn {
    width: 300px !important;
    max-width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    transition: opacity 0.3s;
    border: none !important;
    margin: 0 auto !important;
}

.custom-auth-btn:hover {
    opacity: 0.9;
    color: #fff !important;
}

.custom-login-btn {
    background-color: #2546bd !important;
    color: #fff !important;
}

.custom-login-btn:hover {
    background-color: #1a3a9c !important;
    color: #fff !important;
}

.custom-signup-btn {
    background-color: #6c757d !important;
    color: #fff !important;
}

.custom-signup-btn:hover {
    background-color: #5a6268 !important;
    color: #fff !important;
}