.base_stats_tool {
    flex: 0 0 auto;
}

.base_stats_tool {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}

.base_wrapper-viewport {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}


.base_meet_us {
    position: relative;
    padding: 120px 0;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

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

.base_meet_us .base_description_card {
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 98%, 
        rgba(0, 0, 0, 0) 100%);
}

.base_meet_us h1 {
    margin-bottom: 2rem;
    color: rgb(172,186,217);
    font-size: 38px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.base_meet_us ul li {
    margin-bottom: 1rem;
}

.base_meet_us ul li:last-child {
    margin-bottom: 0;
}

.base_meet_us span::first-letter {
    font-size: 2.5em;
    line-height: 0.8;
    margin-right: 0.1em;
    font-weight: 700;
    float: left;
    color: rgb(172,186,217);
}

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

.base_mentorship_experience .base_feedback_stars:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
}

.base_mentorship_experience .base_img_show {
    overflow: hidden;
    transform: translateZ(20px) rotate(-2deg);
    width: 120px;
    transition: all 0.4s ease;
    height: 120px;
    position: relative;
    border-radius: 0.75rem;
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
}

.base_mentorship_experience .name {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.base_mentorship_experience .base_feedback_stars div:nth-child(2) div {
    font-size: calc(15px - 0.1rem);
    margin-top: 0.25rem;
    font-weight: 600;
    color: rgb(133,151,183);
    letter-spacing: 0.5px;
}

.base_data_exploration {
    padding: 5rem 1rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, rgb(217,224,240) 0%, rgba(rgb(172,186,217,0.5), 0.08) 50%, rgb(217,224,240) 100%);
}

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

.base_data_exploration ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    display: grid;
    margin: 0;
    padding: 0;
    gap: 2rem;
    list-style: none;
}

.base_data_exploration .base_fast_statistics:nth-child(1) {
    animation-delay: 0.2s;
}

.base_data_exploration .base_fast_statistics:nth-child(3) {
    animation-delay: 0.5s;
}

.base_data_exploration .base_fast_statistics:nth-child(5) {
    animation-delay: 0.8s;
}

.base_data_exploration .base_fast_statistics:nth-child(7) {
    animation-delay: 1.1s;
}

.base_data_exploration .base_fast_statistics:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(135deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.8) 100%);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.25),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.12),
        inset 0 1px 2px rgba(rgb(255, 255, 255, 0.5), 0.9);
}

.base_data_exploration .base_fast_statistics span {
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(17px * 1.1);
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.base_sign_up_now {
    background: linear-gradient(45deg, rgb(217,224,240) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.base_sign_up_now::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
}

.base_sign_up_now .container p::before {
    width: 30px;
    z-index: -1;
    background: rgb(172,186,217);
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    height: 30px;
}

.base_sign_up_now .base_inquiry_grid::before {
    right: 0;
    position: absolute;
    width: 30px;
    z-index: -1;
    top: 0;
    content: '';
    background: rgb(133,151,183);
    height: 30px;
}

.base_sign_up_now .base_inquiry_grid:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.base_sign_up_now .base_academy_learnings::before {
    top: 50%;
    content: '';
    height: 60px;
    left: -30px;
    position: absolute;
    background: rgb(172,186,217,0.5);
    z-index: -1;
    transform: translateY(-50%);
    width: 60px;
    border-radius: 50%;
    opacity: 0.2;
}

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

.base_program_details .base_img_show::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgba(rgb(172,186,217,0.5), 0.2) 0%, transparent 70%);
}

.base_program_details .base_description_card::before {
    top: 0;
    width: 5px;
    transform: scaleY(0.95);
    transition: transform 0.5s ease;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(172,186,217), rgb(133,151,183));
    left: 0;
    position: absolute;
}

.base_program_details h3::after {
    height: 3px;
    left: 0;
    background: rgb(172,186,217);
    width: 60px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    bottom: 0;
    content: '';
}

.base_program_details .base_description_card:hover h3::after {
    width: 100px;
}

.base_program_details .base_img_show:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}



.base_support .container {
    position: relative;
    z-index: 10;
}

.base_support .base_connect_today {
    border-radius: 17px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 3.5rem;
}

