@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Dronyug
    Description: Tech Vision & Drone HTML5 Template
    Author: Codezion 
    Author URI: https://www.templatemonster.com/authors/codezion/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    >>> TABLE OF CONTENTS:
    =======================

    01. Common/Reusable CSS
        1.1 - Animations
        1.2 - General
        1.3 - Section Title
        1.4 - Video Button
        1.5 - Slick Arrows
        1.6 - Slick Dots
        1.7 - Typography
        1.8 - Tables
        1.9 - Forms
        1.10 - Forms
        1.11 - Buttons
        1.12 - Pagination
        1.13 - Colors
        1.14 - Accordion
        1.15 - Tabs
    02. Homepage
        2.1 - Header
        2.2 - Banner
        2.3 - About Us
        2.4 - Services
        2.5 - Cta
        2.6 - How It Works
        2.7 - Our Team
        2.8 - Testimonials
        2.9 - Blog
        2.10 - Get In Touch
        2.11 - Footer
    03. About Us
    04. Services
    05. Service Details
    06. Team
    07. Blog Grid
    08. Blog Details
    09. Contact Us
    
-----------------------------------------------------------------------------------*/
/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Roboto:wght@400&display=swap');

:root {
    --thm-font: 'Inter', sans-serif;
    /* Headings */
    --thm-b-font: 'Inter', sans-serif;
    /* Body font */
    --thm-icon-font: "Font Awesome 5 Pro";
    /*Icon Font*/
    --thm-color-one: #e74c3c;
    --thm-color-two: #000000;
    --thm-color-three: #edf1f5;
    --thm-color-four: #000000;
    /*Light Color*/
    --thm-color-light: #f7f7f7;
    /*RGB Colors*/
    --thm-color-one-rgb: 231, 76, 60;
    --thm-color-two-rgb: 0, 0, 0;
    --thm-color-three-rgb: 237, 241, 245;
    --thm-color-four-rgb: 0, 0, 0;
    /*Light Color*/
    --thm-color-light-rgb: 247, 247, 247;
    /*Theme Colors*/
    --thm-body-color: #aeaeae;
    /*Body Colors*/
    --thm-white: #ffffff;
    /*White Color*/
    --thm-border: #d1d1d1;
    /*Border Color*/
}

/*Animations*/
@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*General*/
::selection {
    background-color: var(--thm-color-two);
    color: var(--thm-white);
}

i[class^="flaticon-"],
i[class*=" flaticon-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--thm-b-font);
    overflow-x: hidden;
    color: var(--thm-body-color);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    counter-reset: sectionCounter;
}

.relative {
    position: relative;
}

.thm-font {
    font-family: var(--thm-font);
}


.section-padding {
    position: relative;
    padding: 50px 0;
}

/* 大屏幕下增加关于我们板块的内边距和宽度 */
@media (min-width: 1200px) {
    .about-modern.section-padding {
        padding: 120px 0;
    }
    
    .about-modern .container {
        max-width: 1400px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    /* 调整列宽比例，让内容更饱满 */
    .about-modern .col-lg-6:first-child {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .about-modern .col-lg-6:last-child {
        flex: 0 0 55%;
        max-width: 55%;
    }
}

/* 超大屏幕下进一步增加宽度 */
@media (min-width: 1400px) {
    .about-modern .container {
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.section-padding.section {
    padding-bottom: 0;
}

/* Factory Strength & Certifications */
.factory-cert {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.factory-cert .section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--thm-color-one);
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Add slight left spacing for certificate section header */
.factory-cert .section-header {
    padding-left: 22px;
}

.factory-meta .meta-label {
    font-weight: 700;
    color: var(--thm-color-two);
    margin-bottom: 8px;
    font-size: 14px;
}

.factory-meta .meta-list li {
    padding-left: 0;
    margin-bottom: 8px;
    color: #6b7280;
}

.factory-meta .meta-list .year {
    display: inline-block;
    min-width: 46px;
    font-weight: 700;
    color: var(--thm-color-two);
}

/* Enlarge the "Honor" title in Factory Strength & Certifications */
.factory-cert .section-header .title {
    font-size: 48px;
    line-height: 1.2;
}

.cert-podium {
    position: relative;
    padding-bottom: 20px;
}

.podium-stage {
    height: 140px;
    background: radial-gradient(ellipse at center, #eef2f7 0%, #ffffff 60%);
    border: 1px solid #e5e7eb;
    border-radius: 24px;
}

.cert-slider {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: -120px;
}

.cert-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.cert-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,.12);
}

.cert-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

/* Partners (Honor section) */
.partners-section { padding-left: 22px; }
.partners-title { font-size: 28px; margin-bottom: 18px; font-weight: 700; }
.partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: center;
}
.partner-logo {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
}
.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0.1);
    opacity: .95;
}
.partner-logo:hover img { filter: grayscale(0); opacity: 1; }

@media (max-width: 992px) {
    .partners-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}
@media (max-width: 576px) {
    .partners-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .partner-logo { height: 84px; padding: 10px 12px; }
}

.cert-dots { display:none; }

.factory-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.factory-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px;
    gap: 14px;
}

.factory-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--thm-color-one);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

.factory-card h5 { margin-bottom: 6px; font-size: 18px; }
.factory-card p { margin-bottom: 0; color: #6b7280; }

@media (max-width: 992px) {
    .cert-slider { grid-template-columns: 1fr 1fr; margin-top: -90px; }
    .cert-item img { height: 220px; }
}

@media (max-width: 576px) {
    .factory-grid { grid-template-columns: 1fr; }
    .cert-slider { grid-template-columns: 1fr; margin-top: -70px; }
    .podium-stage { height: 110px; }
    .cert-item img { height: 180px; }
}

.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-fit-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    margin-bottom: 0;
    position: relative;
}

button:focus,
*:focus {
    outline: none;
}

button {
    background: transparent;
    border: none;
    padding: 0;
}

label {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: normal;
}

label>a {
    font-size: 14px;
}

img {
    max-width: 100%;
}

select {
    appearance: none;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.container-wide .row {
    flex-wrap: unset;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.z-2 {
    position: relative;
    z-index: 2;
}


.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.section-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

/*section-title*/
.section-header {
    max-width: 550px;
    padding-bottom: 10px;
    margin: 0 auto 0 0;
    text-align: left;
    position: relative;
}

.section-header .section_count {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    color: var(--thm-color-one);
    line-height: 1.5;
}

.section-header .section_count:before {
    counter-increment: sectionCounter;
    content: "0"counter(sectionCounter);
}

.section-header .title {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    font-size: 36px;
    margin-bottom: 0px;
}

.section-header .text {
    margin-bottom: 0;
}

.section-header.text-center {
    margin: 0 auto;
}

.section-header.text-center .title {
    justify-content: center;
}

.lh-normal {
    line-height: normal;
}

hr {
    margin: 30px 0;
    border-color: var(--thm-border);
}

blockquote {
    background-color: #fff;
    position: relative;
    padding: 30px;
    padding-left: 70px;
    border-left: 2px solid var(--thm-color-one);
}

blockquote .quote_icon {
    width: 50px;
    height: 50px;
    background: var(--thm-color-one);
    color: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 16px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote .quote_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--thm-color-two);
    font-style: italic;
}

blockquote .quote_author {
    font-size: 18px;
    color: var(--thm-color-one);
    display: flex;
    align-items: center;
}

blockquote .quote_author:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: var(--thm-color-two);
    margin-right: 20px;
    display: inline-flex;
}

/*Slick Arrows*/
.slick-arrow {
    font-size: 0;
    position: absolute;
    top: -70px;
    z-index: 100;
    width: 40px;
    height: 40px;
    color: var(--thm-border);
    background-color: var(--thm-white);
    border-radius: 50%;
    left: 0;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--thm-border);
}

.slick-arrow:hover {
    color: var(--thm-white);
    background-color: var(--thm-color-one);
    border-color: inherit;
}

.slick-arrow:before {
    content: "\f053";
    font-family: var(--thm-icon-font);
    font-weight: 400;
    font-size: 14px;
}

.slick-arrow.slick-next:before {
    content: "\f054";
}

.slick-arrow.slick-prev {
    left: auto;
    right: 65px;
}

.slick-arrow.slick-next {
    right: 15px;
    left: auto;
}

/*Slick Dots*/
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.slick-dots li {
    padding: 0;
    line-height: 0;
}

.slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--thm-white);
    margin: 0 8px;
    transition: 0.6s all;
    border: 0px solid var(--thm-color-two);
}

.slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--thm-color-one);
    border: 0px solid var(--thm-color-one);
    position: relative;
}

.slick-dots li.slick-active button:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--thm-color-one);
    position: absolute;
    top: -5px;
    left: -5px;
}

/*pagination*/
.pagination {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 15px;
    border-radius: 0;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0px 7px 15px;
}

.post_details .post_navigation .nav_item,
.pagination .page-item .page-link {
    border: none;
    border-radius: 5px;
    background-color: var(--thm-color-two);
    color: var(--thm-white);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.post_details .post_navigation .nav_item:hover,
.pagination .page-item .page-link.active,
.pagination .page-item.active .page-link,
.pagination .page-item:focus .page-link,
.pagination .page-item:hover .page-link {
    background-color: var(--thm-color-one);
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font);
    color: var(--thm-color-two);
}

h1 {
    font-weight: 900;
}

h2 {
    font-weight: 800;
}

h3 {
    font-weight: 700;
}

h4 {
    font-weight: 600;
}

h5 {
    font-weight: 500;
}

h6 {
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--thm-color-two);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.2;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.3;
}

h6 {
    font-size: 1rem;
    line-height: 1.7;
}

p {
    margin-bottom: 30px;
}

a {
    color: var(--thm-color-three);
    transition: .3s all;
    display: inline-block;
}

a:hover,
a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover,
a:focus {
    color: var(--thm-color-one);
    text-decoration: none;
}

/*Tables*/
table {
    margin-bottom: 30px;
}

table th,
table td {
    padding: 15px;
    vertical-align: middle;
    background-color: var(--thm-white);
}

