/********** Template CSS **********/
body,h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family:Alibaba Sans,"Alibaba Sans","阿里巴巴普惠体","阿里巴巴普惠体 2.0",  "AlibabaPuHuiTi", sans-serif ;
}
:root {
    --primary: #FDA12B;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99; border: none;
    background:transparent url("../image/back-top.png") no-repeat center center;
    background-size: 100% 100%;
}
.back-to-top i{ display: none}
.back-to-top:hover {
    background: transparent url("../image/back-top-hove.png") no-repeat center center;
    background-size: 100% 100%;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: #1a1a1a !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.navbar-nav {

    justify-content: center;
    align-items: center;
}
.navbar .navbar-nav .nav-link {
    margin-left: 20px;
    padding: 21px 12px;
    color: #B3A36B !important;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    outline: none;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .nav-link.active {
    background-color: #A11F24;
}

/* Technical Service dropdown */
.navbar .dropdown-menu-tech {
    background: #A11F24;
    border: none;
    min-width: auto;
    padding: 10px 0;
    margin-top: 0;
    left: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.navbar .nav-item > .dropdown-menu-tech {
    position: absolute;
    width: calc(100% - 0px);
}

@media (min-width: 992px) {
    .navbar .nav-item:hover > .dropdown-menu-tech {
        display: block;
        top: 100%;
        opacity: 1;
        visibility: visible;
        animation: fadeInDown 0.25s ease;
    }
}

.navbar .dropdown-menu-tech .dropdown-item {
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    padding: 10px 0px; text-align: center;
    transition: all 0.2s ease;
}

.navbar .dropdown-menu-tech .dropdown-item:hover {
    background: rgba(255,255,255,0.12);
    color: #B3A36B;
    font-size: 13px;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.navbar .navbar-nav .lang-switch {
    border: 1.5px solid #B3A36B;
    border-radius: 18px;
    padding: 5px 16px !important;
    margin-left: 15px;
    font-size: 13px !important;
    color: #B3A36B !important;
    white-space: nowrap;
    line-height: 18px;
}
.dropdown-item-a{
    color: #B3A36B !important;
}
.navbar.scrolled .navbar-nav .nav-link,.navbar.scrolled .dropdown-item-a  {
    color: rgba(255, 255, 255, 0.85) !important;
}
.nav-link:hover .dropdown-item-a{
    color: #ffffff !important;
}
.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.navbar.scrolled .navbar-nav .lang-switch {
    border-color: rgba(255, 255, 255, 0.5);
}
.navbar.scrolled .navbar-nav .search {

}

.about-title-wrapper{
    text-align: center; position: absolute; left: 0px;
    width: 100%;
}
.about-title-wrapper .about-title-line{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.about--us-box .about-content{
    padding:30px 0 0 0px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0; left: auto;!important;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.breadcrumb.mb-4.pb-2{
    justify-content: center
}
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    /*background: rgba(0, 0, 0, .65);*/
    z-index: 1; text-align: center;
}
@media (min-width: 1068px) {
    .carousel-caption .text-uppercase{
        font-size: 1.6vw;
    }
    .carousel-caption h1{
        font-size: 2.8vw; font-family: Alibaba Sans Heavy;
    }
    .carousel-caption ol li{
        font-size: 1.1vw !important; font-weight: bold;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%; display: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}
#header-carousel .container{
    padding: 8% 0% 0 0;
}
#header-carousel .carousel-item {
    background-color: #2a0a0a;
}

#header-carousel .carousel-item img {
    opacity: 0;
    animation: bannerFadeIn 0.8s ease-in-out forwards;
}

@keyframes bannerFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}


