.clients {
    width: 100%;
    padding: 30px 0;
}
@media (min-width: 480px) {
    .clients {
        padding: 60px 0;
    }
}
@media (min-width: 768px) {
    .clients {
        padding: 86px 0 78px 0;
    }
}
.clients.isDark {
    background: #131728;
    color: #fff;
}
.clients h2 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: 0;
}
@media (min-width: 480px) {
    .clients h2 {
        margin-bottom: 24px;
    }
}
@media (min-width: 991px) {
    .clients h2 {
        font-size: 38px;
        line-height: 46px;
    }
}
.clients h5 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Graphik Web";
}
.clients p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    max-width: 400px;
}
@media (min-width: 991px) {
    .clientsInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 991px) {
    .clientsLeft {
        max-width: 385px;
    }
}
@media (min-width: 1366px) {
    .clientsLeft {
        max-width: 465px;
    }
}
.clientsRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 680px;
}
@media (min-width: 1366px) {
    .clientsRight {
        gap: 24px;
        margin-left: 32px;
        padding-top: 85px;
    }
}
@media (min-width: 1366px) {
    .clientsRight {
        margin-left: 112px;
        padding-top: 210px;
        gap: 64px;
    }
}
.clientsLeftCaption {
    position: sticky;
    top: 45px;
}
@media (min-width: 991px) {
    .clientsLeftCaption {
        top: 120px;
    }
}
.clientsCol {
    width: calc(33.33% - 16px);
}
@media (min-width: 1366px) {
    .clientsCol {
        width: calc(33.33% - 43px);
    }
}
.clientCard {
    width: 100%;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(19, 23, 40, 0.15);
}
@media (min-width: 768px) {
    .clientCard {
        height: 150px;
    }
}
@media (min-width: 1366px) {
    .clientCard {
        height: 184px;
        max-width: 184px;
    }
}
.clientCard img,
.clientCard svg {
    max-width: 100%;
}
.testimonials {
    width: 100%;
    padding: 30px 0;
    background: rgba(19, 23, 40, 0.05);
}
@media (min-width: 480px) {
    .testimonials {
        padding: 60px 0;
    }
}
@media (min-width: 768px) {
    .testimonials {
        padding: 86px 0 68px 0;
    }
}
.testimonials.isLight {
    background: #fff;
}
.testimonials h5 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Graphik Web";
    text-transform: uppercase;
}
.testimonialsInner {
    width: 100%;
    max-width: 1034px;
    margin: 0 auto;
}
.loveNotes {
    max-width: 970px;
}
.loveNotesBody {
    margin-bottom: 16px;
}
.loveNotesBody h3 {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.03em;
    font-family: "Graphik Web";
}
@media (min-width: 991px) {
    .loveNotesBody h3 {
        font-size: 34px;
        line-height: 50px;
    }
}
.loveNotesFoot h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    font-family: "Graphik Web";
    margin-bottom: 8px;
    text-transform: unset;
}
@media (min-width: 480px) {
    .loveNotesFoot h5 {
        font-size: 20px;
        line-height: 28px;
    }
}
.loveNotesFoot p {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    font-family: "Graphik LC Web";
}
@media (min-width: 991px) {
    .loveNotesFoot p {
        font-size: 16px;
    }
}
.sliderArrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}
@media (min-width: 480px) {
    .sliderArrows {
        margin-top: 32px;
    }
}
.sliderArrows .sliderNext,
.sliderArrows .sliderPrev {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sliderArrows .swiper-pagination-custom,
.sliderArrows .swiper-pagination-fraction {
    width: 115px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    bottom: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 480px) {
    .sliderArrows .swiper-pagination-custom,
    .sliderArrows .swiper-pagination-fraction {
        width: 170px;
        font-size: 16px;
    }
}
.sliderArrows .swiper-pagination-custom span,
.sliderArrows .swiper-pagination-fraction span {
    color: rgba(19, 23, 40, 0.4);
}
.helper {
    width: 100%;
    background: #0741d2;
    color: #fff;
    padding: 30px 0;
}
@media (min-width: 768px) {
    .helper {
        padding: 0;
    }
}
.helper.isSecondary {
    background: #5907f6;
}
.helper h2 {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 32px;
    margin-bottom: 8px;
    font-family: "Graphik Web";
}
@media (min-width: 991px) {
    .helper h2 {
        font-size: 36px;
        line-height: 50px;
    }
}
.helper h3 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 30px;
    margin-bottom: 32px;
    font-family: "Graphik Web";
}
@media (min-width: 991px) {
    .helper h3 {
        font-size: 30px;
        line-height: 36px;
    }
}
.helper p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: "Graphik Web";
}
@media (min-width: 480px) {
    .helper p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (min-width: 991px) {
    .helper p {
        font-size: 16px;
        line-height: 24px;
    }
}
.helperInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 768px) {
    .helperInner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 32px;
    }
}
@media (min-width: 1366px) {
    .helperInner {
        gap: 275px;
    }
}
.helperLeft {
    max-width: 200px;
}
@media (min-width: 768px) {
    .helperLeft {
        max-width: 360px;
    }
}
.helperLeft img {
    max-width: 100px;
}
@media (min-width: 480px) {
    .helperLeft img {
        max-width: 100%;
    }
}
.helperRight {
    text-align: center;
}
@media (min-width: 768px) {
    .helperRight {
        max-width: 448px;
        text-align: left;
    }
}
.helperRight p {
    margin-bottom: 32px;
    color: #fff;
}
.lottieAssemble,
.lottieHelper {
    width: 185px;
    height: 185px;
}
@media (min-width: 768px) {
    .lottieAssemble,
    .lottieHelper {
        width: 350px;
        height: 350px;
    }
}
@media (min-width: 991px) {
    .lottieAssemble,
    .lottieHelper {
        width: 400px;
        height: 400px;
    }
}
@media (min-width: 1366px) {
    .lottieAssemble,
    .lottieHelper {
        width: 500px;
        height: 500px;
    }
}
.blog {
    width: 100%;
    margin: 30px 0;
}
@media (min-width: 480px) {
    .blog {
        margin: 60px 0;
    }
}
@media (min-width: 768px) {
    .blog {
        margin: 68px 0 75px 0;
    }
}
.blog.isDark {
    background: rgba(19, 23, 40, 0.05);
}
.blog h2 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: 0;
}
@media (min-width: 480px) {
    .blog h2 {
        margin-bottom: 20px;
    }
}
@media (min-width: 991px) {
    .blog h2 {
        font-size: 38px;
        line-height: 48px;
    }
}
.blog h5 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Graphik Web";
}
.blog p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 566px;
}
.blogTop {
    margin-bottom: 32px;
}
@media (min-width: 991px) {
    .blogTop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 82px;
    }
}
.blogTopLeft {
    max-width: 768px;
}
.blogTopLeft p {
    font-weight: 400;
}
.blogTopRight {
    white-space: nowrap;
    margin-top: 24px;
}
@media (min-width: 991px) {
    .blogTopRight {
        margin-top: 0;
    }
}
@media (min-width: 480px) {
    .blogInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
    }
}
@media (min-width: 480px) {
    .blogInner.isReverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.blogLeft {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}
@media (min-width: 480px) {
    .blogLeft {
        width: calc(50% - 16px);
        margin-bottom: 0;
        gap: 32px;
    }
}
.blogRight {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
@media (min-width: 480px) {
    .blogRight {
        width: calc(50% - 16px);
        gap: 32px;
    }
}
.blogCol {
    width: 100%;
}
@media (min-width: 991px) {
    .blogCol {
        width: calc(50% - 16px);
    }
}
.blogCard {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blogCard:hover .blogCardThumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blogCard.isLarge {
    display: block;
}
@media (min-width: 480px) {
    .blogCard.isLarge .blogCardThumb {
        height: 440px;
    }
}
@media (min-width: 480px) {
    .blogCard.isLarge .blogCardTitle {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (min-width: 991px) {
    .blogCard.isLarge .blogCardTitle {
        font-size: 36px;
        line-height: 48px;
    }
}
.blogCardThumb {
    width: 100%;
    height: 208px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.blogCardThumb img {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blogCardService {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(19, 23, 40, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
}
@media (min-width: 480px) {
    .blogCardService {
        margin-top: 32px;
        margin-bottom: 16px;
    }
}
.blogCardService span {
    font-family: "Graphik Web";
}
.blogCardTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    font-family: "Graphik Web";
}
.blogCardSubTitle {
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.4;
}
@media (min-width: 480px) {
    .blogCardSubTitle {
        margin: 16px 0;
        font-size: 16px;
    }
}
.blogCardSubTitle span {
    font-weight: 500;
    font-family: "Graphik Web";
}
.blogCardTags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto;
}
.blogListing {
    margin: 80px 0;
}
.blogListingBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 120px;
}
.blogListingCol {
    width: 100%;
}
@media (min-width: 480px) {
    .blogListingCol {
        width: calc(50% - 24px);
    }
}
@media (min-width: 991px) {
    .blogListingCol {
        width: calc(25% - 24px);
    }
}
.searchFilter {
    width: 100%;
}
.searchFilterRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1366px) {
    .searchFilterRow {
        gap: 32px;
    }
}
.searchFilterCol {
    width: 100%;
}
@media (min-width: 480px) {
    .searchFilterCol {
        width: calc(50% - 6px);
    }
}
@media (min-width: 768px) {
    .searchFilterCol {
        width: calc(25% - 9px);
    }
}
@media (min-width: 1366px) {
    .searchFilterCol {
        width: calc(25% - 24px);
    }
}
.searchFilterCol label {
    font-size: 12px;
    color: rgba(19, 23, 40, 0.4);
    margin-bottom: 5px;
    display: block;
}
.searchFilterTags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.searchFilterTags .tags {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.caseStudies {
    width: 100%;
    padding: 30px 0;
    background: #f5f3f1;
    color: rgba(19, 23, 40, 0.9);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 480px) {
    .caseStudies {
        padding: 60px 0;
    }
}
@media (min-width: 768px) {
    .caseStudies {
        padding: 124px 0 104px 0;
    }
}
.caseStudies.isDark {
    background-color: rgba(19, 23, 40, 0.9);
    color: #fff;
}
.caseStudies.isDark .caseStudiesTitle p {
    color: #fff;
}
.caseStudies.isDark .caseStudiesBtn .mainBtn.isLight {
    background: #084fff;
    color: #fff;
}
.caseStudies.isDark .caseStudiesBtn .mainBtn.isLight svg path {
    fill: #fff;
}
.caseStudies.isDark .caseStudiesCardFoot .animatedBtn.isLight {
    background: #084fff;
    color: #fff;
}
.caseStudies.isDark .caseStudiesCardFoot .animatedBtn.isLight svg path {
    fill: #fff;
}
.caseStudies.isDark .caseStudiesLabel:before {
    background: #fff;
}
.caseStudies.csdOneActive .caseStudiesBg.csdOne {
    opacity: 1;
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.caseStudies.csdTwoActive .caseStudiesBg.csdTwo {
    opacity: 1;
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.caseStudies.csdThreeActive .caseStudiesBg.csdThree {
    opacity: 1;
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.caseStudies.csdFourActive .caseStudiesBg.csdFour {
    opacity: 1;
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.caseStudies.isActive {
    color: #fff;
}
.caseStudies.isActive .caseStudiesTop .mainBtn {
    background: #084fff;
    color: #fff;
}
.caseStudies.isActive .caseStudiesCardIcon img:first-child {
    display: none;
}
.caseStudies.isActive .caseStudiesCardIcon img:last-child {
    display: block;
}
.caseStudies.isActive .caseStudiesLabel:before {
    background: #fff;
}
.caseStudiesBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(19, 23, 40, 0.9);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.caseStudiesBg.csdOne {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.caseStudiesBg.csdTwo {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.caseStudiesBg.csdThree {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.caseStudiesBg.csdFour {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.caseStudiesBgImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.caseStudiesBgImg img {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}
@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.caseStudiesBgText {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.caseStudiesContent {
    position: relative;
    z-index: 2;
}
.caseStudiesTop {
    margin-bottom: 24px;
}
@media (min-width: 480px) {
    .caseStudiesTop {
        margin-bottom: 64px;
    }
}
@media (min-width: 991px) {
    .caseStudiesTop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
    }
}
.caseStudiesTitle {
    margin-bottom: 24px;
}
@media (min-width: 991px) {
    .caseStudiesTitle {
        margin-bottom: 0;
    }
}
.caseStudiesTitle h2 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 32px;
    margin-bottom: 12px;
}
@media (min-width: 480px) {
    .caseStudiesTitle h2 {
        margin-bottom: 20px;
    }
}
@media (min-width: 991px) {
    .caseStudiesTitle h2 {
        font-size: 38px;
        line-height: 46px;
    }
}
.caseStudiesTitle h5 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: "Graphik Web";
}
.caseStudiesTitle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 575px;
    letter-spacing: -0.01em;
}
.caseStudiesBtn {
    white-space: nowrap;
}
@media (min-width: 991px) {
    .caseStudiesBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto;
    }
}
.caseStudiesBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}
@media (min-width: 480px) {
    .caseStudiesBottom {
        overflow-x: unset;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.caseStudiesCol {
    width: 100%;
    position: relative;
    min-width: 260px;
}
@media (min-width: 480px) {
    .caseStudiesCol {
        width: calc(50% - 0px);
        min-width: unset;
    }
}
@media (min-width: 768px) {
    .caseStudiesCol {
        width: calc(33.33% - 22px);
    }
}
.caseStudiesCard {
    position: relative;
    z-index: 2;
    padding: 12px 24px 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 270px;
}
@media (min-width: 480px) {
    .caseStudiesCard {
        padding: 0 32px 0 0;
    }
}
@media (min-width: 768px) {
    .caseStudiesCard {
        height: 100%;
    }
}
.caseStudiesCard:hover .animatedBtn {
    width: 190px;
    border: 0;
    outline: 0;
    gap: 10px;
}
.caseStudiesCard:hover .animatedBtn span {
    width: auto;
    color: #fff;
    opacity: 1;
}
.caseStudiesCard:hover .animatedBtn svg path {
    fill: #fff;
}
.caseStudiesCardIcon {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.caseStudiesCardIcon img:first-child {
    display: block;
}
.caseStudiesCardIcon img:last-child {
    display: none;
}
.caseStudiesLabel {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
    font-family: "Graphik LC Web";
    position: relative;
}
.caseStudiesLabel:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: rgba(19, 23, 40, 0.6);
    left: 0;
    bottom: -16px;
}
.caseStudiesLabel span {
    font-weight: 400;
    font-family: "Graphik Web";
}
.caseStudiesCardBody h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
    font-family: "Graphik Web";
}
@media (min-width: 991px) {
    .caseStudiesCardBody h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}
.caseStudiesCardFoot {
    margin-top: 12px;
}
@media (min-width: 768px) {
    .caseStudiesCardFoot {
        margin-top: auto;
    }
}
.innovations {
    width: 100%;
    background: rgba(19, 23, 40, 0.9);
    color: #fff;
}
.innovations h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.innovations h2 {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 30px;
    margin-bottom: 32px;
}
@media (min-width: 480px) {
    .innovations h2 {
        font-size: 36px;
        line-height: 45px;
    }
}
@media (min-width: 991px) {
    .innovations h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
.innovations p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 480px) {
    .innovations p {
        font-size: 16px;
        line-height: 24px;
    }
}
.innovationsCaption {
    width: 100%;
    max-width: 448px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.innovationsCaption h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: "Graphik Web";
}
.innovationsCaption h2 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 26px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .innovationsCaption h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 24px;
    }
}
@media (min-width: 991px) {
    .innovationsCaption h2 {
        font-size: 38px;
        line-height: 46px;
    }
}
.innovationsCaption p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .innovationsCaption p {
        font-size: 16px;
        line-height: 24px;
    }
}
.innovationsCaption p br {
    display: none;
}
@media (min-width: 991px) {
    .innovationsCaption p br {
        display: block;
    }
}
.innovationCard {
    width: 100%;
    max-width: 448px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.innovationCardInner {
    color: #fff;
}
.innovationCardInner .animatedBtn {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.innovationCardInner .animatedBtn span {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.innovationCardInner:hover .arrowBtn {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 73, 255, 0.45);
    box-shadow: 0px 0px 0px 5px rgba(0, 73, 255, 0.45);
    margin-left: 5px;
}
.innovationCardInner:hover .animatedBtn {
    width: 120px;
    border: 0;
    outline: 0;
    gap: 10px;
}
.innovationCardInner:hover .animatedBtn span {
    width: auto;
    opacity: 1;
    color: #fff;
}
.innovationCardInner:hover .animatedBtn svg path {
    fill: #fff;
}
.innovationCardInner:hover .animatedBtn span {
    color: #fff;
}
.innovationCardInner .animatedBtn {
    max-width: 120px;
}
.innovationCardNo {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
.innovationCardInfo {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
}
.innovationCardTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .innovationCardTitle {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 24px;
    }
}
@media (min-width: 991px) {
    .innovationCardTitle {
        font-size: 38px;
        line-height: 46px;
    }
}
.innovationCardDesc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
    max-width: 360px;
}
@media (min-width: 768px) {
    .innovationCardDesc {
        font-size: 16px;
        line-height: 24px;
    }
}
.banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.bannerInner {
    height: 400px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 480px) {
    .bannerInner {
        height: 450px;
    }
}
@media (min-width: 768px) {
    .bannerInner {
        height: 550px;
    }
}
.bannerInner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 928px;
    height: 1px;
    background: rgba(19, 23, 40, 0.4);
}
.bannerCaption {
    margin-left: 15px;
    margin-right: 15px;
}
@media (min-width: 480px) {
    .bannerCaption {
        margin-left: 0;
        margin-right: 100px;
        margin-top: -20px;
    }
}
@media (min-width: 991px) {
    .bannerCaption {
        max-width: 768px;
        margin-left: 160px;
        margin-right: 0;
    }
}
.bannerCaption h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.05em;
    color: #131728;
    max-width: 720px;
    text-shadow:
        1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}
@media (min-width: 480px) {
    .bannerCaption h1 {
        font-size: 46px;
    }
}
@media (min-width: 768px) {
    .bannerCaption h1 {
        font-size: 56px;
    }
}
@media (min-width: 991px) {
    .bannerCaption h1 {
        font-size: 60px;
    }
}
.bannerCaption .bannerBtn {
    margin-top: 24px;
}
@media (min-width: 480px) {
    .bannerCaption .bannerBtn {
        margin-top: 32px;
    }
}
.bannerCaption .bannerBtn .mainBtn {
    min-width: 150px;
}
.bannerAnim {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.bannerAnim lottie-player {
    width: 100%;
    height: 100%;
}
.services {
    width: 100%;
    padding: 30px 0;
}
@media (min-width: 480px) {
    .services {
        padding: 60px 0;
    }
}
@media (min-width: 768px) {
    .services {
        padding: 120px 0;
    }
}
.services h2 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 32px;
    margin-bottom: 12px;
}
@media (min-width: 480px) {
    .services h2 {
        margin-bottom: 24px;
    }
}
@media (min-width: 991px) {
    .services h2 {
        font-size: 38px;
        line-height: 46px;
    }
}
.services h5 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.services p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 389px;
}
.servicesInner {
    gap: 32px;
}
@media (min-width: 480px) {
    .servicesInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.servicesLeft {
    width: 100%;
}
@media (min-width: 480px) {
    .servicesLeft {
        width: 40%;
    }
}
@media (min-width: 1366px) {
    .servicesLeft {
        width: 50%;
    }
}
.servicesRight {
    width: 100%;
}
@media (min-width: 480px) {
    .servicesRight {
        width: 60%;
        margin-top: 220px;
    }
}
@media (min-width: 1366px) {
    .servicesRight {
        width: 50%;
    }
}
.servicesCaption {
    max-width: 470px;
    position: sticky;
    top: 45px;
    margin-bottom: 32px;
}
@media (min-width: 480px) {
    .servicesCaption {
        margin-bottom: 0;
    }
}
@media (min-width: 991px) {
    .servicesCaption {
        top: 120px;
    }
}
.serviceCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    overflow-x: auto;
}
@media (min-width: 480px) {
    .serviceCards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: unset;
        gap: 32px;
    }
}
.serviceCardsCol {
    width: 100%;
    min-width: 260px;
}
@media (min-width: 480px) {
    .serviceCardsCol {
        min-width: unset;
    }
}
@media (min-width: 991px) {
    .serviceCardsCol {
        width: calc(50% - 16px);
    }
}
.innovCarousel {
    width: 100%;
    background: #131728;
    padding: 32px 0;
    position: relative;
}
@media (min-width: 768px) {
    .innovCarousel {
        padding: 80px 0 80px 0;
    }
}
.innovCarousel .swiper-wrapper {
    padding-bottom: 45px;
}
.innovCarousel .sliderNext,
.innovCarousel .sliderPrev {
    width: 15px;
    height: 15px;
    position: absolute;
    top: calc(50% - 21px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    cursor: pointer;
}
@media (min-width: 480px) {
    .innovCarousel .sliderNext,
    .innovCarousel .sliderPrev {
        width: 42px;
        height: 42px;
    }
}
.innovCarousel .sliderNext.swiper-button-disabled,
.innovCarousel .sliderPrev.swiper-button-disabled {
    opacity: 0.2;
}
.innovCarousel .sliderPrev {
    left: -10px;
}
@media (min-width: 1366px) {
    .innovCarousel .sliderPrev {
        left: -70px;
    }
}
.innovCarousel .sliderNext {
    right: -10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 1366px) {
    .innovCarousel .sliderNext {
        right: -70px;
    }
}
.innovCarousel .swiper-pagination {
    bottom: -5px !important;
}
.innovCarousel .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
    width: 11px;
    height: 11px;
}
.innovCarousel .swiper-pagination-bullet-active {
    background: #084fff;
}
.innovCarouselIn {
    position: relative;
    padding: 0 20px;
}
@media (min-width: 991px) {
    .innovCarouselIn {
        padding: 0 50px;
    }
}
@media (min-width: 1366px) {
    .innovCarouselIn {
        padding: 0;
    }
}
.innovCarouselWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .innovCarouselWrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1366px) {
    .innovCarouselWrap {
        padding: 0 50px;
    }
}
.innovBody {
    width: 100%;
}
@media (min-width: 768px) {
    .innovBody {
        width: 50%;
    }
}
.innovImg {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .innovImg {
        width: 50%;
        height: 475px;
    }
}
@media (min-width: 1366px) {
    .innovImg {
        width: 490px;
        height: 80vh;
    }
}
.innovImg img {
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}
.serviceCard {
    width: 100%;
    height: 360px;
    background: #131728;
    border-radius: 16px;
    padding: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 480px) {
    .serviceCard:hover {
        background: #084fff;
        color: #fff;
    }
    .serviceCard:hover .arrowBtn {
        background: #fff;
    }
    .serviceCard:hover .arrowBtn svg path {
        fill: #084fff;
    }
}
.serviceCardBody {
    margin-top: auto;
}
.serviceCardBody h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    font-family: "Graphik Web";
}
.serviceCardBody p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
.serviceCardFoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 22px;
}


