﻿.exwrap-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

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

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

.exstudy_bottom {
    flex: 0 0 auto;
}

.exstudy_bottom {
    color: #000000;
    background-color: rgb(234,238,239);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
}

.exstudy_bottom {
    background-size: 40px 40px;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    background-image: 
        linear-gradient(rgb(161,175,179,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(161,175,179,0.5) 1px, transparent 1px);
    background-blend-mode: overlay;
}

.exsecure_safehold > div {
    padding: 30px;
    z-index: 2;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgb(198,210,212,0.5);
    background-color: rgb(234,238,239);
}

.exsecure_safehold::after {
    bottom: -150px;
    width: 300px;
    right: -150px;
    height: 300px;
}

.exhomepage::before {
    opacity: 0.08;
    height: 100%;
    animation: patternShift 30s linear infinite;
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(161,175,179,0.5) 0,
    rgb(161,175,179,0.5) 1px,
    transparent 1px,
    transparent 25px
  );
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}

.exhomepage .exmain_hero > div {
    transform: translateZ(0);
    transform-style: preserve-3d;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.exhomepage .exteam_culture {
    overflow: hidden;
    transform: perspective(1000px) translateZ(0) scale(0.98);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 
    0 40px 80px rgba(0, 0, 0, 0.15),
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    min-height: 450px;
    width: 100%;
    transform-style: preserve-3d;
    height: 65vh;
}

.exhomepage .exteam_culture::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(
    135deg,
    rgb(161,175,179,0.5) 0%,
    transparent 60%
  );
    top: 0;
    mix-blend-mode: overlay;
}

.exhomepage .exteam_culture p::before {
    transition: transform 0.3s ease;
    top: 0.5rem;
    position: absolute;
    background: rgb(161,175,179);
    content: "";
    left: 0;
    height: calc(100% - 1rem);
    width: 4px;
    transform: scaleY(0.8);
}

.exhomepage .title_style_header::after {
    width: 60%;
    position: absolute;
    bottom: -0.5rem;
    content: "";
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    background: rgb(161,175,179);
    height: 3px;
    left: 0;
    transform: scaleX(0.8);
}

.excourse_summary::before {
    content: "";
    width: 100%;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(198,210,212,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(161,175,179,0.5), 0.06) 0%, transparent 40%);
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
}

.excourse_summary .exannouncement_box {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}

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

.excourse_summary .exannouncement_box:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.exgratArea::before {
    opacity: 0.05;
    content: "";
    transform: rotate(-15deg);
    height: 60%;
    position: absolute;
    right: -10%;
    width: 50%;
    background: rgb(255, 255, 255, 0.5);
    pointer-events: none;
    top: -10%;
}

.exgratArea .exwhy_choose {
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    position: relative;
    padding: 60px 50px;
    flex-direction: column;
    gap: 40px;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.exgratArea .exwhy_choose:hover h5 {
    transform: translateX(8px);
}

.exgratArea .exwhy_choose a {
    text-decoration: none;
    display: block;
    transition: all 0.4s ease;
}

.exgratArea .exwhy_choose a::before {
    width: 40%;
    bottom: -10px;
    opacity: 0;
    position: absolute;
    content: "";
    z-index: 0;
    right: -10px;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, transparent, rgb(161,175,179,0.5) 60%);
    height: 40%;
}

