﻿:root {
    --primary-dark: #03336e;
    --primary-red: #f2f2f2;
    --accent-yellow: #ffc000;
    --text-white: #ffffff;
    --rounded-radius: 3.3rem;
}

body {
    font-family: "Cairo", sans-serif;
    background-color: white;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none !important;
}

.main-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-dark);
    z-index: 9999;
}

    .main-loader p {
        color: var(--text-white);
        font-size: 1.1rem;
        font-weight: 500;
    }

.loader-spinner {
    animation: rotate 1.5s linear infinite;
}

.loader-path {
    stroke: var(--primary-red);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

.btn-search {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    animation-name: searchAnimation;
    animation-duration: 4s;
}

/* Fixed User/Login Button Style */
.pio-fixed-login-container {
    position: fixed;
    top: 10px;
    inset-inline-start: 55px;
    z-index: 10001; /* High enough to be over the loader */
}

.pio-fixed-login-btn {
    background: #FFF;
    color: #333 !important; /* Black text as requested */
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #eee;
}

    .pio-fixed-login-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 170, 205, 0.3);
        color: #00AACD !important; /* Subtle color shift on hover */
    }

    .pio-fixed-login-btn i {
        font-size: 16px;
        color: #00AACD; /* Blue icon */
    }

    /* Remove the default arrow from the dropdown name button if desired */
    .pio-fixed-login-btn.dropdown-toggle::after {
        display: none;
    }

    /* Ensure the dropdown menu appears correctly near your fixed button */
    .pio-fixed-login-container .dropdown-menu {
        margin-top: 10px !important;
        min-width: 150px;
    }

        /* Style for the manual Angular dropdown */
    .pio-fixed-login-container .dropdown-menu.show {
        position: absolute;
        top: 100%;
        inset-inline-start: 0;
        margin-top: 10px;
        display: block !important; /* Force display when showActionMenu is true */
        opacity: 1;
        visibility: visible;
    }

    .dropdown-item:hover {
        background-color: #f1f8fa;
        color: #00AACD;
        cursor: pointer;
    }



@keyframes mysearchAnimationAnimation {
    from {
        background-color: red;
    }

    to {
        background-color: yellow;
    }
}


@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/* header section */
main > header {
    background-image: url("../../assets/Network-Information-Security/bg.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #fbfdff;
    height: 475px;
}

header > .row > .col-lg-7:first-child > div > h2 {
    font-size: 38px;
    font-weight: bold;
    color: #009e9c;
}

header > .row > .col-lg-7:first-child > div > p {
    font-size: 18px;
    font-weight: 600;
    color: #03336e;
    line-height: 2;
    width: 97%;
    text-align: justify;
}

.logo + img {
    margin-top: -90px;
}

.sticky {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 100;
    display: block !important;
}

#scrooling {
    padding: 15px;
}

#back-img {
    width: 55px !important;
}

.sticky-none {
    display: none !important;
}

/*.video-mob {
    display: none !important;
}

.video-desktop {
    display: flex !important;
}
   */

/* company section */
.company-img {
    display: flex;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.company > .row > .col-md-4:nth-child(2) > div > .company-img > img {
    transform: scale(2.6);
}

.company-img ~ h2 {
    font-size: 20px;
    font-weight: bold;
    color: #009e9c;
}

.company-img ~ p {
    font-size: 18px;
    color: #03336e;
}

/* certificate Section  */
.certificate > .row:first-child > .col-12 {
    background-color: #03336e;
    color: white;
}

.certificate > .row:nth-child(2) {
    max-width: 80%;
    margin-right: 10%;
}

    .certificate > .row:nth-child(2) > .col > a > div {
        border-radius: 10px;
        text-align: center;
        width: 200px;
        color: #03336e;
        cursor: pointer;
        overflow-wrap: break-word;
        height: 60px;
        box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px 0px
    }

        .certificate > .row:nth-child(2) > .col > a > div > h2 {
            padding: 0;
            margin: 0;
            font-size: 16px;
            font-weight: 700;
        }

        .certificate > .row:nth-child(2) > .col > a > div > h3 {
            padding: 0;
            margin: 0;
            font-size: 12px;
            font-weight: normal;
        }

    .certificate > .row:nth-child(2) > .col > div:hover {
        border: #00605f solid 2px;
    }

.Courseactive {
    border: #009e9c solid 2px;
}


.certificate-img {
    width: 130px;
    background-position: center;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
}

.certificate-details > .col-md-7 > div > h2 {
    font-size: 30px;
    font-weight: 700;
    color: #009e9c;
    margin-top: -13px !important;
}

.certificate-details > .col-md-7 > div > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #03336e;
}

