* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    width: 100%;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(246,214,214));
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1100px;
}

svg {
    height: 30px;
    width: 30px;
}


.get-updates-stat {
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(226,161,161,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}

.get-updates-stat::after {
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(202,118,118), transparent);
    bottom: 0;
    position: absolute;
    width: 60%;
    content: "";
    animation: scanline 3s linear infinite;
    filter: blur(2px);
}



.get-updates-stat .success-story-stat {
    z-index: 2;
    position: relative;
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.get-updates-stat .message-widget-stat::before {
    background: linear-gradient(45deg, rgb(226,161,161), transparent, rgb(202,118,118));
    z-index: -1;
    position: absolute;
    filter: blur(15px);
    right: -2px;
    left: -2px;
    content: "";
    animation: glow 3s ease-in-out infinite alternate;
    bottom: -2px;
    top: -2px;
    opacity: 0.7;
}



.get-updates-stat h3 {
    margin-bottom: 2.5rem;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(226,161,161), 0 0 20px rgb(226,161,161,0.5);
    font-size: 28px;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.get-updates-stat input[type="email"] {
    font-family: Arial, sans-serif;
    padding: 1.3rem 1.5rem;
    border: none;
    border-right: 1px solid rgb(226,161,161,0.5);
    transition: all 0.3s ease;
    color: #ffffff;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    flex-grow: 1;
}

.get-updates-stat .sub-settings-stat::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.6s ease;
    position: absolute;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}

.get-updates-stat .sub-settings-stat:hover::before {
    left: 100%;
}

.get-updates-stat .sub-settings-stat:hover {
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 15px rgb(202,118,118), 0 0 30px rgb(202,118,118,0.5);
}

.track-ack-stat {
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.data-agree-stat svg {
    width: 60px;
    height: 60px;
    fill: rgb(226,161,161);
    transition: fill 0.3s ease;
}

.windowPrivacySettings-stat h5 {
    color: rgb(226,161,161);
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.privacy-gate-stat {
    border-radius: 26px;
    margin-left: 10px;
    background: rgb(226,161,161);
    line-height: 35px;
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.windowPrivacySettings-stat p a:hover {
    color: rgb(202,118,118);
}


#cookie-box-window-stat {
    display: none;
}

.thxSpot-stat {
    background: linear-gradient(135deg, rgb(246,214,214) 0%, rgb(226,161,161,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

.thxSpot-stat::after {
    opacity: 0.05;
    right: -10px;
    bottom: -10px;
    content: "";
    background: linear-gradient(225deg, rgb(226,161,161) 0%, transparent 80%);
    width: 40%;
    position: absolute;
    transform: rotate(-5deg);
    filter: blur(20px);
    height: 40%;
    z-index: 0;
}

.thxSpot-stat h2 {
    line-height: 1.3;
    font-size: 31px;
    margin-right: auto;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    position: relative;
    max-width: 900px;
    margin-bottom: 3rem;
    margin-left: auto;
}

.thxSpot-stat .success-story-stat {
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    padding: 3rem;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 16px;
}

.thxSpot-stat .success-story-stat:hover {
    transform: translateY(-5px);
}

.thxSpot-stat ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: relative;
}

.thxSpot-stat li {
    position: relative;
    padding-left: 2rem;
}

.thxSpot-stat li::before {
    top: 8px;
    border-radius: 50%;
    left: 0;
    position: absolute;
    transform: scale(0);
    opacity: 0;
    height: 8px;
    content: "";
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 8px;
    background: rgb(226,161,161);
}

.training-specialist-stat {
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(246,214,214), rgb(202,118,118,0.5) 120%);
    overflow: hidden;
}

.training-specialist-stat::after {
    opacity: 0.04;
    z-index: 0;
    right: -10%;
    width: 60%;
    height: 200%;
    top: -50%;
    background: rgb(202,118,118);
    transform: rotate(-12deg);
    content: "";
    position: absolute;
}

.training-specialist-stat .review-corner-stat {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 2.5rem;
    display: grid;
    position: relative;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
}

.training-specialist-stat .review-corner-stat:hover .image-slider-stat {
    transform: translateZ(30px) translateY(-5px);
}

.training-specialist-stat .review-corner-stat .image-slider-stat::after {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    border: 2px solid rgb(202,118,118);
    opacity: 0;
    top: 15px;
    transform: translate(10px, 10px);
    position: absolute;
    right: -15px;
    left: 15px;
    content: "";
    bottom: -15px;
}

.training-specialist-stat .review-corner-stat:hover > div:nth-child(2) {
    transform: translateY(-5px);
}

.training-specialist-stat .name::after {
    transform: translateX(-50%);
    content: "";
    width: 0;
    left: 50%;
    position: absolute;
    background: rgb(202,118,118);
    bottom: -5px;
    height: 2px;
    transition: width 0.4s ease;
}

.training-specialist-stat .exp-milestones-stat {
    margin: 0;
    padding-left: 1.5rem;
    line-height: 1.8;
    border-left: 3px solid rgb(202,118,118,0.5);
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    position: relative;
}

.pricing-container-stat {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(246,214,214) 0%, rgb(226,161,161,0.5) 100%);
}

.pricing-container-stat::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, rgb(202,118,118,0.5) 0%, transparent 60%);
    top: 0;
    pointer-events: none;
}

.pricing-container-stat .premium-grid-stat {
    border-left: 3px solid rgb(226,161,161);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    max-width: 100%;
    transform: perspective(1000px) rotateX(0deg);
}

.pricing-container-stat .premium-grid-stat .package-pricing-stat {
    margin-bottom: 0;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 16px;
    max-width: 700px;
    word-break: break-word;
}

.pricing-container-stat .fee-schemes-stat:hover {
    z-index: 5;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pricing-container-stat .fee-deals-stat {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pricing-container-stat .fee-schemes-stat:hover .fee-deals-stat::before {
    transform: scaleX(1);
}

.pricing-container-stat .price-sheet-stat {
    flex: 1;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    padding: 30px;
}

.pricing-container-stat .fee-schemes-stat:hover .price-sheet-stat h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(226,161,161);
}

.pricing-container-stat .pricing-schemes-stat {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(21px + 4px);
    position: relative;
    display: inline-block;
    color: rgb(202,118,118);
}

.pricing-container-stat .fee-schemes-stat:hover .pricing-schemes-stat::after {
    transform: scaleX(1);
}

.pricing-container-stat .price-sheet-stat p {
    overflow: hidden;
    margin-bottom: 0;
    font-size: 16px;
    word-break: break-word;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    display: -webkit-box;
    overflow-wrap: break-word;
    color: #000000;
    flex: 1;
    -webkit-line-clamp: 5;
}

.pricing-container-stat .fee-schemes-stat:hover .image-slider-stat {
    transform: scale(1.05);
}

.our-info-stat {
    position: relative;
    isolation: isolate;
    padding: 6rem 0;
    overflow: hidden;
    background: rgb(246,214,214);
}

.our-info-stat::after {
    filter: blur(50px);
    width: 500px;
    top: -250px;
    right: -250px;
    content: '';
    background: radial-gradient(circle, rgb(226,161,161,0.5) 0%, transparent 70%);
    height: 500px;
    opacity: 0.1;
    z-index: -2;
    position: absolute;
}

.our-info-stat .request-info-stat {
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    border-radius: 14px;
    display: grid;
    gap: 0;
    background: transparent;
}

.our-info-stat .request-info-stat h3 {
    text-align: center;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    font-size: 28px;
    overflow: hidden;
    position: relative;
    padding: 2rem;
    display: flex;
    gap: 0.75rem;
    font-weight: 700;
    background: rgb(226,161,161);
    margin: 0;
}


.our-info-stat .request-info-stat h3::before {
    top: -50%;
    content: '';
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    opacity: 0.5;
    animation: rotateGradient 20s linear infinite;
    z-index: 0;
    height: 200%;
    left: -50%;
    position: absolute;
    width: 200%;
}

.our-info-stat .contact-map-stat {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    padding: 2rem;
    position: relative;
    gap: 1.5rem;
    display: grid;
}

.our-info-stat .contact-map-stat span {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 10px;
    padding-left: 3.5rem;
    padding: 1.5rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(rgb(226,161,161,0.5), 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-info-stat .contact-map-stat span:hover svg {
    transform: scale(1.2);
}

.our-info-stat .contact-map-stat span:nth-child(odd) svg {
    stroke: rgb(226,161,161);
}

.our-info-stat .contact-map-stat span::before {
    width: 5px;
    top: 0;
    content: '';
    position: absolute;
    background: rgb(226,161,161);
    transition: width 0.3s ease;
    height: 100%;
    left: 0;
}

.our-info-stat .contact-map-stat span:nth-child(even)::after {
    border-color: transparent transparent rgb(202,118,118,0.5) transparent;
}

.our-info-stat .contact-map-stat span:nth-child(even)::after {
    animation: pulseElement 4s infinite ease-in-out 2s;
}

.our-info-stat .contact-map-stat span:hover::before {
    width: 7px;
}

.our-info-stat .contact-map-stat span:hover svg path,
.our-info-stat .contact-map-stat span:hover svg circle,
.our-info-stat .contact-map-stat span:hover svg line,
.our-info-stat .contact-map-stat span:hover svg polyline,
.our-info-stat .contact-map-stat span:hover svg rect {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: dash 1.5s linear forwards;
}

.our-info-stat .contact-map-stat span > span::before,
.our-info-stat .contact-map-stat span > span::after {
    display: none;
}

.our-info-stat .contact-map-stat span a:hover {
    color: rgb(202,118,118);
    transform: translateX(3px);
}

.our-info-stat .connect-now-stat {
    background: rgba(rgb(202,118,118,0.5), 0.1);
    overflow: hidden;
    border: 1px solid rgba(rgb(202,118,118,0.5), 0.2);
    position: relative;
    grid-column: 1 / -1;
    margin-top: 1rem;
    border-radius: 10px;
}

.our-info-stat .connect-now-stat h4 {
    gap: 0.75rem;
    border-bottom: 1px solid rgba(rgb(202,118,118,0.5), 0.2);
    color: rgb(202,118,118);
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding-bottom: 0.75rem;
    align-items: center;
    display: flex;
}

.our-info-stat .connect-now-stat h4::after {
    border-radius: 10px;
    height: 3px;
    background: rgb(202,118,118);
    position: absolute;
    left: 0;
    content: '';
    bottom: -1px;
    width: 60px;
}

.our-info-stat .connect-now-stat span svg {
    stroke: rgb(202,118,118);
    transition: transform 0.3s ease;
    stroke-linejoin: round;
    height: 1rem;
    stroke-width: 2;
    stroke-linecap: round;
    width: 1rem;
    margin-right: 0.75rem;
    fill: none;
}

.about-this-stat {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-this-stat::after {
    height: 200px;
    z-index: -1;
    transform: rotate(45deg);
    position: absolute;
    width: 200px;
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    right: -50px;
    background: rgb(202,118,118);
    top: -50px;
    content: "";
}

.about-this-stat h4::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    content: "";
    height: 3px;
    background: rgb(226,161,161);
    bottom: -15px;
}

.about-this-stat .content-column-stat {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    padding: 50px 40px;
    position: relative;
    border-left: 5px solid rgb(226,161,161);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-this-stat .content-column-stat h6 {
    font-size: calc(19px * 1.2);
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: rgb(226,161,161);
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
}

.about-this-stat .content-column-stat div {
    position: relative;
}

.about-this-stat .content-column-stat span {
    column-count: 1;
    line-height: 1.8;
    column-gap: 40px;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    color: #000000;
    display: block;
    text-align: justify;
}

.ideal-participants-stat .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.ideal-participants-stat .success-story-stat {
    position: relative;
}

.ideal-participants-stat h4 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    color: #000000;
}

.ideal-participants-stat div > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.ideal-participants-stat p {
    position: relative;
    color: #000000;
    font-size: 18px;
    background: #ffffff;
    transition: all 0.3s ease;
    margin: 0;
    border-radius: 13px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.ideal-participants-stat p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.ideal-participants-stat p:hover::before {
    width: 8px;
}

.ideal-participants-stat p:hover::after {
    opacity: 0.2;
}

.ideal-participants-stat p svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,161,161);
}

.ideal-participants-stat p:hover svg {
    transform: scale(1.2);
}

.ideal-participants-stat p:nth-child(even)::before {
    background: rgb(202,118,118);
}



.ideal-participants-stat .success-story-stat > div p {
    animation: fadeInSlide 0.5s ease forwards;
    opacity: 0;
}

.ideal-participants-stat .success-story-stat > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.ideal-participants-stat .success-story-stat > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.ideal-participants-stat .success-story-stat > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.footer-disclaimer-stat::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(226,161,161,0.5) 100%);
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}



.footer-disclaimer-stat .container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-disclaimer-stat .company_holder::before,
.footer-disclaimer-stat .company_holder::after {
    width: 20%;
    content: "";
    bottom: -1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(202,118,118), transparent);
    height: 2px;
    animation: slide 3s infinite alternate;
}

