@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Express
Version:	1.0
Last change:	Initial RELEASED
Primary use:	Multiple Use
-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Table of contents]

    1- CSS RESET
    2- BASIC STYLES
    3- Button
    4- Headings
    5- HEADER
    6- Slider
    7- About Section
    8- Services
    9- Projects
    10- Quote
    11- Testimonial
    12- Tools
    13- News
    14- Partners
    15- Call To Action
    16- Intro
    17- Page Title
    18- Projects Detail
    19- Skills
    20- Features
    21- statistics
    22- Team
    23- Mobile App
    24- Blog
    25- Single
    26- Sidebar
    27- FAQ
    28- Error
    29- Contact
    30- Services Details
    31- Footer
    32- Isotops ON Portfolio Section

NOTE: Every section is commented before starting.

/*------------------------------------------------------------------
    1- CSS RESET
-------------------------------------------------------------------*/

:root {
    scroll-behavior: auto;
    --primary-color: #7da500;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------------
    2- BASIC STYLES
-------------------------------------------------------------------*/

/***

====================================================================
            Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
/***

====================================================================
            global setting
====================================================================
***/

body {
    background: #fff;
    color: #000;
    font: 14px 'Open Sans', Helvetica, sans-serif;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

a {
    color: #666666;
    text-decoration: none;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

hr {
    margin: 50px 0;
}

::-moz-selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
}

/*-- Heading --*/

h1,
h2,
h3,
h4,
h5,
h6 {
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
}

h1 {
    font-size: 30px;
}

h1 a {
    color: #222222;
}

h2 {
    font-size: 58.33px;
    color: #333333;
}

h2 a {
    color: #222222;
}

h3 {
    font-size: 25.83px;
}

h3 a {
    color: #222222;
}

h4 {
    font-size: 18px;
}

h4 a {
    color: #222222;
}

h5 {
    font-size: 16px;
}

h5 a {
    color: #222222;
}

h6 {
    font-size: 14px;
}

h6 a {
    color: #222222;
}

/*-- Lists --*/

ul li {
    font: 400 14px 'Open Sans', arial, sans-serif;
}

ul li a {
    font: 400 14px 'Open Sans', arial, sans-serif;
}

ol li {
    font: 400 14px 'Open Sans', arial, sans-serif;
}

ol li a {
    font: 400 14px 'Open Sans', arial, sans-serif;
}

/*-- Paragraph --*/

p strong {
    font-weight: bold;
}

p em {
    font-style: italic;
}

p {
    font: 400 18px 'Open Sans', arial, sans-serif;
    /* letter-spacing: 0.1rem; */
    line-height: 26px;
    color: #67768e;
    /* color: #333333; */
}

.cd-top {
    display: inline-block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 10px;
    background: var(--primary-color);
    position: fixed;
    bottom: 20px;
    right: 16px;
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999999;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.5;
}

.cd-top i {
    color: #fff;
    font-size: 30px;
    vertical-align: -4px;
}

.cd-top.cd-is-visible:hover {
    opacity: 1;
}

.seaction_margin {
    margin-bottom: 98px;
}

.layer {
    background: rgba(0, 0, 0, .6);
}

.home-5.cd-is-visible:hover {
    opacity: 1;
    background: #adb02f
}

/*------------------------------------------------------------------
    3- Button
-------------------------------------------------------------------*/

.button {
    background: var(--primary-color);
    border: 3px solid rgba(0, 0, 0, .0) !important;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    font: 700 14px 'Open Sans', sans-serif;
    color: #fff;
    padding: 14px 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-radius: 5px;
}

.button:hover {
    background: #fff;
    color: #222222;
    border: 3px solid #cccccc !important;
}

.button.brdr {
    color: #222222;
    background: none;
    border: 3px solid #cccccc !important;
    padding: 12px 24px;
}

.button.brdr:hover {
    border-color: var(--primary-color) !important;
    background: var(--primary-color);
    color: #fff;
}

/*------------------------------------------------------------------
    4- Headings
-------------------------------------------------------------------*/
.top_bar {
    background: var(--primary-color);
    height: auto;
    line-height: 26px;
}

.top_bar p {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

.top_bar p i {
    margin-right: 6px;
}

.top_bar .top_btn {
    font: 700 16px 'Open Sans', arial, sans-serif;
    color: #fff;
    line-height: normal;
    background: #6e9100;
    border-bottom: 3px solid #222222;
    margin-right: 40px;
    padding: 14px 30px;
    display: inline-block;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.top_bar .social_icons {
    display: inline-block;
}

.top_bar .social_icons a {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 26px;
    margin-right: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.top_bar .social_icons a i {
    color: #fff;
}

.top_bar .social_icons a:hover {
    background: #fff;
}

.top_bar .social_icons a:hover i {
    color: var(--primary-color);
}

.header_bottom {
    height: 80px;
    background-color: #181818;
}

.header_bottom .logo {
    line-height: 80px;
}

.logo img {
    vertical-align: middle;
}

nav ul li {
    display: inline-block;
    margin-left: 25px;
}

nav ul li a {
    font: 700 16px 'Open Sans', arial, sans-serif;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 80px;
}

nav ul li a.active {
    color: var(--primary-color);
}

nav ul li a.active-2 {
    background: #6e9100;
}

nav ul li ul:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 13px;
    border-bottom: 10px solid #000;
    border-left: 10px solid rgba(255, 255, 255, 0);
    border-right: 10px solid rgba(255, 0, 0, 0.01);
}

.responsive_button {
    display: none;
    background: #181818;
    border-radius: 31px;
    padding: 15px 20px 15px 20px !important;
    width: 98%;
    overflow: hidden;
    margin: 0 auto 10px;
    margin-top: 5px;
}

.responsive_button p {
    color: #fff;
    font: 600 13px 'Montserrat', sans-serif;
    display: inline-block;
    line-height: normal;
}

.responsive_button button {
    margin: 0px;
    padding: 0px;
    float: right;
}

.responsive_button button span {
    color: #fff;
    display: block;
    font-size: 22px;
}

.border_none {
    border-radius: 0;
    width: 100%;
}

.responsive_nav {
    width: 98%;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    /*margin-top: -11px;*/
    left: 10px;
    margin: 0 auto;
    transition: .5s;
    animation: slide 0.5s forwards;
    animation-delay: 1s;
}

.responsive_nav.navbar-collapse.collapse.show {
    visibility: visible;
    display: block !important;
    z-index: 999999;
    transition: .5s;
    background: rgb(0, 0, 0);
    animation: slide 0.5s forwards;
    animation-delay: 1s;
}

.responsive_nav ul {
    text-align: left;
    margin: 0 auto;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    z-index: 9999999;
    width: 98%;
    float: none;
    overflow: hidden;
    /*background: rgb(0, 0, 0);*/
}

.responsive_nav ul li {
    float: none;
}

.responsive_nav ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.247059);
    font: 600 12px Montserrat, sans-serif;
}

.responsive_nav ul li a:hover {
    background: rgb(125, 165, 0);
}

.res_btn-5.responsive_nav ul li a:hover {
    background: #adb02f;
}
.icon_box {
    background: #f8f8f8;
    padding: 25px;
    text-align: center;
    margin-bottom: 17px;
    border-radius: 8px;
}

.icon_box i {
    margin-bottom: 20px;
    height: 77px;
    width: 77px;
    background: var(--primary-color);
    color: #fff;
    font-size: 42px;
    line-height: 77px;
    border-radius: 50%;
}


.responsive-video {
    width: 100%;
    /* 宽度设置为 100%，以适应父元素 */
    max-width: 100%;
    /* 确保视频不会超过其容器的宽度 */
}

.responsive-video video {
    display: block;
    height: 100%;
    margin: auto;
    /* 居中对齐 */
    max-width: 100%;
}
/*------------------------------------------------------------------
    17- Page Title
-------------------------------------------------------------------*/

.page_title {
    margin-bottom: 40px;
    width: 100%;
    height: 240px;
}

.page_title h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 13px;
    text-transform: uppercase;
    line-height: 60px;
}

.page_title_bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page_title_bg1 {
    background: url(../images/page-title1-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
.page_title_bg2 {
    background: url(../images/page-title2-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
.page_title_bg3 {
    background-image: url(../images/page-title3-bg.webp);
}
.page_title_bg4 {
    background-image: url(../images/page-title4-bg.webp);
}
.page_title_bg5 {
    background-image: url(../images/page-title5-bg.webp);
}

.beadcrumb {
    font: 14px 'Open Sans', sans-serif;
    color: #666666;
    font-weight: 400;
    text-transform: capitalize;
}

.icon_box.box_two {
    background: none;
    padding: 0px;
    text-align: left;
    margin-bottom: 20px;
}

.icon_box i {
    background: #f8f8f8;
    color: var(--primary-color);
    text-align: center;
}

.icon_box img {
    margin-bottom: 5px;
}

.icon_box h4 {
    font-weight: bold;
    margin-bottom: 18px;
}

.text-center {
    text-align: center;
}
/*------------------------------------------------------------------
    31- Footer
-------------------------------------------------------------------*/

.footer_bottom {
    /* background: url("../images/footer_bg.jpg") no-repeat; */
    /* background-size: 100% 100%; */
    background-size: cover;
}

.footer_inner {
    background: rgba(0, 0, 0, 0.88);
    padding: 57px 0;
}

.footer_widget h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 37px;
    text-transform: uppercase;
}

.footer_widget a img {
    margin-bottom: 30px;
}

.footer_widget p {
    font-size: 16px;
    color: #cccccc;
}

.footer_widget hr {
    width: 100px;
    height: 5px;
    display: block;
    border: 0px;
    opacity: 1;
}

.footer_widget p span {
    color: #cccccc;
    font-weight: bold;
    margin-bottom: 18px;
    display: block;
}

.footer_widget p i {
    color: #789f01;
    margin-right: 10px;
    font-size: 18px;
}

.footer_widget address {
    margin-bottom: 30px;
}

.footer_widget ul li {
    margin-bottom: 10px;
}

.footer_widget ul li a {
    font-size: 16px;
    color: #cccccc;
    padding-left: 25px;
    background: url("../images/fot_icon.png") no-repeat left center;
}

.footer_widget ul li a:hover {
    color: var(--primary-color);
}

footer {
    background: #7DA500;
    height: 42px;
    line-height: 80px;
}

footer p {
    font-size: 14px;
    color: #FFFFFF;
}

.social_icon a {
    color: #fff;
    background: #444444;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
}

.social_icon a:hover {
    background: var(--primary-color);
    color: #000;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-size: 80px;
    background-repeat: no-repeat;
}

.preloader.preloader-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-size: 80px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader-2.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222222;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--primary-color);
}

.cd-top-5 {
    background: #adb02f;
}

/** all **/

.more-btn {
    color: var(--primary-color);
}
.more-btn-outline {
    padding: 10px;
    border: 2px solid;
}

.video-overflow-text {
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #FFFFFF;
}

.row-feature {
    display: flex;
    align-items: center;
}

.feature-content {
    width: 50%;
    padding-left: 30px;
}

.home-m130-video {
    background-image: url(../images/m130-bg.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
}

#home-m130-video-box {
    height: 700px;
}

.overlay-container {
    position: relative;
    width: 90%;
    height: 500px;
    /* 设置一个固定高度 */
    background-size: cover;
    background-position: center;
}

.overlay-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.overlay-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container h3 {
    font-size: 32px;
    color: #333333;
    font-weight: 800;
}

.container h4 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.container h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.container h6 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.param-key p {
    color: #999999;
}

.news-list-img {
    width: 372px;
    height: 242px;
}

div img {
    border-radius: 5px;
}

.img-explanation3 {
    bottom: 3%;
    left: 7%;
    background-color: #000;
    padding: 5px;
    border-radius: 5px;
}

.home-more-btn-align {
    text-align: right;
}

/* ===== NEW HOMEPAGE STYLES ===== */

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
}

/* About Us页面hero-section增加顶部间距 */
.aboutus .about-gt {
    padding-top: 3rem !important;
}

.hero-video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background: #3a3a3a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #3a3a3a;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    z-index: 2;
}

