html, body {
    margin: 0 !important;
    /* height: 100%; */
    overflow: hidden;
}
.scroll-snap-container {
    overflow-y: auto;
}

.scroll-snap-container {
    /* position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    scroll-behavior: smooth;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); */
}

.scroll-snap-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* -webkit-transform: translateZ(0);
    transform: translateZ(0); */
}

.scroll-snap-section.normal-image img {
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.device-slider {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.device-slider .device-slide {
    position: relative;
    overflow: visible;
    display: flex !important;
    justify-content: center;
}

.device-slider .device-slide:nth-child(1) img {
    width: 90%;
}
.device-slider .device-slide:nth-child(2) img {
    width: 60%;
}
.device-slider .device-slide:nth-child(3) img {
    width: 60%;
}
.device-slider .device-slide:nth-child(4) img {
    width: 60%;
}
.device-slider .device-slide:nth-child(5) img {
    width: 55%;
}
@media (max-width: 768px) {
    .device-slider .device-slide {
        align-items: center;
        flex-direction: column;
    }
}

.device-slide img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.projects-right .device-slider .slick-list {
    overflow: visible;
}

.process-title {
    font-size: 42px;
    margin-bottom: 20px;
    color: #333;
    font-weight: normal;
}

.process-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin-bottom: 50px;
}

.process-timeline {
    position: relative;
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.process-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 150px;
}

.process-item:nth-child(even) {
    transform: translateY(-35px);
    margin-left: -4px;
}

.process-item:nth-child(odd) {
    transform: translateY(35px);
    margin-right: -4px;
}

.step-box {
    position: relative;
    width: 100%;
    z-index: 2;
}

.step-box-border {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 25px;
    border-width: 8px;
    border-style: solid;
    z-index: 1;
}

/* Ô số lẻ - không có border top */
.process-item:nth-child(odd) .step-box-border {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Ô số chẵn - không có border bottom */
.process-item:nth-child(even) .step-box-border {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Màu riêng cho từng ô */
.process-item:nth-child(1) .step-box-border {
    border-color: #87CEEB;
}

.process-item:nth-child(2) .step-box-border {
    border-color: #5DADE2;
}

.process-item:nth-child(3) .step-box-border {
    border-color: #004165;
}

.process-item:nth-child(4) .step-box-border {
    border-color: #2E86C1;
}

.process-item:nth-child(5) .step-box-border {
    border-color: #FFA500;
}

.process-item:nth-child(6) .step-box-border {
    border-color: #FF8C00;
}

.process-item:nth-child(7) .step-box-border {
    border-color: #F1592A;
}

/* Màu tương ứng cho số */
.process-item:nth-child(1) .step-number { background: #87CEEB; }
.process-item:nth-child(2) .step-number { background: #5DADE2; }
.process-item:nth-child(3) .step-number { background: #004165; }
.process-item:nth-child(4) .step-number { background: #2E86C1; }
.process-item:nth-child(5) .step-number { background: #FFA500; }
.process-item:nth-child(6) .step-number { background: #FF8C00; }
.process-item:nth-child(7) .step-number { background: #F1592A; }

.step-content {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    min-height: 120px;
}

.step-number {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
}

.step-content h3 {
    font-size: 12px;
    margin: 0;
    color: #333;
    line-height: 1.4;
    text-align: left;
}

.mobile-app-services {
    padding: 60px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 88px;
}


.mobile-app-services .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mobile-app-services .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-app-services .container {
    position: relative;
    z-index: 1;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.section-title {
    font-size: 24px;
    color: #F1592A;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.service-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.service-header {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.service-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

.service-icon img {
    width: 100%;
    height: auto;
}

.service-header h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
    font-weight: bold;
}

.service-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.service-image img {
    width: 100%;
    display: block;
    height: 100%;
}

.service-hover-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: calc(100% - 60px); /* Subtract header height */
    background: rgba(255,255,255,0.95);
    padding: 20px;
    transition: bottom 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 60px; /* Height of header */
}

.service-item:hover .service-hover-content {
    bottom: 0;
}

.service-hover-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 1200px) {
    .mobile-app-services .container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .mobile-app-services .container {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .mobile-app-services {
        padding: 40px 0;
        margin-top: 0px;
    }

    .mobile-app-services .container {
        max-width: 540px;
        padding: 0 15px;
    }

    .services-grid {
        display: block !important;
        margin: 0;
        width: 100%;
        padding-top: 30px;
    }

    .services-grid .service-item {
        padding: 15px;
        margin-bottom: 0px;
        width: 100%;
        height: auto;
    }

    .service-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .service-image {
        width: 100%;
        height: 250px;
        margin: 15px 0;
    }

    .service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .scroll-snap-section.normal-image .service-icon img {
        object-fit: contain;
    }
    .services-grid .slick-next {
        right: 0;
        z-index: 9;
    }
    .services-grid .slick-prev {
        left: -5px;
        z-index: 9;
    }
    .services-grid .slick-prev:before, .services-grid .slick-next:before {
        font-size: 26px;
        color: #000;
    }
}

@media (max-width: 576px) {
    .mobile-app-services .container {
        max-width: 100%;
        padding: 0 15px;
    }
}

.why-choose-us {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 2vh 0;
}

.why-choose-us .container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 88px;
    z-index: 9;
}

.why-choose-us .section-header {
    margin: 0 auto 3vh;
    text-align: center;
}

.why-choose-us .section-title {
    font-size: calc(20px + 0.5vw);
    margin-bottom: 1vh;
    color: #333;
    line-height: 1.3;
}

.why-choose-us .section-subtitle {
    font-size: calc(13px + 0.2vw);
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.why-choose-us .why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

.why-choose-us .item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 20px 10px 2vh;
    display: flex;
    align-items: flex-start;
}

.why-choose-us .item-image {
    width: calc(80px + 2vw);
    height: calc(80px + 2vw);
    flex-shrink: 0;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 8px;
}

.why-choose-us .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-us .item-content {
    flex: 1;
}

.why-choose-us .item-content h3 {
    font-size: calc(15px + 0.2vw);
    margin: 0 0 1vh;
    color: #333;
    line-height: 1.3;
}

.why-choose-us .item-content p {
    font-size: calc(12px + 0.2vw);
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.why-choose-us .cta-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 2vh;
}

.why-choose-us .cta-button {
    display: inline-block;
    padding: 8px 25px;
    font-size: calc(13px + 0.2vw);
    font-weight: 500;
    background: #F1592A;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.why-choose-us .cta-button:hover {
    background: #ff5500;
}

@media (max-width: 768px) {
    .why-choose-us {
        padding: 40px 0;
    }
    .why-choose-us .section-title {
        font-size: 19px;
    }
    .why-choose-us .section-subtitle {
        font-size: 13px;
    }
    .why-choose-us .container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .why-choose-us .why-choose-grid {
        margin: 0;
    }

    .why-choose-us .slick-slider {
        margin: 0;
    }

    .why-choose-us .slick-slide {
        width: 100vw;
    }

    .why-choose-us .item {
        padding: 20px;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 1px solid #eee;
        border-radius: 10px;
        background: #fff;
        margin: 0 15px;
        flex: none;
        max-width: none;
    }

    .why-choose-us .item-image {
        width: 100%;
        height: 200px;
        margin: 0 0 20px 0;
    }

    .why-choose-us .item-content {
        width: 100%;
        text-align: center;
    }

    .why-choose-us .item-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .why-choose-us .item-content p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .why-choose-grid .slick-next {
        right: 10px;
        z-index: 9;
    }
    .why-choose-grid .slick-prev {
        left: 5px;
        z-index: 9;
    }
    .why-choose-grid .slick-prev:before, .why-choose-grid .slick-next:before {
        font-size: 26px;
        color: #000;
    }
}

@media (max-width: 576px) {
    .why-choose-us .container {
        max-width: 100%;
    }
}


.hero-section {
    /* background-color: #333; */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    /* padding-top: -88px; */
    /* margin-top: -88px; */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.cta-button {
    background-color: #F1592A;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}

.cta-button:after {
    content: '→';
    position: absolute;
    right: 20px;
    opacity: 0;
    font-size: 20px;
    transform: translateX(-15px);
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #FF5500;
    color: #fff;
    text-decoration: none;
    padding-right: 45px;
}

.cta-button:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.programmer-question {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.programmer-question .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.programmer-question .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.programmer-question .content-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    /* padding-top: 40vh; */
}

.programmer-question h2 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.programmer-question .question-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.programmer-question .question-btn {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.programmer-question .question-btn:hover,
.programmer-question .question-btn.active {
    background: #F1592A;
    border-color: #F1592A;
}

.button-group {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.button-group .btn-no.cta-button {
    background: #F1592A;
    border-color: #F1592A;
}

.button-group .btn-yes.cta-button {
    background: transparent;
    color: white;
    border-color: white;
}

.button-group .btn-yes.cta-button:hover {
    background: white;
    color: #000;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 24px !important;
        text-transform: uppercase;
    }
    .scroll-snap-section.programmer-question {
        height: 500px;
    }
    .programmer-question h2 {
        font-size: 24px !important;
        line-height: 1.6;
    }
}


.projects-section {
    position: relative;
    overflow: hidden;
}

.projects-section .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.projects-section .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.projects-section .projects-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    gap: 30px;
    margin-top: 72px;
}

.projects-left {
    width: 45%;
    padding-right: 20px;
    position: relative;
    background-image: url('https://newver.innotech-vn.com/wp-content/uploads/2025/01/s2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projects-left > * {
    position: relative;
    z-index: 2;
}

.projects-right {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.device-slider {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.device-slide {
    position: relative;
    overflow: visible;
}

.device-slide img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
}

.readmore-btn {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #272727;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: inline-flex;
    align-items: center;
}

.readmore-btn:after {
    content: "»";
    margin-left: 8px;
    font-size: 20px;
}

.readmore-btn:hover {
    background: #3a3a3a;
    transform: translateX(-50%) translateY(-2px);
    color: white !important;
    text-decoration: none !important;
}

.projects-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.2;
    white-space: nowrap;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.logo-item {
    flex: 1;
    max-width: 150px;
    min-width: 80px;
}

.logo-item img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    opacity: 1;
}

.logo-item img:hover {
    transform: scale(1.1);
    opacity: 1;
}

.footer-section {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 10;
    height: 87vh;
    overflow-y: auto;
}


.footer-section::-webkit-scrollbar {
    width: 6px;
}

.footer-section::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.footer-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.footer-section::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@media (max-width: 768px) {
    .footer-section {
        height: auto;
    }
}
html {
    /* scroll-padding-top: 88px; */
}

.device-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    font-size: 0;
    color: white;
    background: transparent;
}

.device-slider .slick-prev {
    left: 10px;
}

.device-slider .slick-next {
    right: 10px;
}

.device-slider .slick-prev:before,
.device-slider .slick-next:before {
    font-size: 40px;
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.device-slider .slick-prev:hover:before,
.device-slider .slick-next:hover:before {
    opacity: 1;
}
.device-slider .device-slide:nth-child(6) img {
    width: 80%;
}
.device-slider .device-slide:nth-child(7) img {
    width: 40%;
}
.device-slider .device-slide:nth-child(8) img {
    width: 40%;
}
.device-slider .device-slide:nth-child(9) img {
    width: 40%;
}

@media screen and (max-width: 992px) {
    .projects-section {
        padding: 60px 0;
        min-height: auto;
    }

    .projects-section  .projects-content {
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
    }

    .projects-left {
        width: 100%;
        padding: 20px 0;
    }
    .projects-right {
        width: 100%;
        padding: 0;
    }

    .projects-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 30px;
    }

    .device-slider {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .device-slide img {
        width: 100%;
        max-width: none;
    }

    .logo-container {
        justify-content: center;
        margin-top: 20px;
    }

    .logo-row {
        justify-content: center;
        gap: 20px;
    }

    .logo-item {
        min-width: 80px;
        max-width: 100px;
    }
}

@media screen and (max-width: 576px) {
    .projects-section {
        padding: 40px 0;
    }

    .projects-section .page-title {
        text-align: center;
    }

    .projects-section  .projects-content {
        width: 95%;
        gap: 0px;
    }

    .projects-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .device-slider {
        max-width: 100%;
    }

    .logo-row {
        gap: 15px;
        margin-bottom: 5px;
    }

    .logo-item {
        min-width: 60px;
        max-width: 90px;
    }

    .readmore-btn {
        position: relative;
        bottom: 0;
        transform: none;
        left: auto;
        margin: 00px auto 0;
    }

    .readmore-btn:hover {
        transform: translateY(-2px);
    }
}

@media (max-width: 768px) {
    .scroll-snap-container {
        /* height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        -webkit-overflow-scrolling: touch; */
    }

    .scroll-snap-section {
        min-height: 300px;
        height: auto;
        scroll-snap-align: initial;
        scroll-snap-stop: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scroll-snap-section.hero-section {
        height: 100vh;
        min-height: 100vh;
    }

    .container {
        width: 100%;
        max-width: 540px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .service-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

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

    .service-image {
        width: 100%;
        height: 250px;
        margin: 15px 0;
    }

    .service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service-header {
        margin: 0;
        padding: 0;
    }

    .service-header h3 {
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 1.4;
    }

    .service-content {
        font-size: 14px;
        line-height: 1.6;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
    }
}

.development-process {
    padding: 80px 0;
    background-color: transparent;
    color: #fff;
    z-index: 9;
}

.development-process .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.development-process img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .development-process {
        padding: 40px 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
    .development-process {
        margin-top: 88px;
    }
}

.process-flow-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    gap: 0;
    padding: 50px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.process-flow-item {
    flex: 1;
    position: relative;
    z-index: 2;
    max-width: 200px;
    min-width: 120px;
}

.process-flow-item img {
    width: 100%;
    height: auto;
    display: block;
}


@media (min-width: 1370px) {
    [data-aos^=fade][data-aos^=fade].aos-animate.process-flow-item:nth-child(even) {
        transform: translateY(-26px) translateX(-21px) translateZ(0);
        margin-right: -40px;
    }
    [data-aos^=fade][data-aos^=fade].aos-animate.process-flow-item:nth-child(odd) {
        transform: translateY(78px) translateZ(0);
        z-index: 1;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
    [data-aos^=fade][data-aos^=fade].aos-animate.process-flow-item:nth-child(even) {
        transform: translateY(-30px) translateX(-21px) translateZ(0);
        margin-right: -40px;
    }
    [data-aos^=fade][data-aos^=fade].aos-animate.process-flow-item:nth-child(odd) {
        transform: translateY(68px) translateZ(0);
        z-index: 1;
    }
    
}

@media (max-width: 768px) {
    .process-flow-items {
        display: grid;
        grid-template-columns: auto;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }
    
    .process-flow-item {
        width: 120px;
        max-width: 200px;
        min-width: 120px;
        margin: 0 auto;
        /* transform: none !important; */
    }

    .process-flow-item:nth-child(even) {
        margin-right: auto;
    }

    .process-flow-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    .process-flow-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    .process-flow-item:nth-child(3) {
        grid-column: 3;
        grid-row: 1;
    }

    .process-flow-item:nth-child(4) {
        grid-column: 1;
        grid-row: 2;
    }
    .process-flow-item:nth-child(5) {
        grid-column: 2;
        grid-row: 2;
    }
    .process-flow-item:nth-child(6) {
        grid-column: 3;
        grid-row: 2;
    }
    .process-flow-item:nth-child(7) {
        grid-column: 2;
        grid-row: 3;
    }
    [data-aos^=fade][data-aos^=fade].aos-animate.process-flow-item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .process-flow-items {
        padding: 10px;
        gap: 10px;
    }
    .process-flow-item {
        width: 120px;
        min-width: 120px;
    }
}
@media (max-width: 420px) {
    .process-flow-item {
        width: 100px;
        min-width: 100px;
    }
}

/* Title styles */
.page-title {
    color: #F1592A;
    text-transform: uppercase;
}

.video-content-section .page-title,
.solution-section .page-title {
    color: #000 !important;
    text-align: center;
}

.projects-section .page-title,
.hero-section .page-title {
    color: #fff !important;
}

.video-content-section {
    /* padding: 80px 0; */
    background: white;
    color: #000;
}

.video-content-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 88px;
}

.video-content-section .section-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.video-content-section .content-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.video-content-section .content-left {
    width: 40%;
}

.video-content-section .content-right {
    width: 45%;
}

.video-content-section .problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.video-content-section .problem-item {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.video-content-section .problem-number {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    opacity: 0.8;
    width: 50px;
    text-align: left;
    flex-shrink: 0;
}

.video-content-section .problem-content {
    flex: 1;
    padding-top: 8px;
}

.video-content-section .problem-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
    line-height: 1.2;
}

.video-content-section .problem-description {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin: 0;
    max-width: 381px;
}

.video-content-section .video-wrapper {
    position: relative;
    width: 75%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    min-height: 200px;
    max-height: 363px;
}

.video-content-section .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-content-section .button-wrapper {
    text-align: center;
    margin-top: 10px;
}

.video-content-section .consult-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    background: #F1592A;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
    position: relative;
}

.video-content-section .consult-button:hover {
    padding-right: 45px;
}

.video-content-section .consult-button::after {
    content: '→';
    position: absolute;
    right: 25px;
    opacity: 0;
    transition: all 0.3s ease;
}

.video-content-section .consult-button:hover::after {
    opacity: 1;
    right: 15px;
}

@media (max-width: 768px) {
    .video-content-section  {
        padding: 20px 0;
    }
    .video-content-section .container {
        margin-top: 20px;
    }
    .video-content-section .section-title {
        font-size: 18px;
        text-wrap: nowrap;
    }
    .video-content-section .content-left {
        width: 100%;
    }
    .video-content-section .content-right {
        width: 100%;
    }
    .video-content-section .content-wrapper {
        flex-direction: column;
        gap: 10px;
        margin-top: 30px;
    }

    .video-content-section .problem-item {
        margin-bottom: 10px;
    }

    .video-content-section .problem-number {
        font-size: 20px;
        margin-bottom: 0;
    }

    .video-content-section .problem-content {
        padding-top: 0px;
    }

    .video-content-section .problem-title {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .video-content-section .problem-description {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .video-content-section .video-wrapper {
        width: 65%;
        min-height: 150px;
    }

    .video-content-section .button-wrapper {
        margin-top: 20px;
    }

    .video-content-section .consult-button {
        padding: 8px 20px;
        font-size: 13px;
    }

    .video-content-section .consult-button:hover {
        padding-right: 35px;
    }
}

.business-problems {
    background: white;
    padding: 80px 0;
    color: #000;
}

.business-problems .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    gap: 50px;
}

.business-problems .content-left {
    flex: 1;
}

.business-problems .content-right {
    flex: 1;
}

.business-problems h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
}

.business-problems .problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.business-problems .problem-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.business-problems .problem-number {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    opacity: 0.8;
}

.business-problems .problem-content {
    flex: 1;
}

.business-problems .problem-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}

.business-problems .problem-description {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .business-problems .container {
        flex-direction: column;
    }
    
    .business-problems h2 {
        font-size: 24px;
    }
    
    .business-problems .problem-number {
        font-size: 36px;
    }
    
    .business-problems .problem-title {
        font-size: 18px;
    }
}

.solution-section {
    /* padding: 80px 0; */
    background: white;
}

.solution-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 88px;
}
.solution-section .page-title {
    margin-bottom: 25px;
}

.solution-section .section-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.solution-section .items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.solution-section .item {
    border: 2px dashed #F1592A;
    border-radius: 10px;
    padding: 10px 25px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.solution-section .item-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0px;
}

.solution-section .item-number {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}

.solution-section .item-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 2px;
}

.solution-section .item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-section .item-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}

.solution-section .item-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #F1592A;
}

.solution-section .button-wrapper {
    text-align: center;
}

.solution-section .consult-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    background: #F1592A;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
    position: relative;
}

.solution-section .consult-button:hover {
    padding-right: 45px;
}

.solution-section .consult-button::after {
    content: '→';
    position: absolute;
    right: 25px;
    opacity: 0;
    transition: all 0.3s ease;
}

.solution-section .consult-button:hover::after {
    opacity: 1;
    right: 15px;
}

@media (max-width: 768px) {
    .solution-section {
        padding: 20px 0;
    }
    .solution-section .container {
        margin-top: 10px;
    }
    .solution-section .items-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .solution-section .section-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .solution-section .item {
        padding: 10px 13px;
        width: 100%;
    }
    .solution-section .item-number {
        font-size: 18px;
        margin-bottom: 0;
    }
    .solution-section .item-title {
        font-size: 15px;
        margin-bottom: 0;
    }
    .solution-section .item-list li {
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .solution-section .item-header {
        margin-bottom: 10px;
    }
    .solution-section .item-list li {
        font-size: 16px;
    }
}

.section_contact_MAD.boxMobile_two {
    margin-top: 88px;
}
@media (max-width: 768px) {
    .section_contact_MAD.boxMobile_two {
        margin-top: 40px;
    }
}

/* Ẩn các section ban đầu */
#video-section,
#solution-section,
#video-section-alt,
#solution-section-alt {
    display: none;
    height: 0;
    overflow: hidden;
}

/* Hiển thị section khi active */
#video-section.active,
#solution-section.active,
#video-section-alt.active,
#solution-section-alt.active {
    display: flex;
    height: auto;
    overflow: visible;
}

.scroll-snap-section.hidden {
    scroll-snap-align: none;
}

/* Hide scrollbar for all elements */
* {
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
}
*::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-snap-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll-snap-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.section-trip {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    /* min-height: 100vh; */
    margin-top: 88px;
}



/* Specific sections with white title */
.projects-section h2,
.hero-section h1 {
    color: #fff !important;
}



/* Specific sections with white title */
.projects-section h2,
.hero-section h1 {
    color: #fff !important;
}


@media screen and (min-width: 0px) and (max-width: 767px) {
    .page-title {
        font-size: 18px !important;
        color: #F1592A;
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 1.4;
    }

    .projects-section .page-title,
    .hero-section .page-title {
        color: #fff !important;
        line-height: 1.4;
    }
        
    .description,
    p {
        font-size: 16px;
    }
    .section-trip {
        scroll-snap-align: initial;
        scroll-snap-stop: initial;
        margin-top: 0;
    }
    body, html {
        overflow: auto;
    }
}
/* Responsive styles for screens 768px to 1399px */
@media screen and (min-width: 768px) and (max-width: 1399px) {
    .page-title {
        font-size: 24px !important;
        color: #F1592A;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .projects-section .page-title,
    .hero-section .page-title {
        color: #fff !important;
    }
        
    .description,
    p {
        font-size: 16px;
    }
    .box_header {
        margin-bottom: 0 !important;
    }
}

/* Responsive styles for screens 1400px and above */
@media screen and (min-width: 1400px) {
    .box_header {
        margin-bottom: 0 !important;
    }
    .page-title {
        font-size: 40px !important;
        color: #F1592A;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .projects-section .page-title,
    .hero-section .page-title {
        color: #fff !important;
    }
        
    .description,
    p {
        font-size: 18px;
        line-height: 1.7;
    }
    .section-subtitle {
        font-size: 18px !important;
    }

    .video-content-section .container {
        margin-top: 0;
    }
    .video-content-section .page-title {
        margin-bottom: 40px;
    }
    .video-content-section .problem-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .video-content-section .problem-description {
        font-size: 16px;
    }

    .solution-section .container {
        margin-top: 0;
    }
    .solution-section .page-title {
        margin-bottom: 40px;
    }
    .solution-section .items-grid {
        gap: 40px 0;
    }
    .solution-section .button-wrapper {
        margin-top: 40px;
    }
    .solution-section .item {
        padding: 20px 25px;
    }

    .process-flow-items {
        max-width: max-content;
        padding: 100px 0;
    }
    .service-header h3 {
        text-wrap: nowrap;
    }
    .mobile-app-services {
        margin-top: 0;
    }
    .mobile-app-services .container {
        max-width: 1370px;
    }
    .services-grid {
        max-width: fit-content;
    }
}

.tool-ai .box-tool-ai {
    margin-top: 88px;
}
.infinite-scroll-wrapper {
    overflow: hidden;
    padding: 40px 0;
    width: 100%;
}

.scroll-track {
    display: flex;
    position: relative;
    will-change: transform;
    margin: 20px 0;
}

.track1 {
    margin-bottom: 30px;
}

.track2 .scroll-content {
    flex-direction: row-reverse;
}

.scroll-content {
    display: flex;
    align-items: center;
}

.tool-ai .logo-item {
    flex-shrink: 0;
    width: 225px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px 1px #0003;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-right: 20px;
    flex: 1;
    max-width: 500px;
    min-width: 225px;
}

.tool-ai .logo-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: none;
    width: 110px;
    object-fit: cover;
}
@media (max-width: 768px) {

    .tool-ai .box-tool-ai {
        margin-top: 40px;
    }
}
@media screen and (min-width: 0) and (max-width: 390px) {
    .tool-ai .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tool-ai .page-title {
        max-width: 356px;
    }
    .tool-ai .section-subtitle {
        max-width: 356px;
        padding: 0 10px;
    }
}
@media screen and (min-width: 390px) and (max-width: 500px) {
    .tool-ai .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tool-ai .page-title {
        max-width: 390px;
    }
    .tool-ai .section-subtitle {
        max-width: 390px;
        padding: 0 10px;
    }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
    .tool-ai .box-tool-ai {
        margin-top: 0;
    }
}
@media screen and (min-width: 1400px) {
    .tool-ai .box-tool-ai {
        margin-top: 0;
    }
}

 /* Outstanding Feature Section */
 .outstanding-feature-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff6f6, #fff0f5);
}
.outstanding-feature-section {
    position: relative; 
}

.outstanding-image-left, .outstanding-image-right {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    opacity: 0.5;
}

.outstanding-image-left {
    left: 0%; 
}

.outstanding-image-right {
    right: 0%; 
    transform: translateY(-50%) rotate(-180deg);
}

.outstanding-image-left img, .outstanding-image-right img {
    max-width: 100%; 
    height: auto; 
    width: 50%;
}
.outstanding-feature-section .container {
    margin-top: 88px;
}
.feature-circle-wrapper {
    position: relative;
    width: 800px;
    height: 800px;
    margin: 0 auto;
}

.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: #FF6B6B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: radial-gradient(circle, #FFD3EB, #FFE89D);
}

.center-circle h2 {
    color: white;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    margin: 0;
    font-weight: bold;
    color: #F1592A;
    line-height: normal;
}

.feature-item {
    position: absolute;
    width: 120px;
    height: 120px;
}

.feature-item .circle {
    width: 100%;
    height: 100%;
    background: #FFB5B5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    position: relative;
}

/* Positioning các vòng tròn theo góc cố định */
.feature-item:nth-child(1) { top: 50px; left: 340px; }
.feature-item:nth-child(2) { top: 160px; right: 100px; }
.feature-item:nth-child(3) { top: 340px; right: 50px; }
.feature-item:nth-child(4) { bottom: 160px; right: 100px; }
.feature-item:nth-child(5) { bottom: 50px; left: 340px; }
.feature-item:nth-child(6) { bottom: 160px; left: 100px; }
.feature-item:nth-child(7) { top: 340px; left: 50px; }
.feature-item:nth-child(8) { top: 160px; left: 100px; }

.feature-item:nth-child(1) .circle{ background: rgba(241, 89, 42, 0.5) }
.feature-item:nth-child(2) .circle{ background: #F1592A; }
.feature-item:nth-child(3) .circle{ background: rgba(241, 89, 42, 0.5) }
.feature-item:nth-child(4) .circle{ background: #F1592A; }
.feature-item:nth-child(5) .circle{ background: rgba(241, 89, 42, 0.5) }
.feature-item:nth-child(6) .circle{ background: #F1592A; }
.feature-item:nth-child(7) .circle{ background: rgba(241, 89, 42, 0.5)}
.feature-item:nth-child(8) .circle{ background: #F1592A; }

/* Tạo mũi tên từ vòng tròn nhỏ đến vòng tròn lớn */
.feature-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 122px;
    height: 2px;
    background: #FF8787;
    transform-origin: left center;
}

.feature-item:nth-child(1)::after { transform: rotate(90deg) translateX(58px);  }
.feature-item:nth-child(2)::after { transform: rotate(140deg) translateX(59px); }
.feature-item:nth-child(3)::after { transform: rotate(180deg) translateX(59px); }
.feature-item:nth-child(4)::after { transform: rotate(216deg) translateX(60px); }
.feature-item:nth-child(5)::after { transform: rotate(270deg) translateX(58px); }
.feature-item:nth-child(6)::after { transform: rotate(322deg) translateX(60px); }
.feature-item:nth-child(7)::after { transform: rotate(0deg) translateX(59px); }
.feature-item:nth-child(8)::after { transform: rotate(40deg) translateX(58px); }

.outstanding-feature-section .feature-item {
    transition: all 0.3s ease;
}
.outstanding-feature-section .feature-item:hover {
    transform: scale(1.1);
}
.outstanding-feature-section .circle {
    transition: all 0.3s ease;
}
.outstanding-feature-section .feature-item:hover .circle {
    background: #F1592A;
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.2);
    color: white;
}

/* Responsive */
@media screen and (min-width: 0) and (max-width: 350px) {
    .outstanding-feature-section .container {
        margin-top: 0;
    }
    .feature-circle-wrapper {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .center-circle {
        position: relative;
        margin: 0 auto 30px;
        transform: none;
        top: auto;
        left: auto;
        width: 200px;
        height: 200px;
    }

    .outer-circles {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .feature-item {
        position: relative;
        margin: 0;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: calc(50% - 10px); /* 2 items trên 1 dòng, trừ đi một nửa khoảng gap */
        max-width: 150px;
    }

    .feature-item::after {
        display: none;
    }
}
@media screen and (min-width: 350px) and (max-width: 900px) {
    .feature-circle-wrapper {
        width: 342px;
        height: 400px;
    }
    .outstanding-feature-section .container {
        margin-top: 0;
    }
    .center-circle {
        width: 100px;
        height: 100px;
    }
    .feature-item .circle {
        font-size: 11px;
        line-height: 1.6;
    }
    .center-circle h2 {
        font-size: 14px;
    }
    .feature-item {
        width: 95px;
        height: 95px;
    }
    .feature-item:nth-child(1) {
        top: 0px;
        left: 127px;
    }
    .feature-item:nth-child(1)::after {
        transform: rotate(90deg) translateX(46px);
    }
    .feature-item:nth-child(2) {
        top: 40px;
        right: 21px;
    }
    .feature-item:nth-child(2)::after {
        transform: rotate(131deg) translateX(47px);
        width: 56px;
    }
    .feature-item:nth-child(3) {
        top: 150px;
        right: 0px;
    }
    .feature-item:nth-child(3)::after {
        transform: rotate(180deg) translateX(47px);
        width: 26px;
    }
    .feature-item:nth-child(4) {
        bottom: 40px;
        right: 15px;
    }
    .feature-item:nth-child(4)::after {
        transform: rotate(226deg) translateX(48px);
        width: 64px;
    }
    .feature-item:nth-child(5) {
        bottom: 4px;
        left: 127px;
    }
    .feature-item:nth-child(5)::after {
        transform: rotate(270deg) translateX(46px);
    }
    .feature-item:nth-child(6) {
        bottom: 40px;
        left: 21px;
    }
    .feature-item:nth-child(6)::after {
        transform: rotate(313deg) translateX(47px);
        width: 56px;
    }
    .feature-item:nth-child(7) {
        top: 150px;
        left: 0;
    }
    .feature-item:nth-child(7)::after {
        transform: rotate(0deg) translateX(47px);
        width: 26px;
    }
    .feature-item:nth-child(8) {
        top: 40px;
        left: 31px;
    }
    .feature-item:nth-child(8)::after {
        transform: rotate(47deg) translateX(47px);
        width: 48px;
    }
}
@media screen and (min-width: 900px) and (max-width: 1400px) {
    .center-circle {
        width: 200px;
        height: 200px;
    }
    .feature-item::after {
        width: 64px;
    }
    .feature-item:nth-child(1) {
        top: 158px;
        left: 340px;
    }
    .feature-item:nth-child(2) {
        top: 201px;
        right: 169px;
    }
    .feature-item:nth-child(3) {
        top: 340px;
        right: 127px;
    }
    .feature-item:nth-child(4) {
        bottom: 203px;
        right: 166px;
    }
    .feature-item:nth-child(5) {
        bottom: 158px;
        left: 340px;
    }
    .feature-item:nth-child(6) {
        bottom: 201px;
        left: 169px;
    }
    .feature-item:nth-child(7) {
        top: 340px;
        left: 127px;
    }
    .feature-item:nth-child(8) {
        top: 203px;
        left: 166px;
    }
    .outstanding-image-left, .outstanding-image-right {
        top: 57%; 
    }
    .outstanding-image-left img, .outstanding-image-right img {
        width: 40%;
    }
}

.benefits-section .content-wrapper {
    z-index: 9;
    margin-top: 88px;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.benefit-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #F1592A;
    position: absolute;
    bottom: 4px;
    left: 0px;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
}

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

.benefit-content {
    flex-grow: 1;
}

.benefit-content h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.benefit-content p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .benefits-section .content-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    .benefit-content h3 {
        font-size: 15px;
    }
}
@media screen and (min-width: 1400px) {
    .benefit-content h3 {
        margin-bottom: 10px;
    }
}

