.framework-wrap-stat {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.footer-disclaimer-stat {
    flex: 0 0 auto;
}

.footer-disclaimer-stat {
    position: relative;
    padding: 6rem 0 3rem;
    color: #ffffff;
    z-index: 1;
    background-attachment: fixed;
}

.first-class-stat {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
}

.get-updates-stat::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 11px
    );
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.1;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.get-updates-stat .message-widget-stat {
    position: relative;
    border: 2px solid transparent;
    background: rgba(0, 0, 0, 0.5);
    margin-left: 15%;
    border-image: linear-gradient(
        135deg,
        rgb(226,161,161),
        transparent,
        rgb(202,118,118)
    );
    border-image-slice: 1;
    box-shadow: 0 0 25px rgb(226,161,161,0.5), 
                inset 0 0 15px rgb(202,118,118,0.5);
    width: 70%;
    padding: 3rem;
    transform: perspective(1000px) rotateX(5deg);
    backdrop-filter: blur(10px);
}

.get-updates-stat h3::after {
    background: rgb(202,118,118);
    box-shadow: 0 0 10px rgb(202,118,118);
    position: absolute;
    width: 50px;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
}

.get-updates-stat .input_holder {
    display: flex;
    position: relative;
    transform-style: preserve-3d;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.get-updates-stat input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.get-updates-stat input[type="email"]:focus {
    box-shadow: inset 0 0 15px rgb(226,161,161,0.5);
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}

.get-updates-stat .sub-settings-stat {
    position: relative;
    color: #ffffff;
    background: linear-gradient(
        to right,
        rgb(202,118,118),
        rgb(226,161,161)
    );
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    border: none;
    font-size: 18px;
    transition: all 0.4s ease;
    padding: 1rem 2.5rem;
}

.windowPrivacySettings-stat {
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(246,214,214);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(226,161,161);
    z-index: 90;
    position: fixed;
}

.data-agree-stat {
    flex-shrink: 0;
    margin-right: 15px;
}

.data-agree-stat svg:hover {
    fill: rgb(202,118,118);
}

.track-alert-stat {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}

.windowPrivacySettings-stat p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
}

.privacy-gate-stat:hover {
    background: rgb(202,118,118);
    box-shadow: 0 0 10px rgb(202,118,118,0.5);
}

#cookies-acceptance-action-stat {
    background: rgb(226,161,161);
}

#opt-out-privacy-tracking-stat {
    background: rgba(0, 0, 0, 0.5);
}

.windowPrivacySettings-stat p a {
    color: rgb(226,161,161);
    transition: color 0.3s ease;
    text-decoration: underline;
}

#cookie-box-window-stat:checked ~ .windowPrivacySettings-stat {
    opacity: 0;
    visibility: hidden;
}

.thxSpot-stat::before {
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    opacity: 0.4;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(202,118,118,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
}

.thxSpot-stat .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    transform: translateY(20px);
    position: relative;
    padding: 0 2rem;
    opacity: 0;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.thxSpot-stat h2::after {
    position: absolute;
    border-radius: 10px;
    height: 3px;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(226,161,161), rgb(202,118,118));
    width: 80px;
    left: 50%;
}

.thxSpot-stat .success-story-stat::before {
    width: 6px;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(226,161,161), rgb(202,118,118));
    height: 100%;
    position: absolute;
}

.thxSpot-stat .success-story-stat::after {
    opacity: 0.2;
    z-index: 0;
    top: 10px;
    width: 120px;
    position: absolute;
    content: "";
    right: 10px;
    border-radius: 50%;
    height: 120px;
    background: radial-gradient(circle, rgb(226,161,161,0.5) 0%, transparent 70%);
}

.thxSpot-stat li span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    display: block;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 17px;
    transform: translateY(10px);
    color: #000000;
    opacity: 0;
    position: relative;
}

.training-specialist-stat::before {
    height: 100%;
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(202,118,118,0.5) 40px,
        rgb(202,118,118,0.5) 42px
    );
    width: 100%;
    content: "";
    opacity: 0.1;
    top: 0;
    position: absolute;
}

