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

header,footer {
    width: 100%;
}

header {
    padding: 0;
    background: rgb(181,196,194);
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0;
    position: relative;
}

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


.educational-gains {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(0, 0, 0, 0.5) 20%);
    position: relative;
    overflow: hidden;
}

.educational-gains::after {
    content: '';
    height: 200%;
    right: -50%;
    top: -50%;
    background: linear-gradient(45deg, rgb(147,163,159,0.5) 0%, transparent 70%);
    width: 80%;
    filter: blur(60px);
    position: absolute;
    transform: rotate(-30deg);
    z-index: 0;
}

.educational-gains .training-space {
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1280px;
    gap: 60px;
}

.educational-gains .img-round::before {
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.educational-gains .img-round:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25),
                -25px -25px 50px rgba(255, 255, 255, 0.07);
}

.educational-gains .text-box-wrapper {
    justify-content: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.educational-gains h2::after {
    border-radius: 10px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(147,163,159) 0%, rgb(113,129,125) 100%);
    content: '';
    width: 80px;
}

.educational-gains .text_main_holder > div:nth-child(1) {
    --i: 1;
}

.educational-gains .text_main_holder > div:nth-child(2) {
    --i: 2;
}

.educational-gains .text_main_holder > div:nth-child(3) {
    --i: 3;
}

.educational-gains .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.educational-gains .text_main_holder > div:nth-child(5) {
    --i: 5;
}

.educational-gains .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.educational-gains .text_main_holder svg path {
    fill: rgb(147,163,159);
    transition: fill 0.3s ease;
}

.educational-gains .text_main_holder > div:hover svg path {
    fill: rgb(113,129,125);
}

.data-insights {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(rgb(113,129,125,0.5), 0.15) 100%);
    position: relative;
}

.data-insights::after {
    height: 100%;
    top: -50%;
    transform: rotate(-15deg) scale(2);
    width: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(113,129,125,0.5), 0.1) 0%,
        transparent 70%
    );
    right: -50%;
}

.data-insights h3::after {
    left: 50%;
    width: 5rem;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(147,163,159) 0%, rgb(113,129,125) 100%);
    bottom: -0.8rem;
}

.data-insights .knowledge-upgrade {
    background: #ffffff;
    position: relative;
    backdrop-filter: blur(5px);
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    justify-content: center;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease-out;
    align-items: center;
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
    display: flex;
}

.data-insights .knowledge-upgrade:hover {
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.2);
    transform: translateY(-10px);
}

.data-insights .knowledge-upgrade:hover::after {
    transform: scaleX(1);
}

.data-insights .knowledge-upgrade span {
    font-size: calc(16px * 1.1);
    z-index: 2;
    color: #000000;
    display: block;
    transition: transform 0.3s ease;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
}

.data-insights .knowledge-upgrade p::before {
    transform: scale(0.8);
    background: radial-gradient(
        circle at center,
        rgba(rgb(113,129,125,0.5), 0.1) 0%,
        transparent 70%
    );
    opacity: 0;
    height: calc(100% + 20px);
    content: "";
    z-index: -1;
    width: calc(100% + 20px);
    position: absolute;
    transition: all 0.4s ease;
}

header::before {
    content: '';
    pointer-events: none;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(147,163,159), 0.03) 25%, 
        rgba(rgb(147,163,159), 0.05) 50%,
        rgba(rgb(147,163,159), 0.03) 75%,
        transparent 100%
    );
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

header .nav-mainbar:hover {
    transform: translateY(-3px);
}

header .nav-mainbar::before {
    height: 10px;
    position: absolute;
    transition: all 0.3s ease;
    bottom: -15px;
    background: rgb(147,163,159);
    transform: scaleX(0.7);
    content: '';
    border-radius: 10px;
    left: 0;
    opacity: 0;
    width: 100%;
}

header .header-sitebar::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,163,159,0.5), 
        transparent
    );
    left: 0;
    position: absolute;
    content: '';
    bottom: -15px;
    width: 100%;
    height: 1px;
}

