    .section-block-demo284-about {
    padding: 0;
}
    .US-Home-Solution-section {
        width: 100%;
        background-color: #fff;
    }
    
    .US-Home-Solution-container {
        width: var(--bs-screen-xxl);
        margin: 0 auto;
        padding: 40px 0;
    }
    
    .US-Home-Solution-grid {
        display: flex;
        gap: 30px;
        width: 100%;
        margin-top: 50px;
    }
    
    .US-Home-Solution-card {
        flex: 1;
        border-radius: 25px;
        overflow: hidden;
        position: relative;
        height: 450px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        transition: transform 0.5s ease, box-shadow 0.5s ease;
    }
    
    .US-Home-Solution-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    }
    
    .US-Home-Solution-bg {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: transform 0.8s ease;
    }
    
    .US-Home-Solution-card:hover .US-Home-Solution-bg {
        transform: scale(1.05);
    }
    
    .US-Home-Solution-bg-1 {
        background-image: url('https://ecdn6-nc.globalso.com/upload/p/4741/image_other/2025-10/product-img.jpg');
    }
    
    .US-Home-Solution-bg-2 {
        background-image: url('https://ecdn6-nc.globalso.com/upload/p/4741/image_other/2025-11/mlccs.png');
    }
    
    .US-Home-Solution-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
        display: flex;
        align-items: flex-end;
        padding: 30px;
    }
    
    .US-Home-Solution-content {
        width: 50%;
        color: white;
    }
    
    .US-Home-Solution-line {
        width: 100%;
        height: 1px;
        background-color: white;
        margin-bottom: 15px;
        opacity: 0.8;
    }
    
    .US-Home-Solution-title {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    
    .US-Home-Solution-description {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.4;
        opacity: 0.9;
    }
    
    .US-Home-Solution-button {
        display: inline-block;
        color: white;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        padding-bottom: 5px;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .US-Home-Solution-button::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: white;
        transition: all 0.3s ease;
    }
    
    .US-Home-Solution-button:hover {
        color: #ff0000;
        padding-left: 8px;
    }
    
    .US-Home-Solution-button:hover::after {
        background-color: #ff0000;
        transform: scaleX(1.2);
    }
    
    @media (max-width: 1024px) {
        .US-Home-Solution-container {
            max-width: 95%;
        }
    }
    
    @media (max-width: 768px) {
        .US-Home-Solution-container {
            max-width: 90%;
            padding: 30px 0;
        }
        
        .US-Home-Solution-grid {
            display: block;
        }
        
        .US-Home-Solution-card {
            width: 100%;
            height: 400px;
            margin-bottom: 20px;
        }
        
        .US-Home-Solution-card:last-child {
            margin-bottom: 0;
        }
        
        .US-Home-Solution-content {
            width: 70%;
        }
        
        .US-Home-Solution-title {
            font-size: 24px;
        }
    }
    
    @media (max-width: 576px) {
        .US-Home-Solution-container {
            width: 95%;
        }
        
        .US-Home-Solution-card {
            height: 380px;
        }
        
        .US-Home-Solution-content {
            width: 80%;
        }
        
        .US-Home-Solution-title {
            font-size: 22px;
        }
        
        .US-Home-Solution-description {
            font-size: 15px;
        }
    }
    
    @media (max-width: 400px) {
        .US-Home-Solution-content {
            width: 90%;
        }
        
        .US-Home-Solution-title {
            font-size: 20px;
        }
        
        .US-Home-Solution-card {
            height: 350px;
        }
        
        .US-Home-Solution-overlay {
            padding: 25px;
        }
    }
	
	    .US-Home-About-container {
        width: 100%;
        padding: 80px 0;
        background-color: #f8f9fa;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-sizing: border-box;
        min-height: 700px;
    }
    
    .US-Home-About-bg {
        position: absolute;
        left: 0;
        top: 140px; 
        width: 45%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 3%;
        height: 700px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 2;
    }
    
    .US-Home-About-bg img {
        width: 100%;
        height: 700px;
        display: block;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        max-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .US-Home-About-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        text-decoration: none;
        cursor: pointer;
    }
    
    .US-Home-About-play-icon {
        width: 80px;
        height: 80px;
        background-color: rgba(193, 30, 16, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 0 0 0 rgba(193, 30, 16, 0.7);
        animation: play-button-pulse 2s infinite;
    }
    
    .US-Home-About-play-icon:hover {
        background-color: #a5190d;
        transform: scale(1.1);
    }
    
    @keyframes play-button-pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(193, 30, 16, 0.7);
        }
        70% {
            box-shadow: 0 0 0 20px rgba(193, 30, 16, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(193, 30, 16, 0);
        }
    }
    
    .US-Home-About-play-icon svg {
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }
    
    .US-Home-About-content {
        width: 45%;
        margin-left: 50%;
        padding-right: 1%;
        position: relative;
        z-index: 1;
        background-color: #f8f9fa;
        box-sizing: border-box;
        padding-top: 80px; 
        padding-bottom: 80px;
    }
    
    .US-Home-About-subtitle {
        color: #c11e10;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    .US-Home-About-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 40px;
        color: #000000;
    }
    
    .US-Home-About-accordion {
        margin-bottom: 40px;
    }
    
    .US-Home-About-accordion-item {
        border-bottom: 1px solid #e9ecef;
        transition: all 0.4s ease;
        position: relative;
    }
    
    .US-Home-About-accordion-checkbox {
        display: none;
    }
    
    .US-Home-About-accordion-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        cursor: pointer;
        list-style: none;
        transition: color 0.3s ease;
        position: relative;
    }
    
    .US-Home-About-accordion-title:hover {
        color: #c11e10;
    }
    
    .US-Home-About-accordion-number {
        color: #000000;
        margin-right: 10px;
        font-weight: 700;
        min-width: 30px;
        transition: color 0.3s ease;
    }
    
    .US-Home-About-accordion-title:hover .US-Home-About-accordion-number {
        color: #c11e10;
    }
    
    .US-Home-About-accordion-text {
        flex: 1;
    }
    
    .US-Home-About-accordion-icon {
        font-size: 24px;
        font-weight: 300;
        color: #000000;
        transition: all 0.4s ease;
        display: inline-block;
    }
    
    .US-Home-About-accordion-title:hover .US-Home-About-accordion-icon {
        color: #c11e10;
    }
    
    .US-Home-About-accordion-content {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
    }
    
    .US-Home-About-accordion-content-inner {
        min-height: 0;
    }
    
    .US-Home-About-accordion-content-inner p {
        color: #7f8c8d;
        line-height: 1.6;
        margin: 0;
        padding-left: 40px;
        padding-right: 20px;
        padding-bottom: 20px;
        opacity: 0;
        transition: opacity 0.3s ease 0.1s;
    }
    
    .US-Home-About-accordion-checkbox:checked + .US-Home-About-accordion-title .US-Home-About-accordion-icon {
        transform: rotate(45deg);
        color: #c11e10;
    }
    
    .US-Home-About-accordion-checkbox:checked ~ .US-Home-About-accordion-content {
        grid-template-rows: 1fr;
    }
    
    .US-Home-About-accordion-checkbox:checked ~ .US-Home-About-accordion-content .US-Home-About-accordion-content-inner p {
        opacity: 1;
    }
    
    .US-Home-About-button {
        display: inline-block;
        background-color: #000000;
        color: white;
        padding: 12px 28px;
        border-radius: 25px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid #000000;
        width: fit-content;
    }
    
    .US-Home-About-button:hover {
        background-color: white;
        color: #c11e10;
        border-color: #c11e10;
        transform: translateY(-3px);
    }
    
    .US-Home-About-video-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        align-items: center;
        justify-content: center;
    }
    
    .US-Home-About-video-modal.active {
        display: flex;
    }
    
    .US-Home-About-video-modal-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(8px);
    }
    
    .US-Home-About-video-modal-content {
        position: relative;
        z-index: 10000;
        width: 90%;
        max-width: 1286px;
        background: #000;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7);
        animation: modalFadeIn 0.4s ease;
    }
    
    @keyframes modalFadeIn {
        from {
            opacity: 0;
            transform: scale(0.9) translateY(20px);
        }
        to {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
    }
    
    .US-Home-About-video-modal-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.15);
        border: none;
        border-radius: 50%;
        color: white;
        font-size: 28px;
        cursor: pointer;
        z-index: 10001;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-weight: 300;
    }
    
    .US-Home-About-video-modal-close:hover {
        background: rgba(193, 30, 16, 0.9);
        transform: rotate(90deg);
    }
    
    .US-Home-About-video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        background: #000;
    }
    
    .US-Home-About-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    
    @media (max-width: 1200px) {
        .US-Home-About-bg {
            width: 45%;
            padding-left: 2%;
            height: 600px;
            top: 140px; 
        }
        
        .US-Home-About-bg img {
            height: 600px;
        }
        
        .US-Home-About-content {
            width: 50%;
            padding-left: 3%;
            padding-top: 80px; 
            padding-bottom: 80px;
        }
        
        .US-Home-About-container {
            min-height: 760px; 
        }
        
        .US-Home-About-title {
            font-size: 34px;
        }
    }
    
    @media (max-width: 992px) {
        .US-Home-About-container {
            padding: 60px 20px;
            display: flex;
            flex-direction: column;
            min-height: auto;
            gap: 30px;
        }
        
        .US-Home-About-bg {
            position: relative;
            left: 0;
            top: 0;
            transform: none;
            width: 100%;
            margin-bottom: 0;
            padding-left: 0;
            max-width: 100%;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .US-Home-About-bg img {
            width: 100%;
            height: 300px;
            max-width: 100%;
            object-fit: cover;
        }
        
        .US-Home-About-content {
            width: 100%;
            margin-left: 0;
            padding-right: 0;
            padding-left: 0;
            padding-top: 0;
            padding-bottom: 0;
            min-height: auto;
            justify-content: flex-start;
            gap: 30px;
            display: flex;
            flex-direction: column;
        }
        
        .US-Home-About-title {
            font-size: 32px;
            margin-bottom: 30px;
        }
        
        .US-Home-About-accordion {
            margin-bottom: 30px;
        }
        
        .US-Home-About-play-icon {
            width: 60px;
            height: 60px;
        }
        
        .US-Home-About-play-icon svg {
            width: 25px;
            height: 25px;
        }
    }
    
    @media (max-width: 768px) {
        .US-Home-About-container {
            padding: 50px 15px;
            gap: 25px;
        }
        
        .US-Home-About-title {
            font-size: 28px;
            margin-bottom: 25px;
        }
        
        .US-Home-About-accordion-title {
            font-size: 16px;
            padding: 15px 0;
        }
        
        .US-Home-About-accordion {
            margin-bottom: 25px;
        }
        
        .US-Home-About-video-modal-content {
            width: 95%;
        }
    }
    
    @media (max-width: 576px) {
        .US-Home-About-container {
            padding: 40px 15px;
            gap: 20px;
        }
        
        .US-Home-About-title {
            font-size: 24px;
            margin-bottom: 20px;
        }
        
        .US-Home-About-button {
            padding: 10px 22px;
            width: 100%;
            text-align: center;
        }
        
        .US-Home-About-accordion-content-inner p {
            padding-left: 20px;
            padding-right: 10px;
        }
        
        .US-Home-About-video-modal-content {
            width: 98%;
            border-radius: 8px;
        }
        
        .US-Home-About-video-modal-close {
            top: 10px;
            right: 10px;
            width: 40px;
            height: 40px;
            font-size: 24px;
        }
    }
    
    @media (max-width: 400px) {
        .US-Home-About-container {
            padding: 30px 12px;
            gap: 15px;
        }
        
        .US-Home-About-title {
            font-size: 22px;
            margin-bottom: 15px;
        }
        
        .US-Home-About-accordion-title {
            font-size: 15px;
        }
        
        .US-Home-About-accordion-number {
            min-width: 25px;
            margin-right: 5px;
        }
        
        .US-Home-About-bg {
            height: 250px;
        }
        
        .US-Home-About-bg img {
            height: 250px;
        }
        
        .US-Home-About-play-icon {
            width: 50px;
            height: 50px;
        }
        
        .US-Home-About-play-icon svg {
            width: 20px;
            height: 20px;
        }
    }
	
	        .section-breadcrumb-wrap-block .page-title-bar {
          position: relative;
        }

        .section-breadcrumb-wrap-block .page-title-bar:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;

        }

        .section-breadcrumb-wrap-block[mask-color="mask-color-dark"] .page-title-bar:before {
          background-color: var(--bs-mask-dark);
          opacity: .5;
        }

        .section-breadcrumb-wrap-block[mask-color="mask-color-dark"] .page-title-bar .page-title,
        .section-breadcrumb-wrap-block[mask-color="mask-color-theme"] .page-title-bar .page-title {
          color: #fff;
        }

        .section-breadcrumb-wrap-block[mask-color="mask-color-white"] .page-title-bar:before {
          background-color: var(--bs-mask-white);
          opacity: .5;
        }

        .section-breadcrumb-wrap-block[mask-color="mask-color-white"] .page-title-bar .page-title {
          color: #000;
        }

        .section-breadcrumb-wrap-block[mask-color="mask-color-theme"] .page-title-bar:before {
          background-color: var(--bs-theme-color);
          opacity: .5;
        }

        .section-breadcrumb-wrap-block .page-title-bar .page-banner {
          width: 100%;
          min-height: 10rem;
          object-fit: cover;
        }

        .section-breadcrumb-wrap-block .page-title-bar .content-box {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          display: flex;
          align-items: center;
        }

        .section-breadcrumb-wrap-block .page-title-bar .page-title {
          position: relative;
          font-size: 42px;
        }

        .section-breadcrumb-wrap-block {
          background-color: #eee;
        }

        .section-breadcrumb-wrap-block .breadcrumb-nav {
          padding: 20px 0;
        }

        .section-breadcrumb-wrap-block .breadcrumb-nav li {
          list-style: none;
          margin-right: 15px;
        }

        .section-breadcrumb-wrap-block .breadcrumb-nav li a {
          display: inline-block;
          margin-right: 10px;
          color: #fff;
          font-size: 18px;
        }

        .section-breadcrumb-wrap-block .breadcrumb-nav li .la:after {
          content: ">";
          color: #fff;
          font-weight: 400;
          font-size: 18px;
          font-family: var(--bs-font-sans-serif);
        }

        .section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type .la {
          display: none;
        }

        .section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type a {
          color: var(--bs-theme-color);
        }

        @media (max-width: 992px) {
          .section-breadcrumb-wrap-block .page-title-bar .page-title {
            font-size: 28px;
          }

          .section-breadcrumb-wrap-block .breadcrumb-nav li a {
            font-size: 14px;
          }
        }
		
	    :root {
        --LTCC-primary-color: #c11e10;
        --LTCC-primary-dark: #9a180d;
        --LTCC-primary-light: rgba(193, 30, 16, 0.08);
        --LTCC-text-color: #1a1a1a;
        --LTCC-text-light: #666;
        --LTCC-light-bg: #f9fafb;
        --LTCC-border-color: #e5e7eb;
        --LTCC-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        --LTCC-shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.08);
        --LTCC-radius: 6px;
        --LTCC-container-max: 85%;
        --LTCC-font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        --LTCC-font-heading: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
        --LTCC-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .LTCC-introduction {
        max-width: var(--LTCC-container-max);
        margin: 0 auto;
        padding: 30px 20px;
    }
    
    .LTCC-section-header {
        margin-bottom: 30px;
    }
    
    .LTCC-section-header h1 {
        font-family: var(--LTCC-font-heading);
        font-size: 2rem;
        font-weight: 700;
        color: #000;
        margin-bottom: 10px;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }
    
    .LTCC-section-subtitle {
        font-size: 1.125rem;
        color: var(--LTCC-text-light);
        max-width: 800px;
    }
    
    .LTCC-overview-section {
        background-color: var(--LTCC-light-bg);
        border-radius: var(--LTCC-radius);
        padding: 25px;
        margin-bottom: 40px;
    }
    
    .LTCC-overview-title {
        font-family: var(--LTCC-font-heading);
        font-size: 1.375rem;
        font-weight: 600;
        color: #000;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .LTCC-overview-title i {
        color: var(--LTCC-primary-color);
        font-size: 1.125rem;
    }
    
    .LTCC-overview-content {
        font-size: 1rem;
        line-height: 1.6;
        color: var(--LTCC-text-color);
    }
    
    .LTCC-overview-highlight {
        background-color: #fff;
        padding: 20px;
        border-radius: var(--LTCC-radius);
        margin-top: 20px;
        border: 1px solid var(--LTCC-border-color);
    }
    
    .LTCC-overview-highlight h3 {
        font-family: var(--LTCC-font-heading);
        font-size: 1rem;
        font-weight: 600;
        color: var(--LTCC-primary-color);
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .LTCC-overview-highlight ul {
        list-style-type: none;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 10px;
        margin-top: 12px;
    }
    
    .LTCC-overview-highlight li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        padding: 6px 0;
        font-size: 0.9rem;
    }
    
    .LTCC-overview-highlight li i {
        color: var(--LTCC-primary-color);
        margin-top: 2px;
        flex-shrink: 0;
        font-size: 0.8rem;
    }
    
    .LTCC-features-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 20px;
    }
    
    @media (min-width: 768px) {
        .LTCC-features-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    /* Feature Card - Clean Modern Design */
    .LTCC-feature-card {
        background-color: white;
        border-radius: var(--LTCC-radius);
        padding: 24px;
        box-shadow: var(--LTCC-shadow);
        transition: var(--LTCC-transition);
        height: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--LTCC-border-color);
    }
    
    .LTCC-feature-card:hover {
        box-shadow: var(--LTCC-shadow-hover);
        transform: translateY(-2px);
    }
    
    .LTCC-feature-card h3 {
        font-family: var(--LTCC-font-heading);
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 12px;
        color: #000;
        line-height: 1.3;
        letter-spacing: -0.01em;
    }
    
    .LTCC-feature-content {
        font-size: 0.95rem;
        color: var(--LTCC-text-light);
        flex-grow: 1;
        line-height: 1.6;
    }
    
    .LTCC-feature-highlights {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid var(--LTCC-border-color);
    }
    
    .LTCC-feature-highlights h4 {
        font-family: var(--LTCC-font-heading);
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--LTCC-primary-color);
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .LTCC-feature-highlights ul {
        list-style-type: none;
    }
    
    .LTCC-feature-highlights li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        padding: 4px 0;
        font-size: 0.875rem;
    }
    
    .LTCC-feature-highlights li i {
        color: var(--LTCC-primary-color);
        font-size: 0.75rem;
        margin-top: 3px;
        flex-shrink: 0;
    }
    
    /* Applications Section - Minimal */
    .LTCC-applications {
        margin-top: 40px;
        padding: 25px;
        background-color: var(--LTCC-light-bg);
        border-radius: var(--LTCC-radius);
    }
    
    .LTCC-applications h2 {
        font-family: var(--LTCC-font-heading);
        font-size: 1.5rem;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    
    .LTCC-applications-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
        margin-top: 20px;
    }
    
    .LTCC-application-item {
        background-color: white;
        padding: 20px 16px;
        border-radius: var(--LTCC-radius);
        box-shadow: var(--LTCC-shadow);
        transition: var(--LTCC-transition);
        border: 1px solid var(--LTCC-border-color);
    }
    
    .LTCC-application-item:hover {
        box-shadow: var(--LTCC-shadow-hover);
    }
    
    .LTCC-application-icon {
        width: 48px;
        height: 48px;
        background-color: var(--LTCC-primary-light);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
        color: var(--LTCC-primary-color);
        font-size: 1.25rem;
    }
    
    .LTCC-application-item h4 {
        font-family: var(--LTCC-font-heading);
        font-size: 1rem;
        font-weight: 600;
        color: #000;
        margin-bottom: 6px;
        text-align: center;
    }
    
    .LTCC-application-item p {
        font-size: 0.875rem;
        color: var(--LTCC-text-light);
        text-align: center;
        line-height: 1.4;
    }
    
    /* Responsive Adjustments - Mobile First */
    @media (max-width: 1024px) {
        .LTCC-introduction {
            padding: 25px 20px;
        }
        
        .LTCC-section-header h1 {
            font-size: 1.75rem;
        }
    }
    
    @media (max-width: 768px) {
        .LTCC-introduction {
            padding: 20px 16px;
            max-width: 95%;
        }
        
        .LTCC-section-header h1 {
            font-size: 1.625rem;
        }
        
        .LTCC-section-subtitle {
            font-size: 1rem;
        }
        
        .LTCC-overview-section {
            padding: 20px;
        }
        
        .LTCC-overview-title {
            font-size: 1.25rem;
        }
        
        .LTCC-overview-highlight ul {
            grid-template-columns: 1fr;
        }
        
        .LTCC-feature-card {
            padding: 20px;
        }
        
        .LTCC-feature-card h3 {
            font-size: 1.125rem;
        }
        
        .LTCC-applications {
            padding: 20px;
        }
        
        .LTCC-applications h2 {
            font-size: 1.375rem;
        }
    }
    
    @media (max-width: 480px) {
        .LTCC-section-header h1 {
            font-size: 1.5rem;
        }
        
        .LTCC-features-grid {
            gap: 20px;
        }
        
        .LTCC-applications-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }
        
        .LTCC-application-item {
            padding: 16px;
        }
    }
	
	        .us-solution-diagram-container {
            max-width: 100%;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            position: relative;
            overflow: hidden;
        }
        
        .us-solution-top-space {
            height: 400px;
            background: linear-gradient(to bottom, #ffffff);
            position: relative;
            z-index: 5;
        }
        
        .us-solution-map-container {
            width: 100%;
            background: white;
            position: relative;
            z-index: 1;
        }
        
        .us-solution-map-image {
            width: 100%;
            height: auto;
            display: block;
            max-width: 100%;
        }
        
        .us-solution-map-controls {
            position: absolute;
            top: 40px;
            right: 40px;
            z-index: 100;
            opacity: 0;
            transform: translateY(-10px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
        
        .us-solution-map-controls.show {
            opacity: 1;
            transform: translateY(0);
        }
        
        .us-solution-toggle-btn {
            background: rgba(52, 73, 94, 0.9);
            color: white;
            border: none;
            padding: 10px 18px;
            border-radius: 25px;
            cursor: pointer;
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            font-weight: 600;
        }
        
        .us-solution-toggle-btn:hover {
            background: rgba(44, 62, 80, 1);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }
        
        .us-solution-markers-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
            pointer-events: none;
        }
        
        .us-solution-marker {
            position: absolute;
            cursor: pointer;
            transition: opacity 0.3s ease, transform 0.3s ease;
            z-index: 11;
            opacity: 0;
            transform: scale(0.5);
            pointer-events: auto;
            will-change: transform, opacity;
        }
        
        .us-solution-marker.show {
            opacity: 1;
            transform: scale(1);
        }
        
        .us-solution-marker:hover {
            z-index: 20;
        }
        
        .us-solution-marker-dot {
            width: 26px;
            height: 26px;
            background: #3498db;
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 12px;
            transition: transform 0.3s ease, background-color 0.3s ease;
            animation: us-solution-pulse 2s infinite;
        }
        
        @keyframes us-solution-pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
            }
        }
        
        .us-solution-marker:hover .us-solution-marker-dot {
            transform: scale(1.3);
            background: #2980b9;
            animation: none;
        }
        
        .us-solution-marker::before {
            content: '';
            position: absolute;
            top: -300px;
            left: 50%;
            width: 2px;
            height: 300px;
            background: repeating-linear-gradient(
                to bottom,
                transparent,
                transparent 5px,
                #3498db 5px,
                #3498db 7px
            );
            transform: translateX(-50%);
            z-index: -1;
            opacity: 0.7;
        }
        
        .us-solution-marker-5::before {
            top: -200px;
            height: 200px;
        }
        
        .us-solution-marker-1::before,
        .us-solution-marker-3::before,
        .us-solution-marker-9::before {
            top: 100%;
            height: 150px;
            background: repeating-linear-gradient(
                to bottom,
                #3498db 0,
                #3498db 5px,
                transparent 5px,
                transparent 7px
            );
        }
        
        .us-solution-marker-6::before,
        .us-solution-marker-7::before,
        .us-solution-marker-10::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 100%;
            width: 300px;
            height: 2px;
            background: repeating-linear-gradient(
                to right,
                transparent,
                transparent 5px,
                #3498db 5px,
                #3498db 7px
            );
            transform: translateY(-50%);
            z-index: -1;
            opacity: 0.7;
        }
        
        .us-solution-marker-1 .us-solution-marker-content { top: 180px; }
        .us-solution-marker-2 .us-solution-marker-content { top: -340px; }
        .us-solution-marker-3 .us-solution-marker-content { top: 220px; }
        .us-solution-marker-4 .us-solution-marker-content { top: -380px; }
        .us-solution-marker-5 .us-solution-marker-content { top: -250px; }
        
        .us-solution-marker-6 .us-solution-marker-content { top: -50%; left: 350px !important; transform: translateY(-50%); }
        .us-solution-marker-7 .us-solution-marker-content { top: -50%; left: 350px !important; transform: translateY(-50%); }
        .us-solution-marker-10 .us-solution-marker-content { top: -50%; left: 350px !important; transform: translateY(-50%); }
        
        .us-solution-marker-8 .us-solution-marker-content { top: -400px; }
        .us-solution-marker-9 .us-solution-marker-content { top: 190px; }
        
        .us-solution-marker-content {
            position: absolute;
            background: white;
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            min-width: 160px;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
            backdrop-filter: blur(5px);
            z-index: 15;
            left: 50%;
            transform: translateX(-50%);
            pointer-events: auto;
            will-change: transform, opacity;
        }
        
        .us-solution-marker-6 .us-solution-marker-content,
        .us-solution-marker-7 .us-solution-marker-content,
        .us-solution-marker-10 .us-solution-marker-content {
            transform: translateY(-50%) !important;
            left: 350px !important;
            top: -50% !important;
        }
        
        .us-solution-marker-1 .us-solution-marker-content,
        .us-solution-marker-3 .us-solution-marker-content,
        .us-solution-marker-9 .us-solution-marker-content {
            transform: translateX(-50%) !important;
        }
        
        .us-solution-marker.show .us-solution-marker-content {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(-5px);
        }
        
        .us-solution-marker-6.show .us-solution-marker-content,
        .us-solution-marker-7.show .us-solution-marker-content,
        .us-solution-marker-10.show .us-solution-marker-content {
            transform: translateY(-50%) translateX(0) !important;
        }
        
        .us-solution-marker-1.show .us-solution-marker-content,
        .us-solution-marker-3.show .us-solution-marker-content,
        .us-solution-marker-9.show .us-solution-marker-content {
            transform: translateX(-50%) translateY(5px) !important;
        }
        
        .us-solution-marker-image {
            width: 100%;
            height: 90px;
            border-radius: 6px;
            overflow: hidden;
            margin-bottom: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .us-solution-marker-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .us-solution-marker:hover .us-solution-marker-image img {
            transform: scale(1.05);
        }
        
        .us-solution-marker-text {
            font-size: 14px;
            font-weight: 700;
            color: #2c3e50;
            text-align: center;
            line-height: 1.3;
            padding: 4px 0;
            letter-spacing: 0.5px;
        }
        
        .us-solution-marker-1 { top: calc(400px + 23%); left: 22%; }
        .us-solution-marker-2 { top: calc(400px + 28%); left: 17%; }
        .us-solution-marker-3 { top: calc(400px + 33%); left: 29%; }
        .us-solution-marker-4 { top: calc(400px + 19%); left: 27%; }
        .us-solution-marker-5 { top: calc(400px + 17%); left: 35%; }
        .us-solution-marker-6 { top: calc(400px + 10%); left: 45%; }
        .us-solution-marker-7 { top: calc(400px + 16%); left: 55%; }
        .us-solution-marker-8 { top: calc(400px + 22%); left: 49%; }
        .us-solution-marker-9 { top: calc(400px + 30%); left: 43%; }
        .us-solution-marker-10 { top: calc(400px + 32%); left: 53%; }
    </style>
<style>

        @media (min-width: 1400px) {
            .us-solution-marker-content {
                min-width: 160px;
                padding: 15px;
            }
            
            .us-solution-marker-image {
                height: 90px;
            }
            
            .us-solution-marker-text {
                font-size: 14px;
            }
        }
        

        @media (min-width: 1200px) and (max-width: 1400px) {
            .us-solution-top-space {
                height: 350px;
            }
            
            .us-solution-marker-content {
                min-width: 140px;
                padding: 12px;
            }
            
            .us-solution-marker-image {
                height: 80px;
            }
            
            .us-solution-marker-text {
                font-size: 13px;
            }
            
            .us-solution-marker-1 .us-solution-marker-content { top: 150px; }
            .us-solution-marker-3 .us-solution-marker-content { top: 180px; }
            .us-solution-marker-9 .us-solution-marker-content { top: 160px; }
            
            .us-solution-marker-1::before,
            .us-solution-marker-3::before,
            .us-solution-marker-9::before {
                height: 120px;
            }
            
            .us-solution-marker-4 .us-solution-marker-content { top: -380px; }
            .us-solution-marker-8 .us-solution-marker-content { top: -350px; }
            .us-solution-marker-2 .us-solution-marker-content { top: -300px; }
            .us-solution-marker-5 .us-solution-marker-content { top: -200px; }
            
            .us-solution-marker-5::before {
                height: 170px;
            }
            
            .us-solution-marker-6::before,
            .us-solution-marker-7::before,
            .us-solution-marker-10::before {
                width: 250px;
            }
            
            .us-solution-marker-6 .us-solution-marker-content,
            .us-solution-marker-7 .us-solution-marker-content,
            .us-solution-marker-10 .us-solution-marker-content {
                left: 270px !important;
            }
            
            .us-solution-marker-1 { top: calc(350px + 23%); left: 22%; }
            .us-solution-marker-2 { top: calc(350px + 28%); left: 17%; }
            .us-solution-marker-3 { top: calc(350px + 33%); left: 29%; }
            .us-solution-marker-4 { top: calc(350px + 19%); left: 27%; }
            .us-solution-marker-5 { top: calc(350px + 17%); left: 35%; }
            .us-solution-marker-6 { top: calc(350px + 10%); left: 45%; }
            .us-solution-marker-7 { top: calc(350px + 16%); left: 55%; }
            .us-solution-marker-8 { top: calc(350px + 22%); left: 49%; }
            .us-solution-marker-9 { top: calc(350px + 30%); left: 43%; }
            .us-solution-marker-10 { top: calc(350px + 32%); left: 53%; }
        }
        

        @media (min-width: 1000px) and (max-width: 1200px) {
            .us-solution-top-space {
                height: 350px;
            }
            
            .us-solution-marker-content {
                min-width: 130px;
                padding: 10px;
            }
            
            .us-solution-marker-image {
                height: 70px;
            }
            
            .us-solution-marker-text {
                font-size: 12px;
            }
            
            .us-solution-marker-1 .us-solution-marker-content { top: 120px; }
            .us-solution-marker-3 .us-solution-marker-content { top: 150px; }
            .us-solution-marker-9 .us-solution-marker-content { top: 140px; }
            
            .us-solution-marker-1::before,
            .us-solution-marker-3::before,
            .us-solution-marker-9::before {
                height: 90px;
            }
            
            .us-solution-marker-4 .us-solution-marker-content { top: -380px; }
            .us-solution-marker-8 .us-solution-marker-content { top: -350px; }
            .us-solution-marker-2 .us-solution-marker-content { top: -300px; }
            .us-solution-marker-5 .us-solution-marker-content { top: -200px; }
            
            .us-solution-marker-5::before {
                height: 150px;
            }
            
            .us-solution-marker-6::before,
            .us-solution-marker-7::before,
            .us-solution-marker-10::before {
                width: 200px;
            }
            
            .us-solution-marker-6 .us-solution-marker-content,
            .us-solution-marker-7 .us-solution-marker-content,
            .us-solution-marker-10 .us-solution-marker-content {
                left: 220px !important;
            }
            
            .us-solution-marker-1 { top: calc(350px + 23%); left: 22%; }
            .us-solution-marker-2 { top: calc(350px + 28%); left: 17%; }
            .us-solution-marker-3 { top: calc(350px + 33%); left: 29%; }
            .us-solution-marker-4 { top: calc(350px + 19%); left: 27%; }
            .us-solution-marker-5 { top: calc(350px + 17%); left: 35%; }
            .us-solution-marker-6 { top: calc(350px + 10%); left: 45%; }
            .us-solution-marker-7 { top: calc(350px + 16%); left: 55%; }
            .us-solution-marker-8 { top: calc(350px + 22%); left: 49%; }
            .us-solution-marker-9 { top: calc(350px + 30%); left: 43%; }
            .us-solution-marker-10 { top: calc(350px + 32%); left: 53%; }
        }
        

        @media (max-width: 1000px) {
            .us-solution-top-space {
                height: 250px;
            }
            
            .us-solution-map-controls {
                display: none;
            }
            
            .us-solution-marker-content {
                min-width: 130px;
                padding: 10px;
                top: -150px !important;
                left: 50% !important;
                transform: translateX(-50%) !important;
            }
            
            .us-solution-marker::before {
                display: none;
            }
            
            .us-solution-marker.show .us-solution-marker-content {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(-5px) !important;
            }
            
            .us-solution-marker-6.show .us-solution-marker-content,
            .us-solution-marker-7.show .us-solution-marker-content,
            .us-solution-marker-10.show .us-solution-marker-content,
            .us-solution-marker-1.show .us-solution-marker-content,
            .us-solution-marker-3.show .us-solution-marker-content,
            .us-solution-marker-9.show .us-solution-marker-content {
                transform: translateX(-50%) translateY(-5px) !important;
                left: 50% !important;
            }
            
            .us-solution-marker-6 .us-solution-marker-content,
            .us-solution-marker-7 .us-solution-marker-content,
            .us-solution-marker-10 .us-solution-marker-content {
                transform: translateX(-50%) !important;
                left: 50% !important;
                top: -150px !important;
            }
            
            .us-solution-marker-1 .us-solution-marker-content,
            .us-solution-marker-3 .us-solution-marker-content,
            .us-solution-marker-9 .us-solution-marker-content {
                transform: translateX(-50%) !important;
                top: -150px !important;
            }
            
            .us-solution-marker-image {
                height: 70px;
                margin-bottom: 8px;
            }
            
            .us-solution-marker-text {
                font-size: 11px;
            }
            
            .us-solution-marker-dot {
                width: 22px;
                height: 22px;
                font-size: 11px;
            }
            
            .us-solution-marker-1 { top: calc(250px + 23%); left: 22%; }
            .us-solution-marker-2 { top: calc(250px + 28%); left: 17%; }
            .us-solution-marker-3 { top: calc(250px + 33%); left: 29%; }
            .us-solution-marker-4 { top: calc(250px + 19%); left: 27%; }
            .us-solution-marker-5 { top: calc(250px + 17%); left: 35%; }
            .us-solution-marker-6 { top: calc(250px + 10%); left: 45%; }
            .us-solution-marker-7 { top: calc(250px + 16%); left: 55%; }
            .us-solution-marker-8 { top: calc(250px + 22%); left: 49%; }
            .us-solution-marker-9 { top: calc(250px + 30%); left: 43%; }
            .us-solution-marker-10 { top: calc(250px + 32%); left: 53%; }
        }
        
        @media (max-width: 576px) {
            .us-solution-top-space {
                height: 200px;
            }
            
            .us-solution-marker-content {
                min-width: 110px;
                padding: 8px;
                top: -120px !important;
            }
            
            .us-solution-marker-image {
                height: 65px;
            }
            
            .us-solution-marker-text {
                font-size: 10px;
            }
            
            body {
                padding: 10px;
            }
            
            .us-solution-marker-1 { top: calc(200px + 23%); left: 22%; }
            .us-solution-marker-2 { top: calc(200px + 28%); left: 17%; }
            .us-solution-marker-3 { top: calc(200px + 33%); left: 29%; }
            .us-solution-marker-4 { top: calc(200px + 19%); left: 27%; }
            .us-solution-marker-5 { top: calc(200px + 17%); left: 35%; }
            .us-solution-marker-6 { top: calc(200px + 10%); left: 45%; }
            .us-solution-marker-7 { top: calc(200px + 16%); left: 55%; }
            .us-solution-marker-8 { top: calc(200px + 22%); left: 49%; }
            .us-solution-marker-9 { top: calc(200px + 30%); left: 43%; }
            .us-solution-marker-10 { top: calc(200px + 32%); left: 53%; }
        }
        
        @media (max-width: 400px) {
            .us-solution-top-space {
                height: 150px;
            }
            
            .us-solution-marker-content {
                min-width: 100px;
                padding: 6px;
                top: -100px !important;
            }
            
            .us-solution-marker-image {
                height: 60px;
            }
            
            .us-solution-marker-text {
                font-size: 9px;
            }
            
            body {
                padding: 8px;
            }
            
            .us-solution-marker-1 { top: calc(150px + 23%); left: 22%; }
            .us-solution-marker-2 { top: calc(150px + 28%); left: 17%; }
            .us-solution-marker-3 { top: calc(150px + 33%); left: 29%; }
            .us-solution-marker-4 { top: calc(150px + 19%); left: 27%; }
            .us-solution-marker-5 { top: calc(150px + 17%); left: 35%; }
            .us-solution-marker-6 { top: calc(150px + 10%); left: 45%; }
            .us-solution-marker-7 { top: calc(150px + 16%); left: 55%; }
            .us-solution-marker-8 { top: calc(150px + 22%); left: 49%; }
            .us-solution-marker-9 { top: calc(150px + 30%); left: 43%; }
            .us-solution-marker-10 { top: calc(150px + 32%); left: 53%; }
        }
	
	    .ltcc-faq-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 20px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    }

    .ltcc-faq-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .ltcc-faq-title {
        font-size: 2.25rem;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .ltcc-faq-subtitle {
        color: #666;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.5;
    }

    .ltcc-faq-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }

    @media (min-width: 992px) {
        .ltcc-faq-grid {
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
    }

    .ltcc-faq-column {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .ltcc-faq-item {
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        overflow: hidden;
        background-color: #fff;
        transition: border-color 0.2s ease;
    }

    .ltcc-faq-item:hover {
        border-color: #d1d5db;
    }

    .ltcc-faq-item[open] {
        border-color: #c11e10;
        box-shadow: 0 4px 12px rgba(193, 30, 16, 0.1);
    }

    .ltcc-faq-question {
        padding: 20px 24px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        cursor: pointer;
        list-style: none;
        font-weight: 600;
        color: #1a1a1a;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        min-height: 70px;
    }

    .ltcc-faq-question::-webkit-details-marker {
        display: none;
    }

    .ltcc-faq-question:hover {
        background-color: #f9fafb;
    }

    .ltcc-faq-question:focus {
        outline: 2px solid rgba(193, 30, 16, 0.3);
        outline-offset: 2px;
    }

    .ltcc-faq-question-text {
        flex: 1;
        margin-right: 16px;
        line-height: 1.4;
    }

    .ltcc-faq-icon {
        width: 24px;
        height: 24px;
        position: relative;
        flex-shrink: 0;
        color: #c11e10;
        transition: transform 0.3s ease;
        margin-top: 2px;
    }

    .ltcc-faq-item[open] .ltcc-faq-icon {
        transform: rotate(180deg);
    }

    .ltcc-faq-icon-plus,
    .ltcc-faq-icon-minus {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 0.3s ease;
        fill: currentColor;
    }

    .ltcc-faq-icon-minus {
        opacity: 0;
    }

    .ltcc-faq-item[open] .ltcc-faq-icon-plus {
        opacity: 0;
    }

    .ltcc-faq-item[open] .ltcc-faq-icon-minus {
        opacity: 1;
    }

    .ltcc-faq-answer {
        padding: 0 24px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
    }

    .ltcc-faq-item[open] .ltcc-faq-answer {
        padding: 0 24px 24px 24px;
        max-height: 1000px;
        opacity: 1;
    }

    .ltcc-faq-answer p {
        color: #4b5563;
        line-height: 1.6;
        margin: 0;
    }

    .ltcc-faq-answer p + p {
        margin-top: 12px;
    }

    .ltcc-faq-footer {
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid #e5e7eb;
        margin-top: 20px;
    }

    .ltcc-faq-contact {
        color: #4b5563;
    }

    .ltcc-faq-contact-link {
        color: #c11e10;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .ltcc-faq-contact-link:hover {
        color: #9a180d;
        text-decoration: underline;
    }

    @media (max-width: 768px) {
        .ltcc-faq-container {
            padding: 24px 16px;
        }

        .ltcc-faq-title {
            font-size: 1.875rem;
        }

        .ltcc-faq-question {
            padding: 18px 20px;
            min-height: 65px;
        }

        .ltcc-faq-question-text {
            margin-right: 12px;
        }

        .ltcc-faq-answer {
            padding: 0 20px;
        }

        .ltcc-faq-item[open] .ltcc-faq-answer {
            padding: 0 20px 20px 20px;
        }
    }

    @media (max-width: 480px) {
        .ltcc-faq-title {
            font-size: 1.625rem;
        }

        .ltcc-faq-question {
            padding: 16px;
            min-height: 60px;
        }

        .ltcc-faq-icon {
            width: 20px;
            height: 20px;
        }

        .ltcc-faq-answer {
            padding: 0 16px;
        }

        .ltcc-faq-item[open] .ltcc-faq-answer {
            padding: 0 16px 16px 16px;
        }
    }

    .ltcc-faq-container {
        --ltcc-red: #c11e10;
        --ltcc-red-dark: #9a180d;
        --ltcc-red-light: rgba(193, 30, 16, 0.1);
    }

    @media print {
        .ltcc-faq-grid {
            grid-template-columns: 1fr !important;
        }
        
        .ltcc-faq-item {
            break-inside: avoid;
            border: 1px solid #ddd;
        }

        .ltcc-faq-item[open] {
            border: 1px solid #ddd;
            box-shadow: none;
        }

        .ltcc-faq-question {
            background-color: #f5f5f5;
        }

        .ltcc-faq-answer {
            max-height: none !important;
            opacity: 1 !important;
            padding: 0 24px 16px 24px !important;
            display: block !important;
        }

        .ltcc-faq-icon {
            display: none;
        }
    }
	
	.US-MLCC-process-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    width: 100%;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.US-MLCC-process-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.US-MLCC-process-title {
    color: #111;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.US-MLCC-process-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.US-MLCC-process-grid-wrapper {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}

.US-MLCC-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

.US-MLCC-process-card {
    background-color: #c11e10;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.US-MLCC-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.US-MLCC-card-inner {
    display: flex;
    padding: 20px;
    height: 100%;
    min-height: 200px;
    align-items: center;
}

.US-MLCC-card-left {
    flex: 0 0 150px;
    position: relative;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.US-MLCC-card-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.2);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.US-MLCC-card-image {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.US-MLCC-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.US-MLCC-card-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    color: white;
}

.US-MLCC-card-title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1.3;
}

.US-MLCC-card-inquire {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.US-MLCC-card-button {
    display: inline-block;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #c11e10;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 150px;
}

.US-MLCC-card-button:hover {
    background-color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.US-MLCC-scroll-indicator {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
}

.US-MLCC-scroll-indicator svg {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

@media (min-width: 1200px) and (max-width: 1430px) {
    .US-MLCC-process-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    
    .US-MLCC-card-inner {
        min-height: 180px;
        padding: 18px;
    }
    
    .US-MLCC-card-left {
        flex: 0 0 130px;
        height: 130px;
        margin-right: 18px;
    }
    
    .US-MLCC-card-image {
        width: 130px;
        height: 130px;
    }
    
    .US-MLCC-card-title {
        font-size: 17px;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    
    .US-MLCC-card-inquire {
        font-size: 11px;
        margin-bottom: 12px;
    }
    
    .US-MLCC-card-button {
        padding: 8px 8px;
        font-size: 13px;
        max-width: 140px;
    }
    
    .US-MLCC-card-number {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}
    
@media (max-width: 1200px) {
    .US-MLCC-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .US-MLCC-card-inner {
        min-height: 180px;
    }
    
    .US-MLCC-card-left {
        flex: 0 0 140px;
        height: 140px;
    }
    
    .US-MLCC-card-image {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 992px) {
    .US-MLCC-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .US-MLCC-card-inner {
        padding: 18px;
        min-height: 170px;
    }
    
    .US-MLCC-card-left {
        flex: 0 0 130px;
        height: 130px;
        margin-right: 20px;
    }
    
    .US-MLCC-card-image {
        width: 130px;
        height: 130px;
    }
    
    .US-MLCC-card-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .US-MLCC-process-title {
        font-size: 28px;
    }
    
    .US-MLCC-process-subtitle {
        font-size: 16px;
    }
    
    .US-MLCC-process-grid-wrapper {
        overflow-x: auto;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
    }
    
    .US-MLCC-process-grid {
        grid-template-columns: repeat(4, 320px);
        grid-auto-columns: 320px;
        grid-auto-flow: column;
        gap: 15px;
        width: max-content;
        padding: 0 10px 10px;
    }
    
    .US-MLCC-process-card {
        width: 320px;
    }
    
    .US-MLCC-card-inner {
        min-height: 160px;
        padding: 15px;
    }
    
    .US-MLCC-card-left {
        flex: 0 0 120px;
        height: 120px;
        margin-right: 15px;
    }
    
    .US-MLCC-card-image {
        width: 120px;
        height: 120px;
    }
    
    .US-MLCC-card-title {
        font-size: 16px;
    }
    
    .US-MLCC-card-button {
        padding: 10px 10px;
        font-size: 13px;
    }
    
    .US-MLCC-scroll-indicator {
        display: flex;
    }
}

@media (max-width: 480px) {
    .US-MLCC-process-container {
        padding: 30px 15px;
    }
    
    .US-MLCC-process-header {
        margin-bottom: 30px;
    }
    
    .US-MLCC-process-grid {
        grid-template-columns: repeat(4, 300px);
        grid-auto-columns: 300px;
        gap: 12px;
    }
    
    .US-MLCC-process-card {
        width: 300px;
    }
    
    .US-MLCC-card-inner {
        min-height: 150px;
        padding: 12px;
    }
    
    .US-MLCC-card-left {
        flex: 0 0 110px;
        height: 110px;
        margin-right: 12px;
    }
    
    .US-MLCC-card-image {
        width: 110px;
        height: 110px;
    }
    
    .US-MLCC-card-title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .US-MLCC-card-inquire {
        font-size: 11px;
        margin-bottom: 10px;
    }
    
    .US-MLCC-card-button {
        padding: 10px 10px;
        font-size: 12px;
    }
}

.US-Product-Series {
    width: 100%;
    background-color: #f8f9fa;
    color: #f8f9fa;
    padding: 80px 20px;
}

.US-Product-Series__container {
    width: 80%;
    margin: 0 auto;
}

.US-Product-Series__header {
    margin-bottom: 60px;
}

.US-Product-Series__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #000; 
}

.US-Product-Series__title-accent {
    color: #666;
}

.US-Product-Series__description {
    font-size: 1.125rem;
    color: #000; 
    font-weight: 300;
    max-width: 600px;
    opacity: 0.8;
}

.US-Product-Series__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    height: 600px;
}

.US-Product-Series__card-large {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 100%;
}

.US-Product-Series__card-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%; 
}

.US-Product-Series__card-small {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    flex: 1;
}

.US-Product-Series__card {
    position: relative;
}

.US-Product-Series__card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.US-Product-Series__card:hover .US-Product-Series__card-image {
    transform: scale(1.05);
}

.US-Product-Series__card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    z-index: 1;
}

.US-Product-Series__card-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
}

.US-Product-Series__card-title {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff; 
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.US-Product-Series__card-title:hover {
    color: #c11e10; 
}

.US-Product-Series__card-large .US-Product-Series__card-title {
    font-size: 2.5rem;
}

.US-Product-Series__card-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 992px) {
    .US-Product-Series {
        padding: 60px 15px;
    }
    
    .US-Product-Series__title {
        font-size: 2.5rem;
    }
    
    .US-Product-Series__grid {
        grid-template-columns: 1fr;
        height: auto;
        gap: 20px;
    }
    
    .US-Product-Series__card-large {
        height: 400px;
    }
    
    .US-Product-Series__card-column {
        flex-direction: row;
        height: auto;
        gap: 20px;
    }
    
    .US-Product-Series__card-small {
        height: 350px;
        flex: 1;
    }
    
    .US-Product-Series__card-large .US-Product-Series__card-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .US-Product-Series {
        padding: 40px 15px;
    }
    .US-Product-Series__container {
        width: 100%;
    }
    
    .US-Product-Series__title {
        font-size: 2rem;
    }
    
    .US-Product-Series__description {
        font-size: 1rem;
    }
    
    .US-Product-Series__card-large {
        height: 350px;
    }
    
    .US-Product-Series__card-column {
        flex-direction: column;
        gap: 20px;
    }
    
    .US-Product-Series__card-small {
        height: 300px;
    }
    
    .US-Product-Series__card-content {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
    
    .US-Product-Series__card-large .US-Product-Series__card-title {
        font-size: 1.75rem;
    }
    
    .US-Product-Series__card-title {
        font-size: 1.5rem;
    }
    .US-Product-Series__grid {
        display: block;
        height: auto;
    }
    .US-Product-Series__card-large,
    .US-Product-Series__card-small {
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
        display: block;
    } 
    .US-Product-Series__card-column {
        display: block;
        height: auto;
    }    
}

.US-Project-Showcase {
    width: 100%;
    overflow: hidden;
    padding: 80px 20px;
    background-color: #1B1F12;
}

.US-Project-Showcase__header {
    max-width: 1400px;
    margin: 0 auto 50px;
    text-align: center;
}

.US-Project-Showcase__scrolling-text {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    user-select: none;
}

.US-Project-Showcase__scrolling-inner {
    display: flex;
    animation: scrollText 25s linear infinite;
}

.US-Project-Showcase__scrolling-item {
    padding: 0 25px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #c11e10;
    letter-spacing: 1px;
}

.US-Project-Showcase__scrolling-item.dot {
    color: #777;
}

.US-Project-Showcase__title {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.US-Project-Showcase__subtitle {
    font-size: 1.2rem;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.US-Project-Showcase__button {
    display: inline-flex;
    align-items: center;
    background: #c11e10;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.US-Project-Showcase__button:hover {
    background: #a0180d;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(193, 30, 16, 0.25);
}

.US-Project-Showcase__button i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.US-Project-Showcase__button:hover i {
    transform: translateX(6px);
}

.US-Project-Showcase__grid {
    display: flex;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

.US-Project-Showcase__card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    height: 450px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    flex: 1;
}

.US-Project-Showcase__card:not(.active):not(:hover) {
    flex: 0 0 180px;
}

.US-Project-Showcase__card.active,
.US-Project-Showcase__card:hover {
    flex: 1.8;
    min-width: 300px;
}

.US-Project-Showcase__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.6s ease, transform 0.6s ease;
}

.US-Project-Showcase__card.active .US-Project-Showcase__card-image,
.US-Project-Showcase__card:hover .US-Project-Showcase__card-image {
    filter: brightness(0.85);
    transform: scale(1.03);
}

.US-Project-Showcase__card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 30px 30px;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.85) 30%,
        rgba(0, 0, 0, 0.5) 70%,
        transparent 100%);
    color: #fff;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-height: 85%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.US-Project-Showcase__card.active .US-Project-Showcase__card-content,
.US-Project-Showcase__card:hover .US-Project-Showcase__card-content {
    transform: translateY(0);
    opacity: 1;
}

.US-Project-Showcase__card-title {
    font-size: 1.7rem;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease 0.15s;
}

.US-Project-Showcase__card.active .US-Project-Showcase__card-title,
.US-Project-Showcase__card:hover .US-Project-Showcase__card-title {
    transform: translateY(0);
    opacity: 1;
}

.US-Project-Showcase__card-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.US-Project-Showcase__card-title a:hover {
    color: #f5eaea;
}

.US-Project-Showcase__card-description {
    margin-bottom: 25px;
    font-size: 0.98rem;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.25s;
    max-height: 180px;
    overflow-y: auto;
    padding-right: 10px;
}

.US-Project-Showcase__card.active .US-Project-Showcase__card-description,
.US-Project-Showcase__card:hover .US-Project-Showcase__card-description {
    opacity: 0.95;
    transform: translateY(0);
}

.US-Project-Showcase__card-description::-webkit-scrollbar {
    width: 4px;
}

.US-Project-Showcase__card-description::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.US-Project-Showcase__card-description::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    transition: background 0.3s ease;
}

.US-Project-Showcase__card-description::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4);
}

