body,
div,
ul,
li,
a,
button,
td,
span {
    font-family: 'Open Sans', sans-serif !important;
}

a {
    text-decoration: none;
}

.cropped-home-banner {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    border-left: 0px solid #f9f9f900;
    border-right: 70px solid #13d76203;
}


@media only screen and (max-width: 766px) {
    .cropped-home-banner {
        display: none;
    }

    .home-banner-area {
        background: none !important;
        padding: 80px 0 75px !important;
    }

    .home-banner-wrap {
        max-width: 100% !important;
        text-align: center;
    }
}

.bg-background {
    background: #f9f9f9;
}

.bg-transparent {
    background: #00000000 !important;
}

.top-categories {
    width: 100%;
    height: 100%;
    padding: 20px 35px;
    display: inline-flex;
    border: 1px solid #e4e4e4;
    text-decoration: none;
    display: grid;
    align-content: center;
}

.top-categories:hover,
.top-categories:focus {
    background-color: #ec5252;
    background-image: url('../img/category-bg.png');
    background-size: cover;
    background-position: 50%;
    transition: all .5s;
}

.category-icon {
    width: 64px;
    height: 64px;
    background-color: #ec5252;
    color: #fff;
    border-radius: 50px;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    margin: 10px auto;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.top-categories:hover .category-icon,
.top-categories:focus .category-icon {
    background-color: #fff;
    color: #000;
}

.category-title {
    font-weight: 600;
}

.top-categories:hover .category-title,
.top-categories:focus .category-title {
    color: #fff;
}

.category-title p {
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}

.top-categories:hover .category-title p,
.top-categories:focus .category-title p {
    color: #efdcdc;
}

.divider-1 {
    background-color: #b8c3c5;
    margin-left: -15px;
    margin-right: -10px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.compare-row {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}

.btn-compare-sm {
    color: #066ac9;
    background: #eff4ff;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    border: none;
    line-height: 24px;
    margin-top: 3px;
}

.btn-compare-sm i {
    margin-right: 4px;
}

.btn-compare-sm:hover,
.btn-compare-sm:focus {
    color: #fff;
    background: #066ac9;
}

.badge-sub-warning {
    background-color: #eceb98 !important;
    color: #3c3c2d !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.badge-primary {
    background-color: #066ac9 !important;
    color: #fff !important;
    padding: 6px 10px;
    font-weight: 500;
}

.floating-user {
    width: auto;
    height: 30px;
}

.floating-user img {
    border-radius: 15px;
    position: absolute;
}

.floating-user img:hover,
.floating-user img:focus {
    z-index: 999;
}

.become-user-label {
    padding: 30px 25px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.bg-sub-primary {
    background-color: #e6f0f9;
}

.bg-sub-danger {
    background-color: #fcebeb;
}

.text-sub-warning {
    color: #eceb98 !important;
}

.footer-area {
    color: #bfc8da;
}

.footer-hover-link {
    text-decoration: none;
    font-size: 13px;
    color: #bfc8da;
    font-weight: 500;
}

.footer-hover-link:hover {
    color: #efefef !important;
}

.language_selector {
    border-radius: 5px;
    font-size: 14px;
    background: #066ac9;
    border-color: #066ac9;
    color: #bfc8da;
    padding: 6px 10px;
}

.footer-summary {
    color: #fff;
    padding: 29px 30px;
    background: linear-gradient(360deg, rgba(10, 28, 58, 1) 0%, rgba(35, 52, 81, 1) 100%);
}

.footer-summary h3,
.footer-summary h4,
.footer-summary h5 {
    line-height: 32px;
    font-size: 22px;
}

ul.footer-social-link {
    list-style: none;
    padding-left: 0px;
    height: 30px;
}

ul.footer-social-link li {
    float: left;
    background-color: #293e61;
    color: #fff;
    margin: 0px 8px 0px 0px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    transition: all .3s;
}

.border-top-sub-blue {
    border-top: 1px solid #293e61;
}

ul.footer-social-link li.active,
ul.footer-social-link li:hover {
    background-color: #ec5252;
    transition: all .3s;
}

ul.footer-social-link li a {
    display: block;
    color: #fff;
    font-size: 15px;
}

ul.footer-social-link li a:hover {
    color: #ddd;
}




section.featured-instructor {
    background: white;
    padding: 30px 0px 0px 0px;
}

.top-instructor-img {
    max-width: 250px;
}

.top-instructor-img img {
    border-radius: 10px 0px 0px 10px;
}

@media only screen and (min-width: 1200px) {
    .top-instructor-details {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        max-width: 58%;
        padding: 0px 22px;
    }
}

.top-istructor-slick .slick-prev:before {
    color: #066ac9;
    font-size: 25px;
    margin-right: -25px;
}

.top-istructor-slick .slick-next:before {
    color: #066ac9;
    font-size: 25px;
    margin-left: -25px;
}

.slick-list.draggable {
    border-radius: 10px;
    margin: 0px 12px;
}




/*.instructor-summary .slick-prev:before{
    font-family: "Font Awesome 5 Free";
    content: f30a;
    color: #040404;
}
.instructor-summary .slick-next:before{
    font-family: "Font Awesome 5 Free";
    content: f30b;
    color: #040404;
}*/
.instructor-summary .slick-track {
    padding: 0px;
}

.instructor-summary .instructor-image {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: -100px;
    z-index: -1;
}

.instructor-summary img {
    height: 200px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.instructor-summary .summary-box {
    border-radius: 8px;
    background-color: #066ac9;
    color: #fff;
    padding: 22px 25px;
    margin: 0px 40px;
}

.instructor-summary .summary-box .summary-body {
    font-size: 14px;
}

.instructor-summary .summary-box .summary-footer {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .instructor-summary .summary-box .summary-footer {
        display: inline-grid;
    }

    .instructor-summary .summary-box .summary-footer .name {
        margin-top: 10px;
    }
}

.instructor-summary .summary-box .summary-footer .badge {
    background-color: #3e95e8;
}

.instructor-summary .summary-box .summary-footer .name {
    width: auto;
    margin-left: auto;
    padding-left: 100px;
    white-space: nowrap;
}

.instructor-summary .summary-box .summary-footer .name>h6 {
    color: #fff;
    margin: 0px !important;
    font-size: 15px;
    font-weight: 700;
}

.instructor-summary .summary-box .summary-footer .name>h6::before {
    content: "";
    position: absolute;
    background-color: white;
    width: 80px;
    height: 1.5px;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: -90px;
}

.instructor-summary .summary-box .summary-footer .name>span {
    font-size: 12px;
    color: #ffffff;
}







.hover-shadow-1:hover {
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}

.image-placeholder-1 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0, 35, 51, 0) 100%) !important;
}

.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%) !important;
}