.exjoin_list .exmessage_list {
    position: relative;
    gap: 10% 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.exjoin_list h3::first-letter {
    color: rgb(198,210,212);
    font-size: 1.5em;
    font-weight: 700;
}

.exjoin_list .input_holder {
    display: flex;
    position: relative;
    gap: 20px;
    grid-column: 1 / -1;
    align-items: flex-start;
}

.exjoin_list input[type="email"]:focus {
    outline: none;
    border-color: rgb(198,210,212);
}

.exjoin_list .exsub_backdrop {
    font-weight: 400;
    cursor: pointer;
    height: 50px;
    position: relative;
    background: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
    flex: 1;
    font-size: 18px;
    font-family: Arial, sans-serif;
    border: 1px solid #000000;
    text-transform: uppercase;
    overflow: hidden;
    color: #000000;
    letter-spacing: 2px;
}

.excourse_instructor::before {
    filter: blur(120px);
    position: absolute;
    z-index: 0;
    content: "";
    right: -100px;
    height: 400px;
    background: rgb(198,210,212,0.5);
    width: 400px;
    top: -100px;
}

.excourse_instructor .exclient_sentiments {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    display: grid;
    background: rgba(255, 255, 255, 0.9);
    gap: 30px;
    position: relative;
}

.excourse_instructor .exclient_sentiments .name {
    font-size: calc(19px * 1.1);
    color: rgb(198,210,212);
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}

.excourse_instructor .exclient_sentiments > div:nth-child(3) {
    position: relative;
}

.excourse_instructor .exclient_sentiments .excareer_back::before,
.excourse_instructor .exclient_sentiments .excareer_back::after {
    content: "";
    line-height: 1;
    color: rgb(198,210,212,0.5);
    font-family: Georgia, serif;
    font-size: 80px;
    position: absolute;
}

.excourse_instructor .exclient_sentiments .excareer_back::before {
    left: -15px;
    top: -20px;
}

.excookie_message_window h5 {
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    font-size: 18px;
    color: #ffffff;
}

.exaccept_cookies {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(198,210,212,0.5) 0px 4px 10px 0px;
    text-decoration: none;
    background: rgb(198,210,212);
    margin-left: 20px;
    color: #ffffff;
    padding: 10px 20px;
    line-height: 35px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 17px;
}

.exwrap-container .exonline_cookies h5, .exwrap-container .exonline_cookies p {
    color: #ffffff;
}

#excookieConsentDialog:checked ~ .excookie_message_window {
    opacity: 0;
    visibility: hidden;
}

.exconnect_with_us::before {
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(198,210,212), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(161,175,179), 0.04) 50%, transparent 100%);
    animation: gridMove 20s linear infinite;
    content: "";
    background-size: 20px 20px, 20px 20px;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.exconnect_with_us h2::after {
    width: 80px;
    position: absolute;
    border-radius: 1.5px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(198,210,212), rgb(161,175,179));
    height: 3px;
    bottom: -15px;
}

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

.exconnect_with_us .exrequest_card {
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
}

.exconnect_with_us form h3::before {
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(198,210,212);
    width: 3px;
    position: absolute;
    content: "";
    border-radius: 10px;
}

.exconnect_with_us form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.exconnect_with_us .exquery_panel {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.exconnect_with_us .exquery_panel label::before {
    left: 0;
    position: absolute;
    content: "";
    top: 2px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 22px;
    height: 22px;
}

.exconnect_with_us .exquery_panel label a:hover {
    color: rgb(161,175,179);
}

.exconnect_with_us form .exinquiry_map {
    border-radius: 10px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    border: none;
    transition: all 0.4s ease;
    padding: 16px 40px;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(45deg, rgb(198,210,212), rgb(161,175,179));
    position: relative;
    overflow: hidden;
}

.extraining_method::after {
    width: 800px;
    animation: pulseRings 6s ease-in-out infinite;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    position: absolute;
    content: "";
    height: 800px;
}

.extraining_method .exwhy_choose::after {
    animation: rotateCircle 30s linear infinite reverse;
    content: "";
    border: 2px dashed rgb(161,175,179,0.5);
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
    left: 10%;
    top: 10%;
}

.extraining_method h3::after {
    background: #ffffff;
    left: 50%;
    content: "";
    animation: rotateElement 10s linear infinite;
    bottom: -20%;
    border: 2px solid rgb(198,210,212,0.5);
    z-index: 2;
    transform: translate(-50%, 50%) rotate(45deg);
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.extraining_method span::after {
    left: 50%;
    content: "";
    border: 2px solid rgb(161,175,179,0.5);
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    transform: translateX(-50%) rotate(45deg);
    background: #ffffff;
    z-index: 3;
}

.excompany_info .container {
    z-index: 2;
    position: relative;
}

.excompany_info h3 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    grid-column: 1 / -1;
    position: relative;
    font-size: 36px;
    color: #000000;
}

.excompany_info .exmentor_team:hover {
    transform: translateX(10px);
}

.excompany_info .exmentor_team span {
    color: rgb(198,210,212);
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    position: relative;
}

.excompany_info .exmentor_team p {
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 25px;
}

.excompany_info .eximg_thumbnail {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 18px;
    height: 250px;
}

.excompany_info .exfast_classes:hover {
    transform: translateX(-10px);
}

.excompany_info .exfounder_bio {
    height: 250px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.excompany_info .exwhy_choose::before {
    z-index: -1;
    opacity: 0.4;
    border-radius: 50%;
    animation: rotate 30s linear infinite;
    width: 200px;
    left: -100px;
    border: 2px dotted rgb(198,210,212,0.5);
    top: -100px;
    height: 200px;
    position: absolute;
    content: "";
}

.excompany_info .exfast_classes::before {
    background: rgb(161,175,179);
}

header::before {
    bottom: 0.5rem;
    top: 0.5rem;
    position: absolute;
    content: '';
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 0;
    right: 0.5rem;
    left: 0.5rem;
    pointer-events: none;
}

header .container {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

header .exmain_page::before {
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,210,212), rgb(161,175,179));
}

header .extop_lesson::after {
    bottom: 0;
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    left: 50%;
    background: rgb(198,210,212,0.5);
    width: 80px;
}

header .exhead_mainbar {
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    background: rgb(234,238,239);
    z-index: 1;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    transition: all 0.3s ease;
}

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

.expricing_panel h2::after {
    position: absolute;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(198,210,212), rgb(161,175,179));
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
}

