/*********************************************************************************************/
/************************** Agriculture & AgriTech Technology Solutions page *******************/
/******************************* AI, Machine Learning & Data Analytics ************************/

/* GENERAL FIXES */
.py-100 {
    padding: 100px 0;
}

.aimachinelearing-banner {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #e5f1ff 9.33%, #f0fff300 103.13%);
}

.main-banner-heading {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
}

/* SCROLL BUTTON */
.scroll-down-btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

    .scroll-down-btn a {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff6a00;
        color: #fff;
        border-radius: 50%;
        font-size: 18px;
        animation: bounce 2s infinite;
    }

@keyframes bounce {
    0%, 100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

/* AI MACHINE SECTION */
.ai-machine-sec img {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

/* AI CARDS */
.ai-machine-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    transition: all .35s ease;
    height: 100%;
    border-bottom: 2px solid #00a8d2;
    background: linear-gradient(to top, #00a8d2 -400%, #ffffff 30%);
}

    .ai-machine-card:hover {
        border-bottom: 2px solid #00a8d2;
        background: linear-gradient(to top, #00a8d2 -286%, #ffffff 90%);
    }

    .ai-machine-card i {
        font-size: 30px;
        margin-bottom: 12px;
        color: #4d90fe;
    }

    .ai-machine-card h5 {
        font-weight: 600;
        margin-bottom: 8px;
    }

/* LEVERAGES SECTION */
.Leverages-section {
    background: linear-gradient(180deg, #e5f1ff, #d8ff000d);
}

.ai-col {
    padding: 15px;
}

.ai-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: 0.35s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    height: 100%;
    overflow: hidden;
}

    .ai-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #4d90fe, #007bff);
        transform: scaleX(0);
        transition: 0.4s;
    }

    .ai-card:hover::before {
        transform: scaleX(1);
    }

    .ai-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 45px rgba(0,0,0,0.15);
    }

.ai-icon {
    width: 65px;
    height: 65px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    margin-bottom: 18px;
    background: linear-gradient(90deg, #4d90fe, #007bff);
}

.ai-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.ai-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.ai-footer {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #444;
}

/* EXAMPLE BOX */
.Example-ai-mc {
    padding: 20px;
    background: #f1fcff;
    border-left: 4px solid #00a8d2;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 20px;
}

/* KEY FEATURES */
.keyfeature-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    text-align: center;
    transition: .35s;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}

    .keyfeature-card:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        clip-path: polygon(100% 100%, 0 0, 0 100%);
        background: #2986ff00;
        transition: 0.3s;
    }

    .keyfeature-card:hover:before {
        background: #2986ff17;
        width: 100%;
        height: 100%;
        clip-path: border-box;
    }

.kyf-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #4d90fe, #007bff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.kyf-h {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* WHY TAKSH IT */
.whyit-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
    transition: .35s;
    margin-bottom: 30px;
    height: 100%;
}

    .whyit-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,.1);
    }

.whyit-img {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg,#2563eb,#3b82f6);
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.whyit-h {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

/* OUTCOME SECTION */
.outcome-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

    .outcome-img img {
        border-radius: 16px;
        transition: 0.4s;
        width: 100%;
    }

.outcome-card {
    position: relative;
    padding: 30px;
}

.main-heading {
    font-weight: 700;
    font-size: 32px;
}

.orange-text {
    color: #ff7a00;
}

.outcome-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

    .outcome-list li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 18px;
        font-size: 16px;
        color: #444;
    }

        .outcome-list li i {
            min-width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg,#2563eb,#3b82f6);
            color: white;
            border-radius: 10px;
            font-size: 14px;
        }

.outcome-highlight {
    margin-top: 25px;
    background: #f3f6ff;
    padding: 16px 20px;
    border-radius: 10px;
    border-left: 4px solid #4f46e5;
}

/* FAQ SECTION */
.aimch-faq-section {
    padding: 80px 0;
}

.aimachine-contanct {
    background: linear-gradient(180deg, #e5f1ff, #d8ff000d);
    padding: 80px 0;
}

.aimch-faq-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: all .35s ease;
}

    .aimch-faq-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    }

.aimch-faq-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg,#2563eb,#3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 18px;
}

.aimch-faq-question {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.aimch-faq-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(90deg,#007bff,#00c6ff);
    transition: .4s;
    border-radius: 10px;
}

.aimch-faq-card:hover:before {
    width: 100%;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .main-banner-heading {
        font-size: 32px;
    }

    .py-100 {
        padding: 60px 0;
    }

    .aimachinelearing-banner {
        padding-top: 60px;
        text-align: center;
    }

    .image-stack {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .main-banner-heading {
        font-size: 26px;
    }

    .main-heading {
        font-size: 24px;
    }

    .outcome-card {
        padding: 15px 0;
    }

    .aimch-faq-section, .aimachine-contanct {
        padding: 50px 0;
    }
}