.image-placeholder-3 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 42%) 0%, rgb(0 35 51 / 0%) 100%) !important
}

.compare-row {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}

.compare-row-icon {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #444;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.skill-level-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.skill-level-icon span {
    background-color: #dcdee1;
    margin-left: 1.5px;
    margin-right: 1.5px;
    float: left;
}

.skill-level-icon .active {
    background-color: #ec5252;
}

.skill-level-icon span:first-of-type {
    width: 5px;
    height: 8px;
    margin-top: 16px;
}

.skill-level-icon span:nth-of-type(2n) {
    width: 5px;
    height: 16px;
    margin-top: 8px;
}

.skill-level-icon span:last-of-type {
    width: 5px;
    height: 24px;
}

.marge-input-box input {
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
    font-size: 13px;
}

.marge-input-box .input-group-append {
    border: 1px solid #cccfe7;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
}

.marge-input-box button {
    background: #ec5252;
    color: #fff;
    font-weight: 500;
    margin: 5px;
    font-size: 13px;
    border-radius: 8px;
}

.marge-input-box button:hover {
    background: #cd4f4f;
    color: #fff;
}








/*Signup & sign in page login*/
.sign-up-form {
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -1px #ebebeb;
}

.sign-up-form .form-group {
    margin-bottom: 15px;
}

.sign-up-form .form-group label {
    color: #5c5c5c;
    font-weight: 600;
}

.sign-up-form .form-group .input-group span {
    border-right: none;
    padding: 12px 8px 12px 15px;
    border-radius: 10px;
    color: #878787;
    font-size: 15px;
    font-weight: 500;
}

.sign-up-form .form-group .input-group input {
    border-left: none;
    padding: 12px 5px;
    border-radius: 10px;
    color: #878787;
    font-size: 13px;
    font-weight: 500;
}

/*End Signup & sign in page login*/




