/* 嘉诗传媒 APPLAUSE MEDIA - Website Styles */
/* Brand Colors: Deep Indigo #2B2D7E, Navy #0D3B66, Medium Blue #4A90C2, Light Blue #B8D8E8, Olive Accent #C5C26A */

body {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif;
    color: #333;
}
.templatemo_clear {
    clear: both;
}
.container_wapper {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.section_header {
    height: 120px;
    background: none;
    padding-top: 40px;
}
.section_header h1 {
    margin: 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2B2D7E;
    position: relative;
    padding-bottom: 15px;
}
.section_header h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #C5C26A;
}

/* ===== Mobile Menu ===== */
#templatemo_mobile_menu_wap {
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
    background: #2B2D7E;
}
#templatemo_mobile_menu_wap p#mobile_menu_btn {
    padding-top: 10px;
    font-size: 20px;
    text-align: right;
    width: 100%;
}
#templatemo_mobile_menu_wap p#mobile_menu_btn span {
    color: #fff;
}
#templatemo_mobile_menu_wap #mobile_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #e7eaef;
    margin-top: 0;
    border-radius: 4px;
    height: 100%;
    overflow: auto;
}
#templatemo_mobile_menu_wap .nav-stacked li a {
    color: #2B2D7E;
}
#templatemo_mobile_menu_wap .nav-stacked li:hover a {
    background-color: #4A90C2;
    color: #fff;
}
#templatemo_mobile_menu_wap .nav-stacked li a.focus {
    background-color: transparent;
}

/* ===== Top Bar ===== */
#templatemo_banner_top {
    background: #2B2D7E;
    height: auto;
    position: relative;
    z-index: 9999;
    overflow: visible;
}
#templatemo_banner_top p,
#templatemo_banner_top a {
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
#templatemo_banner_top p {
    margin: 0;
}
#templatemo_banner_top p.right {
    text-align: left;
}
#templatemo_banner_top a:hover {
    color: #C5C26A;
    text-decoration: none;
}
#templatemo_banner_top p.right a[href^="mailto:"] {
    padding: 4px 8px;
    white-space: nowrap;
    font-size: 13px;
    border-radius: 3px;
    transition: all 0.3s ease;
}
#templatemo_banner_top p.right a[href^="mailto:"]:hover {
    background: rgba(255,255,255,0.08);
}

/* Language Switcher */
.lang_switcher {
    display: inline-block;
}
.lang_switcher .lang_btn {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 2px 4px;
}
.lang_switcher .lang_btn:hover {
    color: #C5C26A;
    text-decoration: none;
}
.lang_switcher .lang_btn.active {
    color: #C5C26A;
    font-weight: bold;
}
.lang_switcher .lang_sep {
    color: rgba(255,255,255,0.3);
    margin: 0 4px;
    font-size: 12px;
}

/* ===== Logo Section ===== */
#templatemo_banner_logo {
    background-color: #ffffff;
    background-image: none;
    height: auto;
    padding: 24px 0;
    min-height: 128px;
}
#templatemo_banner_logo .brand_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}
#templatemo_banner_logo .brand_logo {
    display: block;
    flex: 0 1 auto;
}
#templatemo_banner_logo .brand_logo img {
    display: block;
    height: 60px;
    width: auto;
    max-width: none;
}
#templatemo_banner_logo .brand_message {
    flex: 1 1 320px;
    padding-left: 30px;
    border-left: 4px solid #C5C26A;
    text-align: left;
}
#templatemo_banner_logo .logo_tagline {
    display: block;
    font-size: 24px;
    line-height: 1.35;
    color: #2B2D7E;
    font-weight: bold;
}
#templatemo_banner_logo .logo_subtitle {
    display: block;
    font-size: 15px;
    color: #666;
    margin-top: 8px;
}

