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

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    z-index: 99;
    background: linear-gradient(135deg, rgb(227,233,225), #ffffff);
    overflow: visible;
}

.customer_opinions2::after {
    content: "";
    z-index: 0;
    background: radial-gradient(circle at 30% 50%, rgb(155,173,152,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    top: 0;
}

.customer_opinions2 .feedback_panelT {
    gap: 3rem;
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    transform-style: preserve-3d;
    padding: 3rem 0;
    scrollbar-color: rgb(194,208,191) rgb(227,233,225);
    scrollbar-width: thin;
    flex-wrap: nowrap;
}

.customer_opinions2 .feedback_slider6::before {
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(194,208,191,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    opacity: 0.4;
    top: 0;
}

.customer_opinions2 .feedback_slider6 p {
    color: #000000;
    font-weight: 600;
    transform: translateY(-10px);
    margin: 0;
    font-size: 21px;
    text-align: center;
}

.customer_opinions2 .feedback_slider6:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}

.customer_opinions2 .feedback_slider6:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}

.customer_opinions2 .feedback_slider6:nth-child(3n+2)::after {
    filter: blur(10px);
    transition: all 0.3s ease;
    background: rgb(194,208,191,0.5);
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
    width: 40px;
    height: 40px;
    right: -15px;
    top: -15px;
    content: "";
}

.course_benefitsk .container {
    display: grid;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    gap: 40px;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
}

.course_benefitsk .study_tracksS {
    justify-content: center;
    flex-direction: column;
    display: flex;
    position: relative;
}

.course_benefitsk h1 {
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
    font-size: 47px;
    transform: translateY(0);
    font-weight: 700;
}

.course_benefitsk li {
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(20px);
    box-shadow: 0 6px 15px rgba(rgba(0, 0, 0, 0.5), 0.06);
    border-left: 3px solid rgb(194,208,191);
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    animation: fade-up 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    padding: 18px 20px;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 0.3s ease;
}

.course_benefitsk svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    transform: rotate(-5deg);
    margin-top: 4px;
}

.our_storyX::before {
    transform: rotate(-15deg);
    width: 50%;
    top: -5%;
    content: "";
    right: -10%;
    background: linear-gradient(120deg, rgb(194,208,191,0.5) 0%, transparent 70%);
    height: 70%;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
}

.our_storyX h1 {
    padding-bottom: 1rem;
    font-size: 48px;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    letter-spacing: 1px;
    color: #000000;
    transform: translateX(-0.5rem);
}