table th {
    font-weight: 500;
    color: var(--thm-color-two);
    font-size: 16px;
    border: 1px solid var(--thm-border);
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table td {
    border: 1px solid var(--thm-border);
}

table img {
    width: 40px;
    border-radius: 0;
}

.mb-xl-20 {
    margin-bottom: 20px;
}

.mb-xl-30 {
    margin-bottom: 30px;
}

.mb-xl-60 {
    margin-bottom: 60px;
}

/*Forms*/
.form-control:focus {
    box-shadow: none;
}

.form_style label {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--thm-white);
}

.form_style .form-control {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--thm-color-one);
    border-radius: 0;
}

.form_style .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid var(--thm-color-one);
}

.form_style .form-control,
.form_style .form-control::placeholder {
    color: var(--thm-white);
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    height: auto;
    font-weight: 500;
}

.form_style.style_two .form-control,
.form_style.style_two .form-control::placeholder {
    color: var(--thm-body-color);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}

/* Enhanced Contact Form Styles - DCFuseLink Inspired */
.contact_area .section-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact_form {
    position: relative;
    z-index: 2;
}

.contact_form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact_form .form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

.contact_form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact_form .form-group label {
    display: block;
    font-weight: 600;
    color: var(--thm-color-two);
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact_form .form-control {
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-color-two);
    transition: all 0.2s ease;
    box-shadow: none;
    position: relative;
    z-index: 1;
    width: 100%;
}

.contact_form .form-control:focus {
    background-color: var(--thm-white);
    border-color: var(--thm-color-one);
    box-shadow: none;
    transform: none;
    outline: none;
}

.contact_form .form-control::placeholder {
    color: #6c757d;
    font-weight: 400;
    transition: all 0.2s ease;
}

.contact_form .form-control:focus::placeholder {
    color: transparent;
}

/* Submit Button Styles - DCFuseLink Inspired */
.contact_form .form-submit {
    margin-top: 30px;
    text-align: left;
}