header .top-lead a::before {
    transform: translateX(-100%);
    bottom: 0;
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    position: absolute;
    background: rgb(147,163,159);
    content: '';
    height: 3px;
}

header .top-lead a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}

header .nav-info::before {
    background: linear-gradient(-90deg, rgb(181,196,194), transparent);
    width: 30%;
    right: 0;
    content: '';
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
}

header .first-teach {
    z-index: 1;
    background: #ffffff;
    padding-top: 2rem;
    position: relative;
}

.course-demographic {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(181,196,194);
}

.course-demographic::after {
    background-size: 120px 120px;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(147,163,159,0.5) 90%, rgb(147,163,159,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(113,129,125,0.5) 95%, rgb(113,129,125,0.5) 96%, transparent 96%);
    content: '';
    position: absolute;
    height: 100%;
    animation: moveRaysVertical 20s linear infinite;
    width: 100%;
    opacity: 0.2;
    z-index: 1;
}

.course-demographic h3 {
    color: rgb(147,163,159);
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 29px;
    font-weight: 600;
}

.course-demographic ul {
    padding: 0;
    list-style-type: none;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
    display: flex;
}

.course-demographic li {
    border-radius: 19px;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(147,163,159,0.5);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    padding: 1.5rem 2rem;
}

.course-demographic li {
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    font-size: 12px;
}

.course-demographic li:hover {
    border-left-color: rgb(147,163,159);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.course-demographic li:hover::before {
    width: 100%;
}

.course-demographic li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}

.course-demographic li svg path {
    transition: all 0.4s ease;
    fill: rgb(147,163,159);
}

.course-demographic li:hover svg path {
    fill: rgb(113,129,125);
}

.course-demographic li:nth-child(3) {
    animation-delay: 0.2s;
}

.privacy-stockade {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(147,163,159,0.5);
    padding: 40px;
    height: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.privacy-stockade h2 {
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: rgb(113,129,125);
    margin-top: 35px;
}

.privacy-stockade ul, .privacy-stockade ol {
    border-radius: 10px;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    list-style-position: inside;
    background-color: #ffffff;
    padding-left: 20px;
}

.privacy-stockade section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 19px;
    padding: 20px;
}

.follow {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(113,129,125,0.5), rgb(147,163,159));
    padding: 4rem 2rem;
}

.follow::after {
    position: absolute;
    content: "";
    filter: blur(20px);
    transform: rotate(15deg) translateZ(0);
    background: rgb(113,129,125,0.5);
    bottom: -10%;
    height: 70%;
    width: 60%;
    left: -10%;
    z-index: 0;
}

.follow .training-space {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(147,163,159);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
}

.follow .training-space:hover h3::after {
    width: 100px;
}

.follow .input_holder {
    gap: 1rem;
    display: flex;
    margin-top: 1.5rem;
    flex-direction: column;
}

.follow .input_holder div {
    position: relative;
    flex: 1;
}

.follow input[type="email"]:focus {
    border-color: rgb(147,163,159);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 0 0 3px rgb(147,163,159,0.5);
    outline: none;
}



.follow input[type="email"]:focus {
    animation: pulse 1.5s infinite;
}

.follow input[type="email"]::placeholder {
    color: rgba(0,0,0,0.35);
    transition: opacity 0.3s;
}

.follow .updates-text::before {
    height: 100%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(113,129,125), rgb(147,163,159));
    content: "";
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
}

.follow .updates-text:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.follow .updates-text:hover::before {
    opacity: 1;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(147,163,159);
}

header .top_plank .nav-slice div svg, header .top_plank .nav-slice div svg path {
    fill: #ffffff;
}

header .top_plank .nav-slice div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

header .top_plank .nav-slice div img, header .top_plank .nav-slice div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}

.company-info::before {
    transition: opacity 0.5s ease-out;
    z-index: -1;
    width: 100%;
    opacity: 0.85;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,163,159) 0%, rgba(0, 0, 0, 0.8) 100%);
    left: 0;
}