.training-specialist-stat .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.training-specialist-stat .review-corner-stat:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.training-specialist-stat .review-corner-stat > div:first-child {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 260px;
}

.training-specialist-stat .review-corner-stat .image-slider-stat {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(20px);
    width: 260px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0.5rem;
    height: 260px;
}

.training-specialist-stat .review-corner-stat:hover .image-slider-stat::after {
    opacity: 0.4;
    transform: translate(0, 0);
}

.training-specialist-stat .review-corner-stat > div:nth-child(2) {
    transform: translateY(0);
    position: relative;
    text-align: center;
    transition: transform 0.4s ease;
}

.training-specialist-stat .name {
    font-weight: 700;
    position: relative;
    font-size: calc(23px * 1.2);
    display: inline-block;
    margin-bottom: 0.5rem;
    color: rgb(226,161,161);
}

.training-specialist-stat .review-corner-stat:hover .name::after {
    width: 70%;
}

.training-specialist-stat .review-corner-stat > div:nth-child(2) > div {
    opacity: 0.9;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(202,118,118);
    letter-spacing: 1px;
    font-size: calc(14px * 1.05);
}

.training-specialist-stat .exp-milestones-stat::before {
    font-size: 5rem;
    font-family: serif;
    opacity: 0.3;
    top: -20px;
    left: -10px;
    content: "";
    color: rgb(202,118,118,0.5);
    position: absolute;
}

.pricing-container-stat .container {
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
}

.pricing-container-stat .class-cost-stat {
    position: relative;
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}

.pricing-container-stat .premium-grid-stat:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.pricing-container-stat .premium-grid-stat h2 {
    transform: translateZ(0);
    background: linear-gradient(90deg, rgb(226,161,161), rgb(202,118,118));
    letter-spacing: -0.02em;
    color: transparent;
    -webkit-background-clip: text !important;
    font-size: 31px;
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.pricing-container-stat .cost-summary-stat {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}

.pricing-container-stat .fee-schemes-stat {
    position: relative;
    display: block;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
}

.pricing-container-stat .fee-deals-stat::before {
    width: 100%;
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(226,161,161), rgb(202,118,118));
    transform: scaleX(0.8);
    left: 0;
    content: "";
    top: 0;
    height: 5px;
    transform-origin: left;
    position: absolute;
}

.pricing-container-stat .price-sheet-stat h3 {
    font-weight: 700;
    transition: transform 0.3s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    transform-origin: left;
    white-space: nowrap;
    position: relative;
    font-size: calc(21px + 2px);
    color: #000000;
    margin-bottom: 15px;
}

.pricing-container-stat .pricing-schemes-stat::after {
    width: 50px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    bottom: -5px;
    transform: scaleX(0.5);
    content: "";
    transform-origin: left;
    height: 3px;
    background: rgb(226,161,161);
}

.pricing-container-stat .image-slider-stat {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
}

.pricing-container-stat .image-slider-stat::after {
    position: absolute;
    pointer-events: none;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    top: 0;
}

.our-info-stat::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(226,161,161,0.5), 0.02) 10px,
        rgba(rgb(226,161,161,0.5), 0.02) 20px
    );
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    left: 0;
    position: absolute;
}

