.ai-hero {
    background: #fff;
    padding: 50px 0 25px 0;
}

.ai-services {

    background: #fff;

}


/*===============================
Industry + Why Card
================================*/

/* .industry-why-card {

    background:#fff8fb;

    border:1px solid #f2f2f2;

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(0, 0, 0, .05);

} */

.industry-content {
    background: #fff8fb;
    border: 1px solid #f2f2f2;
    padding: 35px 20px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .05);
    height: 100%;
}

.industry-content h2 {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 8px;

}

.industry-content p {

    color: #666;

    font-size: 15px;

    margin-bottom: 35px;

}

.industry-icons {

    display: grid;

    grid-template-columns: repeat(7, 1fr);

    gap: 18px;

    text-align: center;

}

.industry-item {

    transition: .35s;

}

.industry-item:hover {

    transform: translateY(-5px);

}

.industry-item i {

    font-size: 32px;

    color: #f53a73;

    margin-bottom: 12px;

}

.industry-item span {

    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #333;

}

/*===============================
Why
================================*/

.why-content {
    background: #ffe6ec;
    height: 100%;
    padding: 6px 20px;
    border: 1px solid #ffe6ec;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .05);
}

.why-content h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.why-content ul {

    list-style: none;
    padding: 0;
    margin: 0;

}

.why-content li {
    font-size: 13px;
    margin-bottom: 5px;
    color: #444;
}

.why-content li i {
    color: #ff4b78;
    margin-right: 10px;
    font-size: 13px;
}

.why-content img {

    width: 100%;

}

/*===============================
Responsive
================================*/

@media(max-width:991px) {

    .industry-icons {

        grid-template-columns: repeat(3, 1fr);

    }

    .why-content {

        margin-top: 20px;

    }

}

@media(max-width:576px) {

    .industry-icons {

        grid-template-columns: repeat(2, 1fr);

    }

    .industry-content,

    .why-content {

        padding: 25px;

    }

}


.ai-brain {

    text-align: center;

}

.ai-brain img {

    max-width: 100%;

}

.case-study-section {

    padding: 90px 0;

}

.case-study-card {

    display: flex;

    align-items: center;

    gap: 24px;
    padding-right: 20px;
    border-radius: 10px;
    overflow: hidden;

    transition: .35s;

    min-height: 290px;

}

.case-study-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

}


/* backgrounds */

.healthcare-card {

    background: #FFF5F7;

}

.ecommerce-card {

    background: #FFF7F2;

}

.finance-card {

    background: #FAF6FF;

}



/* phone */

.case-phone {

    width: 150px;

    height: 310px;

    border-radius: 10px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;

}

.healthcare-bg {

    background: #F8DDE6;

}

.ecommerce-bg {

    background: #F9E2D5;

}

.finance-bg {

    background: #EEE4FF;

}

.case-phone img {

    height: 220px;

    width: auto;

}



/* content */

.case-content {

    flex: 1;

}

.case-content small {

    color: #666;

    font-size: 13px;

    font-weight: 600;

}

.case-content h5 {

    font-size: 18px;
    font-weight: 700;
    margin: 6px 0 15px;

}

.case-content p {

    color: #555;

    font-size: 13px;

    margin-bottom: 20px;

}



/* result */

.case-result {

    display: flex;

    gap: 40px;

}