.footer-disclaimer-stat .company_holder::before {
    animation-delay: 0s;
    left: 0;
}

.footer-disclaimer-stat .company_holder h3::after {
    height: 3px;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(202,118,118);
    width: 60px;
    left: 50%;
}

.footer-disclaimer-stat .top-mentor-stat {
    gap: 6rem;
    display: flex;
    position: relative;
}

.footer-disclaimer-stat .nav-top-stat {
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.footer-disclaimer-stat .nav-top-stat h5 {
    color: rgb(202,118,118);
    font-weight: 600;
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 0.8rem;
    font-size: 17px;
}

.footer-disclaimer-stat .nav-top-stat .top-mentor-stat a::before {
    width: 100%;
    transition: transform 0.4s ease;
    left: 0;
    transform-origin: center;
    position: absolute;
    height: 1px;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(226,161,161), transparent);
    bottom: 0;
    content: "";
    z-index: -1;
}

.footer-caption-stat {
    position: relative;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 4rem;
    overflow: hidden;
}



.footer-caption-stat .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-caption-stat .podcast-cta-stat {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    opacity: 0.8;
}

.footer-caption-stat .podcast-cta-stat::before,
.footer-caption-stat .podcast-cta-stat::after {
    color: rgb(226,161,161);
    margin: 0 0.6rem;
    content: "•";
}