.base_support .base_connect_today h2 {
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.base_support .base_connect_today p {
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 15px;
    color: #000000;
    text-align: center;
}

.base_support .base_connect_today p:last-of-type svg path {
    fill: rgb(172,186,217);
}

.base_support .base_edu_mentor::after {
    left: 50%;
    transition: opacity 0.3s ease;
    opacity: 0;
    bottom: -30px;
    transform: translateX(-50%);
    white-space: nowrap;
    content: attr(title);
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
}

.base_support .base_edu_mentor svg {
    height: 28px;
    fill: rgb(172,186,217);
    transition: fill 0.3s ease;
    width: 28px;
}

.base_support .base_edu_mentor:hover svg path {
    fill: #ffffff;
}

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

.base_tariff_plan h2::after {
    content: "";
    transition: transform 0.4s ease;
    width: 80px;
    transform: scaleX(1);
    margin: 20px auto 0;
    background: linear-gradient(90deg, rgb(133,151,183), rgb(172,186,217));
    display: block;
    height: 3px;
}

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

.base_tariff_plan .base_rate_packages::before {
    content: "";
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(230deg, rgb(133,151,183,0.5) 0%, transparent 80%);
    height: 100%;
}

.base_tariff_plan .base_learn_sub {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.base_tariff_plan .base_learn_sub h4::after {
    width: 40px;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(172,186,217);
    height: 2px;
}

.base_tariff_plan .base_payment_option {
    padding: 10px 0;
    margin-top: auto;
    font-size: calc(23px + 4px);
    -webkit-background-clip: text !important;
    transition: transform 0.3s ease;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(133,151,183) 0%, rgb(172,186,217) 100%);
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

#base_cookieDialogWindow:checked ~ .base_cookie_overlay_dialog {
    opacity: 0;
    visibility: hidden;
}

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

.base_cookie_user {
    padding: 12px 24px;
    color: #ffffff;
    flex-shrink: 0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 10px;
    background: rgb(172,186,217);
    transition: border 0.2s;
    font-size: 20px;
    min-width: 140px;
    border: 2px solid transparent;
}

footer {
    position: relative;
    z-index: 1;
}

footer {
    background-position: center !important;
    background-size: cover !important;
}

.base_stats_tool .container {
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    display: flex;
}

.base_stats_tool .company_holder {
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    position: relative;
    flex: 0 0 40%;
}

.base_stats_tool .company_holder h3::after {
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    width: 80px;
    box-shadow: 0 0 10px rgb(172,186,217);
    background: rgb(172,186,217);
    bottom: 0;
}

.base_stats_tool .base_nav_class {
    gap: 0;
    flex-wrap: wrap;
    flex: 1;
    display: flex;
}

.base_stats_tool .base_header_main h5 {
    font-size: 18px;
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    color: #ffffff;
}

.base_stats_tool .base_header_main .base_nav_class a::before {
    top: 0;
    position: absolute;
    height: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    left: -100%;
    content: "";
}

.base_leaderboard {
    padding: 1.5rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
    position: relative;
}

.base_title_section::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(172,186,217,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(133,151,183,0.5) 0%, transparent 70%);
}

.base_title_section .base_page_home > div:first-child:hover {
    transform: translateX(0) scale(1.02);
}

.base_title_section .base_page_home > div:first-child p {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    margin: 0;
}

.base_title_section .base_story_tl h3 {
    max-width: 90%;
    backdrop-filter: blur(5px);
    position: relative;
    letter-spacing: 0.01em;
    transition: transform 0.4s ease-out;
    transform: translateX(5%);
    font-family: Arial, sans-serif;
    font-weight: 400;
    border-radius: 10px;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    padding: 1.2rem;
    line-height: 1.5;
    background: linear-gradient(120deg, rgb(172,186,217,0.5), rgb(133,151,183,0.5));
    color: #ffffff;
    margin: 0 0 2rem 0;
    z-index: 2;
}

.base_title_section .base_story_tl:hover .title_style_header::after {
    width: 150px;
}

.base_contact_section {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(217,224,240) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
}



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

.base_contact_section h2 {
    position: relative;
    margin-bottom: 15px;
    font-size: 33px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.base_contact_section .base_reach_widget::before {
    left: -8px;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 24px;
    z-index: -1;
    border: 1px solid rgba(rgb(172,186,217), 0.2);
    top: -8px;
}

.base_contact_section .base_img_show::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
}