.US-Project-Showcase__card-button {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    margin-top: 10px;
    transition: all 0.4s ease 0.35s;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    align-self: flex-start;
}

.US-Project-Showcase__card.active .US-Project-Showcase__card-button,
.US-Project-Showcase__card:hover .US-Project-Showcase__card-button {
    transform: translateY(0);
    opacity: 1;
}

.US-Project-Showcase__card-button:hover {
    background: #c11e10;
    color: #fff;
    transform: translateX(5px) !important;
    box-shadow: 0 6px 12px rgba(193, 30, 16, 0.25);
}

.US-Project-Showcase__card-button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.US-Project-Showcase__card-button:hover i {
    transform: translateX(4px);
}

.US-Project-Showcase__card-label {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    white-space: nowrap;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 4px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.US-Project-Showcase__card.active .US-Project-Showcase__card-label,
.US-Project-Showcase__card:hover .US-Project-Showcase__card-label {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
}

.US-Project-Showcase__card-indicator {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 2;
}

.US-Project-Showcase__card.active .US-Project-Showcase__card-indicator,
.US-Project-Showcase__card:hover .US-Project-Showcase__card-indicator {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .US-Project-Showcase {
        padding: 60px 15px;
    }
    
    .US-Project-Showcase__grid {
        flex-direction: column;
        gap: 25px;
        padding: 0;
    }
    
    .US-Project-Showcase__card {
        height: 380px;
        flex: 1 0 auto !important;
        width: 100% !important;
        min-width: 100% !important;
    }
    
    .US-Project-Showcase__card-content {
        opacity: 1;
        transform: translateY(0);
        padding: 35px 25px 25px;
        background: linear-gradient(to top, 
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0.85) 30%,
            rgba(0, 0, 0, 0.5) 70%,
            transparent 100%);
    }
    
    .US-Project-Showcase__card-title,
    .US-Project-Showcase__card-description,
    .US-Project-Showcase__card-button {
        transform: translateY(0);
        opacity: 1;
    }
    
    .US-Project-Showcase__card-label,
    .US-Project-Showcase__card-indicator {
        display: none;
    }
    
    .US-Project-Showcase__title {
        font-size: 2.2rem;
    }
    
    .US-Project-Showcase__scrolling-text {
        font-size: 0.9rem;
    }
    
    .US-Project-Showcase__button {
        padding: 13px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .US-Project-Showcase {
        padding: 50px 15px;
    }
    
    .US-Project-Showcase__card {
        height: 320px;
    }
    
    .US-Project-Showcase__title {
        font-size: 1.9rem;
    }
    
    .US-Project-Showcase__subtitle {
        font-size: 1.1rem;
    }
    
    .US-Project-Showcase__card-title {
        font-size: 1.5rem;
    }
    
    .US-Project-Showcase__card-description {
        font-size: 0.95rem;
        max-height: 150px;
    }
}

.US-Project-Showcase__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.US-Company-Intro {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-image: url('https://file.globalso.com/file_manage/4741/20260211/about-us-uppershell.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 720px;
}

.US-Company-Intro__container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
    height: 720px;
    padding: 0 20px;
    box-sizing: border-box;
}

.US-Company-Intro__grid {
    display: flex;
    position: relative;
    height: 720px;
    align-items: flex-end;
}

.US-Company-Intro__item {
    position: relative;
    flex: 1;
    height: 100%;
}

.US-Company-Intro__line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: rgba(224, 224, 224, 0.7);
    z-index: 1;
    transform: translateX(-50%);
}

