
@media (max-width: 575.98px) {
    .contact-img img{
        width: 100px;
        height: 100px;
    }
    .footer-area .footer-top {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 350px;
    }

    .page-title-area{
        height: 300px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 16px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 30px;
        line-height: 30px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 18px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 20px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .footer-area .footer-top {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 350px;
    }

    .page-title-area{
        height: 320px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 16px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 35px;
        line-height: 35px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 22px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 24px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-area .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 420px;
    }

    .page-title-area{
        height: 330px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 18px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 38px;
        line-height: 38px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 24px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 25px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer-area .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 450px;
    }
    .page-title-area{
        height:350px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 20px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 25px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 26px;
    }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
    .footer-area .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 500px;
    }
    .page-title-area{
        height: 380px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 22px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 43px;
        line-height: 43px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 25px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 26px;
    }
}


@media (min-width: 1400px) {
    .footer-area .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 550px;
    }
    .page-title-area{
        height: 420px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 25px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 45px;
        line-height: 45px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 27px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 26px;
    }
}

.banner-area {
    padding-top: 50px;
}

.banner-content{
    margin-left: 100px;
}

/* Banner Area Responsive Styles */
.banner-content {
    padding: 30px 0;
}

.banner-content .title {
    font-size: 48px;
    margin-bottom: 20px;
}


@media (max-width: 991px) {
    .banner-content {
        padding: 20px 0;
    }

    .banner-content .title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner-content {
        text-align: center;
        padding: 15px 0;
    }

    .banner-content .title {
        font-size: 28px;
    }
}

/* Video Carousel Styles */
.carousel-item .card-video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.carousel-indicators {
    bottom: -40px;
    margin: 0;
    padding: 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 6px;
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-indicators li:hover {
    background-color: #ff5e14;
    opacity: 0.8;
}

.carousel-indicators .active {
    background-color: #ff5e14;
    width: 12px;
    height: 12px;
}

.gallery-item-new {
    padding: 10px;
    transition: all 0.3s ease;
}

.gallery-item-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255,255,255,0.8);
    height: 250px;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f0f0f0 100%);
    border: 8px solid #fff;
    transform: rotate(-1deg);
    transition: all 0.3s ease;
}

.gallery-item-wrapper:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gallery-item-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    filter: contrast(1.05) brightness(1.02);
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

@media (max-width: 767px) {
    .gallery-item-new {
        padding: 5px;
    }
    .gallery-row {
        margin: -5px;
    }
    .gallery-item-wrapper {
        height: 180px;
    }
    .gallery-item-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .gallery-item-new:nth-child(odd) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(even) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+3) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+4) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+5) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+6) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+7) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+8) {
        margin-top: 0;
    }
}


.gallery-item-new:nth-child(odd) {
    margin-top: 20px;
}

.gallery-item-new:nth-child(even) {
    margin-top: -20px;
}

@media (max-width: 576px) {
    .gallery-item {
        height: auto !important;
        padding: 0;
        display: flex;
        align-items: stretch;
    }
    .gallery-item img {
        height: 180px;
        object-fit: cover;
        width: 100%;
    }
}


@media (max-width: 576px) {
    .cat-1.cat-2.cat-4.row {
        margin: 0;
    }

    .cat-1.cat-2.cat-4.row > div {
        padding: 5px;
    }

    .cat-1.cat-2.cat-4.row .gallery-item {
        margin-bottom: 0;
    }

    .cat-1.cat-2.cat-4.row .gallery-item img {
        height: 180px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767px) {
    .gallery-item-new {
        padding: 5px;
    }
    .gallery-row {
        margin: -5px;
    }
    .gallery-item-wrapper {
        height: 180px;
    }
    .gallery-item-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .gallery-item-new:nth-child(odd) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(even) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+3) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+4) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+5) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+6) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+7) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+8) {
        margin-top: 0;
    }
}

.gallery-item-new:nth-child(4n+1), .gallery-item-new:nth-child(4n+2), .gallery-item-new:nth-child(4n+3), .gallery-item-new:nth-child(4n+4) {
    margin-bottom: -5px;
}

.gallery-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255,255,255,0.9);
    background: #ffffff;
    border: 12px solid #fff;
    transition: all 0.4s ease;
    margin: 10px;
}

.gallery-box:hover {
    transform: scale(1.05);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.25),
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255,255,255,1);
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    filter: contrast(1.1) brightness(1.05) saturate(1.1);
}