/* 29 dec 2025 */

/* MAIN SECTION Artificial Intelligence */
.ai-service {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 4% auto;
  overflow: hidden;
  background: url("../images/ai-service.jpg") center / cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.ai-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 23, 40, 0.7);
}

/* CONTENT AREA */
.ai-service-content,
.model-tuning {
  position: relative;
  z-index: 1;
}

.ai-service-content {
  width: 100%;
  max-width: 600px;
  text-align: left;
  margin: 80px 0 0 5%;
}

.ai-service-content h5 {
  font-weight: 500;
  font-size: clamp(12px, 1vw + 0.5rem, 16px);
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.ai-service-content h3 {
  font-weight: 600;
  font-size: clamp(22px, 2.5vw + 0.5rem, 40px);
  line-height: 1.2;
  margin-bottom: 0.7em;
}

.ai-service-content p {
  font-size: clamp(14px, 1vw + 0.4rem, 18px);
  line-height: 1.6;
  max-width: 500px;
}

/* MODEL TUNING SLIDER */
.model-tuning {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 4vw auto;
  padding: 50px 70px; /* Increased horizontal padding for space */
  border-radius: 10px;
  overflow: hidden;
  background: url("../images/robot-hand.jpg") center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  box-sizing: border-box;
}

.model-tuning::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 15, 71, 0.7);
  z-index: 0;
}