.company-info .container {
    padding: 7% 5% 10%;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    transform: translateZ(0);
    position: relative;
}

.company-info .text-box-wrapper:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.company-info h1 {
    padding-bottom: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: calc(45px * 1.2);
    transform: translateX(-10px);
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    position: relative;
    color: #ffffff;
    margin: 0 0 2rem;
    opacity: 0;
    font-weight: 700;
}

.company-info ul {
    opacity: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    list-style: none;
    margin: 0;
    padding: 0;
}

.company-info li {
    margin-bottom: 1.5rem;
}

.company-info h4::before {
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    left: 0;
    background: rgb(113,129,125);
    position: absolute;
}

.company-info span {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.8;
    position: relative;
    display: block;
    padding-left: 1rem;
    animation: slideUp 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    margin-left: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transform: translateY(15px);
    font-size: 12px;
}

.enroll-instantly::after {
    transform: translateZ(-5px);
    z-index: 0;
    bottom: 0;
    pointer-events: none;
    content: "";
    right: 0;
    width: 40%;
    background: linear-gradient(210deg, rgb(113,129,125,0.5) 0%, transparent 80%);
    height: 60%;
    position: absolute;
}

.enroll-instantly h2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
    max-width: 90%;
    position: relative;
    transform: translateZ(10px);
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: 38px;
    color: #000000;
}

.enroll-instantly h2::after {
    width: 8rem;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(147,163,159) 0%, rgb(113,129,125) 100%);
    transform: scaleX(1);
    content: "";
    transform-origin: left center;
    bottom: -0.75rem;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
}

.enroll-instantly svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 4rem;
    transform: translateZ(15px) rotate(-5deg);
    height: 4rem;
}

.enroll-instantly svg:hover {
    transform: translateZ(25px) rotate(0deg) scale(1.1);
}

.enroll-instantly svg path {
    transition: fill 0.3s ease-out;
    fill: rgb(147,163,159);
}

.enroll-instantly .query-card {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    letter-spacing: 0.5px;
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(147,163,159) 0%, rgb(113,129,125) 100%);
    color: #ffffff;
    border: none;
    font-family: Arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
    display: inline-flex;
    padding: 0.9rem 2.2rem;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    font-weight: 600;
    align-items: center;
    font-size: 17px;
    justify-content: center;
    position: relative;
}

.enroll-instantly .query-card:hover::after {
    transform: translateX(-50%) scaleX(0.95);
    filter: blur(8px);
    height: 15px;
    width: 95%;
}

