/*---- Header ----*/

header {
    z-index: 9999;
    border-bottom: none;
    width: 100%;
    background: none;
    top: 0px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 0px;
}

header .navbar-expand-lg .navbar-nav .nav-link,
header .navbar-nav .nav-item a.dropdown-toggle::after {
    color: #fff;
}

/* header .nav-brand a {
    color: #fff !important;
} */


/*---- Banner ----*/

.slider.style-1 .owl-main .item {
    background: #000;
}

.slider.style-1 .owl-main .item img {
    opacity: 0.85;
}

.slider.style-1 .owl-main .item::after {
    content: '';
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    border-radius: 0 100% 100% 0;
}

.slider.style-1 .owl-main .item::before {
    content: '';
    height: 40%;
    width: 10%;
    right: 0;
    z-index: 1;
    position: absolute;
    top: 30%;
    border-radius: 500px 0 0 500px;
}

.slider.style-1 .owl-main .caption {
    text-align: left;
    left: 11%;
    top: 25%;
    width: 650px;
    height: auto;
    padding-top: 35px;
    position: absolute;
    z-index: 9;
}

.slider.style-1 .owl-main .caption .display {
    font-size: 75px;
    line-height: 85px;
    color: #fff !important;
    margin: 20px 0;
    font-weight: 700;
}

.slider.style-1 .owl-main .caption .content {
    font-size: 18px;
    color: #fff !important;
    margin-bottom: 40px;
}

.slider.style-1 .owl-main .owl-dots {
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    width: 40px;
    position: absolute;
    left: 95%;
    top: 44%;
    margin: 0;
    display: inline-block;
    z-index: 9;
}

.slider.style-1 .owl-main .owl-dots button {
    margin: 10px 0 !important;
    float: none;
    display: block;
}


/*---- Client ----*/


/*---- About Us ----*/

.about-us {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.about-us::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30%;
    top: 0;
    height: 100%;
    display: block;
}

.about-us::after {
    content: '';
    position: absolute;
    width: 300px;
    top: 20%;
    left: 90%;
    height: 300px;
    background-image: url(../../images/front/dotted-pattern.png);
    display: block;
}

.about-us .container-fluid {
    z-index: 999;
    position: relative;
}

.about-us .img-sec {
    position: relative;
    z-index: 9;
    width: 100%;
    transition: all 0.5s ease-in-out;
    height: auto;
    margin: -5px;
    border-radius: 100%;
    overflow: hidden;
    border: solid 50px #fff;
}

.about-us .img-sec::after {
    content: '';
    width: 80%;
    height: 80%;
    left: 0;
    top: 0px;
    margin: 10%;
    position: absolute;
    display: block;
    border: dashed 1px #fff;
    animation: rotating 20s linear infinite;
    border-radius: 100%;
    transform: translate(-8%, -8%);
    -ms-transform: translate(-8%, -8%);
}

.about-us .img-sec img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about-us:hover .img-sec {
    transform: scale(1.05);
}

.about-us .content-sec {
    padding: 0 100px 0 0;
}

.about-us .content-sec .heading {
    margin-bottom: 20px;
    display: block;
}

.about-us .counter-sec {
    margin-top: 10px;
}

.about-us .counter-column {
    border: solid 1px #e6e6e6;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.about-us .counter-column .counter {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.about-us .counter-column::before {
    content: '';
    width: 50px;
    height: 1px;
    right: 20px;
    bottom: 0;
    position: absolute;
    transition: all 0.2s ease-in-out;
}

.about-us .counter-column::after {
    content: '';
    width: 1px;
    height: 50px;
    right: 0px;
    bottom: 20px;
    position: absolute;
    transition: all 0.2s ease-in-out;
}

.about-us .counter-column:hover::before {
    right: 50px;
    bottom: 0px;
}

.about-us .counter-column:hover::after {
    right: 0px;
    bottom: 50px;
}

.about-us .counter-column .count_icon {
    margin-bottom: 20px;
}

.about-us .counter-column .count_icon i {
    display: block;
}

.about-us .counter-column .count_icon i::before {
    color: #262626;
    font-size: 50px;
    line-height: 1;
}

.about-us .counter-column .title {
    color: #797979;
}


/*---- Qualities ----*/

.qualities {
    position: relative;
    overflow: hidden;
    padding-top: 130px;
}

.qualities .container-fluid {
    z-index: 999;
    position: relative;
}

.qualities .column {
    transition: all 0.5s ease-in-out;
    border: solid 1px #e6e6e6;
    padding: 25px;
    padding-top: 65px;
    border-radius: 20px;
    background: #fff;
    min-height: 185px;
}

.qualities .column .icon {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    margin-bottom: 10px;
    position: absolute;
    top: -50px;
    left: 9%;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    text-align: center;
}

.qualities .column:hover .icon {
    background: #fff !important;
    left: 65%;
}

.qualities .column .icon i::before {
    transition: all 0.5s ease-in-out;
    font-size: 50px;
    color: #fff;
    line-height: 100px;
}

.qualities .column:hover .icon i::before {
    color: #262626;
}

.qualities .column h5 {
    position: relative;
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.qualities .column p {
    transition: all 0.5s ease-in-out;
    padding-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;

}

.qualities .column:hover p,
.qualities .column:hover h5 {
    color: #fff;
}


/*---- Services ----*/

.services {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.services::before {
    content: '';
    position: absolute;
    width: 500px;
    top: 61%;
    left: 83%;
    height: 200px;
    background-image: url(../../images/front/dotted-pattern.png);
    display: block;
    opacity: 0.2;
    z-index: 0;
}

.services .container-fluid {
    position: relative;
    z-index: 1;
    padding-right: 0px;
}

.services .service-slider .owl-stage-outer {
    padding-bottom: 50px;
}

.services .item {
    padding-right: 20px;
    border: solid 1px #e6e6e6;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    padding: 25px;
    background: #fff;
    min-height: 245px;
}

.services .item i {
    display: block;
}

.services .item i::before {
    font-size: 50px;
    line-height: 60px;
    transition: all 0.5s ease-in-out;
}

.services .item:hover i::before {
    color: #fff !important;
}

.services .item h5 {
    margin: 15px 0 10px;
}

.services .item h5 a {
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.services .item p {
    padding-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.services .item .service_icon {
    display: inline-block;
}

.services .strong-border.c-1 {
    top: 40%;
    left: -10%;
    height: 700px;
    width: 700px;
    z-index: 0;
    background: none;
}

.services .circle.border.c-1 {
    top: 45%;
    left: 18%;
    height: 200px;
    width: 200px;
    z-index: 0;
    animation: rotating 50s linear infinite;
}

.services .item:hover p,
.services .item:hover h5 a {
    color: #fff !important;
}


/*---- Video ----*/

.video {
    position: relative;
    height: 600px;
}

.video .row {
    position: relative;
    height: 100%;
}

.video::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    transition: filter 0.3s ease;
}

.video::after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background: url(../../images/front/vdo-bg.jpg) no-repeat right center fixed;
    background-size: cover;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.video.video-playing::before,
.video.video-playing::after {
    filter: blur(10px);
}

.play-sec {
    height: 500px;
    width: 500px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.play-sec a {
    transform: translate(25%, 30%);
    -ms-transform: translate(25%, 30%);
    top: 25%;
    left: 30%;
    position: absolute;
    z-index: 9;
}

.play-sec a img {
    border-radius: 100%;
}

.video .play-sec::before {
    content: '';
    height: 100%;
    width: 100%;
    animation: rotating 20s linear infinite;
    display: block;
    border: dashed 1px #c9c9c9;
    position: absolute;
    border-radius: 100%;
    z-index: 3;
}

.video .play-sec::after {
    content: '';
    height: 60%;
    width: 60%;
    animation: rotating_reverse 20s linear infinite;
    display: block;
    border: dashed 1px #c9c9c9;
    position: absolute;
    border-radius: 100%;
    z-index: 4;
    margin: 20%;
}

/*---- Video Player Container ----*/
.video .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0;
    z-index: 100;
}

.video .video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}

.video #closeVideoBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1000;
}

.video #closeVideoBtn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.05);
    transition: all 0.3s ease;
}


/*---- Our Team ----*/


/*---- Portfolio ----*/

.portfolio {
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
}

.portfolio .container-fluid {
    text-align: center;
}

.portfolio::before {
    content: '';
    background-image: url(../../images/front/dotted-pattern.png);
    bottom: 0;
    right: 0;
    width: 60%;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    height: 40%;
    display: block;
}

.portfolio .item {
    padding: 0 20px 100px 20px;
}

.portfolio .item .project {
    transition: all 0.5s ease-in-out;
    box-shadow: 0 50px 80px -30px rgba(0, 0, 0, .5);
    height: 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.portfolio .item .project::after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.81) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cf000000', GradientType=0);
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 80px;
    display: block;
}

.portfolio .item .project a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
}