.our_storyX .proof_statso {
    padding: 2.5rem;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 2px;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.our_storyX .proof_statso:hover h4 {
    transform: translateX(0.5rem);
}

.our_storyX .proof_statso:hover h4::after {
    width: 5rem;
}

.our_storyX .proof_statso div {
    max-height: 300px;
    font-size: 16px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 0.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
}

.contact_informationI .pic_hoverl {
    width: 100%;
    left: 0;
    height: 50%;
    top: 0;
    position: absolute;
    z-index: 0;
}

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

.contact_informationI .help_reach6 {
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.contact_informationI input[type="text"]::placeholder,
.contact_informationI textarea::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact_informationI textarea {
    height: 120px;
    resize: none;
}

.contact_informationI .query_mapz {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact_informationI .query_mapz label {
    font-size: 13px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
}

.contact_informationI .query_mapz input[type="checkbox"]:checked + label::after {
    content: '';
    height: 12px;
    top: 4px;
    left: 8px;
    border: solid #ffffff;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}

.contact_informationI .support_blockc {
    background: #000000;
    display: flex;
    flex: 1;
    color: #ffffff;
    padding: 60px 40px;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.contact_informationI .support_blockc h4 {
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.contact_informationI .inquiry_queryy li:hover {
    transform: translateX(5px);
}

.contact_informationI .inquiry_queryy svg path {
    fill: rgb(194,208,191);
}

.contact_informationI .inquiry_queryy span {
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.gratitudeWebr::after {
    content: "";
    right: -10%;
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
    top: 20%;
    width: 50%;
    background: rgb(194,208,191);
    opacity: 0.03;
    position: absolute;
}

.gratitudeWebr h2 {
    font-weight: 700;
    font-size: 34px;
    transform: translateZ(30px);
    position: relative;
    opacity: 0;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
}

.gratitudeWebr .study_tracksS::before {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(194,208,191,0.5) 0%, transparent 80%);
}

.gratitudeWebr .study_tracksS:hover::after {
    opacity: 0.05;
    transform: scale(1);
}

.gratitudeWebr li {
    z-index: 2;
    position: relative;
    padding-left: 30px;
}

.gratitudeWebr li span {
    display: block;
    line-height: 1.8;
    font-size: 14px;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    color: #000000;
}

.data_explorationD {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(194,208,191,0.5) 0%, rgb(227,233,225) 50%, rgb(155,173,152,0.5) 100%);
}

.data_explorationD .statistics_growthx {
    text-align: center;
    padding: 0 20px;
    grid-row: 1;
    position: relative;
    margin-bottom: 20px;
}

.data_explorationD .statistics_gaina::before {
    position: absolute;
    border-radius: 10px;
    left: 20%;
    background: linear-gradient(90deg, transparent, rgb(194,208,191), transparent);
    width: 60%;
    height: 6px;
    bottom: -15px;
    content: "";
}

.data_explorationD .fast_gainW:hover::before {
    transform: skewY(-2deg);
}

.data_explorationD .fast_gainW::after {
    height: 0;
    width: 3px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(194,208,191);
    transition: height 0.6s ease;
    top: 0;
}

.data_explorationD .fast_gainW:hover::after {
    height: 100%;
}

.data_explorationD .fast_gainW:nth-child(3n):hover::after {
    height: 3px;
    width: 100%;
}

.data_explorationD .fast_gainW:hover h4 {
    transform: scale(1.1);
}

.data_explorationD .fast_gainW span {
    opacity: 0.9;
    position: relative;
    font-size: 16px;
    max-width: 100%;
    font-weight: 400;
    color: #000000;
    text-align: center;
    transition: transform 0.3s ease 0.1s;
}

.data_explorationD svg {
    top: 20px;
    right: 20px;
    fill: rgb(194,208,191);
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0.5;
    height: 30px;
    width: 30px;
}

.data_explorationD .fast_gainW:nth-child(2) {
    animation-delay: 0.2s;
}

.data_explorationD .fast_gainW:nth-child(4) {
    animation-delay: 0.4s;
}

.take_a_spinD {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(227,233,225) 100%);
    padding: 130px 0;
}

.take_a_spinD::after {
    left: -200px;
    border-radius: 50%;
    height: 400px;
    content: '';
    width: 400px;
    position: absolute;
    border: 40px solid rgb(155,173,152,0.5);
    bottom: -200px;
    z-index: 1;
    opacity: 0.1;
}

.take_a_spinD .container::before {
    height: 80px;
    background: rgb(194,208,191);
    top: 0;
    content: '';
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 80px;
    right: 0;
    position: absolute;
    z-index: 1;
}

.take_a_spinD .help_sectionk {
    text-decoration: none;
    z-index: 5;
    margin: 0 auto;
    display: block;
    height: 60px;
    border: 2px solid rgb(194,208,191);
    width: 220px;
    position: relative;
    background: transparent;
    font-size: 17px;
    color: rgb(194,208,191);
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    transition: all 0.4s ease;
}

.title_boardr {
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgb(155,173,152,0.5) 100%);
    display: flex;
}

.title_boardr .intro_headH {
    z-index: 2;
    gap: 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1300px;
    position: relative;
}

.title_boardr .intro_headH > div:first-child p::before {
    content: "";
    left: 0;
    height: calc(100% - 1rem);
    top: 0.5rem;
    width: 4px;
    background: rgb(194,208,191);
    transform-origin: top;
    position: absolute;
    transform: scaleY(0);
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.title_boardr .achieve_statsk > div::before {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}

.title_boardr .achieve_statsk h3::before {
    height: 3px;
    animation: scaleLineRight 0.6s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    left: 2rem;
    background: rgb(194,208,191);
    transform-origin: left;
    top: 1.5rem;
    width: 60px;
    transform: scaleX(0);
}

.title_boardr .achieve_statsk > div > div > div::before {
    bottom: -10px;
    width: calc(100% - 4rem);
    height: 2px;
    transform: scaleX(0);
    content: "";
    left: 2rem;
    animation: scaleLineRight 0.6s 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
    background: rgb(194,208,191);
}

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

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

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

.instructor_historyS .feedback_slider6 {
    gap: 3rem;
    align-items: center;
    z-index: 2;
    transform: translateX(5%);
    flex-direction: row;
    position: relative;
    display: flex;
}

.instructor_historyS .pic_hoverl:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}

.instructor_historyS .job_blockz::after {
    opacity: 0.6;
    left: 30px;
    transition: all 0.5s ease;
    bottom: -10px;
    content: "";
    background: rgb(155,173,152);
    position: absolute;
    width: 85%;
    height: 10px;
    filter: blur(8px);
}

.instructor_historyS .career_progressi {
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.6;
    font-style: italic;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}

.program_overviewD::before {
    right: -10%;
    content: "";
    height: 70%;
    z-index: 1;
    transform: rotate(-15deg) skewX(-15deg);
    opacity: 0.07;
    top: -5%;
    animation: float 15s infinite alternate ease-in-out;
    background: linear-gradient(145deg, rgb(194,208,191,0.5) 10%, rgb(155,173,152,0.5) 90%);
    filter: blur(20px);
    position: absolute;
    width: 35%;
}

.program_overviewD .pic_hoverl::before {
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    height: 100%;
    position: absolute;
    content: "";
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
}

.program_overviewD .text_innerI {
    position: relative;
    padding: 1.5rem 0;
    transform: translateZ(0);
}

.program_overviewD h3 {
    color: #000000;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(22px * 1.1);
    opacity: 1;
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateY(0);
    padding-left: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.program_overviewD .text_innerI div::after {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    height: 30px;
    content: "";
    background: linear-gradient(to top, rgb(227,233,225) 20%, transparent);
    right: 0;
    width: 25%;
    opacity: 0.8;
}

.plan_chooserk h2 {
    text-align: center;
    font-weight: 700;
    position: relative;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 20px;
}

.plan_chooserk .pricing_tiersg li:nth-child(1) {
    --i: 0;
}

.plan_chooserk .pricing_tiersg li:nth-child(2) {
    --i: 1;
}

.plan_chooserk .pricing_tiersg li:nth-child(4) {
    --i: 3;
}

.plan_chooserk .pricing_feesK:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}

.plan_chooserk .pricing_feesK:hover .discount_gridd {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(194,208,191,0.5), 0.15);
    border-color: rgba(rgb(194,208,191,0.5), 0.3);
}

.plan_chooserk .pricing_feesK:hover .discount_gridd::before {
    opacity: 1;
}

.plan_chooserk .discount_plank {
    height: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 1;
}

.plan_chooserk .discount_plank h4::after {
    background: linear-gradient(90deg, rgb(194,208,191), rgba(rgb(194,208,191,0.5), 0.5));
    content: "";
    height: 3px;
    transition: transform 0.4s ease;
    display: block;
    margin-top: 10px;
    transform-origin: left;
    transform: scaleX(0.7);
    width: 50px;
}

.plan_chooserk .deal_optsK::before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(194,208,191), transparent);
    height: 1px;
    position: absolute;
}