.gallery-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.gallery-box::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(255,255,255,0.3);
    pointer-events: none;
    z-index: 2;
}


.gallery-box:hover {
    transform: scale(1.05) !important;
}


@media (max-width: 767px) {
    .gallery-box {
        border: 8px solid #fff;
        margin: 5px;
    }

    .gallery-box:hover {
        transform: scale(1.03) !important;
    }
}


.gallery-item-new:nth-child(odd) .gallery-item-wrapper {
    transform: rotate(-1.5deg);
}

.gallery-item-new:nth-child(even) .gallery-item-wrapper {
    transform: rotate(1deg);
}

.gallery-item-new:nth-child(3n) .gallery-item-wrapper {
    transform: rotate(-0.5deg);
}

.gallery-item-new:nth-child(4n) .gallery-item-wrapper {
    transform: rotate(1.5deg);
}

.gallery-item-new:nth-child(5n) .gallery-item-wrapper {
    transform: rotate(-2deg);
}

.gallery-item-new:nth-child(6n) .gallery-item-wrapper {
    transform: rotate(0.5deg);
}

.gallery-item-new:nth-child(7n) .gallery-item-wrapper {
    transform: rotate(-1deg);
}

.gallery-item-new:nth-child(8n) .gallery-item-wrapper {
    transform: rotate(2deg);
}


.gallery-item-new:hover .gallery-item-wrapper {
    transform: rotate(0deg) scale(1.02) !important;
}


.gallery-item-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.gallery-item-wrapper::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(255,255,255,0.3);
    pointer-events: none;
    z-index: 2;
}


.gallery-item-wrapper img {
    filter: contrast(1.1) saturate(1.05) brightness(1.02);
}


@media (max-width: 767px) {
    .gallery-item-wrapper {
        border: 4px solid #fff;
        transform: rotate(0deg) !important;
    }

    .gallery-item-wrapper:hover {
        transform: scale(1.05) !important;
    }


    .gallery-item-new .gallery-item-wrapper {
        transform: rotate(0deg);
    }
}


.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255,255,255,0.8);
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f0f0f0 100%);
    border: 8px solid #fff;
    transform: rotate(-1deg);
    transition: all 0.3s ease;
    height: 250px;
}

.gallery-item:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    filter: contrast(1.1) saturate(1.05) brightness(1.02);
}


.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(255,255,255,0.3);
    pointer-events: none;
    z-index: 2;
}


.cat-1.cat-2.cat-4 .col-lg-6:nth-child(odd) .gallery-item {
    transform: rotate(-1.5deg);
}

.cat-1.cat-2.cat-4 .col-lg-6:nth-child(even) .gallery-item {
    transform: rotate(1deg);
}

.cat-1.cat-2.cat-4 .col-lg-6:nth-child(3n) .gallery-item {
    transform: rotate(-0.5deg);
}

.cat-1.cat-2.cat-4 .col-lg-6:nth-child(4n) .gallery-item {
    transform: rotate(1.5deg);
}

.cat-1.cat-2.cat-4 .col-lg-6:hover .gallery-item {
    transform: rotate(0deg) scale(1.02) !important;
}


@media (max-width: 767px) {
    .gallery-item {
        border: 4px solid #fff;
        transform: rotate(0deg) !important;
        height: 150px;
    }

    .gallery-item:hover {
        transform: scale(1.05) !important;
    }


    .cat-1.cat-2.cat-4 .col-lg-6 .gallery-item {
        transform: rotate(0deg);
    }
}


.gallery-page-area .row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.gallery-page-area .col-lg-3 {
    padding: 10px;
    transition: all 0.3s ease;
}


.gallery-page-area .col-lg-3:nth-child(odd) {
    margin-top: 20px;
}

.gallery-page-area .col-lg-3:nth-child(even) {
    margin-top: -20px;
}

.gallery-page-area .col-lg-3:nth-child(3n) {
    margin-top: 10px;
}

.gallery-page-area .col-lg-3:nth-child(4n) {
    margin-top: -10px;
}

.gallery-page-area .col-lg-3:nth-child(5n) {
    margin-top: 15px;
}

.gallery-page-area .col-lg-3:nth-child(6n) {
    margin-top: -15px;
}

.gallery-page-area .col-lg-3:nth-child(7n) {
    margin-top: 5px;
}

.gallery-page-area .col-lg-3:nth-child(8n) {
    margin-top: -5px;
}