/*used on Home page*/
.animated-loader {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.common-search-box {
    margin-right: 50px;
    padding: 0px 0;
}

.common-search-box input {
    background-color: hsl(192deg 33% 97%);
    border: 1px solid hsl(192deg 33% 97%);
    height: 40px;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
}

.common-search-box input:focus {
    background-color: #fff;
    border-color: #dedfe0;
    border-right-color: transparent;
}

.common-search-box input:focus+.input-group-button {
    background-color: #fff !important;
    border-top: 1px solid #dedfe0 !important;
    border-right: 1px solid #dedfe0 !important;
    border-bottom: 1px solid #dedfe0 !important;
    padding: 5px 9px 5px 10px !important;
}

.common-search-box button {
    background-color: #ec5252 !important;
    border-color: #ec5252;
    color: #fff;
    padding: 1px 6px;
    border-radius: 6px;
}

.common-search-box button:hover {
    color: #efefef;
}

.common-search-box .input-group-button {
    background-color: hsl(192deg 33% 97%);
    padding: 6px 10px 6px 10px;
    border-radius: 0px 5px 5px 0px;
}

/*Custom print content*/
@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}

/*End Custom print content*/





/*BLOG start*/
.card-blog {
    border-radius: 10px;
    margin: 30px 0px;
}

.card-blog>img {
    border-radius: 10px;
}

.card-blog-body {
    position: relative;
    height: 380px;
    border-radius: 10px;
}

