.hero-top-all{
    display: flex;
    align-items: center;
}
.hero-top-item{
    display: flex;
    align-items: center;
}
.top-item-img{
    margin-right: 10px;
}
.hero-top-item-left{
    margin-left: 35px;
}
.top-item-title{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}
.top-item-desc{
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
    margin-top: 5px;
}
.logo-img-size{
    width: 35px;
    height: 35px;
}
.logo-img-span{
    color: rgba(28, 28, 28, 1);
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
}
.top-item-y{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:39px 0;
}
.top-item-title-y{
    font-size: 30px;
    font-weight: 600;
    color: rgba(1, 93, 246, 1);
}
.top-item-desc-y{
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
    font-size: 16px;
}
.level-one-item{
    background-color: white;
    min-height: 200px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.level-one-item-s{
    margin-top: 20px;
}
.level-one-img{
    width: 30%;
}
.level-one-desc{
    color: rgba(102, 102, 102, 1);
    text-align: center;
    margin-top: -15px;
}
.level-one-title{
    color: rgba(17, 26, 69, 1);
    font-weight: 600;
}
.level-two-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.level-two-desc{
    text-align: center;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}
.level-two-title{
    color: rgba(17, 26, 69, 1);
    font-weight: 600;
}
.level-two-step{
    color: rgba(6, 112, 252, 1);
    margin-top: 20px;
    font-weight: 600;
}
.level-two-item {
    position: relative;
}
.level-two-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 15px 0;
}
.level-two-step-num1 {
    background-color: rgba(126, 84, 226, 1);
}
.level-two-step-num2 {
    background-color: rgba(0, 119, 255, 1);
}
.level-two-step-num3 {
    background-color: rgba(0, 212, 173, 1);
}
.level-two-step-num4 {
    background-color: rgba(255, 174, 75, 1);
}
.hot-title{
    color: white;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
}
.hot-title-s{
    color: white;
    margin-top: 30px;
    margin-bottom: 35px;
}
.hot-list{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hot-list-text{
    color: white;
    margin-left: 10px;
}
.say-item-div {
    background: url("../image/say-bg.png") no-repeat center center;
    background-size: 100% 100%;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height: 300px;
}
.say-item-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.say-item-div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(1, 93, 246, 0.15);
}
.say-item-info {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.say-head-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(1, 93, 246, 1);
    margin-bottom: 12px;
    transition: all 0.3s ease;
    margin-right: 10px;
    margin-top: 10px;
}
.say-item-div:hover .say-head-img {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(1, 93, 246, 0.5);
}
.say-head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.say-name {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
}
.say-star-img {
    display: inline-block;
}
.say-star-img img {
    height: 20px;
}
.say-item-desc {
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}
.say-tag-all {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.say-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(1, 93, 246, 1);
    border: 1px solid rgba(1, 93, 246, 1);
    background: rgba(1, 93, 246, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}
.say-tag:hover {
    background: rgba(1, 93, 246, 1);
    color: #fff;
    transform: translateY(-2px);
}
.say-d-m{
    margin-left: 70px;
}

#footer.atf-footer-area {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 250px;
}
#footer.atf-footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.footer-content {
    padding: 40px 0;
    position: relative;
    z-index: 2;
}
.footer-brand,
.footer-links,
.footer-support {
    position: relative;
    z-index: 2;
}
.footer-brand {
    display: flex;
    align-items: center;
}
.footer-logo {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.footer-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.footer-desc{
    margin-top: 20px;
}
.footer-desc p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 8px;
}
.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgba(1, 93, 246, 1);
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    margin-bottom: 12px;
}
.footer-links ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-links ul li a:hover {
    color: rgba(1, 93, 246, 1);
    padding-left: 5px;
}
.support-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.support-item i {
    color: rgba(1, 93, 246, 1);
    margin-right: 12px;
    font-size: 16px;
}
.support-item span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.footer-copyright {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}
.footer-copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin: 0;
}
.bottom-icon-img img{
    width: 15px;
    margin-right: 10px;
    margin-top: -3px;
}