.expricing_panel .exprice_opts {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: block;
    height: 100%;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.expricing_panel .exprice_opts:hover .exannual_fee h4::after {
    transform: scaleX(1.5);
}

.expricing_panel .exannual_fee p {
    padding-right: 5px;
    font-size: 12px;
    margin-bottom: 2rem;
    transform: translateZ(10px);
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
    overflow-y: auto;
    line-height: 1.6;
    max-height: 300px;
    flex-grow: 1;
    hyphens: auto;
}

.exstudy_bottom::before {
    opacity: 0.05;
    background: linear-gradient(180deg, transparent 0%, rgb(198,210,212,0.5) 100%);
    height: 250px;
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    left: 0;
}

.exstudy_bottom .excontact_links::after {
    left: 0;
    height: 3px;
    width: 60px;
    bottom: -1px;
    background-color: rgb(198,210,212);
    content: '';
    position: absolute;
}

.exstudy_bottom .info_item a:hover {
    color: rgb(198,210,212);
}

.exstudy_bottom .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}

.exstudy_bottom .exmain_site svg {
    transition: opacity 0.3s ease;
    height: auto;
    max-width: 160px;
}

.exstudy_bottom .extop_learning h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}

.exstudy_bottom .exmain_skill a::before {
    transform: translateY(-50%);
    content: '';
    left: -10px;
    width: 0;
    top: 50%;
    position: absolute;
    transition: width 0.3s ease, left 0.3s ease;
    background-color: rgb(198,210,212);
    height: 1px;
}

.exstudy_bottom .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}

.exstudy_bottom .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(198,210,212);
    box-shadow: 0 0 0 3px rgb(198,210,212,0.5);
}

.exstudy_bottom .exsub_backdrop:hover {
    background-color: rgb(161,175,179);
    transform: translateY(-2px);
}

.exstudy_bottom .exenroll_info {
    margin-top: 3rem;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(161,175,179,0.5);
}



::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 4px 1px 7px 7px rgba(0, 0, 0, 0.2);
    border-radius: 20rem;
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    border-radius: 12%;
    background: rgb(234,238,239);
    box-shadow: 4px -3px 7px -1px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    background: rgb(161,175,179);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 1px 9px -1px rgba(0, 0, 0, 0.3);
    background: rgb(161,175,179);
}

.expricing_panel .exannual_fee p::-webkit-scrollbar {
    width: 4px;
}

.expricing_panel .exannual_fee p::-webkit-scrollbar-thumb {
    background: rgb(161,175,179,0.5);
    border-radius: 10px;
}



@media (max-width: 576px) {.exhomepage .exmain_hero {
    padding: 1rem 0.75rem;
}.exhomepage h3 {
    margin-bottom: 1.25rem;
    font-size: 22px;
    padding: 1rem;
    transform: none;
    border-left: 3px solid rgb(161,175,179);
}.exhomepage .exteam_culture {
    height: 45vh;
    min-height: 300px;
}.exhomepage .exteam_culture > div {
    padding: 1.25rem;
}.exhomepage .exteam_culture p {
    margin-bottom: 1rem;
    font-size: 13px;
}.exhomepage .title_style_header {
    font-size: 35px;
}.exhomepage .title_style_header::after {
    height: 2px;
}}



