
@import url(https://at.alicdn.com/t/c/font_4309255_f0wabs9lohj.css);
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;

    background-size:cover;
    min-height: 100vh;
    position: relative;
    color: #1c1c1c;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    
    z-index: -1;
}



.trending-cards .card:hover {
    transform: translateY(-5px);
}

.card-blue { background: linear-gradient(135deg, #4A90E2, #357ABD); }
.card-yellow { background: linear-gradient(135deg, #F5A623, #E68900); }
.card-red { background: linear-gradient(135deg, #D0021B, #B71C1C); }

.service-item {
    background: #a3e3f9;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.service-item:hover {

    transform: translateX(10px);
}
.service-item h5{
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    height: 53px;
    /* overflow: hidden; */
    margin-bottom: 0px;
    padding-right: 93px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial; */
}
.service-item h5 i{position: absolute;right: 0px;top: 0px;height: 93px;background-color: #8fcfef;width: 82px;align-items: center;text-align: center;line-height: 93px;font-size: 28px;color: #fff;}

.service-item .collapse{

padding-top: 40px;
}
.service-item.active .collapse{
    display: block;
}
.service-item .collapse p{

font-size: 18px;

color: #1c1c1c;

display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 3;

overflow: hidden;

text-overflow: ellipsis;

white-space: inherit;
}
.service-item .collapse a{
    
text-align: right;
    
display: block;
    
color: #216cd5;
    
font-size: 20px;
    
font-weight: bold;
    
direction: rtl;
}
.service-item .collapse a i{/* display: block; */transform: rotate(180deg);width: 10px;margin-top: -21px;}
.service-item.active h5 i.zhankai,
.service-item  h5 i.zhankai1{
display: none;
}
.service-item+.service-item {
    margin-top: 20px;
}
.service-item.active h5 i.zhankai1,
.service-item h5 i.zhankai{
    display: block;
}
.service-item.active h5 i.zhankai1{
    color: #fff;
}
.service-item h5 i.zhankai::before{
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/zhankai.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 30px;
    left: 30px;
}






.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #87CEEB;
}

.swiper {
    width: 100%;
    height: 100%;
}


.footer-menu ul.navbar-nav{
    flex-direction: inherit;
}
.align-items-center .logo img{
    height: 37px;
    width: auto;
}
.banner{

}
.banner img{
    width: 100%;
    display: block;
    margin: 0px auto;
}

.service-tepan{
    display: none;
    padding: 15px;
    background-color: #216cd5;
    border-radius: 15px;
    margin-left: 20px;
    position: relative;
}
.service-tepan::before{
    content: '';
    border-right: 28px #216cd5 solid;
    border-bottom: 15px transparent solid;
    border-top: 15px transparent solid;
    position: absolute;
    left: -27px;
    top: 30px;
}
#service2::before{
    top:140px
}
#service3::before{
    top:250px
}
.service-tepan img{
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}
.service-tepan.active{
    display: block;
}
.p-4{

height: 100%;
}
.p-4 span{
    
color: #222223;
    
font-size: 20px;
    
display: block;
    
text-align: right;
}
.p-4 span small{
    
margin-left: 30px;
    
color: #777;
}
.p-4 h3{
    
font-size: 28px;
    
font-weight: 900;
    
margin-top: 15px;
}
.p-4 p{
    
font-size: 20px;
    
margin-top: 20px;
}
.main-feature .owl-carousel .owl-item img{
    height: 580px;
    object-fit: cover;
    border-radius: 10px;
}
.main-feature .owl-carousel .owl-dots{
    right: 0px;
    width: 31.33%;
    display: flex;
}
.main-feature .owl-carousel .owl-dots::before{
    content: '';
    width: 100%;
    height: 1.5px;
    background-color: #000;
    position: absolute;
    bottom: 9px;
}
.main-feature .owl-carousel .owl-dots .owl-dot{
    flex: 1;
    background: none;
    border: none;
    text-align: center;
}
.main-feature .owl-carousel .owl-dots .owl-dot span{
    margin: 0px auto;
    background-color: #565658;
    border: 2px #fff solid;
    width: 13px;
    height: 13px;
}
.main-feature .owl-carousel .owl-dots .owl-dot.active span{
    width: 18px;
    height: 18px;
    background-color: #222223;
}


.indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: white;
    transform: scale(1.2);
}



.Track-setting .col-md-4{
    float: right;

}
.section-title {
    
text-align: center;
    
margin: 50px 30px;
}
.section-title img{

height: 80px;

width: auto;
}
.section1{
    background: url(../img/section1-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.section2{
    background: url(../img/section2-bg.png) no-repeat;
    background-size: 100% auto;
    background-position-y: top;
    background-color: #9dd5ff;
    padding-bottom: 50px;
    padding-top: 20px;
}
.CIIE-Numbers-owl .swiper-button-next,
.CIIE-Numbers-owl .swiper-button-prev{

width: 50px;

height: 50px;

border: 3px #0b2fcb solid;

border-radius: 100%;

display: flex;

align-items: center;

justify-content: center;

color: #0b2fcb;

position: absolute;

top: 40%;

background: none;

text-align: center;
}
.CIIE-Numbers-owl .swiper-button-next{
    
right: 0px;
}
.CIIE-Numbers-owl .swiper-button-prev{

left: 0px;
}
.CIIE-Numbers-owl .swiper-button-next i,
.CIIE-Numbers-owl .swiper-button-prev i{

font-size: 24px;
}
.CIIE-Numbers-owl{
    position: relative;
    padding: 0px 10%;
}
.highlights-list{

margin: -20px;
}
.highlights-list li{

width: 33.33%;

float: left;

padding: 20px 20px;
}
.highlights-list li a{

display: block;

position: relative;
}
.highlights-list li a img{

}
.highlights-list li a p{
    
position: absolute;
    
font-size: 25px;
    
font-weight: bold;
    
color: #383a43;
    
width: 57%;
    
right: 0px;
    
top: 0px;
    
height: 100%;
    
display: flex;
    
align-items: center;
    
padding-right: 21px;
}
.highlights-list li a span{

display: contents;
}
.highlights-list li:nth-child(1) a span{

color: #0433aa;
}
.highlights-list li:nth-child(2) a span{
    
color: #b05b01;
}
.highlights-list li:nth-child(3) a span{
    
color: #007a5f;
}
.highlights-list li:nth-child(4) a span{
    
color: #db0b15;
}
.highlights-list li:nth-child(5) a span{
    
color: #0043cc;
}
.highlights-list li:nth-child(6) a span{
    
color: #069b35;
}
.highlights-list li:nth-child(7) a span{
    
color: #e29001;
}
















.districts-wrapper {
    display: block;
 
    
    /* Added transform-style for 3D children */
    position: relative;
}

.district-item {
    /* gap: 12px; */
    animation: fadeInSlide 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    /* Added 3D transforms for tilted diagonal effect */
    transform: rotateY(-8deg) rotateX(3deg);
    transform-style: preserve-3d;
    margin-bottom: -30px;
    display: block;
    width: 215px;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: rotateY(-8deg) rotateX(3deg) translateX(-30px);
    }
    to {
        opacity: 1;
        transform: rotateY(-8deg) rotateX(3deg) translateX(0);
    }
}

/* Adjusted positioning for diagonal cascade */
.district-item:nth-child(1) {animation-delay: 0.8s;margin-left: 31%;z-index: 0;}
.district-item:nth-child(2) {animation-delay: 0.75s;margin-left: 24%;z-index: 1;margin-top: -135px;}
.district-item:nth-child(3) {animation-delay: 0.7s;margin-left: 17%;z-index: 2;margin-top: -135px;position: relative;}
.district-item:nth-child(4) {animation-delay: 0.65s;margin-left: 10%;z-index: 3;margin-top: -135px;}
.district-item:nth-child(5) {animation-delay: 0.6s;margin-left: 6%;z-index: 4;margin-top: -135px;}
.district-item:nth-child(6) {animation-delay: 0.55s;margin-left: 13%;z-index: 5;margin-top: -135px;}
.district-item:nth-child(7) {animation-delay: 0.5s;margin-left: 18%;z-index: 6;margin-top: -135px;}
.district-item:nth-child(8) {animation-delay: 0.45s;margin-left: 23%;z-index: 7;margin-top: -135px;}
.district-item:nth-child(9) {animation-delay: 0.4s;z-index: 8;margin-left: 28%;margin-top: -135px;}
.district-item:nth-child(10) {animation-delay: 0.35s;z-index: 9;margin-left: 34%;margin-top: -135px;}
.district-item:nth-child(11) {animation-delay: 0.3s;z-index: 10;margin-left: 40%;margin-top: -135px;}
.district-item:nth-child(12) {animation-delay: 0.25s;z-index: 11;margin-left: 47%;margin-top: -135px;}
.district-item:nth-child(13) {animation-delay: 0.2s;z-index: 12;margin-left: 54%;margin-top: -135px;}
.district-item:nth-child(14) {animation-delay: 0.15s;z-index: 13;margin-left: 61%;margin-top: -135px;}
.district-item:nth-child(15) {animation-delay: 0.1s;margin-left: 580px;z-index: 14;margin-left: 69%;margin-top: -135px;}
.district-item:nth-child(16) {animation-delay: 0.05s;z-index: 15;margin-left: 76%;margin-top: -135px;}

.district-image {
    /* Increased size and added stronger shadow */
    width: 200px;
    height: 180px;
    border-radius: 6px;
    transition:all 0.3s;
    /* object-fit: cover; */
    /* box-shadow: -2px 4px 16px rgba(0,0,0,0.25), 0 2px 8px rgba(0,0,0,0.15); */
    /* flex-shrink: 0; */
    /* border: 2px solid rgba(255,255,255,0.5); */
}

.district-label {
    background: white;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #2c3e50;
    box-shadow: -1px 3px 10px rgba(0,0,0,0.15);
    white-space: nowrap;
    flex-shrink: 0;
}

/* Redesigned location pin to match image style */
.location-pin {
    width: 28px;
    height: 38px;
    flex-shrink: 0;
    /* display: none; */
    position: absolute;
    left: 187px;
    top: -7px;
    transition: all 0.3s;
}

.location-pin::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e53935;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 3px 8px rgba(229,57,53,0.4);
    top: 0;
    left: 0;
}

.location-pin::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    top: 7px;
    left: 7px;
}
.section3{
    background: url(../img/section3-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 20px;
    background-color: #d3f1f0;
    background-position-x: left;
    position: relative;
}

.district-item:nth-child(1) .location-pin,
.district-item:nth-child(2) .location-pin,
.district-item:nth-child(3) .location-pin,
.district-item:nth-child(4) .location-pin,
.district-item:nth-child(5) .location-pin{
    
left: 200px;
    
top: 26px;
}
.district-item:hover{
    z-index: 999;
}
.district-item:hover img{
    transform: scale(1.3);
}

.district-item:hover .location-pin{
    left: 218px;
    top: -31px;
}