#eai-tamplate .package__type h1{
    color: #2ABB9C;
    font-size: 38px;
    font-weight: 900;
    line-height: 36px; 
    margin-top: 40px;
    margin-bottom: 15px;
}
#eai-tamplate .package__type p{
    color: #040404;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 210px;
}
#eai-tamplate .package-1{
    padding-bottom: 55px;
}

#eai-tamplate .package-description__text span{
    display: block;
}

#eai-tamplate .package-description__item.expanded {
    max-height: none;
    box-shadow: none;
}

#eai-tamplate .package-description__item.expanded::after {
    opacity: 0;
}
#eai-tamplate .package-description__item.expanded {
    animation: expandHeight 0.5s forwards;
}

@keyframes expandHeight {
    from {
        max-height: 266px;
    }
    to {
        max-height: max-content;
    }
}
#eai-tamplate .faq{
    margin-bottom: 50px;
}
#eai-tamplate .faq h2 {
    color: #3D3D3D;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
}
/* accordian */
#eai-tamplate .faq__content{
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 34px 80px 4px rgba(0, 0, 0, 0.04);
    padding: 45px 39px;
}
#eai-tamplate .faq__item-title{
    border-radius: 15px;
    border: 0.7px solid #DADADA;
    background: #FFF;
    padding: 24px 41px 24px 22px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
    align-items: center;
}
#eai-tamplate .faq__item-title.active{
    box-shadow: 0px 24px 33px 0px rgba(0, 0, 0, 0.04);
}
#eai-tamplate .faq__item-title h6{
    color: #3D3D3D;
    font-size: 26px;
    font-weight: 400;
}
#eai-tamplate .icon-faq__item-plus,
#eai-tamplate .icon-faq__item-minus{
    margin-right: 10px;
}
#eai-tamplate .icon-faq__item-plus::after{
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49' viewBox='0 0 49 49' fill='none'%3E%3Cpath d='M12.2031 24.4082H36.6122' stroke='%233A3A3A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.4102 36.6141V12.2051' stroke='%233A3A3A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#eai-tamplate .icon-faq__item-minus::after{
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49' viewBox='0 0 49 49' fill='none'%3E%3Cpath d='M12.2051 24.4092H36.6141' stroke='%23259EB8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#eai-tamplate .faq__item-anwser-box{
    border-radius: 15px;
    border: 0.7px solid #DADADA;
    background: #FFF;
    padding: 40px 41px 17px 41px;
    margin-bottom: 10px;
}
#eai-tamplate .faq__item-anwser-box p{
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px; 
}
#eai-tamplate .faq__item-anwser{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
#eai-tamplate .faq__item-anwser.show{
    opacity: 1;
    max-height: 500px;
    overflow: auto;
}
#eai-tamplate .package__type-price-box{
    display: flex;
}
#eai-tamplate .testAi__item{
    position: relative;
    border-radius: 84px;
    background: linear-gradient(45deg, #2994AB 5.5%, #1FAAC8 93.55%);
    padding: 144px 42px 20.5px 40px;
}
#eai-tamplate .testAi__item h2{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
#eai-tamplate .testAi__item p{
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
#eai-tamplate .testAi__item-img {
    border-radius: 76px;
    border: 1px solid #EEE;
    position: absolute;
    top: -50%;
    right: 50%;
    transform: translateX(50%) translateY(50%);
    width: 100%;
    max-height: 207px;
    max-width: 207px;
    padding: 11px;
}
#eai-tamplate .testAi__item-img img{
    width: 100%;
    height: 100%;
    border-radius: 68px;
    box-shadow: 0px 30px 24px 0px rgba(0, 97, 118, 0.30);
    max-height: 183px;
    max-width: 183px;
}
#eai-tamplate .testAi__item-btn-show{
    display: flex;
    justify-content: center;
}
#eai-tamplate .testAi__item-btn-show a{
    width: 100%;
    max-width: 139px;
    padding: 4px 11px 4px 4px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 80px;
    justify-content: space-between;
    color: #259FB9;
    font-size: 17px;
    font-weight: 600;
}
#eai-tamplate .testAi__item-btn-show a:hover{
    opacity: .8;
}
#eai-tamplate .testAi__item-btn-show i{
    line-height: 0;
    padding: 5px 11px;
    border-radius: 80px;
    background: #259FB9;
    display: inline-block;
}
#eai-tamplate .testAi__item-btn-show i::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cpath d='M7.76362 6.9082L3.7168 10.955L7.76362 15.0018' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5228 10.9551H3.7168' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#eai-tamplate .testAi__item-2{
    background: linear-gradient(43deg, #1D8887 5.5%, #03B4B3 93.81%);
}
#eai-tamplate .testAi__item-2 a{
    color: #0BA9A8;
}
#eai-tamplate .testAi__item-2 i{
    background-color: #0BA9A8;
}
#eai-tamplate .testAi__item-3{
    background: linear-gradient(220deg, #02549D 7.87%, #0868BD 92.85%);
}
#eai-tamplate .testAi__item-3 a{
    color: #0358A3;
}
#eai-tamplate .testAi__item-3 i{
    background-color: #0358A3;
}
#eai-tamplate .testAi__items > div {
    margin-bottom: 3rem;
}
@media screen and (max-width:1230px) {
    #eai-tamplate .testAi__item h2 {
        font-size: 20px;
    }
    #eai-tamplate .testAi__item p {
        font-size: 14px;
    }
    #eai-tamplate .testAi__item {
        padding: 140px 20px 20px 20px;
    }
}

