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

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 100;
    padding: 0;
    background: linear-gradient(135deg, rgb(214,181,193,0.5) 0%, rgb(187,148,171,0.5) 100%);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav_mentor20 {
    flex: 1 0 auto;
}

.learning_profits65::before {
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(214,181,193,0.5), 0.03) 0%, transparent 50%),
                     radial-gradient(circle at 90% 90%, rgba(rgb(187,148,171,0.5), 0.05) 0%, transparent 50%);
    height: 100%;
    left: 0;
}

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

.learning_profits65 .insight_box06 {
    transform: translateY(0);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border-left: 3px solid rgb(214,181,193);
    backdrop-filter: blur(10px);
    flex: 1;
    padding: 30px;
    background: linear-gradient(to right bottom, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.7));
}

.learning_profits65 .insight_box06:hover h4::after {
    transform: scaleX(1.5);
}

.learning_profits65 .insight_box06 > div {
    margin-bottom: 20px;
}

.learning_profits65 .insight_box06 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.learning_profits65 .insight_box06 li:hover {
    transform: translateX(5px);
}

.learning_profits65 .insight_box06 p span:first-child {
    margin-top: 2px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    transform: translateY(0);
    margin-right: 12px;
}

.learning_profits65 .insight_box06 p span:last-child {
    flex: 1;
}

.learning_profits65 li:hover svg {
    transform: scale(1.15);
}

.learning_profits65 svg path {
    transition: fill 0.3s ease;
    fill: rgb(214,181,193);
}

.learning_profits65 .image_box16 {
    filter: saturate(1.05) contrast(1.05);
    border-top: 4px solid rgb(214,181,193);
    border-radius: 0;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: auto;
    object-fit: cover;
    border-bottom: 4px solid rgb(187,148,171);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

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

.pricing_set93 h2::after {
    content: "";
    bottom: -12px;
    left: 50%;
    width: 80px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(214,181,193), rgb(187,148,171));
    transform: translateX(-50%);
}

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

.pricing_set93 .fee_chart41:hover {
    transform: translateY(-8px);
}

.pricing_set93 .annual_plan50 {
    overflow: hidden;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    backdrop-filter: blur(10px);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 4px;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
}

.pricing_set93 .price_grid46 h4 {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: calc(24px + 2px);
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
}

.pricing_set93 .price_grid46 p {
    word-wrap: break-word;
    font-size: 18px;
    opacity: 0.85;
    line-height: 1.6;
    flex-grow: 1;
    margin: 0 0 25px;
    white-space: normal;
    hyphens: auto;
    color: #ffffff;
    overflow-wrap: break-word;
}

.pricing_set93 .indv_sub56::before {
    background: linear-gradient(135deg, rgb(214,181,193,0.5) 0%, rgb(187,148,171,0.5) 100%);
    border-radius: 3px;
    position: absolute;
    inset: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0.6;
    content: "";
}

.testimonials61 {
    padding: 7rem 0 8rem;
    background: rgb(240,214,224);
    position: relative;
    overflow: hidden;
}

.testimonials61::after {
    right: -50px;
    background: rgb(187,148,171,0.5);
    bottom: -50px;
    filter: blur(80px);
    height: 200px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
    content: "";
    width: 200px;
}

.testimonials61 .container {
    position: relative;
    z-index: 1;
}

.testimonials61 h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 5rem;
    display: inline-block;
    position: relative;
    font-size: calc(37px * 1.3);
    transform: skewY(-3deg);
}

.testimonials61 h2::before,
.testimonials61 h2::after {
    height: 4px;
    content: "";
    position: absolute;
    background: rgb(214,181,193);
}

.testimonials61 h2::before {
    transform-origin: left;
    bottom: -15px;
    width: 60%;
    left: 0;
    animation: expandLine 1.5s ease-in-out infinite alternate;
}

.testimonials61 .rating_zone40 {
    z-index: 1;
    padding: 2rem;
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.testimonials61 .rating_zone40:nth-child(even) {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        20% 100%,
        0 80%
    );
    transform: rotate(2deg);
}