.customer-feedback-stat::before {
    background: linear-gradient(120deg, rgb(226,161,161,0.5) 0%, rgba(255,255,255,0) 80%);
    opacity: 0.07;
    transform: rotate(-15deg) skewX(5deg);
    position: absolute;
    z-index: 1;
    content: "";
    top: -10%;
    width: 40%;
    right: -5%;
    height: 70%;
}

.customer-feedback-stat .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.customer-feedback-stat h2::after {
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(226,161,161), rgb(202,118,118));
}

.customer-feedback-stat .review-corner-stat {
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 30px;
    border-radius: 8px;
}

.customer-feedback-stat .review-corner-stat:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.customer-feedback-stat .review-corner-stat img {
    object-fit: cover;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(rgb(226,161,161,0.5), 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
    width: 60px;
    margin-right: 15px;
}

.customer-feedback-stat .review-corner-stat:hover h4 {
    color: rgb(226,161,161);
}

.customer-feedback-stat .review-corner-stat:hover h4::after {
    width: 70%;
}

.customer-feedback-stat .review-corner-stat .description {
    color: #000000;
    font-size: 15px;
    z-index: 1;
    margin: 0;
    position: relative;
    font-weight: 400;
    line-height: 1.6;
}

.customer-feedback-stat .review-corner-stat:nth-child(even) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
}