.US-Company-Intro__item:nth-child(1) .US-Company-Intro__line {
    height: 376px;
}

.US-Company-Intro__item:nth-child(2) .US-Company-Intro__line {
    height: 546px;
}

.US-Company-Intro__item:nth-child(3) .US-Company-Intro__line {
    height: 276px;
}

.US-Company-Intro__item:nth-child(4) .US-Company-Intro__line {
    height: 436px;
}

.US-Company-Intro__icon {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 2px dashed #E0E0E0;
    border-radius: 50%;
    animation: rotateIcon 8s linear infinite;
    z-index: 2;
    transform: translateX(-50%);
}

.US-Company-Intro__item:nth-child(1) .US-Company-Intro__icon {
    bottom: 376px;
    transform: translateX(-50%) translateY(50%);
}

.US-Company-Intro__item:nth-child(2) .US-Company-Intro__icon {
    bottom: 546px;
    transform: translateX(-50%) translateY(50%);
}

.US-Company-Intro__item:nth-child(3) .US-Company-Intro__icon {
    bottom: 276px;
    transform: translateX(-50%) translateY(50%);
}

.US-Company-Intro__item:nth-child(4) .US-Company-Intro__icon {
    bottom: 436px;
    transform: translateX(-50%) translateY(50%);
}