.privacy_haveno::after {
    right: 0;
    height: 100%;
    top: 0;
    width: 15vw;
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(rgb(194,208,191,0.5), 0.08));
    content: '';
}

.privacy_haveno h1 {
    margin: 0 0 2rem;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
    font-size: 46px;
    padding: 2rem 0 1rem;
    position: relative;
    transform: translateX(-0.5rem);
    line-height: 1.2;
}

.privacy_haveno h1 {
    margin-bottom: 1.25rem;
    font-size: calc(46px * 0.7);
}

.privacy_haveno h2 {
    color: #000000;
    line-height: 1.3;
    padding-left: 1rem;
    font-size: 31px;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    position: relative;
}

.privacy_haveno h4 {
    background: rgba(rgb(194,208,191,0.5), 0.08);
    color: #000000;
    display: inline-block;
    border-radius: 2px;
    font-size: calc(31px * 0.7);
    padding: 0.35rem 0.75rem;
    font-weight: 600;
    margin: 1.75rem 0 1rem;
}

.privacy_haveno p strong::after {
    position: absolute;
    background: rgba(rgb(194,208,191,0.5), 0.3);
    height: 2px;
    bottom: -2px;
    width: 100%;
    left: 0;
    content: '';
}

.privacy_haveno span {
    line-height: 1.7;
    border-left: 2px solid rgb(155,173,152);
    display: block;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.95);
    background: linear-gradient(to right, rgba(rgb(155,173,152,0.5), 0.05), transparent);
    padding: 1.25rem;
}