.customer-feedback-stat .review-corner-stat:nth-child(even):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}

.customer-feedback-stat a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    text-align: center;
    left: 50%;
    position: relative;
    text-decoration: none;
    padding: 12px 30px;
    color: #ffffff;
    display: inline-block;
    background: linear-gradient(135deg, rgb(226,161,161) 0%, rgb(202,118,118) 100%);
    margin-top: 40px;
    font-size: 18px;
    border-radius: 10px;
    transform: translateX(-50%);
    font-weight: 600;
}

.connect-with-us-stat {
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(202,118,118,0.5) 0%, 
        rgb(226,161,161,0.5) 100%
    );
    padding: 6rem 0;
    isolation: isolate;
}

.connect-with-us-stat::after {
    bottom: -30%;
    width: 150%;
    animation: subtle-wave 15s infinite alternate-reverse;
    height: 150%;
    z-index: 1;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    right: -30%;
    position: absolute;
}

.connect-with-us-stat h2::after {
    content: '';
    left: 50%;
    bottom: -0.5rem;
    width: 80px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(226,161,161), 
        transparent
    );
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}

.connect-with-us-stat .image-slider-stat {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}

.connect-with-us-stat .request-grid-stat {
    padding: 4rem 3rem;
    flex: 0 0 60%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.connect-with-us-stat .request-grid-stat form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.connect-with-us-stat .request-grid-stat h3 {
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 2rem;
}

.connect-with-us-stat .request-grid-stat input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(226,161,161);
    box-shadow: 0 0 15px rgba(rgb(226,161,161), 0.3);
}