.testimonials61 .rating_zone40::before {
    transform: none;
    inset: 0;
    z-index: -1;
    position: absolute;
    transition: transform 0.3s ease;
    background: #ffffff;
    content: "";
}

.testimonials61 .rating_zone40::after {
    transition: transform 0.3s ease;
    opacity: 0;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(214,181,193), rgb(187,148,171));
    transform: none;
    z-index: -2;
}

.testimonials61 .rating_zone40:nth-child(4n+2):hover {
    transform: translateY(30px) rotate(0);
}

.testimonials61 .rating_zone40:nth-child(4n+3) {
    grid-column: auto / span 1;
    transform: translateY(-30px) rotate(2deg);
    grid-row: auto / span 1;
}

.testimonials61 .rating_zone40:nth-child(4n+4):hover {
    transform: translateY(10px) rotate(0);
}

.testimonials61 .rating_zone40 img {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    margin-bottom: 1.5rem;
    border: 3px solid #ffffff;
    width: 90px;
    z-index: 1;
    height: 90px;
}

.testimonials61 .rating_zone40:hover img {
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: rotate(0) scale(1.05);
}

.testimonials61 .rating_zone40:hover p {
    transform: translateY(-5px);
}

.testimonials61 .rating_zone40:hover .description {
    transform: translateY(-5px);
}

.testimonials61 .rating_zone40 .description::after {
    position: absolute;
    width: 20%;
    height: 2px;
    background: rgb(214,181,193,0.5);
    left: 0;
    bottom: -10px;
    content: "";
    transition: width 0.3s ease;
}

.cookie_notice_message52 {
    position: fixed;
    background: rgb(240,214,224);
    justify-content: center;
    border-top: 3px solid rgb(214,181,193);
    padding: 1rem 0;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    display: flex;
    z-index: 90;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    bottom: 0;
}

.data_notice85 {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}

.learn_agree70 {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}

.learn_agree70 p {
    color: #000000;
    font-size: 1rem;
}

.policy_opt95 {
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    background: rgb(214,181,193);
    border: none;
}

.cookie_notice_message52 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(214,181,193);
}

footer .contest_info92::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
}

footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}

footer .info_item:nth-child(2) {
    transform: translateY(20px);
}

footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}

footer .info_item:nth-child(4) {
    transform: translateY(10px);
}

footer .info_item:hover {
    background-color: rgb(187,148,171,0.5);
    transform: scale(1.05) translateY(0);
    z-index: 2;
}

footer .info_item p,
footer .info_item a {
    font-size: 15px;
    text-align: center;
    max-width: 80%;
    text-decoration: none;
    color: #ffffff;
}

footer .head_primary07, footer .top_mainwrap57, footer .subscribe_holder {
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    background-color: rgb(214,181,193,0.5);
    flex: 1 1 300px;
    max-width: 400px;
    transition: all 0.3s ease;
    padding: 30px;
    display: flex;
    overflow: hidden;
    border-radius: 13px;
    flex-direction: column;
    text-align: center;
    position: relative;
}

footer .top_mainwrap57::before {
    right: -50px;
    bottom: -50px;
    background-color: rgb(187,148,171);
}

footer .subscribe_holder::before {
    bottom: -50px;
    background-color: rgb(214,181,193);
    left: -50px;
}

footer .sec_cert50 {
    color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
    line-height: 1.6;
    font-size: 15px;
}

footer .top_mainwrap57 h5::after, footer .subscribe_holder h5::after {
    width: 40px;
    bottom: -8px;
    background-color: #ffffff;
    left: 50%;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
}