/* SLIDES */
.model-tuning .slides {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  padding-left: 20px; /* Extra space from left arrow */
}

.model-tuning .slide {
  display: none;
  transition: opacity 0.6s ease;
}

.model-tuning .slide.active {
  display: block;
  animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.model-tuning h3 {
  font-size: clamp(20px, 2vw + 0.5rem, 30px);
  font-weight: 600;
  margin-bottom: 12px;
}

.model-tuning p {
  font-size: clamp(13px, 1vw + 0.3rem, 17px);
  line-height: 1.6;
  margin: 0;
}

/* ✅ THIN CHEVRON ARROWS */
.arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 45px; /* Increased padding on both sides */
}

.arrow {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1.3px solid rgba(255, 255, 255, 0.9);
  border-right: 1.3px solid rgba(255, 255, 255, 0.9);
  transform-origin: center;
  transition: border-color 0.3s ease;
}

.arrow.left::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow.right::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.arrow:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* RESPONSIVE FIXES */
@media (max-width: 1200px) {
  .model-tuning {
    padding: 40px 60px;
    margin: 5% auto;
  }
}

@media (max-width: 1024px) {
  .ai-service-content {
    margin-left: 5%;
  }
  .model-tuning {
    width: 95%;
    margin: 5% auto;
    padding: 40px 50px;
  }
  .model-tuning .slides {
    padding-left: 15px;
  }
  .arrows {
    padding: 0 40px;
  }
  .arrow {
    width: 12px;
    height: 12px;
  }
  .arrow::before {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 768px) {
  .ai-service-content {
    width: 90%;
    margin: 60px auto 0 auto;
  }
  .model-tuning {
    width: 90%;
    margin: 8% auto;
    padding: 35px 35px;
    align-items: flex-start;
  }
  .model-tuning .slides {
    padding-left: 10px;
  }
  .arrows {
    padding: 0 30px;
  }
  .arrow {
    width: 10px;
    height: 10px;
  }
  .arrow::before {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 480px) {
  .model-tuning {
    width: 90%;
    margin: 10% auto;
    padding: 25px 25px;
  }
  .arrows {
    padding: 0 25px;
  }
}

/* AI Process - 29 dec 2025 */

/* --- MAIN CONTAINER --- */
.ai-process {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px auto;
  background: #fff;
  color: #000;
  height: 650px;
  overflow-x: auto; /* ENABLE horizontal scroll */
  overflow-y: hidden;
  max-width: 100%;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #007bff #f1f1f1;
  scroll-behavior: smooth;
}

/* scrollbar styling for WebKit browsers */
.ai-process::-webkit-scrollbar {
  height: 8px;
}
.ai-process::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 4px;
}
.ai-process::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* --- LEFT PANEL --- */
.process-left {
  flex: 0 0 35%;
  min-width: 340px;
  background: #f5f3f1;
  padding: 40px 30px;
  overflow-y: auto;
}

.process-left h2 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-left: 60px;
}

