/********** Template CSS **********/
: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% auto;
}
.back-to-top i{ display: none}
.back-to-top:hover{
    background-color: transparent !important;
}


/*** 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: rgba(19, 51, 89, 1) !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:0px 26px;
    padding: 21px 0px;
    color: #fff !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 {

}

/* 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{
    display: inline-block; position: relative;
}
.about-title-wrapper h2 {
    font-size: 36px;
    color: #0a2d5a;
    letter-spacing: 1px;
}
.about-title-wrapper .about-title-line{
    position: absolute;
    left: 0%;
    width: 50px;
    height: 3px;
    background: #0a2d5a;
    border-radius: 2px;
}
.about--us-box .about-content-wrap{
    padding: 40px 0;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 0px;
}

@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;
    }

    .navbar-tools {
        margin-left: 0;
        margin-top: 15px;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.15);
        padding-top: 15px;
        justify-content: center;
    }

    .products-dropdown-menu {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: rgba(19, 51, 89, 0.95);
        min-width: 100%;
        border-radius: 0px;
        display: none;
        box-shadow: none;
        top: auto !important;
    }

    .products-dropdown.show .products-dropdown-menu,
    .products-dropdown .dropdown-toggle[aria-expanded="true"] + .products-dropdown-menu {
        display: block;
    }
}

@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;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.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% 10% 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;
    }
}

.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: 320px;
}

/* Logo Text */
.navbar-brand.logo .logo-text {
    font-size: 13px;
    color: #B3A36B;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-left: 10px;
    white-space: nowrap;
}

.navbar.scrolled .navbar-brand.logo .logo-text {
    color: rgba(255,255,255,0.85);
}

/* Nav Link Active Underline */
.navbar .navbar-nav .nav-link {
    position: relative;
}

.navbar .navbar-nav .nav-link.active::after,.navbar .navbar-nav .nav-link:hover::after  {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 2px !important;
    background: #fff;
    border-radius: 1px;
}


/* Lang Switch - pill style */
.navbar .navbar-nav .lang-switch {
    border: 1.5px solid #B3A36B;
    border-radius: 20px;
    padding: 5px 18px !important;
    margin-left: 15px;
    margin-right: 0 !important;
    font-size: 13px !important;
    color: #B3A36B !important;
    white-space: nowrap;
    line-height: 18px;
}

/* ========== Header Swiper ========== */

/* Navbar Tools - EN & Search */
.navbar-tools {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 24px;
    padding-left: 24px;
}

.nav-tool-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
    background: transparent;
}

.nav-tool-btn.lang-switch {
    border: 1.5px solid #5A85B9 !important;
    border-radius: 20px;
    font-size: 13px !important;
    color: #fff !important;
    white-space: nowrap;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.3px; width: 32px; height: 32px;
}

.nav-tool-btn.lang-switch:hover {
    background: rgba(179,163,107,0.15) !important;
}

.nav-tool-btn.search {
    width: 32px;
    height: 32px;
    border: 1.5px solid #5A85B9 !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 15px;
}

.nav-tool-btn.search:hover {
    background: rgba(179,163,107,0.15) !important;
}

/* Products Dropdown */
.products-dropdown {
    position: relative;
}

.products-dropdown .dropdown-toggle::after {
    display: inline-block;
    vertical-align: middle;
    content: "";


    border-bottom: 0;
    border-left: 4px solid transparent;
}

.products-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 260px;
    padding: 8px 0;
    margin-top: 0;
    background: #005D9E;
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 0px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    display: block !important;
}

.products-dropdown:hover .products-dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: calc(100% + 6px) !important;
    padding: 10px;
}

.products-dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 28px;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.products-dropdown-menu .dropdown-item strong {
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.products-dropdown-menu .dropdown-item:hover,
.products-dropdown-menu .dropdown-item.active {
    background: rgba(255,255,255,0.95);
    color: #0a2d5a;
}

.navbar.scrolled .products-dropdown-menu {
    background: rgba(19, 51, 89, 0.98);
}

.navbar.scrolled .navbar-tools {
    border-left-color: rgba(255,255,255,0.25);
}

.navbar.scrolled .nav-tool-btn.lang-switch,
.navbar.scrolled .nav-tool-btn.search {
    border-color: rgba(255,255,255,0.55);
    color: rgba(255,255,255,0.85) !important;
}

.header-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.header-swiper .swiper-slide-img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.swiper-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%);
}