footer .head_study90 {
    max-width: 300px;
    margin-bottom: 20px;
    justify-content: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

footer .head_study90 a:hover {
    background-color: rgb(187,148,171,0.5);
    transform: translateY(-3px);
}

footer .input_holder {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 300px;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(214,181,193,0.5);
    background-color: rgba(255, 255, 255, 0.3);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .sub_cta62:hover {
    transform: translateY(-3px);
    background-color: rgb(187,148,171);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .converter37 {
    margin-top: 60px;
    position: relative;
    text-align: center;
}

.course_fit_for98 {
    position: relative;
    background: linear-gradient(135deg, rgb(240,214,224) 0%, rgb(214,181,193,0.5) 100%);
    overflow: hidden;
    padding: 110px 0;
}

.course_fit_for98::before {
    left: 0;
    top: 0;
    z-index: 1;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(187,148,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(214,181,193,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
}

.course_fit_for98 .learning_growth84::before {
    width: 100px;
    position: absolute;
    background: rgb(187,148,171);
    right: -10px;
    z-index: -1;
    top: -10px;
    opacity: 0.3;
    border-radius: 10px;
    height: 100px;
    content: "";
    transform: rotate(-15deg) translateZ(-10px);
}

.course_fit_for98 h4 {
    position: relative;
    padding-bottom: 15px;
    color: rgb(214,181,193);
    margin-bottom: 35px;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
}

.course_fit_for98 h4::after {
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 70px;
    background: linear-gradient(90deg, rgb(214,181,193), rgb(187,148,171));
    transform: translateX(-50%);
    left: 50%;
}

.course_fit_for98 p::before {
    background: linear-gradient(to bottom, rgb(214,181,193), rgb(187,148,171));
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 4px;
    transition: all 0.3s ease;
    height: 100%;
    content: "";
}

.course_fit_for98 p::after {
    height: 100%;
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(214,181,193,0.5) 0%, transparent 100%);
    content: "";
    transition: all 0.4s ease;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
}

.course_fit_for98 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(214,181,193);
}

.course_fit_for98 p:hover svg {
    transform: scale(1.2);
}



.course_fit_for98 p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}



.course_fit_for98 .learning_growth84 > div p {
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
}

.course_fit_for98 .learning_growth84 > div p:nth-child(3) {
    animation-delay: 0.6s;
}

.course_fit_for98 .learning_growth84 > div p:nth-child(5) {
    animation-delay: 1s;
}

.our_team38 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
}

.our_team38::after {
    height: 200%;
    position: absolute;
    opacity: 0.3;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(214,181,193,0.5) 0%, transparent 70%);
    top: -50%;
    z-index: -1;
    left: -50%;
    width: 200%;
    content: "";
}

.our_team38 .insight_box06 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    transform: perspective(1000px) rotateX(2deg);
}

.our_team38 h1::after {
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(214,181,193), transparent);
    transform: scaleX(1);
    width: 80px;
    content: "";
    transform-origin: left;
    transition: transform 0.4s ease-out;
}

.our_team38 ul li h4::before {
    position: absolute;
    left: -20px;
    transform: translateY(-50%) scale(0);
    content: "";
    opacity: 0;
    width: 12px;
    background: rgb(214,181,193);
    top: 50%;
    transition: all 0.3s ease;
    height: 12px;
}

.our_team38 ul li span {
    overflow: hidden;
    line-height: 1.8;
    font-size: 12px;
    border-left: 3px solid rgb(214,181,193);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0.9;
    color: #ffffff;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 20px;
    display: block;
}

.our_team38 .insight_box06:hover ul li span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(5px);
}

.course_offering36::before {
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(187,148,171,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.15;
    top: 0;
    left: 0;
    z-index: 1;
}

.course_offering36::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(214,181,193,0.5),
        80px 200px 0 -1px rgb(187,148,171,0.5),
        200px 50px 0 -0.5px rgb(214,181,193,0.5),
        280px 160px 0 -1px rgb(187,148,171,0.5),
        320px 280px 0 -0.5px rgb(214,181,193,0.5);
}

