/* ================= RESPONSIVE BREAKPOINTS ================= */

@media (max-width:1399px) {
    img.center-image {
        width: -webkit-fill-available;
    }
}

@media (max-width:1199px) {
    .circle-text {
        bottom: 8%;
        right: 63%;
    }

    .ceo-text {
        padding: 45px;
    }

    .logos {
        margin-bottom: 40px;
    }

    .faq-section-container {
        grid-template-columns: 2fr 1fr;
    }

    .step h3 {
        font-size: 20px;
    }

    .step .tooltip {
        bottom: 47.5%;
    }

    .lessons-image img,
    .results-image img {
        border-radius: 0px;
    }

    .timeline-container-agent_xenon {
        justify-content: center;
        gap: 25px;
    }

    .timeline-container-agent_xenon::before {
        display: none;
    }

    .timeline_item_agent_xenon {
        min-width: 190px;
    }
}

/* Tablet screens */
@media (max-width: 1024px) {

    .stats .stat {
        padding: 0 15px;
        font-size: 18px;
    }

    .subtitle {
        font-size: 28px;
        margin-bottom: 3px;
    }

    .hero-image img {
        padding-bottom: 30px;
    }

    .title {
        font-size: 34px;
        max-width: 590px;
    }

    .trusted-section h2 {
        font-size: 34px;
    }

    .hero-content {
        flex: 1 1 45%;
        padding: 60px 0 0 0;
    }

    .trusted-section {
        padding: 60px 0 0 0;
        height: 500px;
    }

    .ceo-box {
        padding-bottom: 60px;
    }

    .circle-text {
        right: 50%;
        bottom: 20%;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .testimonial-section {
        flex-direction: column;
        gap: 30px;
        padding: 190px 0 40px 0;
    }

    .testimonial-networked-section {
        flex-direction: column;
        gap: 30px;
    }

    .testimonial-text {
        max-width: 100%;
        min-width: auto;
        text-align: center;
    }

    .testimonial-card {
        flex: 0 0 70%;
        padding: 30px;
    }

    .owl-nav {
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    }

    .client_main_title,
    .blog_title,
    .faq_title,
    .simple_working_title,
    .case_study_title,
    .how_consulting_title,
    .manufacture_title_info h2,
    .results-text h2,
    .lessons-text h2,
    .timeline-section h2,
    .resources-section h2,
    .technologies_title {
        font-size: 34px;
    }

    .description,
    .title_subtext,
    .ceo_subtext,
    .simple_working_subtext,
    .case_study_subtitle,
    .manufacture_title_info p {
        font-size: 18px;
    }

    .testimonial-slider {
        width: -webkit-fill-available;
    }

    .step .tooltip {
        bottom: 53.5%;
    }

    .step {
        min-width: 170px;
    }

    .process-steps {
        gap: 20px;
    }

    .card_description_info {
        max-width: 100%;
    }

    .card_warp {
        padding: 28px;
    }

    .arrow-btn {
        margin: 0 0px 0px 0;
    }

    .lessons-text ul li,
    .results-text ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .results-section {
        padding: 50px 0px;
    }

    .timeline-section {
        padding: 60px 0px;
    }

    .resources-section {
        padding: 40px 0 80px 0;
    }

    .tech-box {
        padding: 18px 20px;
        border-radius: 18px;
        line-height: 1.4;
    }

    .tech-box h3 {
        font-size: 22px;
    }

    .tech-box p {
        font-size: 16px;
    }

    .consulting_firms_info p {
        font-size: 18px;
    }

    .project_banner {
        padding: 70px 0;
    }

    .project_title {
        font-size: 34px;
    }

    .project_subtext {
        font-size: 17px;
    }

    .project_view {
        margin: 15px 0;
        font-size: 18px;
    }
}

@media (max-width:991px) {

    .row1,
    .row2,
    .row4 {
        grid-template-columns: 1fr;
    }

    .lessons-image,
    .results-image,
    .results-text,
    .lessons-text {
        flex: unset;
    }

    .results-section {
        flex-direction: column-reverse;
    }

    .timeline-item {
        min-width: 180px;
    }

    img.center-image {
        width: unset;
        max-width: 560px;
    }

    .technologies_title {
        margin-bottom: 0px;
    }

    .table-header {
        font-size: 25px;
        padding: 19px 19px;
    }

    .table-header img {
        width: 40px !important;
        height: 40px;
    }

    .table-cell {
        font-size: 20px;
        padding: 15px;
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
    }

    .hero-content>div {
        flex: 1 1 100%;
    }

    .title {
        font-size: 34px;
        max-width: unset;
    }

    .description {
        max-width: 100%;
    }

    .hero-image {
        text-align: center;
        margin-top: 30px;
    }

    .circle-text {
        position: relative;
        margin: 30px auto;
        right: auto;
        bottom: auto;
    }

    .stats {
        gap: 10px;
    }

    .stats .stat {
        padding: 0 7px;
        font-size: 16px;
    }

    .stats .stat span {
        font-size: 16px;
    }

    .ceo-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .ceo-text {
        border: 2px solid transparent;
        border-radius: 28px;
        padding: 25px;
    }

    .title_subtext {
        margin-bottom: 50px;
    }

    .trusted-section {
        height: 800px;
    }

    .testimonial-section {
        flex-direction: column;
        padding: 150px 0 40px 0;
    }

    .testimonial-networked-section {
        flex-direction: column;
    }

    .faq-section-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .faq-section-box {
        margin-top: 0px;
    }

    .footer-col h3 {
        font-size: 20px;
    }

    .lessons-text h2,
    .results-text h2 {
        font-size: 28px;
    }

    .lessons-text ul li,
    .results-text ul li {
        font-size: 18px;
    }

    .lessons-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 0px;
    }

    .lessons-text {
        text-align: left;
        width: 100%;
    }

    .testimonial-networked-section {
        padding: 60px 0;
    }

    .timeline-icon {
        width: 75px;
        height: 75px;
    }

    .timeline-icon img {
        width: 35px;
        height: 35px;
    }

    .timeline-container::before {
        top: 23%;
    }

    .resources-list {
        gap: 25px;
    }

    .resource-item {
        font-size: 20px;
        padding: 14px;
        border-radius: 14px;
    }

    .resources-section h2 {
        margin-bottom: 40px;
    }

    .bottom-right {
        bottom: 6%;
        right: 0%;
    }

    .bottom-left {
        bottom: 6%;
        left: 0%;
    }

    img.center-image {
        max-width: 460px;
    }

    .consulting_firms_info {
        max-width: 100%;
        padding: 90px 0;
        gap: 0px;
    }

    .consulting_firms {
        background-position: center;
    }

    .how_consulting_title {
        line-height: 43px;
    }

    .project_banner_info {
        text-align: center;
    }

    .project_banner {
        flex-wrap: wrap;
        gap: 35px;
        padding: 40px 0;
    }

    .problems_solutions_wrapper {
        margin: 50px 0px;
    }

    .table_cell_none {
        display: none;
    }

    .table-wrapper {
        border-radius: 0;
        display: block;
        border: none;
        background: transparent;
    }

    .table-header {
        display: none;
        /* hide table headers */
    }

    .table-cell {
        border: none;
        padding: 12px !important;
        font-size: 15px;
    }

    /* turn each 3-cell row into a card */
    .table-cell:nth-child(3n-2) {
        /* Title cell */
        font-weight: bold;
        font-size: 20px;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 12px 12px 0 0;
    }

    .table-cell:nth-child(3n-1) {
        /* Problem text */
        background: #fff;
        border-left: 1px solid #e5e7eb;
        border-right: 1px solid #e5e7eb;
    }

    .table-cell:nth-child(3n) {
        /* Solution text */
        background: linear-gradient(244.73deg, #04BFD7 -48.91%, #63388B 79.49%);
        color: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 0 0 12px 12px;
        margin-bottom: 16px;
    }

    /* change 3 to the number of columns if different */
    .table-wrapper>.table-cell:nth-last-child(-n+3) {
        border-bottom: 1px solid #0000001F;
    }

    .problems_solutions_title {
        margin-bottom: 20px;
        display: block !important;
        font-size: 30px;
        color: #2D435C;
    }

    .problems_mobile_text {
        display: block !important;
        font-weight: 700;
    }

    .table_upload_module {
        border-radius: none;
        font-size: 24px;
        margin-bottom: 16px;
        padding: 0px;
        color: #000000;
        border: none;
        background-color: transparent;
    }
}

@media (max-width: 600px) {

    .testimonial-card {
        flex: 0 0 100%;
        padding: 20px;
        border-radius: 15px;
    }

    .testimonial-slider {
        gap: 10px;
    }

    .testimonial-text {
        min-width: auto;
        max-width: 100%;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        flex-wrap: wrap;
    }

    .process-line {
        display: none;
    }

    .step .tooltip::after {
        border-width: 12px;
    }

    .process-section {
        padding: 30px 0px 60px 0;
    }

    .testimonial-card {
        min-height: 260px;
    }

    .author-info h4 {
        text-wrap: wrap;
    }

    .timeline-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .timeline-container::before {
        display: none;
    }

    .timeline-item {
        margin-bottom: 20px;
    }

    .timeline-item h3 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .timeline_item_agent_xenon {
        min-width: 240px;
    }
}

@media (max-width:575px) {
    .trusted-section {
        height: 950px;
    }

    .testimonial-section {
        padding: 120px 0 20px 0;
    }

    .testimonial-slider {
        border-radius: 20px;
        gap: 15px;
    }

    .testimonial-card {
        flex: 0 0 90%;
        padding: 20px;
    }

    .testimonial-content {
        font-size: 16px;
        text-align: center;
    }

    .testimonial-author img {
        width: 60px;
        height: 60px;
    }

    .author-info h4 {
        font-size: 18px;
    }

    .author-info span {
        font-size: 14px;
    }

    .owl-nav {
        position: static;
        margin-top: 15px;
        justify-content: center;
        transform: translateX(0%);
    }

    .testimonial-slider {
        background: transparent;
    }

    .testimonial-footer {
        display: flex;
        justify-content: center;
    }

    .faq-section-title {
        margin-bottom: 30px;
    }

    .card_4_info_subtext {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .category-scroll-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 8px;
    }

    .category-scroll-wrapper::-webkit-scrollbar {
        height: 5px;
    }

    .category-scroll-wrapper::-webkit-scrollbar-thumb {
        background: linear-gradient(244.73deg, #04BFD7 -48.91%, #63388B 79.49%);
        border-radius: 10px;
    }

    .category-scroll-wrapper::-webkit-scrollbar-track {
        background: #d9d8d8;
        border-radius: 10px;
    }


}

@media (max-width:480px) {
    .stats {
        flex-direction: column;
        gap: 20px;
    }

    .stats .divider {
        width: 0px;
        display: none;
    }

    .hero-content {
        padding: 30px 0px 10px 0px;
    }

    .hero-image img {
        padding-bottom: 0px;
    }

    .circle-text {
        margin: 20px auto;
    }

    .subtitle {
        font-size: 20px;
    }

    .stats .stat {
        padding: 0 7px;
        font-size: 17px;
    }

    .navbar-content {
        padding: 9px 0px;
    }

    .ceo-text h3 {
        font-size: 20px;
    }

    .trusted-section {
        padding: 50px 0 0 0;
    }

    .ceo-box {
        padding: 0 0 50px 0;
        gap: 20px;
    }

    .ceo_subtext {
        font-size: 16px;
    }

    .ceo-text {
        padding: 20px;
    }

    .testimonial-section {
        padding: 100px 0 20px 0;
    }

    .faq-section-item.active .faq-section-question {
        padding: 15px 17px;
    }

    .faq-section-answer {
        padding: 0px 17px 15px 17px;
    }

    .faq-section-question {
        padding: 15px 17px;
        font-size: 18px;
    }

    .faq-section-box {
        padding: 20px 20px;
    }

    .footer-container {
        padding-bottom: 0px;
        gap: 25px;
    }

    .case-card {
        padding: 20px;
        border-radius: 20px;
    }

    .card-header h3 {
        font-size: 18px;
    }

    .step .tooltip {
        bottom: 58.5%;
    }

    .process-steps {
        margin-top: 40px;
    }

    .card-header .icon {
        width: 55px;
        height: 55px;
    }

    .case_study_arrow {
        padding: 12px 12px 11px 12px;
    }

    .case_study_arrow img {
        width: 14px;
    }

    .arrow-btn {
        width: 60px;
        height: 60px;
        font-size: 15px;
        bottom: 15px;
        right: 15px;
    }

    .card,
    .card_2,
    .card_3,
    .card_4,
    .card_5,
    .card_6,
    .card_7 {
        border-radius: 25px;
    }

    .manufacture_title_info {
        margin: 40px 0 30px 0;
    }

    .card_info_title,
    .card_2_info_title,
    .card_4_info_title,
    .card_7_info_title {
        font-size: 20px;
        line-height: 26px;
    }

    .card_warp {
        padding: 20px;
    }

    .manufacture_warp {
        margin: 0 0 60px 0;
    }

    .lessons-text h2,
    .results-text h2 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .timeline-section h2,
    .resources-section h2 {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .lessons-text ul li,
    .results-text ul li {
        font-size: 17px;
    }

    .timeline-section {
        padding: 40px 0px;
    }

    .resources-list {
        gap: 16px;
    }

    .resource-item {
        font-size: 17px;
        padding: 12px;
    }

    .resources-section {
        padding: 40px 0 50px 0;
    }

    .technologies_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .top-left,
    .top-right,
    .bottom-left,
    .bottom-right {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .tech-section {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding-bottom: 40px;
    }

    .center-image {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        margin-bottom: 0px;
    }

    .tech-box {
        position: relative;
        display: block;
        text-align: center;
        line-height: 25px;
        animation: none;
        box-shadow: none;
    }

    img.center-image {
        max-width: 100%;
    }

    .top-left {
        order: 1;
    }

    .top-right {
        order: 2;
    }

    img.center-image {
        order: 3;
    }

    .bottom-right {
        order: 4;
    }

    .bottom-left {
        order: 5;
    }

    .category-container {
        /* overflow-x: auto; */
        flex-wrap: nowrap;
        width: 100%;
        justify-content: unset;
        gap: 9px;

    }

    .manufacture_title_info h2 {
        margin-bottom: 30px;
    }

    .category-link {
        padding: 10px 15px;
        text-wrap: nowrap;
        font-size: 15px;
    }

    .project_title {
        font-size: 30px;
        margin: 0 0 8px 0;
    }

    .project_subtext {
        font-size: 16px;
    }

    .project_link {
        background: linear-gradient(244.73deg, #04BFD7 -48.91%, #63388B 79.49%);
        font-size: 16px;
        font-weight: 700;
        color: white;
        padding: 12px 30px;
        border-radius: 50px;
        border: 0;
    }

    .project_banner {
        padding: 30px 0;
    }

}

@media (max-width:375px) {
    .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .description {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .trusted-section {
        height: auto;
    }

    .testimonial-section {
        padding: 50px 0 20px 0;
    }

    .step .tooltip {
        bottom: 53.5%;
    }

    .client_main_title,
    .blog_title,
    .faq_title,
    .simple_working_title,
    .case_study_title {
        font-size: 30px;
    }

    .trusted-section h2,
    .how_consulting_title,
    .manufacture_title_info h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .consulting_firms_info {
        padding: 60px 0;
    }

    .tech-box h3 {
        font-size: 20px;
    }

}












/* Floating up and down */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Smooth fade-in on load */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Rotate the text smoothly */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}