@media (max-width: 767px) {.excourse_summary {
    padding: 70px 0;
}.excourse_summary .eximg_thumbnail {
    height: 250px;
    margin-bottom: -20px;
}.excourse_summary .exannouncement_box {
    padding: 25px;
}.excourse_summary h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
    padding-bottom: 10px;
}.excourse_summary .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 480px) {.exgratArea {
    padding: 40px 0;
}.exgratArea .exwhy_choose {
    gap: 20px;
    padding: 30px 20px;
}.exgratArea .exwhy_choose h5 {
    font-size: calc(20px - 4px);
}
}



@media (max-width: 768px) {.exjoin_list {
    padding: 80px 0 100px;
}.exjoin_list .exmessage_list {
    gap: 20px;
    grid-template-columns: 1fr;
}.exjoin_list h3 {
    margin-bottom: 30px;
    max-width: 100%;
}.exjoin_list .input_holder {
    flex-direction: column;
}.exjoin_list input[type="email"],
    .exjoin_list .exsub_backdrop {
    width: 100%;
}.exjoin_list .exsub_backdrop {
    margin-top: 20px;
}.exjoin_list::after {
    width: 80%;
    bottom: 50px;
    left: 10%;
}
}



@media (min-width: 992px) {.excourse_instructor {
    padding: 140px 0;
}.excourse_instructor .exclient_sentiments {
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
    padding: 60px;
}.excourse_instructor .exclient_sentiments .eximg_thumbnail {
    height: 220px;
    width: 220px;
}.excourse_instructor .exclient_sentiments .name {
    font-size: calc(19px * 1.2);
}.excourse_instructor .exclient_sentiments .excareer_back {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}


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



@media screen and (max-width: 991px) {.exconnect_with_us {
    padding: 90px 0;
}.exconnect_with_us .exhelp_info {
    gap: 40px;
    grid-template-columns: 1fr;
}.exconnect_with_us .eximg_thumbnail {
    min-height: 400px;
}.exconnect_with_us .exrequest_card {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.exconnect_with_us {
    padding: 50px 0;
}.exconnect_with_us h2 {
    font-size: calc(34px * 0.8);
}.exconnect_with_us .exhelp_info {
    margin-top: 40px;
}.exconnect_with_us .eximg_thumbnail {
    min-height: 250px;
}.exconnect_with_us .exrequest_card {
    padding: 30px 20px;
}.exconnect_with_us form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.exconnect_with_us form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.exconnect_with_us form .exinquiry_map {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 576px) {.extraining_method {
    padding: 2.5rem 0;
}.extraining_method .container {
    padding: 0 1rem;
}.extraining_method .exwhy_choose {
    gap: 1.5rem;
}.extraining_method h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(38px * 0.7);
}.extraining_method span {
    padding: 1.2rem 1.5rem;
    font-size: calc(18px * 0.85);
}.extraining_method .exwhy_choose::before,
    .extraining_method .exwhy_choose::after {
    display: none;
}}



@media (max-width: 576px) {.excompany_info {
    padding: 50px 0;
}.excompany_info h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.excompany_info .exmentor_team,
    .excompany_info .exfast_classes {
    padding: 20px;
}.excompany_info .exmentor_team p,
    .excompany_info .exfast_classes p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
    line-height: 1.6;
}.excompany_info .eximg_thumbnail,
    .excompany_info .exfounder_bio {
    height: 200px;
}}



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



@media (max-width: 768px) {.expricing_panel {
    padding: 60px 0;
}.expricing_panel h2 {
    font-size: calc(38px * 0.9);
}.expricing_panel .exstudy_packages {
    font-size: 12px;
    margin-bottom: 2rem;
}.expricing_panel .exmonthly_plan {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.expricing_panel .exannual_fee p {
    max-height: 200px;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.exstudy_bottom {
    padding: 3.5rem 0 1.5rem;
}.exstudy_bottom .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.exstudy_bottom .subscribe_holder {
    grid-column: auto;
}.exstudy_bottom .excontact_links {
    grid-template-columns: 1fr 1fr;
}.exstudy_bottom .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}



@keyframes patternShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}



@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}



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