.swiper-caption h1 {
    font-size: clamp(12px, 4vw, 42px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.banner-subtitle {
    font-size: clamp(14px, 1.5vw, 18px);
    color: rgba(255,255,255,0.85) !important;

    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Header Swiper Navigation Arrows */
.header-swiper-prev,
.header-swiper-next {
    width: 44px !important;
    height: 60px !important;
    background: transparent !important;
    border: none !important;
    top: 50% !important;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
}

.header-swiper-prev { left: 30px !important; }
.header-swiper-next { right: 30px !important; }

.header-swiper-prev::after,
.header-swiper-next::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid rgba(255,255,255,0.7);
    border-right: 2px solid rgba(255,255,255,0.7);
    margin: 0 auto;
    font-size: 0;
}

.header-swiper-prev::after {
    transform: translate(3px, 0) rotate(-135deg);
}

.header-swiper-next::after {
    transform: translate(-3px, 0) rotate(45deg);
}

.header-swiper-prev:hover::after,
.header-swiper-next::after {
    border-color: #fff;
}

.header-swiper-next:hover::after {
    border-color: #fff;
}

/* Header Swiper Pagination */
.header-swiper-pagination {
    bottom: 30px !important;
    z-index: 10;
}

.header-swiper-pagination .swiper-pagination-bullet {
    width: 21px !important;
    height: 21px !important;
    background: rgba(10, 35, 70, 0.7) !important;
    opacity: 1 !important;
    margin: 0 8px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
    position: relative;
}

.header-swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.header-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
}

.header-swiper-pagination .swiper-pagination-bullet-active::after {
    background: rgba(10, 35, 70, 0.85);
}

@media (max-width: 768px) {
    .header-swiper .swiper-slide-img {
        height: 70vh;
        min-height: 450px;
    }

    .swiper-caption h1 {
        font-size: 24px;
    }

    .banner-subtitle {
        font-size: 13px;
    }

    .header-swiper-prev { left: 10px !important; }
    .header-swiper-next { right: 10px !important; }

    .header-swiper-prev,
    .header-swiper-next {
        width: 32px !important;
        height: 44px !important;
    }

    .navbar-brand.logo .logo-text {
        font-size: 11px;
    }
}
.navbar-toggler{background-color: #0b1119}
/* Search Bar */
.search-bar {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 1050;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease; text-align: right; box-sizing: border-box;
    padding: 20px 10px 20px 0 ;
}

.search-bar.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.search-bar .container {
    max-width: 660px; display: inline-block;
}

.search-bar-inner {
    display: flex;
    align-items: center;
    gap: 18px;
}

.search-box {
    display: flex;
    align-items: center;
    flex: 1;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 50px;
}

.search-bar-inner .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 100%;
    flex-shrink: 0;
    background: #1a6b9a;
    color: #fff;
    font-size: 18px;
}

.search-bar-inner .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    color: #1a6b9a;
    background: transparent;
    padding: 0 16px;
    height: 100%;
}

.search-bar-inner .search-input::placeholder {
    color: #1a6b9a;
    opacity: 0.8;
}