/* ===== Banner Slider ===== */
.banner {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.banner ul {
    list-style: none;
    padding: 0;
}
.banner ul li {
    float: left;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}
.banner div.slide_caption {
    max-width: 650px;
    margin: 120px auto auto 10%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-left: 4px solid #C5C26A;
    border-radius: 0 10px 10px 0;
    padding: 32px 38px;
}
.banner div.slide_caption h1,
.banner div.slide_caption p {
    background: none;
    text-align: left;
    color: #fff;
    line-height: 1.6em;
    float: none;
    padding: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.banner div.slide_caption a {
    color: #C5C26A;
}
.banner div.slide_caption h1 {
    font-size: 34px;
    margin: 0 0 15px 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.banner div.slide_caption p {
    font-size: 15px;
    margin: 0;
    max-width: 100%;
    color: rgba(255,255,255,0.92);
}
.banner_slide_01 {
    background: linear-gradient(135deg, rgba(43,45,126,0.5) 0%, rgba(74,144,194,0.4) 100%), url('../images/bg_nature_lake.jpg') center/cover no-repeat;
}
.banner_slide_02 {
    background: linear-gradient(135deg, rgba(13,59,102,0.55) 0%, rgba(43,45,126,0.45) 100%), url('../images/bg_nature_05.jpg') center/cover no-repeat;
}
.banner_slide_03 {
    background: linear-gradient(135deg, rgba(26,58,92,0.5) 0%, rgba(74,144,194,0.35) 100%), url('../images/bg_nature_04.jpg') center/cover no-repeat;
}

/* ===== Main Menu ===== */
#templatemo_main_menu {
    background: #2B2D7E;
    border-bottom: 3px solid #C5C26A;
    z-index: 1500;
}
#templatemo_main_menu .nav-justified li {
    height: 70px;
}
#templatemo_main_menu .nav-justified li a {
    height: 70px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    transition: all 0.3s ease;
}
#templatemo_main_menu .nav-justified li a.current,
#templatemo_main_menu .nav-justified li a:hover {
    background: #4A90C2;
    color: #fff;
    text-decoration: none;
}

/* ===== About Section ===== */
#templatemo_about {
    background: linear-gradient(rgba(248,249,252,0.8), rgba(248,249,252,0.8)), url('../images/bg_nature_05.jpg') center/cover fixed no-repeat;
    overflow: hidden;
    padding-bottom: 60px;
}
#templatemo_about .about_intro {
    text-align: center;
    margin-bottom: 50px;
}
#templatemo_about .about_intro h2 {
    color: #2B2D7E;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}
#templatemo_about .about_slogan {
    display: inline-block;
    font-size: 18px;
    color: #2B2D7E;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 25px;
    padding: 0 50px;
    position: relative;
}
#templatemo_about .about_slogan::before,
#templatemo_about .about_slogan::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 36px;
    height: 2px;
    background: #C5C26A;
}
#templatemo_about .about_slogan::before {
    left: 0;
}
#templatemo_about .about_slogan::after {
    right: 0;
}
#templatemo_about .about_intro p {
    font-size: 15px;
    line-height: 2;
    color: #555;
    text-align: justify;
}
#templatemo_about .about_col h3 {
    color: #2B2D7E;
    font-size: 22px;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 4px solid #C5C26A;
    font-weight: bold;
}
#templatemo_about .about_item {
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}
#templatemo_about .about_item:hover {
    transform: translateY(-3px);
}
#templatemo_about .about_item h4 {
    color: #4A90C2;
    font-size: 17px;
    margin: 0 0 10px 0;
    font-weight: bold;
}
#templatemo_about .about_item p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* ===== Services Section ===== */
#templatemo_services {
    background: linear-gradient(rgba(13,59,102,0.7), rgba(13,59,102,0.65)), url('../images/bg_nature_lake.jpg') center/cover fixed no-repeat;
    overflow: hidden;
    padding-bottom: 60px;
}
#templatemo_services .section_header h1 {
    color: #fff;
}
#templatemo_services .section_header h1::after {
    background: #C5C26A;
}
#templatemo_services .service_col {
    text-align: center;
    margin-bottom: 40px;
}
#templatemo_services .service_icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 2px solid #C5C26A;
    display: flex;
    align-items: center;
    justify-content: center;
}
#templatemo_services .service_icon span {
    font-size: 40px;
    color: #C5C26A;
}
#templatemo_services .service_col h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
#templatemo_services .service_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#templatemo_services .service_list li {
    color: #B8D8E8;
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#templatemo_services .service_list li:last-child {
    border-bottom: none;
}