.contact_form .submit-btn {
    background: var(--thm-color-one);
    border: 2px solid var(--thm-color-one);
    border-radius: 0;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--thm-white);
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact_form .submit-btn:hover {
    background: var(--thm-color-two);
    border-color: var(--thm-color-two);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.contact_form .submit-btn:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.contact_form .submit-btn i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.contact_form .submit-btn:hover i {
    transform: translateX(2px);
}

/* Loading State for Submit Button */
.contact_form .submit-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.contact_form .submit-btn.loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.contact_area .form_style.style_two .form-control::placeholder {
    color: #6c757d;
    font-weight: 400;
    transition: all 0.3s ease;
}

.contact_area .form_style.style_two .form-control:focus::placeholder {
    color: transparent;
    transform: translateY(-10px);
}

/* Floating Label Effect */
.contact_area .form_style.style_two .form-group {
    position: relative;
}

.contact_area .form_style.style_two .form-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: linear-gradient(90deg, var(--thm-color-one) 0%, #ff6b6b 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 2;
}

.contact_area .form_style.style_two .form-group:focus-within::after {
    transform: scaleX(1);
}

/* Textarea Specific Styles - Flat Design */
.contact_area .form_style.style_two textarea.form-control {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.6;
    border-radius: 0;
}

.contact_area .form_style.style_two textarea.form-control:focus {
    min-height: 120px;
}

/*Buttons*/
.thm-btn {
    font-size: 16px;
    color: var(--thm-white);
    display: inline-flex;
    align-items: center;
    border: 0px solid transparent;
    padding: 10px 45px;
    transition: 0.5s all;
    font-weight: 500;
    background-color: var(--thm-color-one);
    text-align: center;
    justify-content: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.thm-btn .button_title {
    display: inline-block;
    overflow: hidden;
}

.thm-btn .btn_letters {
    display: inline-block;
    line-height: 1em;
}

.thm-btn.btn-border {
    background-color: var(--thm-white);
}

.thm-btn:hover,
.thm-btn:focus {
    color: var(--thm-white);
    background-color: var(--thm-color-two);
    border-color: transparent;
}

.thm-btn i {
    font-size: 14px;
    line-height: normal;
    margin-left: 10px;
}

.thm-btn.btn-rounded {
    border-radius: 8px;
}

.thm-btn.btn-rectangle {
    border-radius: 8px;
}

.thm-btn.btn-small {
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 500;
}

/* Enhanced Contact Form Button - Flat Design */
.contact_area .form_style.style_two .thm-btn {
    background: var(--thm-color-one);
    border: 2px solid var(--thm-color-one);
    border-radius: 0;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    z-index: 1;
}

.contact_area .form_style.style_two .thm-btn:hover {
    background: var(--thm-color-two);
    border-color: var(--thm-color-two);
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.contact_area .form_style.style_two .thm-btn:active {
    transform: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.contact_area .form_style.style_two .thm-btn .button_title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact_area .form_style.style_two .thm-btn .button_title::after {
    content: '→';
    font-size: 18px;
    transition: transform 0.2s ease;
}

.contact_area .form_style.style_two .thm-btn:hover .button_title::after {
    transform: translateX(2px);
}

/* Form Animation - Simplified for Flat Design */
.contact_area .form_style.style_two .form-group {
    animation: fadeIn 0.3s ease-out forwards;
    opacity: 0;
}

.contact_area .form_style.style_two .form-group:nth-child(1) { animation-delay: 0.05s; }
.contact_area .form_style.style_two .form-group:nth-child(2) { animation-delay: 0.1s; }
.contact_area .form_style.style_two .form-group:nth-child(3) { animation-delay: 0.15s; }
.contact_area .form_style.style_two .form-group:nth-child(4) { animation-delay: 0.2s; }
.contact_area .form_style.style_two .form-group:nth-child(5) { animation-delay: 0.25s; }
.contact_area .form_style.style_two .form-group:nth-child(6) { animation-delay: 0.3s; }

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Form Validation States - Flat Design */
.contact_area .form_style.style_two .form-control.is-valid {
    border-color: #28a745;
    background-color: #f8fff9;
}

.contact_area .form_style.style_two .form-control.is-invalid {
    border-color: #dc3545;
    background-color: #fff8f8;
    animation: none;
}

/* Removed shake animation for flat design */

/* Loading State for Button */
.contact_area .form_style.style_two .thm-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.contact_area .form_style.style_two .thm-btn.loading .button_title::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Success Message Animation - Flat Design */
.form-success-message {
    background: #28a745;
    color: white;
    padding: 15px 20px;
    border-radius: 0;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-20px);
    animation: slideInDown 0.3s ease-out forwards;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #1e7e34;
}

@keyframes slideInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Focus Enhancement - Flat Design */
.contact_area .form_style.style_two .form-control:focus {
    position: relative;
}

.contact_area .form_style.style_two .form-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: var(--thm-color-one);
    transform: scaleX(0);
    transition: transform 0.2s ease;
    z-index: 2;
}

.contact_area .form_style.style_two .form-group:focus-within::after {
    transform: scaleX(1);
}

/* Mobile Responsive Enhancements for Contact Form - DCFuseLink Inspired */
@media (max-width: 768px) {
    /* Get In Touch Section Mobile */
    .get-in-touch-section {
        padding: 60px 0;
    }
    
    .get-in-touch-header {
        margin-bottom: 40px;
    }
    
    .get-in-touch-header .section-title {
        font-size: 28px;
    }
    
    .get-in-touch-header .section-description {
        font-size: 15px;
        padding: 0 20px;
    }
    
    .contact-cards {
        margin-top: 30px;
    }
    
    .contact-card {
        padding: 25px 20px;
        margin-bottom: 20px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .contact-card .card-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin: 0 auto;
    }
    
    .contact-card .card-title {
        font-size: 16px;
    }
    
    .contact-card .card-text {
        font-size: 14px;
        color: #2c3e50;
    }
    
    .contact-card .card-text a {
        color: var(--thm-color-one);
        font-weight: 500;
    }
    
    .contact_area {
        padding: 25px 20px;
        margin: 0 10px;
    }
    
    .contact_form .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .contact_form .form-row .form-group {
        margin-bottom: 20px;
    }
    
    .contact_form .form-control {
        padding: 12px 16px;
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    .contact_form .submit-btn {
        padding: 16px 30px;
        font-size: 15px;
        width: 100%;
    }
    
    .contact_info {
        padding: 25px 20px;
    }
    
    .contact_info h5 {
        font-size: 14px;
    }
    
    .contact_info .text-white-50 {
        font-size: 13px;
    }
    
    .contact_info .contact_list a {
        font-size: 13px;
    }
    
    .contact_info .social_link {
        width: 35px;
        height: 35px;
    }
    
}

@media (max-width: 480px) {
    /* Get In Touch Section Small Mobile */
    .get-in-touch-section {
        padding: 50px 0;
    }
    
    .get-in-touch-header .section-title {
        font-size: 24px;
    }
    
    .get-in-touch-header .section-description {
        font-size: 14px;
        padding: 0 15px;
    }
    
    .contact-card {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    
    .contact-card .card-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .contact-card .card-title {
        font-size: 15px;
    }
    
    .contact-card .card-text {
        font-size: 13px;
        color: #2c3e50;
    }
    
    .contact-card .card-text a {
        color: var(--thm-color-one);
        font-weight: 500;
    }
    
    .contact_area {
        padding: 20px 15px;
        margin: 0 5px;
    }
    
    .contact_form .form-control {
        padding: 10px 14px;
        font-size: 16px;
    }
    
    .contact_form .submit-btn {
        padding: 14px 25px;
        font-size: 14px;
    }
    
    .contact_info {
        padding: 20px 15px;
    }
    
    .contact_info h5 {
        font-size: 13px;
    }
    
    .contact_info .text-white-50 {
        font-size: 12px;
    }
    
    .contact_info .contact_list a {
        font-size: 12px;
    }
    
    .contact_info .social_link {
        width: 30px;
        height: 30px;
    }
    
}

/* Tablet Responsive - Flat Design */
@media (max-width: 992px) and (min-width: 769px) {
    .contact_area {
        padding: 35px 30px;
    }
    
    .contact_area .form_style.style_two .form-control {
        padding: 14px 18px;
        border-radius: 0;
    }
    
    .contact_area .form_style.style_two .thm-btn {
        padding: 6px 12px;
        border-radius: 0;
    }
}

/*Colors*/
.thm-color-one {
    color: var(--thm-color-one);
}

.thm-color-two {
    color: var(--thm-color-two);
}

.thm-color-three {
    color: var(--thm-color-three);
}

.thm-color-four {
    color: var(--thm-color-four);
}

.thm-bg-color-one {
    background-color: var(--thm-color-one);
}

.thm-bg-color-two {
    background-color: var(--thm-color-two);
}

.thm-bg-color-three {
    background-color: var(--thm-color-three);
}

.thm-bg-light {
    background-color: var(--thm-color-light);
}

.thm-bg-color-four {
    background-color: var(--thm-color-four);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/*Preloader*/
.preloader {
    background-color: var(--thm-color-one);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

/*Header*/
.header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent;
}

.header.sticky {
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #fff;
    animation-duration: 1s;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    animation-fill-mode: both;
}

.header.sticky .logo {
    margin: 3px 0;
}

.header.style_2 .navigation .main-menu>li>a ,
.header.sticky .navigation .main-menu>li>a {
    color: var(--thm-color-two);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
  
}

.header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    margin: 7px 0;
    height: 40px;
    width: 120px;
}
/* Logo切换逻辑 */
.header .logo img {
    transition: opacity 0.3s ease;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.header .logo .logo-transparent {
    opacity: 1;
    display: block;
}

.header .logo .logo-white {
    opacity: 0;
    display: none;
}

/* Sticky状态下的Logo切换 */
.header.sticky .logo .logo-transparent {
    opacity: 0;
    display: none;
}

.header.sticky .logo .logo-white {
    opacity: 1;
    display: block;
}

/* 响应式Logo尺寸 */
@media (max-width: 768px) {
    .header .logo {
        height: 35px;
        width: 100px;
    }
}

@media (max-width: 480px) {
    .header .logo {
        height: 30px;
        width: 80px;
    }
}

.header .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.header .navigation .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header .navigation .main-menu>.menu-item {
    margin: 0 5px;
}

.header .navigation .main-menu>.menu-item>a {
    color: var(--thm-white);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 15px;
}

.header .navigation .main-menu>.menu-item>a.active,
.header .navigation .main-menu>.menu-item:hover>a {
    color: var(--thm-color-one);
    font-weight: 500;
}

.header .navigation .menu-item-has-children {
    position: relative;
}

.header .navigation .menu-item-has-children>a:after {
    display: none;
}

.header .navigation .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.header .navigation .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .navigation .menu-item-has-children .sub-menu .menu-item>a {
    background-color: var(--thm-color-one);
    color: var(--thm-white);
    width: 100%;
    display: flex;
    padding: 10px 15px;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item:hover>a {
    background-color: var(--thm-color-two);
    color: var(--thm-white);
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    display: none;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0;
}

.header .header_action {
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.header .header_action .header_btn {
    background-color: transparent;
    border: none;
    color: #666;
    padding: 4px 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.header .header_action .header_btn:hover {
    background-color: #f5f5f5;
    color: #333;
    text-decoration: underline;
}

.header .hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--thm-color-one);
    cursor: pointer;
}

.header .hamburger .hamburger_btn span {
    display: flex;
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
    background-color: var(--thm-white);
    transition: 0.5s all;
    position: relative;
}

.header .hamburger .hamburger_btn span:last-child {
    margin-bottom: 0;
}

.header .hamburger .hamburger_btn.active span:first-child {
    transform: rotate(45deg);
    top: 4px;
}

.header .hamburger .hamburger_btn.active span:nth-child(2) {
    display: none;
}

.header .hamburger .hamburger_btn.active span:last-child {
    transform: rotate(-45deg);
    top: -3px;
}


.tech-btn.primary {
    background: linear-gradient(135deg, var(--thm-color-one), var(--thm-color-two));
    color: #ffffff;
    border-color: var(--thm-color-one);
    box-shadow: 0 4px 15px rgba(215, 35, 35, 0.3);
}

.tech-btn.primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.tech-btn.primary:hover::before {
    left: 100%;
}

.tech-btn.primary:hover {
    background: linear-gradient(135deg, var(--thm-color-two), var(--thm-color-one));
    border-color: var(--thm-color-two);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.tech-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.tech-btn:hover i {
    transform: translateX(4px);
}

/* Legacy styles for compatibility */
.cta-btn.primary {
    background: var(--thm-color-one);
    color: var(--thm-white);
    border-color: var(--thm-color-one);
}

.cta-btn.primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.cta-btn.primary:hover::before {
    left: 100%;
}

.cta-btn.primary:hover {
    background: var(--thm-color-two);
    border-color: var(--thm-color-two);
    color: var(--thm-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(215, 35, 35, 0.3);
}

.cta-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.cta-btn:hover i {
    transform: translateX(3px);
}

/* Video Modal Styles */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: var(--thm-white);
    border-radius: 12px;
    overflow: hidden;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.video-modal.active .video-modal-content {
    transform: scale(1);
}

.video-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-close-btn:hover {
    background: var(--thm-color-one);
    transform: scale(1.1);
}

.video-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*About*/
.icon_box {
    display: flex;
    margin-bottom: 30px;
}

.icon_box i {
    font-size: 35px;
    color: var(--thm-color-one);
    margin-right: 20px;
    line-height: normal;
}

/*services*/
.service_box {
    position: relative;
    text-align: center;
    background-color: var(--thm-color-three);
    border-radius: 25px;
    margin-bottom: 30px;
    padding: 30px;
}

.service_box .icon {
    font-size: 80px;
   /* line-height: 0;*/
    margin-bottom: 20px;
}

.service_box .title {
    margin-bottom: 20px;
    font-weight: 500;
}

.service_box .text {
    color: var(--thm-body-color);
    margin-bottom: 0;
    font-size: 14px;
}

.service_box .icon,
.service_box .title {
    color: var(--thm-color-two);
}

.service_box.style_2:hover,
.service_box:hover {
    background-color: var(--thm-color-one);
}

.service_box:hover .icon,
.service_box:hover .title,
.service_box:hover .text {
    color: var(--thm-white);
}

/* style_2*/
.service_box.style_2 {
    padding: 30px 10px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
}

.service_box.style_2 .icon {
    font-size: 55px;
    margin-bottom: 15px;
}

.service_box.style_2 .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.service_box.style_2 .text {
    font-size: 13px;
}

.how-it-works-parent {
    padding-bottom: 182px;
}

.how-it-works-sub {
    position: relative;
    z-index: 1;
    margin-top: -132px;
}

/* services - card style matching product tiles */
.service_card {
    background: var(--thm-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service_card .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.service_card .thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .35s ease;
}

.service_card:hover .thumb img {
    transform: scale(1.05);
}

.service_card .content {
    padding: 22px 22px 24px;
}

.service_card .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--thm-color-two);
}

.service_card .text {
    font-size: 14px;
    color: var(--thm-body-color);
    margin-bottom: 18px;
}

.service_card .thm-btn.btn-small {
    background: var(--thm-color-one);
    border-color: var(--thm-color-one);
}

.service_card .thm-btn.btn-small:hover {
    background: var(--thm-color-two);
    border-color: var(--thm-color-two);
}

/* horizontal breathing room for services section */
.services-section .container {
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 1200px) {
    .services-section .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/*team_block*/
.team_block {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
    border-radius: 15px;
}

.team_block .team_img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 210px;
}

.team_block .team_caption {
    position: relative;
}

.team_block .team_caption .team_name {
    margin-bottom: 0;
    font-size: 20px;
}

.team_block .team_caption .team_post {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--thm-color-one);
    font-style: italic;
    font-weight: 500;
}

.team_block .team_share {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 8px;
    background-color: var(--thm-color-one);
    color: var(--thm-white);
    line-height: 1;
    padding: 8px 10px;
    font-size: 14px;
    transition: 0.3s all;
}

.team_block .team_share:hover {
    background-color: var(--thm-color-two);
}
.team_block .team_share + .social{
    position: absolute;
    right: 0;
    bottom: 45px;
    display: none;
}
.team_block .team_share + .social li{
    margin-bottom: 5px;
}
.team_block .team_share + .social li a{
    border-radius: 8px;
    background-color: var(--thm-color-one);
    color: var(--thm-white);
    line-height: 1;
    font-size: 14px;
    transition: 0.3s all;
    width: 32px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_block .team_share + .social li:hover a {
    color: var(--thm-color-one);
    transform: translateY(-2px);
}
/*testimonials*/
.testimonial_item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.testimonial_item .testimonial_image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 33.333333%;
    border-radius: 50px;
}

.testimonial_item .testimonial_image>img {
    padding: 25px;
    padding-left: 0;
}

.testimonial_item .testimonial_image:before {
    content: '';
    background-color: var(--thm-color-one);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 60px;
    border-radius: 50px;
}

.testimonial_item .testimonial_text {
    width: 66.666667%;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.testimonial_item .testimonial_text:after {
    content: '“';
    line-height: 0;
    font-size: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 100%;
    z-index: -1;
    opacity: 0.15;
    pointer-events: none;
    transform: translateY(50px);
}

.testimonial_item .testimonial_text .title {
    font-size: 26px;
    margin-bottom: 5px;
}

.testimonial_item .testimonial_text .post {
    margin-bottom: 20px;
    color: var(--thm-color-one);
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.testimonial_item .testimonial_text .text {
    max-width: 80%;
    margin-bottom: 10px;
}

.ratings {
    display: flex;
}

.ratings i {
    font-size: 18px;
    color: var(--thm-body-color);
    font-weight: 300;
}

.ratings i.active {
    color: var(--thm-color-one);
    font-weight: 600;
}

/*style 2*/
.testimonial_item.style_two .testimonial_image>img,
.testimonial_item.style_two .testimonial_image {
    border-radius: 50%;
}

.testimonial_item.style_two .testimonial_image>img {
    padding-left: 25px;
}

.testimonial_item.style_two .testimonial_image:before {
    left: 0;
}

/*blog*/
.post {
    position: relative;
    margin-bottom: 30px;
}

.post .post_image {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    height: 310px;
}

.post .post_caption {
    position: relative;
    z-index: 1;
    background-color: var(--thm-white);
    border-radius: 20px;
    width: calc(100% - 30px);
    margin: 0 0 0 auto;
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
    padding: 20px;
    margin-top: -56px;
}

.post .post_caption .post_date {
    color: var(--thm-color-one);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.post .post_caption .post_title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

/* Modern Contact Section */
.contact-modern {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.contact-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(215, 35, 35, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(215, 35, 35, 0.03) 0%, transparent 50%);
    z-index: 0;
}

.contact-modern .container {
    position: relative;
    z-index: 1;
}

.contact-content {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}

.contact-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: -16px;
    max-width: 480px;
}

/* Contact Info Cards */
.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(215, 35, 35, 0.1);
    transition: all 0.3s ease;
    min-height: 70px;
}

.contact-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: rgba(215, 35, 35, 0.2);
}

.info-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--thm-color-one) 0%, #ff6b6b 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(215, 35, 35, 0.3);
}

.info-icon i {
    color: #ffffff;
    font-size: 18px;
}

.info-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    font-family: var(--thm-font);
}

.info-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin: 0;
    font-family: var(--thm-b-font);
}

/* Contact Form Container */
.contact-form-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(215, 35, 35, 0.1);
    position: relative;
    overflow: hidden;
    height: fit-content;
    align-self: center;
    width: 100%;
    max-width: 100%;
}

/* Right column wrapper for better alignment */
.col-lg-6:last-child {
    display: flex;
    align-items: center;
    min-height: 500px;
}

/* Ensure proper alignment for contact section row */
.contact-modern .row {
    align-items: center;
    min-height: 500px;
}

.contact-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--thm-color-one) 0%, #ff6b6b 100%);
}

