﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

* {
    scrollbar-color: rgb(161,175,179) rgb(255, 255, 255, 0.5);
    scrollbar-width: auto;
}

.exnav_pagewrap {
    flex: 1 0 auto;
}

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

.exsecure_safehold h1 {
    margin-bottom: 30px;
    font-weight: 700;
    grid-column: span 2;
    color: rgb(198,210,212);
    z-index: 2;
    font-size: 41px;
    position: relative;
}

.exsecure_safehold ul,
.exsecure_safehold ol {
    padding: 0 0 0 20px;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}

.exsecure_safehold ul {
    list-style-type: disc;
}

.exsecure_safehold li {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(161,175,179,0.5);
    color: #000000;
    padding-bottom: 5px;
}

.exsecure_safehold span {
    background: rgb(198,210,212,0.5);
    position: relative;
    font-weight: 600;
    padding: 5px;
    z-index: 2;
    color: rgb(161,175,179);
    border-radius: 10px;
}

.exhomepage {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(161,175,179,0.5), rgb(198,210,212,0.5));
}

.exhomepage .exmain_hero {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 3rem 1.5rem;
    perspective: 1000px;
    justify-content: center;
    min-height: 100vh;
    display: flex;
    position: relative;
    z-index: 2;
}

.exhomepage h3 {
    font-size: calc(18px * 1.1);
    font-weight: 600;
    box-shadow: 
    0 20px 30px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: auto;
    backdrop-filter: blur(10px);
    letter-spacing: 0.01em;
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(161,175,179);
    margin-bottom: 2.5rem;
    padding: 2rem;
    max-width: 90%;
    line-height: 1.6;
    color: rgb(198,210,212);
    background: rgb(255, 255, 255, 0.5);
}

.exhomepage .exteam_culture:hover > div {
    transform: translateY(-10px) translateZ(0);
}

.exhomepage .exteam_culture p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    font-weight: 400;
    padding-left: 1.5rem;
    transform: translateX(0);
    max-width: 80%;
    position: relative;
    font-size: calc(13px * 1.2);
    line-height: 1.7;
}

.exhomepage .exteam_culture:hover .title_style_header {
    transform: translateY(-5px);
}

.exhomepage .exteam_culture:hover .title_style_header::after {
    transform: scaleX(1);
}

.excourse_summary {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(234,238,239) 60%, rgba(rgb(198,210,212,0.5), 0.1) 100%);
}

.excourse_summary .eximg_thumbnail {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    transform: perspective(1000px) rotateY(-2deg);
    height: 350px;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
}

.excourse_summary h3 {
    margin-bottom: 20px;
    transform: translateZ(0);
    color: #000000;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    position: relative;
}

.excourse_summary .description {
    color: #000000;
    line-height: 1.7;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px;
}

.excourse_summary .exannouncement_box:hover::before {
    transform: scaleY(1);
}

.exgratArea {
    background: linear-gradient(135deg, rgb(198,210,212,0.5), rgb(161,175,179) 120%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.exgratArea .exwhy_choose:hover {
    transform: translateY(-5px);
}

.exgratArea .exwhy_choose div:first-child {
    padding-bottom: 25px;
    position: relative;
}

.exgratArea .exwhy_choose div:first-child::after {
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(198,210,212,0.5);
    content: "";
    width: 80px;
    bottom: 0;
}

.exgratArea .exwhy_choose div:last-child {
    position: relative;
}

.exgratArea .exwhy_choose p {
    margin: 0;
    transition: color 0.3s ease;
    font-size: 18px;
    position: relative;
    color: #000000;
    z-index: 1;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.exjoin_list::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(198,210,212,0.5) 20%, 
        rgb(198,210,212,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(161,175,179,0.5) 80%,
        rgb(161,175,179,0.5) 82%,
        transparent 82%
    );
    top: 0;
    opacity: 0.3;
    left: 0;
}

.exjoin_list input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
    transition: all 0.3s ease;
}

.exjoin_list input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.exjoin_list .exsub_backdrop::before {
    width: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    background: rgb(198,210,212);
    left: 0;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.excourse_instructor {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, #ffffff 100%);
    position: relative;
}

.excourse_instructor::after {
    z-index: 0;
    width: 300px;
    background: rgb(161,175,179,0.5);
    content: "";
    height: 300px;
    filter: blur(100px);
    left: -50px;
    bottom: -50px;
    position: absolute;
}

.excourse_instructor .exclient_sentiments > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.excourse_instructor .exclient_sentiments:hover .eximg_thumbnail {
    transform: translateZ(20px) scale(1.05);
}

.excourse_instructor .exclient_sentiments .eximg_thumbnail::before {
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(198,210,212,0.5) 100%
  );
    position: absolute;
}

.excourse_instructor .exclient_sentiments .name::after {
    bottom: -8px;
    position: absolute;
    height: 2px;
    background: rgb(161,175,179);
    content: "";
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.excourse_instructor .exclient_sentiments .excareer_back::after {
    right: -15px;
    content: "";
    bottom: -60px;
}

.excookie_message_window {
    background: rgb(161,175,179);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    position: fixed;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    z-index: 90;
    padding: 20px 0;
    border-top: 2px solid rgb(198,210,212);
}

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

.exedu_cookies:hover svg {
    transform: rotate(10deg);
}

.cookie_button.excookies_consent {
    background: rgb(198,210,212);
}

.cookie_button.exdata_approve {
    background: rgb(161,175,179);
}

.excookie_message_window p a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    color: rgb(198,210,212);
}

.exwrap-container .exaccept_cookies {
    padding: 10px;
    border: none;
    background: rgb(198,210,212);
    font-weight: 400;
    font-size: 14px;
    margin-left: 30px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
}

.exconnect_with_us::after {
    position: absolute;
    content: "";
    opacity: 0.6;
    top: 0;
    height: 100%;
    z-index: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(198,210,212), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(161,175,179), 0.15) 0%, 
        transparent 50%
    );
    width: 100%;
    left: 0;
}