@media (max-width: 767px) {
    .gallery-page-area .row {
        margin: -5px;
    }

    .gallery-page-area .col-lg-3 {
        padding: 5px;
    }

    .gallery-page-area .col-lg-3:nth-child(odd),
    .gallery-page-area .col-lg-3:nth-child(even){
        margin-top: 0;
    }
}


.gallery-page-area .gallery-item {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255,255,255,0.8) !important;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f0f0f0 100%) !important;
    border: 8px solid #fff !important;
    transform: rotate(-1deg) !important;
    transition: all 0.3s ease !important;
    height: 250px !important;
    padding: 0 !important;
}

.gallery-page-area .col-lg-3:hover .gallery-item {
    transform: rotate(0deg) scale(1.02) !important;
}

.gallery-page-area .gallery-item:hover {
    transform: rotate(0deg) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.gallery-page-area .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    filter: contrast(1.1) saturate(1.05) brightness(1.02) !important;
    border: none !important;
}


.gallery-page-area .gallery-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.gallery-page-area .gallery-item::after{
    content: '' !important;
    position: absolute !important;
    top: 2px !important;
    left: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}


.gallery-page-area .col-lg-3:nth-child(odd) .gallery-item {
    transform: rotate(-1.5deg) !important;
}

.gallery-page-area .col-lg-3:nth-child(even) .gallery-item {
    transform: rotate(1deg) !important;
}

.gallery-page-area .col-lg-3:hover .gallery-item {
    transform: rotate(0deg) scale(1.02) !important;
}

@media (max-width: 576px) {
    .gallery-page-area .gallery-item {
        border: 4px solid #fff !important;
        transform: rotate(0deg) !important;
        height: 150px !important;
    }

    .gallery-page-area .gallery-item img {
        object-fit: cover !important;
    }
}

@media (max-width: 767px) {
    .gallery-page-area .gallery-item{
        border: 4px solid #fff !important;
        transform: rotate(0deg) !important;
        height: 180px !important;
    }


    .gallery-page-area .col-lg-3:nth-child(odd) .gallery-item,
    .gallery-page-area .col-lg-3:nth-child(even) .gallery-item{
        transform: rotate(0deg) !important;
    }

    .features-3-item-area .row {
        display: flex;
        flex-direction: column;
    }

    .features-3-item-area .image-content {
        order: 1 !important;
    }

    .features-3-item-area .text-content {
        order: 2 !important;
    }
}

@media (min-width: 768px) {
    .features-3-item-area .row {
        display: flex;
        flex-direction: row;
    }

    .features-3-item-area .image-content,
    .features-3-item-area .text-content {
        order: unset;
    }
}