/* Custom Video Services */
#templatemo_services .video_services {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}
#templatemo_services .video_services h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}
#templatemo_services .video_item {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(197,194,106,0.4);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
#templatemo_services .video_item:hover {
    background: #C5C26A;
    color: #0D3B66;
}

/* Global Six Modules */
#templatemo_services .global_section {
    margin-top: 20px;
}
#templatemo_services .global_section > .row {
    display: flex;
    flex-wrap: wrap;
}
#templatemo_services .global_section > .row > [class*="col-"] {
    display: flex;
}
#templatemo_services .global_section h2 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: bold;
}
#templatemo_services .global_card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    min-height: 200px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#templatemo_services .global_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
#templatemo_services .global_card h3 {
    color: #2B2D7E;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #C5C26A;
    font-weight: bold;
}
#templatemo_services .global_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#templatemo_services .global_card ul li {
    color: #555;
    font-size: 14px;
    padding: 6px 0;
    padding-left: 18px;
    position: relative;
    line-height: 1.6;
}
#templatemo_services .global_card ul li::before {
    content: '●';
    position: absolute;
    left: 0;
    color: #4A90C2;
    font-size: 8px;
    top: 10px;
}

/* ===== Influencer Section ===== */
#templatemo_influencer {
    background: linear-gradient(rgba(248,249,252,0.8), rgba(248,249,252,0.8)), url('../images/bg_nature_04.jpg') center/cover fixed no-repeat;
    overflow: hidden;
    padding-bottom: 60px;
}
#templatemo_influencer .influencer_intro {
    text-align: center;
    margin-bottom: 50px;
}
#templatemo_influencer .influencer_intro p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}
#templatemo_influencer .influencer_intro strong {
    color: #2B2D7E;
    font-size: 20px;
}

/* Process Timeline */
#templatemo_influencer .process_section {
    margin-bottom: 50px;
}
#templatemo_influencer .process_timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#templatemo_influencer .process_step {
    text-align: center;
    flex: 1;
    min-width: 100px;
    max-width: 140px;
}
#templatemo_influencer .step_circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2B2D7E;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    border: 3px solid #4A90C2;
}
#templatemo_influencer .step_circle.step_alt {
    background: #C5C26A;
    color: #2B2D7E;
    border-color: #2B2D7E;
}
#templatemo_influencer .process_step p {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 0;
}
#templatemo_influencer .process_line {
    flex: 0 0 30px;
    height: 3px;
    background: #4A90C2;
    margin-top: 30px;
    min-width: 20px;
}
#templatemo_influencer .process_package {
    text-align: center;
    background: #2B2D7E;
    color: #fff;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    width: fit-content;
}
#templatemo_influencer .process_package span {
    margin-right: 8px;
    color: #C5C26A;
}

/* Advantages */
#templatemo_influencer .advantages_section {
    margin-top: 40px;
}
#templatemo_influencer .advantage_card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #2B2D7E;
}
#templatemo_influencer .advantage_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(43,45,126,0.15);
    border-top-color: #C5C26A;
}
#templatemo_influencer .advantage_card span {
    font-size: 36px;
    color: #4A90C2;
    margin-bottom: 15px;
    display: block;
}
#templatemo_influencer .advantage_card h3 {
    color: #2B2D7E;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