.certificate-details > .col-md-7 > div > button {
    background-color: #ff9100;
    border-radius: 10px;
    width: 300px;
    height: 60px;
}

.certificate-video {
    height: 285px;
    width: 450px;
}

    .certificate-video > span {
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }

        .certificate-video > span > iframe {
            width: 100%;
            height: 100%;
            border-radius: 15px;
        }

.people {
    padding: 0 !important;
    width: 430px;
    justify-content: center !important;
    align-items: center;
}
/* skills section */
.skills {
    background-color: #f9f9f9;
}

    .skills > .row:first-child > .col-12 > div > h2 {
        font-size: 30px;
        font-weight: 700;
        color: #009e9c;
    }

.skills-details > h2 {
    font-size: 18px;
    color: #03336e;
    line-height: 1.4;
    margin: 0;
}

.skills-details > p {
    color: #03336e;
}

div[class="col-2 d-flex flex-column p-md-0"] {
    flex-basis: content;
}

img.skills-icon {
    width: 40px;
    height: 40px;
}

/* reviews section */
.student-story {
    font-size: 30px;
    font-weight: 700;
    color: #009e9c;
}

.w-60 {
    width: 70%;
}

.reviews {
    background-color: #333435;
    border-top: 4px solid #ff9100;
    border-bottom: 4px solid #ff9100;
    min-height: 500px;
}



    .reviews > .col-lg-7 > div > h2 {
        font-size: 37px;
        font-weight: bold;
        align-self: end;
    }

    .reviews > .col-lg-7 > div > p {
        font-size: 20px;
    }

    .reviews > .col-lg-5 > div:first-child {
        width: fit-content;
    }

.reviews-img {
    width: 225px;
    height: 175px;
    border-radius: 10px;
    background-image: url("../../assets/Network-Information-Security/certif.jpg");
    background-size: cover;
    background-position: center;
}

    .reviews-img > div {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        background-image: url("../../assets/Network-Information-Security/student.jpeg");
        background-size: cover;
        background-position: center;
        position: relative;
        left: 25%;
        top: 20%;
        border: 2px solid #ff9100;
    }

.reviews > .col-lg-7 > div {
    border-left: 2px solid #989999;
    align-self: center;
    min-height: 355px;
}

.reviews-content {
    width: 80%;
}

    .reviews-content > h2 {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        max-width: 350px;
    }

    .reviews-content > h3 {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        max-width: 350px;
    }

/* exam section */
.exam > div > div > div > h2 {
    font-size: 28px;
    font-weight: 700;
    color: #009e9c;
}

    .exam > div > div > div > h2 > span {
        color: #03336e;
    }

.exam > div > div > div > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #03336e;
}

.exam-video {
    height: 245px;
    width: 390px;
}

    .exam-video > iframe {
        border-radius: 15px;
    }

.exam-details > div:first-child > div > div {
    width: 450px;
    height: 175px;
    border-radius: 15px;
    box-shadow: 0 0 0.6rem 0.5px rgb(0 0 0 / 15%);
}

    .exam-details > div:first-child > div > div > h2 {
        font-size: 22px;
        font-weight: bold;
        color: #009e9c;
    }

    .exam-details > div:first-child > div > div > p {
        font-size: 16px;
        font-weight: 600;
        color: #03336e
    }

.exam-details > div:nth-child(2) > div:first-child p {
    font-size: 30px;
    font-weight: 700;
    line-height: 2;
    color: #03336e;
}

.exam-details > div:nth-child(2) > div:nth-child(2) button {
    background-color: #ff9100;
    border-radius: 10px;
    width: 300px;
    height: 60px;
}

/* footer section */
.footer {
    background-color: #03336e;
    background-position: center;
    font-size: 2rem;
}


    .footer .social_media a:hover i {
        color: #ff9100;
    }

    .footer > .row:first-child > div a:hover img {
        filter: contrast(40%) sepia(1) hue-rotate(339deg) saturate(1000%);
    }


.text-right {
    text-align:right !important;
}