/* --- PROCESS LIST --- */
.process-list {
  list-style: none;
  position: relative;
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.process-list::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ddd;
  border-radius: 2px;
}

.process-list::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 3px;
  height: var(--progress-height, 14%);
  background: #007bff;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.process-list li {
  font-size: 16px;
  color: #222;
  padding: 10px 15px;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  word-break: break-word;
}

.process-list li:hover {
  background: #e9ecf5;
}

.process-list li.active {
  color: #007bff;
  background: #eef3ff;
  font-weight: 600;
}

/* --- RIGHT PANEL --- */
.process-right {
  flex: 0 0 65%;
  background: #0b1020;
  color: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.process-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 40px;
  max-width: 100%;
  flex-wrap: wrap;
}

/* --- TEXT AND IMAGE SECTIONS --- */
.process-image {
  flex: 0 0 auto;
  max-width: 340px;
}

.process-image img {
  width: 100%;
  max-width: 340px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.process-text {
  flex: 1 1 350px;
  display: none;
  text-align: left;
  max-width: 100%;
}

.process-text.active {
  display: block;
}

.process-text h3 {
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.process-text .process-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 10px;
}

.process-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  word-break: break-word;
}

/* --- RESPONSIVE --- */
/* Keep layout horizontal for all screens, just allow scroll */
@media (max-width: 1200px) {
  .ai-process {
    height: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .process-left {
    flex: 0 0 400px;
    min-width: 400px;
  }

  .process-right {
    flex: 0 0 800px;
    min-width: 800px;
  }

  .process-content {
    flex-direction: row;
    gap: 30px;
  }
}

@media (max-width: 800px) {
  .ai-process {
    flex-wrap: nowrap;
    height: auto;
  }

  .process-left {
    flex: 0 0 320px;
    min-width: 320px;
    padding: 25px 20px;
  }

  .process-right {
    flex: 0 0 600px;
    min-width: 600px;
    padding: 30px 20px;
  }

  .process-image img {
    max-width: 260px;
  }

  .process-text h3 {
    font-size: 18px;
  }

  .process-text p {
    font-size: 14px;
  }
}

/* Automation - 29 dec 2025 */

/* MAIN SECTION */
.benefits-carousel-section {
  position: relative;
  width: 100%;
  min-height: 746px;
  background: #0b1120;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.benefits-carousel-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  overflow: visible;
}

/* SLIDES */
.benefits-slide {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.benefits-slide.active {
  display: flex;
  animation: fadeIn 0.8s ease-in-out;
}

/* CONTENT WRAPPER */
.benefits-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Align content and image top edges */
  gap: 60px;
  width: 100%;
}

/* CONTENT */
.benefits-content {
  flex: 1;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.7;
}

.benefits-label {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* HEADING */
.benefits-content h1 {
  font-size: 2.2rem;
  margin: 15px 0;
  line-height: 1.2;
  white-space: pre-line;
  font-weight: 600;
}

/* PARAGRAPHS */
.benefits-content p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

/* IMAGE */
.benefits-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.benefits-image img {
  width: 85%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* NAVIGATION ARROWS */
.benefits-prev,
.benefits-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Arrow icons */
.benefits-prev::before,
.benefits-next::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  transition: border-color 0.3s ease;
}

.benefits-prev::before {
  transform: rotate(135deg);
}

.benefits-next::before {
  transform: rotate(-45deg);
}

.benefits-prev:hover::before,
.benefits-next:hover::before {
  border-color: #ffffff;
}

/* ✅ Keep arrows evenly spaced at all screen sizes */
.benefits-prev {
  left: -60px;
}

.benefits-next {
  right: -60px;
}

/* DOTS NAVIGATION */
.benefits-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.benefits-dots .dot.active {
  background: #084FFF !important;
  transform: scale(1.1);
}
.dot {
  height: 10px;
  width: 10px;
  background: #475569;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active,
.dot:hover {
  background: #084FFF;
}

/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE DESIGN */

/* Tablets (<= 1024px) */
@media (max-width: 1024px) {
  .benefits-carousel-section {
    min-height: 780px;
    padding: 40px 0;
  }

  .benefits-content-wrapper {
    gap: 40px;
  }

  .benefits-content h1 {
    font-size: 1.8rem;
  }

  .benefits-image img {
    max-height: 480px;
  }

  /* ✅ Maintain consistent arrow spacing */
  .benefits-prev {
    left: -55px;
  }

  .benefits-next {
    right: -55px;
  }
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
  .benefits-slide.active {
    flex-direction: column;
  }

  .benefits-content-wrapper {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
  }

  .benefits-content h1 {
    font-size: 1.6rem;
  }

  .benefits-content p {
    font-size: 0.95rem;
  }

  .benefits-image img {
    height: 400px;
  }

  .benefits-carousel-section {
    padding: 50px 20px;
  }

  /* ✅ Arrows stay centered and equally spaced */
  .benefits-prev,
  .benefits-next {
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
  }

  .benefits-prev {
    left: -45px;
  }

  .benefits-next {
    right: -45px;
  }
}

/* Small Mobiles (<= 480px) */
@media (max-width: 480px) {
  .benefits-carousel-section {
    padding: 40px 15px;
    min-height: auto;
  }

  .benefits-content h1 {
    font-size: 1.4rem;
  }

  .benefits-content p {
    font-size: 0.9rem;
  }

  .benefits-image img {
    height: 320px;
  }

  .benefits-dots {
    bottom: 15px;
  }

  /* Keep arrows consistent but move slightly inward */
  .benefits-prev,
  .benefits-next {
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }

  .benefits-prev {
    left: -30px;
  }

  .benefits-next {
    right: -30px;
  }
}

/* Technology 30 dec 2025 */
/* ===========================
   TECHNOLOGIES SECTION
=========================== */
.technologies-section {
  width: 100%;
  padding: 100px 5% 150px;
  background: #ffffff;
  color: #131728;
  position: relative;
  z-index: 2;
}

/* ===========================
   HEADER STYLES
=========================== */
.technologies-header {
  max-width: 494px;
  margin-bottom: 70px;
  text-align: left;
}

.subtitle {
  font-size: 18px;
  letter-spacing: 2px;
  color: #131728;
  font-weight: 600;
  text-transform: uppercase;
}

.technologies-header h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 12px 0;
}

.technologies-header p {
  color: #131728;
  font-size: 16px;
  line-height: 1.7;
}

/* ===========================
   CAROUSEL WRAPPER
=========================== */
.technologies-carousel {
  position: relative;
  overflow: hidden;
  padding-left: 9%; /* ✅ Adds spacing from left to match first image design */
}

.carousel-track {
  display: flex;
  gap: 28px;
  transition: transform 0.6s ease;
  cursor: grab;
}

.carousel-track.grabbing {
  cursor: grabbing;
  transition: none; /* disables animation while dragging */
}

/* ===========================
   TECHNOLOGY CARD
=========================== */
.tech-card {
  flex: 0 0 calc(32% - 10px);
  background: #131728;
  color: #ffffff;
  border-radius: 18px;
  padding: 45px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 480px;
  transition: all 0.3s ease;
  position: relative;
  cursor: grab;
}

.tech-card:hover {
  transform: translateY(-8px);
}

/* ===========================
   ICON INSIDE CARD
=========================== */
.tech-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 25px;
  display: block;
  object-fit: contain;
}

/* ===========================
   CARD TEXT
=========================== */
.tech-card h3 {
  font-size: 27px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #ffffff;
}

.tech-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  flex-grow: 1;
}

