/* .section-trusted-partner-stats {
    margin: 80px 0
}

.section-trusted-partner-stats .content-wrapper {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 80px
}

@media (max-width: 1280px) {
    .section-trusted-partner-stats .content-wrapper {
        gap: 32px
    }
}

@media (max-width: 1024px) {
    .section-trusted-partner-stats .content-wrapper {
        grid-template-columns: 1fr
    }
}

.section-trusted-partner-stats .stats-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px
}

.section-trusted-partner-stats .stat-item {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 8px 16px;
    background-color: var(--color-background)
}

.section-trusted-partner-stats .stat-item h3 {
    font-size: 56px;
    font-weight: 500
}

@media (max-width: 1440px) {
    .section-trusted-partner-stats .stat-item h3 {
        font-size: 48px
    }
}

@media (max-width: 576px) {
    .section-trusted-partner-stats .stat-item h3 {
        font-size: 32px
    }
}

.section-trusted-partner-stats .stat-item h5 {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 576px) {
    .section-trusted-partner-stats .stat-item h5 {
        font-size: 14px
    }
}

.section-trusted-partner-stats .stat-item .item-left {
    padding-right: 16px;
    border-right: 1px solid var(--color-border);
    flex: 0 0 25%;
    max-width: 25%
}

.section-trusted-partner-stats .stat-item .item-right {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.section-trusted-partner-stats .stat-item .item-right h3 {
    color: var(--color-secondary)
}

.section-trusted-partner-stats .stat-item .item-right h3 sup {
    font-size: 20px;
    top: -1.5em
}

@media (max-width: 576px) {
    .section-trusted-partner-stats .stat-item .item-right h3 sup {
        font-size: 16px
    }
}

@media (max-width: 1024px) {
    .section-trusted-partner-stats .stat-item {
        max-width: 575px;
        width: 100%
    }
}

@media (max-width: 576px) {
    .section-trusted-partner-stats {
        margin: 40px 0
    }
}

.section-trusted-partner-stats .stat-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-trusted-partner-stats .stat-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
  }
  
  .section-trusted-partner-stats .stat-item h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 4px 0;
    color: blue;
  }
  
  .section-trusted-partner-stats .stat-item p {
    font-size: 16px;
    color: #000;
    margin: 4px 0 0;
    line-height: 1.5;
  }
 
  .brand-aws {
    color: #FF9900;
    font-weight: 600;
  }
  .brand-oracle {
    color: #F80000;
    font-weight: 600;
  }
  .brand-redhat {
    color: #EE0000;
    font-weight: 600;
  }
  .brand-ibm {
    color: #006699;
    font-weight: 600;
  }
  .brand-nist {
    color: #4A90E2;
    font-weight: 600;
  }
  .brand-nmaa {
    color: #9055A2;
    font-weight: 600;
  }
  .brand-stonebranch {
    color: #228B22;
    font-weight: 600;
  }
  .highlight {
    color: var(--color-secondary);
    font-weight: 600;
  }
  
  /* Optional hover effect */
  .stat-item h5 span:hover {
    text-decoration: underline;
    opacity: 0.85;
    cursor: pointer;
  }   */
  
.section-trusted-partner-stats {
    margin: 80px 0;
  }
  
  .section-trusted-partner-stats .content-wrapper {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
  
  @media (max-width: 1280px) {
    .section-trusted-partner-stats .content-wrapper {
      gap: 32px;
    }
  }
  
  @media (max-width: 1024px) {
    .section-trusted-partner-stats .content-wrapper {
      grid-template-columns: 1fr;
    }
  }
  
  .section-trusted-partner-stats .stats-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  
  .section-trusted-partner-stats .stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    background-color: var(--color-background);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    gap: 8px;
    max-width: 100%;
  }
  
  .section-trusted-partner-stats .stat-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #f06543; /* màu cam đậm */
    margin: 0;
  }
  
  @media (max-width: 1440px) {
    .section-trusted-partner-stats .stat-item h3 {
      font-size: 22px;
    }
  }
  
  @media (max-width: 576px) {
    .section-trusted-partner-stats .stat-item h3 {
      font-size: 20px;
    }
  }
  
  .section-trusted-partner-stats .stat-item h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 4px 0;
    color: blue; /* màu xám đậm cho chứng nhận */
  }
  
  @media (max-width: 576px) {
    .section-trusted-partner-stats .stat-item h5 {
      font-size: 14px;
    }
  }
  
  .section-trusted-partner-stats .stat-item p {
    font-size: 16px;
    color: #000;
    margin: 4px 0 0;
    line-height: 1.5;
  }
  
  @media (max-width: 1024px) {
    .section-trusted-partner-stats .stat-item {
      max-width: 575px;
      width: 100%;
    }
  }
  
  @media (max-width: 576px) {
    .section-trusted-partner-stats {
      margin: 40px 0;
    }
  }
  

.section-business-sectors {
    margin: 80px 0
}

.section-business-sectors .tabs {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 4px solid var(--color-primary-400)
}

@media (max-width: 576px) {
    .section-business-sectors .tabs {
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 16px
    }
}