.our-info-stat .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.our-info-stat .request-info-stat::before {
    position: absolute;
    z-index: -1;
    background: rgba(255, 255, 255, 0.9);
    inset: 0;
    content: '';
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.our-info-stat .request-info-stat h3 svg {
    stroke-width: 2;
    height: 1.75rem;
    stroke: #ffffff;
    animation: floatIcon 3s ease-in-out infinite;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 1.75rem;
    fill: none;
}


.our-info-stat .msg-team-stat {
    max-width: 80%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    line-height: 1.7;
    font-size: calc(14px * 1.05);
    padding: 2rem 2rem 1rem;
    color: #000000;
}

.our-info-stat .msg-team-stat::after {
    width: 50px;
    height: 3px;
    bottom: 0;
    background: rgb(226,161,161);
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
}

.our-info-stat .contact-map-stat span svg {
    height: 1.5rem;
    stroke: rgb(226,161,161);
    margin: auto;
    stroke-linecap: round;
    width: 1.5rem;
    left: 1.25rem;
    transition: all 0.3s ease;
    fill: none;
    position: absolute;
    stroke-width: 2;
    stroke-linejoin: round;
    z-index: 1;
}

.our-info-stat .contact-map-stat span svg path,
.our-info-stat .contact-map-stat span svg circle,
.our-info-stat .contact-map-stat span svg line,
.our-info-stat .contact-map-stat span svg polyline,
.our-info-stat .contact-map-stat span svg rect {
    transition: all 0.3s ease;
}

.our-info-stat .contact-map-stat span:nth-child(even) svg {
    stroke: rgb(202,118,118);
}

.our-info-stat .contact-map-stat span:nth-child(even)::before {
    background: rgb(202,118,118);
}

.our-info-stat .contact-map-stat span::after {
    height: 0;
    border-color: transparent transparent rgb(226,161,161,0.5) transparent;
    position: absolute;
    border-style: solid;
    border-width: 0 0 30px 30px;
    right: 0;
    opacity: 0.2;
    width: 0;
    bottom: 0;
    content: '';
}

.our-info-stat .contact-map-stat span:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}


.our-info-stat .contact-map-stat span p {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 0.5rem;
    color: #000000;
}

.our-info-stat .contact-map-stat span > span {
    border: none;
    color: #000000;
    padding: 0;
    box-shadow: none;
    background: transparent;
    margin: 0;
    font-weight: 400;
}

.our-info-stat .contact-map-stat span > span:hover {
    transform: none;
    box-shadow: none;
}

.our-info-stat .contact-map-stat span a {
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    color: rgb(226,161,161);
}

.our-info-stat .connect-now-stat::before {
    position: absolute;
    top: -50px;
    opacity: 0.1;
    background: rgb(202,118,118,0.5);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    right: -50px;
    content: '';
}

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

.our-info-stat .connect-now-stat h4:hover svg {
    transform: rotate(20deg);
}

.our-info-stat .connect-now-stat span {
    display: flex;
    color: #000000;
    align-items: center;
    padding: 0.75rem 0;
    font-size: 14px;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    position: relative;
}

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

.our-info-stat .connect-now-stat span:last-child {
    border-bottom: none;
}


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

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

.about-this-stat h4 {
    color: #ffffff;
    transition: transform 0.5s ease;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
}

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

.about-this-stat .content-column-stat::before {
    height: 100%;
    left: 0;
    background-size: 20px 20px;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 49.5%, rgb(202,118,118,0.5) 49.5%, rgb(202,118,118,0.5) 50.5%, transparent 50.5%);
    content: "";
}

.about-this-stat .content-column-stat h6::after {
    transition: transform 0.4s ease;
    height: 2px;
    content: "";
    background: rgb(202,118,118);
    transform: scaleX(1);
    width: 60px;
    position: absolute;
    transform-origin: left;
    left: 0;
    bottom: 0;
}

.ideal-participants-stat {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 110px 0;
}

.ideal-participants-stat::before {
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.1;
    left: 0;
    background: linear-gradient(135deg, 
                rgb(226,161,161,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(202,118,118,0.5) 100%);
    position: absolute;
    z-index: 1;
    width: 100%;
}

.ideal-participants-stat h4::after {
    transform: translateX(-50%);
    content: "";
    width: 80px;
    bottom: 0;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    height: 3px;
    background: rgb(226,161,161);
}

.ideal-participants-stat p::before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(226,161,161);
    content: "";
    width: 5px;
    transition: width 0.3s ease;
    height: 100%;
}

.ideal-participants-stat p::after {
    top: 0;
    opacity: 0;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, 
                rgb(226,161,161,0.5) 0%, 
                transparent 30%);
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
}

.ideal-participants-stat p svg {
    margin-right: 20px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    width: 28px;
}

.ideal-participants-stat p:hover svg path {
    fill: rgb(202,118,118);
}