.exconnect_with_us .exhelp_info {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    position: relative;
    gap: 30px;
    display: grid;
}

.exconnect_with_us .exhelp_info::after {
    right: -8px;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(rgb(161,175,179), 0.2);
    bottom: -8px;
    content: "";
}

.exconnect_with_us .eximg_thumbnail::after {
    content: "";
    height: 60px;
    border-top: 2px solid rgba(rgb(198,210,212), 0.6);
    right: 20px;
    top: 20px;
    z-index: 2;
    width: 60px;
    position: absolute;
    border-right: 2px solid rgba(rgb(198,210,212), 0.6);
}

.exconnect_with_us form {
    width: 100%;
}

.exconnect_with_us form h3 {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    padding-left: 20px;
}

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

.exconnect_with_us .exquery_panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.exconnect_with_us .exquery_panel input[type="checkbox"]:checked + label::before {
    border-color: rgb(198,210,212);
    background: rgb(198,210,212);
}

.exconnect_with_us .exquery_panel label a {
    transition: all 0.3s ease;
    color: rgb(198,210,212);
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.exconnect_with_us form .exinquiry_map::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(161,175,179), rgb(198,210,212));
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
    left: -100%;
    z-index: -1;
}

.exconnect_with_us svg path {
    fill: rgb(198,210,212);
    transition: fill 0.3s ease;
}