/* ===== Contact Section ===== */
#templatemo_contact {
    background: linear-gradient(rgba(43,45,126,0.7), rgba(43,45,126,0.65)), url('../images/bg_nature_05.jpg') center/cover fixed no-repeat;
    padding-bottom: 60px;
}
#templatemo_contact .section_header h1 {
    color: #fff;
}
#templatemo_contact .section_header h1::after {
    background: #C5C26A;
}
#templatemo_contact .contact_intro {
    text-align: center;
    margin-bottom: 40px;
}
#templatemo_contact .contact_intro p {
    color: #B8D8E8;
    font-size: 16px;
    line-height: 1.8;
}
#templatemo_contact .contact_info h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
#templatemo_contact .contact_item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    background: rgba(255,255,255,0.08);
    padding: 20px;
    border-radius: 8px;
    min-height: 80px;
}
#templatemo_contact .contact_item > span {
    font-size: 28px;
    color: #C5C26A;
    margin-right: 18px;
    margin-top: 5px;
}
#templatemo_contact .contact_item p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 5px 0;
    text-align: left;
}
#templatemo_contact .contact_item a {
    color: #B8D8E8;
}
#templatemo_contact .contact_item a:hover {
    color: #C5C26A;
}
#templatemo_contact form p {
    text-align: left;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
#templatemo_contact form textarea,
#templatemo_contact form input[type=text] {
    width: 100%;
    border: 2px solid rgba(255,255,255,0.2);
    padding: 10px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 4px;
}
#templatemo_contact form input[type=text] {
    height: 45px;
}
#templatemo_contact form textarea {
    height: 150px;
}
#templatemo_contact form textarea::placeholder,
#templatemo_contact form input[type=text]::placeholder {
    color: rgba(255,255,255,0.5);
}
#templatemo_contact form textarea:focus,
#templatemo_contact form input[type=text]:focus {
    border: 2px solid #C5C26A;
    outline: none;
    background: rgba(255,255,255,0.15);
}
#templatemo_contact form .col-md-6,
#templatemo_contact form .col-xs-12,
#templatemo_contact form .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}
#templatemo_contact form button {
    width: 100%;
    border: 2px solid #C5C26A;
    font-size: 18px;
    padding: 15px;
    background: #C5C26A;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #2B2D7E;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
}
#templatemo_contact form button:hover {
    background: #fff;
    border-color: #fff;
    color: #2B2D7E;
}

/* ===== Footer ===== */
#templatemo_footer {
    background: #1a1c4e;
    padding: 25px 0;
}
#templatemo_footer p {
    text-align: center;
    padding: 0;
    margin: 0;
    color: #B8D8E8;
    font-size: 14px;
}
#templatemo_footer a {
    text-decoration: underline;
    color: #B8D8E8;
}

/* ===== Animation Classes (for JS scroll effects) ===== */
.event_animate_left,
.event_animate_right {
    position: relative;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    #templatemo_banner_logo .brand_header {
        justify-content: center;
        text-align: center;
    }
    #templatemo_banner_logo .brand_message {
        display: none;
    }
    #templatemo_influencer .process_line {
        display: none;
    }
    #templatemo_influencer .process_step {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #templatemo_banner_logo {
        padding: 18px 0;
        min-height: 96px;
    }
    #templatemo_banner_logo .brand_logo {
        flex-basis: auto;
    }
    #templatemo_banner_logo .brand_logo img {
        height: 48px;
        width: auto;
        max-width: none;
    }
    .banner div.slide_caption {
        margin: 60px 20px auto 20px;
    }
    .banner div.slide_caption h1 {
        font-size: 24px;
    }
    .banner div.slide_caption p {
        font-size: 13px;
    }
    .section_header h1 {
        font-size: 28px;
    }
    #templatemo_contact form button {
        padding: 12px;
        font-size: 16px;
    }
    #templatemo_services .global_card {
        min-height: auto;
    }
}

@media (min-width: 992px) {
    #templatemo_banner_top p.right {
        text-align: right;
    }
    #templatemo_banner_top {
        height: 45px;
    }
}