.portfolio .item .project a img {
    transition: all 0.5s ease-in-out;
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.portfolio .item .project .project-detail {
    position: absolute;
    bottom: 25px;
    left: 40px;
    right: 40px;
    z-index: 9;
    display: block;
    padding-top: 10px;
}

.portfolio .item .project .project-detail::after {
    content: '';
    height: 3px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0;
    display: inline-block;
    width: 0;
    transition: all 0.5s ease-in-out;
}

.portfolio .item .project:hover .project-detail::after {
    width: 80px;
}

.portfolio .item .project .project-detail h5 {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio .item .project:hover {
    transform: scale(0.96);
}

.portfolio .item .project:hover img {
    transform: scale(1.04);
}

.portfolio .strong-border {
    top: 40%;
    left: 10%;
    height: 600px;
    width: 600px;
    z-index: 0;
    background: none;
}


/*---- Blog Posts ----*/

.blog_post {
    position: relative;
}

.blog_post .container-fluid {
    position: relative;
}

.blog_post .blog_card {
    display: flex;
}

.blog_post .post-img {
    border-radius: 20px;
    overflow: hidden;
    width: 50%;
    height: 230px;
    float: left;
}

.blog_post .post-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog_post .post-detail {
    width: 50%;
    float: left;
    margin: 20px auto;
    border: solid 1px #e6e6e6;
    padding: 30px;
    background: #fff;
    position: relative;
    left: -50px;
    z-index: 9;
    padding-top: 50px;
    border-radius: 20px;
    overflow: hidden;

}

.blog_post .post-detail::before {
    content: '';
    width: 50px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.blog_post .post-detail:hover::before {
    width: 150px;
    background: #262626;
}

.blog_post .post-detail .posted_on {
    transition: all 0.5s ease-in-out;
    color: #797979;
}

.blog_post .post-detail:hover .posted_on {
    color: #262626;
}

.blog_post .post-detail h5 {
    margin: 10px 0;
}

.blog_post .post-detail h5 a {
    color: #262626;
    display: block;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

/*---- Testimonials ----*/


/*---- Footer ----*/

footer {
    padding: 100px 0 0;
    min-height: 600px;
    background: url(../../images/front/world-map.png) no-repeat center center;
    background-size: auto;
}

.contact_info>div.col-xs-12 {
    margin-bottom: 20px;
}

.contact_info ul li {
    margin-bottom: 26px;
    display: inline-block;
    width: 50%;
}

.contact_info ul li:last-child {
    margin-bottom: 0;
}

.contact_info .icon {
    /* width: 85px; */
    /* height: 85px; */
    /* line-height: 85px; */
    line-height: 30px;
    margin-right: 20px;
    /* border: solid 1px #e6e6e6; */
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
    background-color: white;
}

.contact_info .icon i {
    width: 100%;
}

.contact_info .detail {
    float: left;
    width: 80%;
}

.contact_info .detail h6 {
    font-weight: 500;
    color: #262626;
}

.contact_info .detail .content {
    margin-top: 10px;
}

.contact_info .detail .content span.value {
    color: #797979;
}

.contact_info .detail a {
    color: #797979;
    display: inline-block;
}

.contact_info .detail i {
    margin-right: 10px;
}

.contact_info .detail i::before {
    font-size: 15px;
}

footer .bottom {
    padding: 0;
    margin-top: 50px;
    text-align: center;
    border-top: solid 1px #e8e8e8;
}

footer .bottom .copyright {
    color: #262626;
    margin: 25px 0;
}

footer .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}


/****---- Homepage 1 End ----****/


/****---- Inner page Common Css ----****/

.inner .circle.border.c-1.rotating {
    height: 200px;
    width: 200px;
    top: 15%;
    z-index: 0;
    right: -140px;
    left: auto;
}


/****---- Inner page Common Css ----****/

section.inner {
    padding: 100px 0;
}

.inner header {
    border-bottom: solid 1px #ededed;
    z-index: 99999;
    position: relative;
}

.inner header .navbar-toggler-icon {}

.inner header .navbar-expand-lg .navbar-nav .nav-link,
.inner header .navbar-nav .nav-item a.dropdown-toggle::after,
.inner header .navbar-nav .dropdown-menu .nav-item a {
    color: #262626 !important;
}

.inner .content-sec {
    margin-top: 0px;
}

.page-heading.banner {
    padding: 80px 0;
    position: relative;
}

.page-heading.banner1 {
    padding: 80px 0;
    background: url(../../images/front/banner-1.jpg) no-repeat center center;
    position: relative;
}

.page-heading.banner2 {
    padding: 80px 0;
    background: url(../../images/front/banner-2.jpg) no-repeat center center;
    position: relative;
}

.page-heading.banner3 {
    padding: 80px 0;
    background: url(../../images/front/banner-3.jpg) no-repeat center center;
    position: relative;
}

.page-heading.banner4 {
    padding: 80px 0;
    background: url(../../images/front/banner-4.jpg) no-repeat center center;
    position: relative;
}

.page-heading.dangjian {
    padding: 80px 0;
    background: url(../../images/front/dangjian-banner.png) no-repeat center center;
    position: relative;
}

.page-heading h2,
.page-heading h2 span {
    color: #fff !important;
}

.page-heading::after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    background-size: 20% auto;
    z-index: 0;
    width: 100%;
    height: 100%;
    /* -webkit-animation: slide-ver 80s linear infinite; */
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    top: 0%;
}

.page-heading .heading,
.page-heading nav {
    position: relative;
    z-index: 999;
}


/****---- About Us Start ----****/

.inner .about-us::before {
    content: none;
}

.inner .about-us .right-img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.inner .about-us .counter-sec {
    margin-top: 30px;
}

.inner .about-us .counter-sec .counter-column {
    margin-bottom: 0;
}

.inner .about-us .content-sec .left-content {
    padding-right: 100px;
}

.inner .about-us .content-sec .left-content h5 {
    margin-bottom: 30px;
}

.inner .about-us .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner .qualities {
    padding-top: 80px;
    position: relative;
}

.inner .qualities .circle.strong-border {
    height: 450px;
    width: 450px;
    top: 100px;
    z-index: 0;
    left: -100px;
}

.inner .qualities .circle.border.c-1.rotating {
    height: 200px;
    width: 200px;
    top: 0px;
    z-index: 0;
    right: -100px;
}


/****---- About Us End ----****/


/****---- Services Start ----****/

.inner .services {
    padding-bottom: 60px;
}

.inner .services .container-fluid {
    padding: 0 10%;
}

.inner .services .container-fluid .item {
    margin-bottom: 40px;
}


/****---- Services End ----****/


/****---- Portfolio Start ----****/

.inner .portfolio {
    padding-bottom: 100px;
}

.inner .portfolio::before {
    top: 30%;
}

.inner .portfolio .strong-border {
    left: -10%;
    top: 20%;
}


/****---- Portfolio End ----****/


/****---- Portfolio Detail Start ----****/

.portfolio-detail {
    position: relative;
    overflow: hidden;
}

.portfolio-detail .img-sec {
    height: 540px;
    overflow-y: hidden;
}

.portfolio-detail .img-sec img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.portfolio-detail .about_project {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.portfolio-detail .about_project .col-xs-12 {
    padding: 40px 0 0px 0;
}

.portfolio-detail .about_project .icon {
    display: block;
    width: 55px;
    float: left;
}

.portfolio-detail .about_project i::before {
    font-size: 40px;
    line-height: 55px;
}

.portfolio-detail .about_project .content {
    color: #262626;
}

.portfolio-detail .about_project .content .value {
    color: #797979;
    font-size: 18px;
}


/****---- Portfolio Detail End ----****/


/****---- Blog Posts Start ----****/

.inner .blog_post {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.inner .blog_post .blog_card {
    display: block;
}

.inner .blog_post .post-img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.inner .blog_post .post-detail {
    width: 90%;
    float: none;
    margin: 0 auto;
    border: solid 1px #e6e6e6;
    padding: 30px;
    background: #fff;
    position: relative;
    top: -50px;
    left: 0;
    z-index: 9;
    padding-top: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.inner .blog_post .post-detail p:last-child {
    padding-bottom: 0px;
}

.inner .center {
    margin: 0px auto;
}


/****---- Blog Posts End ----****/


/****---- Blog Posts Single Start ----****/

.blog-sidebar {
    background: #fff;
}


/****---- Blog Posts Single End ----****/


/****---- Team Start ----****/


/****---- Team End ----****/


/****---- Contact Start ----****/


/****---- Contact End ----****/


/****---- Homepage 2 Start ----****/

header.header-2 {
    position: relative;
}

header.header-2 .navbar-nav .nav-item:hover>a,
header.header-2 .navbar-nav .nav-item:hover>a.dropdown-toggle::after,
header.header-2 .navbar-nav .nav-item.active>a,
header.header-2 .navbar-nav .nav-item.active a.dropdown-toggle::after {
    color: #fff;
}

header.header-2 .navbar-toggler-icon {
    background: #fff !important;
}

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header.sticky .navbar-expand-lg .navbar-nav .nav-link,
header.sticky .navbar-nav .nav-item a.dropdown-toggle::after {
    color: #333;
}

header.sticky .navbar-nav .nav-item.active .nav-link {
    color: #0056b3 !important;
}

header.sticky .nav-brand .navbar-brand {
    background-image: url(../../images/front/logo_3.png);
}

.header.sticky .navbar-toggler-icon {
    background: #333;
}

@media (max-width: 991px) {
    .header.sticky .navbar-collapse {
        background-color: #ffffff;
    }
}

/*---- Video and banner ----*/


/*---- About 2 ----*/


/*---- Services 2 ----*/


/*---- Qualities 2 ----*/


/*---- Pricing ----*/


/*---- Blog Posts 2 ----*/


/****---- Homepage 2 End ----****/


/****---- About Us Start ----****/


/****---- About Us End ----****/


/****---- Error 404 Start ----****/


/****---- Error 404 End ----****/

footer.small {
    background-image: none;
    min-height: auto !important;
    padding-top: 0px;
}

footer.small .bottom {
    margin-top: 0px;
}


/****---- Subsidiaries Page Styles Start ----****/

/* Section spacing and layout */
.ptb-120 {
    padding: 120px 0;
}



.section-title {
    margin-bottom: 40px;
}

.section-title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 15px;
}

.title-underline {
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    margin-bottom: 20px;
    border-radius: 2px;
}

.section-title p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Subsidiaries Cards */
.subsidiaries-cards {
    margin-top: 20px;
}

.subsidiary-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    /* margin-bottom: 30px; */
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.subsidiary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.subsidiary-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 123, 255, 0.1);
}

.subsidiary-card .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 0 20px;
    background: transparent;
}

.subsidiary-card .card-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}