.pri-all {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.pri-decoration-left,
.pri-decoration-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 1;
}
.pri-decoration-left {
    left: 0;
}
.pri-decoration-right {
    right: 0;
}
.pri-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0.5;
    animation: priFloat 3s ease-in-out infinite;
}
.pri-circle-1 {
    background: rgba(126, 84, 226, 1);
    animation-delay: 0s;
}
.pri-circle-2 {
    background: rgba(0, 119, 255, 1);
    animation-delay: 0.5s;
}
.pri-circle-3 {
    background: rgba(0, 212, 173, 1);
    animation-delay: 1s;
}
.pri-circle-4 {
    background: rgba(255, 174, 75, 1);
    animation-delay: 1.5s;
}
.pri-circle-5 {
    background: rgba(126, 84, 226, 1);
    animation-delay: 2s;
}
.pri-circle-6 {
    background: rgba(0, 119, 255, 1);
    animation-delay: 2.5s;
}
@keyframes priFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-20px) scale(1.3);
        opacity: 0.8;
    }
}
.pri-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 120px;
}
.pri-title {
    font-size: 32px;
    font-weight: 700;
    color: rgba(17, 26, 69, 1);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}
.pri-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgba(126, 84, 226, 1), rgba(0, 119, 255, 1));
    border-radius: 2px;
}
.pri-intro {
    font-size: 15px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
}
.pri-section {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.pri-section:hover {
    box-shadow: 0 5px 25px rgba(0, 119, 255, 0.1);
    transform: translateY(-3px);
}
.pri-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: rgba(17, 26, 69, 1);
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid rgba(126, 84, 226, 1);
    position: relative;
}
.pri-subtitle::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: rgba(126, 84, 226, 1);
    border-radius: 50%;
    animation: priPulse 2s ease-in-out infinite;
}
@keyframes priPulse {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(126, 84, 226, 0.4);
    }
    50% {
        transform: translateY(-50%) scale(1.2);
        box-shadow: 0 0 0 10px rgba(126, 84, 226, 0);
    }
}
.pri-sub-section {
    margin-bottom: 25px;
    padding-left: 20px;
}
.pri-sub-section:last-child {
    margin-bottom: 0;
}
.pri-sub-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 119, 255, 1);
    margin-bottom: 12px;
}
.pri-sub-section p {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    margin-bottom: 10px;
}
.pri-sub-section p:last-child {
    margin-bottom: 0;
}
.about-top-item{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.about-top-item-all{
    margin: 20px 0;
}
.about-top-item-text{
    margin-left: 5px;
}
.about-top-title-s{
    margin-bottom: 10px;
}
.about-top-title-s-s{
    margin-bottom: 15px;
}
.top-about-show-all{
    color: rgba(0, 0, 0, 1);
}
.level-one-title{
    text-align: center;
}
.blue-line-border{
    border: 1px solid rgba(1, 93, 246, 1);
}
.atf-hot-deal-content{
    padding-left: 15%;
}
.dd-div{
    display: flex;
    align-items: self-start;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.dd-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, rgba(126, 84, 226, 1), rgba(0, 119, 255, 1));
    transform: scaleY(0);
    transition: transform 0.3s ease;
}
.dd-div:hover::before {
    transform: scaleY(1);
}
.dd-div:hover {
    box-shadow: 0 8px 30px rgba(0, 119, 255, 0.15);
    transform: translateY(-5px);
}
.dd-div:hover .dd-img img {
    transform: scale(1.1) rotate(3deg);
    filter: drop-shadow(0 0 10px rgba(0, 119, 255, 0.3));
}
.dd-img{
    margin-right: 15px;
    flex-shrink: 0;
}
.dd-img img {
    transition: all 0.3s ease;
}
.dd-info {
    flex: 1;
}
.delete-form-all{
    min-height: 300px;
}
.dd-title{
    color: rgba(17, 26, 69, 1);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
}
.dd-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: rgba(0, 119, 255, 1);
    border-radius: 50%;
    animation: ddPulse 2s ease-in-out infinite;
}
@keyframes ddPulse {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(0, 119, 255, 0.4);
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        box-shadow: 0 0 0 6px rgba(0, 119, 255, 0);
    }
}
.dd-desc {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.6;
}
.level-one-item {
    height: 100%;
}
 .dd-div {
    height: 100%;
    display: flex;
    flex-direction: column;
     border: 1px solid rgba(230, 236, 246, 1);
}
 .dd-div .dd-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
 .dd-div .dd-desc {
    flex: 1;
}