.contact-button a.back-to-top{
    display: none;
    color: #fff;
    width: 50px;
    text-align: center;
}
.back-to-top:hover {
    color: #fff;       /* 改文字/图标颜色 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

.back-to-top-c{
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 5%;
}

.contact-button {
    /* display: flex; */
    position: fixed;
    bottom: 3%;
    right: 1.95%;
    z-index: 999;
}

.contact-button .input-group,
.contact-button .input-group .form-control{
    height: 100%;
}

.contact-button a,
.contact-button form
 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(120deg, #6cbe03 40%, #f4a700 80%);
    box-shadow: 0 6px 10px rgba(108, 190, 3, 0.4), 0 4px 6px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-button a:hover {
    box-shadow: 0 10px 35px rgba(108, 190, 3, 0.5), 0 6px 25px rgba(0, 0, 0, 0.6), 0 3px 12px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #5aa802, #027007);
}

.contact-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact-text {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}


.contact-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.contact-modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-modal-header {
    background: linear-gradient(135deg, #6cbe03, #038308);
    padding: 25px 30px;
    border-radius: 15px 15px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid white;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-modal:hover {
    transform: translateY(-50%) scale(1.2);
}

.contact-modal-body {
    padding: 30px;
}

.contact-modal-body h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.contact-modal-body p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.contact-form input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-form input:focus {
    outline: none;
    border-color: #6cbe03;
    box-shadow: 0 0 0 3px rgba(108, 190, 3, 0.1);
}

.contact-form .submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #6cbe03, #038308);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.contact-form .submit-btn:hover {
    background: linear-gradient(135deg, #5aa802, #027007);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 190, 3, 0.3);
}


@media (max-width: 768px) {
    #floating-ad {
        width: 90px;
        height: 90px;
        bottom: 140px;
        right: 30px;
    }
    #floating-ad div {
        font-size: 0.9em;
    }
    .carousel-indicators {
        bottom: -30px;
    }
    .banner-content {
        margin-left: 0;
    }
    .banner-detail {
        display: none !important;
    }
    .gallery-item-new {
        padding: 8px;
    }

    .gallery-item-wrapper img {
        height: 200px;
    }

    .gallery-item-new:nth-child(odd),
    .gallery-item-new:nth-child(even) {
        margin-top: 0;
    }

    .gallery-item-new:nth-child(3n+1) {
        margin-top: 15px;
    }

    .gallery-item-new:nth-child(3n+2) {
        margin-top: -15px;
    }
    .contact-button {
        bottom: 20px;
        right: 20px;
    }

    .contact-button a {
        width: 80px;
        height: 80px;
    }

    .contact-logo {
        width: 35px;
        height: 35px;
    }

    .contact-text {
        font-size: 11px;
    }

    .contact-modal-content {
        margin: 5% auto;
        width: 95%;
    }

    .contact-modal-header {
        padding: 20px 25px;
    }

    .modal-logo {
        width: 55px;
        height: 55px;
    }

    .contact-modal-body {
        padding: 25px 20px;
    }

    .contact-modal-body h3 {
        font-size: 20px;
    }

    .contact-modal-body p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-button {
        bottom: 15px;
        right: 15px;
    }

    .contact-button a {
        width: 80px;
        height: 50px;
    }
    .contact-button a.back-to-top{
        width: 40px;
    }

    .contact-logo {
        width: 30px;
        height: 30px;
    }

    .contact-text {
        font-size: 10px;
    }

    .contact-modal-content {
        margin: 5% auto;
        width: 98%;
    }

    .contact-modal-header {
        padding: 15px 20px;
    }

    .modal-logo {
        width: 45px;
        height: 45px;
    }

    .contact-modal-body {
        padding: 20px 15px;
    }
}


@media (max-width: 767px) {
    .features-4-item-row .col-lg-3 > div {
        flex-direction: row !important;
        align-items: flex-start !important;
        padding: 10px !important;
        background: white !important;
        border: 2px solid #0b5e00 !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 15px rgba(22, 142, 7, 0.08) !important;
    }
    .features-4-item-row .col-lg-3 > div > div:first-child {
        width: 35px !important;
        height: 35px !important;
        margin-right: 10px !important;
        margin-bottom: 0 !important;
    }
    .features-4-item-row .col-lg-3 > div > div:first-child i {
        font-size: 1em !important;
    }
    .features-4-item-row .col-lg-3 > div h4 {
        font-size: 1em !important;
        margin-bottom: 4px !important;
        text-align: left !important;
    }
    .features-4-item-row .col-lg-3 > div p {
        font-size: 0.85em !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }
}


.modal-content {
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    overflow: hidden;
    border: none;
}

.modal-header-custom {
    background: #ffe066;
    padding: 18px 28px 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header-custom-title {
    color: #0b5e00;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.modal-header-custom select {
    background: #fff;
    color: #0b5e00;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    padding: 4px 16px;
    font-size: 15px;
    outline: none;
}

.modal-header-custom .close {
    color: #0b5e00;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    margin-left: 8px;
}

.modal-table-area {
    background: #f6fff6;
    padding: 0;
}

.modal-table-area table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
}

.modal-table-area thead tr {
    background: #0b5e00;
    color: #fff;
    font-weight: bold;
}

.modal-table-area th {
    padding: 14px 0 10px 32px;
    text-align: left;
    border: none;
    font-size: 15px;
    letter-spacing: 1px;
}

.modal-table-area th:last-child,
.modal-table-area td:last-child {
    text-align: right;
    padding-right: 32px;
}

.modal-table-area td {
    padding: 13px 0 13px 32px;
    color: #222;
}

.modal-table-area tbody tr:nth-child(even) {
    background: #fff;
}

.modal-table-area tbody tr:nth-child(odd) {
    background: #f6fff6;
}

.modal-footer-custom {
    padding: 10px 24px 16px 24px;
    background: #fff;
    border-radius: 0 0 18px 18px;
    font-size: 13px;
    color: #888;
    text-align: center;
    border-top: none;
}

.modal-footer-custom .btn {
    margin-top: 10px;
    background: #0b5e00;
    color: #fff;
    border: none;
    padding: 8px 32px;
    font-weight: 600;
    border-radius: 25px;
    font-size: 15px;
}


.price-btn-custom {
    background: #fff;
    color: #0b5e00;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 28px;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(22,142,7,0.13), 0 4px 16px rgba(0,0,0,0.06);
    transition: all 0.18s cubic-bezier(.4,2,.6,1);
    cursor: pointer;
    border-bottom: 4px solid #0e5c04;
    border-left: 2px solid #b6e2c2;
    border-top: 2px solid #b6e2c2;
    border-right: 2px solid #0e5c04;
}

.price-btn-custom:hover {
    background: #f6fff6;
    color: #0b5e00;
    box-shadow: 0 6px 24px rgba(22,142,7,0.18), 0 1.5px 6px rgba(0,0,0,0.10);
    transform: translateY(-2px) scale(1.04);
    border-bottom: 2px solid #b6e2c2;
    border-left: 2px solid #b6e2c2;
    border-top: 2px solid #b6e2c2;
    border-right: 2px solid #b6e2c2;
}


#priceBtn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6) !important;
    background: linear-gradient(135deg, #ffed4e, #ffd700) !important;
}

#priceBtn:active {
    transform: scale(0.95) !important;
}


.custom-video-container {
    position: relative;
    width: 100%;
    height: 250px;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

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

.custom-play-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6cbe03, #038308);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(108, 190, 3, 0.3), 0 0 0 3px rgba(255, 215, 0, 0.6);
    z-index: 10;
    border: 2px solid #ffd700;
}


.video-thumbnail:hover .custom-play-button {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(108, 190, 3, 0.4), 0 0 0 4px rgba(255, 215, 0, 0.8);
    border: 3px solid #ffd700;
}

.video-thumbnail:hover .custom-play-button::before {
    opacity: 0.6;
    transform: scale(1.8);
}

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



.video-thumbnail:hover .custom-play-button::after {
    animation: pulse 1.5s infinite;
}

.custom-play-button i {
    color: white;
    font-size: 20px;
    margin-left: 3px;
}

.youtube-iframe {
    border-radius: 8px;
}

.card-video {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.video-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: rgba(255, 255, 255, 0.9);
    padding: 40px 15px 15px;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}


@media (max-width: 767px) {
    .custom-video-container {
        height: 200px;
    }

    .custom-play-button {
        width: 50px;
        height: 50px;
    }

    .custom-play-button i {
        font-size: 16px;
    }

    .card-video {
        height: 200px;
    }

    .video-title {
        font-size: 14px;
        padding: 15px 12px 10px;
    }

    .video-description {
        font-size: 12px;
        padding: 30px 12px 10px;
    }
}

/* ========================================
   右下角广告标志样式
   ======================================== */

#floating-ad {
    position: fixed;
    bottom: 140px;
    right: 30px;
    width: 93px;
    height: 93px;
    background: linear-gradient(135deg, #FF4444, #FF6B6B);
    border-radius: 50%;
    box-shadow: 0 6px 25px rgba(255, 68, 68, 0.4), 0 4px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-weight: bold;
    animation: floatingPulse 2s infinite;
    transition: all 0.3s ease;
    border: 2px solid #FFD700;
}

#floating-ad div {
    font-size: 12px;
    margin-bottom: 1px;
}