.contact-form-modern .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.contact-form-modern .form-group {
    flex: 1;
    position: relative;
    margin-bottom: 24px;
}

.contact-form-modern .form-control {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e9ecef;
    border-radius: 2px;
    font-size: 16px;
    font-family: var(--thm-b-font);
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-form-modern .form-control:focus {
    outline: none;
    border-color: var(--thm-color-one);
    box-shadow: 0 0 0 3px rgba(215, 35, 35, 0.1);
    transform: translateY(-1px);
}

.contact-form-modern .form-control::placeholder {
    color: #999;
    font-weight: 400;
    transition: all 0.3s ease;
}

.contact-form-modern .form-control:focus::placeholder {
    color: #ccc;
    transform: translateY(-2px);
}

.contact-form-modern textarea.form-control {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    line-height: 1.5;
}

.contact-form-modern .thm-btn {
    background: var(--thm-color-one);
    border: 2px solid var(--thm-color-one);
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(215, 35, 35, 0.2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-modern .thm-btn:hover {
    background: var(--thm-color-two);
    border-color: var(--thm-color-two);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(215, 35, 35, 0.3);
}

.contact-form-modern .thm-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(215, 35, 35, 0.3);
}

.contact-form-modern .thm-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(215, 35, 35, 0.2);
}

/* Button loading state */
.contact-form-modern .thm-btn.loading {
    pointer-events: none;
    opacity: 0.8;
}

.contact-form-modern .thm-btn.loading .button_title::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Button icon enhancement */
.contact-form-modern .thm-btn .button_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-form-modern .thm-btn .button_title::before {
    content: '✉';
    font-size: 18px;
    transition: transform 0.3s ease;
}

.contact-form-modern .thm-btn:hover .button_title::before {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-content {
        padding-right: 0;
        margin-bottom: 50px;
        min-height: auto;
    }
    
    .contact-form-container {
        padding: 30px;
    }
    
    .contact-form-modern .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .col-lg-6:last-child {
        min-height: auto;
    }
    
    .contact-modern {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .contact-modern {
        padding: 60px 0;
    }
    
    .contact-form-container {
        padding: 25px;
        margin: 0 15px;
    }
    
    .contact-info-card {
        padding: 15px;
    }
    
    .info-icon {
        width: 40px;
        height: 40px;
    }
    
    .info-icon i {
        font-size: 16px;
    }
    
    .info-content h5 {
        font-size: 16px;
    }
    
    .info-content p {
        font-size: 13px;
    }
    
    .contact-form-modern .form-control {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .contact-form-modern .thm-btn {
        padding: 6px 12px;
        font-size: 11px;
        min-height: 32px;
    }
}

@media (max-width: 480px) {
    .contact-modern {
        padding: 50px 0;
    }
    
    .contact-form-container {
        padding: 20px;
        margin: 0 10px;
    }
    
    .contact-info-card {
        padding: 12px;
        gap: 12px;
    }
    
    .info-icon {
        width: 35px;
        height: 35px;
    }
    
    .info-icon i {
        font-size: 14px;
    }
    
    .contact-form-modern .form-control {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .contact-form-modern .thm-btn {
        padding: 5px 10px;
        font-size: 10px;
        min-height: 28px;
    }
}

/*footer*/
.footer .ft_widgets {
    position: relative;
    margin-bottom: 30px;
}

.footer .ft_widgets .ft_title {
    color: var(--thm-color-one);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.footer .ft_about img {
    height: 60px;
    width: 165px;
    margin-bottom: 20px;
}

.footer .ft_social {
    display: flex;
}

.footer .ft_social li {
    margin-right: 15px;
}

.footer .ft_social li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-white);
    color: var(--thm-color-one);
}

.footer .ft_social li:hover a {
    color: var(--thm-white);
    background-color: var(--thm-color-one);
}

.footer .ft_menu li {
    margin-bottom: 5px;
}

.footer .ft_menu li>a {
    font-size: 16px;
}

.footer .ft_menu li>a:before {
    content: "\f054";
    font-family: var(--thm-icon-font);
    font-size: 14px;
    margin-right: 8px;
    position: relative;
    top: -2px;
    color: var(--thm-color-one);
}

.footer .ft_menu li:last-child {
    margin-bottom: 0;
}

.footer .ft_contact li>a:before {
    display: none;
}

.footer .ft_contact li>a i {
    color: var(--thm-color-one);
    font-size: 14px;
    margin-right: 8px;
}

/* Footer */
.footer {
    background: var(--thm-color-two);
    color: var(--thm-white);
}

/* Modern Footer Styles */
.modern-footer {
    background: #1a1a1a;
    color: #ffffff;
    position: relative;
}

.footer-main {
    padding: 50px 0 30px;
    position: relative;
    z-index: 2;
}

.footer-widget {
    margin-bottom: 30px;
    position: relative;
}

.footer-logo {
    margin-bottom: 20px;
    position: relative;
}

.footer-logo .logo-img {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.footer-description {
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 15px;
    position: relative;
}

.widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.footer-links li a i {
    margin-right: 8px;
    width: 16px;
    color: var(--thm-color-one);
    font-size: 12px;
}

.footer-links li a:hover {
    color: var(--thm-color-one);
}

.footer-social h6 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.social-link svg {
    color: #ffffff;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.social-link i {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-link:hover {
    border-color: var(--thm-color-one);
    background: var(--thm-color-one);
}

.social-link:hover i {
    color: #ffffff;
}

.social-link:hover svg {
    color: #ffffff;
}

/* Platform-specific colors */
.social-link.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social-link.twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #bc1888;
}

.social-link.linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
}

.social-link.youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
}

.contact-info {
    margin-top: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 0;
    transition: all 0.3s ease;
    position: relative;
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--thm-color-one);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-icon i {
    color: #ffffff;
    font-size: 16px;
}

.contact-details h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-details p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}


.footer-bottom {
    background: #000000;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.footer-copyright p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

.footer-copyright a {
    color: var(--thm-color-one);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 2px 0;
}

.footer-copyright a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--thm-color-one);
    transition: width 0.3s ease;
}

.footer-copyright a:hover {
    color: var(--thm-color-two);
}

.footer-copyright a:hover::after {
    width: 100%;
}


/* Responsive Design */
@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 20px;
    }
    
    .footer-widget {
        margin-bottom: 25px;
    }
    
    .widget-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    .contact-item {
        padding: 15px;
    }
    
    .social-links {
        justify-content: center;
        gap: 15px;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 576px) {
    .footer-main {
        padding: 50px 0 30px;
    }
    
    .footer-widget {
        margin-bottom: 30px;
    }
    
    .widget-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-payment {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .payment-methods {
        justify-content: center;
        gap: 10px;
    }
    
    .payment-methods i {
        font-size: 24px;
        padding: 6px;
    }
    
    .social-links {
        gap: 12px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
    }
    
    .social-link i {
        font-size: 18px;
    }
}

/*copyright*/
.copyright p {
    color: var(--thm-white);
    padding: 12px 0;
    line-height: normal;
    font-size: 14px;
}

.copyright p a {
    color: var(--thm-color-two);
    font-weight: 500;
}

/*back to top*/
.back-to-top {
    width: 40px;
    height: 40px;
    border: 2px solid var(--thm-color-one);
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--thm-white);
    font-size: 22px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: var(--thm-color-one);
    transition: 0.3s all;
    z-index: 100;
}

.back-to-top:hover {
    color: var(--thm-white);
    background-color: var(--thm-color-two);
    border-color: var(--thm-color-two);
}

/*subheader*/
.subheader {
    padding-top: 180px;
}

.subheader .page-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
    margin-top: 20px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: rgba(255, 255, 255, 0.7);
    margin: 0 10px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ff0000;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ff0000 !important;
    font-weight: 500;
}

.breadcrumb-item i {
    margin-right: 5px;
    font-size: 12px;
}

/*sidebar*/
.sidebar .sidebar_inner {
    margin-bottom: 80px;
}

.sidebar .sidebar_inner .sidebar_widget {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
}

.sidebar .sidebar_inner .sidebar_widget:last-child {
    margin-bottom: 0;
}

.sidebar .sidebar_inner .sidebar_widget .widget_title {
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--thm-b-font);
    font-size: 18px;
    border: 1px solid var(--thm-color-one);
    color: var(--thm-color-one);
    padding: 10px 0;
}

.sidebar .input-group .form-control {
    border-right: none;
    height: 45px;
    border-radius: 0;
    background-color: var(--thm-border);
    border: none;
}