.footnote_refP .case_studyg {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.footnote_refP .get_helpj::before {
    left: 50%;
    width: 50%;
    animation: scanLine 4s infinite linear;
    height: 2px;
    transform: translateX(-50%);
    top: -2px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(155,173,152), transparent);
}

.footnote_refP .info_item a:hover {
    box-shadow: 0 0 15px rgb(194,208,191,0.5);
    background: #000000;
    border-color: rgb(194,208,191,0.5);
}

.footnote_refP .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 2rem;
}

.footnote_refP .head_mentorm svg {
    max-width: 180px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(194,208,191,0.5));
    transition: filter 0.3s ease;
}

.footnote_refP .main_knowg h5 {
    padding-bottom: 0.75rem;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}

.footnote_refP .nav_sitebar5 {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footnote_refP .nav_sitebar5 a::before {
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(155,173,152);
    height: 5px;
    left: 0;
}

.footnote_refP .subscribe_holder::before {
    left: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at top right, rgb(194,208,191,0.5) 0%, transparent 70%);
    content: '';
}

.footnote_refP .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(194,208,191,0.5);
    outline: none;
    border-color: rgb(194,208,191);
}

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

.footnote_refP .brainstormT {
    margin-top: 3rem;
    padding-top: 1.5rem;
    position: relative;
    border-top: 1px solid rgb(155,173,152,0.5);
    text-align: center;
}

header .main_based {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
    display: flex;
}

header .main_based::after {
    right: 0;
    bottom: 10px;
    background: linear-gradient(to left, rgb(155,173,152), transparent);
}

header .main_based .head_mentorm {
    z-index: 2;
    position: relative;
}

header .main_based .head_mentorm:hover::before {
    transform: rotate(15deg) scale(1.1);
}

header .main_based .head_mentorm:hover .main_pagek {
    transform: translateY(-3px);
}

header .main_based .main_knowg {
    display: flex;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

header .main_based .main_knowg:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}

header .main_based .main_knowg .top_mainbara a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}

header .main_based .main_knowg .top_mainbara a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}

header .main_based .main_knowg .top_mainbara:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(155,173,152);
}

header .main_based .main_knowg .top_mainbara:hover {
    animation: menu-wobble 1s ease;
}