#hotdeal {
    position: relative;
    background: none !important;
}
#hotdeal::before {
    display: none !important;
}
.hotdeal-bg {
    position: relative;
    padding: 80px 0;
    background: url("../image/3.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}
.hotdeal-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hotdeal-bg > * {
    position: relative;
    z-index: 2;
}

@keyframes borderGlow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(1, 93, 246, 0.5), 0 0 10px rgba(1, 93, 246, 0.3), inset 0 0 5px rgba(1, 93, 246, 0.1);
    }
    50% {
        box-shadow: 0 0 20px rgba(1, 93, 246, 0.8), 0 0 40px rgba(1, 93, 246, 0.5), inset 0 0 10px rgba(1, 93, 246, 0.2);
    }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes floatShadow {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    50% {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(1, 93, 246, 0.15);
    }
}

@keyframes pulseRing {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes gradientBorder {
    0% {
        border-color: rgba(1, 93, 246, 1);
    }
    25% {
        border-color: rgba(126, 84, 226, 1);
    }
    50% {
        border-color: rgba(0, 212, 173, 1);
    }
    75% {
        border-color: rgba(255, 174, 75, 1);
    }
    100% {
        border-color: rgba(1, 93, 246, 1);
    }
}

@keyframes scanLine {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 0.5;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.atf-single-feature {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #fff;
}
.atf-single-feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(1, 93, 246, 0.1), transparent);
    transition: left 0.5s ease;
    z-index: 1;
}
.atf-single-feature:hover::before {
    left: 150%;
}
.atf-single-feature::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(1, 93, 246, 1), rgba(126, 84, 226, 1), rgba(0, 212, 173, 1), rgba(1, 93, 246, 1));
    background-size: 300% 300%;
    animation: borderRotate 3s ease infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
}
.atf-single-feature:hover::after {
    opacity: 1;
}
.atf-single-feature:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(1, 93, 246, 0.15);
}
.atf-single-feature > * {
    position: relative;
    z-index: 2;
}

.level-one-item {
    position: relative;
    z-index: 1;
}
.level-one-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: rgba(1, 93, 246, 0.1);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 0;
}
.level-one-item:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.level-one-img img {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.level-one-item:hover .level-one-img img {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 10px 20px rgba(1, 93, 246, 0.3));
}

.level-one-title {
    transition: all 0.3s ease;
}
.level-one-item:hover .level-one-title {
    color: rgba(1, 93, 246, 1);
    transform: translateX(5px);
}

.hero-top-item {
    position: relative;
    overflow: hidden;
}
.hero-top-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(1, 93, 246, 0), rgba(1, 93, 246, 0));
    transition: all 0.4s ease;
    pointer-events: none;
}
.hero-top-item:hover::before {
    background: linear-gradient(135deg, rgba(1, 93, 246, 0.6), rgba(126, 84, 226, 0.6));
    animation: borderGlow 2s ease infinite;
}

.say-item-div {
    position: relative;
    overflow: hidden;
}
.say-item-div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    border-radius: 15px;
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)) padding-box,
                linear-gradient(135deg, rgba(1, 93, 246, 0.5), rgba(126, 84, 226, 0.5)) border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.say-item-div:hover::after {
    opacity: 1;
}
.say-item-div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(1, 93, 246, 0.2);
}

.say-head-img {
    position: relative;
    z-index: 2;
}
.say-head-img::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(1, 93, 246, 1), rgba(126, 84, 226, 1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    animation: pulseRing 2s ease-in-out infinite;
}
.say-item-div:hover .say-head-img::after {
    opacity: 0.5;
}

.say-tag {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.say-tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: left 0.5s ease;
}
.say-tag:hover::before {
    left: 100%;
}

.footer-links li a {
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
}
.footer-links li a::before {
    content: "→";
    position: absolute;
    left: -15px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    color: rgba(1, 93, 246, 1);
}
.footer-links li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}
.footer-links li a:hover {
    padding-left: 15px;
    color: rgba(1, 93, 246, 1);
}

.hot-list {
    position: relative;
    transition: all 0.3s ease;
}
.hot-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 93, 246, 1), rgba(126, 84, 226, 1));
    transform: scaleY(0);
    transition: transform 0.3s ease;
}
.hot-list:hover::before {
    transform: scaleY(1);
}
.hot-list:hover {
    transform: translateX(10px);
}
.hot-list-img img {
    transition: all 0.3s ease;
}
.hot-list:hover .hot-list-img img {
    transform: scale(1.2);
    filter: drop-shadow(0 0 10px rgba(1, 93, 246, 0.5));
}