.hero-logo {
    max-height: 80px;
    filter: brightness(0) invert(1);
    display: block !important; /* 确保 logo 始终显示 */
    margin-left: auto;
    margin-right: auto;
}

/* 确保 hero section 中的 logo 在所有屏幕尺寸下都可见 */
.hero-section #banner-logo,
.hero-section .hero-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-buttons .btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
}

/* Core Features Section */
.core-features-section {
    background: #f8f9fa;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #5a8a00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.feature-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Product Demo Section */
.product-demo-section {
    background: white;
}

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

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

.demo-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.comparison-card.traditional {
    border-left: 5px solid #dc3545;
}

.comparison-card.harvedex {
    border-left: 5px solid #28a745;
}

.comparison-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.comparison-list {
    list-style: none;
    padding: 0;
}

.comparison-list li {
    padding: 0.5rem 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

/* Specifications Section */
.specifications-section {
    background: #f8f9fa;
}

.spec-table-container {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.spec-table {
    margin: 0;
}

.spec-table th {
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 1rem;
    border: none;
}

.spec-table td {
    padding: 1rem;
    border-color: #e9ecef;
    vertical-align: middle;
}

.spec-table td:first-child {
    font-weight: 600;
    color: #333;
}

.download-section {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.download-buttons .btn {
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
}

/* Application Scenarios Section */
.application-scenarios-section {
    background: white;
}

.scenario-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.scenario-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.scenario-image {
    height: 200px;
    overflow: hidden;
}

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

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

.scenario-content {
    padding: 1.5rem;
}

.scenario-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.scenario-content p {
    color: #666;
    line-height: 1.6;
}

/* Customer Trust Section */
.customer-trust-section {
    background: #f8f9fa;
}

.partners-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.partner-logo {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    max-width: 150px;
}

.partner-logo:hover {
    opacity: 1;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.testimonial-content p {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    font-size: 1.1rem;
}

.testimonial-author strong {
    color: #333;
    font-size: 1.1rem;
}

.testimonial-author span {
    color: #666;
    font-size: 0.9rem;
    display: block;
}


/* FAQ Section */
.faq-section {
    background: white;
}

.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    background: white;
    border: none;
    font-weight: 600;
    color: #333;
    padding: 1.5rem;
}

.accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-body {
    padding: 1.5rem;
    background: #f8f9fa;
    color: #555;
    line-height: 1.6;
}

/* Bottom CTA Section */
.bottom-cta-section {
    background: linear-gradient(180deg, #6BA539 0%, #3C7320 100%) !important;
    color: white;
    position: relative;
    overflow: hidden;
}

.bottom-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.15) 0%, transparent 50%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
}

.bottom-cta-section h2 {
    color: white !important;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.bottom-cta-section p {
    color: #F0F0F0;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1.6;
    position: relative;
    z-index: 2;
    word-wrap: break-word;
    hyphens: auto;
}

.cta-form .form-control {
    border: none;
    border-radius: 10px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.9);
}

.cta-form .form-control:focus {
    background: white;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.contact-methods .btn {
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    margin: 0.5rem;
}

/* 主按钮 - Get Free Quote */
.bottom-cta-section .btn-light {
    background-color: #2E5E1A !important;
    color: #FFFFFF !important;
    border: 2px solid #2E5E1A;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.bottom-cta-section .btn-light:hover {
    background-color: #254D14 !important;
    color: #FFFFFF !important;
    border-color: #254D14;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.bottom-cta-section .btn-light i {
    color: #FFFFFF !important;
}

/* 次按钮 - Call Now */
.bottom-cta-section .btn-outline-light {
    background-color: rgba(243, 243, 243, 0.9) !important;
    color: #2E5E1A !important;
    border: 2px solid #2E5E1A;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.bottom-cta-section .btn-outline-light:hover {
    background-color: #FFFFFF !important;
    color: #2E5E1A !important;
    border-color: #2E5E1A;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.bottom-cta-section .btn-outline-light i {
    color: #2E5E1A !important;
}

.bottom-cta-section .btn-outline-light:hover i {
    color: #2E5E1A !important;
}

/* 确保底部CTA按钮有相同宽度和高度 */
.contact-actions .btn {
    flex: 1;
    height: 56px; /* 确保相同高度 */
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; /* 防止文字换行 */
    font-weight: 600; /* 加粗字体 */
    width: 220px;
    min-width: 0; /* 允许flex收缩 */
}

@media (max-width: 768px) {
    .contact-actions {
        padding: 0 15px;
        width: 100%;
    }
    
    .contact-actions .btn {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
        white-space: nowrap !important;
        height: auto !important;
        min-height: 48px;
    }
    
    .contact-actions .btn i {
        font-size: 0.9rem !important;
        margin-right: 5px !important;
    }
    
    .bottom-cta-section h2 {
        font-size: 1.5rem !important;
        padding: 0 15px;
        line-height: 1.3;
    }
    
    .bottom-cta-section p {
        font-size: 0.9rem !important;
        padding: 0 15px;
        line-height: 1.4;
    }
}

/* Product Showcase Section */
.product-showcase-section {
    background: white;
}

.product-image-container {
    text-align: center;
    padding: 2rem;
}

.product-main-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-highlights h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 2rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.highlight-icon img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.highlight-content h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.highlight-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
}

.highlight-desc {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Side-Swing Feature Section */
.side-swing-section {
    background: #f8f9fa;
}

.render-gallery {
    padding: 1rem;
}

.render-image-wrapper {
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 50%, #e8f0f5 100%);
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.render-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(125, 165, 0, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(125, 165, 0, 0.03) 0%, transparent 50%);
    border-radius: 15px;
    pointer-events: none;
}

.render-image-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.render-image-wrapper:hover::before {
    background: radial-gradient(circle at 30% 50%, rgba(125, 165, 0, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(125, 165, 0, 0.05) 0%, transparent 50%);
}

.render-main-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: filter 0.3s ease;
}

.render-image-wrapper:hover .render-main-image {
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.15));
}

.render-thumb-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    height: 200px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.08));
    transition: filter 0.3s ease;
}