.sidebar .input-group .form-control,
.sidebar .input-group .form-control::placeholder {
    color: rgb(var(--thm-color-two-rgb), 50%);
    font-weight: 500;
}

.sidebar .input-group button {
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: var(--thm-color-one);
    color: var(--thm-white);
    border-radius: 0;
}

.sidebar .input-group button:hover {
    background-color: var(--thm-color-four);
    color: var(--thm-white);
}

.sidebar .input-group .with_text button {
    width: auto;
    padding: 0 30px;
}

.sidebar .categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgb(var(--thm-color-two-rgb), 50%);
    font-weight: 500;
    margin-bottom: 10px;
}

.sidebar .categories li:hover a {
    color: var(--thm-color-one);
}

.sidebar .categories li:last-child>a {
    margin-bottom: 0;
    line-height: normal;
}

.sidebar .tags_cloud {
    margin-bottom: -15px;
}

.post_details .post_tags_share .post_tags .tags a,
.sidebar .tags_cloud a {
    display: inline-flex;
    border: 1px solid rgb(var(--thm-color-two-rgb), 50%);
    color: rgb(var(--thm-color-two-rgb), 50%);
    background-color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 25px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.post_details .post_tags_share .post_tags .tags a:hover,
.sidebar .tags_cloud a:hover {
    background-color: var(--thm-color-one);
    border-color: var(--thm-color-one);
    color: var(--thm-white);
}

.sidebar .recent_post li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar .recent_post li .post_thumb {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.sidebar .recent_post li .post_thumb a {
    display: flex;
    height: 100%;
    width: 100%;
}

.sidebar .recent_post li .post_caption {
    width: calc(100% - 95px);
}

.sidebar .recent_post li .post_caption .post_title {
    margin-bottom: 0;
    font-size: 16px;
}

.sidebar .recent_post li .post_caption .post_date {
    margin-bottom: 0;
    color: var(--thm-color-one);
    font-weight: 500;
    font-size: 14px;
}

.sidebar .recent_post li:last-child {
    margin-bottom: 0;
}

/*post_details*/
.post_details {
    padding: 40px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
}

.post_details .post_image {
    position: relative;
    margin-bottom: 50px;
}

.post_details .post_image img {
    height: 500px;
}

.post_details .post_meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
    width: fit-content;
    margin: 0 auto;
    padding: 10px 35px 0;
    position: relative;
    z-index: 1;
    margin-top: -23px;
}

.post_details .post_meta li {
    margin: 0 10px 10px;
}

.post_details .post_meta li a {
    color: var(--thm-body-color);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.post_details .post_meta li a i {
    color: var(--thm-color-one);
    margin-right: 8px;
}

.post_details .post_meta li:hover a {
    color: var(--thm-color-one);
}

.post_details .post_title {
    font-size: 28px;
}

.post_details .post_author {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.post_details .post_author img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 8px;
}

.post_details .post_author a {
    font-size: 18px;
    color: var(--thm-color-two);
}

.post_details .post_tags_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.post_details .post_tags_share h6 {
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 15px;
}

.post_details .post_big_author .social,
.post_details .post_tags_share .post_tags .tags,
.post_details .post_tags_share .post_share .social {
    display: inline-flex;
    flex-wrap: wrap;
}

.post_details .post_big_author .social li+li,
.post_details .post_tags_share .post_share .social li+li {
    margin-left: 15px;
}

.post_details .post_big_author .social li a,
.post_details .post_tags_share .post_share .social li a {
    color: var(--thm-body-color);
}

.post_details .post_big_author .social li:hover a,
.post_details .post_tags_share .post_share .social li:hover a {
    color: var(--thm-color-one);
}

.post_details .post_big_author {
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
    padding: 20px;
    position: relative;
    padding-bottom: 0px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.post_details .post_big_author img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.post_details .post_big_author .text {
    width: calc(100% - 200px);
    margin-bottom: 20px;
}

.post_details .post_navigation {
    padding: 0px 0 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post_details .post_navigation .nav_item {
    width: auto;
    padding: 0 25px;
    border-radius: 0;
}

.comments .children{
    padding-left: 120px;
}
.comments .comment article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.comments .comment .comment_image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.comments .comment .comment_text {
    width: calc(100% - 120px);
}

.comments .comment .comment_text .title {
    font-size: 16px;
    margin-bottom: 0;
}

.comments .comment .comment_text .comment_date {
    line-height: 1;
    background-color: var(--thm-color-one);
    width: fit-content;
    color: var(--thm-white);
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 15px;
    font-weight: 400;
    margin: 4px 0 15px;
}

.comments .comment .comment_text p {
    font-size: 14px;
}

.comments .comment .comment_text p:last-child {
    margin-bottom: 0;
}
/*service_details*/
.service_details .post_image{
    margin-bottom: 30px;
}
/* Services Glass Effect Styles */
.services-glass-section {
    position: relative;
    overflow: hidden;
}

.services-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    backdrop-filter: blur(20px);
    animation: float 6s ease-in-out infinite;
}

.bg-circle-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.bg-circle-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    animation-delay: 2s;
}

.bg-circle-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    z-index: -1;
}

.glass-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.glass-card .service-image img {
    border-radius: 18px;
    transition: transform 0.3s ease;
}

.glass-card:hover .service-image img {
    transform: scale(1.05);
}

.glass-card .service-title {
    color: #2d3748;
    font-weight: 600;
    transition: color 0.3s ease;
}

.glass-card:hover .service-title {
    color: #1a202c;
}

.glass-card .service-description {
    color: #4a5568;
    transition: color 0.3s ease;
}

.glass-card:hover .service-description {
    color: #2d3748;
}

/* 标题毛玻璃效果 */
.services-title-container {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.services-title-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 50px;
    z-index: -1;
}

.glass-title {
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .bg-circle-1 {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
    
    .bg-circle-2 {
        width: 150px;
        height: 150px;
        bottom: -75px;
        left: -75px;
    }
    
    .bg-circle-3 {
        width: 100px;
        height: 100px;
    }
    
    .glass-card {
        border-radius: 15px;
    }
    
    .glass-card::before {
        border-radius: 15px;
    }
    
    .services-title-container {
        padding: 6px 2px;
        border-radius: 40px;
    }
    
    .services-title-container::before {
        border-radius: 40px;
    }
}

/* ===== Our Services – layout cleanup overrides ===== */
/* Make the carousel area behave as a responsive grid if JS is not active */
#services .services-carousel-container { padding: 0 !important; overflow: visible; }
#services .services-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 24px !important;
    transform: none !important;
}
#services .services-carousel .service-card {
    flex: 1 1 calc(25% - 18px) !important;
    max-width: calc(25% - 18px) !important;
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
}
#services .services-carousel .service-card .service-image { margin-bottom: 16px !important; }
#services .services-carousel .service-card .service-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
}

/* ===== Our Services – premium visual refinement ===== */
#services .services-carousel .service-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
    border: 1px solid transparent !important;
    background-image: linear-gradient(#ffffff, #ffffff),
        linear-gradient(135deg, rgba(13,110,253,0.12), rgba(111,66,193,0.12)) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 1px 0 rgba(255,255,255,0.6) inset !important;
    border-radius: 18px !important;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#services .services-carousel .service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    pointer-events: none;
    background: radial-gradient(1200px 200px at 0% 0%, rgba(255,255,255,0.4), transparent 60%),
        radial-gradient(800px 140px at 100% 100%, rgba(13,110,253,0.08), transparent 60%);
    opacity: 0.6;
}

#services .services-carousel .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 55px rgba(0,0,0,0.16), 0 1px 0 rgba(255,255,255,0.6) inset !important;
}

#services .services-carousel .service-card .service-image img {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease !important;
}

#services .services-carousel .service-card:hover .service-image img {
    transform: scale(1.035);
    filter: saturate(1.03) contrast(1.02);
}



/* Service button container and custom button styles */
#services .services-carousel .service-button-container {
    margin-top: auto;
    padding-top: 16px;
}

.service-detail-btn {
    color: var(--thm-color-one) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
}

.service-detail-btn:hover {
    color: var(--thm-color-two) !important;
    text-decoration: underline;
    transform: translateY(-1px);
}

.service-detail-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--thm-color-one);
    transition: width 0.3s ease;
}

.service-detail-btn:hover::after {
    width: 100%;
}

.service-detail-btn:focus {
    outline: none;
    color: var(--thm-color-one) !important;
}

/* 通用服务标题样式 - 限制为两行 */
.service-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: 2.6em; /* 2行的高度 */
}

/* 通用服务描述样式 - 统一间隔和行高 */
.service-description {
    line-height: 1.5;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    height: 3em; /* 固定高度为2行 (1.5 * 2 = 3em) */
    min-height: 3em; /* 确保最小高度 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 服务卡片内容区域统一样式 */
#services .services-carousel .service-card .service-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#services .services-carousel .service-card .service-title {
    font-weight: 700;
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: 2.6em;
}

#services .services-carousel .service-card .service-description {
    line-height: 1.5;
    font-size: 14px;
    color: #475569;
    margin-bottom: 16px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em; /* 固定高度为2行 (1.5 * 2 = 3em) */
    min-height: 3em; /* 确保最小高度 */
}

/* Subtle focus ring for accessibility */
#services .services-carousel .service-card:focus-within,
#services .services-carousel .service-card:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(13,110,253,0.15), 0 18px 50px rgba(0,0,0,0.14) !important;
}

/* Hide nav arrows when using grid layout */
#services .services-nav-btn { display: none !important; }

/* Indicators tidy */
#services .services-indicators { margin-top: 24px; }
#services .services-indicators .indicator { background: #e5e7eb; }
#services .services-indicators .indicator.active { background: var(--thm-color-one); }

/* Responsiveness */
@media (max-width: 1200px) {
    #services .services-carousel .service-card {
        flex: 1 1 calc(33.333% - 16px) !important;
        max-width: calc(33.333% - 16px) !important;
    }
}
@media (max-width: 992px) {
    #services .services-carousel .service-card {
        flex: 1 1 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }
}
@media (max-width: 576px) {
    #services .services-carousel { gap: 16px !important; }
    #services .services-carousel .service-card {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    #services .services-carousel .service-card .service-image img { height: 160px; }
}