.ideal-participants-stat p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(202,118,118,0.5) 0%, 
                transparent 30%);
}

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

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

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

.footer-disclaimer-stat::after {
    pointer-events: none;
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}

.footer-disclaimer-stat .company_holder {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.footer-disclaimer-stat .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}



.footer-disclaimer-stat .company_holder h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    font-size: calc(36px * 1.3);
    display: inline-block;
}

.footer-disclaimer-stat .site-map-stat {
    opacity: 0.8;
    max-width: 600px;
    line-height: 1.7;
    color: #ffffff;
    font-size: 18px;
    margin: 1.5rem auto 0;
}

.footer-disclaimer-stat .code-labs-stat {
    justify-content: center;
    display: flex;
}

.footer-disclaimer-stat .top-mentor-stat::before {
    left: 50%;
    top: -30px;
    position: absolute;
    width: 1px;
    transform: translateX(-50%);
    background: rgb(226,161,161);
    content: "";
    height: 20px;
}

.footer-disclaimer-stat .nav-top-stat:hover {
    background: rgba(rgb(226,161,161,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.footer-disclaimer-stat .nav-top-stat .top-mentor-stat {
    position: static;
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}

.footer-disclaimer-stat .nav-top-stat .top-mentor-stat a {
    z-index: 1;
    text-decoration: none;
    opacity: 0.75;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
    padding: 0.4rem 0;
    text-align: center;
}

.footer-disclaimer-stat .nav-top-stat .top-mentor-stat a:hover {
    color: rgb(202,118,118);
    opacity: 1;
}

.footer-disclaimer-stat .nav-top-stat .top-mentor-stat a:hover::before {
    transform: scaleX(1);
}

.footer-caption-stat::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    animation: bgMove 20s linear infinite;
    opacity: 0.3;
    width: 100%;
    background-size: 4px 4px;
    background-image: linear-gradient(45deg, rgba(rgb(226,161,161,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(226,161,161,0.5), 0.05) 50%, rgba(rgb(226,161,161,0.5), 0.05) 75%, transparent 75%, transparent);
}

.customer-feedback-stat {
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(246,214,214) 0%, rgba(245, 245, 248, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.customer-feedback-stat::after {
    background: linear-gradient(240deg, rgb(202,118,118,0.5) 0%, rgba(255,255,255,0) 80%);
    height: 60%;
    content: "";
    z-index: 1;
    bottom: -10%;
    transform: rotate(10deg) skewX(-5deg);
    position: absolute;
    opacity: 0.09;
    left: -5%;
    width: 35%;
}

.customer-feedback-stat h2 {
    color: #000000;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.customer-feedback-stat .edu-stories-stat {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
    display: grid;
}

.customer-feedback-stat .review-corner-stat::before {
    opacity: 0.1;
    top: 10px;
    position: absolute;
    content: "";
    font-family: serif;
    line-height: 1;
    z-index: -1;
    font-size: 120px;
    color: rgb(202,118,118,0.5);
    right: 20px;
}

.customer-feedback-stat .review-corner-stat div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.customer-feedback-stat .review-corner-stat:hover img {
    transform: scale(1.05);
    border-color: rgb(226,161,161,0.5);
}

.customer-feedback-stat .review-corner-stat h4 {
    transition: color 0.3s ease;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    color: #000000;
}

.customer-feedback-stat .review-corner-stat h4::after {
    bottom: -5px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    background: rgb(226,161,161);
}

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

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

.customer-feedback-stat .edu-stories-stat:hover .review-corner-stat:not(:hover) {
    opacity: 0.75;
}

.customer-feedback-stat a::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
}

.customer-feedback-stat a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-5px);
}

.customer-feedback-stat a:hover::before {
    left: 100%;
}

.connect-with-us-stat::before {
    height: 200%;
    left: -50%;
    position: absolute;
    z-index: 1;
    width: 200%;
    content: '';
    animation: subtle-pulse 12s infinite alternate;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    top: -50%;
}

.connect-with-us-stat .container {
    padding: 0 1rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.connect-with-us-stat h2 {
    font-size: 41px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 3rem;
}

.connect-with-us-stat .message-map-stat {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    align-items: stretch;
    overflow: hidden;
    display: flex;
}

.connect-with-us-stat .image-slider-stat::before {
    opacity: 0.6;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        45deg, 
        rgb(202,118,118,0.5) 0%, 
        rgb(226,161,161,0.5) 100%
    );
}

.connect-with-us-stat .request-grid-stat input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1.5rem;
    border-radius: 10px;
    outline: none;
    width: 100%;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
    font-size: 13px;
}

.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat input[type="checkbox"] {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    margin-right: 1rem;
    appearance: none;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat label {
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 13px;
}

.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat a {
    transition: color 0.3s ease;
    color: rgb(226,161,161);
    margin-left: 0.3rem;
    text-decoration: none;
}

.connect-with-us-stat .request-grid-stat .reach-support-stat::before {
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    left: -100%;
    height: 100%;
    top: 0;
}

.connect-with-us-stat .request-grid-stat .reach-support-stat:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

header::after {
    left: 0;
    content: '';
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(226,161,161), rgb(202,118,118));
    z-index: 1;
    height: 100%;
    position: absolute;
}

header .container {
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 0;
    z-index: 2;
    margin: 0;
}

header .head-expert-stat {
    display: flex;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
}

header .nav-top-stat {
    gap: 0.4rem;
    border-radius: 10px;
    position: relative;
    padding: 0.4rem 0.6rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
}

header .nav-main-stat {
    z-index: 1;
    padding: 0.4rem 0.7rem;
    position: relative;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 400;
    overflow: hidden;
    color: #000000;
    font-size: 19px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    text-decoration: none;
}

header .nav-main-stat:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.course-features-stat::before {
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.25;
    top: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(226,161,161,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(202,118,118,0.5) 0%, transparent 70%);
}

.course-features-stat .container {
    max-width: 1000px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.course-features-stat .image-slider-stat {
    height: 450px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
}

.course-features-stat .image-slider-stat::after {
    inset: 0;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(226,161,161,0.5) 20px, 
            rgb(226,161,161,0.5) 21px
        );
    content: "";
    opacity: 0.05;
    position: absolute;
    z-index: 1;
}

.course-features-stat .practical-study-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course-features-stat .practical-study-stat::after {
    z-index: -1;
    width: 90%;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 10px;
    border-radius: 0 0 50% 50%;
    content: "";
    left: 5%;
    bottom: -5px;
}

.course-features-stat .nav-study-stat:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) rotate(5deg);
}

