* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100px;
}

.logo-img {
    width: 80px;
}

.col-course {
    width: 35%;
}

.news-list-image {
    width: 160px;
    height: 110px;
    flex-shrink: 0;
}

.news-list-content .news-meta {
    font-size: 0.85rem;
}

.footer-map iframe {
    border: 0;
    width: 100%;
    height: 180px;
}

.section-title {
    font-weight: 800;
    font-size: 32px;
    color: #0e2970;
    position: relative;
    padding-bottom: 20px;
}

.section-title span {
    color: #d9251c;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background-color: #d9251c;
    border-radius: 2px;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1050;
    width: 100%;
}

.navbar-brand {
    margin-left: 5%;
    padding: 0 15px;
}

.navbar-nav {
    margin-left: auto;
    margin-right: 6%;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-text .header-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0e2970;
}

.logo-text .sub-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    color: #0080ff;
}

.contact-link {
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #d9251c !important;
}

.custom-red-nav {
    background-color: #d9251c;
    width: 100%;
}

.custom-red-nav .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    padding: 13px 15px;
    transition: all 0.3s ease;
}

.custom-red-nav .navbar-nav .nav-link:hover,
.custom-red-nav .navbar-nav .nav-link.active {
    background-color: #8b130e;
    color: #ffffff;
}

.banner-container {
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
}

.banner-container img {
    width: 100%;
    height: 100%;
    height: 500px;
}

.nav-item {
    font-size: 15px;
    float: right;
}

.dropdown-item::before,
.dropdown-item::after {
    display: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #d9251c;
    background-color: #fdf2f2;
}

.navbar-nav .position-static {
    position: static;
}

.mega-menu {
    background-color: #ffffff;
    border-radius: 0;
    animation: slideDown 0.3s ease-in-out;
}

.mega-title {
    color: #d9251c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9251c;
    display: flex;
    align-items: center;
}

.mega-title i {
    font-size: 18px;
    color: #0e2970;
}

.mega-list li {
    margin-bottom: 12px;
}

.mega-list a {
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    line-height: 1.5;
}

.mega-list a:hover {
    color: #d9251c;
    padding-left: 8px;
}

.mega-list .badge {
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #ddd;
    float: right;
    margin-left: 5px;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slick-dots {
    bottom: 0px;
}

.main-header {
    width: 100%;
    background-color: #ffffff;
}

.top-bar {
    background-color: #0e2970;
    font-size: 13px;
    font-weight: 500;
}

.top-bar a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-bar a:hover {
    color: #ffcccc;
}

.navbar.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.courses-section {
    padding-bottom: 30px;
    margin-top: -1.8rem;
}

.course-card-overlay {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 300px;
    cursor: pointer;
}

.course-card-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.course-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
}

.course-content h5 {
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.course-content p {
    color: #ddd;
    margin-bottom: 15px;
}

.course-card-overlay:hover img {
    transform: scale(1.1);
}

.course-card-overlay:hover .course-content {
    opacity: 1;
    transform: translateY(0);
}

.course-content .btn {
    border-radius: 5px;
    padding: 6px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.new-why-choose-section {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1)), url(../img/modal_header_bg.jpg);
    background-size: 40%;
    background-position: center;
    padding-bottom: 80px;
    margin-top: 1rem;
    opacity: 0.95;
}

.why-card {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.why-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d9251c;
    transition: all 0.4s ease;
    z-index: -1;
}

.why-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    background: linear-gradient(135deg, #d9251c, #ff5c5c);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
}

.video-highlight-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-highlight-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.experts-section {
    padding-bottom: 80px;
}

.expert-card {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    max-width: 280px;
    margin: 0 auto;
}

.expert-card-overlay {
    position: relative;
    overflow: hidden;
    width: 90%;
    height: 170px;
    margin: 15px auto 0;
    cursor: pointer;
}

.expert-card-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.expert-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(217, 37, 28, 0.85);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
}

