.aae-card-area {
    position: relative;
    padding-bottom: 210px;
}

@media only screen and (max-width: 1399px) {
    .aae-card-area {
        padding-bottom: 160px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-card-area {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-card-area {
        padding-bottom: 45px;
    }
}

.aae-card-area .aae-card-bg {
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: -1;
    top: -550px;
}

.aae-card-area .aae-toolkit-card-number {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
}

.aae-card-area .aae-content-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: var(--white);
}

@media only screen and (max-width: 1199px) {
    .aae-card-area .aae-content-title {
        font-size: 16px;
    }
}

.aae-toolkit-grid {
    display: grid;
    grid-template-columns: 1fr 410px 1fr;
    align-items: center;
    gap: 80px;
}

@media only screen and (max-width: 1500px) {
    .aae-toolkit-grid {
        gap: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-toolkit-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .aae-toolkit-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .aae-toolkit-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.aae-toolkit-title {
    font-size: 70px;
    line-height: 1.11;
    font-weight: 300;
    color: var(--white) !important;
}

@media only screen and (max-width: 1399px) {
    .aae-toolkit-title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-toolkit-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-toolkit-title {
        font-size: 35px;
    }
}

.aae-toolkit-title .highlight {
    position: relative;
    display: inline-block;
}

.aae-toolkit-title .highlight::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    height: 13px;
    width: 100%;
    background: url("../../img/bg/underline-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -2;
}

.aae-toolkit-item {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .aae-toolkit-item:last-child {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .aae-toolkit-title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-toolkit-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-toolkit-title {
        font-size: 32px;
        text-align: center !important;
    }
}

.aae-toolkit-item-cards {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transform: rotate(19.98deg);
}

.aae-toolkit-item-cards:nth-child(2) {
    transform: rotate(11.99deg);
    background: rgba(255, 255, 255, 0.08);
}

@media only screen and (max-width: 767px) {
    .aae-toolkit-item-cards:nth-child(2) {
        transform: rotate(0);
    }
}

.aae-toolkit-item-cards:nth-child(3) {
    transform: rotate(3deg);
}

@media only screen and (max-width: 767px) {
    .aae-toolkit-item-cards:nth-child(3) {
        // display: none;
        transform: rotate(0);
    }
}

.aae-toolkit-item-cards:nth-last-child(2) {
    transform: rotate(12deg);
}

@media only screen and (max-width: 767px) {
    .aae-toolkit-item-cards:nth-last-child(2) {
        transform: rotate(0);
    }
}

.aae-toolkit-item-cards:last-child {
    transform: rotate(3deg);
}

@media only screen and (max-width: 767px) {
    .aae-toolkit-item-cards:last-child {
        transform: rotate(0);
    }
}

@media only screen and (max-width: 767px) {
    .aae-toolkit-item-cards {
        transform: rotate(0) !important;
        position: static !important;
        margin-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.08) !important;
    }
}

.aae-toolkit-item-card-list {
    padding: 24px 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .aae-toolkit-item-card-list {
        padding: 15px;
    }
}

.aae-toolkit-item-card-list::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    border-radius: 20px;
}

.aae-toolkit-card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.aae-content-item-wrapper {
    background: #8c7369;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px 5px 5px;
    position: relative;
    align-self: flex-start;
}

.aae-content-item-wrapper:nth-child(1) {
    transform: rotate(8.99deg);
    z-index: 2;
}

.aae-content-item-wrapper:nth-child(2) {
    transform: rotate(-1deg) translateX(43px);
}

@media only screen and (max-width: 767px) {
    .aae-content-item-wrapper:nth-child(2) {
        transform: rotate(-1deg) translateX(15px);
    }
}

.aae-content-item-wrapper:nth-child(3) {
    transform: rotate(7.99deg);
}

.aae-content-item-wrapper:nth-child(4) {
    transform: rotate(-1deg) translateX(31px);
}

.aae-content-item-wrapper::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    background: linear-gradient(
        -165deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(85, 85, 85, 0.2) 100%
    );
    border-radius: 60px;
}

.aae-content-item-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 60px;
    background: linear-gradient(45deg, #ffffff, #555555, #ffffff);
    -webkit-mask:
        linear-gradient(white 0 0) content-box,
        linear-gradient(white 0 0);
    mask:
        linear-gradient(white 0 0) content-box,
        linear-gradient(white 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    filter: blur(20px);
}

.aae-content-item-bg {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    flex: 0 0 40px;
}

.aae-toolkit-card-icon {
    text-align: center;
}

.aae-toolkit-card-icon img {
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .aae-toolkit-card-icon img {
        width: 50%;
    }
}

@media (max-width:767px) {
    .aae-toolkit-title.aae-mobile-title {
        display: block;
        padding-bottom: 15px;
    }

    .aae-toolkit-item-card-list {
        background: unset;
    }

    ul.aae-toolkit-item-card {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .aae-toolkit-item-cards {
        padding: 30px 15px;
    }

    .aae-faq-accordion-content {
        padding: 0 15px;
    }

}

@media (min-width:767px) {
    .aae-toolkit-title.aae-mobile-title {
        display: none;
    }
}

.toolkit-title-anim {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.top-titles {
    position: relative;
    overflow: hidden;
    clip-path: inset(0px);

}

.top-titles span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    transform: translateY(100%);
    transition: transform 1s;

}

.top-titles span:first-child {
    position: relative;
    opacity: 1;
    display: inline-block;
    transform: translateY(0%);
    transition: transform 1s;
}

.bottom-titles {
    position: relative;
    overflow: hidden;
    clip-path: inset(0px);
}

.bottom-titles span {
    position: absolute !important;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 1s;
}

.bottom-titles span:first-child {
    position: relative !important;
    opacity: 1;
    transform: translateY(0%);
    transition: transform 1s;
}

.aae-widgets-item .aae-widgets-item-title {
    color: #fff;
}

.aae-card-area .aae-toolkit-card-number {
    min-height: 30px;
}

.aae-toolkit-item-cards:nth-last-child(2) .aae-toolkit-card-content {
    transform: rotate(-7deg);
}

.aae-toolkit-item-cards {
    position: absolute;
    top: 0;
    left: 0;
    background: unset;
    border-radius: 20px;
    transform: rotate(19.98deg);
}

.aae-toolkit-item-card-list::after {
    background-color: rgba(0, 0, 0, .2);
}

.aae-toolkit-item-cards:first-child {
    .aae-toolkit-item-card-list::after {
        background-color: rgba(0, 0, 0, 0.01);
    }
}