/* Fine-tune small screens for premium look */
@media (max-width: 576px) {
    #services .services-carousel .service-card {
        border-radius: 16px !important;
        box-shadow: 0 8px 26px rgba(0,0,0,0.12) !important;
    }
}

/* ===== Services Card Slide Animation ===== */
#services .services-carousel .service-card {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity; /* 优化动画性能 */
    backface-visibility: hidden; /* 防止闪烁 */
    -webkit-backface-visibility: hidden;
}

#services .services-carousel .service-card:nth-child(even) {
    transform: translateX(0);
}

#services .services-carousel .service-card.slide-in {
    opacity: 1;
    transform: translateX(0);
}

#services .services-carousel .service-card.slide-in-left {
    opacity: 1;
    transform: translateX(0);
    animation: slideInFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

#services .services-carousel .service-card.slide-in-right {
    opacity: 1;
    transform: translateX(0);
    animation: slideInFromRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 鼠标悬停时的额外效果 */
#services .services-carousel .service-card.slide-in:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18), 0 1px 0 rgba(255,255,255,0.6) inset !important;
}

/* 添加微妙的脉冲效果 */
#services .services-carousel .service-card.slide-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#services .services-carousel .service-card.slide-in:hover::before {
    opacity: 1;
    animation: shimmer 1.5s ease-in-out infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* 响应式调整 */
@media (max-width: 1200px) {
    #services .services-carousel .service-card {
        transform: translateX(-80px);
    }
    
    #services .services-carousel .service-card:nth-child(even) {
        transform: translateX(80px);
    }
}

@media (max-width: 992px) {
    #services .services-carousel .service-card {
        transform: translateX(-60px);
    }
    
    #services .services-carousel .service-card:nth-child(even) {
        transform: translateX(60px);
    }
}

@media (max-width: 768px) {
    #services .services-carousel .service-card {
        transform: translateY(0);
        opacity: 1;
    }
    
    #services .services-carousel .service-card:nth-child(even) {
        transform: translateY(0);
    }
    
    #services .services-carousel .service-card.slide-in,
    #services .services-carousel .service-card.slide-in-left,
    #services .services-carousel .service-card.slide-in-right {
        transform: translateY(0);
        animation: slideInFromBottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    }
    
    @keyframes slideInFromBottom {
        0% {
            opacity: 0;
            transform: translateY(50px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 576px) {
    #services .services-carousel .service-card {
        transform: translateY(0);
    }
    
    #services .services-carousel .service-card.slide-in,
    #services .services-carousel .service-card.slide-in-left,
    #services .services-carousel .service-card.slide-in-right {
        animation: slideInFromBottomMobile 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    }
    
    @keyframes slideInFromBottomMobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* 触摸设备优化 */
@media (hover: none) and (pointer: coarse) {
    #services .services-carousel .service-card {
        transform: translateY(0);
        opacity: 1;
    }
    
    #services .services-carousel .service-card.slide-in,
    #services .services-carousel .service-card.slide-in-left,
    #services .services-carousel .service-card.slide-in-right {
        transform: translateY(0);
        animation: slideInFromBottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    }
    
    /* 减少悬停效果在触摸设备上的影响 */
    #services .services-carousel .service-card:hover {
        transform: translateY(-4px) scale(1.01);
    }
}

/* Get In Touch Section - Card Style */
.get-in-touch-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.get-in-touch-header {
    margin-bottom: 60px;
}

.get-in-touch-header .section-subtitle {
    color: var(--thm-color-one);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: var(--thm-font);
}

.get-in-touch-header .section-title {
    color: var(--thm-color-two);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--thm-font);
}

.get-in-touch-header .section-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.contact-cards {
    margin-top: 40px;
}

.contact-card {
    background: var(--thm-white);
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--thm-color-one), var(--thm-color-two));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-color: var(--thm-color-one);
}

.contact-card:hover::before {
    opacity: 1;
}

.contact-card .card-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--thm-color-one), var(--thm-color-two));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 22px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-card:hover .card-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contact-card .card-content {
    flex: 1;
}

.contact-card .card-title {
    color: var(--thm-color-two);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--thm-font);
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.contact-card .card-text {
    color: #2c3e50;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

.contact-card .card-text a {
    color: var(--thm-color-one);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-card .card-text a:hover {
    color: var(--thm-color-two);
    text-decoration: underline;
}

/*Contact - Flat Design*/
.contact_area {
    background-color: var(--thm-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 0;
    position: relative;
    border: 1px solid #e9ecef;
}

.contact_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--thm-color-one);
    z-index: 1;
}

.contact_info {
    padding: 40px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


/* Contact Information Styles - DCFuseLink Inspired */
.contact_info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--thm-white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact_info .text-white-50 {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    line-height: 1.6;
}

.contact_info .contact_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_info .contact_list li {
    margin-bottom: 8px;
}

.contact_info .contact_list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.contact_info .contact_list a:hover {
    color: var(--thm-white);
}

.contact_info .contact_list i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.contact_info .ft_social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.contact_info .ft_social li {
    margin: 0;
}

.contact_info .social_link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    text-decoration: none;
    transition: all 0.2s ease;
}

.contact_info .social_link:hover {
    background: var(--thm-color-one);
    border-color: var(--thm-color-one);
    color: var(--thm-white);
    transform: translateY(-2px);
}

/* Contact Layout Fix - Ensure form and info are on same line */
.contact_area {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact_area .section-header {
    margin-bottom: 30px;
}

.contact_form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact_form .form-submit {
    margin-top: auto;
}

/* Ensure equal height columns */
.row.no-gutters > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.row.no-gutters > [class*="col-"] > * {
    flex: 1;
}

/* ===========================================
   Header Icon Buttons Styles
   =========================================== */

/* Header Icon Button Base Styles */
.header_icon_btn {
    background: transparent;
    border: none;
    color: var(--thm-white);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    transition: transform 0.5s ease-in-out;
}

.header_icon_btn:hover {
    background: transparent !important;
    color: var(--thm-color-one);
    transform: scale(1.1);
}

.header_icon_btn:active {
    background: transparent !important;
    transform: scale(0.95);
}

/* Search Button Specific Styles */
.search_btn {
    position: relative;
}

/* Language Switcher Styles */
.language_switcher {
    position: relative;
}

.lang_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    width: auto;
    font-family: 'Inter', sans-serif;
    min-width: 60px;
    font-size: 15px;
    font-weight: 500;
}

.lang_text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.language_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--thm-white);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin-top: 8px;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.language_switcher:hover .language_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang_option {
    display: block;
    padding: 10px 16px;
    color: var(--thm-color-two);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
}

.lang_option:hover {
    background: rgba(0, 0, 0, 0.05);
    color: var(--thm-color-one);
}

.lang_option.active {
    color: var(--thm-color-one);
    background: rgba(0, 0, 0, 0.02);
}

.lang_option.active::after {
    content: '✓';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--thm-color-one);
    font-weight: bold;
}

/* Search Modal Styles */
.search_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search_modal.active {
    opacity: 1;
    visibility: visible;
}

