.wrapper-segment {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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


.about_this {
    background: rgb(196,197,202);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.about_this h2 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 38px;
}

.about_this .edu_heritage {
    grid-template-rows: auto auto;
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.about_this .quick_studies:nth-child(2) {
    grid-row: 1 / span 2;
    transform-origin: right center;
    grid-column: 2;
}

.about_this .quick_studies:nth-child(2) h3 {
    background: rgb(87,94,168);
}

.about_this .quick_studies:nth-child(2) p::first-letter {
    color: rgb(87,94,168);
}

.about_this .quick_studies:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(87,94,168,0.5), 0.1) 50%);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(149,150,177);
}

header .top_plank .elite_studypro {
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 10px 0;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
}

.plan_card h2 {
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateY(0);
    font-size: 34px;
    color: #ffffff;
}

.plan_card .premium_plan {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    text-decoration: none;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    display: block;
}

.plan_card .premium_plan:hover .learning_fee p {
    color: #ffffff;
}

.plan_card .premium_plan:hover .rate_choices {
    transform: scale(1.05);
}

.privacy_barrier {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    background-color: rgb(196,197,202);
}

.privacy_barrier ul {
    margin-left: 20px;
    list-style-type: disc;
}

.privacy_barrier ol {
    margin-left: 20px;
    list-style-type: decimal;
}

.privacy_barrier p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
    font-size: 12px;
}

.course_rewards .knowledge_hub {
    align-items: center;
    transition: transform 0.5s ease;
    flex-direction: row-reverse;
    transform: perspective(1000px) rotateY(-5deg);
    justify-content: space-between;
    display: flex;
}

.course_rewards .text_text:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(-20px) rotate(0deg);
}

.course_rewards h3::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(149,150,177) 0%, rgb(87,94,168) 100%);
    height: 4px;
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
}

.course_rewards li:hover p {
    color: #000000;
}

.course_rewards svg {
    height: 24px;
    margin-right: 10px;
    fill: rgb(149,150,177);
    transition: transform 0.3s ease;
    width: 24px;
}

.study_process::after {
    filter: blur(20px);
    height: 200px;
    content: "";
    transform: rotate(15deg) translateZ(50px);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotate-shape 30s infinite linear;
    top: -50px;
    width: 200px;
    opacity: 0.15;
    background: rgb(149,150,177,0.5);
    right: -50px;
    position: absolute;
}

.study_process .knowledge_hub:hover::before {
    transform: translateY(0);
    opacity: 1;
}

.study_process .knowledge_hub::after {
    bottom: 20px;
    position: absolute;
    content: "";
    opacity: 0;
    height: 1px;
    transform: translateY(10px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    background: linear-gradient(90deg, transparent, rgb(87,94,168,0.5), transparent);
    right: -20px;
    width: calc(100% + 40px);
}

.study_process .knowledge_hub:hover p {
    transform: translateY(5px);
}

.study_process p span::before {
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    opacity: 0.3;
    background: rgb(87,94,168,0.5);
    content: "";
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footnote_ref .company_holder {
    border-radius: 10px;
    position: relative;
    padding: 2rem 2.5rem;
    flex: 1 1 400px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.footnote_ref .company_holder h3::after {
    width: 80px;
    bottom: -0.5rem;
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(87,94,168);
    content: "";
}

.footnote_ref .main_lead .site_navbar {
    padding: 1rem 0;
    gap: 0;
    display: flex;
    flex-direction: column;
}

.footnote_ref .main_lead .site_navbar a::before {
    background: rgb(196,197,202);
    left: 0;
    height: 100%;
    width: 0;
    content: "";
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    top: 0;
}

.academy_info {
    padding: 2rem 0;
    position: relative;
    background: rgb(196,197,202);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
}

.tySpotlight::before {
    animation: rotateGradient 30s infinite linear;
    position: absolute;
    top: -50%;
    width: 200%;
    opacity: 0.2;
    left: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(149,150,177,0.5) 0%, transparent 70%);
    content: "";
}

.tySpotlight .knowledge_hub::before {
    height: 100%;
    animation: shimmer 4s infinite;
    left: -100%;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.tySpotlight h5 {
    font-size: calc(18px * 1.1);
    padding-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
    color: rgb(149,150,177);
    letter-spacing: 0.02em;
    position: relative;
}

.tySpotlight a::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgb(149,150,177,0.5) 0%, transparent 100%);
    position: absolute;
    opacity: 0;
}

header::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
    content: '';
    opacity: 0.6;
    background: linear-gradient(135deg, 
        rgb(149,150,177,0.5) 0%, 
        transparent 60%, 
        rgb(87,94,168,0.5) 100%);
}