.search-bar-inner .search-close {
    color: rgba(255,255,255,0.7);
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar-inner .search-close:hover {
    color: #fff;
}

@media (max-width: 767.98px) {
    .search-bar-inner {
        gap: 12px;
    }

    .search-box {
        height: 44px;
    }
}

@media (max-width: 991.98px) {
    .search-bar {
        top: 56px;
        padding: 14px 16px;
    }
}

/* Contacts Section */
.contacts-section {
    background: url(../image/home-form-bg.jpg) center 0px no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}

.contacts-title {
    text-align: center;
    margin-bottom: 40px;
}

.contacts-title span {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}

.contact-layout {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.contact-left {
    flex: 0 0 480px;
    padding-top: 10px;
}

.company-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.3;
}

.company-slogan {
    font-size: 13px;
    color: #fff;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.contact-icon {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}
.contact-icon  img{
    width: 100%
}
.contact-icon  img.address{width: 20px;}
.contact-detail span {
    color: #fff;
    font-size: 13px;
}

/* Inquiry Form */
.contact-center {
    flex: 1;
}

.inquiry-form {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.form-left {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-right {
    flex: 1;
    display: flex;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 2px;
    background: rgba(255,255,255,0.75);
    color: #333;
    font-size: 13px;
    outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #1c1c1c;
}

.form-textarea {
    resize: none;
    flex: 1;
}

.btn-send {
    flex: 0 0 100px;
    background: #045895;
    color: #fff;
    border: none;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-send img{
    width: 32px; margin-bottom: 5px;
}

.btn-send:hover {
    /*background: #3a8bc0;*/
}

.btn-send i {
    font-size: 28px;
}

@media (max-width: 991.98px) {
    .contact-layout {
        flex-direction: column;
        gap: 30px;
    }

    .contact-left {
        flex: none;
        width: 100%;
    }

    .inquiry-form {
        flex-wrap: wrap;
    }

    .form-left {
        flex: 1 1 200px;
    }

    .form-right {
        flex: 1 1 200px;
    }

    .btn-send {
        flex: 1 1 100%;
        flex-direction: row;
        padding: 14px;
    }
}

@media (max-width: 575.98px) {
    .inquiry-form {
        flex-direction: column;
    }

    .form-left,
    .form-right {
        flex: none;
        width: 100%;
    }

    .btn-send {
        flex: none;
        width: 100%;
    }
}

/* Footer New */
.footer-new {
    background: #0a2540;
    color: #fff;
    padding: 36px 0 32px;
}

.footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 0;
    border-bottom: none;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-brand {
    flex: 1;
    min-width: 280px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo img {
    height: 42px;
}

.footer-logo span {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
}

.footer-tagline {
    font-size: 14px;
    color: #4CA2E6;
    margin-top: 18px;
    margin-bottom: 6px;
}

.footer-tagline a {
    color: #4CA2E6;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-tagline a:hover {
    color: #fff;
}

.footer-copyright {
    font-size: 12px;
    color: #4CA2E6;
    margin-top: 4px;
    margin-bottom: 0;
}
.footer-copyright a{ color: #4CA2E6}
.footer-copyright a:hover{ color: #fff}
/* Quick Links */
.footer-quick-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 50%; padding: 20px 0 0 0;
}

.quick-links-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    width: 100%;
}

.quick-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 12px;
}

.quick-links-list a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.quick-links-list a:hover {
    color: #C4A86B;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #fff;
}

.nav-sep {
    color: #666;
    font-size: 10px;
}

@media (max-width: 767px) {
    .footer-main {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-quick-links {
        align-items: center;
        min-width: auto;
        width: 100%;
    }

    .quick-links-list {
        justify-content: center;
    }
}

/*** Banner Buttons ***/
.banner-btns {
    margin-top: 50px;
}

.btn-explore-service {
    background: transparent;
    color: #fff;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 32px !important;
    border: 1px solid #fff;
    transition: all 0.3s ease; margin: 0 30px;
}

.btn-explore-service:hover {
    background: #fff;
    color: #000000;
    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);
}

.our-brands-box{
    background: url("../image/BRANDSOUR-bg.jpg") center top no-repeat;
    background-size: cover;
    overflow: hidden; position: relative;
}
.brands-title-wrapper h2 {
    font-size: 36px;
    color: #0a2d5a;
    letter-spacing: 1px;
}
.brands-title-line {
    width: 50px;
    height: 3px;
    background: #0a2d5a;
    border-radius: 2px;
}
.product-classification-box{
    background: url("../image/product-bg.jpg") center top no-repeat;
    background-size: cover;
    overflow: hidden; position: relative;
}
.certificate-box{
    background: url("../image/zs-bg.png") left top no-repeat;
    background-size: auto 100%;
    overflow: hidden; position: relative;
}
.news-box{
    background: url("../image/bg5.jpg") left top no-repeat;
    background-size: 100% 100%;
    overflow: hidden; position: relative;
    padding: 60px 0;
}

/* News Section */
.news-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}

.news-header-left {
    display: flex;
    flex-direction: column;
}

.news-subtitle {
    font-size: 14px;
    color: #567FB0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.news-title {
    font-size: 36px;
    font-weight: 700;
    color: #033353;
    margin: 0;
    line-height: 1.2;
}

.news-title-line {
    display: block;
    width: 50px;
    height: 3px;
    background: #0a2d5a;
    border-radius: 2px;
    margin-top: 10px;
}

.news-view-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: #005D9E;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.news-view-more:hover {
    background: #3a8bc0;
    color: #fff;
}

.news-view-more i {
    font-size: 12px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.news-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 21px rgba(110,157,196,0.56);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.news-img-wrap {
    position: relative;
}

.news-img-wrap img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px 4px 0 0;
    transition: transform 0.4s ease;
}

.news-card:hover .news-img-wrap img {

}

.news-body {
    padding: 36px 20px 24px;
    position: relative;
}

.news-date {
    position: absolute;
    bottom: 0px;
    left: -7px;
    display: inline-block;
    background: #4A9FD4;
    color: #fff;
    padding: 8px 16px;
    text-align: center;
    line-height: 1.1;
    z-index: 2;
}

.news-date::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 0;transform: rotate(180deg);
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent transparent #357ab8;
}

.news-date-day {
    display: block;
    font-size: 26px;
    font-weight: 700;
}

.news-date-month {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 2px;
}

.news-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.4;
}

.news-card-desc {
    font-size: 13px;
    color: #70767A;
    line-height: 1.7;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    border: 1px solid #567FB0;
    color: #567FB0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.news-read-more:hover {
    background: #0a2d5a;
    color: #fff;
}

.news-read-more i {
    font-size: 11px;
}

@media (max-width: 991.98px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/* Certificate Section */
.certificate-inner {
    display: flex;
    align-items: stretch;
    min-height: 520px;
}

.certificate-left {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
    position: relative;
}

.certificate-swiper {
    width: 400px;
    max-width: 100%;
}

.cert-frame {
    background: #0a2d5a;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.cert-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    background: #fff;
}

.cert-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    margin-top: 20px;
}

.cert-prev,
.cert-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #c9a96e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.cert-prev:hover,
.cert-next:hover {
    background: #b89955;
}

.cert-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 10px 28px;
    border: 1.5px solid #0a2d5a;
    color: #0a2d5a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cert-download-btn:hover {
    background: #0a2d5a;
    color: #fff;
}