@keyframes rotateIcon {
    0% {
        transform: translateX(-50%) translateY(50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(50%) rotate(360deg);
    }
}

.US-Company-Intro__content {
    position: absolute;
    left: calc(50% + 30px);
    z-index: 3;
}

.US-Company-Intro__item:nth-child(1) .US-Company-Intro__content {
    bottom: 376px;
    transform: translateY(50%);
}

.US-Company-Intro__item:nth-child(2) .US-Company-Intro__content {
    bottom: 546px;
    transform: translateY(50%);
}

.US-Company-Intro__item:nth-child(3) .US-Company-Intro__content {
    bottom: 276px;
    transform: translateY(50%);
}

.US-Company-Intro__item:nth-child(4) .US-Company-Intro__content {
    bottom: 436px;
    transform: translateY(50%);
}

.US-Company-Intro__number {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 1.06em;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    letter-spacing: -2px;
}

.US-Company-Intro__number-suffix {
    font-size: 24px;
    font-weight: 600;
    margin-left: 2px;
    vertical-align: top;
    color: #fff;
}

.US-Company-Intro__number-suffix sup {
    font-size: 16px;
    color: #fff;
}

.US-Company-Intro__title {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.167em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .US-Company-Intro,
    .US-Company-Intro__container,
    .US-Company-Intro__grid {
        height: auto;
        min-height: 500px;
    }
    
    .US-Company-Intro__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding: 60px 0;
        align-items: end;
        height: auto;
    }
    
    .US-Company-Intro__item {
        height: auto;
        min-height: 250px;
        position: relative;
    }
    
    .US-Company-Intro__item:nth-child(1) .US-Company-Intro__line,
    .US-Company-Intro__item:nth-child(2) .US-Company-Intro__line,
    .US-Company-Intro__item:nth-child(3) .US-Company-Intro__line,
    .US-Company-Intro__item:nth-child(4) .US-Company-Intro__line {
        height: 220px;
    }
    
    .US-Company-Intro__item:nth-child(1) .US-Company-Intro__icon,
    .US-Company-Intro__item:nth-child(2) .US-Company-Intro__icon,
    .US-Company-Intro__item:nth-child(3) .US-Company-Intro__icon,
    .US-Company-Intro__item:nth-child(4) .US-Company-Intro__icon {
        bottom: 220px;
        transform: translateX(-50%) translateY(50%);
    }
    
    .US-Company-Intro__item:nth-child(1) .US-Company-Intro__content,
    .US-Company-Intro__item:nth-child(2) .US-Company-Intro__content,
    .US-Company-Intro__item:nth-child(3) .US-Company-Intro__content,
    .US-Company-Intro__item:nth-child(4) .US-Company-Intro__content {
        bottom: 220px;
        left: calc(50% + 25px);
        transform: translateY(50%);
    }
    
    .US-Company-Intro__number {
        font-size: 60px;
    }
    
    .US-Company-Intro__icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 576px) {
    .US-Company-Intro {
        height: 420px !important;
        min-height: 420px !important;
    }
    
    .US-Company-Intro__container {
        height: 420px !important;
        padding: 0 15px;
    }
    
    .US-Company-Intro__grid {
        height: 420px !important;
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        grid-template-rows: repeat(2, 1fr); 
        gap: 10px; 
        padding: 20px 0; 
    }
    
    .US-Company-Intro__item {
        height: auto !important;
        min-height: 0 !important;
        position: relative;
    }
    
    .US-Company-Intro__item .US-Company-Intro__line {
        height: 180px !important;
        bottom: 0;
    }
    
    .US-Company-Intro__item .US-Company-Intro__icon {
        bottom: 180px !important;
        transform: translateX(-50%) translateY(50%) !important;
        width: 22px;
        height: 22px;
    }
    
    .US-Company-Intro__item .US-Company-Intro__content {
        bottom: 180px !important; 
        left: calc(50% + 20px) !important; 
        transform: translateY(50%) !important;
        width: 100px; 
    }
    
    .US-Company-Intro__number {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 4px;
    }
    
    .US-Company-Intro__number-suffix {
        font-size: 14px;
    }
    
    .US-Company-Intro__number-suffix sup {
        font-size: 10px;
    }
    
    .US-Company-Intro__title {
        font-size: 9px; 
        line-height: 1.2;
        white-space: normal;
        letter-spacing: 0.2px;
    }
}