@media screen and (max-width:1024px) {
    #eai-tamplate .package__type-item {
        flex-direction: column;
        padding: 0px 18px 0px 21px;
        margin-bottom: 46px;
        border-radius: 38px;
        padding-top: 18px;
    }
    #eai-tamplate .package__type-item-info {
        order: 2;
    }
    #eai-tamplate .package__type-img-box {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
    #eai-tamplate .package__type-item-info {
        width: 100%;
    }
    #eai-tamplate .package__type-img {
        max-width: 206px;
        min-height: 243px;
    }
    #eai-tamplate .package__type-img img {
        min-height: 243px;
    }
    #eai-tamplate .icon-1-img::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='210' viewBox='0 0 227 210' fill='none'%3E%3Crect x='40.6333' y='-17.3709' width='213.71' height='187.954' rx='69.5' transform='rotate(17.8402 40.6333 -17.3709)' stroke='white'/%3E%3C/svg%3E");
    }
    #eai-tamplate .icon-1-img {
        top: 16px;
        right: -25px;
    }
    #eai-tamplate .icon-2-img::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Crect x='3.63332' y='-1.21461' width='18.0335' height='17.1335' rx='8.56677' transform='rotate(17.8402 3.63332 -1.21461)' stroke='white'/%3E%3C/svg%3E");
    }
    #eai-tamplate .icon-3-img::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='52' viewBox='0 0 29 52' fill='none'%3E%3Cpath d='M28 1.32422L10.2929 9.49988C4.62768 12.1156 0.999999 17.7863 0.999999 24.0262L0.999999 35.0311C1 43.7047 7.91108 50.7989 16.5817 51.0256L28 51.3242' stroke='white'/%3E%3C/svg%3E");
    }
    #eai-tamplate .icon-3-img {
        bottom: 6px;
        right: -27%;
        transform: translateX(27%);
    }
    #eai-tamplate .package__type-img-text {
        max-width: 200px;
        font-size: 14px;
        line-height: 44px;
        transform: translate(12% ,40%);
        right: -12%;
    }
    #eai-tamplate .package__type-item-info h2 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 16px;
        margin-top: 20px;
        text-align: center;
    }
    #eai-tamplate .package__type-item-info h2 span::after {
        bottom: -2px;
        width: 80px;
        height: 22px;
        right: 63.5%;
        transform: translateX(63.5%);
    }
    #eai-tamplate .package__type-item-info .description {
        font-size: 14px;
        line-height: 19px;
    }
    #eai-tamplate .package__type-item-price {
        display: flex;
        flex-direction: column;
    }
    #eai-tamplate .package__type-item-discount-price {
        margin-left: 0px;
    }
    #eai-tamplate .package__type-price-box {
        margin-bottom: 0px;
    }
    #eai-tamplate .package__type-item-link-box {
        max-width: 100%;
        margin-bottom: 20px;
    }
    #eai-tamplate .package__type-item-discount-price {
        margin-bottom: 32px;
    }
    #eai-tamplate .package__type-item-real-price p {
        font-size: 28px;
    }
    #eai-tamplate .package__type-item-real-price span {
        color: rgba(255, 255, 255, 0.60);
        font-size: 14px;
    }
    #eai-tamplate .package__type-item-discount-price p {
        font-size: 30px;
    }
    #eai-tamplate .package__type-item-discount-price span {
        font-size: 14px;
    }
    #eai-tamplate .package__type-item-real-price::after {
        transform: rotate(-45deg) translateY(33%);
        top: 33%;
    }
    #eai-tamplate .package__type h1 {
        font-size: 25px;
        line-height: 52px;
        margin-bottom: 18px;
        text-align: center;
    }
    #eai-tamplate .package__type p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 134px;
        text-align: justify;
    }
    #eai-tamplate .icon-package-desc-content {
        display: none;
    }
    #eai-tamplate .faq h2 {
        font-size: 20px;
        margin-bottom: 11px;
    }
    #eai-tamplate .faq__content {
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0px 34px 80px 4px rgba(0, 0, 0, 0.04);
        padding: 21px 16px 14px 17px;
    }
    #eai-tamplate .faq__item-title {
        padding: 14px 13px 16px 7px;
    }
    #eai-tamplate .faq__item-title h6 {
        font-size: 14px;
    }
    #eai-tamplate .icon-faq__item-plus::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M5.49805 11H16.498' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 16.5V5.5' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        position: relative;
        top: 5px;
    }
    #eai-tamplate .icon-faq__item-minus::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M5.5 11H16.5' stroke='%23259EB8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        position: relative;
        top: 5px;
    }
    #eai-tamplate .faq__item-anwser-box {
        padding: 25px 14px 20px 14px;
    }
    #eai-tamplate .faq__item-anwser-box p {
        font-size: 14px;
        line-height: 27px; 
    }
    #eai-tamplate .testAi__item-img img {
        max-height: 143px;
        max-width: 143px;
        border-radius: 59px;
    }
    #eai-tamplate .testAi__item-img{
        max-height: 161px;
        max-width: 161px;
        border-radius: 59px;
    }
    #eai-tamplate .testAi__item-img {
        top: -40%;
        transform: translateX(50%) translateY(40%);
    }
    #eai-tamplate .testAi__item {
        border-radius: 43px;
        padding: 130px 16px 19px 16px;
    }
    #eai-tamplate .testAi__item p {
        font-size: 14px;
        line-height: 19px;
    }
    #eai-tamplate .testAi__item-btn-show a {
        max-width: 100%;
    }
    #eai-tamplate .testAi {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:350px) {
    #eai-tamplate .package__type-img-text {
        transform: translate(0% ,40%);
        right: 0%;
    }
}