header .site_head svg {
    transition: all 0.3s ease;
    width: 140px;
    height: auto;
}

header .main_top {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
    padding: 0.4rem 0.7rem;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    overflow: hidden;
}

.course_program_details::after {
    background: linear-gradient(
        rgb(87,94,168,0.5),
        transparent 20%,
        transparent 80%,
        rgb(149,150,177,0.5)
    );
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}

.course_program_details .description {
    transform: translateY(30px);
    font-size: calc(13px * 1.1);
    margin-bottom: 1.5rem;
    animation: slideUp 0.8s forwards;
    opacity: 0;
    position: relative;
    line-height: 1.8;
    color: #000000;
    animation-delay: 0.2s;
}

.course_program_details .image_holder:hover::before {
    opacity: 0.4;
}

.welcome_board .knowledge_hub {
    height: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    width: 100%;
}

.welcome_board .edu_main {
    width: 500%;
    height: 100%;
    display: flex;
    animation: carousel-slide-alt 25s ease-in-out infinite;
}

.welcome_board .text_text::before {
    opacity: 0.1;
    position: absolute;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(149,150,177,0.5),
        transparent 70%
    );
    width: 200%;
    top: -50%;
    content: '';
    animation: rotate-gradient 15s linear infinite;
    left: -50%;
}

.welcome_board .text_text p {
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    line-height: 1.7;
}

.welcome_board .text_text .help_reach:hover::before {
    left: 0;
}

.contact_panel {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(196,197,202) 0%, rgba(16, 22, 47, 0.95) 100%);
}



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

.contact_panel h2::after {
    bottom: -15px;
    height: 3px;
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
    border-radius: 1.5px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(149,150,177), rgb(87,94,168));
}

.contact_panel .image_holder {
    min-height: 550px;
    height: 100%;
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.contact_panel .message_request::before {
    border-left: 2px solid rgba(rgb(87,94,168), 0.6);
    border-bottom: 2px solid rgba(rgb(87,94,168), 0.6);
    width: 60px;
    content: "";
    position: absolute;
    height: 60px;
    left: 20px;
    bottom: 20px;
}

.contact_panel form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(149,150,177), 0.2);
    outline: none;
    border-color: rgb(149,150,177);
}

.contact_panel .connect_box label {
    font-size: 13px;
    padding-left: 35px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    cursor: pointer;
}

.contact_panel .connect_box label a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: rgb(149,150,177);
    transition: all 0.3s ease;
}

.contact_panel form .help_reach:hover::before {
    left: 0;
}

.contact_panel svg {
    width: 22px;
    fill: rgb(149,150,177);
    height: 22px;
}

.contact_panel svg path {
    transition: fill 0.3s ease;
    fill: rgb(149,150,177);
}

.privacy_ack {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.edu_cookies svg, .edu_cookies svg path, .edu_cookies img {
    height: 100px;
    fill: rgb(149,150,177);
    width: 100px;
}

.wrapper-segment .cookie_expand {
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(149,150,177);
    margin-left: 30px;
}

.statistical_data::after {
    top: -10%;
    width: 45%;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(45deg, rgb(149,150,177,0.5) 0%, transparent 70%);
    opacity: 0.2;
    right: -10%;
    filter: blur(30px);
    z-index: 0;
    height: 45%;
    position: absolute;
}

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

.statistical_data li:nth-child(6) {
    --i: 6;
}

.statistical_data .statistics_extra:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px) scale(1.02);
}