@media (max-width: 480px) {
    .US-Company-Intro__grid {
        gap: 8px;
        padding: 15px 0;
    }
    
    .US-Company-Intro__item .US-Company-Intro__line {
        height: 160px !important;
    }
    
    .US-Company-Intro__item .US-Company-Intro__icon {
        bottom: 160px !important;
        width: 20px;
        height: 20px;
    }
    
    .US-Company-Intro__item .US-Company-Intro__content {
        bottom: 160px !important;
        left: calc(50% + 18px) !important;
        width: 90px;
    }
    
    .US-Company-Intro__number {
        font-size: 28px;
    }
    
    .US-Company-Intro__title {
        font-size: 8px;
    }
}

@media (max-width: 375px) {
    .US-Company-Intro__item .US-Company-Intro__line {
        height: 150px !important;
    }
    
    .US-Company-Intro__item .US-Company-Intro__icon {
        bottom: 150px !important;
        width: 18px;
        height: 18px;
    }
    
    .US-Company-Intro__item .US-Company-Intro__content {
        bottom: 150px !important;
        left: calc(50% + 16px) !important;
        width: 85px;
    }
    
    .US-Company-Intro__number {
        font-size: 26px;
    }
    
    .US-Company-Intro__title {
        font-size: 7.5px;
    }
}