.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}

.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat input[type="checkbox"]:checked {
    border-color: rgb(226,161,161);
    background: rgb(226,161,161);
}

.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat input[type="checkbox"]:checked::after {
    content: '✔';
    top: 50%;
    left: 50%;
    font-size: 0.8rem;
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat a:hover {
    text-decoration: underline;
}

.connect-with-us-stat .request-grid-stat .reach-support-stat {
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    border: none;
    padding: 1rem;
    background: rgb(226,161,161);
    position: relative;
    transition: all 0.3s ease;
    font-size: 19px;
    width: 100%;
    font-weight: 600;
}

.connect-with-us-stat .request-grid-stat .reach-support-stat:hover::before {
    left: 100%;
}

header::before {
    background-size: 20px 20px;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    height: 100%;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
}

header .main-bar-stat {
    padding: 0.9rem 3%;
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .head-expert-stat:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .head-expert-stat svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}

header .nav-top-stat::before {
    opacity: 0.5;
    top: -2px;
    content: '';
    left: -2px;
    position: absolute;
    background: linear-gradient(135deg, rgb(226,161,161,0.5), rgb(202,118,118,0.5));
    right: -2px;
    border-radius: calc(10px + 2px);
    z-index: -1;
    bottom: -2px;
}

header .nav-main-stat::before {
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(226,161,161,0.5), rgb(202,118,118,0.5));
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

header .nav-main-stat:hover::before {
    opacity: 1;
}

.course-features-stat {
    overflow: hidden;
    background: rgb(246,214,214);
    z-index: 1;
    position: relative;
    padding: 90px 0;
}

.course-features-stat::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(226,161,161,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(202,118,118,0.5) 0%, transparent 40%);
    z-index: -1;
    position: absolute;
}

.course-features-stat .success-story-stat {
    display: flex;
    position: relative;
    gap: 40px;
    flex-direction: column;
}

.course-features-stat .image-slider-stat:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.course-features-stat .image-slider-stat::before {
    opacity: 0.7;
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(226,161,161,0.5) 100%);
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
}

.course-features-stat .practical-study-stat {
    position: relative;
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
    padding: 40px;
}

.course-features-stat .practical-study-stat::before {
    border-radius: 10px 10px 0 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, 
                rgb(226,161,161), 
                rgb(202,118,118));
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
}

.course-features-stat .nav-study-stat {
    border-radius: 10px;
    align-items: center;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    justify-content: center;
    background: rgb(246,214,214);
    position: relative;
    display: inline-flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
}

.course-features-stat .nav-study-stat:hover svg {
    transform: scale(1.05);
}

.course-features-stat .nav-study-stat svg path {
    fill: rgb(226,161,161);
    transition: fill 0.3s ease;
}

.course-features-stat .practical-study-stat h3::after {
    width: 50px;
    height: 3px;
    transition: width 0.4s ease;
    background: rgb(226,161,161);
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
}

.course-features-stat .practical-study-stat p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 18px;
    position: relative;
}