.course-program-details {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.course-program-details::after {
    left: -50%;
    animation: gradientRotate 20s infinite linear;
    opacity: 0.2;
    content: "";
    width: 200%;
    height: 200%;
    top: -50%;
    background: linear-gradient(45deg, rgb(147,163,159,0.5) 0%, transparent 70%);
    z-index: 0;
    transform: rotate(45deg);
    position: absolute;
}

.course-program-details .container {
    z-index: 5;
    position: relative;
}

.course-program-details .training-space {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(147,163,159,0.5);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    align-items: center;
    display: flex;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    flex-wrap: wrap;
    border-radius: 20px;
}

.course-program-details .nav-mainwrap {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
}

.course-program-details .nav-mainwrap svg path {
    fill: rgb(147,163,159);
    transition: fill 0.3s ease;
}

.course-program-details .job-skillsWMH h3 {
    font-size: 36px;
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    transform-style: preserve-3d;
    color: #ffffff;
}

.course-program-details .job-skillsWMH p {
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    max-width: 100%;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.course-program-details .img-round::before {
    left: 0;
    content: "";
    top: 0;
    animation: overlayPulse 8s infinite alternate;
    position: absolute;
    z-index: 1;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(147,163,159,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
}

.plan-option {
    padding: 120px 0;
    background: rgb(181,196,194);
    position: relative;
    overflow: hidden;
}

.plan-option::after {
    position: absolute;
    background: linear-gradient(225deg, rgb(113,129,125,0.5), rgb(147,163,159,0.5));
    filter: blur(100px);
    bottom: -15%;
    opacity: 0.1;
    z-index: 0;
    left: -10%;
    height: 500px;
    width: 500px;
    content: "";
}

.plan-option .program-rate {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.plan-option .discount-deals {
    z-index: 2;
    order: -1;
    transform: translateX(5%);
    margin-bottom: 20px;
    position: relative;
}

.plan-option .discount-deals .fee-offers {
    transition: transform 0.4s ease;
    color: #000000;
    margin-left: 5px;
    font-size: 14px;
    max-width: 700px;
    transform: translateY(0);
    line-height: 1.6;
}

.plan-option .discount-deals:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.plan-option .tuition-plans {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    perspective: 1000px;
}

.plan-option .cost-card:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}

.plan-option .access-rates {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: box-shadow 0.5s ease;
    position: relative;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    height: 100%;
}

.plan-option .cost-card:hover .access-rates::before {
    transform: scaleX(1);
}

.plan-option .value-pricing {
    flex-grow: 1;
    overflow: hidden;
    padding: 35px 30px;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
}

.plan-option .cost-card:hover .value-pricing h3 {
    transform: translateY(-2px);
    color: rgb(147,163,159);
}

.plan-option .value-pricing .pricing-catalog {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin: 5px 0 20px;
    position: relative;
    word-break: break-word;
    font-size: calc(21px + 6px);
    overflow-wrap: break-word;
    display: block;
    color: rgb(147,163,159);
}

.plan-option .cost-card:hover .value-pricing .pricing-catalog::after {
    width: 80px;
}

.plan-option .value-pricing p {
    white-space: normal;
    transition: opacity 0.3s ease;
    margin-top: 10px;
    opacity: 0.85;
    color: #000000;
    font-size: 14px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.7;
    flex-grow: 1;
}

.plan-option .cost-card:hover .img-round {
    height: 240px;
}

.plan-option .cost-card .img-round::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
}

.connect-form .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}

.connect-form .reach-card {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 40px;
}

.connect-form .inquiry-box h3 {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    grid-column: 1 / -1;
}

.connect-form .inquiry-box h3::after {
    height: 4px;
    width: 80px;
    border-radius: 2px;
    background: rgb(147,163,159);
    left: 50%;
    content: '';
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
}

.connect-form .inquiry-box div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.connect-form .inquiry-box span {
    font-size: 12px;
    color: #000000;
}

.connect-form .inquiry-box a:hover {
    color: rgb(113,129,125);
}

.connect-form .request-box {
    padding: 40px;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.connect-form form h3::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 80px;
    background: rgb(147,163,159);
    height: 4px;
    border-radius: 2px;
    content: '';
}

.connect-form form input[type="text"],
.connect-form form input[type="email"] {
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    font-size: 12px;
}

.connect-form .feedback-card input[type="checkbox"] {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    appearance: none;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    -webkit-appearance: none;
    height: 22px;
}

.connect-form .feedback-card label {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}

.connect-form .feedback-card a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(147,163,159);
    font-weight: 600;
}

.connect-form .query-card {
    overflow: hidden;
    grid-column: 1 / -1;
    background: rgb(147,163,159);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    padding: 18px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    font-size: 20px;
}

.cookie-screen {
    padding: 20px 30px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
}

.cookieWarningMessage p {
    font-size: 12px;
    max-width: 500px;
    color: #ffffff;
}

.consent-panel {
    margin-right: 20px;
    flex-shrink: 0;
}

.consent-panel:hover svg {
    transform: rotate(10deg);
}

.cookie-compl {
    box-shadow: rgb(147,163,159,0.5) 0px 4px 10px 0px;
    line-height: 35px;
    background: rgb(147,163,159);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 19px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 16px;
}

.cookieWarningMessage p a:hover {
    color: rgb(113,129,125);
}

.wrapper-border .cookie-compl {
    background: rgb(147,163,159);
    font-size: 19px;
    font-weight: 400;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

#cookiePolicyAlert:checked ~ .cookieWarningMessage {
    visibility: hidden;
    opacity: 0;
}