.course-features-stat .nav-study-stat::after {
    content: "";
    position: absolute;
    border: 1px dashed rgb(226,161,161,0.5);
    inset: 0;
    border-radius: 10px;
    opacity: 0.5;
}

.course-features-stat .nav-study-stat svg {
    transition: transform 0.3s ease;
    width: 80px;
    height: auto;
}

.course-features-stat .nav-study-stat:hover svg path {
    fill: rgb(202,118,118);
}

.course-features-stat .practical-study-stat h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 34px;
}

.course-features-stat .practical-study-stat:hover h3::after {
    width: 100px;
}

.privacy-defense-stat {
    background-color: rgb(246,214,214);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 2rem;
    color: #000000;
}

.privacy-defense-stat h1, .privacy-defense-stat h2 {
    margin-bottom: 1rem;
    color: rgb(226,161,161);
}

.privacy-defense-stat h1 {
    border-bottom: 2px solid rgb(226,161,161);
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.privacy-defense-stat ul {
    margin: 1rem 0;
    list-style-type: none;
    padding-left: 0;
}

.privacy-defense-stat ul li::before {
    position: absolute;
    left: 0;
    color: rgb(226,161,161);
    top: 0;
    content: '•';
    font-size: 1.5rem;
}

.privacy-defense-stat div {
    margin-bottom: 1rem;
}

.title-greeting-stat {
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(246,214,214), rgba(0, 0, 0, 0.5));
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.title-greeting-stat::after {
    width: 40%;
    height: 40%;
    transform: rotate(-15deg) skew(20deg);
    position: absolute;
    content: "";
    animation: floatEffect 12s infinite alternate ease-in-out;
    z-index: 0;
    bottom: -5%;
    right: -5%;
    filter: blur(60px);
    background: rgb(226,161,161);
    opacity: 0.07;
}

.title-greeting-stat .start-learn-stat > div:first-child {
    transform: translateX(-10px);
    animation: slideIn 0.8s ease-out forwards;
    border-left: 3px solid rgb(226,161,161);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    backdrop-filter: blur(8px);
}

.title-greeting-stat p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: calc(18px * 1.2);
    font-family: Arial, sans-serif;
    font-weight: 600;
    max-width: 600px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    position: relative;
}