.card-blog .blog-thumbnail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 62%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.card-blog:hover .blog-thumbnail {
    height: 100%;
    background-position: center;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.card-blog:hover .card-blog-body::after {
    content: "";
    background: linear-gradient(360deg, rgb(0 0 0 / 82%) 0%, rgba(255, 255, 255, 0) 72%);
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.card-blog-body .blog-placeholder {
    position: absolute;
    bottom: 20px;
    z-index: 600;
    width: 100%;
}

.card-blog:hover .blog-placeholder {
    color: #fff !important;
    padding: 0px 20px;
}

.card-blog-body .cart-blog-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.card-blog-body .blog-info {
    width: 33.3%;
    text-align: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0px;
    color: #858585;
}

.card-blog:hover .blog-info {
    color: #fff !important;
}


.blog-search-input {
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/*End Blog*/

.header-underline {
    position: relative;
}

.header-underline::before {
    content: "";
    position: absolute;
    background-color: #293e61;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    bottom: -7px;
}

.header-underline-2 {
    position: relative;
}

.header-underline-2::before {
    content: "";
    position: absolute;
    background-color: #ec5252;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    left: 25%;
    bottom: -7px;
}

.btn-primary:hover {
    background-color: #095299;
    border-color: #095299;
}


@media (max-width: 991px) {
    .search-box {
        width: calc(100% + 28px) !Important;
    }
}

.slick-next {
    margin-right: 5px !Important;
}

.slick-prev {
    margin-left: 5px !Important;
}

/* .buy-as-gift-btn {
    position: absolute;
    right: 8px;
    background: none;
    font-size: 20px;
    border: 1px solid #ec5252;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0;
    color: #ec5252;
  } */

.buy-as-gift-btn {
    position: absolute;
    right: 8px;
    background: none;
    font-size: 20px;
    border: 1px solid #ec5252;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0;
    color: transparent;
}

.buy-as-gift-btn i {
    text-shadow: 1px #ec5252;
    -webkit-text-stroke: 1px #ec5252;
}

/* Add a red border and text stroke when the button is hovered over or clicked */
.buy-as-gift-btn:hover,
.buy-as-gift-btn:focus,
.buy-as-gift-btn:active {
    border-color: #ec5252;
    color: #ec5252;
    text-stroke: 1px #ec5252;
    -webkit-text-stroke: 1px #ec5252;
}

.tooltip {
    z-index: 9999;
}

/* Custom Navigation Bar Styles */
.custom-navigation-bar {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.custom-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.custom-nav-item {
    position: relative;
}

.custom-nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.custom-nav-link:hover {
    background-color: #f8f9fa;
    color: #066ac9;
    border-color: #e9ecef;
}

.custom-nav-link.active {
    background-color: #066ac9;
    color: white;
    border-color: #066ac9;
}

.custom-nav-link i {
    font-size: 16px;
    width: 16px;
    text-align: center;
}

.custom-nav-link span {
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .custom-navigation-bar {
        margin-left: 10px;
    }

    .custom-nav-link {
        padding: 8px 12px;
        font-size: 13px;
    }

    .custom-nav-link span {
        display: none;
    }

    .custom-nav-link i {
        font-size: 18px;
        width: 18px;
    }
}

@media (max-width: 768px) {
    .custom-navigation-bar {
        order: 3;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e9ecef;
    }

    .custom-nav-list {
        justify-content: center;
        gap: 10px;
    }

    .custom-nav-link {
        padding: 10px 15px;
        flex-direction: column;
        gap: 4px;
        min-width: 60px;
    }

    .custom-nav-link span {
        display: block;
        font-size: 11px;
    }

    .custom-nav-link i {
        font-size: 20px;
        width: 20px;
    }
}

@media (max-width: 480px) {
    .custom-nav-list {
        gap: 5px;
    }

    .custom-nav-link {
        padding: 8px 10px;
        min-width: 50px;
    }

    .custom-nav-link span {
        font-size: 10px;
    }

    .custom-nav-link i {
        font-size: 18px;
        width: 18px;
    }
}

.seminar-section {
    background-color: #fff5f5;
    padding: 80px 0;
}

.seminar-content h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.seminar-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.btn-seminar {
    background-color: #ff3333;
    color: white;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-seminar:hover {
    background-color: #e62e2e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 51, 51, 0.3);
}

.seminar-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.seminar-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .seminar-content h1 {
        font-size: 2rem;
    }

    .seminar-section {
        padding: 50px 0;
    }
}


.exclusive-section {
    padding: 100px 0;
    background: #ffffff;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.section-subtitle {
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
    font-size: 1.1rem;
}

.feature-card {
    background: #fdfaf7;
    border-radius: 24px;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    font-size: 4rem;
    margin-bottom: 25px;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
}

.feature-text {
    color: #555;
    line-height: 1.7;
}

.btn-explore {
    background: #ff3158;
    color: #fff;
    padding: 14px 45px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    margin-top: 60px;
}

.btn-explore:hover {
    background: #e02a4d;
    color: #fff;
}

/* Aurora Text Effect */
.aurora-text {
    display: inline-block;
    background: linear-gradient(45deg, #ff006e, #8338ec, #3a86ff, #06d6a0, #ffd60a);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: aurora-gradient 4s ease infinite;
}

@keyframes aurora-gradient {
    0% {
        background-position: 0% 50%;
        filter: hue-rotate(0deg);
    }

    25% {
        background-position: 100% 50%;
        filter: hue-rotate(90deg);
    }

    50% {
        background-position: 100% 100%;
        filter: hue-rotate(180deg);
    }

    75% {
        background-position: 0% 100%;
        filter: hue-rotate(270deg);
    }

    100% {
        background-position: 0% 50%;
        filter: hue-rotate(360deg);
    }
}

/* Pulse Animation for Play Button */
.pulse-animation {
    animation: pulse 2s infinite;
    position: relative;
    overflow: visible;
}

.pulse-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    border-radius: 8px;
    animation: pulse-border 2s infinite;
}

.pulse-animation::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    border-radius: 8px;
    animation: pulse-border 2s infinite 0.5s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.7);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* YouTube Modal Styles */
.youtube-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.youtube-modal-content {
    position: relative;
    background-color: transparent;
    margin: 5% auto;
    padding: 0;
    width: 90%;
    max-width: 900px;
    height: 80vh;
    max-height: 600px;
    border-radius: 12px;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.youtube-modal-header {
    background: linear-gradient(135deg, #ff006e 0%, #8338ec 100%);
    color: white;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.youtube-modal-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.youtube-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.youtube-modal-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.youtube-modal-body {
    padding: 0;
    height: calc(100% - 80px);
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.youtube-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.youtube-video-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Home Banner Slider Navigation Styles */
.home-banner-slider .slick-arrow,
.home-banner-slider .slick-prev,
.home-banner-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    margin: 0 !important;
    /* Override global slick styles */
}

/* Remove default slick styles */
.home-banner-slider .slick-arrow::before,
.home-banner-slider .slick-prev::before,
.home-banner-slider .slick-next::before {
    display: none;
}

/* Icon Styling */
.home-banner-slider .slick-arrow::after,
.home-banner-slider .slick-prev::after,
.home-banner-slider .slick-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #066ac9;
    /* Brand Blue */
    transition: all 0.3s ease;
}

/* Positioning */
.home-banner-slider .slick-prev {
    left: 20px;
}

.home-banner-slider .slick-next {
    right: 20px;
}

/* Icons content (Chevrons) */
.home-banner-slider .slick-prev::after {
    content: "\f053";
    /* fa-chevron-left */
    margin-right: 2px;
    /* Visual balance */
}

.home-banner-slider .slick-next::after {
    content: "\f054";
    /* fa-chevron-right */
    margin-left: 2px;
    /* Visual balance */
}

/* Hover States */
.home-banner-slider .slick-arrow:hover,
.home-banner-slider .slick-prev:hover,
.home-banner-slider .slick-next:hover {
    background-color: #066ac9;
    box-shadow: 0 6px 20px rgba(6, 106, 201, 0.3);
}

.home-banner-slider .slick-arrow:hover::after,
.home-banner-slider .slick-prev:hover::after,
.home-banner-slider .slick-next:hover::after {
    color: #fff;
}