.section-business-sectors .tab-button {
    position: relative;
    padding: 24px;
    background-color: transparent;
    margin-bottom: 36px;
    transition: 0.15s background-color ease-in-out
}

.section-business-sectors .tab-button:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -31px;
    right: 32px;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 32px solid var(--color-primary-400);
    opacity: 0;
    transition: 0.15s opacity ease-in-out
}

@media (max-width: 1024px) {
    .section-business-sectors .tab-button:after {
        bottom: -24px;
        right: 24px;
        border-left-width: 16px;
        border-right-width: 16px;
        border-top-width: 24px
    }
}

@media (max-width: 768px) {
    .section-business-sectors .tab-button:after {
        bottom: -16px;
        right: 16px
    }
}

@media (max-width: 576px) {
    .section-business-sectors .tab-button:after {
        content: none
    }
}

.section-business-sectors .tab-button.active {
    color: #ffffff;
    background-color: var(--color-primary-400)
}

.section-business-sectors .tab-button.active::after {
    opacity: 1
}

.section-business-sectors .tab-button h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 8px
}

@media (max-width: 1024px) {
    .section-business-sectors .tab-button h3 {
        font-size: 18px
    }
}

@media (max-width: 576px) {
    .section-business-sectors .tab-button h3 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 576px) {
    .section-business-sectors .tab-button img {
        aspect-ratio: 1/1;
        flex: 0 0 30%;
        max-width: 30%
    }
}

.section-business-sectors .tab-button:hover:not(.active) {
    background-color: var(--color-primary-100)
}

@media (max-width: 1024px) {
    .section-business-sectors .tab-button {
        padding: 16px;
        margin-bottom: 24px
    }
}

@media (max-width: 768px) {
    .section-business-sectors .tab-button {
        padding: 8px;
        margin-bottom: 16px
    }
}

@media (max-width: 576px) {
    .section-business-sectors .tab-button {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 0
    }
}

.section-business-sectors .grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    padding: 24px 16px;
    background-color: var(--color-background)
}

@media (max-width: 1024px) {
    .section-business-sectors .grid-container {
        grid-template-columns: 1fr
    }
}

@media (max-width: 576px) {
    .section-business-sectors .grid-container {
        padding: 16px 8px
    }
}

.section-business-sectors .left-section {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 24px
}

@media (max-width: 576px) {
    .section-business-sectors .left-section {
        grid-template-columns: repeat(1, 1fr)
    }
}

.section-business-sectors .right-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.section-business-sectors .right-section>.feature-item:nth-last-child(1):nth-child(odd) {
    /* grid-column: 1 / -1; */
    /* transform: translateX(60%); */
    /* justify-self: center; */
    grid-column: 1 / 2;
}

@media (max-width: 1024px) {
    .section-business-sectors .right-section {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 768px) {
    .section-business-sectors .right-section {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 576px) {
    .section-business-sectors .right-section {
        grid-template-columns: repeat(2, 1fr)
    }
}

.section-business-sectors .feature-item .logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.section-business-sectors .feature-item .logo img {
    width: 100%;
}

.section-business-sectors .feature-item p {
    text-align: justify;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    white-space: normal;
}

@media (max-width: 576px) {
    .section-business-sectors {
        margin: 40px 0
    }
}

.carousel-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid var(--color-primary-400)
}

.tabs-carousel {
    display: flex;
    scroll-behavior: smooth;
    /* overflow-x: auto; */
    gap: 20px;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    /* scroll-snap-type: x mandatory; */
}

.tab-button {
    flex: 0 0 30%;
    scroll-snap-align: center;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s;
    cursor: pointer;
}

.tab-button img {
    width: 100%;
    /* height: 120px; */
    object-fit: contain;
    /* border-bottom: 1px solid #eee; */
}

.tab-button h3 {
    padding: 10px;
    font-size: 16px;
}


/* .tab-button.active {
    outline: 2px solid #007bff;
} */

.arrow {
    height: 45px;
    width: 45px;
    background: #007bff;
    color: white;
    border: none;
    padding: 0px 20px;
    cursor: pointer;
    z-index: 10;
    margin: 0 10px; 
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.15s background-color ease-in-out
}

.arrow:disabled {
    opacity: 0.4;
    cursor: default;
}

@media (max-width: 768px) {
    .carousel-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-bottom: 4px solid var(--color-primary-400);
    }

    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
        width: 40px;
        font-size: 20px;
        background: #007bff;
        color: white;
        border: none;
        border-radius: 50%;
        z-index: 2;
        padding: 5px 10px;
    }

    .arrow.left {
        left: 0px;
    }

    .arrow.right {
        right: 0px;
    }

    .tabs-carousel {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 50%;
        gap: 16px;
        padding: 10px 50px;
    }

    .tab-button {
        flex: 0 0 auto;
        width: 240px;
        background: #fff;
        border-radius: 10px;
        text-align: center;
        transition: transform 0.3s;
        scroll-snap-align: center;
    }

    .tab-button img {
        max-width: 80px;
        height: auto;
        margin: 0 auto;
    }
}