.title-greeting-stat .proof-stats-stat > div {
    flex-direction: column;
    z-index: 1;
    padding: 3.5rem 2.5rem;
    position: relative;
    justify-content: space-between;
    min-height: 350px;
    display: flex;
}

.title-greeting-stat .proof-stats-stat > div::after {
    top: 0;
    z-index: -1;
    mix-blend-mode: overlay;
    width: 100%;
    background: linear-gradient(
    90deg,
    rgb(226,161,161) 0%,
    transparent 100%
  );
    content: "";
    opacity: 0.2;
    height: 100%;
    left: 0;
    position: absolute;
}

.title-greeting-stat h3::before {
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(226,161,161);
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    position: absolute;
    height: 3px;
    left: 0;
    width: 60px;
    top: -15px;
    content: "";
}

.title-greeting-stat .title_style_header::after {
    opacity: 0.7;
    height: 10px;
    animation: lineExtend 1.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    left: 0;
    width: 100%;
    transform: scaleX(0.3);
    transform-origin: left;
    position: absolute;
    content: "";
    bottom: -20px;
    background: linear-gradient(to right, rgb(226,161,161), transparent);
}


@media only screen and (max-width: 1200px) {.track-ack-stat {
    flex-direction: column;
    align-items: center;
}.data-agree-stat {
    margin-bottom: 15px;
}.track-alert-stat {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.privacy-gate-stat {
    max-width: 200px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
}
}


@media only screen and (max-width: 800px) {.track-ack-stat {
    padding: 15px;
}.data-agree-stat {
    display: none;
}.windowPrivacySettings-stat h5 {
    font-size: 19px;
}.windowPrivacySettings-stat p {
    font-size: 16px;
}}



@media (max-width: 991px) {.thxSpot-stat {
    padding: 4rem 0;
}.thxSpot-stat h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.thxSpot-stat .success-story-stat {
    padding: 2.5rem;
}
}



@media (max-width: 480px) {.thxSpot-stat {
    padding: 2.5rem 0;
}.thxSpot-stat .container {
    padding: 0 1.25rem;
}.thxSpot-stat h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.thxSpot-stat h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.thxSpot-stat .success-story-stat {
    padding: 1.5rem 1.25rem;
}.thxSpot-stat li span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}



@media (min-width: 992px) {.training-specialist-stat {
    padding: 8rem 2rem;
}.training-specialist-stat .review-corner-stat {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.training-specialist-stat .review-corner-stat > div:first-child {
    grid-row: span 2;
}.training-specialist-stat .review-corner-stat > div:nth-child(2) {
    grid-column: 2 / span 2;
    padding-left: 1rem;
}.training-specialist-stat .review-corner-stat > div:nth-child(3) {
    padding-top: 1rem;
    grid-row: 2;
    grid-column: 2 / span 2;
    padding-left: 1rem;
}.training-specialist-stat .exp-milestones-stat {
    padding-left: 2rem;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 767px) {.training-specialist-stat {
    padding: 4rem 1.5rem;
}.training-specialist-stat .review-corner-stat {
    padding: 2rem;
}.training-specialist-stat .review-corner-stat .image-slider-stat {
    margin: 0 auto;
    height: 220px;
    width: 220px;
}.training-specialist-stat .name {
    font-size: 23px;
}.training-specialist-stat .exp-milestones-stat {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}



@media (min-width: 1200px) {.pricing-container-stat {
    padding: 120px 0;
}.pricing-container-stat .cost-summary-stat {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing-container-stat .premium-grid-stat h2 {
    font-size: calc(31px + 4px);
}.pricing-container-stat .price-sheet-stat h3 {
    font-size: calc(21px + 4px);
}.pricing-container-stat .pricing-schemes-stat {
    font-size: calc(21px + 8px);
}.pricing-container-stat .image-slider-stat {
    height: 280px;
}
}



@media (hover: hover) {.pricing-container-stat .fee-schemes-stat {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-container-stat .fee-schemes-stat:hover {
    transform: translateY(-10px) scale(1.02);
}}


@media (max-width: 767px) {.our-info-stat {
    padding: 4rem 0;
}.our-info-stat .request-info-stat h3 {
    padding: 1.5rem;
    font-size: calc(28px * 0.85);
}.our-info-stat .request-info-stat h3 svg {
    width: 1.4rem;
    height: 1.4rem;
}.our-info-stat .msg-team-stat {
    padding: 1.5rem 1.5rem 0.875rem;
    max-width: 100%;
}.our-info-stat .contact-map-stat {
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.our-info-stat .contact-map-stat span {
    padding: 1.25rem;
    padding-left: 3.25rem;
}.our-info-stat .contact-map-stat span svg {
    width: 1.3rem;
    height: 1.3rem;
    left: 1.1rem;
}.our-info-stat .connect-now-stat h4 svg {
    height: 1.1rem;
    width: 1.1rem;
}.our-info-stat .connect-now-stat span svg {
    width: 0.85rem;
    height: 0.85rem;
}
}


@media (prefers-reduced-motion: reduce) {.our-info-stat .request-info-stat h3::before,
    .our-info-stat .request-info-stat h3 svg,
    .our-info-stat .contact-map-stat span:nth-child(odd)::after,
    .our-info-stat .contact-map-stat span:nth-child(even)::after,
    .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 {
    animation: none;
}.our-info-stat .connect-now-stat h4:hover svg,
    .our-info-stat .connect-now-stat span:hover svg {
    transform: none;
}}



@media screen and (min-width: 992px) {.about-this-stat {
    padding: 180px 0 120px;
}.about-this-stat::after {
    height: 300px;
    width: 300px;
}.about-this-stat .content-column-stat {
    max-width: 90%;
    margin: 0 auto;
}.about-this-stat .content-column-stat span {
    column-gap: 50px;
    column-count: 2;
}.about-this-stat:hover h4 {
    transform: translateY(-10px);
}.about-this-stat .content-column-stat:hover h6::after {
    transform: scaleX(1.5);
}
}



@media screen and (max-width: 767px) {.about-this-stat {
    padding: 80px 0 60px;
}.about-this-stat h4 {
    font-size: 34px;
    margin-bottom: 30px;
}.about-this-stat .content-column-stat {
    padding: 30px 25px;
}.about-this-stat .content-column-stat h6 {
    margin-bottom: 20px;
    font-size: 19px;
    padding-bottom: 10px;
}.about-this-stat .content-column-stat span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 768px) {.ideal-participants-stat {
    padding: 70px 0;
}.ideal-participants-stat h4 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.ideal-participants-stat h4::after {
    width: 60px;
}.ideal-participants-stat div > div {
    gap: 15px;
}.ideal-participants-stat p {
    padding: 18px 20px;
}
}



@media screen and (max-width: 992px) {.footer-disclaimer-stat {
    padding: 4rem 0 2rem;
}.footer-disclaimer-stat .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.footer-disclaimer-stat .company_holder h3 {
    font-size: 36px;
}.footer-disclaimer-stat .top-mentor-stat {
    gap: 3rem;
}
}



@media screen and (max-width: 768px) {.footer-disclaimer-stat .code-labs-stat {
    flex-direction: column;
    align-items: center;
}.footer-disclaimer-stat .top-mentor-stat {
    width: 100%;
    max-width: 450px;
    flex-direction: column;
    gap: 2rem;
}.footer-disclaimer-stat .nav-top-stat {
    width: 100%;
}
}



@media (max-width: 992px) {.customer-feedback-stat {
    padding: 80px 0 100px;
}.customer-feedback-stat h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.customer-feedback-stat .edu-stories-stat {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.customer-feedback-stat {
    padding: 60px 0 80px;
}.customer-feedback-stat h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.customer-feedback-stat .edu-stories-stat {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer-feedback-stat .review-corner-stat {
    padding: 25px;
}.customer-feedback-stat .review-corner-stat::before {
    font-size: 100px;
}.customer-feedback-stat a {
    padding: 10px 25px;
    margin-top: 30px;
}
}



@media screen and (max-width: 1024px) {.connect-with-us-stat .message-map-stat {
    flex-direction: column;
}.connect-with-us-stat .image-slider-stat {
    min-height: 300px;
    flex: 0 0 100%;
}.connect-with-us-stat .request-grid-stat {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 768px) {.connect-with-us-stat {
    padding: 3rem 0;
}.connect-with-us-stat h2 {
    margin-bottom: 2rem;
    font-size: calc(41px * 0.8);
}.connect-with-us-stat .request-grid-stat h3 {
    font-size: calc(36px * 0.9);
}.connect-with-us-stat .request-grid-stat input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat {
    align-items: flex-start;
}.connect-with-us-stat .request-grid-stat .inquiry-inquiry-stat input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .main-bar-stat {
    flex-direction: column;
    margin-left: 3px;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.8rem 2%;
}header .head-expert-stat {
    padding: 0.4rem;
}header .head-expert-stat svg {
    width: 120px;
}header .nav-top-stat {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    width: 98%;
}header .nav-top-stat::-webkit-scrollbar {
    height: 2px;
}header .nav-top-stat::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(226,161,161);
}header .nav-main-stat {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(19px - 1px);
}
}



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


@media only screen and (max-width: 800px) {.privacy-defense-stat {
    padding: 1rem;
    border-radius: 10px;
}.privacy-defense-stat h1 {
    font-size: calc(22px * 0.8);
}.privacy-defense-stat h2 {
    font-size: calc(22px * 0.8);
}.privacy-defense-stat ul li {
    padding-left: 1rem;
}.privacy-defense-stat ul li::before {
    font-size: 1.2rem;
}}



@media (min-width: 992px) {.title-greeting-stat {
    height: 100vh;
}.title-greeting-stat .start-learn-stat {
    gap: 4rem;
    width: 85%;
}.title-greeting-stat .start-learn-stat > div:first-child {
    padding: 3.5rem;
    transform: translateY(2rem);
}.title-greeting-stat p {
    font-size: calc(18px * 1.5);
}.title-greeting-stat .proof-stats-stat > div {
    padding: 5rem 4rem;
    min-height: 450px;
}.title-greeting-stat h3 {
    font-size: calc(20px * 1.1);
    max-width: 70%;
}.title-greeting-stat .title_style_header {
    font-size: calc(42px * 1.4);
}.title-greeting-stat .title_style_header::after {
    height: 12px;
    bottom: -24px;
}
}



@media (max-width: 767px) {.title-greeting-stat {
    padding: 4rem 0;
}.title-greeting-stat .proof-stats-stat > div {
    padding: 2.5rem 1.5rem;
}.title-greeting-stat h3 {
    margin-bottom: 1.5rem;
    font-size: 16px;
}.title-greeting-stat .title_style_header {
    font-size: calc(38px * 0.9);
}.title-greeting-stat .title_style_header::after {
    height: 6px;
    bottom: -12px;
}
}



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



@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseElement {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.03); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



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



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



@keyframes floatEffect {
  0% {
    transform: rotate(-15deg) skew(20deg) translate(0, 0);
  }
  100% {
    transform: rotate(-12deg) skew(18deg) translate(-20px, -20px);
  }
}