.extraining_method::before {
    top: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgb(198,210,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(161,175,179,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.6;
    width: 100%;
    left: 0;
}

.extraining_method .exwhy_choose {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    aspect-ratio: 1 / 1;
    align-items: center;
    max-width: 1000px;
}

.extraining_method h3 {
    width: 70%;
    color: rgb(198,210,212);
    margin: 0 0 20%;
    background: #ffffff;
    z-index: 3;
    padding: 2rem 3rem;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    position: relative;
}

.extraining_method span {
    border-radius: 17px;
    max-width: 600px;
    padding: 2rem 3rem;
    line-height: 1.8;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 70%;
    font-size: 18px;
    text-align: center;
    color: #000000;
    z-index: 2;
    background: #ffffff;
}

.excompany_info {
    padding: 90px 0;
    overflow: hidden;
    background-color: rgb(234,238,239);
    position: relative;
}

.excompany_info::after {
    position: absolute;
    width: 30%;
    content: "";
    left: 0;
    background: radial-gradient(circle at bottom left, rgb(161,175,179,0.5) 0%, transparent 70%);
    opacity: 0.3;
    height: 60%;
    bottom: 0;
    z-index: 1;
}

.excompany_info .exmentor_team {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: flex;
    transform: translateX(0);
    padding: 30px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    flex-direction: column;
    border-radius: 18px;
}

.excompany_info .exmentor_team,
.excompany_info .exfast_classes {
    border-top: 4px solid rgb(198,210,212);
}

.excompany_info .exmentor_team,
.excompany_info .exfast_classes {
    overflow: hidden;
}

.excompany_info .exfast_classes {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateX(0);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    flex-direction: column;
    padding: 30px;
}

.excompany_info .exfast_classes {
    border-color: rgb(161,175,179);
}

.excompany_info .exwhy_choose::after {
    bottom: -75px;
    border-radius: 50%;
    content: "";
    height: 150px;
    opacity: 0.4;
    border: 2px dotted rgb(161,175,179,0.5);
    animation: rotate 20s linear infinite reverse;
    z-index: -1;
    position: absolute;
    right: -75px;
    width: 150px;
}

.excompany_info .exmentor_team::after,
.excompany_info .exfast_classes::after {
    opacity: 0.2;
    width: 100px;
    height: 100px;
    top: -50%;
    content: "";
    right: -50%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
}

header .exmain_page {
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    border-radius: 28px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    align-items: center;
}

header .extop_lesson {
    justify-content: center;
    position: relative;
    text-decoration: none;
    padding: 0 0 1rem 0;
    display: flex;
}

header .extop_lesson:hover svg {
    transform: scale(1.03);
}

header .extop_learning {
    display: flex;
    max-width: 90%;
    gap: 0.7rem;
    padding-top: 1rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

header .exhead_mainbar:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header .exhead_mainbar:hover::before {
    width: 100%;
}

.expricing_panel::before {
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
}

.expricing_panel .exstudy_packages {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    opacity: 0.9;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    text-align: center;
}

.expricing_panel .exmonthly_plan li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.expricing_panel .exprice_opts:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.expricing_panel .exprice_opts:hover::before {
    opacity: 0.15;
}

.expricing_panel .exlearn_fees {
    padding: 2.5rem 2rem;
    z-index: 2;
    position: relative;
    height: 100%;
}

.expricing_panel .exannual_fee h4 {
    color: #ffffff;
    position: relative;
    font-size: calc(18px * 1.2);
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.expricing_panel .exbasic_cost {
    display: inline-block;
    border-radius: 10px;
    font-size: calc(18px * 1.2);
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(198,210,212) 0%, 
        rgb(161,175,179) 100%);
    align-self: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateZ(15px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1.5rem;
    color: #ffffff;
    margin-top: auto;
}

.exstudy_bottom .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}

.exstudy_bottom .info_item:hover {
    transform: translateX(5px);
}

.exstudy_bottom .info_item svg {
    fill: rgb(198,210,212);
    flex-shrink: 0;
    height: 20px;
    width: 20px;
}

.exstudy_bottom .exmain_site {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}

.exstudy_bottom .exequity_info {
    line-height: 1.6;
    color: #000000;
    max-width: 300px;
    font-size: 16px;
    opacity: 0.8;
}

.exstudy_bottom .exmain_skill {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.exstudy_bottom .exmain_skill a:hover {
    padding-left: 12px;
    color: rgb(198,210,212);
}

.exstudy_bottom .exmain_skill a:hover::before {
    width: 10px;
    left: 0;
}

.exstudy_bottom .subscribe_holder h5 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}

.exstudy_bottom .input_holder {
    position: relative;
    display: flex;
    gap: 0.5rem;
}

.exstudy_bottom .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.exstudy_bottom .exsub_backdrop {
    padding: 1rem 1.5rem;
    font-size: 14px;
    border: none;
    background-color: rgb(198,210,212);
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
}

.exstudy_bottom .exmain_skill:first-child::after {
    width: 30px;
    content: '';
    left: 0;
    bottom: -0.75rem;
    position: absolute;
    background-color: rgb(161,175,179,0.5);
    height: 1px;
}



@media only screen and (max-width: 800px) {.exsecure_safehold {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 30px;
}.exsecure_safehold h1 {
    grid-column: span 1;
    font-size: calc(19px * 0.8);
}.exsecure_safehold h2 {
    font-size: calc(19px * 0.8);
}.exsecure_safehold ul,
    .exsecure_safehold ol {
    padding-left: 15px;
}.exsecure_safehold > div {
    padding: 20px;
}.exsecure_safehold::before {
    top: -50px;
    width: 100px;
    left: -50px;
    height: 100px;
}.exsecure_safehold::after {
    width: 150px;
    right: -75px;
    height: 150px;
    bottom: -75px;
}}



@media (min-width: 768px) {.excourse_summary .exeducation_path {
    grid-template-columns: 45% 55%;
    align-items: center;
}.excourse_summary .eximg_thumbnail {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 500px;
}.excourse_summary .exannouncement_box {
    padding: 50px 50px 50px 80px;
    margin-left: -80px;
    z-index: 2;
}.excourse_summary h3 {
    font-size: 18px;
}
}



@media (min-width: 992px) {.excourse_summary {
    padding: 120px 0;
}.excourse_summary .exeducation_path {
    gap: 60px;
}.excourse_summary .eximg_thumbnail {
    height: 550px;
    transform: perspective(1000px) rotateY(-3deg);
}.excourse_summary .exannouncement_box {
    margin-left: -120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 60px 60px 60px 120px;
}.excourse_summary h3 {
    font-size: calc(18px * 1.2);
    margin-bottom: 30px;
}
}



@media (min-width: 768px) {.exgratArea .exwhy_choose {
    padding: 70px 80px;
}.exgratArea .exwhy_choose::before {
    width: 6px;
}.exgratArea .exwhy_choose div:first-child::after {
    width: 120px;
}
}



@media (prefers-reduced-motion: reduce) {.exgratArea .exwhy_choose,
    .exgratArea .exwhy_choose h5,
    .exgratArea .exwhy_choose a::before,
    .exgratArea .exwhy_choose a p {
    transition: none;
}.exgratArea .exwhy_choose:hover,
    .exgratArea .exwhy_choose:hover h5 {
    transform: none;
}}



@media (min-width: 768px) {.excourse_instructor .exclient_sentiments {
    gap: 30px 40px;
    padding: 50px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.excourse_instructor .exclient_sentiments > div:first-child {
    grid-row: span 2;
}.excourse_instructor .exclient_sentiments > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.excourse_instructor .exclient_sentiments .name::after {
    transform: none;
    left: 0;
}.excourse_instructor .exclient_sentiments .excareer_back {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(161,175,179,0.5);
}
}



@media (max-width: 480px) {.excourse_instructor {
    padding: 60px 0;
}.excourse_instructor .exclient_sentiments {
    gap: 20px;
    padding: 25px 20px;
}.excourse_instructor .exclient_sentiments .eximg_thumbnail {
    height: 120px;
    width: 120px;
}.excourse_instructor .exclient_sentiments .name {
    font-size: 19px;
}.excourse_instructor .exclient_sentiments > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}}



@media screen and (max-width: 767px) {.exconnect_with_us {
    padding: 70px 0;
}.exconnect_with_us h2 {
    font-size: calc(34px * 0.9);
}.exconnect_with_us .eximg_thumbnail {
    min-height: 350px;
}.exconnect_with_us .eximg_thumbnail::after,
    .exconnect_with_us .exrequest_card::before {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 768px) {.extraining_method {
    padding: 3rem 0;
    min-height: auto;
}.extraining_method .container {
    padding: 0 1.2rem;
}.extraining_method .exwhy_choose {
    gap: 2rem;
}.extraining_method h3 {
    font-size: calc(38px * 0.8);
    width: 100%;
    padding: 1.5rem 2rem;
}.extraining_method span {
    width: 100%;
    font-size: calc(18px * 0.9);
    padding: 1.5rem 2rem;
}
}



@media (max-width: 1200px) {.excompany_info {
    padding: 80px 0;
}.excompany_info .exwhy_choose {
    grid-gap: 40px;
}.excompany_info h3 {
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.excompany_info .exwhy_choose {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}.excompany_info h3 {
    margin-bottom: 35px;
}.excompany_info .exmentor_team:hover,
    .excompany_info .exfast_classes:hover {
    transform: translateY(-10px);
}
}



@media (min-width: 1400px) {.excompany_info .container {
    max-width: 1320px;
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .exmain_page {
    padding: 1.2rem;
}header .extop_lesson {
    padding: 0 0 0.8rem 0;
}header .extop_lesson svg {
    width: 150px;
}header .extop_learning {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .exhead_mainbar {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .exmain_page {
    padding: 0.8rem 0.8rem 1rem;
}header .extop_lesson {
    padding: 0 0 0.6rem 0;
}header .extop_lesson svg {
    width: 120px;
}header .extop_learning {
    overflow-x: auto;
    justify-content: flex-start;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    flex-wrap: nowrap;
}header .extop_learning::-webkit-scrollbar {
    height: 3px;
}header .extop_learning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(198,210,212);
}header .exhead_mainbar {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}



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

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }



@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}



@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}



@keyframes rotateElement {
    0% {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(405deg);
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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