.course_offering36 .image_box16 {
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    height: 350px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.course_offering36 .image_box16::after {
    filter: blur(30px);
    animation: floatOrbit 15s infinite ease-in-out;
    top: -10%;
    opacity: 0.15;
    width: 50px;
    background: rgb(187,148,171);
    height: 50px;
    right: -10%;
    position: absolute;
    border-radius: 50%;
    content: "";
}

.course_offering36 h3 {
    font-size: calc(18px * 1.1);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 1rem;
    transform-origin: left center;
    line-height: 1.3;
}

.course_offering36 .description {
    color: #000000;
    line-height: 1.8;
    transition: color 0.3s ease;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 16px;
}

.course_offering36 span.description {
    column-gap: 2rem;
    column-count: 1;
    position: relative;
    display: block;
    padding: 0.5rem 0;
}

.course_offering36 .image_box16:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course_offering36 .insight_box06::after {
    right: 10%;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    border: 1px solid rgb(187,148,171,0.5);
    bottom: 10%;
    width: 100px;
    content: "";
    opacity: 0.2;
    pointer-events: none;
}

.greeting_page80 .edu_expert84::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(214,181,193), 0.85) 0%,
        rgba(rgb(187,148,171), 0.75) 50%,
        rgba(rgb(214,181,193), 0.65) 100%);
    z-index: 1;
    content: '';
    width: 100%;
    backdrop-filter: blur(8px);
    animation: gradientShift 15s infinite alternate ease-in-out;
    transform-origin: center;
}

.greeting_page80 .learn_pro72 {
    padding: 3rem;
    position: relative;
    animation: fadeInUp 1s ease-out forwards;
    width: 90%;
    background: rgba(#ffffff, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 3px solid rgb(187,148,171);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    transform-style: preserve-3d;
    backdrop-filter: blur(12px);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    z-index: 5;
    max-width: 1200px;
}

.greeting_page80 .learn_pro72:hover::before {
    opacity: 1;
}

.greeting_page80 h1 {
    position: relative;
    color: #ffffff;
    transform: translateZ(40px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-size: calc(39px * 1.2);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 2rem;
}

.greeting_page80 .learn_pro72:hover h1::after {
    transform: scaleX(1);
}

.greeting_page80 p {
    padding-top: 1rem;
    font-weight: 400;
    transform: translateZ(10px);
    color: rgba(#ffffff, 0.8);
    font-size: calc(14px * 1.2);
    position: relative;
    max-width: 85%;
    line-height: 1.6;
    border-top: 1px solid rgba(255,255,255,0.1);
    animation: fadeIn 1.2s 0.5s both;
}

.mentorship_profile67::before {
    width: 100%;
    mix-blend-mode: screen;
    content: "";
    position: absolute;
    background: 
    radial-gradient(circle at 25% 25%, rgb(214,181,193,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(187,148,171,0.5) 0%, transparent 40%);
    height: 100%;
    animation: morphBackground 15s infinite alternate ease-in-out;
    left: 0;
    top: 0;
}

.mentorship_profile67 .image_box16 {
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    height: 420px;
    transform: perspective(1000px) rotateY(-8deg);
    border-radius: 21px;
    z-index: 3;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(214,181,193,0.5);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: photo;
}

.mentorship_profile67 .name {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    transform: perspective(1000px) rotateY(5deg);
    color: #ffffff;
    font-size: 38px;
    margin: 0;
    align-self: end;
    transform-origin: left center;
    grid-area: name;
}

.mentorship_profile67 .rating_zone40:hover .name::after {
    transform: scaleX(1);
}

.mentorship_profile67 .rating_zone40:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}

.mentorship_profile67 .career_timeline93 {
    grid-area: quote;
    position: relative;
    padding: 35px;
    backdrop-filter: blur(10px);
    font-weight: 300;
    margin: 30px 0 0;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 21px;
    font-size: 16px;
    z-index: 2;
    border-left: 4px solid rgb(214,181,193);
    line-height: 1.7;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.gratArea08::before {
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
    width: 40%;
    opacity: 0.4;
    top: -10%;
    filter: blur(40px);
    animation: float 12s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    height: 70%;
    left: -5%;
    background: linear-gradient(145deg, rgb(187,148,171,0.5) 0%, transparent 80%);
}

.gratArea08 .container {
    max-width: 1200px;
    z-index: 3;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.gratArea08 h2 {
    transform: translateY(20px);
    margin-bottom: 40px;
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    font-weight: 700;
    font-size: 31px;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: -0.02em;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}

.gratArea08 h2 {
    line-height: 1.4;
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}

.gratArea08 .learning_growth84 {
    position: relative;
    opacity: 0;
    padding: 50px 40px;
    overflow: hidden;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    background: #ffffff;
}

.gratArea08 .learning_growth84 {
    padding: 30px 20px;
}

.gratArea08 li {
    padding-left: 25px;
    position: relative;
}

.gratArea08 li {
    padding-left: 20px;
}

.gratArea08 span {
    font-weight: 400;
    display: block;
    line-height: 1.8;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 16px;
    color: #000000;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
}

.gratArea08 span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}

.privacy_bastion08::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(187,148,171,0.5), 0.03) 0%,
        rgba(rgb(187,148,171,0.5), 0.08) 60%, 
        rgba(rgb(187,148,171,0.5), 0.15) 100%);
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    content: "";
}

.privacy_bastion08 .container {
    transition: transform 0.5s ease-out;
    margin: 0 auto;
    background: #ffffff;
    transform: perspective(1000px) rotateY(0.5deg);
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    max-width: 1140px;
    padding: 3rem;
    position: relative;
    border-left: 4px solid rgb(214,181,193);
    z-index: 2;
    transform-origin: left center;
}

.privacy_bastion08 h1::before {
    transform-origin: left;
    bottom: -1px;
    transform: scaleX(1);
    height: 3px;
    content: "";
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(214,181,193), rgb(187,148,171));
    width: 30%;
    position: absolute;
}