.case-result h3 {

    font-size: 25px;

    font-weight: 800;

    margin-bottom: 5px;

    background: linear-gradient(90deg, #ff2d7a, #ff6d00);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.case-result span {

    font-size: 13px;

    color: #666;

}

.ai-platforms {

    background: #fff;

}

.ai-cta {

    padding: 90px 0;

}

.floating-card .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.floating-card h6 {
    font-size: 12px;
}

.floating-card small {
    line-height: 12px !important;
    font-size: 11px;
}

@media(max-width:991px) {

    .ai-brain {

        margin-top: 30px;

    }

    .case-study-card img {
        height: 200px;
    }

}

@media(max-width:767px) {

    .case-study-stats {

        flex-direction: column;

        gap: 20px;

        text-align: center;

    }

}

/*=============================
Impact
=============================*/

.impact-card {

    background: linear-gradient(90deg, #fff8fb 0%, #ffe6ec 100%);

    border-radius: 22px;

    padding: 35px 40px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);

}

.impact-title {

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 35px;

}

.impact-stats {

    margin-top: 20px;

}

.impact-item {

    text-align: center;

    border-right: 1px solid #f1dede;

    padding: 10px 20px;

}

.impact-item i {

    font-size: 30px;

    color: #f5386d;

    margin-bottom: 18px;

}

.impact-item h3 {

    font-size: 25px;

    font-weight: 800;

    margin-bottom: 5px;

    background: linear-gradient(90deg, #ff2d7a, #ff7a00);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.impact-item p {

    font-size: 13px;
    color: #666;
    margin: 0;

}

.impact-right {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

}

.impact-right h3 {

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 12px;

}

.impact-right p {

    color: #666;

    line-height: 28px;

    margin-bottom: 22px;

}

.impact-right img {

    width: 180px;

}

.impact-right .btn {

    padding: 14px 30px;

    border-radius: 10px;

}

.industry-box {
    text-align: center;
}

.industry-box:hover .industry-icon, .Techstack_TechCndSec__AJHRM img:hover{
    transform: scale(1.2);
}

.industry-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 0px;
}

.Techstack_TechCndSec__AJHRM {
    background: #fff8fb; /* old-color #f4f6f6 */
    border-top: 2px solid #ff4d2d;
    border-left: 2px solid #ff4d2d;
    border-right: 2px solid #ff4d2d;
    border-radius: 20px;
    padding: 25px 20px 30px;
    transition: all 0.3s ease;
    margin-top: 25px;
}

.Techstack_TechCndSec__AJHRM > .text-center {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.Techstack_TechCndSec__AJHRM p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
}

.Techstack_TechCndSec__AJHRM img {
    width: 70px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.ai-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ai-desc {
    max-width: 800px;
    font-size: 16px;
    line-height: 1.7;
    opacity: .85;
    margin-bottom: 40px;
}

.tech-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.tab-btn.active {
    background: white;
    color: black;
    font-weight: 600;
}

.tab-btn {
    padding: 10px 18px;
    border: none;
    border-radius: 50px;
    /* background: #e6e6e6; */
    /* font-weight: 600; */
    cursor: pointer;
    transition: .3s;
}

.tab-btn {
    /* padding: 14px 24px;
    border-radius: 40px; */
    background: #1c1c1c;
    color: #aaa;
    /* border: none;
    cursor: pointer;
    transition: all .3s ease; */
}

.more-tabs {
    display: none;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-content {
    height: 120px;
    width: 140px;
    border: 0px solid white;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    align-items: center;
    padding: 10px;
}

.tab-content img {
    height: 40px;
    width: 40px;
}

.tab-content p {
    margin: 0;
    text-align: center;
}

.roadmap-section {
    background: #0b0b0b;
    color: #fff;
    padding: 100px 0;
}

.roadmap-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}

.roadmap-desc {
    max-width: 620px;
    opacity: .85;
    margin-bottom: 70px;
}

.roadmap-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 80px;
}

.roadmap-timeline {
    position: relative;
    padding-left: 40px;
}

.roadmap-timeline::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #1a1a1a;
}

.timeline-progress {
    position: absolute;
    left: 380px;
    top: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #1e90ff, #00bfff);
    transition: height .4s ease;
}

.timeline-item {
    position: relative;
    padding: 20px 0;
    opacity: .35;
    transition: .3s;
}

.timeline-item.active {
    opacity: 1;
}

.timeline-item .dot {
    position: absolute;
    left: -31px;
    margin-left: 363px;
    top: 30%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #333;
}

.timeline-item.active .dot {
    background: #1e90ff;
    box-shadow: 0 0 0 6px rgba(30, 144, 255, .25);
}

.timeline-item p {
    margin: 0;
    color: white;
    width: 100%;
    height: 80px;
    /* font-size: 25px; */
}

.roadmap-content {
    position: relative;
}

.content-box {
    margin-left: 100px;
    width: 620px;
    height: 120px;
    animation: fadeUp .45s ease;
}

.content-box.active {
    display: block;
}

.ai-card {
    background: #000;
    border: 1px solid #333;
    padding: 25px 20px 35px;
    height: 100%;
    color: #fff;
    transition: 0.3s ease;
}

.ai-card:hover {
    border: 2px solid rgba(245, 95, 141, 1);
    transform: translateY(-6px);
    border-radius: 20px;
}

.ai-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 0px;
}

.ai-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ai-card p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    min-height: 120px;
}

.ai-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 28px;
    border: 2px solid rgba(245, 95, 141, 1);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.more-tabs {
    display: none;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.more-tabs.show {
    display: flex;
}

@media(max-width:991px) {

    .impact-item {

        border-right: none;

        margin-bottom: 30px;

    }

    .impact-right {

        margin-top: 40px;

        flex-direction: column;

        text-align: center;

    }

    .industry-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 8px;
    }

    .industry-box {
        background: #fde7df;
        border-radius: 18px;
        padding: 20px 15px;
        margin: 15px 0;
        text-align: center;
        border: none;
    }

    .tab-btn {
        flex: 1 1 100%;
        width: 100%;
    }

}