:root {
    --primary-color: #418bd2;
    --primary-color-dark: #152d53;
    --primary-color-light: #d7e7f7;
    --text-color: #333;
    --bg-color: #fff;
}

.slider-content h5 {
    color: var(--primary-color);
}

.slider-content span {
    color: var(--primary-color);
}

.Itpro-text p::before {
    display: none;
}

.Itpro-text p:after {
    display: none;
}

.slider-btn a {
    background-color: var(--primary-color);
}

.slider-video-icon a {
    background-color: #FFFFFF;
    color: #000000;
}

.slider-social-icon ul li a i {
    background-color: var(--primary-color);
}

.slider-social-icon ul::before,
ul.social:after {
    background: var(--primary-color);
}

.section-sub-title h5 {
    color: var(--primary-color);
    background: #ebeef5
}

.Itpro2-text::before {
    background-color: var(--primary-color);
}

.Itpro2-text::before,
.Itpro2-text:after {
    bottom: 39%;
}

.about-btn {
    margin-top: unset;
}

.about-icon {
    background: var(--primary-color-light);
}

.about-btn a {
    background-color: var(--primary-color);
}

.section-sub-title h5 {
    background: var(--primary-color-light) !important;
    color: var(--primary-color);
}

.why-choose-us-area1 .section-main-title h1 {
    color: #000000;
}

.why-choose-us-area1 .Itpro2-text::before,
.why-choose-us-area1 .Itpro2-text:after {
    display: none;
}

.why-choose-us-btn a {
    background-color: var(--primary-color);
}

.team-area {
    background: var(--primary-color-dark);
}

.team-content::before {
    background: var(--primary-color);
}

.top-wrap .go-top-button {
    background: var(--primary-color);
}