.subsidiary-card .card-icon i {
    font-size: 24px;
    color: #fff;
}

.subsidiary-card .card-logo {
    display: inline-block;
    width: 150px;
    height: 80px;
    margin-right: 15px;
    margin-bottom: 0px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.subsidiary-card .card-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.subsidiary-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 0px;
    line-height: 1.3;
}

.card-meta {
    margin-bottom: 15px;
}

.meta-tag {
    display: inline-block;
    background: #f8f9fa;
    color: #007bff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 5px;
}

.subsidiary-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-stats {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Managed Enterprises Grid Styles */
.managed-enterprises {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 40px 0;
}

.managed-enterprises-grid {
    margin-top: 20px;
}

.managed-enterprises-grid .row>div {
    margin-bottom: 20px;
}

.managed-card {
    background: #fff;
    border-radius: 20px;
    padding: 120px 30px 20px;
    /* margin-bottom: 30px; */
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.managed-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    transition: all 0.3s ease;
    transform: scaleX(0);
}

.managed-card:hover::before {
    transform: scaleX(1);
}

.managed-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 123, 255, 0.15);
}

.managed-card .card-overlay,
.enterprise-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: inherit;
    transform: none;
}

.enterprise-card .card-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.enterprise-card h5 {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.enterprise-card p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.managed-card .card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
}

.managed-card .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.managed-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

.managed-card .card-icon i {
    font-size: 35px;
    color: #fff;
}

.managed-card .card-content h5 {
    font-size: 22px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 15px;
    line-height: 1.3;
}

.asset-badge,
.service-badge,
.project-badge {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.asset-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff;
}