.US-Product-Categories {
    width: 100%;
    padding: 80px 20px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.US-Product-Categories__header {
    max-width: 1200px;
    margin: 0 auto 60px;
    text-align: center;
}

.US-Product-Categories__title {
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.US-Product-Categories__description {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.US-Product-Categories__scrolling-container {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.US-Product-Categories__scrolling-row-left {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding: 5px 0;
}

.US-Product-Categories__scrolling-row-left:hover .US-Product-Categories__scrolling-wrapper {
    animation-play-state: paused;
}

.US-Product-Categories__scrolling-row-left .US-Product-Categories__scrolling-wrapper {
    display: flex;
    animation: scrollLeft 35s linear infinite;
}

.US-Product-Categories__scrolling-row-right {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 5px 0;
}

.US-Product-Categories__scrolling-row-right:hover .US-Product-Categories__scrolling-wrapper {
    animation-play-state: paused;
}

.US-Product-Categories__scrolling-row-right .US-Product-Categories__scrolling-wrapper {
    display: flex;
    animation: scrollRight 40s linear infinite;
}

.US-Product-Categories__scrolling-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin: 0 8px;
    min-width: 280px;
    height: 52px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.US-Product-Categories__scrolling-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #c11e10;
    background-color: rgb(193, 30, 16);
}

.US-Product-Categories__scrolling-item:hover .US-Product-Categories__item-product,
.US-Product-Categories__scrolling-item:hover .US-Product-Categories__item-category {
    color: #fff;
}

.US-Product-Categories__scrolling-item:hover .US-Product-Categories__item-category::before {
    color: rgba(255, 255, 255, 0.8);
}

.US-Product-Categories__item-product {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.3;
    display: inline-block;
    text-decoration: none;
    transition: color 0.2s ease;
    margin-right: 8px;
    max-width: 200px;
    white-space: normal;
    word-break: break-word;
}

.US-Product-Categories__item-product:hover {
    color: #c11e10;
}

.US-Product-Categories__scrolling-item:hover .US-Product-Categories__item-product:hover {
    color: #fff;
}

.US-Product-Categories__item-category {
    font-size: 0.85rem;
    color: #888;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.US-Product-Categories__item-category::before {
    content: "|";
    color: #bbb;
    margin-right: 6px;
    font-weight: 300;
    transition: color 0.2s ease;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .US-Product-Categories {
        padding: 60px 15px;
    }
    
    .US-Product-Categories__title {
        font-size: 2.2rem;
    }
    
    .US-Product-Categories__description {
        font-size: 1.1rem;
    }
    
    .US-Product-Categories__scrolling-item {
        padding: 10px 16px;
        min-width: 240px;
        height: 50px;
        margin: 0 6px;
    }
    
    .US-Product-Categories__item-product {
        font-size: 0.95rem;
        max-width: 180px;
    }
    
    .US-Product-Categories__item-category {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .US-Product-Categories {
        padding: 50px 15px;
    }
    
    .US-Product-Categories__title {
        font-size: 1.9rem;
    }
    
    .US-Product-Categories__description {
        font-size: 1rem;
    }
    
    .US-Product-Categories__scrolling-item {
        padding: 8px 14px;
        min-width: 220px;
        height: 48px;
        margin: 0 5px;
    }
    
    .US-Product-Categories__item-product {
        font-size: 0.9rem;
        max-width: 160px;
    }
    
    .US-Product-Categories__item-category {
        font-size: 0.75rem;
    }
}

.US-Product-Categories__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
        .US-page-container {
            max-width: 80%;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .US-page-hero {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 80px 0 60px;
            text-align: center;
        }

        .US-page-hero h1 {
            font-size: 2.8rem;
            color: #1a3a6c;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .US-page-hero p {
            font-size: 1.2rem;
            color: #555;
            max-width: 800px;
            margin: 0 auto 30px;
        }

        .US-page-highlight-box {
            background: white;
            border-radius: 10px;
            padding: 25px;
            max-width: 1000px;
            margin: 40px auto 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            border-left: 5px solid rgb(193, 30, 16);
        }

        .US-page-highlight-box h3 {
            color: rgb(193, 30, 16);
            margin-bottom: 15px;
            font-size: 1.5rem;
        }

        .US-page-advantages {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 25px;
        }

        .US-page-advantage-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 500;
            color: #1a3a6c;
        }

        .US-page-advantage-item i {
            color: rgb(193, 30, 16);
            font-size: 1.2rem;
        }

        /* Core Equipment Section */
        .US-page-section-title {
            text-align: center;
            font-size: 2.2rem;
            color: #1a3a6c;
            margin: 70px 0 40px;
            position: relative;
        }

        .US-page-section-title:after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background: rgb(193, 30, 16);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

        .US-page-equipment-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
            margin-bottom: 80px;
        }

        .US-page-equipment-card {
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #eaeaea;
        }

        .US-page-equipment-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 20px rgba(0,0,0,0.08);
        }

        .US-page-equipment-card h3 {
            color: rgb(193, 30, 16);
            margin-bottom: 12px;
            font-size: 1.4rem;
        }

        .US-page-equipment-card p {
            color: #666;
            font-size: 0.95rem;
        }

        /* Why Choose Us Section */
        .US-page-why-us {
            background: #f8f9fa;
            padding: 70px 0;
            margin: 60px 0;
        }

        .US-page-why-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .US-page-why-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-top: 3px solid #1a73e8;
        }

        .US-page-why-card h3 {
            color: #1a3a6c;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .US-page-why-card h3 i {
            color: rgb(193, 30, 16);
        }

        /* Applications Section */
        .US-page-applications {
            margin-bottom: 80px;
        }

        .US-page-app-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
        }

        .US-page-app-tag {
            background: #e8f0fe;
            color: #1a73e8;
            padding: 12px 24px;
            border-radius: 50px;
            font-weight: 500;
            font-size: 1rem;
        }

        /* FAQ Section */
        .US-page-faq-section {
            background: #f8f9fa;
            padding: 70px 0;
        }

        .US-page-faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .US-page-faq-item {
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #e0e0e0;
        }

        .US-page-faq-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .US-page-faq-question {
            font-size: 1.2rem;
            color: rgb(193, 30, 16);
            margin-bottom: 10px;
            font-weight: 600;
        }

        .US-page-faq-answer {
            color: #555;
            line-height: 1.7;
        }

        /* CTA Section */
        .US-page-cta-section {
            background: linear-gradient(135deg, #1a3a6c 0%, #2c5282 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .US-page-cta-section h2 {
            font-size: 2.2rem;
            margin-bottom: 20px;
        }

        .US-page-cta-section p {
            font-size: 1.2rem;
            margin: 0 auto 30px;
            opacity: 0.9;
        }

        .US-page-cta-button {
            display: inline-block;
            background: rgb(193, 30, 16);
            color: white;
            padding: 16px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .US-page-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            background: rgb(210, 40, 26);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .US-page-hero h1 {
                font-size: 2.2rem;
            }
            
            .US-page-hero {
                padding: 60px 0 40px;
            }
            
            .US-page-section-title {
                font-size: 1.8rem;
                margin: 50px 0 30px;
            }
            
            .US-page-advantages {
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
            
            .US-page-equipment-grid {
                grid-template-columns: 1fr;
                margin-bottom: 60px;
            }
            
            .US-page-why-us {
                padding: 50px 0;
                margin: 40px 0;
            }
            
            .US-page-faq-section {
                padding: 50px 0;
            }
            
            .US-page-cta-section {
                padding: 60px 0;
                margin-top: 40px;
            }
            
            .US-page-app-list {
                gap: 10px;
            }
            
            .US-page-app-tag {
                padding: 10px 20px;
                font-size: 0.9rem;
            }
        }		
		
		