.cert-download-btn i {
    font-size: 13px;
}

.certificate-right {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-right-img {
    width: 80%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .certificate-inner {
        flex-direction: column;
    }

    .certificate-left,
    .certificate-right {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .certificate-left {
        padding: 40px 20px;
    }

    .cert-nav {
        gap: 120px;
    }
}

/* Product Classification */
.pc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-top: 60px;
}

.pc-title {
    font-size: 36px;
    font-weight: 700;
    color: #4A9FD4;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0; color: #4CA2E6;
}
.pc-title  span{ color: #fff}

.pc-view-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: #4A9FD4;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pc-view-more:hover {
    background: #3a8bc0;
    color: #fff;
}

.pc-view-more i {
    font-size: 12px;
}

.pc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-bottom: 60px;
}

.pc-card {
    overflow: hidden; cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.pc-card:hover .pc-icon{
    display: block;
}

.pc-card-img {
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center; margin-bottom: 6px;

}

.pc-card-img img {
    max-width: 100%;

    object-fit: contain;
}

.pc-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #4A9FD4;
    font-size: 20px;display: none;
}
.pc-icon img{
    width: 32px;
}

.pc-card-label {
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ffff;
}

@media (max-width: 991.98px) {
    .pc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .pc-grid {
        grid-template-columns: 1fr;
    }

    .pc-header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

/*** About Section ***/
.about--us-box{
    background: url("../image/about-bg.jpg") center bottom no-repeat;
    background-size: cover;
    overflow: hidden; position: relative;
}

.about--us-box .about-content-wrap {
    padding: 40px 0;
}

.about-left-content {
    padding-right: 30px;
}

.about-desc {
    margin-bottom: 30px;
    color: #555 !important;
    font-size: 14px;
    line-height: 1.9;
}

/* Feature Grid */
.about-feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin-bottom: 10px;
}

.af-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 150px;
    transition: transform 0.3s ease;
}

.af-item:hover {
    transform: translateY(-3px);
}