.base_contact_section .base_reach_panel::before {
    border-bottom: 2px solid rgba(rgb(133,151,183), 0.6);
    height: 60px;
    content: "";
    bottom: 20px;
    left: 20px;
    border-left: 2px solid rgba(rgb(133,151,183), 0.6);
    width: 60px;
    position: absolute;
}

.base_contact_section form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 25px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.base_contact_section .base_request_box input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    border-right: 2px solid #ffffff;
    left: 8px;
    height: 10px;
    top: 6px;
}

.base_contact_section form .base_inquiry_grid:hover::before {
    left: 0;
}

.base_contact_section form .base_inquiry_grid:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.base_contact_section svg {
    fill: rgb(172,186,217);
    height: 22px;
    width: 22px;
}

header::before {
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(172,186,217,0.5) 65%, 
        rgb(172,186,217,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(133,151,183,0.5) 75%, 
        rgb(133,151,183,0.5) 80%, 
        transparent 80%);
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.5;
    width: 100%;
}

header .base_main_mainwrap svg {
    width: 150px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}

header .base_header_train::before {
    height: 3px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(172,186,217), rgb(133,151,183));
    left: 0;
}

.base_tyArea::before {
    z-index: 1;
    right: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(225deg, rgb(172,186,217) 0%, transparent 70%);
    position: absolute;
    filter: blur(8px);
    height: 25rem;
    width: 25rem;
    transform: rotate(-15deg);
    opacity: 0.07;
    content: "";
    top: -10%;
}

.base_tyArea .base_academy_learnings:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}

.base_tyArea .base_academy_learnings:hover > div:first-child::after {
    width: 8rem;
}

.base_tyArea h5 {
    color: #000000;
    transform: translateZ(0);
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    font-size: 24px;
}