.render-image-wrapper:hover .render-thumb-image {
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.12));
}

.render-image-label {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(125, 165, 0, 0.9);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    white-space: nowrap;
    transition: all 0.3s ease;
}

.render-image-wrapper:hover .render-image-label {
    background: rgba(125, 165, 0, 1);
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.side-swing-content h3 {
    color: #333;
    font-weight: 700;
    font-size: 2rem;
}

.side-swing-content .lead {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
}

.side-swing-content .lead strong {
    color: var(--primary-color);
    font-weight: 700;
}

.side-swing-benefits {
    margin-top: 2rem;
}

.benefit-item {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.benefit-item h5 {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.benefit-item p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.parameter-group {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.parameter-group h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
}

.parameter-list {
    list-style: none;
    padding: 0;
}

.parameter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.parameter-item:last-child {
    border-bottom: none;
}

.param-label {
    font-weight: 600;
    color: #555;
}

.param-value {
    color: #333;
    font-weight: 500;
}

/* Advantage Group Styles */
.advantage-group {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-group:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.advantage-group h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
}

.advantage-group h5 i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.advantage-list {
    list-style: none;
    padding: 0;
}

.advantage-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.advantage-item:last-child {
    border-bottom: none;
}

.advantage-label {
    font-weight: 600;
    color: #555;
    flex: 1;
    margin-right: 1rem;
}

.advantage-value {
    color: #333;
    font-weight: 500;
    text-align: right;
    flex: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
        padding: 0 15px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.4;
        padding: 0 15px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-buttons {
        padding: 0 15px;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
        padding: 10px 20px;
        font-size: 0.95rem;
        white-space: nowrap;
        margin: 0.5rem auto;
    }
    
    .hero-overlay {
        padding: 20px 0;
    }
    
    .hero-overlay .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .partners-logos {
        flex-direction: column;
        gap: 1rem;
    }
    
    .contact-methods .btn {
        display: block;
        margin: 0.5rem auto;
        width: 200px;
    }
    
    .highlight-item {
        flex-direction: column;
        text-align: center;
    }
    
    .highlight-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .parameter-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .advantage-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .advantage-value {
        text-align: left;
    }
    
    /* Footer Mobile Optimizations */
    .footer_inner {
        padding: 40px 0;
    }
    
    .footer_widget {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer_widget h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .footer_widget p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
        word-wrap: break-word;
    }
    
    .footer_widget p i {
        font-size: 16px;
        margin-right: 8px;
        color: var(--primary-color);
    }
    
    footer {
        padding: 20px 0;
        text-align: center;
    }
    
    footer p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 10px;
        word-wrap: break-word;
    }
}

/*------------------------------------------------------------------
[Contact Page Styles]
-------------------------------------------------------------------*/

.contact_section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section_title {
    margin-bottom: 60px;
}

.section_title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.section_title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.contact_content {
    margin-bottom: 60px;
}

.contact_info {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: fit-content;
}

.contact_info h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #007bff;
}

.contact_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.contact_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contact_item i {
    font-size: 1.2rem;
    color: #007bff;
    margin-right: 15px;
    margin-top: 5px;
    min-width: 20px;
}

.contact_item div {
    flex: 1;
}

.contact_item strong {
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.contact_form {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.contact_form h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #007bff;
}

.contact_form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact_form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

.contact_form .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact_form .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.social_media_section {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.social_media_section h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.social_links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.social_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 10px;
    min-width: 120px;
}

.social_link:hover {
    text-decoration: none;
    color: #007bff;
    transform: translateY(-5px);
}

.social_link.whatsapp:hover {
    background-color: #25D366;
    color: white;
}

.social_link.facebook:hover {
    background-color: #1877F2;
    color: white;
}

.social_link.youtube:hover {
    background-color: #FF0000;
    color: white;
}

.social_link i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.social_link span {
    font-weight: 600;
    font-size: 0.9rem;
}

.map_section {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.map_section h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.map_section img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact_section {
        padding: 60px 0;
    }
    
    .section_title h2 {
        font-size: 2rem;
    }
    
    .contact_info,
    .contact_form,
    .social_media_section,
    .map_section {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .social_links {
        gap: 20px;
    }
    
    .social_link {
        min-width: 100px;
        padding: 15px;
    }
    
    .social_link i {
        font-size: 1.5rem;
    }
}

/*------------------------------------------------------------------
    Video Gallery Styles
-------------------------------------------------------------------*/

/* Page Title Section */
.page-title-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 80px;
    position: relative;
    text-align: center;
    color: white;
}

.page-title-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.page-title-section .container {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.page-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 0;
}

/* Video Gallery Section */
.video-gallery-section {
    /* background: #f8f9fa; */
    padding: 80px 0;
}

.video-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.video-card.featured-video {
    background: linear-gradient(135deg, #7da500 0%, #6b8a00 100%);
    color: white;
}

.video-card.featured-video .video-info h4,
.video-card.featured-video .video-info p {
    color: white;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #f0f0f0;
    border-radius: 15px;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f0f0f0;
    border: none;
}

/* Hide volume controls */
.gallery-video::-webkit-media-controls-volume-slider {
    display: none !important;
}

.gallery-video::-webkit-media-controls-mute-button {
    display: none !important;
}

.gallery-video::-webkit-media-controls-volume-slider-container {
    display: none !important;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    cursor: pointer;
    z-index: 2;
}

.video-overlay.loaded {
    background: rgba(0, 0, 0, 0.1);
    opacity: 0.7;
}

.video-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 3;
    transition: opacity 0.3s ease;
}

.video-loading.active {
    display: flex;
}

.loading-spinner {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #7da500;
}

.loading-text {
    font-size: 1rem;
    font-weight: 500;
}

.play-button small {
    font-size: 0.7rem;
    margin-top: 5px;
    display: block;
}

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

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(125, 165, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
    background: rgba(125, 165, 0, 1);
}

.play-button i {
    font-size: 2rem;
    color: white;
    margin-left: 4px; /* Adjust play icon position */
}

.video-info {
    padding: 30px;
}

.video-info h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.video-info p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
    height: 80px;
}

/* Video CTA Section */
.video-cta {
    background: white;
    padding: 60px 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.video-cta h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.video-cta p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-buttons a {
    width: 216px;
}

/* Desktop specific styles */
@media (min-width: 769px) {
    .cta-buttons a {
        width: 216px;
    }
}

/* Responsive Design for Video Gallery */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .video-gallery-section {
        padding: 60px 0;
    }
    
    .video-info {
        padding: 20px;
    }
    
    .video-info h4 {
        font-size: 1.3rem;
    }
    
    .video-info p {
        font-size: 0.9rem;
    }
    
    .video-cta {
        padding: 40px 20px;
    }
    
    .video-cta h3 {
        font-size: 2rem;
    }
    
    .video-cta p {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .cta-buttons a {
        width: 100%;
        max-width: 300px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
    }
    
    .play-button i {
        font-size: 1.5rem;
    }
}