.service-badge {
    background: linear-gradient(135deg, #6f42c1, #e83e8c);
    color: #fff;
}

.project-badge {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
}

.managed-card .card-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

.card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.feature-tag {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.managed-card .feature-tag {
    background: rgba(255, 255, 255, 0.25);
    color: #fff !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Flagship Card Special Styles */
.flagship-card {
    position: relative;
}

.flagship-card::before {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
}

.flagship-card .card-icon {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
}

.flagship-card .feature-tag {
    background: rgba(255, 107, 53, 0.1);
    color: #ff6b35;
}

.project-stats {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    margin: 20px 0;
}

.stat-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.project-stats .stat-item {
    text-align: center;
}

.project-stats .stat-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ff6b35;
    line-height: 1;
    margin-bottom: 5px;
}

.project-stats .stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Card Type Variations */
.primary-card::before {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.hospitality-card::before {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.hospitality-card .card-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.hospitality-card .feature-tag {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.transport-card::before {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.transport-card .card-icon {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.transport-card .feature-tag {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
}

.entertainment-card::before {
    background: linear-gradient(135deg, #6f42c1, #e83e8c);
}

.entertainment-card .card-icon {
    background: linear-gradient(135度deg, #6f42c1, #e83e8c);
}

.entertainment-card .feature-tag {
    background: rgba(111, 66, 193, 0.1);
    color: #6f42c1;
}

.talent-card::before {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
}

.talent-card .card-icon {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
}

.talent-card .feature-tag {
    background: rgba(253, 126, 20, 0.1);
    color: #fd7e14;
}

/* Managed Enterprises Responsive Design */
@media (max-width: 992px) {
    .managed-card {
        margin-bottom: 25px;
    }

    .managed-card .card-content h5 {
        font-size: 20px;
    }

    .project-stats .stat-row {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .managed-enterprises {
        padding: 60px 0;
    }

    .managed-card {
        padding: 25px 20px;
    }

    .managed-card .card-icon {
        width: 70px;
        height: 70px;
    }

    .managed-card .card-icon i {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .managed-card {
        padding: 20px 15px;
    }

    .managed-card .card-content h5 {
        font-size: 18px;
    }

    .card-features {
        justify-content: center;
    }

    .project-stats .stat-number {
        font-size: 24px;
    }

    .project-stats .stat-label {
        font-size: 14px;
    }
}

/* Incubated Enterprises Grid */
.incubated-enterprises {
    background: #f8f9fa;
    /* Slightly darker background to make white cards pop */
    padding: 80px 0;
}

.enterprises-grid {
    margin-top: 40px;
}

.enterprise-card {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.enterprise-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.enterprise-thumb {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    /* Optional: Add a bottom border/gradient line */
}

/* Specific border top colors based on type */
/* Specific border top colors based on type */
.ent-highlight {
    border-top: 4px solid #dc3545;
}

.ent-specialty {
    border-top: 4px solid #ffc107;
}

.ent-innovation {
    border-top: 4px solid #17a2b8;
}

.ent-standard {
    border-top: 4px solid #6c757d;
}

.enterprise-card .card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.enterprise-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333 !important;
    /* Force dark color */
    margin-bottom: 12px;
    text-shadow: none;
    /* Remove shadow */
}

.enterprise-card p {
    color: #666 !important;
    /* Force gray color */
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
    flex-grow: 1;
    /* Push tags to bottom if needed */
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    /* Align to bottom */
}

.tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

/* Tag Styles based on Card Type */
/* Tag Styles based on Card Type */
.ent-highlight .tag {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545 !important;
    border: none;
    backdrop-filter: none;
}

.ent-specialty .tag {
    background: rgba(255, 193, 7, 0.15);
    color: #d39e00 !important;
    border: none;
    backdrop-filter: none;
}

.ent-innovation .tag {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8 !important;
    border: none;
    backdrop-filter: none;
}

.ent-standard .tag {
    background: #f1f3f5;
    color: #495057 !important;
    border: none;
    backdrop-filter: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .subsidiary-card {
        padding: 20px;
    }

    .timeline-item {
        padding-left: 80px;
    }

    .timeline-container::before {
        left: 30px;
    }

    .timeline-marker {
        left: 15px;
    }


    .service-type {
        margin-left: 0;
        margin-top: 10px;
    }



    .section-title h3 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .timeline-item {
        padding-left: 60px;
    }

    .timeline-container::before {
        left: 20px;
    }

    .timeline-marker {
        left: 5px;
        width: 25px;
        height: 25px;
    }

    .timeline-marker i {
        font-size: 14px;
    }

    .card-stats {
        flex-direction: column;
        gap: 15px;
    }
}

/****---- Subsidiaries Page Styles End ----****/

/****---- About Page Styles Start ----****/

/* Company Overview Section */
.company-overview {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.overview-intro {
    margin-bottom: 50px;
}

.intro-content {
    padding-right: 30px;
}

.section-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.badge-text {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.intro-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 15px;
    line-height: 1.2;
}

.intro-subtitle {
    font-size: 18px;
    color: #007bff;
    font-weight: 600;
    margin-bottom: 20px;
}

.intro-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.key-stats {
    margin-top: 30px;
}

.stat-box {
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #007bff;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.15);
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
    display: block;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.intro-visual {
    position: relative;
}

.visual-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px;
}

.visual-card img {
    width: 100%;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.visual-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background: rgba(0, 123, 255, 0.9);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.visual-card:hover .visual-overlay {
    transform: translateY(0);
    opacity: 1;
}

.visual-card:hover img {
    transform: scale(1.05);
}

.overlay-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.overlay-content p {
    margin: 0;
    font-size: 16px;
}

/* Financial Performance Section */
.financial-performance {
    background: #fff;
    padding: 40px 0;
}

.performance-timeline {
    max-width: 1200px;
    /* margin: 50px auto 0; */
    margin: 0 auto;
}

.timeline-years {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.year-item {
    flex: 1;
    text-align: center;
}

.year-marker {
    display: inline-block;
    background: #007bff;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    top: 50px;
}

.year-item.active .year-marker {
    background: linear-gradient(135deg, #28a745, #20c997);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.3);
}

.year-item.current .year-marker {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    box-shadow: 0 10px 25px rgba(255, 193, 7, 0.3);
}

.year-content {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: left;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    height: 100%;
}

.year-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.year-content.highlight {
    background: linear-gradient(135deg, #fff5e6, #ffeaa7);
    border-color: #ffc107;
}

.performance-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.performance-header h5 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin: 0;
}

.performance-badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.performance-badge.success {
    background: #28a745;
}

.performance-badge.grade-a {
    background: #17a2b8;
}

.performance-badge.total {
    background: #ffc107;
    color: #212529;
}

.performance-metrics {
    margin-bottom: 15px;
}

.metric-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.metric-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.metric-value {
    font-size: 14px;
    font-weight: 600;
    color: #262626;
}

.metric-value.positive {
    color: #28a745;
}

.year-content p {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.asset-breakdown {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.asset-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.asset-company {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.asset-amount {
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
}

.asset-divider {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.total-assets {
    background: rgba(255, 193, 7, 0.1);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-top: 10px;
}

.total-label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.total-amount {
    font-size: 24px;
    font-weight: 700;
    color: #e0a800;
}

/* Brand Operations Section */
.brand-operations {
    background: #f8f9fa;
}

.operations-content {
    margin-top: 10px;
}

.operations-highlights {
    padding-right: 30px;
}

.highlight-section {
    margin-bottom: 50px;
}

.highlight-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.section-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.section-icon i {
    font-size: 24px;
    color: #fff;
}

.section-title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 5px;
}

.section-title p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.honors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.honor-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border-left: 4px solid #007bff;
    align-items: center;
    margin-bottom: 10px;
}

.honor-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.15);
}

.honor-badge {
    background: #007bff;
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 70px;
}

.honor-item h6 {
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    margin: 0;
    line-height: 1.4;
}

.achievements-stats .row {
    margin: 0;
}

.achievement-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
}

.achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.15);
    border-color: #007bff;
}

.achievement-number {
    font-size: 36px;
    font-weight: 700;
    color: #007bff;
    display: block;
    margin-bottom: 10px;
}

.achievement-label {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 1.4;
}

.impact-header {
    margin-bottom: 25px;
    text-align: center;
}

.impact-header h5 {
    font-size: 22px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 8px;
}

.impact-header p {
    color: #666;
    margin: 0;
    font-size: 16px;
}

.impact-metrics {
    margin-bottom: 30px;
}

.impact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.impact-item.highlight {
    background: rgba(40, 167, 69, 0.05);
    padding: 15px;
    border-radius: 8px;
    border-bottom: none;
    margin-top: 10px;
}

.impact-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.impact-value {
    font-size: 16px;
    font-weight: 700;
    color: #28a745;
}

.incubation-model {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.incubation-model h6 {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
    text-align: center;
}

.model-chain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.chain-item {
    background: #007bff;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.chain-arrow {
    color: #007bff;
    font-weight: 700;
    font-size: 16px;
}

/* Responsive Design for About Page */
@media (max-width: 768px) {
    .intro-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .intro-content h3 {
        font-size: 28px;
    }

    .timeline-years {
        flex-direction: column;
        gap: 20px;
    }

    .year-marker {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }

    .operations-highlights {
        padding-right: 0;
        margin-bottom: 40px;
    }


    .section-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .honors-grid {
        grid-template-columns: 1fr;
    }

    .model-chain {
        flex-direction: column;
        gap: 8px;
    }

    .chain-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 576px) {
    .achievement-number {
        font-size: 28px;
    }

    .achievement-label {
        font-size: 14px;
    }

    .stat-box {
        padding: 15px 8px;
    }

    .stat-number {
        font-size: 24px;
    }

    .impact-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}

/****---- About Page Styles End ----****/


/****---- Assets Page Styles Start ----****/

/* Assets Overview Section */
.assets-overview {
    background: #fff;
    padding: 80px 0;
}

.assets-header {
    margin-bottom: 60px;
}

.assets-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 15px;
}

.assets-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.assets-summary {
    margin-top: 10px;
}

/* 新的布局设计 - 主卡片独立一行，统计卡片四个一行 */
.summary-main-row {
    margin-bottom: 40px;
}

.summary-stats-row {
    margin-top: 30px;
}

.summary-main-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.summary-main-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, #007bff, #0056b3, #28a745);
}

.summary-main-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 123, 255, 0.12);
}

.main-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
}

.card-title h3 {
    font-size: 28px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 8px;
    line-height: 1.2;
}

.data-year {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 6px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.total-amount {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.amount-number {
    font-size: 52px;
    font-weight: 800;
    color: #007bff;
    line-height: 0.9;
}

.amount-unit {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin-top: 5px;
}

.growth-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.growth-indicator i {
    font-size: 14px;
}

.asset-distribution {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: center;
}

.distribution-chart {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chart-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.chart-segment {
    height: 12px;
    border-radius: 8px;
    position: relative;
    flex: 1;
    background: #f8f9fa;
    overflow: hidden;
}

.chart-segment::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 8px;
    transition: width 1.5s ease-in-out;
}

.own-asset .chart-segment::after {
    width: 42%;
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.managed-asset .chart-segment::after {
    width: 58%;
    background: linear-gradient(135deg, #28a745, #20c997);
}

.chart-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 90px;
}

.chart-value {
    font-size: 20px;
    font-weight: 700;
    color: #262626;
}

.chart-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.distribution-summary {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 140px;
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.item-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.own-color {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.managed-color {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.item-label {
    color: #666;
    flex: 1;
}

.item-value {
    font-weight: 700;
    color: #262626;
}

/* 统计数据网格 - 四个卡片一行 */
.summary-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stat-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: all 0.3s ease;
}

.profit-card::before {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.revenue-card::before {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.asset-card::before {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.rating-card::before {
    background: linear-gradient(135deg, #ffc107, #e0a800);
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profit-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.revenue-icon {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.asset-icon {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.rating-icon {
    background: linear-gradient(135deg, #ffc107, #e0a800);
}

.stat-icon i {
    font-size: 20px;
    color: #fff;
}

.stat-trend {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-trend.positive {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.stat-trend.stable {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
}

.stat-trend.growth {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

.stat-trend.excellent {
    background: rgba(255, 193, 7, 0.1);
    color: #e0a800;
}

.stat-content {
    text-align: left;
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #262626;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-number span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.stat-period {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .summary-main-card {
        padding: 32px;
    }

    .summary-stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .asset-distribution {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .distribution-summary {
        flex-direction: row;
        justify-content: space-around;
        min-width: auto;
    }

    .summary-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .main-card-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .total-amount {
        align-items: center;
    }

    .card-title h3 {
        font-size: 24px;
    }

    .amount-number {
        font-size: 42px;
    }

    .summary-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .chart-item {
        flex-direction: column;
        gap: 12px;
    }

    .chart-info {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .summary-main-card {
        padding: 24px;
    }

    .stat-card {
        padding: 20px;
    }

    .distribution-summary {
        flex-direction: column;
        gap: 12px;
    }

    .summary-stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .asset-distribution {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Core Assets Section */
.core-assets {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 0;
}



.assets-portfolio {
    margin-top: 10px;
}

.asset-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
}

.asset-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.asset-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.asset-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.asset-card:hover .asset-image img {
    transform: scale(1.05);
}

.asset-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.8), rgba(0, 86, 179, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.tech-carrier .asset-overlay {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.8), rgba(0, 86, 179, 0.9));
}

.flagship-project .asset-overlay {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.8), rgba(32, 201, 151, 0.9));
}

.asset-card:hover .asset-overlay {
    opacity: 1;
}

.overlay-info {
    text-align: center;
    color: #fff;
}

.asset-type {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.9;
    display: block;
    margin-bottom: 10px;
}

.overlay-info h5 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.asset-content {
    padding: 30px;
}

.asset-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
}

.asset-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 16px;
}

.asset-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.feature-item i {
    font-size: 16px;
    color: #007bff;
}

.flagship-project .feature-item i {
    color: #28a745;
}

/* Performance Dashboard Section */
.performance-dashboard {
    background: #fff;
    padding: 80px 0;
}

.performance-metrics {
    margin-top: 50px;

    height: 190px;
}

.metric-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    transition: all 0.3s ease;
}

.assets-total::before {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.revenue::before {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.profit::before {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.rating::before {
    background: linear-gradient(135deg, #ffc107, #e0a800);
}

.metric-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.metric-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.revenue .metric-icon {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.profit .metric-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.rating .metric-icon {
    background: linear-gradient(135deg, #ffc107, #e0a800);
}

.metric-icon i {
    font-size: 24px;
    color: #fff;
}

.metric-trend {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.metric-trend.up {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.metric-trend.stable {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.metric-trend.excellent {
    background: rgba(255, 193, 7, 0.1);
    color: #e0a800;
}

.metric-body h3 {
    font-size: 32px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 8px;
    line-height: 1;
}

.metric-body h3 .unit {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.metric-body p {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.metric-subtitle {
    font-size: 14px;
    color: #999;
}

/* Asset Timeline Section */
.asset-timeline {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 0;
}

.timeline-container {
    position: relative;
    margin-top: 60px;
    padding: 40px 0;
}

.timeline-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745, #17a2b8, #ffc107);
    border-radius: 2px;
    transform: translateY(-50%);
}

.timeline-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.timeline-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}

.timeline-marker {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

.milestone-2022 .timeline-marker {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.milestone-2023 .timeline-marker {
    background: linear-gradient(135deg, #17a2b8, #138496);
}

.milestone-future .timeline-marker {
    background: linear-gradient(135deg, #ffc107, #e0a800);
}

.timeline-marker.future {
    border: 3px dashed #ffc107;
    background: #fff;
}

.timeline-marker .year {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.timeline-marker.future .year {
    color: #ffc107;
}

.timeline-item:hover .timeline-marker {
    transform: scale(1.1);
}

.timeline-content {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    max-width: 250px;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.timeline-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 12px;
}

.timeline-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.timeline-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.timeline-metrics .metric {
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.milestone-2021 .metric {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

.milestone-2022 .metric {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.milestone-2023 .metric {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
}

.milestone-future .metric {
    background: rgba(255, 193, 7, 0.1);
    color: #e0a800;
}

/* Responsive Design for Assets Page */
@media (max-width: 992px) {
    .asset-breakdown {
        flex-direction: column;
        gap: 30px;
        align-items: stretch;
        text-align: center;
    }

    .timeline-items {
        flex-direction: column;
        gap: 30px;
    }

    .timeline-track {
        width: 4px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background: linear-gradient(180deg, #007bff, #28a745, #17a2b8, #ffc107);
    }

    .timeline-item {
        flex-direction: row;
        text-align: left;
        padding: 0;
    }

    .timeline-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .timeline-item:nth-child(even) .timeline-content {
        text-align: right;
    }

    .timeline-marker {
        margin-bottom: 0;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .timeline-item:nth-child(even) .timeline-marker {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .assets-header h2 {
        font-size: 28px;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .asset-content {
        padding: 20px;
    }

    .metric-card {
        padding: 25px;
    }

    .metric-body h3 {
        font-size: 24px;
    }

    .timeline-content {
        max-width: 200px;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .card-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .asset-breakdown {
        gap: 20px;
    }

    .timeline-item {
        flex-direction: column !important;
        text-align: center;
    }

    .timeline-item:nth-child(even) .timeline-content {
        text-align: center;
    }

    .timeline-marker {
        margin: 0 0 15px 0 !important;
    }

    .timeline-content {
        max-width: 100%;
    }
}

/****---- Assets Page Styles End ----****/

/****---- Party Building Page Styles Start ----****/

/* Party Organization Overview Section */
.party-overview {
    background: #fff;
    padding: 80px 0;
}

.party-header {
    text-align: center;
    margin-bottom: 60px;
}

.party-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 15px;
}

.party-header p {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.party-structure {
    margin-top: 10px;
}

.structure-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.structure-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    transition: all 0.3s ease;
}

.structure-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(220, 53, 69, 0.15);
}

.structure-card .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.structure-card .card-icon i {
    font-size: 30px;
    color: #fff;
}

.structure-card .card-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
}

.structure-card .card-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 16px;
}

.structure-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.info-item .label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.info-item .value {
    font-size: 18px;
    font-weight: 700;
    color: #dc3545;
}

/* Theoretical Learning Section */
.theoretical-learning {
    /* background: linear-gradient(135deg, #fff6f6, #ffe7e7); */
    padding: 40px 0;
}

/* Unified Section Header */

.section-header h2,
.section-header h3 {
    font-size: 36px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 15px;
    line-height: 1.2;
}

.section-header p {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.learning-content {
    margin-top: 10px;
}

.learning-main {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #f0f0f0;
}

.learning-section {
    margin-bottom: 40px;
}

.learning-section:last-child {
    margin-bottom: 0;
}

.learning-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.learning-section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 2px;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.news-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.news-date {
    flex-shrink: 0;
    width: 80px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.news-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 8px;
    line-height: 1.4;
}

.news-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.activity-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.activity-item:hover {
    background: #e9ecef;
    transform: translateY(-5px);
}

.activity-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-icon i {
    font-size: 20px;
    color: #fff;
}

.activity-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 8px;
}

.activity-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}

.activity-freq {
    font-size: 14px;
    color: #dc3545;
    font-weight: 600;
    background: rgba(220, 53, 69, 0.1);
    padding: 4px 8px;
    border-radius: 8px;
}

.learning-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.study-resources,
.learning-stats {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #f0f0f0;
}

.study-resources h4,
.learning-stats h4 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 20px;
}

.resource-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.resource-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.resource-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.resource-item i {
    font-size: 16px;
    color: #dc3545;
}

.resource-item span {
    font-size: 14px;
    color: #666;
}

.stats-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #dc3545;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Organizational Life Section */
.organizational-life {
    background: #fff;
    padding: 80px 0;
}

.life-activities {
    margin-top: 10px;
}

.activity-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: all 0.3s ease;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.activity-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f8f9fa;
}

.activity-card .card-header h4 {
    font-size: 22px;
    font-weight: 600;
    color: #262626;
    margin: 0;
}

.activity-badge {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #fff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

.meeting-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.meeting-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.meeting-item:hover {
    background: #e9ecef;
}

.meeting-type {
    font-size: 16px;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 8px;
}

.meeting-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.meeting-freq {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.theme-activities {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.theme-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.theme-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.theme-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.theme-icon i {
    font-size: 20px;
    color: #fff;
}

.theme-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 8px;
}

.theme-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Party Excellence Section */
.party-excellence {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 0;
}

.excellence-showcase {
    margin-top: 10px;
}

.excellence-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    position: relative;
}

.excellence-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #fff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.excellence-card .card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.excellence-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.excellence-card:hover .card-image img {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(220, 53, 69, 0.9));
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.excellence-card:hover .card-overlay {
    transform: translateY(0);
}

.card-overlay h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.excellence-card .card-content {
    padding: 25px;
}

.excellence-card .card-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
}

.excellence-card .card-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 16px;
}

.achievement-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.achievement-tags .tag {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

/* Party Integration Section */
.party-integration {
    background: #fff;
    padding: 80px 0;
}

.integration-content {
    margin-top: 10px;
}

.integration-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.integration-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.integration-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(220, 53, 69, 0.1);
}

.integration-card .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.integration-card .card-icon i {
    font-size: 30px;
    color: #fff;
}

.integration-card .card-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
}

.integration-card .card-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 16px;
}

.project-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.project-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.project-item:hover {
    background: #e9ecef;
}

.project-name {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.project-status {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 600;
}

.project-item .project-status:contains("进行中") {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.project-item .project-status:contains("已完成") {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.project-item .project-status:contains("规划中") {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.care-activities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.care-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.care-item:hover {
    background: #e9ecef;
    transform: translateX(3px);
}

.care-item i {
    font-size: 16px;
    color: #dc3545;
}

.care-item span {
    font-size: 14px;
    color: #666;
}

/* Recent Activities Section */
.recent-activities {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 0;
}

.activities-slider {
    margin-top: 10px;
}

.activity-slide {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 15px 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.activity-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.slide-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.activity-slide:hover .slide-image img {
    transform: scale(1.05);
}

.slide-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.slide-content {
    padding: 25px;
}

.slide-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 12px;
    line-height: 1.4;
}

.slide-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

.slide-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.slide-tags .tag {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

/* Integrity Building Section */
.integrity-building {
    background: #fff;
    padding: 80px 0;
}

.integrity-content {
    margin-top: 10px;
}

.integrity-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.integrity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.integrity-card:hover::before {
    transform: scaleX(1);
}

.integrity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(220, 53, 69, 0.1);
}

.integrity-card .card-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    /* background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); */
    border-radius: 50%;
    margin-bottom: 25px;
    /* box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3); */
    transition: transform 0.3s ease;
}

.integrity-card .card-icon i::before {
    font-size: 50px !important;
    color: #c82333;
    text-align: center;
}

.integrity-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
}

.integrity-card p {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

/* Responsive Design for Party Page */
@media (max-width: 992px) {
    .structure-info {
        flex-direction: column;
        gap: 15px;
    }

    .activity-grid {
        grid-template-columns: 1fr;
    }

    .stats-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .care-activities {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .party-header h2,
    .section-header h2 {
        font-size: 28px;
    }

    .structure-card {
        padding: 25px 20px;
    }

    .learning-main {
        padding: 25px;
    }

    .activity-card {
        padding: 25px;
    }

    .activity-card .card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .news-item {
        flex-direction: column;
        gap: 15px;
    }

    .news-date {
        width: auto;
        align-self: flex-start;
    }
}

@media (max-width: 576px) {

    .party-overview,
    .theoretical-learning,
    .organizational-life,
    .party-excellence,
    .party-integration,
    .recent-activities,
    .integrity-building {
        padding: 60px 0;
    }

    .structure-card,
    .learning-main,
    .activity-card,
    .integration-card,
    .excellence-card .card-content {
        padding: 20px;
    }

    .achievement-tags,
    .slide-tags {
        justify-content: center;
    }
}

/****---- Party Building Page Styles End ----****/

/****---- Achievements Page Styles Start ----****/

/* Achievements Overview Section */
.achievements-overview {
    background: #fff;
    padding: 80px 0;
}

.achievement-highlights {
    margin-top: 60px;
}

.highlight-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    transition: all 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 123, 255, 0.2);
}

.highlight-card .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.highlight-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

.highlight-card .card-icon i {
    font-size: 35px;
    color: #fff;
}

.highlight-number {
    font-size: 48px;
    font-weight: 700;
    color: #262626;
    line-height: 1;
    margin-bottom: 10px;
}

.highlight-label {
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 8px;
}

.highlight-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Card Type Variations */
.incubation-card::before {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.incubation-card .card-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.incubation-card .highlight-label {
    color: #28a745;
}

.value-card::before {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.value-card .card-icon {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.value-card .highlight-label {
    color: #dc3545;
}

.area-card::before {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
}

.area-card .card-icon {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
}

.area-card .highlight-label {
    color: #fd7e14;
}

.honor-card::before {
    background: linear-gradient(135deg, #6f42c1, #e83e8c);
}

.honor-card .card-icon {
    background: linear-gradient(135deg, #6f42c1, #e83e8c);
}

.honor-card .highlight-label {
    color: #6f42c1;
}

/* Incubation Results Section */
.incubation-results {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 0;
}

.results-content {
    padding-right: 30px;
}



.header-badge {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}



.achievement-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.achievement-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid #007bff;
}

.achievement-item:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.1);
}

.achievement-item .item-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.achievement-item .item-icon i {
    font-size: 25px;
    color: #fff;
}

.achievement-item .item-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 12px;
}

.achievement-item .item-content p {
    color: #666;
    line-height: 1.7;
    margin: 0;
    font-size: 16px;
}

/* Results Visual */
.results-visual {
    padding-left: 30px;
}

.visual-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.visual-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.visual-card:hover img {
    transform: scale(1.05);
}

.visual-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 123, 255, 0.9));
    color: #fff;
    padding: 30px;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.visual-card:hover .visual-overlay {
    transform: translateY(0);
}

.overlay-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.overlay-content p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
}

.visual-stats {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-box {
    text-align: center;
    padding: 15px;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Park Construction Section */
.park-construction {
    background: #fff;
}

.construction-grid {
    margin-top: 10px;
}

.construction-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.construction-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #28a745, #20c997);
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.construction-card:hover::before {
    transform: scaleX(1);
}

.construction-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(40, 167, 69, 0.15);
}

.construction-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.construction-card .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.construction-card .card-icon i {
    font-size: 30px;
    color: #fff;
}

.construction-card .card-badge {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
    color: #fff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

.flagship-card::before {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
}

.flagship-card .card-icon {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
}

.construction-card .card-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
}

.construction-card .card-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 16px;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.feature-item i {
    font-size: 16px;
    color: #28a745;
}

.feature-item span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.project-highlights {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

.highlight-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.highlight-item {
    text-align: center;
}

.highlight-item .number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fd7e14;
    margin-bottom: 5px;
}

.highlight-item .label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Honors and Impact Section */
.honors-impact {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 40px 0;
}

.honors-section,
.impact-section {
    height: 100%;
}

.honors-list,
.impact-achievements {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.honor-item,
.impact-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid #6f42c1;
}

.honor-item:hover,
.impact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(111, 66, 193, 0.1);
}

.honor-icon,
.impact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6f42c1, #e83e8c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.honor-icon i,
.impact-icon i {
    font-size: 20px;
    color: #fff;
}

.honor-content h5,
.impact-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 10px;
}

.honor-content p,
.impact-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

.enterprise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.enterprise-tags .tag {
    background: rgba(111, 66, 193, 0.1);
    color: #6f42c1;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.model-flow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.flow-step {
    background: linear-gradient(135deg, #6f42c1, #e83e8c);
    color: #fff;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.flow-arrow {
    color: #6f42c1;
    font-weight: 700;
    font-size: 14px;
}

/* Responsive Design for Achievements Page */
@media (max-width: 992px) {
    .results-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .results-visual {
        padding-left: 0;
    }

    .achievement-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .honor-item,
    .impact-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

@media (max-width: 768px) {

    .achievements-overview,
    .incubation-results,
    .park-construction,
    .honors-impact {
        padding: 60px 0;
    }

    .highlight-card,
    .construction-card {
        padding: 25px 20px;
    }

    .section-header h3 {
        font-size: 28px;
    }

    .highlight-number {
        font-size: 36px;
    }

    .model-flow {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .highlight-card .card-icon {
        width: 60px;
        height: 60px;
    }

    .highlight-card .card-icon i {
        font-size: 25px;
    }

    .highlight-number {
        font-size: 32px;
    }

    .achievement-item,
    .honor-item,
    .impact-item {
        padding: 20px;
    }

    .enterprise-tags,
    .model-flow {
        justify-content: center;
    }

    .highlight-row {
        flex-direction: column;
        gap: 15px;
    }
}

/****---- Achievements Page Styles End ----****/

/****---- Service Portal Styles Start ----****/

/* Service Portal Section with Modern Tech Design */
.service-portal {
    background: #ffffff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle decorative elements */
.service-portal::before {
    content: '';
    position: absolute;
    top: 10%;
    right: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.service-portal::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.service-portal>.container-fluid {
    position: relative;
    z-index: 1;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Gradient border effect on hover */
.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #00d4ff, #0099ff, #667eea);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-item:hover::before {
    opacity: 1;
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 212, 255, 0.15);
}

.service-icon {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.25);
}

/* Different color themes for each service item */
.service-item:nth-child(1) .service-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.25);
}

.service-item:nth-child(1):hover .service-icon {
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.35);
}

.service-item:nth-child(2) .service-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    box-shadow: 0 6px 20px rgba(245, 87, 108, 0.25);
}

.service-item:nth-child(2):hover .service-icon {
    box-shadow: 0 8px 25px rgba(245, 87, 108, 0.35);
}

.service-item:nth-child(3) .service-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    box-shadow: 0 6px 20px rgba(79, 172, 254, 0.25);
}

.service-item:nth-child(3):hover .service-icon {
    box-shadow: 0 8px 25px rgba(79, 172, 254, 0.35);
}

.service-item:nth-child(4) .service-icon {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    box-shadow: 0 6px 20px rgba(67, 233, 123, 0.25);
}

.service-item:nth-child(4):hover .service-icon {
    box-shadow: 0 8px 25px rgba(67, 233, 123, 0.35);
}

.service-item:nth-child(5) .service-icon {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    box-shadow: 0 6px 20px rgba(250, 112, 154, 0.25);
}

.service-item:nth-child(5):hover .service-icon {
    box-shadow: 0 8px 25px rgba(250, 112, 154, 0.35);
}

.service-item:hover .service-icon {
    transform: scale(1.08) rotate(5deg);
}

.service-icon i {
    font-size: 26px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.service-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.service-item:nth-child(1):hover h5 {
    color: #667eea;
}

.service-item:nth-child(2):hover h5 {
    color: #f5576c;
}

.service-item:nth-child(3):hover h5 {
    color: #0099ff;
}

.service-item:nth-child(4):hover h5 {
    color: #38f9d7;
}

.service-item:nth-child(5):hover h5 {
    color: #fa709a;
}

.service-item p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 400;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0099ff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 18px;
    border-radius: 8px;
    background: transparent;
    position: relative;
}

.service-link:hover {
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.08);
    transform: translateX(3px);
}

/* Responsive Design for Service Portal */
@media (max-width: 1400px) {
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .service-portal {
        padding: 50px 0;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        padding: 0 15px;
    }

    .service-item {
        padding: 22px 16px;
    }

    .service-icon {
        width: 58px;
        height: 58px;
        margin: 0 auto 12px;
    }

    .service-icon i {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .service-portal {
        padding: 40px 0;
    }

    .service-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
        padding: 0 12px;
    }

    .service-item {
        padding: 20px 16px;
    }

    .service-icon {
        width: 54px;
        height: 54px;
        margin: 0 auto 12px;
    }

    .service-icon i {
        font-size: 20px;
    }

    .service-item h5 {
        font-size: 15px;
    }

    .service-item p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .service-link {
        font-size: 16px;
        padding: 6px 14px;
    }
}

/****---- Service Portal Styles End ----****/
/* ==================== Imported from party.html ==================== */
/* 基础动画 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 页面整体背景 */
.party-overview,
.theoretical-learning,
.organizational-life,
.party-excellence,
.party-integration,
.integrity-building {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.party-overview::before,
.theoretical-learning::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(220, 53, 69, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}



/* 组织架构卡片 */
.structure-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out backwards;
}

.structure-card:nth-child(1) {
    animation-delay: 0.1s;
}

.structure-card:nth-child(2) {
    animation-delay: 0.2s;
}

.structure-card:nth-child(3) {
    animation-delay: 0.3s;
}

.structure-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc3545 0%, #c82333 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.structure-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(220, 53, 69, 0.3);
}

.structure-card:hover::before {
    transform: scaleX(1);
}

/* .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
    transition: transform 0.3s ease;
} */

.structure-card:hover .card-icon {
    transform: rotateY(180deg);
}

.card-icon i {
    font-size: 36px;
    color: white;
}

.structure-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.structure-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.structure-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.info-item {
    flex: 1;
    min-width: 120px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}

.info-item .label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.info-item .value {
    font-size: 24px;
    font-weight: 800;
    color: #dc3545;
}

/* 活动轮播 */
.activity-slide {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.activity-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.slide-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.activity-slide:hover .slide-image img {
    transform: scale(1.1);
}

.slide-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
}

.slide-content {
    padding: 30px;
}

.slide-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.slide-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.slide-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.slide-tags .tag {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}

/* 理论学习 */
.learning-section {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease-out backwards;
}

.learning-section:nth-child(1) {
    animation-delay: 0.1s;
}

.learning-section:nth-child(2) {
    animation-delay: 0.2s;
}

.learning-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #dc3545;
}

.news-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    /* border-left: 4px solid transparent; */
}

.news-item:hover {
    background: white;
    /* border-left-color: #dc3545; */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.news-item:hover h4 {
    color: #dc3545;
}

.news-date {
    min-width: 130px;
    padding: 15px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.news-content p {
    color: #666;
    line-height: 1.8;
}

.activity-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.activity-item:hover {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.activity-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-icon i {
    font-size: 24px;
    color: white;
}

.activity-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.activity-info p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.activity-freq {
    display: inline-block;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

/* 侧边栏 */
.learning-sidebar .study-resources,
.learning-sidebar .learning-stats {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    animation: slideInLeft 0.8s ease-out backwards;
}

.learning-sidebar .study-resources {
    animation-delay: 0.3s;
}

.learning-sidebar .learning-stats {
    animation-delay: 0.4s;
}

.learning-sidebar h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #dc3545;
}

.resource-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.resource-item:hover {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    transform: translateX(5px);
}

.resource-item i {
    font-size: 20px;
    color: #dc3545;
    transition: color 0.3s ease;
}

.resource-item:hover i {
    color: white;
}

.stats-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-item {
    text-align: center;
    padding: 25px;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    border-radius: 15px;
    transition: all 0.3s ease;
}

/* .stat-item:hover {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    transform: scale(1.05);
} */

/* .stat-item:hover .stat-number {
    color: white;
} */

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #dc3545;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.stat-label {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    transition: color 0.3s ease;
}

/* .stat-item:hover .stat-label {
    color: white;
} */

/* 组织生活 */
.activity-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    animation: scaleIn 0.8s ease-out backwards;
}

.activity-card:nth-child(1) {
    animation-delay: 0.1s;
}

.activity-card:nth-child(2) {
    animation-delay: 0.2s;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #dc3545;
}

.card-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.activity-badge {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.meeting-item,
.theme-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    flex-wrap: wrap;
}

.meeting-item:hover,
.theme-item:hover {
    background: white;
    border-left-color: #dc3545;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.meeting-type {
    font-weight: 700;
    color: #dc3545;
    font-size: 16px;
    margin-bottom: 8px;
}

.meeting-desc {
    color: #666;
    line-height: 1.8;
    margin-bottom: 8px;
}

.meeting-freq {
    display: inline-block;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

.theme-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.theme-icon i {
    font-size: 24px;
    color: white;
}

.theme-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.theme-info p {
    color: #666;
    line-height: 1.8;
}

/* 党员风采 */
.excellence-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    animation: fadeInUp 0.8s ease-out backwards;
}

.excellence-card:nth-child(1) {
    animation-delay: 0.1s;
}

.excellence-card:nth-child(2) {
    animation-delay: 0.2s;
}

.excellence-card:nth-child(3) {
    animation-delay: 0.3s;
}

.excellence-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
}

.card-image {
    height: 200px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    animation: floatShape 20s ease-in-out infinite;
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-50px) rotate(180deg);
    }
}

.card-overlay h5 {
    font-size: 32px;
    font-weight: 800;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.excellence-card .card-content {
    padding: 30px;
}

.excellence-card .card-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.excellence-card .card-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.achievement-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.achievement-tags .tag {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}

/* 党建融合 */
.integration-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    animation: fadeInUp 0.8s ease-out backwards;
}

.integration-card:nth-child(1) {
    animation-delay: 0.1s;
}

.integration-card:nth-child(2) {
    animation-delay: 0.2s;
}

.integration-card .card-icon {
    margin-bottom: 25px;
}

.integration-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.integration-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.project-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.project-item:hover {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.project-name {
    font-weight: 600;
    color: #333;
}

.project-status {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

.project-item:nth-child(1) .project-status {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: white;
}

.project-item:nth-child(2) .project-status {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
}

.project-item:nth-child(3) .project-status {
    background: linear-gradient(135deg, #17a2b8 0%, #117a8b 100%);
    color: white;
}

.care-activities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.care-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.care-item:hover {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    transform: translateY(-3px);
}

.care-item i {
    font-size: 20px;
    color: #dc3545;
    transition: color 0.3s ease;
}

.care-item:hover i {
    color: white;
}

/* 廉政建设 */
.integrity-card {
    flex-direction: column;
    background: white;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    animation: scaleIn 0.8s ease-out backwards;
}

.integrity-card:nth-child(1) {
    animation-delay: 0.1s;
}

.integrity-card:nth-child(2) {
    animation-delay: 0.2s;
}

.integrity-card:nth-child(3) {
    animation-delay: 0.3s;
}

.integrity-card:nth-child(4) {
    animation-delay: 0.4s;
}

.integrity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc3545 0%, #c82333 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.integrity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(220, 53, 69, 0.3);
}

.integrity-card:hover::before {
    transform: scaleX(1);
}

.integrity-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.integrity-card p {
    color: #666;
    line-height: 1.8;
}

/* 响应式 */
@media (max-width: 768px) {


    .structure-card,
    .learning-section,
    .activity-card,
    .excellence-card,
    .integration-card,
    .integrity-card {
        margin-bottom: 30px;
    }

    .care-activities {
        grid-template-columns: 1fr;
    }
}

/* ==================== Imported from business.html ==================== */
/* ========== 业务页面优化样式 ========== */

/* 业务卡片淡雅渐变背景 - 4组独立色系 */
.business-card {
    position: relative;
    overflow: hidden;
}

/* 第1组 - 蓝色系 (科技园区开发运营) */
.business-card.primary-business {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(37, 99, 235, 0.05) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.business-card.primary-business h4 {
    color: #2563eb;
}

.business-card.primary-business .business-tag {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(37, 99, 235, 0.12) 100%);
    color: #2563eb;
    border: 1px solid rgba(59, 130, 246, 0.35);
}

.business-card.primary-business .feature-item i {
    color: #3b82f6;
}

.business-card.primary-business .feature-item {
    color: #1e40af;
}

/* 第2组 - 紫色系 (国有资产管理) */
.business-card.secondary-business {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(124, 58, 237, 0.05) 100%);
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.business-card.secondary-business h4 {
    color: #7c3aed;
}

.business-card.secondary-business .business-tag {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(124, 58, 237, 0.12) 100%);
    color: #7c3aed;
    border: 1px solid rgba(139, 92, 246, 0.35);
}

.business-card.secondary-business .feature-item i {
    color: #8b5cf6;
}

.business-card.secondary-business .feature-item {
    color: #6d28d9;
}

/* 第3组 - 青绿色系 (创新孵化服务) */
.business-card.innovation-business {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.08) 0%, rgba(13, 148, 136, 0.05) 100%);
    border: 1px solid rgba(20, 184, 166, 0.2);
}

.business-card.innovation-business h4 {
    color: #0d9488;
}

.business-card.innovation-business .business-tag {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.15) 0%, rgba(13, 148, 136, 0.12) 100%);
    color: #0d9488;
    border: 1px solid rgba(20, 184, 166, 0.35);
}

.business-card.innovation-business .feature-item i {
    color: #14b8a6;
}

.business-card.innovation-business .feature-item {
    color: #0f766e;
}

/* 第4组 - 橙色系 (物业管理服务) */
.business-card.service-business {
    background: linear-gradient(135deg, rgb(255, 244, 237) 0%, rgb(255, 244, 238) 100%);
    border: 1px solid rgba(249, 115, 22, 0.2);
}

.business-card.service-business h4 {
    color: #ea580c;
}

.business-card.service-business .business-tag {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15) 0%, rgba(234, 88, 12, 0.12) 100%);
    color: #ea580c;
    border: 1px solid rgba(249, 115, 22, 0.35);
}

.business-card.service-business .feature-item i {
    color: #f97316;
}

.business-card.service-business .feature-item {
    color: #c2410c;
}

/* 业务卡片整体增强 */
.business-card {
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* 业务卡片内容区域层级提升 */
.business-card .business-content {
    position: relative;
    z-index: 1;
    padding: 30px;
}

/* 业务卡片水平布局 */
.business-card .business-content .business-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.business-card .business-content .business-header h4 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

.business-card .business-content .business-header .business-tag {
    margin-bottom: 0;
}

.business-card .business-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.business-card .business-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.business-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.business-card .business-content {
    padding: 30px;
}

/* 业务标签基础样式 */
.business-card .business-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 业务特性图标基础样式 */
.business-card .feature-item i {
    font-size: 18px;
    margin-right: 8px;
}

.business-card .feature-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    background: transparent;
}

/* 项目卡片增强 - 全新布局设计 */

/* 重点项目卡片优化 */
.project-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.project-card .project-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.project-card .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.08);
}

.project-card .project-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    z-index: 2;
}

.project-card .project-badge.biomedical {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    box-shadow: 0 6px 20px rgba(79, 172, 254, 0.4);
}

.project-card .project-badge.residential {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    box-shadow: 0 6px 20px rgba(67, 233, 123, 0.4);
}

.project-card .project-content {
    padding: 30px;
}

.project-card h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #1a1a1a;
    line-height: 1.4;
}

.project-card .project-tags {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-card .project-tags .tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #667eea;
    border: 1px solid rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

.project-card .project-tags .tag:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    transform: translateY(-2px);
}

.project-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.project-card .project-highlights {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project-card .highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.project-card .highlight-item:last-child {
    border-bottom: none;
}

.project-card .highlight-item i {
    font-size: 22px;
    color: #667eea;
    width: 30px;
    text-align: center;
}

.project-card.biomedical-project .highlight-item i {
    color: #4facfe;
}

.project-card.residential-project .highlight-item i {
    color: #43e97b;
}

/* 主项目大卡片 */
.project-card-main {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
    position: relative;
}

.project-card-main:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
}

.project-card-main .project-image-wrapper {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.project-card-main .project-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.project-card-main:hover .project-image-wrapper img {
    transform: scale(1.08);
}

.project-card-main .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-card-main:hover .image-overlay {
    opacity: 1;
}

.project-card-main .project-badge-main {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    z-index: 2;
}

.project-card-main .project-number {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    color: #667eea;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.project-card-main .project-content-wrapper {
    flex: 1;
    padding: 50px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
}

.project-card-main .project-content-inner {
    width: 100%;
}

.project-card-main .project-tags {
    margin-bottom: 20px;
}

.project-card-main .project-tags .tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    margin: 0 8px 8px 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #667eea;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.project-card-main .project-tags .tag i {
    font-size: 14px;
}

.project-card-main h4 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.3;
}

.project-card-main p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* 项目特性网格 */
.project-card-main .project-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-card-main .feature-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.project-card-main .feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.project-card-main .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    flex-shrink: 0;
}

.project-card-main .feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.project-card-main .feature-label {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.project-card-main .feature-value {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

/* 次要项目卡片 */
.project-card-secondary {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
    height: 100%;
}

.project-card-secondary:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.project-card-secondary .project-image-small {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.project-card-secondary .project-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card-secondary:hover .project-image-small img {
    transform: scale(1.1);
}

.project-card-secondary .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.3) 0%, rgba(0, 242, 254, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-card-secondary:hover .image-overlay {
    opacity: 1;
}

.project-card-secondary .project-badge-small {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.project-card-secondary .project-badge-small.biomedical {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.project-card-secondary .project-badge-small.residential {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.project-card-secondary .project-number-small {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: #4facfe;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.project-card-secondary .project-content-small {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-card-secondary .project-tags-small {
    margin-bottom: 15px;
}

.project-card-secondary .project-tags-small .tag {
    display: inline-block;
    padding: 5px 14px;
    margin: 0 5px 8px 0;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.1) 0%, rgba(0, 242, 254, 0.1) 100%);
    color: #4facfe;
    border: 1px solid rgba(79, 172, 254, 0.2);
}

.project-card-secondary h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1a1a1a;
    line-height: 1.4;
}

.project-card-secondary p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.project-card-secondary .project-stats-row {
    display: flex;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.project-card-secondary .stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.project-card-secondary .stat-item i {
    font-size: 16px;
    color: #4facfe;
}

/* 响应式优化 */
@media (max-width: 991px) {
    .project-card-main {
        flex-direction: column;
    }

    .project-card-main .project-image-wrapper {
        flex: none;
        height: 300px;
        min-height: auto;
    }

    .project-card-main .project-content-wrapper {
        padding: 30px;
    }

    .project-card-main h4 {
        font-size: 24px;
    }

    .project-card-main .project-features-grid {
        grid-template-columns: 1fr;
    }

    .project-card-secondary .project-image-small {
        height: 200px;
    }
}

/* 服务成果卡片增强 */
.service-column {
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: white;
}

.service-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f5576c 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-column:hover::before {
    transform: scaleX(1);
}

.service-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.service-column .service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    position: relative;
}

.service-column .service-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0.2;
    z-index: -1;
}

.service-column .service-icon i {
    position: relative;
    z-index: 1;
}

.service-column h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-column .service-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.service-column .stat-number {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-column .stat-label {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.business-overview,
.key-projects,
.service-capabilities,
.business-services {
    padding: 40px 0;
    position: relative;
    /* Removing z-index: 1 to avoid stacking context covering decorations if body has bg */
}

/* Ensure content sits above decorations */
.business-overview .container-fluid,
.key-projects .container-fluid,
.service-capabilities .container-fluid,
.business-services .container-fluid {
    position: relative;
    z-index: 2;
}

/* 标题样式增强 */
.heading.heading-center h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.heading.heading-center h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.heading.heading-center p {
    font-size: 16px;
    color: #777;
    margin-top: 20px;
}

/* 服务能力区块增强 - 对称紧凑设计 */
.capability-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.capability-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.capability-card .capability-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.capability-card .capability-icon {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.capability-card h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
}

.capability-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.capability-card .capability-metrics {
    display: flex;
    gap: 30px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.capability-card .metric-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.capability-card .metric-number {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.capability-card .metric-label {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

/* 装饰性背景元素 - 避免大面积色块，使用精致线条/点阵 */

/* 1. 业务版图 - 极简几何装饰 */
/* 1. 业务版图 - 极简几何装饰 */
.business-overview::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(135deg, transparent 40%, rgba(102, 126, 234, 0.08) 40%, rgba(102, 126, 234, 0.08) 60%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}

/* 2. 重点项目 - 点阵背景 */
.key-projects::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 300px;
    height: 300px;
    background-image: radial-gradient(#667eea 1.5px, transparent 1.5px);
    background-size: 15px 15px;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.key-projects::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(118, 75, 162, 0.08);
    /* slightly stronger border */
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* 3. 服务能力 - 线性渐变描边装饰 */
/* .service-capabilities::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.4), transparent);
    z-index: 0;
} */

/* 4. 服务成果 - 去除大面积背景，使用微纹理 */
.business-services {
    background-color: transparent !important;
    z-index: 1;
}

.business-services::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 20px;
    width: 100%;
    height: 400px;
    background-image: radial-gradient(#667eea 1.5px, transparent 1.5px);
    background-size: 15px 15px;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .capability-card .capability-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .capability-card .capability-icon {
        width: 55px;
        height: 55px;
        font-size: 28px;
    }

    .capability-card h5 {
        font-size: 18px;
    }

    .capability-card .capability-metrics {
        justify-content: center;
        gap: 20px;
    }

    .capability-card .metric-number {
        font-size: 24px;
    }

    .project-card .project-image {
        height: 180px;
    }

    .project-card h5 {
        font-size: 18px;
    }

    .project-card .project-tags .tag {
        font-size: 14px;
        padding: 6px 14px;
    }

    .project-card .highlight-item {
        font-size: 16px;
    }

    .project-card .highlight-item i {
        font-size: 18px;
    }

    .service-column .service-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }

    .heading.heading-center h3 {
        font-size: 28px;
    }

    .heading.heading-center h3::after {
        width: 40px;
    }

    .capability-metrics {
        flex-direction: column;
        gap: 10px;
    }
}

/* ==================== Subsidiaries Page Revamp ==================== */
.subsidiaries-cards .row {
    row-gap: 30px;
}

.subsidiary-card {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* Theme Colors */
.subsidiary-card.theme-blue {
    --theme-color: #3b82f6;
    --theme-bg: #eff6ff;
}

.subsidiary-card.theme-gold {
    --theme-color: #f59e0b;
    --theme-bg: #fffbeb;
}

.subsidiary-card.theme-purple {
    --theme-color: #8b5cf6;
    --theme-bg: #f5f3ff;
}

.subsidiary-card.theme-green {
    --theme-color: #10b981;
    --theme-bg: #ecfdf5;
}

/* Header Design */
.subsidiary-card .card-header {
    padding: 20px 25px 15px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    border-bottom: none;
    position: relative;
    z-index: 2;
}

/* Decorative Background circle */
.subsidiary-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: var(--theme-bg);
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: 1;
}

.subsidiary-card:hover::before {
    transform: scale(8);
    top: -30px;
    right: -30px;
}

/* .subsidiary-card .card-logo {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    transition: transform 0.3s ease;
}

.subsidiary-card .card-logo img {
    max-width: 75%;
    max-height: 75%;
} */

.subsidiary-card:hover .card-logo {
    transform: scale(1.05);
}

.subsidiary-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    z-index: 2;
    line-height: 1.4;
}

/* Content */
.subsidiary-card .card-content {
    padding: 0 25px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.subsidiary-card .card-meta {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.subsidiary-card .meta-tag {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    background: var(--theme-bg);
    color: var(--theme-color);
    transition: all 0.3s ease;
}

.subsidiary-card:hover .meta-tag {
    background: #fff;
    color: var(--theme-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.subsidiary-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 20px;
    flex: 1;
}

/* Stats */
.subsidiary-card .card-stats {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.subsidiary-card .stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.subsidiary-card .stat-number {
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 4px;
    position: relative;
    display: inline-block;
}

/* .subsidiary-card .stat-number::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--theme-bg);
    z-index: -1;
    transition: height 0.3s ease;
} */

/* .subsidiary-card:hover .stat-number::after {
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    When bg becomes colored, make highlight subtle
} */

.subsidiary-card .stat-label {
    font-size: 16px;
    color: #9ca3af;
    font-weight: 500;
}

/* Hover Lift */
.subsidiary-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

/* ==================== Compact Redesign for Achievements Page ==================== */

/* Section Utility */
.section-compact {
    padding: 50px 0;
}

.bg-light-pattern {
    background: #f8f9fa;
    background-image: radial-gradient(#dee2e6 1px, transparent 1px);
    background-size: 20px 20px;
}

/* Badge Title */
.section-badge-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.section-badge-title .badge-line {
    width: 4px;
    height: 24px;
    background: #0056b3;
    border-radius: 2px;
}

.section-badge-title .badge-line.line-gold {
    background: #d4af37;
}

.section-badge-title .badge-line.line-purple {
    background: #6f42c1;
}

.section-badge-title h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.section-badge-title .badge-text {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #eee;
}

/* Result Card (Park Construction) */
.result-card {
    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.result-card.theme-cyan {
    border-top: 4px solid #17a2b8;
}

.result-card.theme-blue {
    border-top: 4px solid #0056b3;
}

.card-bg-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 100px;
    opacity: 0.03;
    transform: rotate(15deg);
    pointer-events: none;
}

.card-body-compact {
    padding: 25px;
    display: grid;
    grid-template-columns: 2fr 1px 1fr;
    gap: 20px;
    align-items: center;
}

@media (max-width: 768px) {
    .card-body-compact {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
}

.info-header {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.info-header .icon-box {
    width: 42px;
    height: 42px;
    background: #f0f7ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
    font-size: 18px;
    flex-shrink: 0;
}

.info-header h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #333;
}

.info-header .subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card-main-info .desc {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
    margin-bottom: 0;
    padding-bottom: 0;
}

.divider-v {
    background: #eee;
    height: 80%;
}

@media (max-width: 768px) {
    .divider-v {
        width: 100%;
        height: 1px;
    }
}

/* Sub Items */
.card-sub-items,
.card-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mini-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #555;
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
}

.mini-item i {
    color: #17a2b8;
    width: 16px;
    text-align: center;
}

.hl-item {
    text-align: center;
    background: #f0f4f8;
    padding: 10px;
    border-radius: 8px;
}

.hl-item .num {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #0056b3;
}

.hl-item .txt {
    font-size: 14px;
    color: #777;
}

/* Compact Item (Honors & Impact) */
.compact-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: all 0.2s ease;
}

.compact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.compact-item.gold-border {
    border-left: 3px solid #d4af37;
}

.compact-item.purple-border {
    border-left: 3px solid #6f42c1;
}

.c-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.gold-border .c-icon {
    background: #fffcf0;
    color: #d4af37;
}

.purple-border .c-icon {
    background: #f3f0fa;
    color: #6f42c1;
}

.c-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #222;
}

.c-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 10px 0;
    padding: 0;
}

.c-watermark {
    position: absolute;
    bottom: -15px;
    right: -15px;
    font-size: 80px;
    opacity: 0.05;
    pointer-events: none;
    transform: rotate(-10deg);
}

/* Mini Tags & Step Flow */
.mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mini-tags span {
    font-size: 14px;
    color: #6f42c1;
    background: rgba(111, 66, 193, 0.08);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.step-flow-mini {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

.step-flow-mini i {
    color: #ccc;
    font-size: 10px;
}

.step-flow-mini span {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 2px 6px;
    border-radius: 4px;
}