.search_modal_content {
    background: var(--thm-white);
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    transform: translateY(-50px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.search_modal.active .search_modal_content {
    transform: translateY(0);
}

.search_modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.search_modal_header h3 {
    margin: 0;
    color: var(--thm-color-two);
    font-size: 20px;
    font-weight: 600;
}

.search_close_btn {
    background: transparent;
    border: none;
    color: var(--thm-color-two);
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.search_close_btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: var(--thm-color-one);
}

.search_modal_body {
    padding: 30px;
}

.search_input_group {
    position: relative;
    margin-bottom: 30px;
}

.search_input {
    width: 100%;
    padding: 16px 60px 16px 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 16px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    outline: none;
}

.search_input:focus {
    border-color: var(--thm-color-one);
    background: var(--thm-white);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.search_submit_btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--thm-color-one);
    border: none;
    color: var(--thm-white);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.search_submit_btn:hover {
    background: var(--thm-color-two);
    transform: translateY(-50%) scale(1.05);
}

.search_suggestions h4 {
    color: var(--thm-color-two);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.suggestion_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.suggestion_tag {
    background: rgba(0, 0, 0, 0.05);
    color: var(--thm-color-two);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.suggestion_tag:hover {
    background: var(--thm-color-one);
    color: var(--thm-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Sticky Header Adjustments */
.header.sticky .header_icon_btn {
    color: var(--thm-color-two);
}

.header.sticky .header_icon_btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: var(--thm-color-one);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header_action {
        gap: 10px !important;
    }
    
    .header_icon_btn {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }
    
    .lang_btn {
        min-width: 50px;
        padding: 0 8px;
    }
    
    .lang_text {
        font-size: 12px;
    }
    
    .search_modal_content {
        width: 95%;
        margin: 0 10px;
    }
    
    .search_modal_header,
    .search_modal_body {
        padding: 20px;
    }
    
    .search_input {
        padding: 14px 50px 14px 16px;
        font-size: 14px;
    }
    
    .search_submit_btn {
        width: 36px;
        height: 36px;
    }
    
    
}


/* Small Mobile Responsive */
    
    .current_slide {
        font-size: 18px;
    }
    
    .slider_info {
        font-size: 14px;
    }


/* Modern About Section Styles - OIKWAN Inspired */
.about-modern {
    background: #ffffff;
    position: relative;
}

.about-modern .section-header {
    margin-bottom: 10px;
}

.about-modern .section-tag {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    border: none;
}

/* 大屏幕下增加About Us标签的字体大小和内边距 */
@media (min-width: 1200px) {
    .about-modern .section-tag {
        font-size: 20px;
        padding: 15px 30px;
        margin-bottom: 35px;
    }
}

.about-modern .title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: var(--thm-font);
    text-transform: uppercase;
    position: relative;
}

/* 大屏幕下增加标题字体大小 */
@media (min-width: 1200px) {
    .about-modern .title {
        font-size: 48px;
        margin-bottom: 35px;
    }
}

.about-modern .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--thm-color-one);
}

.about-description {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
    font-family: var(--thm-b-font);
}

/* 大屏幕下增加描述文字字体大小 */
@media (min-width: 1200px) {
    .about-description {
        font-size: 18px;
        margin-bottom: 35px;
    }
}

.about-additional {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 35px;
    font-family: var(--thm-b-font);
}


.about-video-container {
    position: relative;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.video-thumbnail:hover .video-overlay {
    opacity: 1;
}

.play-btn {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.98);
    border: 3px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.play-btn:hover {
    background: #000;
    transform: scale(1.1);
}

.play-btn:hover i {
    color: #fff;
}

.play-btn i {
    font-size: 24px;
    color: #000;
    margin-left: 3px;
    transition: all 0.3s ease;
}

/* Video Modal Styles */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    border: 1px solid #333;
}

.video-close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}

.video-close-btn:hover {
    color: #ccc;
}

.video-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.about-stats {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border: 1px solid #e9ecef;
    display: flex;
    gap: 30px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    font-family: var(--thm-font);
    line-height: 1;
}

/* 大屏幕下增加统计数字字体大小 */
@media (min-width: 1200px) {
    .stat-number {
        font-size: 36px;
    }
}

.stat-label {
    display: block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* 大屏幕下增加统计标签字体大小 */
@media (min-width: 1200px) {
    .stat-label {
        font-size: 14px;
        margin-top: 8px;
    }
}

/* Responsive Design for About Section */
@media (max-width: 991px) {
    .about-modern .title {
        font-size: 36px;
    }
    
    .about-stats {
        position: static;
        margin-top: 30px;
        justify-content: center;
    }
    
    .play-btn {
        width: 70px;
        height: 70px;
    }
    
    .play-btn i {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .about-modern .title {
        font-size: 28px;
    }
    
    .about-description {
        font-size: 15px;
    }
    
    .about-additional {
        font-size: 15px;
    }
    
    
    .about-stats {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about-modern .title {
        font-size: 24px;
    }
    
    .about-description {
        font-size: 14px;
    }
    
    .about-additional {
        font-size: 14px;
    }
    
    .feature-content h5 {
        font-size: 16px;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .play-btn {
        width: 60px;
        height: 60px;
    }
    
    .play-btn i {
        font-size: 20px;
    }
    
    .video-modal-content {
        width: 95%;
        margin: 20px;
    }
}

/* About Link Styles */
.about-link {
    color: var(--thm-color-one);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
}

.about-link:hover {
    color: var(--thm-color-two);
    text-decoration: underline;
    transform: translateY(-1px);
}

.about-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--thm-color-one);
    transition: width 0.3s ease;
}

.about-link:hover::after {
    width: 100%;
}

/* About Section Video Styles */
.about-image .video-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.about-image .video-container:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.about-image .video-thumb {
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(1) contrast(1);
}

.about-image .video-container:hover .video-thumb {
    transform: scale(1.08);
    filter: brightness(0.9) contrast(1.1);
}

.about-image .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.2) 50%, 
        rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 12px;
    backdrop-filter: blur(0px);
}

.about-image .video-container:hover .video-overlay {
    opacity: 1;
    backdrop-filter: blur(2px);
}

.about-image .play-btn {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    transform: scale(0.9);
    opacity: 0.8;
}

.about-image .video-container:hover .play-btn {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.about-image .play-btn:hover {
    background: #000;
    transform: scale(1.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border-color: #fff;
}

.about-image .play-btn:hover i {
    color: #fff;
    transform: scale(1.2) translateX(2px);
}

.about-image .play-btn i {
    font-size: 28px;
    color: #000;
    margin-left: 4px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 添加播放按钮的脉冲动画 */
.about-image .play-btn::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-image .video-container:hover .play-btn::before {
    opacity: 1;
    transform: scale(1.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Video Modal Enhancements */
.video-modal {
    backdrop-filter: blur(15px);
}

.video-modal-content {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}

.video-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
}

.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.video-close-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

.video-close-btn i {
    font-size: 18px;
    color: #000;
}

/* Responsive Video Styles */
@media (max-width: 991px) {
    .about-image .video-container:hover {
        transform: translateY(-6px) scale(1.01);
    }
    
    .about-image .play-btn {
        width: 70px;
        height: 70px;
        transform: scale(0.85);
    }
    
    .about-image .video-container:hover .play-btn {
        transform: scale(0.95);
    }
    
    .about-image .play-btn:hover {
        transform: scale(1.1);
    }
    
    .about-image .play-btn i {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .about-image .video-container:hover {
        transform: translateY(-4px) scale(1.005);
    }
    
    .about-image .play-btn {
        width: 60px;
        height: 60px;
        transform: scale(0.8);
    }
    
    .about-image .video-container:hover .play-btn {
        transform: scale(0.9);
    }
    
    .about-image .play-btn:hover {
        transform: scale(1.05);
    }
    
    .about-image .play-btn i {
        font-size: 20px;
    }
    
    .video-modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .video-close-btn {
        top: -45px;
        width: 35px;
        height: 35px;
    }
    
    .video-close-btn i {
        font-size: 16px;
    }
}

/* About Video Styles */
.about-video {
    position: relative;
}

.video-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-player {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* 大屏幕下增加视频高度 */
@media (min-width: 1200px) {
    .video-player {
        height: 500px;
    }
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, 0.8);
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.play-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.play-btn i {
    margin-left: 4px;
}

/* Responsive Video */
@media (max-width: 768px) {
    .video-player {
        height: 300px;
    }
    
    .play-btn {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

/* Products Center Styles - Modern Flat Design */
.products-center {
    background: #ffffff;
    padding: 80px 0;
    margin-bottom: 55px;
    position: relative;
    overflow: hidden;
}

/* 大屏幕下增加产品板块的内边距和宽度，与About板块保持一致 */
@media (min-width: 1200px) {
    .products-center {
        padding: 120px 0;
    }
    
    .products-center .container {
        max-width: 1400px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* 超大屏幕下进一步增加宽度 */
@media (min-width: 1400px) {
    .products-center .container {
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Discover Section Styles - RAVPower Inspired */
.discover-section {
    width: 100%;
    max-width: none;
    margin: 0;
}

.discover-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 40px;
}

.discover-title {
    font-size: 56px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 15px;
    font-family: var(--thm-b-font);
    letter-spacing: -1px;
}

.discover-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    margin-bottom: -27px;
    font-family: var(--thm-b-font);
    line-height: 1.6;
    max-width: 600px;
}

.category-nav {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.category-link {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    font-family: var(--thm-b-font);
    position: relative;
    transition: all 0.3s ease;
}

.category-link:hover {
    color: var(--thm-color-one);
}

.category-link.active {
    color: #000000;
}

.category-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--thm-color-one);
    border-radius: 2px;
}

/* 分类图片样式 */
.category-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.category-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.category-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.category-link:hover .category-image {
    border-color: var(--thm-color-one);
    transform: scale(1.1);
}

.category-name {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    white-space: nowrap;
}

.category-link:hover .category-name {
    color: var(--thm-color-one);
}

.discover-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: stretch;
}

.main-banner {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 8px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-content {
    z-index: 2;
    position: relative;
}

.banner-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: var(--thm-b-font);
}

.banner-link {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-family: var(--thm-b-font);
    transition: all 0.3s ease;
}

.banner-link:hover {
    color: var(--thm-color-one);
}

.banner-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-product-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.banner-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.main-product-image:hover .banner-product-img {
    transform: scale(1.05);
}

/* Product Cards Container */
.product-cards-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-cards {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
    transition: transform 0.3s ease;
    align-items: stretch;
    height: 100%;
}

.product-card {
    background: transparent;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    max-width: none;
    min-height: 360px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
}

.product-card:hover .product-img {
    transform: scale(1.05);
}

.hub-device {
    width: 50px;
    height: 35px;
    border-radius: 3px;
    position: relative;
}

.hub-12in1 {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.hub-7in1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.battery-charger {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-radius: 3px;
    position: relative;
}

.battery-charger::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1px;
}

/* Power Bank Device Styles */
.power-bank-device {
    width: 50px;
    height: 35px;
    border-radius: 3px;
    position: relative;
}

.power-bank-1 {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
}

.power-bank-2 {
    background: linear-gradient(135deg, #4834d4 0%, #686de0 100%);
}

.power-bank-3 {
    background: linear-gradient(135deg, #00d2d3 0%, #54a0ff 100%);
}

/* Charger Device Styles */
.charger-device {
    width: 50px;
    height: 35px;
    border-radius: 3px;
    position: relative;
}

.charger-1 {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.charger-2 {
    background: linear-gradient(135deg, #8e44ad 0%, #9b59b6 100%);
}

/* Cable Device Styles */
.cable-device {
    width: 50px;
    height: 35px;
    border-radius: 3px;
    position: relative;
}

.cable-1 {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

/* Car Device Styles */
.car-device {
    width: 50px;
    height: 35px;
    border-radius: 3px;
    position: relative;
}

.car-mount {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.car-charger {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

/* Audio Device Styles */
.audio-device {
    width: 50px;
    height: 35px;
    border-radius: 3px;
    position: relative;
}

.headphones {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.product-title {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: var(--thm-b-font);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.stars {
    display: flex;
    gap: 2px;
}

.stars i {
    color: #fbbf24;
    font-size: 12px;
}

.review-count {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    font-family: var(--thm-b-font);
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
    margin-bottom: 12px;
    font-family: var(--thm-b-font);
    flex-shrink: 0;
}

.shop-now-btn {
    width: 100%;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--thm-b-font);
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    margin-top: auto;
}

.shop-now-btn:hover {
    background: #333333;
    transform: translateY(-1px);
}


.products-center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(215, 35, 35, 0.02) 0%, 
        transparent 30%,
        transparent 70%,
        rgba(215, 35, 35, 0.02) 100%);
    z-index: 0;
    pointer-events: none;
}

.products-center .container {
    position: relative;
    z-index: 1;
}

/* Products Header */
.products-header {
    margin-bottom: 60px;
}

.products-title {
    font-size: 56px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 20px;
    font-family: var(--thm-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.products-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--thm-color-one) 0%, #ff6b6b 100%);
    border-radius: 2px;
}

.products-subtitle {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-family: var(--thm-b-font);
}

/* Category Switcher */
.category-switcher {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.switcher-container {
    display: flex;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
    gap: 3px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
}

.category-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-width: 140px;
    justify-content: center;
    font-family: var(--thm-font);
    font-weight: 500;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.category-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--thm-color-one) 0%, #ff6b6b 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.category-btn.active::before,
.category-btn:hover::before {
    opacity: 1;
}

.category-btn.active,
.category-btn:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(215, 35, 35, 0.2);
}

.btn-icon {
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.category-btn:hover .btn-icon {
    transform: scale(1.1);
}

.btn-text {
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

/* Products Grid */
.products-grid {
    position: relative;
    min-height: 600px;
}

.product-category {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    animation: fadeInUp 0.6s ease-out;
}

.product-category.active {
    display: grid;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Product Item */
.product-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
}

.product-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(215, 35, 35, 0.05) 0%, 
        transparent 50%,
        rgba(215, 35, 35, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.product-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--thm-color-one);
}

.product-item:hover::before {
    opacity: 1;
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 200px;
    background: #f8f9fa;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-item:hover .product-image img {
    transform: scale(1.1);
}

.product-info {
    padding: 24px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.4;
    font-family: var(--thm-font);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-specs {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
    font-family: var(--thm-b-font);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .switcher-container {
        max-width: 900px;
    }
    
    .category-btn {
        min-width: 120px;
        padding: 8px 14px;
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .products-center {
        padding: 60px 0;
    }
    
    .products-title {
        font-size: 42px;
    }
    
    .products-subtitle {
        font-size: 18px;
    }
    
    .discover-title {
        font-size: 42px;
    }
    
    .discover-subtitle {
        font-size: 18px;
        margin-bottom: 35px;
    }
    
    .discover-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    
    .category-nav {
        gap: 30px;
        justify-content: center;
        width: 100%;
    }
    
    .discover-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .product-cards-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .product-cards {
        flex-direction: column;
        gap: 15px;
    }
    
    .product-card {
        min-width: auto;
        max-width: none;
    }
    
    .main-banner {
        height: 100%;
        padding: 30px;
    }
    
    .banner-title {
        font-size: 28px;
    }
    
    .switcher-container {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding: 8px;
    }
    
    .category-btn {
        min-width: 200px;
        padding: 10px 16px;
        font-size: 12px;
    }
    
    .product-category {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .products-center {
        padding: 50px 0;
    }
    
    .products-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .products-subtitle {
        font-size: 15px;
    }
    
    .discover-title {
        font-size: 28px;
        text-align: center;
    }
    
    .discover-subtitle {
        font-size: 15px;
        text-align: center;
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    .discover-header {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-bottom: 30px;
    }
    
    .category-nav {
        gap: 20px;
        justify-content: center;
        width: 100%;
    }
    
    .category-link {
        font-size: 14px;
    }
    
    .discover-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .main-banner {
        height: auto;
        min-height: 200px;
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .banner-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .banner-link {
        font-size: 14px;
    }
    
    .banner-image {
        position: relative;
        height: 120px;
        margin-top: 15px;
    }
    
    .main-product-image {
        position: relative;
        height: 100%;
    }
    
    .banner-product-img {
        object-fit: contain;
        object-position: center;
    }
    
    .product-cards-container {
        height: auto;
    }
    
    .product-cards {
        flex-direction: column;
        gap: 15px;
        height: auto;
    }
    
    .product-card {
        padding: 20px;
        min-height: 280px;
        height: auto;
    }
    
    .product-image {
        height: 180px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f9fa;
        border-radius: 8px;
        padding: 10px;
    }
    
    .product-img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    
    .product-title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .product-rating {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .shop-now-btn {
        padding: 8px 10px;
        font-size: 11px;
    }
    
    .category-switcher {
        margin-bottom: 40px;
    }
    
    .switcher-container {
        padding: 6px;
        gap: 4px;
    }
    
    .category-btn {
        min-width: 160px;
        padding: 8px 12px;
        font-size: 11px;
        gap: 6px;
    }
    
    .btn-icon {
        font-size: 14px;
    }
    
    .product-category {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-item {
        border-radius: 12px;
    }
    
    .product-info {
        padding: 20px;
    }
    
    .product-name {
        font-size: 15px;
    }
    
    .product-specs {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .products-center {
        padding: 40px 0;
    }
    
    .discover-title {
        font-size: 24px;
    }
    
    .discover-subtitle {
        font-size: 14px;
    }
    
    .main-banner {
        padding: 15px;
        min-height: 180px;
    }
    
    .banner-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .banner-link {
        font-size: 12px;
    }
    
    .banner-image {
        height: 100px;
        margin-top: 10px;
    }
    
    .banner-product-img {
        min-height: 100px;
        object-fit: cover;
    }
    
    .product-card {
        padding: 18px;
        min-height: 260px;
    }
    
    .product-image {
        height: 297px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f9fa;
        border-radius: 8px;
        padding: 8px;
    }
    
    .product-img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    
    .product-title {
        font-size: 11px;
        margin-bottom: 6px;
    }
    
    .product-rating {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .shop-now-btn {
        padding: 6px 8px;
        font-size: 10px;
    }
    
    .category-link {
        font-size: 12px;
    }
    
    .category-nav {
        gap: 15px;
    }
}

/* Category Module Styles */
.category-module {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 40%, #f6f8ff 100%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.category-module::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(800px 400px at 10% -10%, rgba(215, 35, 35, 0.06), transparent 60%),
        radial-gradient(700px 360px at 110% 20%, rgba(16, 24, 40, 0.06), transparent 62%),
        repeating-linear-gradient(135deg, rgba(17, 24, 39, 0.035) 0 2px, transparent 2px 8px);
    backdrop-filter: blur(2px);
    z-index: 0;
    pointer-events: none;
}

.category-module .container {
    position: relative;
    z-index: 1;
}


.category-module .section-header {
    margin-bottom: 60px;
}

.category-module .title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    font-family: var(--thm-font);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 12px;
    min-width: 120px;
}

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

.category-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon svg {
    width: 100%;
    height: 100%;
    stroke: #666666;
    transition: all 0.3s ease;
}

.category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: brightness(0.7);
}

.category-item:hover .category-icon svg {
    stroke: #d72323;
    transform: scale(1.1);
}

.category-item:hover .category-icon img {
    filter: brightness(1) hue-rotate(0deg);
    transform: scale(1.1);
}

.category-label {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    font-family: var(--thm-font);
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.category-item:hover .category-label {
    color: #d72323;
}

/* Responsive Category Module */
@media (max-width: 1200px) {
    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .category-module {
        padding: 30px 0;
    }
    
    .category-module .title {
        font-size: 28px;
    }
    
    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }
    
    .category-item {
        min-width: 100px;
        padding: 15px;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .category-label {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .category-module {
        padding: 25px 0;
    }
    
    .category-module .title {
        font-size: 24px;
    }
    
    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
    }
    
    .category-item {
        min-width: 80px;
        padding: 10px;
    }
    
    .category-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .category-label {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }
    
    .category-item {
        min-width: 70px;
        padding: 8px;
    }
    
    .category-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }
    
    .category-label {
        font-size: 13px;
    }
}

/* 大屏幕下调整Category模块容器宽度，进一步增加左右空间 */
@media (min-width: 1200px) {
    .category-module .container {
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .category-grid {
        max-width: 1500px;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 50px;
    }
}

/* 最大屏幕下进一步增加分类项间距 */
@media (min-width: 1400px) {
    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 60px;
    }
}

/* Elevated services header: subtle underline accent */
.services-header-elevated {
    position: relative;
    margin-bottom: 40px;
}

.services-header-elevated .title {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
    letter-spacing: 0.3px;
    font-weight: 700;
    animation: srv-fade-up 600ms ease both;
}

.services-header-elevated .title:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90px;
    height: 3px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, var(--thm-color-one) 15%, var(--thm-color-one) 85%, rgba(0,0,0,0) 100%);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

.services-header-elevated .title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 2px solid var(--thm-color-one);
    border-radius: 50%;
}

.services-header-elevated .subtitle {
    color: #6b7280;
    margin-top: 16px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.2px;
    animation: srv-fade-up 700ms ease 50ms both;
}

@media (max-width: 576px) {
    .services-header-elevated .title:after {
        width: 64px;
    }
    .services-header-elevated .title:before {
        bottom: -6px;
        width: 6px;
        height: 6px;
    }
}

@keyframes srv-fade-up {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
}


/* Override containers to be full width (for news section and globally) */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}


/* 荣誉资质富文本内容样式 */
.honor-detail-content {
    line-height: 1.6;
    color: #1f2937;
}

.honor-detail-content h1,
.honor-detail-content h2,
.honor-detail-content h3,
.honor-detail-content h4,
.honor-detail-content h5,
.honor-detail-content h6 {
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.honor-detail-content p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.honor-detail-content ul,
.honor-detail-content ol {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
}

.honor-detail-content li {
    margin-bottom: 0.25rem;
    line-height: 1.5;
}

.honor-detail-content strong,
.honor-detail-content b {
    font-weight: 600;
    color: #000000;
}

.honor-detail-content em,
.honor-detail-content i {
    font-style: italic;
}

.honor-detail-content .year {
    font-weight: 600;
    color: var(--thm-color-one, #dc2626);
    margin-right: 0.5rem;
}

/* 荣誉资质副标题和描述样式 */
.honor-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--thm-color-one, #dc2626);
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.honor-description {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* 默认成就列表样式 */
.honor-achievements .achievements-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.honor-achievements .achievements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.honor-achievements .achievements-list li {
    margin-bottom: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: flex-start;
}

.honor-achievements .achievements-list li:last-child {
    border-bottom: none;
}

.honor-achievements .achievements-list .year {
    font-weight: 600;
    color: var(--thm-color-one, #dc2626);
    margin-right: 0.75rem;
    min-width: 3rem;
    flex-shrink: 0;
}

/* Responsive Typography - 响应式字体大小 */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.375rem;
    }
    
    h4 {
        font-size: 1.125rem;
    }
    
    h5 {
        font-size: 1rem;
    }
    
    h6 {
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.125rem;
    }
    
    h5 {
        font-size: 1rem;
    }
    
    h6 {
        font-size: 0.875rem;
    }
}