.table-header-custom {
    --bs-table-bg: #03336e;
    --bs-table-striped-bg: #03336e;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #03336e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #03336e;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #03336e;
}

caption {
    color: #03336e;
    font-weight: bold !important;
}

.rtl-body caption {
    text-align: right;
}


/* ============================================
   Login Modal - Campaign Custom Styling
   ============================================ */

.login-modal .modal-dialog {
    max-width: 380px;
    margin-inline: auto;
}

.login-modal .modal-content {
    background-color: var(--primary-dark);
    border: 1px solid var(--primary-red);
    border-radius: 30px;
    color: var(--text-white);
}

.login-modal .modal-body {
    padding: 30px 25px;
}

.login-modal .modal-loader .loader {
    display: none;
}

.login-modal .loader-spinner {
    animation: rotate 1.5s linear infinite;
}

.login-modal .loader-path {
    stroke: var(--primary-red);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

.login-modal .modal-loader p {
    color: var(--text-white);
    font-size: 1.1rem;
    font-weight: 500;
}

.login-modal .modal-body > div > p {
    color: var(--text-white);
}

.login-modal h5 {
    color: var(--primary-red);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.login-modal .d-flex.justify-content-start.align-items-start {
    border-bottom: none !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

.login-modal .fa-right-to-bracket,
.login-modal .fa-lock,
.login-modal .fa-fingerprint,
.login-modal .fa-unlock {
    display: none !important;
}

.login-modal .fa-user-plus {
    display: block !important;
    font-size: 3rem !important;
    color: var(--accent-yellow) !important;
    margin-bottom: 10px;
}

.login-modal
.d-flex.justify-content-start.align-items-start
.d-flex.flex-column {
    align-items: center;
    width: 100%;
}

.login-modal .d-flex.justify-content-start.align-items-start p {
    color: var(--text-white);
    font-size: 0.9rem !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

.login-modal .nav-pills {
    justify-content: center !important;
    gap: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 25px !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

    .login-modal .nav-pills .nav-item {
        margin: 0;
    }

    .login-modal .nav-pills .nav-link {
        background-color: transparent !important;
        color: var(--text-white) !important;
        border-radius: 0;
        padding: 8px 15px;
        font-weight: 600;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative;
        border: none !important;
    }

        .login-modal .nav-pills .nav-link::after {
            content: "";
            position: absolute;
            bottom: -16px;
            left: 0;
            right: 0;
            height: 3px;
            background-color: transparent;
            transition: background-color 0.3s ease;
        }

        .login-modal .nav-pills .nav-link.active {
            background-color: transparent !important;
            color: var(--accent-yellow) !important;
        }

            .login-modal .nav-pills .nav-link.active::after {
                background-color: var(--accent-yellow);
            }

        .login-modal .nav-pills .nav-link i {
            font-size: 1.1rem;
        }

        .login-modal .nav-pills .nav-link:hover {
            color: var(--accent-yellow) !important;
        }

.login-modal .form-control {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 15px;
    color: #333;
    font-size: 1rem;
}

    .login-modal .form-control::placeholder {
        color: #aaa;
    }

    .login-modal .form-control:focus {
        box-shadow: 0 0 0 3px rgba(255, 192, 0, 0.3);
    }

#ddlCountry, #ddlForgetCountry {
    padding: 11px 15px !important;
    border-radius: 10px !important;
}

.login-modal .btn-login,
.login-modal .btn-secondary {
    background-color: var(--accent-yellow);
    color: var(--primary-dark);
    font-weight: 700;
    border-radius: 25px;
    padding: 10px 0;
    border: none;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 10px;
    transition: all 0.3s ease;
}

    .login-modal .btn-login:hover {
        opacity: 0.9;
        transform: translateY(-2px);
    }

.login-modal a {
    color: var(--primary-red) !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

    .login-modal a:hover {
        color: #ff4d85;
    }

.login-modal .flag-container {
    display: flex;
    gap: 10px;
}

.login-modal .flag-select {
    width: 80px;
    flex-shrink: 0;
}

.login-modal .phone-input {
    flex-grow: 1;
}

.loader-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    min-height: 400px; /* Adjust based on your card height */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

    .loader-card .loader-spinner {
        width: 50px;
        height: 50px;
        border: 4px solid var(--primary-red);
        border-top: 4px solid transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-card p {
    color: var(--primary-dark);
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.2rem;
}

/* Search Button Interaction Effects */
.btn-search svg {
    animation: searchPulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.2s ease-in-out;
}

.btn-search {
}

@keyframes searchPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 45, 68, 0.4);
    }

    50% {
        transform: scale(1.05);
        color: var(--primary-red);
        box-shadow: 0 0 0 6px rgba(0, 45, 68, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 45, 68, 0);
    }
}

.btn-search:hover {
    background-color: #f8f9fa !important;
    color: var(--primary-red) !important;
    animation-play-state: paused;
}

.btn-search:active {
    transform: scale(0.95);
    background-color: #e9ecef !important;
}

.btn-search:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(0, 45, 68, 0.1) !important;
}




/* Responsive */
/* large screen */
@media (max-width: 1440px) {
    .w-60 {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .logo + img {
        margin-top: auto;
    }

    .people {
        width: 41%;
        padding-right: 1.5rem !important;
    }

    main > header {
        height: fit-content;
    }

    .w-60 {
        width: 85%;
    }

    .reviews > .col-lg-7:first-child > div > p {
        font-size: 15px;
    }

    .reviews > .col-lg-7:first-child > div > h2 {
        font-size: 28px;
    }

    .reviews-content > h2 {
        font-size: 28px;
    }

    .reviews-content > h3 {
        font-size: 15px;
    }
}
/* Tablet */
@media (max-width: 768px) {
    main > header {
        background-position-x: center;
        background-size: contain;
    }

    .logo + img {
        margin-top: 0px;
    }

    header > .row > .col-lg-7:first-child > div > h2{
        font-size: 21px;
    }

    header > .row > .col-lg-7:first-child > div > p{
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 0px;
    }

    /* company section */

    .company-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

        .company-img ~ h2 {
            font-size: 16px;
            font-weight: bold;
        }

        .company-img ~ p {
            font-size: 14px;
        }

    /* certification section */
    .certificate > .row:first-child > .col-12 > h2 {
        font-size: 20px;
    }

    .certificate-details > div:first-child > div:first-child > img {
        max-width: 100%;
    }

    .certificate > .row:nth-child(2) {
        max-width: 100%;
    }


    .col {
        flex: auto !important;
    }

    .certificate > .row:nth-child(2) > .col > div {
        min-width: fit-content;
    }

        .certificate > .row:nth-child(2) > .col > div > h2 {
            font-size: 15px;
        }

    .certificate-img {
        width: 100px;
        height: 100px;
    }

    .certificate-details > .col-md-7 > div {
        margin-top: 7px;
    }

        .certificate-details > .col-md-7 > div > h2 {
            font-size: 20px;
            margin-top: -7px !important;
        }

        .certificate-details > .col-md-7 > div > p,
        .certificate-details > .col-lg-7 table * {
            font-size: 15px;
            line-height: 1.6;
        }

    .certificate-video {
        height: 210px;
    }

    /* skills section */
    .skills-details > h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .skills-details > p {
        font-size: 14px;
    }

    .skills > .row:first-child > .col-12 > div > h2 {
        font-size: 25px;
        font-weight: 700;
        color: #009e9c;
    }

    img.skills-icon {
        width: 33px;
    }


    .logo {
        width: 45%;
    }

    /* reviews section */
    .reviews {
        min-height: 557px;
    }

    .people {
        width: 70%;
        border-bottom: 2px solid #989999;
        padding-bottom: 10px !important;
        margin-bottom: 10px;
        align-self: end;
        margin: 0px auto;
        margin-top: auto;
    }

    .student-story {
        font-size: 25px;
    }

    .reviews > .col-lg-7:first-child > div > h2 {
        font-size: 25px;
    }

    .reviews > .col-lg-7 > div > p {
        font-size: 15px;
    }

    .reviews > .col-lg-7 > div {
        /*border-top: 2px solid #989999;*/
        border-left: none;
        min-height: 100px;
    }

    .review-end {
        justify-content: center !important;
        align-self: baseline;
        order: 1 !important;
        width: 100%;
    }

    .reviews > .col-lg-5 > div:first-child {
        width: fit-content;
    }

    .reviews-content {
        padding-right: 0px;
        width: fit-content;
        margin: 0px auto;
    }

        .reviews-content > h2 {
            font-size: 25px;
        }

    .reviews-img {
        width: 200px;
        height: 150px;
        border-radius: 10px;
        background-size: cover;
        background-position: center;
    }

        .reviews-img > div {
            width: 85px;
            height: 85px;
        }

    .reviews > .col-lg-5 > div > div > div > h2 {
        font-size: 25px;
        font-weight: bold;
    }

    .reviews > .col-lg-5 > div > div > div > h3 {
        font-size: 15px;
        font-weight: 500;
    }

    .reviews > .col-lg-5 > div > div {
        border-right: 0px;
        border-bottom: 2px solid #989999;
        margin: auto;
    }

    .reviews > .col-lg-7:first-child > div {
        padding-left: 35px;
    }

    .col-lg-5.col-md-6.p-md-0.order-0.order-md-1.d-flex.flex-column.justify-content-center {
        justify-content: end !important;
        order: 0 !important;
    }
    /* exam section */
    .exam > div > div > div > h2 {
        font-size: 24px;
        margin-top: -10px;
    }

    .exam > div > div > div > p {
        font-size: 15px;
        width: 100% !important;
        line-height: 1.6;
        padding-inline: 10px;
    }

    .exam-details > div:first-child > div > div > h2 {
        font-size: 20px;
        padding-inline: 2px;
        line-height: 1.4;
        margin: 0;
    }

    .exam-details > div:first-child > div > div > p {
        font-size: 17px;
    }

    .exam-details > div:nth-child(2) > div:first-child p {
        font-size: 20px;
    }

    .exam-video {
        height: 230px;
        width: 370px;
    }
}
/* mobile */
@media (max-width: 500px) {
    #scrooling > img {
        width: 100px;
    }

    main {
        overflow: hidden;
    }

        main > header {
            background-image: unset;
            height: 100%
        }

    header > .row > .col-lg-7:first-child > div > p {
        padding-bottom: 15px
    }

    header > .row > .col-lg-7:first-child > div > h2 {
        z-index: 2;
    }

    header > .row > .col-lg-7:first-child > div > p {
        z-index: 2;
    }

    .logo {
        width: 35%;
        margin-left: 20px;
    }

        .logo + img {
            width: 80%;
            margin: auto;
            position: absolute;
            z-index: 1;
            opacity: 30%;
        }


    /*        .video-mob {
            display: block !important;
            height: 100%;
        }
    


        
        .video-desktop {
            display: none;
        }
   */

    .certificate > .row:nth-child(2) > .col {
        max-width: unset !important;
    }

        .certificate > .row:nth-child(2) > .col > a > div > h2 {
            margin-top: 2px;
        }

        .certificate > .row:nth-child(2) > .col > a > div > h3 {
            margin-top: -9px;
        }

        .certificate > .row:nth-child(2) > .col > a > div {
            height: 50px;
            width: 100%;
        }

    .certificate-details > .col-md-7 > div > button {
        align-self: center;
        margin-bottom: 10px;
        height: 40px;
    }

    .certificate-video {
        height: 240px;
        width: 100%;
        margin: auto;
    }

    .reviews {
        min-height: 656px;
    }

        .reviews > .col-lg-5 > div:first-child {
            padding: 0px;
            margin: 2px auto;
        }

    .w-60 {
        width: 80%;
        margin: auto;
    }

    .reviews-content > h2 {
        max-width: 100%;
        text-align: center;
        font-size: 22px;
    }

    .reviews-content > h3 {
        font-size: 14px;
    }

    .reviews-content > h3 {
        text-align: center;
        max-width: 75%;
        margin: auto;
    }

    .reviews > .col-lg-7:first-child > div > h2 {
        max-width: 100%;
        text-align: center;
        font-size: 22px;
    }

    .reviews > .col-lg-7:first-child > div > p {
        font-size: 14px;
        margin: 0;
    }


    .reviews > .col-lg-7 > div {
        border-left: 0px;
        padding-left: 0px;
        padding-top: 10px;
        min-height: unset;
    }

    .reviews > .col-lg-7:first-child > div {
        padding-left: 0px;
        align-items: baseline;
    }

    .exam > div > div > div > p {
        text-align: right !important;
    }

    .exam-details > div:nth-child(2) > div:nth-child(2) button {
        height: 40px;
    }

    .exam-video {
        height: 240px;
        width: 100%;
    }

    .footer {
        font-size: 1.5rem;
    }
}