.af-icon {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.af-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.af-item:hover .af-icon {
    background: #0a2d5a;
}

.af-item:hover .af-icon img {
    filter: brightness(0) invert(1);
}

.af-text {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* About More Button */
.btn-about-more {
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    border: 1.5px solid #005D9E;
    border-radius: 0px;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.btn-about-more i {
    font-size: 12px; color: #005D9E;
}

.btn-about-more:hover {
    border-color: #0a2d5a;
    color: #0a2d5a;
    transform: translateX(3px);
}

/* About Image */
.about-img-wrapper img {

}

.about-img-wrapper .about-play-btn:hover {
    background: #c92a2a !important;
    transform: scale(1.08);
}

.about-img-wrapper {
    position: relative;
    background: url("../image/about-bg.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    min-height: 340px;
}

/* About Info Overlay */
.about-info-overlay {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width:42%;
    color: #fff;
    padding: 30px 36px;
    z-index: 5;
}
.about-info-overlay  img{
    width: 60px; margin: 0 0 5px 10px;
}
.about-info-overlay p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    opacity: 0.95;
}

/* About Section Responsive */
@media (max-width: 991.98px) {
    .about-left-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .about-img-wrapper {
        min-height: 260px;
        width: 100%;
    }

    .about-title-wrapper {
        display: inline-block;
    }

    .about-feature-grid {
        justify-content: center;
        gap: 20px 24px;
    }

    .af-item {
        min-width: 90px;
    }

    .af-icon {
        width: 50px;
        height: 50px;
    }

    .af-icon img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-feature-grid {
        gap: 16px 18px;
    }

    .af-icon {
        width: 46px;
        height: 46px;
    }

    .af-text {
        font-size: 12px;
    }

    .about-info-overlay {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        max-width: 100%;
        margin-top: 12px;
        padding: 18px 20px;
    }

    .about-img-wrapper .about-play-btn {
        bottom: auto;
        left: auto;
        top: -28px;
        right: 10px;
        width: 48px !important;
        height: 48px !important;
        font-size: 18px !important;
    }
}

/*** Global Stats Section ***/
.global-stats-section {
    background:  url(../image/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}
.global-scale-ands-strength{
    width: 80px; height: 5px; border-radius: 5px;    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;
}


.global-stat-item {
    flex: 1;
    min-width: 150px;
    border-right: 1px solid #eee;
    transition: transform 0.3s ease; display: flex!important;
    justify-content: center; align-content: center;
    padding: 2rem !important;
}
.code-technical-services{
    background: url("../image/bg2.jpg") right bottom no-repeat;

}
.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: 36px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.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: 40px;
    padding: 40px 0;
    position: relative;
}

.core-services-left,
.core-services-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 280px;
}

.core-services-left {
    align-items: flex-end;
}
.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: #c92a2a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.tag-text {
    font-size: 15px;
    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: 100%;
    height: 1px;
    background: #ccc;
    transition: all 0.3s ease;
}

/* Center Image */
.core-services-center {
    flex: 0 0 320px;
    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: #c92a2a;
}

.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: #8B1E1E;
    padding: 50px 60px;
}

.spi-inner {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.spi-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding-right: 30px;
    border-right: 1px solid rgba(255,255,255,0.25);
}

.spi-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
}

.spi-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; flex-direction: row
}

.spi-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.88);
    line-height: 1.9;
    margin: 0 0 20px 0; flex: 1; padding-right: 100px;
}

.spi-btn {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 8px 8px 8px 28px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #8B1E1E;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.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-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #8B1E1E;
    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: #6b1515;
}
.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 rgba(255,255,255,0.25);
        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;
    font-weight: 600;
    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;
    margin: 0;padding: 0 10px; box-sizing: border-box;
}
.updates-cases-item dd.active .uc-timeline-item .line {
    background: #C11B0D;
}

.updates-cases-item dd.active .uc-text{
    background: #C11B0D;
}
.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;
    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: 700;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.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;
}

.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: 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;
    }
}


#certify .swiper{
    position: relative;
    width: 100%;
}


#certify  .swiper-slide {
    width: 260px;
    background: transparent;
    height: auto;
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
    border: 8px solid #0a2d5a;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(214,178,114,0.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0; left: 10%;margin-top: -21px;
}
#certify .swiper-button-next {
    left: auto; right: 10%;
}

#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover {
    background: #b89955;
}