/* ===========================
   PAGINATION DOTS
=========================== */
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.3s ease;
}

.carousel-dots button.active {
  background: #084FFF;
}


   /* RESPONSIVE STYLES */

/* Large tablets and small desktops */
@media (max-width: 1200px) {
  .tech-card {
    flex: 0 0 calc(33.333% - 18px);
    min-height: 440px;
  }

  .technologies-carousel {
    padding-left: 4%; 
  }
}

/* Tablets */
@media (max-width: 992px) {
  .tech-card {
    flex: 0 0 calc(48% - 12px);
    min-height: 420px;
  }

  .technologies-carousel {
    padding-left: 3%;
  }
}

/* Mobile landscape and below */
@media (max-width: 768px) {
  .technologies-header {
    text-align: center;
    max-width: 100%;
  }

  .carousel-track {
    gap: 20px;
  }

  .tech-card {
    flex: 0 0 calc(100% - 10px);
    min-height: 400px;
  }

  .tech-icon {
    width: 60px;
    height: 60px;
  }

  .technologies-carousel {
    padding-left: 0; /* No left padding on mobile for proper centering */
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .tech-card {
    padding: 32px 22px;
    min-height: 360px;
  }

  .tech-card h3 {
    font-size: 17px;
  }

  .tech-card p {
    font-size: 13px;
  }

  .carousel-dots {
    margin-top: 40px;
  }
}

/* Data Center 30 dec 2025 */

/* MAIN SECTION */
.datacenter-carousel-section {
  position: relative;
  width: 100%;
  min-height: 746px;
  background: #0b1120;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

/* CONTAINER */
.datacenter-carousel-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  overflow: visible;
}

/* SLIDES */
.datacenter-slide {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.datacenter-slide.active {
  display: flex;
  animation: fadeIn 0.8s ease-in-out;
}

/* CONTENT WRAPPER */
.datacenter-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 100%;
}

/* CONTENT */
.datacenter-content {
  flex: 1;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.datacenter-label {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* HEADING */
.datacenter-content h1 {
  font-size: 2.2rem;
  margin: 15px 0;
  line-height: 1.2;
  white-space: pre-line;
  font-weight: 600;
}

/* PARAGRAPHS */
.datacenter-content p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

/* IMAGE */
.datacenter-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.datacenter-image img {
  width: 85%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* NAVIGATION ARROWS */
.datacenter-prev,
.datacenter-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Arrow icons */
.datacenter-prev::before,
.datacenter-next::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  transition: border-color 0.3s ease;
}

.datacenter-prev::before { transform: rotate(135deg); }
.datacenter-next::before { transform: rotate(-45deg); }

.datacenter-prev:hover::before,
.datacenter-next:hover::before {
  border-color: #ffffff;
}

/* Arrow position */
.datacenter-prev { left: -60px; }
.datacenter-next { right: -60px; }

/* DOTS NAVIGATION */
.datacenter-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.datacenter-dots .dot {
  height: 10px;
  width: 10px;
  background: #475569;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 2px; /* ✅ tiny spacing to avoid sticking */
}

.datacenter-dots .dot.active,
.datacenter-dots .dot:hover {
  background: #3b82f6;
}

/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE DESIGN */

/* Tablets (<= 1024px) */
@media (max-width: 1024px) {
  .datacenter-carousel-section {
    min-height: 780px;
    padding: 40px 0;
  }

  .datacenter-content-wrapper {
    gap: 40px;
  }

  .datacenter-content {
    padding-left: 20px;
  }

  .datacenter-content h1 {
    font-size: 1.8rem;
  }

  .datacenter-image img {
    max-height: 480px;
  }

  .datacenter-prev { left: -55px; }
  .datacenter-next { right: -55px; }
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
  .datacenter-slide.active {
    flex-direction: column;
  }

  .datacenter-content-wrapper {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
  }

  .datacenter-content {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .datacenter-content h1 {
    font-size: 1.6rem;
  }

  .datacenter-content p {
    font-size: 0.95rem;
  }

  .datacenter-image img {
    height: 400px;
  }

  .datacenter-carousel-section {
    padding: 50px 20px;
  }

  .datacenter-prev,
  .datacenter-next {
    width: 35px;
    height: 35px;
  }

  .datacenter-prev { left: -45px; }
  .datacenter-next { right: -45px; }
}

/* Small Mobiles (<= 480px) */
@media (max-width: 480px) {
  .datacenter-carousel-section {
    padding: 40px 15px;
    min-height: auto;
  }

  .datacenter-content h1 {
    font-size: 1.4rem;
  }

  .datacenter-content p {
    font-size: 0.9rem;
  }

  .datacenter-image img {
    height: 320px;
  }

  .datacenter-dots {
    bottom: 15px;
  }

  .datacenter-prev,
  .datacenter-next {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }

  .datacenter-prev { left: -30px; }
  .datacenter-next { right: -30px; }
}

/* FAQ 30 Dec 2025 */

/* FAQ SECTION */
.faq-section {
  width: 100%;
  padding: 100px 80px;
  color: #131728;
  background: #ffffff;
}

/* HEADER */
.faq-header {
  text-align: left;
  margin-bottom: 60px;
  max-width: 520px;
}

.faq-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #131728;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.faq-section h2 {
  font-size: 42px;
  font-weight: 550;
  color: #131728;
  line-height: 1.2;
  margin-bottom: 14px;
  max-width: 400px; 
  word-break: break-word;
}

.faq-section p {
  font-size: 16px;
  color: #131728;
  line-height: 1.6;
  font-weight: 400;
  word-break: normal;
  white-space: normal;
}

/* FAQ LAYOUT */
.faq-container {
  display: flex;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.faq-slide {
  min-width: 100%;
  transition: transform 0.5s ease;
}

/* FAQ ITEM */
.faq-item {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 15px;
  padding: 18px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: #ffffff;
  border-color: #ffffff;
}

/* QUESTION ROW */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #131728;
}

.faq-icon {
  display: inline-block;
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* ANSWER TEXT (smooth open/close) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
  font-size: 14px;
  color: #131728;
  line-height: 1.6;
  transition: max-height 0.45s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.faq-item.active .faq-answer {
  opacity: 1;
  margin-top: 10px;
}


.faq-icon {
  display: inline-block;
  font-size: 22px;
  transition: transform 0.25s ease;
}


/* ANSWER CONTENT FORMATTING */
.faq-answer p {
  margin: 10px 0;
  white-space: normal;
  font-weight: 500;
}

.faq-answer ul {
  margin: 10px 0 10px 20px;
  list-style-type: disc;
}

.faq-answer li {
  margin-bottom: 6px;
}

.faq-answer strong {
  font-weight: 700;
  color: #131728;
}

/* DOT NAVIGATION */
.faq-dots {
  text-align: center;
  margin-top: 25px;
}

.dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #131728;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 30px;
  }

  .faq-section h2 {
    font-size: 32px;
    max-width: 100%;
  }

  .faq-section p {
    font-size: 15px;
    max-width: 100%;
  }
}