.privacy_bastion08 h3 {
    border-bottom: 1px dashed rgba(rgb(187,148,171,0.5), 0.2);
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(34px * 0.8);
    padding-bottom: 0.8rem;
}

.privacy_bastion08 p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    max-width: 95%;
}

.privacy_bastion08 strong {
    font-weight: 600;
    color: rgb(214,181,193);
}

.privacy_bastion08 ul {
    list-style-type: none;
    padding-left: 1.2rem;
    margin: 1.5rem 0 2.5rem;
}

.privacy_bastion08 li {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: 13px;
}

.privacy_bastion08 li:hover::before {
    transform: rotate(135deg);
    background: rgb(214,181,193);
}

header::before {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(214,181,193,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(187,148,171,0.5) 0%, transparent 30%);
    content: '';
}

header .head_primary07:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
}

header .nav_learn87 {
    transition: all 0.3s ease;
    display: block;
}

header .nav_learn87 img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .header_master34 {
    margin: 0 0.3rem;
    position: relative;
}

header .header_master34 a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

header .header_master34 a::before {
    content: '';
    z-index: -1;
    left: 0;
    border-radius: 30px;
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
}

header .header_master34:hover::after {
    width: 70%;
}

header .first_class19::before {
    position: absolute;
    right: -20px;
    height: 100px;
    border-radius: 50%;
    top: -20px;
    width: 100px;
    content: '';
    z-index: -1;
    opacity: 0.5;
    background: rgb(214,181,193,0.5);
    filter: blur(40px);
}

header .nav_mentor20 {
    z-index: 1;
    background: rgb(240,214,224);
    position: relative;
    padding-top: 2rem;
}



header .head_primary07::after {
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    bottom: -20px;
    height: 20px;
    opacity: 0.5;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    content: '';
    position: absolute;
}

.enroll_instantly74::before {
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    height: 100%;
    transform: translateZ(-10px);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}

.enroll_instantly74 .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    animation: containerReveal 0.8s ease-out forwards;
    margin: 0 auto;
    position: relative;
}

.enroll_instantly74 .container div {
    display: flex;
    transform: translateZ(30px);
    animation: buttonContainer 0.5s ease-out 0.4s both;
    justify-content: center;
    margin-top: 1.5rem;
    align-items: center;
}

