/* General Body Styles */
body {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f7f6;
    line-height: 1.6;
}

/* Container for content */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Top Bar */
.mljn0d3y {
    background-color: #1a202c;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

/* Main Header Section */
.wft0p {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo Styling */
.logo {
    margin-left: 20px;
}

.logo img {
    height: 50px;
    vertical-align: middle;
}

/* Navigation Menu */
.nav-menu {
    margin-right: 20px;
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-menu li {
    margin-left: 30px;
    position: relative;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.nav-menu a:hover, .nav-menu a.active {
    color: #007bff;
}

/* Search Box */
.search-box {
    position: relative;
    margin-right: 20px;
}

.search-box input {
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 20px;
    outline: none;
    width: 200px;
    transition: width 0.3s ease;
}

.search-box input:focus {
    width: 250px;
    border-color: #007bff;
}

.search-box button {
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
}

/* Hero Section */
.o1esoczg {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.o1esoczg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tdr14jc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.tdr14jc h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.tdr14jc p {
    font-size: 20px;
    margin-bottom: 30px;
}

.fr2pzr {
    background-color: #007bff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.fr2pzr:hover {
    background-color: #0056b3;
}

/* Section Titles */
.yfc3iqge {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin: 60px 0 40px;
    position: relative;
}

.yfc3iqge::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #007bff;
    margin: 10px auto 0;
}

/* Module Sections */
.mgml18xw {
    margin-bottom: 50px;
}

.mgml18xw h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #007bff;
}

/* Grid Layouts */
.i0xuam7j {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Card Styling */
.card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.z6mio {
    padding: 20px;
}

.z6mio h4 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.z6mio p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
}

/* Video Card Specifics */
.d75dq5gw {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.d75dq5gw img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.u5x01p36 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.d75dq5gw:hover .u5x01p36 {
    opacity: 1;
}

.otjndf {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.otjndf svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}

/* Expert Card Styling */
.xzz89a6 {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    padding: 20px;
}

.xzz89a6 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.uc0967n6 h3 {
    margin: 0 0 5px;
    font-size: 20px;
}

.uc0967n6 p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.dpcvznco a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

/* Logo Wall */
.eoibb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.eoibb img {
    height: 60px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.eoibb img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* FAQ Section */
.toe3tl {
    margin-top: 30px;
}

.slbyl {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    padding: 20px;
}

.faq-question {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question::after {
    content: '+';
    font-size: 24px;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.faq-answer {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    display: none;
}

/* User Review Cards */
.qfaawp {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 20px;
}

.qfaawp p {
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

.qfaawp .author {
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    display: block;
    color: #007bff;
}

/* Contact Info Section */
.qo424a6c {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.qo424a6c h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.qo424a6c p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.qo424a6c .qr-code {
    margin: 20px auto;
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    padding: 5px;
    display: block;
}

.qo424a6c .qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Social Share Section */
.btyjmyn8 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.btyjmyn8 a {
    display: inline-block;
    margin: 0 15px;
    font-size: 30px;
    color: #555;
    transition: color 0.3s ease;
}

.btyjmyn8 a:hover {
    color: #007bff;
}

.btyjmyn8 a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

/* Footer */
.footer {
    background-color: #1a202c;
    color: #bbb;
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
    margin-top: 80px;
}

.footer .logo img {
    height: 40px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1); /* Makes logo white for dark background */
}

.footer p {
    margin: 5px 0;
}

.footer a {
    color: #007bff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .wft0p {
        flex-direction: column;
    }
    .nav-menu ul {
        flex-direction: column;
        text-align: center;
        margin-top: 15px;
    }
    .nav-menu li {
        margin: 10px 0;
    }
    .search-box {
        margin-top: 15px;
        margin-right: 0;
    }
    .tdr14jc h1 {
        font-size: 36px;
    }
    .tdr14jc p {
        font-size: 16px;
    }
    .yfc3iqge {
        font-size: 28px;
    }
    .i0xuam7j {
        grid-template-columns: 1fr;
    }
    .xzz89a6 {
        flex-direction: column;
        text-align: center;
    }
    .xzz89a6 img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