.expert-card:hover .expert-card-overlay img {
    transform: scale(1.1);
}

.expert-card:hover .expert-content {
    opacity: 1;
    transform: translateY(0);
}

.expert-social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.expert-social a {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s ease;
}

.expert-social a:hover {
    background-color: #ffffff;
    color: #d9251c;
    transform: translateY(-3px);
}

.expert-info {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 20px 15px;
}

.expert-item {
    padding: 15px;
}

.expert-slider .slick-list {
    margin: 0 -15px;
}

.expert-slider .slick-dots {
    bottom: -40px;
}

.expert-slider .slick-track {
    display: flex !important;
}

.expert-slider .slick-slide {
    height: inherit !important;
}

.expert-slider .slick-slide>div {
    height: 100%;
}

.news-section {
    padding-bottom: 80px;
}

.news-card.featured {
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    border: 1px solid #f8f9fa;
}

.news-card.featured:hover {
    cursor: pointer;
}

.news-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 320px;
}

.news-image-wrapper img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 18px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(217, 37, 28, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-list-item {
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.news-list-item:hover {
    border-color: #f0f0f0;
}

.news-list-image img {
    transition: transform 0.5s ease;
}

.title-hover {
    transition: color 0.3s ease;
    line-height: 1.5;
}

.news-card.featured .title-hover:hover,
.news-list-item .title-hover:hover {
    color: #d9251c;
}

.tech-news-section {
    padding-bottom: 90px;
}

.news-grid-card {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.grid-img-wrapper {
    height: 240px;
    position: relative;
    overflow: hidden;
}

.grid-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grid-content {
    padding: 25px;
}

.grid-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}

.grid-title a {
    color: #212529;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-grid-card .grid-title a:hover {
    color: #d9251c;
}

.read-more-link {
    color: #d9251c;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.read-more-link i {
    transition: transform 0.3s ease;
}

.read-more-link:hover {
    color: #0e2970;
}

.read-more-link:hover i {
    transform: translateX(5px);
}

.partners-section {
    padding-bottom: 60px;
}

.partner-item {
    padding: 10px 15px;
}

.partner-box {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
}

.partner-box img {
    max-width: 100%;
    max-height: 60px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.custom-footer {
    background-image: url(../img/footer/footer_bg.jpg);
    border-top: 4px solid #d9251c;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-logo {
    max-width: 180px;
}

.text-muted-light {
    color: #fff;
    line-height: 1.6;
}

.footer-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 3px;
    background-color: #d9251c;
    border-radius: 2px;
}

.social-links .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links .social-btn:hover {
    transform: translateY(-4px);
}

.social-links .facebook:hover {
    background-color: #1877F2;
}

.social-links .youtube:hover {
    background-color: #FF0000;
}

.social-links .linkedin:hover {
    background-color: #0A66C2;
}

.social-links .tiktok:hover {
    background-color: #000000;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a i {
    font-size: 10px;
    margin-right: 8px;
    color: #d9251c;
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: #d9251c;
    transform: translateX(6px);
}

.footer-links a:hover i {
    transform: translateX(3px);
}

.footer-map {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s ease;
}

.footer-bottom {
    background-color: #050810;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hover-red {
    transition: color 0.3s ease;
}

.hover-red:hover {
    color: #d9251c;
}

@media (min-width: 1400px) {
    .banner-container img {
        height: 600px;
    }

    .section-title {
        font-size: 36px;
    }

    .news-image-wrapper {
        height: 380px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-red-nav .navbar-nav .nav-link {
        padding: 13px 10px;
        font-size: 14px;
    }

    .banner-container img {
        height: 420px;
    }

    .news-image-wrapper {
        height: 280px;
    }

    .course-card-overlay {
        height: 200px;
    }

    .expert-card-overlay {
        height: 150px;
    }

    .grid-img-wrapper {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-header {
        position: sticky;
        top: 0;
        z-index: 1060;
    }

    .navbar {
        position: static;
    }

    .banner-container img {
        height: 350px;
    }

    .logo-text .header-title {
        font-size: 15px;
        white-space: normal;
        line-height: 1.3;
        word-break: break-word;
    }

    .navbar-brand .logo-img {
        width: 70px;
    }

    .custom-toggler {
        background-color: #ffffff;
        border: 1px solid #d9251c;
        width: 42px;
        height: 42px;
        border-radius: 5px;
    }

    .custom-toggler i {
        color: #d9251c;
    }

    .custom-red-nav {
        background-color: transparent;
    }

    .navbar-collapse {
        background-color: #d9251c;
        padding: 0;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        max-height: 75vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 59px;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-top: 1px solid #ffffff;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 5px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: #8b130e;
        border-radius: 5px;
    }

    .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        font-weight: 600;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s ease;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .navbar-nav .nav-item .nav-link:hover,
    .navbar-nav .nav-item .nav-link.active {
        background-color: #8b130e;
        color: #ffffff;
    }

    .mega-menu {
        background-color: #ffffff;
        border: none;
        padding: 15px 20px;
        box-shadow: none !important;
    }

    .mega-title {
        color: #d9251c;
        border-bottom: 1px solid #d9251c;
        margin-top: 10px;
    }

    .mega-title i {
        color: #0e2970;
    }

    .mega-list a {
        color: #495057;
    }

    .mega-list a:hover {
        color: #d9251c;
        padding-left: 8px;
    }

    .mega-list .badge {
        float: none;
        display: inline-block;
        margin-top: 5px;
    }

    .navbar-nav {
        margin-right: 0;
    }

    .course-card-overlay {
        height: 150px;
    }

    .course-content {
        padding: 10px;
    }

    .course-content h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .course-content p {
        font-size: 12px;
        margin-bottom: 1px;
    }

    .course-content .btn {
        padding: 4px 12px;
        font-size: 12px;
    }

    .table-responsive {
        padding: 15px !important;
    }

    .custom-schedule-table th,
    .custom-schedule-table td {
        font-size: 14px;
        padding: 10px 5px !important;
    }

    .expert-card-overlay {
        height: 130px;
        width: 85%;
    }

    .expert-info {
        padding: 10px 5px !important;
    }

    .expert-info h5 {
        font-size: 14px;
        margin-bottom: 2px !important;
    }

    .expert-info p {
        font-size: 11px;
    }

    .news-card.featured {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 8px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
        border-radius: 4px;
        height: auto !important;
        border: none;
    }

    .news-card.featured .news-image-wrapper {
        width: 160px;
        height: 110px;
        flex-shrink: 0;
        border-radius: 4px;
    }

    .news-card.featured .news-content {
        padding: 8px 16px !important;
    }

    .news-card.featured .news-content p,
    .news-card.featured .news-content .btn {
        display: none;
    }

    .news-card.featured .news-content h4 {
        font-size: 1rem;
        margin-top: 0 !important;
        margin-bottom: 4px;
        display: -webkit-box;
        overflow: hidden;
    }

    .news-card.featured .news-content .news-meta {
        font-size: 0.85rem;
        margin-bottom: 4px !important;
    }
}

@media (max-width: 767px) {

    .main-header {
        position: sticky;
        top: 0;
        z-index: 1060;
    }

    .navbar {
        position: static;
    }

    .custom-toggler {
        background-color: #ffffff;
        border: 1px solid #d9251c;
        width: 42px;
        height: 42px;
        border-radius: 5px;
    }

    .custom-toggler i {
        color: #d9251c;
    }

    .custom-red-nav {
        background-color: transparent;
    }

    .navbar-collapse {
        background-color: #d9251c;
        padding: 0;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        max-height: 75vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 59px;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-top: 1px solid #ffffff;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 5px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: #8b130e;
        border-radius: 5px;
    }

    .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        font-weight: 600;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s ease;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .navbar-nav .nav-item .nav-link:hover,
    .navbar-nav .nav-item .nav-link.active {
        background-color: #8b130e;
        color: #ffffff;
    }

    .navbar-nav {
        margin-right: 0;
    }

    .mega-menu {
        background-color: #ffffff;
        border: none;
        padding: 15px 20px;
        box-shadow: none !important;
    }

    .mega-title {
        color: #d9251c;
        border-bottom: 1px solid #d9251c;
        margin-top: 10px;
    }

    .mega-title i {
        color: #0e2970;
    }

    .mega-list a {
        color: #495057;
    }

    .mega-list a:hover {
        color: #d9251c;
        padding-left: 8px;
    }

    .mega-list .badge {
        float: none;
        display: inline-block;
        margin-top: 5px;
    }

    .course-content {
        padding: 10px;
    }

    .course-content h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .course-content p {
        font-size: 12px;
        margin-bottom: 1px;
    }

    .course-content .btn {
        padding: 4px 12px;
        font-size: 12px;
    }

    .expert-info {
        padding: 10px 5px !important;
    }

    .expert-info h5 {
        font-size: 14px;
        margin-bottom: 2px !important;
    }

    .expert-info p {
        font-size: 11px;
    }

    .news-card.featured .news-content p,
    .news-card.featured .news-content .btn {
        display: none;
    }

    .news-card.featured .news-content h4 {
        font-size: 1rem;
        margin-top: 0 !important;
        margin-bottom: 4px;
        overflow: hidden;
    }

    .news-card.featured .news-content .news-meta {
        font-size: 0.85rem;
        margin-bottom: 4px !important;
    }

    .navbar-brand {
        max-width: 80%;
    }

    .logo-text .header-title {
        font-size: 12px;
        line-height: 1.4;
        white-space: normal;
        word-break: break-word;
    }

    .navbar-brand .logo-img {
        width: 55px;
    }

    .logo-text {
        padding-left: 5px;
    }

    .logo-text .sub-title {
        display: none;
    }

    .banner-container img {
        height: 200px;
    }

    .course-card-overlay {
        height: 182px;
    }

    .expert-card-overlay {
        width: 85%;
        height: 110px;
    }

    .news-image-wrapper {
        height: 220px;
    }

    .news-list-item {
        flex-direction: column;
    }

    .news-list-image {
        width: 100%;
        height: 180px;
        margin-bottom: 10px;
    }

    .news-card.featured {
        flex-direction: column;
        align-items: stretch;
        border: none;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
        height: auto !important;
        border-radius: 4px;
    }

    .news-card.featured .news-image-wrapper {
        width: 100%;
        height: 180px;
        margin-bottom: 5px;
        flex-shrink: 0;
        border-radius: 4px;
    }

    .news-card.featured .news-content {
        padding: 5px 10px !important;
    }

    .tech-img {
        height: 200px;
    }

    .tech-info {
        width: 92%;
        margin: -40px auto 0;
        padding: 15px;
    }

    .courses-section,
    .new-why-choose-section,
    .experts-section,
    .news-section,
    .tech-news-section,
    .partners-section {
        padding-bottom: 40px !important;
    }

    .section-title {
        font-size: 24px;
    }

    .custom-schedule-table,
    .custom-schedule-table tbody,
    .custom-schedule-table tr,
    .custom-schedule-table td {
        display: block;
        width: 100%;
    }

    .custom-schedule-table thead {
        display: none;
    }

    .custom-schedule-table tr {
        margin-bottom: 20px;
        border: 1px solid #f0f0f0;
        border-radius: 5px;
        padding: 20px 15px;
        background-color: #fafafa;
    }

    .custom-schedule-table td {
        text-align: center !important;
        border: none;
        padding: 8px 5px !important;
    }

    .custom-schedule-table td:first-child {
        font-size: 16px;
        border-top: 1px dashed #ddd;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .custom-schedule-table td:nth-child(2) {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .custom-footer {
        background-size: cover;
        background-position: top center;
    }
}