.enroll_instantly74 .container div span::before {
    position: absolute;
    transform: scale(0.9);
    z-index: -1;
    border-radius: 24px;
    height: calc(100% + 20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255,255,255,0.2);
    width: calc(100% + 20px);
    left: -10px;
    content: "";
    opacity: 0;
    top: -10px;
}

.enroll_instantly74 .request_request15::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(187,148,171) 0%, rgb(214,181,193) 100%);
    top: 0;
    height: 100%;
}

.enroll_instantly74 .request_request15:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    color: #ffffff;
}

.enroll_instantly74 .request_request15 span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}

.reach_out74 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.reach_out74::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(187,148,171,0.5) 0%, transparent 50%, rgb(214,181,193,0.5) 100%);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.reach_out74 .reach_info32 {
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
    border-radius: 26px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
}

.reach_out74 .reach_list52::after {
    width: 150px;
    opacity: 0.3;
    bottom: -75px;
    height: 150px;
    background: rgb(214,181,193);
    position: absolute;
    left: -75px;
    border-radius: 50%;
    content: '';
}

.reach_out74 .reach_list52 div {
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    z-index: 5;
}

.reach_out74 .reach_list52 div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.reach_out74 .reach_list52 div span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.reach_out74 .reach_list52 div span a:hover {
    color: rgb(240,214,224);
    text-decoration: underline;
}

.reach_out74 .help_help41::before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(214,181,193), rgb(187,148,171));
    left: 0;
}

.reach_out74 .help_help41 h3::after {
    left: 0;
    width: 50px;
    bottom: -10px;
    height: 3px;
    position: absolute;
    content: '';
    background: rgb(187,148,171);
}

.reach_out74 form input[type="text"]:focus,
.reach_out74 form input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(rgb(187,148,171), 0.2);
    border-color: rgb(187,148,171);
    outline: none;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

.reach_out74 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.reach_out74 .connect_reach35 input[type="checkbox"] {
    width: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    height: 0;
}

.reach_out74 .connect_reach35 label::before {
    content: '';
    position: absolute;
    height: 22px;
    background: transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    top: 2px;
    width: 22px;
    left: 0;
    border: 2px solid rgb(187,148,171);
}

.reach_out74 .connect_reach35 label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(187,148,171);
}

.reach_out74 .connect_reach35 label a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.reach_out74 form .request_request15 {
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    padding: 16px 30px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(to right, rgb(214,181,193), rgb(187,148,171));
    color: #ffffff;
    position: relative;
    font-size: 15px;
}

.reach_out74 form .request_request15:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.reach_out74 .reach_list52 div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}


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



@media (min-width: 768px) {.learning_profits65 {
    padding: 150px 0;
}.learning_profits65 .learning_growth84 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.learning_profits65 .insight_box06 {
    padding: 40px;
}.learning_profits65 .insight_box06 h4 {
    font-size: calc(23px * 1.2);
}.learning_profits65 .insight_box06 > div {
    gap: 30px;
    display: flex;
}.learning_profits65 .insight_box06 > div > ul {
    flex: 1;
}.learning_profits65 .image_box16 {
    transform: perspective(1000px) rotateY(2deg);
    max-width: 500px;
}.learning_profits65 .image_box16:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 1200px) {.pricing_set93 {
    padding: 100px 0;
}.pricing_set93 .fee_board62 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 991px) {.pricing_set93 {
    padding: 80px 0;
}.pricing_set93 .fee_board62 {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_set93 .price_grid46 {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.pricing_set93 {
    padding: 50px 0;
}.pricing_set93 .price_grid46 {
    padding: 25px 20px;
}.pricing_set93 h2 {
    font-size: calc(30px - 6px);
}.pricing_set93 .pricing_tiers71 {
    font-size: calc(18px - 2px);
}}



@media (max-width: 768px) {.testimonials61 {
    padding: 5rem 0 6rem;
}.testimonials61 h2 {
    margin-bottom: 3.5rem;
    font-size: 37px;
    transform: skewY(-2deg);
}.testimonials61 .review_lounge80 {
    margin: 0 auto;
    gap: 2.5rem;
    max-width: 450px;
    grid-template-columns: 1fr;
}.testimonials61 .rating_zone40 {
    padding: 1.5rem;
}.testimonials61 .rating_zone40 img {
    height: 80px;
    width: 80px;
}
}



@media (max-width: 576px) {.testimonials61 {
    padding: 4rem 0 5rem;
}.testimonials61 .review_lounge80 {
    max-width: 320px;
}.testimonials61 .rating_zone40:nth-child(odd),
    .testimonials61 .rating_zone40:nth-child(even) {
    clip-path: none;
    transform: none;
}.testimonials61 .rating_zone40:hover {
    transform: translateY(-5px);
}}



@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}



@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}