.base_tyArea a {
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.base_tyArea p {
    position: relative;
    margin: 0;
    z-index: 1;
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
}

.base_privacy_redoubt h1 {
    font-size: 44px;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgb(172,186,217);
    padding-bottom: 0.5rem;
    color: rgb(172,186,217);
    font-weight: 700;
}

.base_privacy_redoubt li {
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
    line-height: 1.6;
    font-size: 12px;
    position: relative;
}

.base_privacy_redoubt span {
    font-weight: 400;
    color: #000000;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(172,186,217);
}

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



@media (max-width: 1200px) {.base_meet_us {
    padding: 100px 0;
}.base_meet_us .base_description_card {
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem;
}.base_meet_us span {
    column-count: 2;
}
}



@media (max-width: 576px) {.base_meet_us {
    padding: 50px 0;
}.base_meet_us .base_description_card {
    padding: 1.5rem;
}.base_meet_us h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.base_meet_us h4 {
    font-size: calc(19px * 1);
}.base_meet_us span {
    font-size: calc(14px * 0.85);
    line-height: 1.6;
}.base_meet_us span::first-letter {
    font-size: 2em;
}.base_meet_us .base_description_card::before {
    height: 5px;
}.base_meet_us .base_description_card::after {
    display: none;
}
}



@media (max-width: 767px) {.base_mentorship_experience {
    padding: 4rem 0;
}.base_mentorship_experience .base_feedback_stars {
    padding: 2rem;
}.base_mentorship_experience .base_img_show {
    margin-bottom: 1rem;
}
}



@media (max-width: 575px) {.base_mentorship_experience .base_feedback_stars {
    transform: none;
    padding: 1.5rem;
}.base_mentorship_experience .base_img_show {
    width: 100px;
    height: 100px;
}.base_mentorship_experience .base_career_details {
    line-height: 1.6;
    font-size: calc(15px - 0.1rem);
}
}



@media screen and (min-width: 992px) {.base_data_exploration {
    padding: 7rem 2rem;
}.base_data_exploration h3 {
    font-size: calc(28px * 1.2);
    margin-bottom: 4rem;
}.base_data_exploration ul {
    gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
}
}



@media screen and (min-width: 576px) and (max-width: 767px) {.base_data_exploration {
    padding: 5rem 1.5rem;
}.base_data_exploration ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.base_sign_up_now {
    padding: 70px 0;
}.base_sign_up_now .container p {
    font-size: 20px;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 30px;
    padding: 20px 30px;
}.base_sign_up_now .base_inquiry_grid {
    border-radius: 10px 0 10px 10px;
    padding: 15px 30px;
}.base_sign_up_now .container p::before,
    .base_sign_up_now .base_inquiry_grid::before {
    width: 20px;
    height: 20px;
}
}



@media (min-width: 992px) {.base_program_details {
    padding: 120px 0;
}.base_program_details .base_job_skills {
    gap: 60px;
}.base_program_details .base_img_show {
    transform: perspective(1000px) rotateY(-3deg);
    height: 550px;
}.base_program_details .base_description_card {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 60px 60px 60px 120px;
    margin-left: -120px;
}.base_program_details h3 {
    margin-bottom: 30px;
    font-size: calc(19px * 1.2);
}
}



@media (max-width: 991px) {.base_support {
    padding: 4rem 0;
}.base_support .base_connect_today {
    padding: 2.5rem;
}.base_support .base_connect_today h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 768px) {.base_tariff_plan {
    padding: 70px 0;
}.base_tariff_plan h2 {
    font-size: calc(29px - 4px);
}.base_tariff_plan .base_lesson_rates {
    font-size: 18px;
    margin-bottom: 40px;
}.base_tariff_plan .base_fee_choices {
    gap: 20px;
    grid-template-columns: 1fr;
}.base_tariff_plan .base_pricing_card {
    padding: 25px 20px;
}.base_tariff_plan .base_payment_option {
    font-size: calc(23px + 2px);
}
}



@media (max-width: 1200px) {.base_stats_tool .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.base_stats_tool .base_cert_display {
    flex: 0 0 65%;
}
}



@media (max-width: 768px) {.base_stats_tool {
    padding: 3.5rem 0 1.5rem;
}.base_stats_tool::before {
    height: 10px;
}.base_stats_tool .company_holder h3 {
    font-size: calc(33px - 2px);
}.base_stats_tool .base_enroll_info {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.base_stats_tool .base_header_main h5, 
    .base_stats_tool .base_header_main .base_nav_class a {
    transform: skewX(-3deg);
}.base_stats_tool .base_header_main .base_nav_class a:hover {
    transform: skewX(-3deg) translateX(5px);
}.base_leaderboard {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.base_leaderboard .base_converter {
    transform: skewX(-3deg);
}
}




@media (min-width: 768px) {.base_title_section .base_page_home {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.base_title_section .base_page_home > div:first-child {
    margin-top: 10%;
    align-self: center;
}.base_title_section .base_story_tl > div {
    padding: 4rem 3rem;
    min-height: 500px;
}.base_title_section .base_story_tl h3 {
    max-width: 80%;
}
}



@media screen and (max-width: 991px) {.base_contact_section {
    padding: 90px 0;
}.base_contact_section .base_reach_widget {
    grid-template-columns: 1fr;
    gap: 40px;
}.base_contact_section .base_img_show {
    min-height: 400px;
}.base_contact_section .base_reach_panel {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.base_contact_section {
    padding: 50px 0;
}.base_contact_section h2 {
    font-size: calc(33px * 0.8);
}.base_contact_section .base_reach_widget {
    margin-top: 40px;
}.base_contact_section .base_img_show {
    min-height: 250px;
}.base_contact_section .base_reach_panel {
    padding: 30px 20px;
}.base_contact_section form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.base_contact_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.base_contact_section form .base_inquiry_grid {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 992px) {.base_tyArea .base_academy_learnings {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.base_tyArea .base_academy_learnings:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.base_tyArea h5 {
    font-size: calc(24px * 1.1);
}.base_tyArea p {
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 480px) {.base_tyArea {
    padding: 2.5rem 0;
}.base_tyArea .base_academy_learnings {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.base_tyArea h5 {
    font-size: calc(24px * 0.85);
}.base_tyArea p {
    font-size: calc(15px * 0.9);
}}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes backgroundShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 500px 500px, 500px 500px, 20px 20px;
  }
  100% {
    background-position: 5% 5%, 5% 5%, 0% 0%;
    background-size: 600px 600px, 600px 600px, 20px 20px;
  }
}