.education_frameworky::after {
    animation: floatBlob 20s infinite alternate ease-in-out;
    content: "";
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
    z-index: 0;
    width: 80%;
    right: -10%;
    top: -10%;
    height: 80%;
    opacity: 0.2;
    background: rgb(194,208,191,0.5);
}

.education_frameworky h3 {
    position: relative;
    font-size: 32px;
    color: #000000;
    text-align: center;
    animation: paperCut 0.8s ease-out forwards;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    margin: 0;
    transform: rotate(-1deg);
    border-radius: 17px;
    font-weight: 700;
    padding: 2rem;
}

.education_frameworky span::after {
    height: 16px;
    width: 70%;
    border-radius: 8px;
    right: 15%;
    bottom: -8px;
    content: "";
    background: rgb(194,208,191,0.5);
    z-index: -2;
    transform: rotate(-1deg);
    position: absolute;
}


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



@media (max-width: 992px) {.customer_opinions2 {
    padding: 6rem 1rem;
}.customer_opinions2 h2 {
    margin-bottom: 3rem;
    font-size: calc(32px * 1.2);
}.customer_opinions2 .feedback_panelT {
    gap: 2.5rem;
    padding: 2.5rem 0;
}.customer_opinions2 .feedback_slider6 {
    padding: 1.8rem;
    flex: 0 0 270px;
}.customer_opinions2 .feedback_slider6 img {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 480px) {.customer_opinions2 {
    padding: 4rem 0.5rem;
}.customer_opinions2 .feedback_panelT {
    padding: 1.5rem 0;
    gap: 1.5rem;
}.customer_opinions2 .feedback_slider6 {
    transform: rotateY(0) translateZ(0) !important;
    flex: 0 0 85%;
}.customer_opinions2 .feedback_slider6:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}



@media (max-width: 1024px) {.course_benefitsk {
    padding: 90px 0;
}.course_benefitsk .container {
    gap: 30px;
    grid-template-columns: 1fr;
}.course_benefitsk .pic_hoverl {
    max-height: 400px;
    display: block;
    margin: 0 auto;
    width: 90%;
}.course_benefitsk ul {
    grid-template-columns: 1fr;
}.course_benefitsk h1 {
    font-size: calc(47px * 0.9);
}
}



@media (max-width: 480px) {.course_benefitsk {
    padding: 50px 0;
}.course_benefitsk .pic_hoverl {
    max-height: 250px;
}.course_benefitsk h1 {
    font-size: calc(47px * 0.7);
}.course_benefitsk h1::after {
    height: 3px;
    width: 60px;
}.course_benefitsk li {
    padding: 12px;
}.course_benefitsk li p {
    font-size: calc(14px * 0.9);
}.course_benefitsk svg {
    height: 16px;
    width: 16px;
}}



@media (max-width: 767px) {.our_storyX {
    padding: 4rem 0;
}.our_storyX .container {
    padding: 0 1.5rem;
}.our_storyX h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2.5rem;
}.our_storyX .who_mentors9 ul {
    gap: 2rem;
}.our_storyX .proof_statso {
    padding: 1.5rem;
}.our_storyX .proof_statso h4 {
    margin-bottom: 1rem;
    font-size: 22px;
}.our_storyX .proof_statso div {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 576px) {.contact_informationI {
    padding: 60px 0;
}.contact_informationI .pic_hoverl {
    height: 20%;
}.contact_informationI h3 {
    font-size: calc(44px * 0.7);
    margin-bottom: 30px;
}.contact_informationI .support_sectioni,
    .contact_informationI .support_blockc {
    padding: 25px 20px;
}.contact_informationI input[type="text"],
    .contact_informationI textarea {
    padding: 12px 0;
    margin-bottom: 20px;
}.contact_informationI .help_sectionk {
    padding: 14px 20px;
    width: 100%;
}.contact_informationI .inquiry_queryy li {
    margin-bottom: 20px;
}.contact_informationI .inquiry_queryy svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}}