.statistical_data .statistics_extra span {
    position: relative;
    display: block;
    transform: translateX(0);
    color: rgb(87,94,168);
    padding-left: 1.2rem;
    font-size: calc(16px * 1.1);
    margin-bottom: 1rem;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.statistical_data .statistics_extra p::after {
    transition: transform 0.5s ease;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, rgb(87,94,168,0.5) 0%, transparent 100%);
    bottom: 5px;
    content: "";
    position: absolute;
    opacity: 0.3;
}

.locate h1:hover {
    transform: perspective(500px) translateZ(20px);
}

.locate h1::after {
    border-radius: 10px;
    position: absolute;
    height: 4px;
    bottom: -10px;
    left: 50%;
    background: linear-gradient(90deg, rgb(149,150,177) 0%, rgb(87,94,168) 100%);
    width: 80px;
    content: "";
    transform: translateX(-50%);
}

.locate .contact_queryYScVq > div > div {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

.locate h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.locate .get_contactbox {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.locate .message_form:hover {
    color: rgb(149,150,177);
}

.locate .message_form:hover::before {
    width: calc(100% - 34px);
}

.locate .message_form:hover svg {
    transform: translateY(-3px);
}

.locate svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.future_learners::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(87,94,168,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(149,150,177,0.5) 0%, transparent 30%);
    height: 100%;
    content: '';
    opacity: 0.4;
}

.future_learners h3::after {
    width: 40%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(87,94,168), transparent);
    content: '';
    transform: translateX(-50%);
    bottom: -15px;
    height: 1px;
    left: 50%;
}

.future_learners li:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    transform: translateY(-8px);
}

.future_learners li:hover::after {
    opacity: 0.15;
}

.future_learners li svg path {
    transition: all 0.4s ease;
}

.future_learners li:hover svg path {
    fill: rgb(149,150,177);
}

.future_learners li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}

.customer_feedback::before {
    left: 0;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(149,150,177,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(87,94,168,0.5) 0%, transparent 35%);
    opacity: 0.15;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}

.customer_feedback .testimonial_track::before {
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    left: 0;
    width: 100%;
}

.customer_feedback .testimonial_track img {
    object-fit: cover;
    border-radius: 50%;
    height: 60px;
    margin-right: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    width: 60px;
}

.customer_feedback a:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(var(--primary-color-rgb), 0.3);
}

.customer_feedback a:hover::before {
    left: 100%;
}

.academic_experience::before {
    opacity: 0.3;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(87,94,168,0.5) 0,
        rgb(87,94,168,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
}

.academic_experience .testimonial_track:hover .image_holder {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.academic_experience .work_insights::before {
    height: 6px;
    right: 0;
    border-radius: 10px 10px 0 0;
    left: 0;
    animation: gradient-shift 8s infinite alternate;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
                rgb(149,150,177), 
                rgb(87,94,168), 
                rgb(149,150,177));
    position: absolute;
    background-size: 200% 100%;
}

.academic_experience .testimonial_track:hover .work_insights > div:nth-child(2)::after {
    width: 100px;
}

.academic_experience .testimonial_track:hover .emp_skills {
    transform: translateY(0);
    opacity: 1;
}

.join_list::after {
    bottom: -10%;
    content: "";
    animation: float 20s infinite ease-in-out reverse;
    height: 250px;
    position: absolute;
    width: 250px;
    opacity: 0.5;
    background: radial-gradient(circle, rgb(149,150,177,0.5) 0%, transparent 70%);
    z-index: 0;
    left: -5%;
}

.join_list h3::after {
    transition: transform 0.5s ease-out;
    background: rgb(149,150,177);
    content: "";
    position: absolute;
    height: 3px;
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(1);
    left: 0;
    width: 60px;
}

.join_list .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.3s ease;
}

.join_list .input_holder .email_wrap {
    background: rgb(149,150,177);
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 0 0 auto;
    position: relative;
    padding: 1rem 1.8rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
}