.gratSection::before {
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    right: -5%;
    opacity: 0.2;
    top: -10%;
    height: 300px;
    content: "";
    position: absolute;
    animation: float 8s ease-in-out infinite;
    width: 300px;
    transform: rotate(-15deg);
}

.gratSection .container {
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.gratSection .training-space:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.gratSection .training-space > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.gratSection .training-space > div:first-child::before {
    height: 70%;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(to bottom, rgb(147,163,159), rgb(113,129,125));
    width: 0.5rem;
    content: "";
    top: 50%;
    left: -2rem;
}

.gratSection .training-space:hover h5 {
    transform: translateX(10px);
}

.gratSection .training-space:hover h5::after {
    width: 120px;
}

.gratSection .training-space > div:last-child {
    overflow: hidden;
    position: relative;
}

.gratSection p {
    transition: color 0.3s ease;
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
    position: relative;
    margin: 0;
}

.gratSection a::before {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(147,163,159);
    width: 0;
    height: 1px;
    content: "";
    bottom: 0;
    left: 0;
}

.gratSection a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(147,163,159,0.5);
}

.leadership-profile::before {
    height: 1px;
    width: 40%;
    background: linear-gradient(to right, transparent, rgb(147,163,159,0.5), transparent);
    left: 0;
    animation: lineExpand 5s ease-in-out infinite alternate;
    top: 40%;
    transform-origin: left center;
    content: "";
    position: absolute;
}