#floating-ad div:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
}

#floating-ad div:nth-child(3) {
    font-size: 10px;
    margin-top: 1px;
}

@keyframes floatingPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 6px 25px rgba(255, 68, 68, 0.4), 0 4px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 10px 35px rgba(255, 68, 68, 0.5), 0 6px 25px rgba(0, 0, 0, 0.6), 0 3px 12px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 6px 25px rgba(255, 68, 68, 0.4), 0 4px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
    }
}

#floating-ad:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(255, 68, 68, 0.5), 0 6px 25px rgba(0, 0, 0, 0.6), 0 3px 12px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #FF3333, #FF5555);
}

/* 小屏幕手机适配 - 完全按照Tino按钮样式 */
@media (max-width: 480px) {
    #floating-ad {
        bottom: 100px;
        right: 15px;
        width: 70px;
        height: 70px;
    }
    #floating-ad div {
        font-size: 10px;
        line-height: 1.2;
    }
}

/* ========================================
   广告标志样式结束
   ======================================== */

/* ========================================
   价格计算器组件样式
   ======================================== */

/* 步骤进度条样式 */
.step-progress-wrapper {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.step-progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, #0b5e00 0%, #0b5e00 25%, #e0e0e0 25%, #e0e0e0 100%);
    border-radius: 2px;
    z-index: 1;
    margin: 0 60px;
}