@keyframes floatUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(1, 93, 246, 0.3);
    }
    50% {
        box-shadow: 0 0 40px rgba(1, 93, 246, 0.6);
    }
}

@keyframes textGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.top-item-img {
    position: relative;
}
.top-item-img::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(1, 93, 246, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: pulseRing 2s ease-in-out infinite;
}
.top-item-img:hover::before {
    opacity: 1;
}
.top-item-img img {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top-item-img:hover img {
    transform: scale(1.3) rotate(10deg);
    filter: drop-shadow(0 15px 30px rgba(1, 93, 246, 0.5));
}

.level-one-img {
    position: relative;
}
.level-one-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(1, 93, 246, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}
.level-one-img:hover::after {
    opacity: 1;
}

.logo-img-size {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.logo-img-size:hover {
    transform: scale(1.1) rotate(-5deg);
    filter: drop-shadow(0 5px 15px rgba(1, 93, 246, 0.5));
}

.atf-hero-content {
    animation: floatUp 1s ease-out;
}

#hero .atf-hero-content .title {
   /* background: linear-gradient(90deg, rgba(1, 93, 246, 1), rgba(126, 84, 226, 1), rgba(0, 212, 173, 1));
    background-size: 200% auto;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textGradient 3s ease infinite;
}
#hero .atf-hero-content .title .blue-span {
    -webkit-text-fill-color: rgba(1, 93, 246, 1) !important;
    color: rgba(1, 93, 246, 1) !important;
    background: none !important;
}
#hero .atf-hero-content .title .black-span {
    -webkit-text-fill-color: black !important;
    color: rgba(1, 93, 246, 1) !important;
    background: none !important;
}

.atf-themes-btn {
    position: relative;
    overflow: hidden;
}
.atf-themes-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}
.atf-themes-btn:hover::before {
    width: 300px;
    height: 300px;
}
.atf-themes-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(1, 93, 246, 0.4);
}

.section-title {
    animation: fadeInScale 0.8s ease-out;
}

@keyframes cardEntrance {
    0% {
        opacity: 0;
        transform: translateY(50px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}





.say-head-img img {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.say-item-div:hover .say-head-img img {
    transform: scale(1.15);
    filter: drop-shadow(0 10px 25px rgba(1, 93, 246, 0.4));
}

.hot-title {
    animation: slideInLeft 0.8s ease-out;
}

.hot-title-s {
    animation: slideInRight 0.8s ease-out;
}

.hot-list-all {
    animation: floatUp 1s ease-out 0.3s both;
}

.hot-list {
    animation: floatUp 0.5s ease-out;
}

@keyframes starTwinkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.atf-hero-content {
    position: relative;
}

.top-item-title {
    position: relative;
}
.top-item-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(1, 93, 246, 1), rgba(126, 84, 226, 1));
    transition: width 0.3s ease;
}
.top-item-img:hover ~ .top-item-info .top-item-title::after {
    width: 100%;
}

.hero-top-item:hover {
    transform: translateY(-10px);
}

.footer-brand {
    animation: fadeInScale 0.8s ease-out;
}

.footer-links li {
    animation: floatUp 0.5s ease-out backwards;
}
.footer-links li:nth-child(1) { animation-delay: 0s; }
.footer-links li:nth-child(2) { animation-delay: 0.1s; }
.footer-links li:nth-child(3) { animation-delay: 0.2s; }
.footer-links li:nth-child(4) { animation-delay: 0.3s; }

.footer-support .support-item {
    animation: slideInRight 0.6s ease-out backwards;
}
.footer-support .support-item:nth-child(1) { animation-delay: 0s; }
.footer-support .support-item:nth-child(2) { animation-delay: 0.15s; }

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.delete-form-icon {
    animation: bounceIn 0.8s ease-out;
}

.delete-submit-btn {
    animation: pulseGlow 2s ease-in-out infinite;
}



@keyframes successConfetti {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

.modal-icon.success::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle, rgba(1, 93, 246, 0.4) 0%, transparent 70%);
    animation: ripple 1s ease-out infinite;
}

@keyframes hoverLight {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.atf-themes-btn span {
    position: relative;
    z-index: 1;
}

.delete-form-all {
    margin: 0 auto;
    padding: 40px;
}
.delete-form-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.delete-form-icon {
    width: 35px;
    height: 35px;
    animation: iconFloat 3s ease-in-out infinite;
}
@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
.delete-form-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(17, 26, 69, 1);
}
.delete-form {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}
.delete-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(1, 93, 246, 1), rgba(126, 84, 226, 1), rgba(0, 212, 173, 1));
    animation: formGradient 3s ease infinite;
}
@keyframes formGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.form-group {
    margin-bottom: 25px;
}
.form-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: rgba(17, 26, 69, 1);
    margin-bottom: 10px;
}
.delete-form .form-input {
    width: 100% !important;
    padding: 15px 18px !important;
    height: auto !important;
    line-height: normal !important;
    border: 2px solid rgba(200, 200, 200, 1) !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    color: rgba(17, 26, 69, 1) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    outline: none !important;
    background: #fff !important;
    position: relative;
}
.delete-form .form-input:hover {
    border-color: rgba(1, 93, 246, 0.5) !important;
    box-shadow: 0 0 15px rgba(1, 93, 246, 0.1) !important;
}
.delete-form .form-input:focus {
    border-color: rgba(1, 93, 246, 1) !important;
    box-shadow: 0 0 0 4px rgba(1, 93, 246, 0.15), 0 0 20px rgba(1, 93, 246, 0.1) !important;
    background: #fff !important;
    transform: translateY(-2px) !important;
}
.delete-form .form-input.error {
    border-color: rgba(255, 87, 87, 1) !important;
    animation: shakeInput 0.5s ease;
}
@keyframes shakeInput {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-10px); }
    40% { transform: translateX(10px); }
    60% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
}
.form-hint {
    display: block;
    font-size: 13px;
    color: rgba(150, 150, 150, 1);
    margin-top: 8px;
}
.captcha-group {
    position: relative;
}
.captcha-row {
    display: flex;
    gap: 15px;
}
.captcha-input {
    flex: 1;
}
.captcha-code {
    padding: 15px 25px;
    background: rgba(1, 93, 246, 1);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}
.captcha-code:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(1, 93, 246, 0.4);
}
.checkbox-group {
    margin-bottom: 30px;
}
.custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}
.checkbox-check {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(1, 93, 246, 1);
    border-radius: 6px;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 2px;
}
.custom-checkbox input[type="checkbox"]:checked + .checkbox-check {
    background: rgba(1, 93, 246, 1);
    transform: scale(1.1);
}
.custom-checkbox input[type="checkbox"]:checked + .checkbox-check::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.checkbox-text {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.5;
}
.delete-submit-btn {
    width: 100%;
    padding: 18px;
    background: rgba(1, 93, 246, 1);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}
.delete-submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
.delete-submit-btn:hover::before {
    left: 100%;
}
.delete-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(1, 93, 246, 0.4);
}
.delete-submit-btn:active {
    transform: translateY(0);
}
.btn-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}
.delete-submit-btn:hover .btn-icon {
    transform: translateX(5px);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal-overlay.active .modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}
.modal-content {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: scale(0.8) translateY(30px);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, rgba(1, 93, 246, 1), rgba(126, 84, 226, 1));
    border-radius: 20px 20px 0 0;
}
.modal-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 40px;
    animation: modalBounce 0.6s ease;
}
@keyframes modalBounce {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.modal-icon.error {
    background: linear-gradient(135deg, rgba(255, 87, 87, 1), rgba(255, 145, 145, 1));
    color: #fff;
}
.modal-icon.success {
    background: linear-gradient(135deg, rgba(1, 93, 246, 1), rgba(126, 84, 226, 1));
    color: #fff;
    animation: successPulse 2s ease-in-out infinite;
}
@keyframes successPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 246, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(1, 93, 246, 0);
    }
}
.modal-title {
    font-size: 24px;
    font-weight: 700;
    color: rgba(17, 26, 69, 1);
    margin-bottom: 15px;
}
.modal-message {
    font-size: 15px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.6;
    margin-bottom: 30px;
}
.modal-btn {
    padding: 14px 40px;
    background: rgba(1, 93, 246, 1);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.modal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(1, 93, 246, 0.4);
}
.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: rgba(240, 240, 240, 1);
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-modal:hover {
    background: rgba(1, 93, 246, 1);
    color: #fff;
}