.privacy-defense-stat:hover {
    background-color: rgb(226,161,161,0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.privacy-defense-stat h2 {
    font-size: 38px;
    padding-bottom: 0.25rem;
    font-weight: 600;
    border-bottom: 1px solid rgb(202,118,118);
}

.privacy-defense-stat h3, .privacy-defense-stat h4, .privacy-defense-stat h5, .privacy-defense-stat h6 {
    margin: 10px 0;
}

.privacy-defense-stat ul li {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    position: relative;
    padding-left: 1.5rem;
    font-size: 13px;
}

.privacy-defense-stat p, .privacy-defense-stat span {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}

.privacy-defense-stat section {
    margin-bottom: 2rem;
}

.title-greeting-stat::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(202,118,118,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgb(226,161,161,0.5) 0%, transparent 40%);
    pointer-events: none;
    opacity: 0.6;
    content: "";
    z-index: 1;
    width: 100%;
}

.title-greeting-stat .start-learn-stat {
    position: relative;
    width: 90%;
    display: grid;
    transform: translateY(-2%);
    gap: 2.5rem;
    max-width: 1200px;
    z-index: 2;
    grid-template-columns: 1fr;
}

.title-greeting-stat .start-learn-stat > div:first-child::before {
    width: 100%;
    background: linear-gradient(to right, rgb(226,161,161,0.5), transparent);
    z-index: -1;
    opacity: 0.1;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.title-greeting-stat .proof-stats-stat {
    overflow: hidden;
    opacity: 0;
    animation: fadeUpIn 1s 0.3s ease-out forwards;
    position: relative;
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% 85%, 
    95% 100%, 
    0 100%
  );
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
}

.title-greeting-stat .proof-stats-stat > div::before {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
    height: 100%;
    z-index: -1;
}

.title-greeting-stat h3 {
    position: relative;
    font-weight: 600;
    max-width: 90%;
    margin: 0 0 2rem 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(20px * 1.1);
    line-height: 1.5;
}

.title-greeting-stat .title_style_header {
    transform: translateY(15px);
    line-height: 1.2;
    color: #ffffff;
    animation: fadeUpIn 1s 0.6s ease-out forwards;
    font-weight: 700;
    opacity: 0;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 
              0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 42px;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.get-updates-stat {
    padding: 3rem 1rem;
}.get-updates-stat .message-widget-stat {
    margin-left: 0;
    padding: 2rem 1rem;
    transform: perspective(0) rotateX(0);
    width: 100%;
}.get-updates-stat h3 {
    text-align: center;
    font-size: 19px;
    width: 100%;
}.get-updates-stat h3::after {
    left: 50%;
    transform: translateX(-50%);
}.get-updates-stat .input_holder {
    flex-direction: column;
    clip-path: none;
}.get-updates-stat input[type="email"] {
    border-bottom: 1px solid rgb(226,161,161,0.5);
    border-right: none;
    padding: 1rem;
    width: 100%;
}.get-updates-stat .sub-settings-stat {
    padding: 1rem;
    width: 100%;
}}



@media (max-width: 767px) {.thxSpot-stat {
    padding: 3rem 0;
}.thxSpot-stat h2 {
    line-height: 1.4;
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.thxSpot-stat h2::after {
    bottom: -12px;
    width: 60px;
}.thxSpot-stat .success-story-stat {
    padding: 2rem 1.5rem;
}.thxSpot-stat .success-story-stat::after {
    width: 80px;
    height: 80px;
}.thxSpot-stat li {
    padding-left: 1.5rem;
}
}



@media (min-width: 768px) {.training-specialist-stat .review-corner-stat {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 260px 1fr;
}.training-specialist-stat .review-corner-stat > div:nth-child(2) {
    align-self: center;
    grid-column: 2;
    text-align: left;
}.training-specialist-stat .name::after {
    left: 0;
    transform: translateX(0);
}.training-specialist-stat .review-corner-stat > div:nth-child(3) {
    grid-column: span 2;
}
}



@media (min-width: 1200px) {.training-specialist-stat .review-corner-stat {
    transform: perspective(1500px) rotateY(3deg);
    grid-template-columns: 300px 1fr 2fr;
    padding: 5rem;
    gap: 3.5rem;
}.training-specialist-stat .image-slider-stat {
    height: 300px;
    width: 300px;
}.training-specialist-stat .name {
    font-size: calc(23px * 1.3);
}.training-specialist-stat .exp-milestones-stat {
    line-height: 1.9;
}
}



@media (min-width: 768px) {.pricing-container-stat .cost-summary-stat {
    grid-template-columns: repeat(2, 1fr);
}.pricing-container-stat .premium-grid-stat {
    padding: 40px;
}.pricing-container-stat .price-sheet-stat {
    padding: 30px 35px;
}.pricing-container-stat .image-slider-stat {
    height: 240px;
}
}



@media (min-width: 992px) {.pricing-container-stat .class-cost-stat {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.pricing-container-stat .premium-grid-stat {
    padding: 50px 40px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.pricing-container-stat .cost-summary-stat {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.pricing-container-stat .price-sheet-stat {
    padding: 30px;
}.pricing-container-stat .price-sheet-stat p {
    -webkit-line-clamp: 6;
}
}



@media (min-width: 1400px) {.pricing-container-stat .cost-summary-stat {
    grid-template-columns: repeat(2, 1fr);
}.pricing-container-stat .price-sheet-stat p {
    -webkit-line-clamp: 7;
}
}


@media (max-width: 991px) {.our-info-stat {
    padding: 5rem 0;
}.our-info-stat .request-info-stat h3 {
    font-size: calc(28px * 0.9);
    padding: 1.75rem;
}.our-info-stat .request-info-stat h3 svg {
    width: 1.5rem;
    height: 1.5rem;
}.our-info-stat .msg-team-stat {
    padding: 1.75rem 1.75rem 1rem;
    max-width: 90%;
    font-size: 14px;
}.our-info-stat .contact-map-stat {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 1.75rem;
}.our-info-stat .contact-map-stat span svg {
    width: 1.4rem;
    height: 1.4rem;
}.our-info-stat .connect-now-stat h4 svg {
    height: 1.2rem;
    width: 1.2rem;
}.our-info-stat .connect-now-stat span svg {
    height: 0.9rem;
    width: 0.9rem;
}
}


@media (max-width: 575px) {.our-info-stat {
    padding: 3rem 0;
}.our-info-stat .request-info-stat h3 {
    font-size: calc(28px * 0.8);
    padding: 1.25rem;
}.our-info-stat .request-info-stat h3 svg {
    width: 1.3rem;
    height: 1.3rem;
}.our-info-stat .msg-team-stat {
    font-size: calc(14px * 0.95);
    padding: 1.25rem 1.25rem 0.75rem;
}.our-info-stat .contact-map-stat {
    padding: 1.25rem;
}.our-info-stat .contact-map-stat span {
    padding: 1.25rem;
    padding-left: 3rem;
}.our-info-stat .contact-map-stat span svg {
    left: 1rem;
    height: 1.2rem;
    width: 1.2rem;
}.our-info-stat .connect-now-stat h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 1.25rem;
}.our-info-stat .connect-now-stat h4 svg {
    width: 1rem;
    height: 1rem;
}.our-info-stat .connect-now-stat span svg {
    height: 0.8rem;
    margin-right: 0.5rem;
    width: 0.8rem;
}
}



@media screen and (min-width: 768px) {.about-this-stat {
    padding: 150px 0 100px;
}.about-this-stat h4 {
    margin-bottom: 60px;
    font-size: calc(34px * 1.2);
}.about-this-stat h4::after {
    width: 100px;
}.about-this-stat .content-column-stat {
    padding: 60px 50px;
    transform: translateY(0) perspective(1000px) rotateY(0);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.about-this-stat .content-column-stat:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) perspective(1000px) rotateY(2deg);
}.about-this-stat .content-column-stat h6 {
    font-size: calc(19px * 1.5);
    margin-bottom: 40px;
}.about-this-stat .content-column-stat span {
    column-count: 2;
}
}



@media (max-width: 991px) {.ideal-participants-stat {
    padding: 90px 0;
}.ideal-participants-stat h4 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.ideal-participants-stat div > div {
    gap: 18px;
}.ideal-participants-stat p {
    padding: 20px 25px;
}.ideal-participants-stat p svg {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
}



@media (max-width: 576px) {.ideal-participants-stat {
    padding: 60px 0;
}.ideal-participants-stat h4 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
    padding-bottom: 10px;
}.ideal-participants-stat h4::after {
    height: 2px;
    width: 50px;
}.ideal-participants-stat div > div {
    gap: 12px;
}.ideal-participants-stat p {
    font-size: calc(18px * 0.9);
    padding: 15px;
}.ideal-participants-stat p svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.ideal-participants-stat p:hover {
    transform: translateX(5px);
}}



@media screen and (max-width: 576px) {.footer-disclaimer-stat {
    padding: 3rem 0 1.5rem;
}.footer-disclaimer-stat .company_holder h3 {
    font-size: calc(36px * 0.9);
}.footer-disclaimer-stat .site-map-stat {
    font-size: calc(18px * 0.9);
}.footer-disclaimer-stat .nav-top-stat {
    padding: 1rem;
}.footer-disclaimer-stat .nav-top-stat h5 {
    font-size: calc(17px * 0.9);
}.footer-caption-stat {
    padding: 1rem 0;
    margin-top: 2rem;
}.footer-caption-stat .podcast-cta-stat {
    font-size: calc(13px * 0.9);
}.footer-caption-stat .podcast-cta-stat::before,
    .footer-caption-stat .podcast-cta-stat::after {
    display: none;
}}



@media (max-width: 576px) {.customer-feedback-stat {
    padding: 50px 0 70px;
}.customer-feedback-stat h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.7);
}.customer-feedback-stat h2::after {
    bottom: -12px;
    width: 60px;
}.customer-feedback-stat .review-corner-stat {
    padding: 20px;
}.customer-feedback-stat .review-corner-stat div {
    margin-bottom: 15px;
}.customer-feedback-stat .review-corner-stat img {
    width: 50px;
    height: 50px;
}.customer-feedback-stat .review-corner-stat::before {
    font-size: 80px;
    right: 15px;
    top: 5px;
}.customer-feedback-stat .review-corner-stat .description {
    font-size: calc(15px * 0.95);
}.customer-feedback-stat a {
    padding: 10px 20px;
    font-size: calc(18px * 0.9);
    margin-top: 25px;
}}



@media screen and (max-width: 480px) {.connect-with-us-stat .message-map-stat {
    border-radius: 0;
}.connect-with-us-stat .image-slider-stat {
    min-height: 250px;
}.connect-with-us-stat .request-grid-stat {
    padding: 2rem 1.5rem;
}}



@media (max-width: 991px) {header .main-bar-stat {
    padding: 0.8rem 2.5%;
}header .head-expert-stat svg {
    width: 130px;
}header .nav-top-stat {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .nav-main-stat {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .main-bar-stat {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .head-expert-stat svg {
    width: 110px;
}header .nav-top-stat {
    padding: 0.3rem;
}header .nav-main-stat {
    font-size: calc(19px - 2px);
    padding: 0.3rem 0.4rem;
}}



@media (min-width: 992px) and (max-width: 1199px) {.course-features-stat {
    padding: 80px 0;
}.course-features-stat .image-slider-stat {
    height: 400px;
}.course-features-stat .practical-study-stat {
    padding: 35px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.course-features-stat {
    padding: 70px 0;
}.course-features-stat .image-slider-stat {
    height: 350px;
}.course-features-stat .practical-study-stat {
    padding: 30px;
}.course-features-stat .nav-study-stat {
    padding: 12px;
}.course-features-stat .nav-study-stat svg {
    width: 70px;
}
}



@media (max-width: 576px) {.course-features-stat {
    padding: 50px 0;
}.course-features-stat .success-story-stat {
    gap: 25px;
}.course-features-stat .image-slider-stat {
    height: 250px;
}.course-features-stat .practical-study-stat {
    padding: 20px;
}.course-features-stat .nav-study-stat {
    margin-bottom: 15px;
    padding: 8px;
}.course-features-stat .nav-study-stat svg {
    width: 50px;
}.course-features-stat .practical-study-stat h3 {
    font-size: calc(34px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 12px;
}}



@media (min-width: 768px) {.title-greeting-stat .start-learn-stat {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.title-greeting-stat .start-learn-stat > div:first-child {
    display: flex;
    align-items: center;
    padding: 3rem;
}.title-greeting-stat p {
    font-size: calc(18px * 1.4);
}.title-greeting-stat .proof-stats-stat {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 90%, 
      85% 100%, 
      0 100%
    );
}.title-greeting-stat .proof-stats-stat > div {
    padding: 4rem 3rem;
    min-height: 400px;
}.title-greeting-stat h3 {
    max-width: 80%;
    font-size: 20px;
}.title-greeting-stat .title_style_header {
    font-size: calc(42px * 1.2);
}
}



@media (min-width: 1200px) {.title-greeting-stat .start-learn-stat {
    max-width: 1400px;
    width: 80%;
}.title-greeting-stat .proof-stats-stat > div {
    min-height: 500px;
}.title-greeting-stat h3 {
    max-width: 60%;
}.title-greeting-stat .title_style_header {
    font-size: calc(42px * 1.5);
}
}

@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@keyframes rotateGradient {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(15px, -15px);
    }
}

@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}



@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}



@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes lineExtend {
  0% {
    transform: scaleX(0.3);
  }
  100% {
    transform: scaleX(1);
  }
}