@media (hover: none) {.gratitudeWebr .study_tracksS:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.gratitudeWebr .study_tracksS:hover::after {
    opacity: 0;
}}



@media (max-width: 576px) {.data_explorationD {
    padding: 50px 0;
}.data_explorationD .container {
    padding: 0 15px;
    gap: 40px;
}.data_explorationD .statistics_gaina {
    font-size: 30px;
}.data_explorationD .statistics_supportB {
    font-size: calc(16px * 0.9);
}.data_explorationD .fast_gainW {
    height: 180px;
    padding: 20px;
}.data_explorationD .fast_gainW h4 {
    font-size: calc(30px * 1.3);
}.data_explorationD .fast_gainW span {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 480px) {.take_a_spinD {
    padding: 70px 0;
}.take_a_spinD .container {
    padding: 30px;
}.take_a_spinD .container p {
    margin-bottom: 25px;
    font-size: calc(14px * 1.2);
}.take_a_spinD .container::before,
    .take_a_spinD .container::after {
    width: 50px;
    height: 50px;
}.take_a_spinD .help_sectionk {
    height: 45px;
    font-size: calc(17px * 0.9);
    width: 160px;
    line-height: 45px;
}}


@media only screen and (max-width: 768px) {.cookie_notice_windoww .container {
    align-items: center;
    flex-direction: column;
}.user_status1 {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie_updatesZ {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_window8 {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (min-width: 768px) {.program_overviewD {
    padding: 8rem 0;
}.program_overviewD .skill_explorerW {
    align-items: center;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.5rem;
}.program_overviewD .pic_hoverl {
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.program_overviewD h3 {
    font-size: calc(22px * 1.3);
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}.program_overviewD h3::before {
    width: 5px;
}.program_overviewD p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}



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



@media (max-width: 480px) {.plan_chooserk {
    padding: 50px 0;
}.plan_chooserk h2 {
    font-size: calc(30px * 0.8);
}.plan_chooserk .program_feesU {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.plan_chooserk .discount_gridd {
    padding: 20px;
}.plan_chooserk .discount_plank h4 {
    margin-bottom: 10px;
    font-size: calc(21px * 0.95);
}.plan_chooserk .deal_optsK {
    font-size: calc(21px * 1.1);
}}



@media (max-width: 1024px) {.footnote_refP {
    padding: 4rem 0 1rem;
}.footnote_refP .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.footnote_refP .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 480px) {.footnote_refP {
    padding: 2.5rem 0 1rem;
}.footnote_refP .info_item p, 
    .footnote_refP .info_item a {
    font-size: calc(18px - 3px);
}.footnote_refP .main_knowg h5, 
    .footnote_refP .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.footnote_refP .nav_sitebar5 a, 
    .footnote_refP .subscribe_holder p {
    font-size: calc(18px - 2px);
}.footnote_refP .knowl_baseM {
    font-size: calc(16px - 2px);
}}



@media (max-width: 767px) {header .main_based {
    padding: 15px 10px;
}header .main_based .head_mentorm .main_pagek svg {
    height: 40px;
}header .main_based .main_knowg .top_mainbara a {
    padding: 6px 10px;
    font-size: calc(14px - 2px);
}}



@media (max-width: 768px) {.education_frameworky {
    padding: 5rem 1rem;
}.education_frameworky h3 {
    padding: 1.5rem;
    transform: rotate(0deg);
    --rotation: 0deg;
    font-size: calc(32px * 0.8);
}.education_frameworky span {
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
    --rotation: 0deg;
    transform: rotate(0deg);
}.education_frameworky .study_tracksS {
    gap: 2rem;
}.education_frameworky h3::after,
    .education_frameworky span::after {
    width: 80%;
    left: 10%;
    right: 10%;
    transform: rotate(0deg);
}
}




@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}



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



@keyframes slideUpFade {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(-18deg) translateY(20px);
    }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