@media (max-width: 576px) {footer .contest_info92 {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(15px - 1px);
}footer .top_mainwrap57 h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .head_study90 a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_cta62 {
    padding: 12px 15px;
}footer .netiquette59 {
    padding: 6px 15px;
}}



@media (max-width: 768px) {.course_fit_for98 {
    padding: 70px 0 90px;
}.course_fit_for98 .learning_growth84 {
    padding: 35px 25px;
}.course_fit_for98 h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.course_fit_for98 div > div {
    grid-template-columns: 1fr;
}.course_fit_for98::after {
    height: 60px;
}
}



@media (max-width: 992px) {.our_team38 {
    padding: 80px 0;
}.our_team38 .insight_box06 {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.our_team38 h1 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.85);
}
}



@media (max-width: 768px) {.our_team38 {
    padding: 60px 0;
}.our_team38 .insight_box06 {
    padding: 25px;
    transform: none;
}.our_team38 .insight_box06:hover {
    transform: translateY(-5px);
}.our_team38 h1 {
    font-size: calc(38px * 0.7);
    letter-spacing: 2px;
}.our_team38 ul li h4 {
    font-size: 24px;
}.our_team38 ul li span {
    font-size: calc(12px * 0.9);
    padding: 15px;
}
}



@media (min-width: 768px) {.course_offering36 .quick_progress17 {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_offering36 .image_box16 {
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.course_offering36 h3 {
    font-size: 36px;
    padding-left: 1.5rem;
}.course_offering36 span.description {
    column-count: 2;
}.course_offering36 .insight_box06::after {
    width: 150px;
    height: 150px;
}
}



@media (min-width: 1200px) {.course_offering36 .image_box16 {
    height: 600px;
}.course_offering36 h3 {
    margin-bottom: 2rem;
}.course_offering36 .insight_box06::before {
    width: 200px;
}
}



@media (max-width: 991px) {.greeting_page80 .edu_expert84 {
    min-height: 80vh;
}.greeting_page80 .learn_pro72 {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
    width: 95%;
}.greeting_page80 h1 {
    font-size: calc(37px * 1.1);
}.greeting_page80 h3 {
    font-size: calc(19px * 1.1);
    max-width: 95%;
}.greeting_page80 p {
    max-width: 100%;
    font-size: 14px;
}
}



@media (max-width: 480px) {.greeting_page80 .edu_expert84 {
    min-height: 60vh;
}.greeting_page80 .learn_pro72 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.5rem 1rem;
}.greeting_page80 h1 {
    font-size: calc(37px * 0.85);
    margin-bottom: 1.25rem;
}.greeting_page80 h3 {
    font-size: calc(14px * 1.1);
}.greeting_page80 p {
    font-size: 14px;
}}



@media (max-width: 576px) {.mentorship_profile67 {
    padding: 60px 0;
}.mentorship_profile67 .image_box16 {
    height: 250px;
    max-width: 250px;
}.mentorship_profile67 .name {
    font-size: 23px;
}.mentorship_profile67 .career_timeline93 {
    padding: 25px 20px;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 1024px) {.gratArea08 {
    padding: 100px 0 70px;
}.gratArea08 h2 {
    font-size: calc(31px * 0.9);
}.gratArea08 .learning_growth84 {
    padding: 40px 35px;
}
}



@media (max-width: 768px) {.gratArea08 {
    padding: 80px 0 60px;
}.gratArea08 h2 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.8);
}.gratArea08 h2::after {
    width: 60px;
    bottom: -12px;
}.gratArea08 .learning_growth84 {
    padding: 35px 30px;
}.gratArea08 span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 992px) {.privacy_bastion08 {
    padding: 4rem 1.5rem;
}.privacy_bastion08 .container {
    transform: perspective(800px) rotateY(0deg);
    padding: 2.5rem 2rem;
}.privacy_bastion08 h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
    padding-bottom: 1.2rem;
}.privacy_bastion08 h2 {
    font-size: calc(34px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}



@media (max-width: 576px) {.privacy_bastion08 {
    padding: 2rem 0.5rem;
}.privacy_bastion08 .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(214,181,193);
}.privacy_bastion08 h1 {
    font-size: calc(38px * 0.7);
}.privacy_bastion08 h2 {
    font-size: calc(34px * 0.7);
}.privacy_bastion08 h2::before {
    height: calc(100% - 0.8rem);
    top: 0.4rem;
    width: 3px;
}.privacy_bastion08 p, 
    .privacy_bastion08 span,
    .privacy_bastion08 li {
    font-size: calc(13px * 0.9);
    max-width: 100%;
}.privacy_bastion08 span {
    padding-left: 0.8rem;
}.privacy_bastion08 li::before {
    width: 6px;
    height: 6px;
}}