@media (max-width: 992px) {.plan_card {
    padding: 90px 0;
}.plan_card .discount_price {
    grid-template-columns: repeat(2, 1fr);
}.plan_card .plan_cost {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.plan_card {
    padding: 60px 0;
}.plan_card h2 {
    font-size: calc(34px - 6px);
}.plan_card .learning_fee h4 {
    font-size: 22px;
}.plan_card .learning_fee p {
    font-size: calc(12px - 1px);
}}



@media (max-width: 991px) {.course_rewards {
    padding: 60px 0;
}.course_rewards .knowledge_hub {
    transform: perspective(1000px) rotateY(0deg);
    flex-direction: column;
}.course_rewards .image_holder {
    width: 80%;
    margin-bottom: 30px;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}.course_rewards .text_text {
    transform: translateX(0) rotate(0deg);
    width: 90%;
}.course_rewards li:nth-child(odd),
    .course_rewards li:nth-child(even) {
    transform: translateX(0);
}
}



@media (max-width: 992px) {.footnote_ref {
    padding: 3.5rem 0 2rem;
}.footnote_ref .container {
    flex-direction: column;
    gap: 2.5rem;
}.footnote_ref .company_holder,
    .footnote_ref .milestone_cta {
    flex: 1 1 100%;
    min-width: 100%;
}.footnote_ref .main_lead {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 991px) {.tySpotlight {
    padding: 5rem 0;
}.tySpotlight .knowledge_hub {
    padding: 2.5rem;
    gap: 2rem;
}.tySpotlight h5 {
    font-size: 18px;
}.tySpotlight p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}



@media (hover: none) {.tySpotlight .knowledge_hub:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.tySpotlight a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.tySpotlight a:hover p {
    transform: none;
}}



@media screen and (max-width: 768px) {.course_program_details {
    padding: 4rem 1rem;
}.course_program_details .text_text {
    margin-bottom: 2rem;
}.course_program_details h2 {
    font-size: calc(41px * 0.7);
}.course_program_details h2::before,
    .course_program_details h2::after {
    left: -10%;
    width: 120%;
}.course_program_details .description {
    font-size: 13px;
}.course_program_details .image_holder {
    height: 300px;
}}



@media (orientation: landscape) and (max-height: 600px) {.welcome_board {
    min-height: 100vh;
    height: auto;
}.welcome_board .text_text {
    max-width: 450px;
    padding: 1.5rem;
}.welcome_board .text_text h1 {
    margin-bottom: 1rem;
}.welcome_board .text_text p {
    margin-bottom: 1.5rem;
}}


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


@media only screen and (max-width: 800px)  {.wrapper-segment .cookie_expand {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media screen and (max-width: 768px) {.statistical_data {
    padding: 50px 0;
}.statistical_data h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 2rem;
}.statistical_data ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_data .statistics_extra span {
    font-size: 16px;
}.statistical_data .statistics_extra p {
    font-size: calc(36px * 1.2);
}
}



@media (hover: hover) {.locate .contact_queryYScVq > div {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.locate .contact_queryYScVq > div:hover {
    transform: translateY(-5px) translateX(5px);
}.locate .message_form svg {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}.locate .message_form:hover svg {
    transform: translateY(-3px) rotate(5deg);
}
}



@media (max-width: 767px) {.future_learners {
    padding: 3rem 0;
}.future_learners .knowledge_hub {
    padding: 1.5rem;
}.future_learners h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.future_learners h3::before {
    top: -20px;
    width: 50px;
}.future_learners h3::after {
    width: 70%;
}.future_learners ul {
    gap: 1.5rem;
}.future_learners li {
    padding: 1.5rem 1rem;
}.future_learners li svg {
    height: 45px;
    width: 45px;
}}



@media screen and (max-width: 768px) {.join_list {
    padding: 3rem 0;
}.join_list .knowledge_hub {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.join_list h3 {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    margin-bottom: 1.5rem;
}.join_list .input_holder {
    flex-direction: column;
    gap: 1rem;
}.join_list .input_holder div {
    flex: 1 1 100%;
}.join_list .input_holder .email_wrap {
    padding: 0.9rem 1.5rem;
    width: 100%;
}.join_list::before {
    height: 150px;
    width: 150px;
}.join_list::after {
    height: 120px;
    width: 120px;
}
}



@keyframes carousel-slide-alt {
    0%, 18% {
        transform: translateX(0);
    }
    22%, 38% {
        transform: translateX(-20%);
    }
    42%, 58% {
        transform: translateX(-40%);
    }
    62%, 78% {
        transform: translateX(-60%);
    }
    82%, 98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



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