.top-wrap .go-top-button::after {
    background-image: -webkit-linear-gradient(0deg, #4d4d4d 0%, #4d4d4d 100%);
}

.footer-area {
    background: unset;
}

.footer-widget-Follow h4 a {
    color: var(--primary-color-dark);
}

.owl-prev,
.owl-next {
    top: -285px;
    background: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.owl-prev i,
.owl-next i {
    color: #fff;
}

.owl-prev {
    left: -8px;
}

.atom-inst-item {
    padding: 2px;
}

.atom-img-inst {
    width: 100%;
}

.theme-btn a {
    display: inline-block;
    background: var(--primary-color);
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    padding: 15px 34px 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 5px;
}

.footer-widget-social i {
    font-size: 34px !important;
}

.footer-group-logos img {
    width: 100%;
}

.footer-widget.left {
    padding-left: 7px;
    margin-top: 26px;
}

.footer-widget.left a {
    color: var(--primary-color-dark) !important;
    font-weight: bold !important;
}

.product-list-wrapper {
    border-radius: unset !important;
    box-shadow: unset !important;
}

.product-list-item {
    border-bottom: 1px solid #999999 !important;
    border-radius: unset !important;
    box-shadow: unset !important;
}

.product-list-container .product-list-item:nth-child(1) {
    border-top: 1px solid #999999 !important;
}

.sticky .Itpro_menu li a {
    color: var(--primary-color-dark);
}

.sticky {
    background: #FFFFFF !important;
}

.about-shape {
    right: 55%;
}

.pc-show {
    display: block;
}

/* 文本左右对齐样式 */
.mItpro2-text p {
    text-align: justify;
    text-align-last: justify;
    width: 100%;
}

.mobile-show {
    display: none;
}

/* 按钮悬停放大效果 */
.about-btn a img {
    transition: transform 0.3s ease;
}

.about-btn a:hover img {
    transform: scale(1.1);
}

/* 轮播图文本叠加层样式 */
.carousel-text-overlay {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translateY(-50%);
    width: 25%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 30px;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-text-overlay p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.carousel-text-overlay p:first-child {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.britcam-shape {
    display: none !important;
}

/* 手机版调整 */
@media screen and (max-width: 767px) {
    .carousel-text-overlay {
        width: 55%;
        left: 5%;
        padding: 5px 10px;
        font-size: 12px;
        top: 50%;
        overflow-y: scroll;
        height: 22vh;
    }

    .carousel-text-overlay p:first-child {
        font-size: 1em;
    }
}

.product-attributes-section {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.attributes-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color-dark);
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}

.woocommerce-attributes {
    display: flex;
    flex-wrap: wrap;
}

.attribute-item {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.attribute-label {
    font-weight: 600;
    min-width: 120px;
    color: #333;
    padding-right: 10px;
}

.attribute-value {
    flex: 1;
    color: #555;
    line-height: 1.5;
}

/* Responsive adjustments for product attributes */
@media (max-width: 768px) {
    .attribute-item {
        flex-direction: column;
    }

    .attribute-label {
        margin-bottom: 5px;
        min-width: auto;
    }
}


.why-choose-us-thumb1 img {
    width: 550px;
}

.mobile-footer-logos {
    display: none;
}

.error-button a {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.top-wrap .go-top-button {
    width: 70px;
    height: 70px;
    right: 80px !important;
}

.top-wrap .go-top-button::after {
    width: 65px;
    height: 65px;
}

/* Ensure go-top button is always visible */
/* .scroll-area .go-top {
    opacity: 1 !important;
    visibility: visible !important;
}

.scroll-area .go-top.active {
    top: 87% !important;
    transform: translateY(-98%) !important;
    opacity: 1 !important;
    visibility: visible !important;
} */
.mean-container .mean-bar {
    background: #FFFFFF;
}

.mean-container .mean-bar::before {
    content: "";
    background-image: url("../picture/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 40px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}

.mean-container .mean-bar {
    position: relative;
}

.mean-container .mean-bar .logo-clickable {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 120px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    width: 140px;
    height: 50px;
}

.logo-clickable {
    width: 140px;
    height: 50px;
    position: absolute;
    z-index: 9999;
}

.mean-container a.meanmenu-reveal span {
    background: var(--primary-color);
}

.breadcumb-area {
    background: url("../image/braitcam.png") no-repeat center center;
}

.breadcumb-content h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.layui-carousel-arrow {
    background-color: var(--primary-color);
}

/* .breadcumb-content h1{
    font-size: 45px;
    line-height: 55px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    letter-spacing: unset;
} */

.location-title {
    font-size: 45px;
    line-height: 55px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}

.location-addresses-p {
    font-size: 17px;
    line-height: 27px;
    color: #555555;
    font-weight: 300;
    font-family: "Rubik";
    text-align: center;
    margin-top: 3rem;
}

/** 平板版 **/
@media screen and (max-width: 991px) {
    .layui-carousel {
        height: 70vh !important;
    }

    .layui-carousel img {
        height: 35vh;
        width: auto !important;
    }
    
    .breadcumb-content h1 {
        font-size: 40px;
        letter-spacing: 2px;
    }
}


/** 手机版 **/
@media screen and (max-width: 767px) {
    .layui-carousel {
        height: 35vh !important;
    }

    .layui-carousel img {
        height: 35vh !important;
        width: auto !important;
    }

    .layui-carousel-content {
        height: 21vh !important;
    }

    .layui-carousel-content img {
        height: 21vh !important;
        width: auto !important;
    }
    
    .breadcumb-content h1 {
        font-size: 32px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .mean-container .mean-bar {
        background: #FFFFFF;
    }

    .mean-container .mean-bar::before {
        content: "";
        background-image: url("../picture/logo.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 120px;
        height: 40px;
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .mean-container .mean-bar {
        position: relative;
    }

    .mean-container .mean-bar .logo-clickable {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 120px;
        height: 40px;
        cursor: pointer;
        z-index: 9999;
        width: 140px;
        height: 50px;
    }

    .logo-clickable {
        width: 140px;
        height: 50px;
        position: absolute;
        z-index: 9999;
    }

    .why-choose-us-thumb1 img {
        width: 100%;
    }

    .Itpro2-text::before,
    .Itpro2-text:after {
        bottom: 25% !important;
    }

    /* 手机版卡片并排显示 */
    .team-area .row.align-items-center.justify-content-center {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 -5px;
    }

    .team-area .col-sm-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 5px;
        margin-bottom: 0;
    }

    .team-single-box {
        margin-bottom: 0;
    }

    .team-content {
        padding: 15px 10px 18px;
        min-height: 8rem;
    }

    h3.team-title2 {
        font-size: 14px;
    }

    span.team-text {
        font-size: 12px;
        padding: 0 0 15px;
    }

    .team-shape {
        display: none;
    }

    .testi-single-box {
        padding: unset !important;
    }

    .owl-nav {
        display: none;
    }

    .atom-inst-item {
        width: 33.333%;
    }

    .mobile-show {
        display: block;
    }

    .pc-show {
        display: none;
    }

    .pc-footer-logos {
        display: none;
    }

    .mobile-footer-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 0rem;
    }

    .mobile-footer-logos img {
        width: 45%;
        margin: 5px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        object-fit: contain;
    }

    .top-wrap .go-top-button {
        right: 20px !important;
    }

    .footer-widget.left {
        min-height: auto !important;
        padding-left: 0 !important;
    }

    .mean-container a.meanmenu-reveal span {
        background: var(--primary-color);
    }

    .about-thumb{
        margin-bottom: 0;
    }
    .about-area{
        padding-bottom: 0;
    }

    .about-area .mItpro2-text::before{
        width: 92%;
    }

    .scroll-area .go-top.active {
        top: 94%;
    }
}