@media (min-width: 1400px) {header .first_class19 {
    margin: 0 auto;
    max-width: 1320px;
}header .header_master34 {
    margin: 0 0.5rem;
}header .header_master34 a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .first_class19 {
    padding: 0.8rem 1.2rem;
}header .head_primary07 {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .nav_learn87 img {
    max-height: 35px;
}header .top_mainwrap57 {
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .top_mainwrap57::-webkit-scrollbar {
    height: 3px;
}header .top_mainwrap57::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .header_master34 {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .header_master34 a {
    padding: 0.5rem 0.8rem;
    font-size: calc(13px - 2px);
    white-space: nowrap;
}header .header_master34::after {
    display: none;
}header .head_primary07::after {
    display: none;
}
}



@media (min-width: 992px) {.enroll_instantly74 {
    padding: 8rem 4rem;
}.enroll_instantly74::after {
    width: 150%;
    height: 150%;
}.enroll_instantly74 h6 {
    margin-bottom: 3.5rem;
    max-width: 70%;
    font-size: calc(21px * 1.5);
}.enroll_instantly74 .container div {
    margin-top: 2rem;
}.enroll_instantly74 .request_request15 {
    font-size: calc(20px * 1.1);
    padding: 1.1rem 3.5rem;
}
}



@media (max-width: 480px) {.enroll_instantly74 {
    padding: 3.5rem 1rem;
}.enroll_instantly74 h6 {
    line-height: 1.6;
    font-size: calc(21px * 0.9);
}.enroll_instantly74 .request_request15 {
    padding: 0.7rem 1.8rem;
    font-size: calc(20px * 0.9);
}}



@media screen and (max-width: 576px) {.reach_out74 {
    padding: 60px 0;
}.reach_out74 .container {
    width: 95%;
}.reach_out74 .reach_list52,
    .reach_out74 .help_help41 {
    padding: 30px 20px;
}.reach_out74 .reach_list52 h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.reach_out74 .help_help41 h3 {
    font-size: calc(24px * 0.9);
}.reach_out74 form input[type="text"],
    .reach_out74 form input[type="email"] {
    margin-bottom: 15px;
    padding: 14px 16px;
}.reach_out74 .connect_reach35 label {
    font-size: calc(13px * 0.9);
}.reach_out74 form .request_request15 {
    padding: 14px 20px;
}
}

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

@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}



@keyframes gradientShift {
    0% {
        opacity: 0.85;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.85;
        background-position: 100% 100%;
    }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(2deg) translateY(30px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



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



@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}



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



@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