@media screen and (min-width:768px) {
    #eai-tamplate .testAi__items > div {
        margin-bottom: 9rem;
    }
}

/* New Edits */
#eai-tamplate .testAi__item p {
    margin-bottom: 70px;
}
#eai-tamplate .testAi__item-btn-show {
    position: absolute;
    bottom: 20px;
    width: 100%;
    right: 0;
}
#eai-tamplate .testAi__item {
    position: relative;
    width: 100%;
    height: 100%;
}
#eai-tamplate .testAi__item-img {
    top: -120px;
    transform: translateX(50%);
}
#eai-tamplate .consultation-package__card{
    border-radius: 0px 0px 31px 31px;
    background: rgba(31, 173, 172, 0.04);
    position: relative;
}
#eai-tamplate .consultation-package__card-body {
    background: transparent;
}
#eai-tamplate .consultation-package__card-price {
    transform: translateY(-120px);
    top: auto;
}
#eai-tamplate .consultation-package__cards {
    gap: 20px;
}
#eai-tamplate .consultation-package__img-box {
    max-height: 230px;
    min-height: 230px;
}
@media screen and (max-width: 1024px) {
    #eai-tamplate .testAi__item-btn-show{
        position: relative;
    }
    #eai-tamplate .testAi__item-img {
        top: -89px;
    }
    #eai-tamplate .testAi__items {
        gap: 80px;
    }
}