.step-items-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    border: 3px solid #e0e0e0;
    transition: all 0.3s ease;
}

.step-item.active .step-circle {
    background: #0b5e00;
    color: white;
    border-color: #0b5e00;
    box-shadow: 0 0 0 4px rgba(11, 94, 0, 0.2);
}

.step-item.completed .step-circle {
    background: #28a745;
    color: white;
    border-color: #28a745;
}

.step-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin: 0;
    white-space: nowrap;
}

.step-item.active .step-label {
    color: #0b5e00;
    font-weight: bold;
}

.step-item.completed .step-label {
    color: #28a745;
}

/* Price Calculator Styles */
.step-progress {
    margin-bottom: 20px;
}

.step-item {
    position: relative;
    padding: 12px 0;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 8px;
    transition: all 0.3s ease;
}

.step-item.active .step-circle {
    background: #0b5e00;
    color: white;
    transform: scale(1.1);
}

.step-label {
    font-size: 12px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.step-item.active .step-label {
    color: #0b5e00;
    font-weight: bold;
}

.step-content {
    min-height: 280px;
    padding: 15px 0;
}

.form-check {
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-check:hover {
    border-color: #0b5e00 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 94, 0, 0.1);
}

.form-check-input:checked + .form-check-label {
    color: #0b5e00;
}

.form-check-input:checked {
    background-color: #0b5e00;
    border-color: #0b5e00;
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.price-summary {
    animation: fadeInUp 0.5s ease;
}

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

.discount-info {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 94, 0, 0.1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(11, 94, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(11, 94, 0, 0);
    }
}

/* 按钮hover效果增强 */
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

/* 按钮样式修复 */
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-success:hover {
    background-color: #0a5200 !important;
    border-color: #0a5200 !important;
}

.btn-outline-success:hover {
    background-color: #0b5e00 !important;
    border-color: #0b5e00 !important;
    color: white !important;
}

/* 选项div可点击样式 */
.form-check {
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-check:hover {
    border-color: #0b5e00 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 94, 0, 0.1);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .step-progress-line {
        margin: 0 30px;
    }

    .step-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .step-label {
        font-size: 12px;
    }

    .step-circle {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .step-label {
        font-size: 11px;
    }

    .price-calculator-container {
        padding: 15px !important;
    }

    .step-content {
        min-height: 220px;
        padding: 10px 0;
    }

    .step-progress {
        margin-bottom: 15px;
    }

    .step-item {
        padding: 8px 0;
    }

    /* 手机端价格区域优化 */
    .step-content .col-md-8 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .price-summary {
        margin: 0 !important;
        width: 100% !important;
    }

    .mt-4.d-flex {
        gap: 10px !important;
    }

    .btn.flex-fill {
        min-width: 0;
        flex: 1;
    }

    /* 手机端按钮布局优化 */
    .mt-4.d-flex.flex-column.flex-md-row {
        flex-direction: column !important;
    }

    .mt-4.d-flex.flex-column.flex-md-row .btn {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}

@media (max-width: 480px) {
    .step-progress-line {
        margin: 0 20px;
    }

    .step-circle {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .step-label {
        font-size: 11px;
    }
}

#customWeeks {
    padding-right: 10px !important;
}

/* ========================================
   价格计算器组件样式结束
   ======================================== */

.category-header {
    background: linear-gradient(135deg, #6cbe03 0%, #038308 100%);
    color: white;
    padding: 80px 0 40px 0;
    text-align: center;
    position: relative;
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: 0.375rem;
}

.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: 1px solid var(--bs-accordion-border-color);
  border-radius: var(--bs-accordion-border-radius);
  margin-bottom: 0.5rem;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--bs-accordion-color);
  text-align: left;
  background-color: var(--bs-accordion-bg);
  border: none;
  border-radius: 0;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.accordion-button:not(.collapsed) {
  color: #2d6a0f;
  background-color: #e9f5e1;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:hover {
  background-color: #eef6ea;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86c23d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(108,190,3,.25);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\f078"; /* ▼ 默认符号 */
  font-family: 'FontAwesome';
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion-collapse {
  display: block;
  transition: height 0.35s ease;
  overflow: hidden;
}

.accordion-collapse.collapsing {
  height: 0;
  transition: height 0.35s ease;
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #212529;
}