.prevnext a:hover,
.widget-content-sidemenu a:hover,
.widget-content-sidemenu a:hover:after {
    text-decoration: underline;
}
.footer .social-icons li a:hover,
.footer ul li a {
    color: #ccc;
}
.course-box,
.course-title,
.topBar {
    text-align: center;
}
.footer ul,
.nav,
.tutorial-list {
    list-style: none;
}
#suggestions,
#suggestions2 {
    top: 100%;
    left: 0;
    display: none;
}
#suggestions,
.night-mode #suggestions,
.side-menu {
    overflow-y: auto;
    z-index: 1000;
}
.box h4,
.btn,
.footer h4,
.program-info h1,
.section-header h3,
.topBar,
.tutorial-title,
.tutorial-title1,
.updates-section h2,
.widget-content-sidemenu a.active {
    font-weight: 700;
}
.btn,
.footer ul li a,
.nav > li > a,
.prevnext a,
.suggestion-item a,
.try-btn,
.tutorial-list li a {
    text-decoration: none;
}
:root {
    --primary-color: #22466a;
}
.shadow {
    background-color: #fff;
    padding: inherit;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}
.topBar {
    background: #fff;
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 22px;
    padding: 2px 0;
}
.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 98%;
    position: relative;
}
.navBar {
    background: var(--primary-color);
    position: relative;
}
.nav {
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
}
.nav::-webkit-scrollbar {
    display: none;
}
.nav > li > a {
    padding: 12px 16px;
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 15px;
    font-weight: 500;
    line-height: 0.8;
}
.nav > li > a.active {
    border-bottom: 2px solid #e64a19;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    font-size: 20px;
}
#suggestions,
.owl-search-bar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.arrow-left {
    left: 0;
}
.arrow-right {
    right: 0;
}
.arrow:hover {
    background-color: #e64a19;
}
@media (min-width: 768px) {
    .topBar {
        display: none;
    }
}
.owl-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.owl-search-bar {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 5px;
    width: 600px;
}
.owl-search-bar input,
.prevnext a {
    border: 1px solid var(--primary-color);
    font-size: 16px;
}
.owl-search-bar input {
    width: 100%;
    padding: 10px 40px 10px 20px;
    border-radius: 50px;
    outline: 0;
    background: 0 0;
}
.owl-search-bar input::placeholder {
    color: #aaa;
}
.highlight,
.owl-search-bar .search-icon,
.section-header .highlight,
.tutorial-title,
.updates-section h2 span,
.widget-content-sidemenu a:hover {
    color: var(--primary-color);
}
.owl-search-bar .search-icon {
    position: absolute;
    right: 15px;
    font-size: 18px;
    pointer-events: none;
}
#suggestions {
    position: absolute;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 10px 10px;
    max-height: 200px;
}
.suggestion-item a {
    font-size: 16px;
    display: block;
}
.suggestion-item:last-child {
    border-bottom: none;
}
.widget-content-sidemenu h2 {
    background: var(--primary-color);
    color: hsla(0, 0%, 100%, 0.9);
    padding: 12px 16px;
    border-radius: 1px;
    text-align: left;
    font-size: 16px;
}
.widget-content-sidemenu a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #333;
    padding: 2px 16px;
    margin: 5px 0;
    position: relative;
    line-height: 1.4;
    word-break: break-word;
}
.widget-content-sidemenu a:before {
    content: "→";
    margin-right: 8px;
    color: var(--primary-color);
    line-height: 1;
    flex-shrink: 0;
}
.widget-content-sidemenu a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.3s;
}
.prevnext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.prevnext a {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: var(--primary-color);
    color: #fff;
    transition: background-color 0.3s;
}
.prev {
    margin-right: auto;
}
.next {
    margin-left: auto;
}
.updates-section {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid var(--primary-color);
    position: relative;
    margin-top: 20px;
}
#search2,
.tutorial-card {
    padding: 10px;
    border: 1px solid #ddd;
}
.updates-section h2 {
    font-size: 32px;
    color: #1e2a39;
}
.tutorial-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.course-section,
.footer {
    background-color: var(--primary-color);
}
#suggestions2,
.box,
.tutorial-column {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.tutorial-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.tutorial-image {
    margin-right: 15px;
}
.tutorial-image img {
    max-width: 60px;
    height: auto;
}
.tutorial-content {
    flex-grow: 1;
}
.tutorial-title {
    font-size: 16px;
    margin-bottom: 0;
}
.tutorial-subtitle {
    font-size: 14px;
    color: #333;
}
.footer,
.footer .social-icons li a,
.footer ul li a:hover,
.night-mode .course-box h3,
.night-mode .course-title,
.night-mode a,
.night-mode a:hover,
.night-mode h1,
.night-mode h2,
.night-mode h3,
.night-mode h4,
.tutorial-list li:hover a {
    color: #fff;
}
.footer {
    padding: 20px 0;
}
.footer h4 {
    margin-bottom: 20px;
}
.footer ul {
    padding-left: 0;
}
.footer .social-icons {
    margin-top: 20px;
}
.footer .social-icons li {
    display: inline;
    margin-right: 10px;
}
.footer .small {
    color: #888;
}
.course-section {
    padding: 50px 0;
    margin-top: 20px;
}
.course-box,
.tutorial-column {
    background-color: #fff;
    padding: 20px;
}
.course-box {
    border-radius: 10px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s;
}
#theme-toggle,
#theme-toggle-1 {
    border: none;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
}
.course-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.course-box h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.course-box p {
    margin: 0;
}
.course-icon {
    font-size: 40px;
    color: #333;
}
.course-title {
    font-size: 24px;
    margin-bottom: 40px;
    color: #fff;
}
body.night-mode {
    background-color: #121212;
    color: #e0e0e0;
}
.night-mode .navbar {
    background-color: #333;
    border-color: #444;
}
.night-mode .col-lg-3.col-md-3.col-sm-12.col-xs-12,
.night-mode .footer {
    background-color: #222;
}
.night-mode .footer {
    color: #aaa;
}
#theme-toggle,
.night-mode .btn {
    background-color: #444;
    color: #fff;
}
.night-mode .tutorial-column {
    background-color: #1e1e1e;
    border-color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.night-mode .tutorial-list li {
    background-color: #2c2c2c;
    border-color: #444;
    color: #e0e0e0;
}
.night-mode .tutorial-list li:hover {
    background-color: #3a3a3a;
    border-color: #555;
}
.night-mode .course-section {
    background-color: #1e1e1e;
}
.night-mode .course-box {
    background-color: #2c2c2c;
    color: #e0e0e0;
    box-shadow: 0 10px 20px hsla(0, 0%, 100%, 0.1);
}
.night-mode .course-box:hover {
    box-shadow: 0 10px 20px hsla(0, 0%, 100%, 0.2);
}
.night-mode .course-box p {
    color: #aaa;
}
.night-mode .course-icon,
.night-mode .owl-search-bar .search-icon,
.night-mode .suggestion-item a,
.night-mode .tutorial-title,
.night-mode .updates-section h2 span {
    color: #9bbfff;
}
.night-mode .menu-icon-n,
.night-mode .navBar .nav li a,
.night-mode .owl-search-bar input,
.night-mode .prevnext a,
.night-mode .tutorial-subtitle,
.night-mode .updates-section h2 {
    color: #e0e0e0;
}
.night-mode .updates-section {
    background-color: #1e1e1e;
    border-color: #444;
}
.night-mode .tutorial-card {
    background-color: #2c2c2c;
    border-color: #444;
    box-shadow: 0 2px 8px hsla(0, 0%, 100%, 0.1);
}
.night-mode #suggestions,
.night-mode .owl-search-bar {
    box-shadow: 0 2px 5px hsla(0, 0%, 100%, 0.1);
}
.night-mode .tutorial-card:hover {
    box-shadow: 0 4px 16px hsla(0, 0%, 100%, 0.2);
}
.night-mode .tutorial-image img {
    filter: brightness(0.8);
}
.night-mode .prevnext a {
    background-color: #2c2c2c;
    border-color: #444;
}
.night-mode #suggestions,
.night-mode .owl-search-bar,
.night-mode .owl-search-bar input {
    background-color: #2c2c2c;
    border: 1px solid #444;
}
.night-mode .navBar .nav li a:hover,
.night-mode .prevnext a:hover,
.night-mode .suggestion-item:hover {
    background-color: #3a3a3a;
}
.night-mode .owl-search-bar input::placeholder {
    color: #aaa;
}
.night-mode #suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #e0e0e0;
    max-height: 200px;
}
.night-mode .shadow {
    background-color: #121212;
    padding: inherit;
    box-shadow: none;
    color: #e0e0e0;
}
.night-mode #search2,
.night-mode .suggestion-item {
    background-color: #2c2c2c;
    color: #e0e0e0;
}
.night-mode #search2 {
    border: 2px solid #444;
}
.night-mode #search2::placeholder {
    color: #aaa;
}
.night-mode #suggestions2 {
    background-color: #1e1e1e;
    border: 1px solid #333;
    color: #e0e0e0;
}
#theme-toggle {
    border-radius: 5%;
    width: 30px;
    height: 30px;
}
#theme-icon {
    margin-right: 1px;
}
.night-mode #theme-toggle {
    background-color: #e0e0e0;
    color: #333;
}
#theme-toggle-1 {
    background-color: #22466a;
    border-radius: 5%;
}
#theme-toggle-1,
#theme-toggle-2,
#theme-toggle-3 {
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
}
#theme-toggle-2,
#theme-toggle-3 {
    border: none;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
}
#theme-toggle-2 {
    background-color: #38833b;
    border-radius: 5%;
}
#theme-toggle-3 {
    background-color: #3b3b4e;
    border-radius: 5%;
}
#theme-toggle-4 {
    background-color: #059862;
    color: #fff;
    border: none;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.tutorial-title1 {
    text-align: center;
    color: #333;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}
.tutorial-column {
    margin-bottom: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    transition: 0.3s;
}
.box:hover,
.tutorial-column:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
.tutorial-list {
    padding: 0;
    margin: 0;
}
.tutorial-list li {
    background-color: #f8f8f8;
    padding: 2px 15px;
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: 0.2s;
    cursor: pointer;
}
#suggestions2,
.program-example pre,
.wp-block-table table tbody tr:nth-of-type(2n) {
    background-color: #fff;
}
.tutorial-list li a {
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 15px;
    border-radius: 5px;
    transition: 0.2s;
}
.tutorial-list li:hover {
    border-color: #ccc;
}
.tutorial-list li:hover,
.tutorial-list li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
@media (max-width: 767px) {
    .header-top-wrapper,
    .mob {
        display: none;
    }
    .topBar {
        color: hsla(0, 0%, 100%, 0.3);
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background-color: #fff;
    }
    .topBar img {
        height: 40px;
    }
    .menu-icon-n {
        color: var(--primary-color);
        font-size: 24px;
        cursor: pointer;
    }
    .menu-icon-n:hover {
        color: #e64a19;
    }
    .logo img {
        height: 40px;
        max-width: 80px;
    }
    .search-container {
        position: relative;
        flex-grow: 1;
        margin: 0 10px;
    }
    .search-container input[type="text"] {
        width: 100%;
        padding: 8px;
        font-size: 14px;
        border: 1px solid var(--primary-color);
        border-radius: 50px;
        color: var(--primary-color);
    }
    @media (max-width: 767px) {
        .topBar {
            padding: 5px;
        }
        .logo {
            flex-shrink: 0;
        }
        .search-container {
            flex-grow: 1;
            margin-left: 10px;
            margin-right: 10px;
        }
        .menu-icon-n {
            flex-shrink: 0;
            font-size: 30px;
            padding: 5px;
        }
        .menu-icon-n i {
            display: block;
        }
    }
    #suggestions2,
    .owl-search-bar,
    .search-container {
        width: 100%;
    }
    .footer .col-xs-12 {
        margin-bottom: 20px;
    }
    .topBar {
        flex-direction: row;
    }
}
.search-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
#search2 {
    border-radius: 5px;
}
#search2,
#suggestions2 {
    width: 100%;
    max-width: 300px;
}
#suggestions2 {
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    z-index: 1000;
    font-size: 1rem;
}
.suggestion-item {
    cursor: pointer;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.suggestion-item a {
    color: #333;
    font-size: inherit;
}
.suggestion-item:hover {
    background-color: #f0f0f0;
}
.side-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    color: #fff;
    transition: left 0.3s;
    overflow-x: hidden;
}
.box,
.wp-block-table table tbody tr:first-child td {
    background-color: var(--primary-color);
    text-align: left;
}
.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    z-index: 1001;
}
@media only screen and (max-width: 768px) {
    a {
        color: #ccc !important;
    }
}
.side-menu::-webkit-scrollbar {
    width: 10px;
}
.side-menu::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 5px;
}
.side-menu::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
}
.wp-block-table table tbody tr:first-child td {
    color: #fff;
    font-weight: 700;
    padding: 12px 15px;
}
.wp-block-table table tbody tr td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}
.wp-block-table table tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
.wp-block-table table tbody tr:last-of-type td {
    border-bottom: 2px solid var(--header-bg-color, #22466a);
}
.tutorial-title1 {
    font-size: 36px;
    margin-bottom: 30px;
}
.box {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    transition: 0.3s;
}
.box h4,
.box p {
    color: #fff;
}
.box p {
    margin-bottom: 10px;
}
.section-header h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.program-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    background-color: #f5f5f5;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.python {
    background-color: #f5f0e6;
}
.javascript {
    background-color: #2e2e38;
    color: #fff;
}
.program-info {
    flex: 1;
    padding: 60px;
}
.program-info h1 {
    font-size: 36px;
}
.program-info p {
    font-size: 18px;
    margin-bottom: 20px;
}
.btn {
    display: block;
    width: 220px;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
}
.learn-btn {
    background-color: #37a862;
    color: #fff;
}
.ref-btn {
    background-color: #333;
    color: #fff;
}
.cert-btn {
    background-color: #f58a8a;
    color: #fff;
}
.program-example {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
}
.program-example h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.program-example pre {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #333;
    overflow-x: auto;
}
.try-btn {
    background-color: #37a862;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 5px;
}
@media (max-width: 1200px) {
    .program-section {
        flex-direction: column;
        align-items: center;
    }
    .program-example,
    .program-info {
        width: 100%;
        margin-bottom: 30px;
    }
    .program-example pre {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .side-menu {
        display: block;
    }
    .program-info h1 {
        font-size: 30px;
    }
    .program-info p {
        font-size: 16px;
    }
    .program-info .btn {
        width: 100%;
        font-size: 16px;
    }
    .program-example pre {
        font-size: 12px;
    }
    .try-btn {
        padding: 8px 10px;
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .program-info h1 {
        font-size: 24px;
    }
    .program-info p {
        font-size: 14px;
    }
    .program-example h2 {
        font-size: 20px;
    }
    .program-example pre {
        font-size: 10px;
    }
}
ul:not(.navBar ul):not(.footer ul):not(.social-links) {
    list-style: none;
    padding-left: 20px;
}
ul:not(.navBar ul):not(.footer ul):not(.social-links) li {
    position: relative;
    padding-left: 20px;
}
ul:not(.navBar ul):not(.footer ul):not(.social-links) li:before {
    content: "\2192";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 16px;
}
ol {
    list-style: none;
}
ol,
ol li {
    padding-left: 20px;
}
ol li {
    position: relative;
}
ol li:before {
    content: "\279C";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 16px;
}