.leadership-profile .testimonial-corner {
    margin: 0 auto;
    display: grid;
    max-width: 1100px;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.leadership-profile .img-round::after {
    left: 0;
    transition: all 0.7s ease;
    background: linear-gradient(135deg, rgb(147,163,159,0.5) 0%, transparent 50%);
    position: absolute;
    mix-blend-mode: overlay;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}

.leadership-profile .exp-grid::before {
    left: -2rem;
    top: 15%;
    content: "";
    height: 70%;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
}

.leadership-profile .name::after {
    bottom: -0.5rem;
    left: 0;
    transform-origin: left;
    background: rgb(147,163,159);
    transform: scaleX(0);
    width: 50px;
    content: "";
    transition: transform 0.5s ease 0.2s;
    position: absolute;
    height: 2px;
}

.leadership-profile .job-skillsEXqgh {
    line-height: 1.8;
    font-weight: 300;
    font-size: 19px;
    color: #000000;
    padding-left: 2rem;
    position: relative;
    transform: translateX(0);
    transition: all 0.5s ease 0.2s;
}

.leadership-profile .testimonial-corner:hover .img-round {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.leadership-profile .testimonial-corner:hover .name::after {
    transform: scaleX(1);
}

.leadership-profile .testimonial-corner:hover .job-skillsEXqgh {
    transform: translateX(5px);
}

.chrome-ext .equity-pledge {
    display: flex;
    flex-direction: column;
}

.chrome-ext .help-form::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}

.chrome-ext .info_item:hover {
    transform: translateX(10px);
}

.chrome-ext .info_item svg {
    transition: transform 0.3s ease;
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

.chrome-ext .info_item:hover svg {
    transform: scale(1.2);
}

.chrome-ext .nav-mainwrap {
    padding: 4rem 2rem 3rem;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
    background-color: rgb(113,129,125);
    z-index: 4;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.chrome-ext .nav-mainwrap:hover svg {
    transform: scale(1.05);
}

.chrome-ext .header-sitebar {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    flex-direction: column;
    gap: 2rem;
    padding: 5rem 2rem 3rem;
    background-color: #000000;
    display: flex;
    z-index: 2;
    position: relative;
}

.chrome-ext .header-sitebar h5 {
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
}

.chrome-ext .nav-mentor {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.chrome-ext .nav-mentor a {
    font-size: 16px;
    padding: 0.5rem 0;
    position: relative;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

.chrome-ext .nav-mentor a:hover {
    opacity: 1;
    padding-left: 10px;
}

.chrome-ext .subscribe_holder {
    flex-direction: column;
    position: relative;
    z-index: 3;
    background-color: rgb(113,129,125);
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    display: flex;
}

.chrome-ext .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 21px;
    color: #ffffff;
}

.chrome-ext .subscribe_holder p {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
}

.chrome-ext .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.chrome-ext .updates-text::before {
    transition: left 0.5s ease;
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
}

.chrome-ext .updates-text:hover {
    background-color: rgb(147,163,159,0.5);
}

.chrome-ext .eng-center {
    position: relative;
    z-index: 1;
    background-color: rgb(113,129,125);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    margin-top: 0;
    padding: 6rem 0 2rem;
    text-align: center;
}

.chrome-ext .search-foot {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
}

.opening-board::before {
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0.05;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(147,163,159,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(113,129,125,0.5) 0%, transparent 70%);
    right: 0;
    content: "";
    position: absolute;
}

.opening-board > div {
    display: flex;
    gap: 60px;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    transition: transform 0.5s ease;
    max-width: 1200px;
    width: 100%;
}

.opening-board .course-first {
    transform: translateY(0);
    letter-spacing: 0.5px;
    position: relative;
    color: rgb(147,163,159);
    font-size: calc(38px * 1.2);
    line-height: 1.3;
    transition: transform 0.4s ease;
    font-weight: 700;
    margin-bottom: 25px;
}

.opening-board .course-first:hover {
    transform: translateY(-5px);
}

.opening-board p {
    animation: fadeIn 1s 0.4s forwards;
    font-weight: 400;
    position: relative;
    color: #000000;
    font-size: calc(13px * 1.1);
    opacity: 0;
    margin-top: 15px;
    line-height: 1.7;
    max-width: 85%;
}

.opening-board .learn-learn {
    overflow: hidden;
    align-items: flex-end;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    min-height: 380px;
}

.opening-board .learn-learn:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.02);
}

.opening-board .learn-learn span {
    z-index: 2;
    padding: 30px;
    width: 100%;
    position: relative;
}

.opening-board .learn-learn:hover h3 {
    transform: translateY(0);
}



::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    border-radius: 4px;
    width: 14px;
    height: 3px;
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track {
    border-radius: 5.6vw;
    background: rgb(147,163,159);
}

::-webkit-scrollbar-thumb {
    box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, 0.7);
    transition: all 3.7s ease;
    background: radial-gradient(circle at top left, #ffffff 30%, rgb(255, 255, 255, 0.5) 76%, rgb(113,129,125) 8%, rgb(181,196,194) 56%);
    border: 1px solid #ffffff;
    border-radius: 4px;
    animation: slide_scrollbar 5.8s ease infinite;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(113,129,125,0.5);
    box-shadow: inset -1px 4px 12px 2px rgba(0, 0, 0, 0.5);
    transform: translateY(1px);
}

::-webkit-scrollbar-corner {
    border-radius: 3px;
    border: 1px dotted rgb(113,129,125,0.5);
}



@media (max-width: 576px) {.educational-gains {
    padding: 60px 0;
}.educational-gains .img-round {
    min-height: 250px;
}.educational-gains h2 {
    font-size: calc(29px * 0.85);
}.educational-gains .text_main_holder > div {
    gap: 12px;
    padding: 12px;
}.educational-gains .text_main_holder svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 767px) {.data-insights {
    padding: 3.5rem 1rem;
}.data-insights h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.data-insights ul {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1.2rem;
}.data-insights .knowledge-upgrade {
    padding: 1.8rem 1rem;
}.data-insights .knowledge-upgrade span {
    font-size: 16px;
}.data-insights .knowledge-upgrade p {
    font-size: 38px;
}
}



@media (prefers-reduced-motion) {.data-insights .knowledge-upgrade,
    .data-insights .knowledge-upgrade p,
    .data-insights .knowledge-upgrade span,
    .data-insights .knowledge-upgrade::after,
    .data-insights .knowledge-upgrade p::before {
    transition: none;
}.data-insights .knowledge-upgrade:hover {
    transform: none;
}.data-insights .knowledge-upgrade:hover span {
    transform: none;
}.data-insights .knowledge-upgrade:hover p {
    transform: none;
}}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .nav-info {
    padding: 1rem 1.5rem;
}header .nav-mainwrap {
    max-width: 150px;
    flex: 0 0 auto;
}header .header-sitebar {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    flex-wrap: nowrap;
    margin-top: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.5rem 0;
}header .header-sitebar::-webkit-scrollbar {
    height: 3px;
}header .header-sitebar::-webkit-scrollbar-thumb {
    background: rgb(147,163,159,0.5);
    border-radius: 10px;
}header .top-lead {
    flex: 0 0 auto;
}header .top-lead a {
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
    font-size: calc(12px - 2px);
}header .header-sitebar::after {
    bottom: 0;
}header .nav-mainbar::before {
    display: none;
}}



@media only screen and (max-width: 800px) {.privacy-stockade {
    padding: 20px;
}.privacy-stockade h1 {
    font-size: calc(23px - 10%);
}.privacy-stockade h2 {
    font-size: calc(23px - 10%);
}.privacy-stockade h3, .privacy-stockade h4, .privacy-stockade h5, .privacy-stockade h6 {
    font-size: calc(23px - 10%);
}.privacy-stockade li {
    font-size: calc(13px - 10%);
}}



@media (min-width: 992px) {.follow .training-space {
    margin: 0 auto;
    transform: perspective(1500px) rotateY(-4deg);
    max-width: 90%;
}.follow h3 {
    max-width: 70%;
}
}



@media (max-width: 767px) {.follow {
    padding: 3rem 1.5rem;
}.follow .training-space {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.follow h3 {
    font-size: calc(21px * 1.2);
}.follow .updates-text {
    width: 100%;
    margin-top: 0.5rem;
}
}



@media (max-width: 1200px) {.company-info .container {
    padding: 8% 5%;
}.company-info .text-box-wrapper {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.company-info .container {
    padding: 10% 5%;
}.company-info .text-box-wrapper {
    padding: 2rem;
    transform: none;
}.company-info h1 {
    margin-bottom: 1.5rem;
    font-size: 45px;
}.company-info span {
    font-size: calc(12px * 0.95);
}
}



@media (hover: hover) {.company-info:hover::before {
    opacity: 0.9;
}
}



@media (prefers-reduced-motion) {.company-info .text-box-wrapper,
    .company-info .text-box-wrapper:hover,
    .company-info h1,
    .company-info h1::after,
    .company-info ul,
    .company-info h4,
    .company-info span {
    animation: none;
    transform: none;
    opacity: 1;
}.company-info h1::after {
    transform: scaleX(1);
}.company-info::after {
    animation: none;
}}



@media (max-width: 576px) {.enroll-instantly {
    padding: 2.5rem 0;
}.enroll-instantly .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}.enroll-instantly h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.enroll-instantly h2::after {
    height: 2px;
    width: 5rem;
}.enroll-instantly .training-space {
    margin-top: 1.5rem;
}.enroll-instantly svg {
    height: 2.5rem;
    width: 2.5rem;
}.enroll-instantly .query-card {
    padding: 0.7rem 1.5rem;
    font-size: calc(17px * 0.9);
}
}



@media (prefers-reduced-motion) {.enroll-instantly .query-card::before,
  .enroll-instantly .query-card:hover::before,
  .enroll-instantly .query-card:hover,
  .enroll-instantly svg:hover {
    transition: none;
    transform: none;
}}



@media screen and (max-width: 992px) {.course-program-details {
    padding: 60px 0;
}.course-program-details .job-skillsWMH {
    padding: 30px 40px;
}.course-program-details .img-round {
    min-height: 380px;
}.course-program-details .nav-mainwrap svg {
    width: 100px;
}.course-program-details .job-skillsWMH h3 {
    font-size: calc(36px * 0.9);
}
}



@media screen and (max-width: 480px) {.course-program-details {
    padding: 40px 0;
}.course-program-details .img-round {
    min-height: 250px;
}.course-program-details .job-skillsWMH {
    padding: 25px 20px;
}.course-program-details .job-skillsWMH h3 {
    font-size: calc(24px * 1.2);
}.course-program-details .nav-mainwrap svg {
    width: 80px;
}}



@media (min-width: 992px) {.plan-option {
    padding: 140px 0;
}.plan-option .program-rate {
    flex-direction: row;
    align-items: flex-start;
}.plan-option .discount-deals {
    width: 30%;
    order: 0;
    align-self: flex-start;
    top: 100px;
    position: sticky;
    transform: translateX(0);
    margin-right: 70px;
}.plan-option .tuition-plans {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}



@media (max-width: 991px) {.plan-option {
    padding: 80px 0;
}.plan-option .discount-deals {
    text-align: center;
    transform: translateX(0);
}.plan-option .discount-deals .fee-offers {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.plan-option {
    padding: 50px 0;
}.plan-option .value-pricing h3 {
    font-size: 21px;
}.plan-option .value-pricing .pricing-catalog {
    font-size: calc(21px + 2px);
}.plan-option .value-pricing p {
    font-size: calc(14px - 1px);
}}



@media (max-width: 768px) {.connect-form {
    padding: 60px 0;
}.connect-form .inquiry-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}.connect-form .request-box {
    padding: 30px;
}.connect-form form {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}.connect-form .inquiry-box h3,
    .connect-form form h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 30px;
}
}


@media only screen and (max-width: 1200px) {.cookieWarningMessage {
    padding: 20px;
}
}



@media screen and (max-width: 992px) {.gratSection {
    padding: 5rem 0;
}.gratSection .training-space {
    padding: 2.5rem;
}.gratSection h5 {
    font-size: calc(22px * 0.95);
}
}



@media screen and (max-width: 768px) {.gratSection {
    padding: 4rem 0;
}.gratSection .training-space {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.gratSection .training-space > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.gratSection h5 {
    font-size: calc(22px * 0.9);
}
}



@media screen and (max-width: 991px) {.leadership-profile .testimonial-corner {
    grid-template-columns: 1fr;
    gap: 3rem;
}.leadership-profile .img-round {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
    height: 350px;
    margin: 0 auto;
}.leadership-profile .exp-grid::before {
    top: -1.5rem;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 60%;
    left: 20%;
    height: 1px;
}.leadership-profile .testimonial-corner:hover .name,
    .leadership-profile .testimonial-corner:hover .exp-grid div:nth-child(2),
    .leadership-profile .testimonial-corner:hover .job-skillsEXqgh {
    transform: translateX(0);
}}



@media (max-width: 768px) {.chrome-ext .help-form {
    clip-path: none;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
}.chrome-ext .nav-mentor {
    grid-template-columns: 1fr;
}.chrome-ext .header-sitebar h5,
    .chrome-ext .subscribe_holder h5 {
    display: block;
    text-align: center;
}.chrome-ext .header-sitebar h5::after {
    transform: translateX(-50%);
    left: 50%;
}.chrome-ext .subscribe_holder p {
    text-align: center;
}
}



@media (min-width: 768px) {.opening-board > div {
    flex-direction: row;
    align-items: center;
}.opening-board > div > div:first-child {
    flex: 1;
    padding-right: 5%;
}.opening-board .start-home {
    flex: 1.2;
    margin-top: 0;
}.opening-board .course-first {
    font-size: calc(38px * 1.4);
}.opening-board .learn-learn {
    min-height: 450px;
}
}



@media (max-width: 480px) {.opening-board {
    padding: 40px 15px;
}.opening-board > div {
    gap: 30px;
}.opening-board .course-first {
    font-size: 36px;
}.opening-board .learn-learn {
    min-height: 320px;
}.opening-board .learn-learn span {
    padding: 20px;
}
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(147,163,159,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(147,163,159);
    }
}



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



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}



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



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



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



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



@keyframes riseUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

