/* AI Page CSS : apache-atlas */
.cassuport-banner {
    overflow: hidden;
}

.cassuport-banner.drd-banner.position-relative.atlas-hero {
    background-image: url('/wp-content/uploads/2026/05/banner-altes.png') !important;
    background-size: cover !important;
}

.benefits-section__grid.atlas-grid .bg-beam-2 {
    background: transparent !important;
    position: relative;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
}

.benefits-section__grid.atlas-grid img.benefits-section__icon-img {
    width: 48px;
    height: 48px;
    position: relative;
    top: 0;
    left: 0;
}

.benefits-section.configure-atlas {
    background: #F9FAFB;
    padding: 80px 0 40px;
}

.benefits-section.configure-atlas .benefits-section__card {
    border: none;
    border-radius: 16px;
    background: #FFF;
}

.benefits-section.configure-atlas .benefits-section__icon-bg.bg-beam-2 {
    background: transparent !important;
    width: 48px;
    height: 48px;
}

.benefits-section.configure-atlas .benefits-section__card-header {
    gap: 16px;
}

.benefits-section.configure-atlas .benefits-section__icon-img {
    width: 48px;
    height: 48px;
    position: relative;
    top: 0;
    left: 0;
}

.benefits-section.configure-atlas .benefits-section__icon-wrap {
    width: 48px;
    height: 48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-section.configure-atlas .benefits-section__card-title {
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.benefits-section.configure-atlas .benefits-section__card-text {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.benefits-section__grid.atlas-grid .benefits-section__card-header {
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.benefits-section__grid.atlas-grid .benefits-section__card-header .benefits-section__icon-wrap {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
}

.benefits-section.configure-atlas .benefits-section__grid {
    padding-top: 40px;
    margin-top: 0;
}

.kuddu-ban.atlas-ban .kuddu-ban__content {
    max-width: 700px;
}

/* ===== Why Choose: Apache Atlas ===== */
.why-choose.atlas-why {
    background: #F9FAFB;
    padding: 80px 0;
}

.why-choose.atlas-why .why-choose__heading {
    font-size: 40px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    line-height: 52px;
    margin-bottom: 40px;
}

.why-choose.atlas-why .why-choose__card {
    background: #fefefe;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow 0.25s, transform 0.25s;
}

.why-choose.atlas-why .why-choose__card:hover {
    box-shadow: 0 16px 40px rgba(16, 24, 40, 0.1);
    transform: translateY(-4px);
}

.why-choose.atlas-why .why-choose__card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-choose.atlas-why .why-choose__card-icon i {
    font-size: 30px;
    color: #484848;
}

.why-choose.atlas-why .why-choose__card-number {
    font-size: 40px;
    font-weight: 600;
    color: #101828;
    line-height: 52px;
}

.why-choose.atlas-why .why-choose__card-title {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    line-height: 27px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .why-choose.atlas-why {
        padding: 32px 0;
    }

    .why-choose.atlas-why .why-choose__heading {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 40px;
    }

    .support-sub {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 24px;
    }

    .benefits-section.configure-atlas {
        background: #F9FAFB;
        padding: 32px 0;
    }

    .cassuport-banner.drd-banner.position-relative.atlas-hero {
        background-image: url('/wp-content/uploads/2025/01/sup-mobbnr.png') !important;
        background-size: cover !important;
    }
}