.navbar-toggler{border: 1px solid #fff; padding: 15px 10px;}
.navbar-toggler-icon {
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    background-color: #fff !important;
    border-radius: 1px;
    background-image: none !important;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
.navbar-toggler-icon::before {
    top: -7px;
}
.navbar-toggler-icon::after {
    bottom: -7px;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../image/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
    background:  url(../image/home-form-bg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.navbar-brand.logo img {
    width: 150px;
}

/* Search Bar */
.search-bar {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(161, 31, 36, 0.5);
    padding: 12px 0;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.search-bar.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.search-bar-inner {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

.search-bar-inner .search-icon {
    color: #131313;
    font-size: 16px;
    flex-shrink: 0;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.search-bar-inner .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 6px;
    padding: 12px 40px 12px 62px;
    height: 48px;
    background-image: linear-gradient(#000000, #000000);
    background-size: 1px 20px;
    background-position: 46px center;
    background-repeat: no-repeat;
}

.search-bar-inner .search-input::placeholder {
    color: #999;
}

.search-bar-inner .search-close {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    flex-shrink: 0;
    transition: color 0.2s ease;
    line-height: 1;
}

.search-bar-inner .search-close:hover {
    color: rgba(255,255,255,0.8);
}

@media (max-width: 767.98px) {
    .search-bar-inner .search-close {
        right: 0;
        position: relative;
        margin-left: 10px;
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .search-bar {
        top: 56px;
        padding: 14px 16px;
    }
}

/* Contacts Section */
.contacts-section {
    background:#070802;
    background-size: cover;
    padding: 60px 0;
    color: #fff; position: relative;z-index: 6;
}

.contacts-title {
    text-align: center;
    margin-bottom: 50px;
}

.contacts-title span {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.contacts-title span::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #c92a2a;
    margin: 8px auto 0;
}

.contact-info {
    padding-top: 10px;
}

.company-name {
    font-size: 18px;
    font-weight: 700;
    color: #B3A36B;
    margin-bottom: 8px;
}

.company-slogan {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 30px;
    height: 30px;
    background: #B3A36B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-detail {
    display: flex;
    flex-direction: column;
}

.contact-detail strong {
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}

.contact-detail span {
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}
.wechat-icon{
    position: relative;
}
.wechat-icon .wx-icon-box {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 99999;
    padding: 10px 10px 0 0;
    display: none;
}
.wechat-icon:hover .wx-icon-box{
    display: block;
}
.wechat-icon .wx-icon-box  .box {
    background-color: #fff;
    border-radius: 6px;
    width: 130px;
    z-index: 99;
    text-align: center;
    padding: 6px 0;
    padding-bottom: 10px;
    box-shadow: 0 0 5px gray;
}
.wechat-icon .wx-icon-box  .box img {
    border-radius: 0px;
    border: 0px;
    width: 120px;
    height: 120px;
}
.wechat-icon .wx-icon-box .box p {
    font-size: 12px; margin-bottom: 0px; color: #13337B;
}

.social-icon:hover {
    background: #C4A86B;
    color: #fff;
}

.social-icon.rms-icon {
    width: auto;
    padding: 0 1px; background-color: transparent;

}
.social-icon.rms-icon img{ height: 28px; border-radius: 6px}

/* Inquiry Form */
.inquiry-form-wrapper {
    background: #303030;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 30px;
    margin-left: 60px;
}

.inquiry-title {
    font-size: 16px;
    font-weight: 700;
    color: #B3A36B;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #2E2624;
}

.form-input:focus,
.form-textarea:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(201,42,42,0.3);
}

.form-textarea {
    resize: none;
    min-height: 100px;
}

.btn-submit {
    width: 100%;
    padding: 10px 14px;
    background: #A11F24;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #B3A36B;
}

.btn-submit i {
    font-size: 14px;
}

/* Footer New */
.footer-new {
    background: #000;
    color: #fff;
    padding: 30px 0 20px;
}

.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo img {
    height: 30px !important;
}

.footer-logo span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-tagline {
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 0;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #C4A86B;
}

.nav-sep {
    color: #666;
    font-size: 10px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bottom span {
    font-size: 12px;
    color: #fff;
}

.legal-link {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: #C4A86B;
}

@media (max-width: 767px) {
    .footer-main {
        flex-direction: column;
        text-align: center;
    }

    .footer-nav {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .contacts-section .row {
        flex-direction: column;
    }

    .contact-info {
        margin-bottom: 30px;
    }
}

/*** Banner Buttons ***/
.banner-btns {
    margin-top: 50px;
}

.btn-explore-service {

    background: #C4A86B;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1vw;
    font-weight: 500;
    padding: 8px 28px !important;
    transition: all 0.3s ease; margin: 0 10px;
}

.btn-explore-service:hover {
    background: #ffffff;
    color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255,255,255,0.3);
}

.btn-explore-spare {
    background: #C4A86B;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 32px !important;
    transition: all 0.3s ease;
}

.btn-explore-spare:hover {
    background: #b89955;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(196,168,107,0.4);
}

/*** About Section ***/
.about--us-box{
    background: url("../image/about-bg.png") right center no-repeat;
    position: relative; padding: 50px 0; background-size: auto 100%;
}


.about--us-box .container-xxl{
padding-left: 0px; margin-left: 0px; padding-right: 0px; margin-right: 0px;
    margin: auto;
}
.about--us-box .col-lg-6{
    padding: 0px 0px;
}
.about-img-wrapper{
    margin-right: 20%;
}
.about-img-wrapper img {
    border-radius: 0px;
}

.about--us-badge-down{
    top:50%!important; right: -40px!important; transform: translateY(-60%)!important;
}
.about--us-badge{
    border-radius: 8px; margin-bottom: 19px;
}
.about--us-badge img{
    width: 40px; height: 40px;
}
.about--us-down img{
    width: 24px; margin-right: 22px;
}
.about--us-down{
    background: #EFEFEF; border-radius: 4px; font-size: 14px;
}
.about-badge-engineers {
    background: #A11F24 !important;
    z-index: 2;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.about-badge-engineers img{
    object-fit: contain; margin: 0 20px 0 0;
}
.about-badge-engineers small {
    font-size: 13px !important;
}
.home-play-icon{
    width: 42px; height: 42px; bottom: 16px; right: 16px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.7); color: #fff; font-size: 18px;
}
.about-play-btn {
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.about-play-btn:hover {
    /*background: #c92a2a;*/
    /*border-color: #c92a2a;*/
    transform: scale(1.1);
    text-decoration: none;
}

.about-feature-list li {
    font-size: 14px;
    color: #000000;
    line-height: 1.5; font-weight: bold;
}

.about-feature-list strong {
    color: #333;
}

.btn-brochure {
    transition: all 0.3s ease;
    text-decoration: none !important;
    background-color: #B3A36B;
    color: #fff!important;
    padding-top: 12px!important;
    padding-bottom:12px !important;
}
.btn-brochure img{ display: none;}
.btn-brochure img.default{ display: block;}

.btn-brochure:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    color:#000000!important;
    background-color: #FFFFFF;
}
.btn-brochure:hover img.default{ display: none;}
.btn-brochure:hover img.hover{ display: block;}


.btn-view-more {
    transition: all 0.3s ease;
    text-decoration: none;background: #A11F24; color: #fff; border-radius: 4px; font-size: 14px;
}

.btn-view-more:hover {
    background: #B3A36B !important;
    color: #fff !important;
}

/*** Global Stats Section ***/
.global-stats-section {
    background:  url(../image/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}
.global-stats-section .fw-bold{
    font-family: Alibaba Sans Heavy;
}
.global-scale-ands-strength{
    width: 80px; height: 5px; border-radius: 5px;    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    margin-top: 26px;
}
.countries-36{text-shadow: 0 2px 8px rgba(0,0,0,0.8);}

.global-stats-bar {
    box-shadow: 0 8px 30px rgba(0,0,0,0.25); border-radius: 6px!important;
}
.global-stats-bar .stat-number{
    font-size: 2rem; padding: 0rem 0px !important; font-weight: 200 !important;
}
.global-stats-bar{
    margin-bottom: -140px;position: relative;z-index: 2;
}
.countries-36{
    text-align: center; margin-top: 26px !important;
}
.countries-36 span{
    display: inline-block;
    background: url("../image/36-bg.png") no-repeat center center;
    background-size: 100% 100%; padding: 0 50px;
}

.global-stat-item {
    flex: 1;
    min-width: 150px;
    transition: transform 0.3s ease;
    display: flex!important;
    justify-content: center; align-content: center;
    padding: 3rem 1rem !important ; position: relative;
}
.global-stat-item:after {
    content: '';
    position: absolute; width: 1px; height: 45%; background: #C9CACA;
    top: 50%; transform: translateY(-50%); right: 0px;
}
.global-stat-item:nth-child(1):after{
    display: none;
}
.global-stat-item  .stat-number{
    font-family: "Anton", sans-serif !important;
}
.stat-value-row {
    display: inline-flex;
    align-items: baseline;
}
.stat-suffix-small {
    font-size: 1.2em;
    color: #c92a2a;
    font-weight: bold;
    line-height: 1;
}
.code-technical-services{
    background: url("../image/bg2.jpg") right bottom no-repeat;
    padding-top: 50px;
}
.code-technical-services .title-mondule{

}
.code-technical-services .container{
    background: url("../image/bg3.png") center 60px no-repeat; padding: 67px 46px 20px 0;
    background-size: 1000px auto; box-sizing: border-box;
}
.title-mondule {
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.title-mondule.a2 {padding-top: 100px}
.title-mondule span {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block; font-family: Alibaba Sans Heavy;
}

.title-mondule span::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #c92a2a;
    margin: 8px auto 0;
    border-radius: 2px;
}

.code-technical-services .content-box {
    position: relative;
    text-align: center;
}

.code-technical-services .img-bg{
    width: 100%;
    max-width: 900px;
}

/* Core Technical Services - New Layout */
.core-services-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 39px 0;
    position: relative;
}

.core-services-left,
.core-services-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 295px;
}

.core-services-left {
    align-items: flex-end; padding-right: 13px;
}
.core-services-left .service-tag:nth-child(1){
    position: relative;  right: -60px;
}
.core-services-left .service-tag:nth-child(3){
    position: relative;  left: -11px;
}
.core-services-left .service-tag:nth-child(4){
    position: relative;  right: -60px;
}

.core-services-right .service-tag:nth-child(2){
    position: relative;  left: 90px;
}
.core-services-right .service-tag:nth-child(3){
    position: relative;  left: 90px;
}
.core-services-right {
    align-items: flex-start;
}

.service-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 240px;
}

.service-tag:hover .tag-num {
    background: #B3A36B;
    color: #fff;

}

.service-tag:hover .tag-text {
    color: #B3A36B;
}

.service-tag:hover .tag-text::after {
    background: #B3A36B;
}

.tag-num {
    width: 28px;
    height: 28px;
    background: #A11F24;
    color: #fff;    font-family: "Anton", sans-serif !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.tag-text {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    padding-bottom: 6px;
}

.tag-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 1px;
    background: #ccc;
    transition: all 0.3s ease;
}

/* Center Image */
.core-services-center {
    flex: 0 0 328px;
    height: 320px;
    position: relative;
}

.center-image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 10px rgba(0,0,0,0.05);
}
.center-image-wrapper .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 210px; z-index: 9;

}
.center-image-wrapper .icon img{ width: 100%}

.center-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.center-img.active {
    opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .core-services-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .core-services-left,
    .core-services-right {
        flex: none;
        width: 100%;
        align-items: center;
    }

    .core-services-left .service-tag:hover,
    .core-services-right .service-tag:hover {
        transform: translateY(-3px);
    }

    @media (min-width: 992px) {
        .core-services-left .service-tag:hover {
            transform: translateX(-5px);
        }

        .core-services-right .service-tag:hover {
            transform: translateX(5px);
        }
    }

    .core-services-center {
        flex: none;
        width: 280px;
        height: 280px;
        order: -1;
    }
}

@media (max-width: 575px) {
    .service-tag {
        min-width: auto;
        width: 100%;
    }

    .core-services-center {
        width: 240px;
        height: 240px;
    }
}

.global-stat-item:hover {
    /*transform: translateY(-3px);*/
}

.global-stat-highlight {
    background: #A11F24;
}

.global-stat-highlight .stat-label {
    font-size: 13px;
    opacity: 0.95;
}

.global-stat-item .stat-label {
    font-size: 12px;
    opacity: 0.9;
}

@media (max-width: 767.98px) {
    .global-stat-item {
        min-width: 50% !important;
        border-bottom: 1px solid #eee;
    }
    .global-stat-item:nth-child(2) {
        border-right: none;
    }
    .global-stat-item:nth-child(3),
    .global-stat-item:nth-child(4),
    .global-stat-item:nth-child(5) {
        border-bottom: none;
    }
    .global-stat-item:nth-child(4) {
        border-right: 1px solid #eee;
    }
    .global-stat-item:nth-child(5) {
        border-bottom: none;
    }
}

@media (max-width: 575.98px) {
    .global-stat-item:nth-child(3) {
        border-bottom: 1px solid #eee;
    }
    .global-stat-item:nth-child(4) {
        border-bottom: 1px solid #eee;
    }
}

/* Spare Parts Introduction Box */
.spare-parts-introduction-box {
    background: #A11F24;
    padding: 50px 60px;
}

.spi-inner {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.spi-left {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    padding-right: 30px;
    border-right: 1px solid #fff;
}

.spi-title {
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    white-space: nowrap; font-family: "Anton", sans-serif;
    font-weight: 300;
}

.spi-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;align-items: flex-end;
    position: relative; flex-direction: row
}

.spi-desc {
    font-size: 13px;
    color: #F1F1F1;
    line-height: 1.3;
    margin: 0 0 0px 0; flex: 1; padding-right: 16%;
}

.spi-btn {
    transition: all 0.3s ease;
   border: 1px solid #fff;
    border-radius: 50px; display: inline-block;
    padding: 2px; height: 56px;
}
.spi-btn div{
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 8px 8px 8px 18px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #A11F24;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;

}

.spi-btn:hover {
    background: rgba(255,255,255,0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.spi-btn:hover  div{ color: #B3A36B}

.spi-btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #A11F24;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.spi-btn-icon i {
    font-size: 16px;
    margin-left: 1px;
}

.spi-btn:hover .spi-btn-icon {
    background: #B3A36B;
}
.updates-cases-box{
    background: url("../image/updates-cases-bg.jpg") no-repeat center 0px;
    padding: 50px 0;
}
.updates-cases-box .container{
    background: url("../image/bg4.png") no-repeat center 0px; background-size: 70% auto;
    padding: 20px 0 0 0;
}
.title-mondule.black span::after{
    background: #000000;
}

@media (max-width: 991.98px) {
    .spare-parts-introduction-box {
        padding: 36px 24px;
    }

    .spi-inner {
        flex-direction: column;
        gap: 24px;
    }

    .spi-left {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }

    .spi-title {
        white-space: normal;
        font-size: 24px;
    }

    .spi-desc {
        font-size: 12.5px;
    }

    .spi-btn {
        align-self: flex-start;
    }
}

/* Updates & Cases Swiper */


.updates-cases-box .title-mondule.black span::after {
    background: #8B1E1E;
}

/* Timeline Header */
.updates-cases-swiper {
    position: relative;
    padding-top: 50px;
}

.uc-timeline-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.uc-timeline-line {
    flex: 1;
    height: 2px;
    background: #c92a2a;
    margin: 0 -15px;
    z-index: 0;
}

.uc-timeline-item-box{
    padding-bottom: 15px;
}
.uc-timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    min-width: 80px;
}


.uc-timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #c92a2a;
    background: #f5f2ed;
    transition: all 0.3s ease; position:relative; z-index: 999;
}

.dd.active .uc-timeline-dot {
    background: #c92a2a;
    margin-bottom: 6px;
    transition: all 0.3s ease; position: relative; z-index: 1111;
}



.uc-timeline-date {
    font-size: 13px;

    color: #333;
    white-space: nowrap;
}

/* Card Items Row */
.updates-cases-item {
    display: flex;
    padding: 0 20px; position: relative;
}
.updates-cases-item:after{
    content: '';background: #CCCCCC;
    position: absolute;
    width: calc(100% - 60px);
    height: 2px;
    left: 30px; top: 5px; z-index: 0;
}
.uc-timeline-item .line{
    background: #CCCCCC; position:absolute;  width: 100%; height: 2px;
    left: 0px;top: 5px;z-index: 1;
}
.updates-cases-item dd {
    flex: 1;
    list-style: none; overflow: hidden;
    margin: 0;padding: 0 15px; box-sizing: border-box;
}
.updates-cases-item dd.active .uc-timeline-item .line {
    background: #C11B0D;
}

.updates-cases-item dd.active .uc-text{
    background: #A11F24;
}
.updates-cases-item dd.active .uc-text p,.updates-cases-item dd.active .uc-text div{ color: #fff}
.uc-title {
    text-align: center;
    margin-bottom: 16px;
    display: none;
}

.uc-title h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

/* Card */
.uc-content {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column; border-radius: 6px; overflow: hidden;
}

.dd:first-child .uc-content,
.dd.active .uc-content {
    background: #8B1E1E;
}

.uc-content img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.uc-text {
    padding: 18px 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column; min-height: 112px; box-sizing: border-box;
    justify-content: flex-start;
}

.dd:first-child .uc-text p,
.dd.active .uc-text p {
    color: #fff !important;
}
.dd:first-child .uc-text div,
.dd.active .uc-text div {
    color: rgba(255,255,255,0.85) !important;
}

.uc-text p {
    font-size: 17px;
    font-weight: normal;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.uc-text div {
    font-size: 13px;
    color: #666;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Navigation Arrows */
.banner-prev,
.banner-next {
    width: 44px;
    height: 60px;
    background: transparent;
    border: none;
    top: calc(50% + 60px);
    transform: translateY(-50%);
    transition: all 0.3s ease; display: flex; justify-content: center;
    align-items: center;
}

.banner-prev { left: -12px !important; }
.banner-next { right: -12px!important; }

.banner-prev:hover,
.banner-next:hover {
    opacity: 0.6;
}

.banner-prev::after,
.banner-next::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    margin: 0 auto;
}

.banner-prev::after {
    transform: translate(3px, 0) rotate(-135deg);
}

.banner-next::after {
    transform: translate(-3px, 0) rotate(45deg);
}

.banner-prev:hover::after,
.banner-next:hover::after {
    border-color: #333;
}

/* View More Button */
.uc-more-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px; padding-right: 32px;
}

.uc-view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: #8B1E1E;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.uc-view-more-btn span {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.uc-view-more-btn:hover {
    background: #6b1515;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(139,30,30,0.3);
}

.uc-view-more-btn:hover span {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1250px) {
    .navbar .navbar-nav .nav-link{
        font-size: 14px !important; margin-left: 0px;
    }
}
@media (max-width: 1199.98px) {
    .uc-content img {
        height: 180px;
    }

    .banner-prev { left: 0; }
    .banner-next { right: 0; }
}

@media (max-width: 991.98px) {
    .updates-cases-box {
        padding: 36px 0 50px;
    }



    .uc-content img {
        height: 160px;
    }

    .uc-text {
        padding: 14px 16px 18px;
    }
}

@media (max-width: 767.98px) {
    .updates-cases-item {
        flex-direction: column;
    }

    .uc-content img {
        height: 200px;
    }

    .uc-timeline-date {
        font-size: 11px;
    }

    .banner-prev,
    .banner-next {
        width: 36px;
        height: 44px;
    }

    .banner-prev::after,
    .banner-next::after {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 992px) {
    .navbar{
        background: rgba(19, 51, 89, 1) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
}


.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    background-color: transparent; box-shadow: none;border:none;
}

@media (max-width: 980px) {

}