/* 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 */
.hy46z {
    background-color: #1a202c;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

/* Main Header Section */
.yzlx9 {
    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 */
.veikun3 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

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

.cwy4q {
    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;
}

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

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

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

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

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

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

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

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

/* Grid Layouts */
.a83ndobh {
    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;
}

.hfcos {
    padding: 20px;
}

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

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

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

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

.tzj11wug {
    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;
}

.z0fetiyv:hover .tzj11wug {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.kjl2kpk8 {
    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 */
.vrdri97j {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 20px;
}

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

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

/* Contact Info Section */
.szj0v {
    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;
}

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

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

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

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

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

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

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

.jvsk310g 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) {
    .yzlx9 {
        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;
    }
    .cwy4q h1 {
        font-size: 36px;
    }
    .cwy4q p {
        font-size: 16px;
    }
    .lebnrh {
        font-size: 28px;
    }
    .a83ndobh {
        grid-template-columns: 1fr;
    }
    .i2fkro0a {
        flex-direction: column;
        text-align: center;
    }
    .i2fkro0a img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
