/* ============================================================
   AI & ML Consulting Services - Page Styles
   Organized: Desktop base styles → breakpoints large to small
   ============================================================ */


/* ============================================================
   DESKTOP BASE STYLES
   ============================================================ */

/* --- Nav --- */
.dataplr-nav {
    margin-bottom: 0;
}

/* --- Forecast Section --- */
#Forecast .row > div {
    padding: 0;
}

.data-cloud-title {
    font-size: 48px;
    padding: 0;
    color: #DFE9FF;
    text-align: start;
}

.data-cloud-stats {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

.data-cloud-content2 > p {
    text-align: start;
    font-size: 32px;
    font-weight: 300;
    line-height: 160%;
}

.data-cloud-content2 p.link {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.data-cloud-content2 p.link > a {
    text-decoration: underline;
}

.stat-box {
    margin-top: 0;
    margin-bottom: 35px;
    min-width: 180px;
}

.stat-box h2 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 15px;
}

.stat-box p {
    font-size: 20px;
    font-weight: 500;
}

/* --- Process Section --- */
.dptslx-title {
    font-size: 4rem;
    line-height: 72px;
}

/* --- Use Cases Section --- */
.rsdp-card2 {
    color: white;
    border: none;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rsdp-card-overlay p {
    padding: 0 1rem;
}

.rsdp-card-overlay h4 {
    padding-bottom: 0;
}

/* --- Tools Section --- */
.d876-tabs {
    max-height: 100%;
}

.dtc-tc-heading {
    font-size: 55px;
    line-height: 6rem;
}

.tools-container {
    display: flex !important;
    flex-direction: column;
    row-gap: 10px;
    background: #1C5FFD;
    padding: 24px;
    border-radius: 20px;
}

.tools-dropdown,
.tools-sub-dropdown {
    border-radius: 16px;
    padding: 12px 24px;
    background-color: #3C81FF;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.tools-dropdown i,
.tools-sub-dropdown i {
    font-size: 14px;
}

.tools-dropdown span,
.tools-sub-dropdown span {
  text-align: start;
}

.tools-sub-dropdown {
    background-color: #3C81FF;
}

.tools-wrapper {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.tools-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 20px;
    background-color: white;
    border-radius: 16px;
}

.tools-card-item {
    background-color: #f2f2f2;
    border-radius: 16px;
}

/* --- FAQ Section --- */
.faq-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}


/* ============================================================
   BREAKPOINT: 1200px – 1300px
   ============================================================ */
@media (min-width: 1200px) and (max-width: 1300px) {
    /* FAQ */
    .dataplatr38-faq-section {
        height: 103vh;
    }
}


/* ============================================================
   BREAKPOINT: 992px – 1200px
   ============================================================ */
@media (min-width: 992px) and (max-width: 1200px) {
    /* FAQ */
    .dataplatr38-faq-section {
        height: 163vh;
    }
}


/* ============================================================
   BREAKPOINT: 980px – 1035px
   ============================================================ */
@media (min-width: 980px) and (max-width: 1035px) {
    /* Banner */
    .dtpl-banner {
        padding: 20px 50px 20px 50px !important;
    }

    /* FAQ */
    .dataplatr38-faq-section {
        height: 163vh;
    }
}


/* ============================================================
   BREAKPOINT: 767px – 992px
   ============================================================ */
@media (min-width: 767px) and (max-width: 992px) {
    /* Banner */
    .dtpl-banner {
        padding: 20px 50px 60px 50px !important;
    }

    /* FAQ */
    .dataplatr38-faq-section {
        height: 144vh;
    }
}


/* ============================================================
   BREAKPOINT: max-width 768px  (tablet & mobile)
   ============================================================ */
@media (max-width: 768px) {
    /* Process */
    .smlh35dpt {
        line-height: 35px;
    }

    .dptslx-step {
        max-width: 400px;
    }

    .dptslx-data-process {
        background: url(../imgs/ai-ml/endtoendbg.webp);
        background-size: cover;
        background-position: center;
    }

    .dptslx-title {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 150%;
    }

    /* Tools */
    .dtc-tc-section {
        margin-top: 50px;
    }

    .dtc-tc-heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
    }

    /* Banner */
    .dtpl-banner {
        background: url(../imgs/mob/ai-ml.webp) no-repeat right center / cover;
    }

    /* Forecast */
    .t-m-a-l-c {
        text-align: center;
    }

    .i-d-k-y-t {
        display: flex;
        justify-content: center;
    }

    .data-cloud-title {
        font-size: 24px;
        text-align: center;
    }

    .data-cloud-stats {
        gap: 0;
    }

    .stat-box h2 {
        font-size: 32px;
        font-weight: 500;
    }

    .stat-box p {
        font-size: 14px;
        font-weight: 400;
    }

    #Forecast .data-cloud-content2 {
        padding: 0 2rem;
    }

    .data-cloud-content2 p.link {
        font-size: 14px;
        font-weight: 400;
    }

    .data-cloud-content2 > p {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 160%;
    }

    .lhm {
        line-height: 30px;
        margin-top: 30px;
        font-size: 24px;
        font-weight: 500;
        padding: 0;
        text-align: center;
    }

    /* Use Cases */
    .rsdp-card2 img {
        max-height: 272px;
    }

    h2.dtp {
        font-size: 24px !important;
        font-weight: 400;
    }

    h2.dtpa {
        font-size: 24px !important;
        font-weight: 700;
    }

    .rsdp-card-overlay {
        background: transparent;
    }

    .rsdp-card-overlay p {
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;
    }

    .rsdp-card-overlay h4 {
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;
    }

    #Usecase .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        gap: 0 !important;
        padding-bottom: 20px;
        padding-left: 7.5% !important;
        padding-right: 7.5% !important;
        justify-content: flex-start !important;
        scrollbar-width: none;
    }

    #Usecase .row::-webkit-scrollbar {
        display: none;
    }

    #Usecase .col-md-6 {
        flex: 0 0 85% !important;
        max-width: 85% !important;
        scroll-snap-align: center;
        padding: 0 10px !important;
    }

    .usecase-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
    }

    .usecase-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #D1D5DB;
        transition: all 0.3s ease;
    }

    .usecase-dot.active {
        background: #003ED1;
        transform: scale(1.2);
    }

    /* FAQ */
    #Faqs .faq5-background {
        background-image: url(../imgs/ai-ml/zzz.webp);
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    #Faqs .faq-container {
        margin-top: 200px;
    }

    #Faqs .faq-buttons {
        flex-direction: column;
        align-items: center;
    }

    #Faqs .faq-buttons a {
        width: 100%;
        text-align: center;
    }

    #Faqs.dataplatr38-faq-section {
        height: 126vh;
    }

    /* Contact */
    .l-h-text {
        line-height: 35px;
        text-align: center !important;
    }

    .scfw {
        font-weight: 500 !important;
    }

    .pltr12-section {
        padding: 60px 0 !important;
    }

    .pltr12-text {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 36px !important;
    }

    .text2-center {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .pltr12-form-container {
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        box-shadow: none !important;
        backdrop-filter: blur(10px) !important;
        padding: 25px !important;
        margin-top: 30px !important;
    }

    #Contact .container,
    footer .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}



/* ============================================================
   BREAKPOINT: max-width 600px  (small mobile)
   ============================================================ */
@media (max-width: 600px) {
    /* Process */
    .dptslx-title {
        font-size: 20px !important;
    }

    /* FAQ */
    .faq-buttons a {
        padding: 0;
    }
}
