﻿header,footer {
    width: 100%;
}

header {
    width: 100%;
    padding: 1.5rem 3%;
    background: linear-gradient(to right, rgb(198,210,212,0.5), rgb(161,175,179,0.5));
    position: relative;
    z-index: 100;
}

svg {
    height: 30px;
    width: 30px;
}


.exsecure_safehold {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    overflow: hidden;
    padding: 60px;
    margin-bottom: 30px;
    position: relative;
}

.exsecure_safehold h2 {
    color: rgb(161,175,179);
    margin: 20px 0;
    border-left: 5px solid rgb(198,210,212);
    z-index: 2;
    padding-left: 10px;
    position: relative;
    font-weight: 600;
    font-size: 31px;
}

.exsecure_safehold ol {
    list-style-type: decimal;
}

.exsecure_safehold p {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    font-size: 18px;
}

.exsecure_safehold::before,
.exsecure_safehold::after {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 50%;
    background: rgb(198,210,212,0.5);
    content: "";
}

.exsecure_safehold::before {
    left: -100px;
    width: 200px;
    height: 200px;
    top: -100px;
}

.exhomepage::after {
    height: 100%;
    left: 0;
    background: radial-gradient(
    circle at 30% 50%, 
    rgb(161,175,179,0.5) 0%, 
    transparent 60%
  );
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    z-index: 1;
    width: 100%;
    content: "";
    pointer-events: none;
}

.exhomepage .exmain_hero > div:hover {
    transform: translateZ(10px);
}

.exhomepage h3:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    0 25px 35px rgba(0, 0, 0, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.15);
}

.exhomepage .exteam_culture:hover {
    transform: perspective(1000px) translateZ(10px) scale(1);
}

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

.exhomepage .exteam_culture > div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    z-index: 3;
    position: absolute;
    transform: translateZ(0);
    left: 0;
    padding: 3rem;
    width: 100%;
}

.exhomepage .exteam_culture:hover p::before {
    transform: scaleY(1);
}

.exhomepage .exteam_culture:hover p {
    opacity: 1;
    transform: translateX(5px);
}

.exhomepage .title_style_header {
    letter-spacing: -0.015em;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-bottom: 0;
    font-size: calc(47px * 1.2);
    display: inline-block;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    transform: translateY(0);
}

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

.excourse_summary .exeducation_path {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.excourse_summary .eximg_thumbnail::after {
    content: '';
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(rgb(198,210,212,0.5), 0.2) 0%, transparent 70%);
}

.excourse_summary .exannouncement_box::before {
    transform: scaleY(0.95);
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,210,212), rgb(161,175,179));
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 5px;
    transition: transform 0.5s ease;
}

.excourse_summary p.description {
    display: block;
}

.excourse_summary span.description {
    display: none;
}

.excourse_summary .exannouncement_box:hover h3::after {
    width: 100px;
}

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

.exgratArea::after {
    bottom: -5%;
    position: absolute;
    height: 30%;
    pointer-events: none;
    content: "";
    transform: rotate(10deg);
    left: -5%;
    background: rgb(198,210,212);
    width: 40%;
    opacity: 0.1;
}

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

.exgratArea .exwhy_choose h5 {
    font-weight: 700;
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    transform: translateX(0);
    color: #000000;
    font-size: 20px;
    margin: 0;
}

.exgratArea .exwhy_choose a:hover p {
    color: rgb(198,210,212);
}

.exgratArea .exwhy_choose a:hover::before {
    opacity: 0.1;
}

.exjoin_list {
    padding: 100px 0;
    background: rgb(234,238,239);
    overflow: hidden;
    position: relative;
}

.exjoin_list .exwhy_choose {
    z-index: 2;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.exjoin_list h3 {
    grid-column: 1 / -1;
    font-weight: 700;
    position: relative;
    max-width: 80%;
    margin-bottom: 40px;
    font-size: clamp(20px, 5vw, 38px);
    line-height: 1.1;
    color: #000000;
}

.exjoin_list input[type="email"] {
    padding: 0;
    color: #000000;
    flex: 2;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    height: 50px;
    font-size: 14px;
}

.exjoin_list .exsub_backdrop:hover {
    color: #ffffff;
    border-color: rgb(198,210,212);
}

.exjoin_list .exsub_backdrop:hover::before {
    width: 100%;
}

.exjoin_list::after {
    content: "";
    width: 60%;
    bottom: 60px;
    height: 1px;
    left: 20%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    position: absolute;
}

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

.excourse_instructor .exclient_sentiments:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.excourse_instructor .exclient_sentiments .eximg_thumbnail {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    height: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    width: 180px;
}

.excourse_instructor .exclient_sentiments > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}

.excourse_instructor .exclient_sentiments > div:nth-child(2) > div {
    margin-top: 15px;
    color: #000000;
    font-style: italic;
    font-size: calc(12px * 0.95);
    font-weight: 600;
}

.excourse_instructor .exclient_sentiments .excareer_back {
    line-height: 1.7;
    font-size: 12px;
    position: relative;
    transform: translateZ(5px);
    color: #000000;
    margin: 0;
    padding: 20px 0;
}

.excookie_screen {
    margin: auto;
    justify-content: space-between;
    padding: 20px 30px;
    max-width: 1200px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.excookie_message_window p {
    max-width: 500px;
    font-size: 14px;
    color: #ffffff;
}

.exedu_cookies svg, .exedu_cookies svg path {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(198,210,212);
    height: 80px;
}

.exaccept_cookies:hover {
    box-shadow: rgb(198,210,212,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.excookie_message_window p a:hover {
    color: rgb(161,175,179);
}

.exwrap-container .excookie_message_window {
    background: rgb(161,175,179);
    padding: 40px 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}


#excookieConsentDialog {
    display: none;
}

.exconnect_with_us {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
}



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

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

.exconnect_with_us .exhelp_info::before {
    width: 100%;
    z-index: -1;
    border: 1px solid rgba(rgb(198,210,212), 0.2);
    content: "";
    left: -8px;
    position: absolute;
    border-radius: 16px;
    height: 100%;
    top: -8px;
}

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

.exconnect_with_us .exrequest_card::before {
    left: 20px;
    border-left: 2px solid rgba(rgb(161,175,179), 0.6);
    position: absolute;
    height: 60px;
    width: 60px;
    border-bottom: 2px solid rgba(rgb(161,175,179), 0.6);
    bottom: 20px;
    content: "";
}

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

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

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

.exconnect_with_us form .exinquiry_map:hover::before {
    left: 0;
}

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

.exconnect_with_us svg {
    width: 22px;
    fill: rgb(198,210,212);
    height: 22px;
}

.extraining_method {
    justify-content: center;
    background: rgb(234,238,239);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 75vh;
}

.extraining_method .container {
    display: flex;
    align-items: center;
    padding: 5rem 2rem;
    z-index: 5;
    width: 100%;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.extraining_method .exwhy_choose::before {
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    border-radius: 50%;
    left: 0;
    animation: rotateCircle 20s linear infinite;
    top: 0;
    border: 2px solid rgb(198,210,212,0.5);
    position: absolute;
}

.extraining_method h3::before {
    left: 50%;
    position: absolute;
    z-index: 2;
    content: "";
    bottom: -20%;
    height: 20%;
    background: linear-gradient(to bottom, rgb(198,210,212), transparent);
    width: 2px;
}

.extraining_method span::before {
    background: linear-gradient(135deg, rgb(198,210,212,0.5), rgb(161,175,179,0.5));
    filter: blur(5px);
    border-radius: inherit;
    content: "";
    z-index: -1;
    inset: -5px;
    opacity: 0.3;
    position: absolute;
    animation: glowPulse 4s ease-in-out infinite alternate;
}

.excompany_info::before {
    z-index: 1;
    width: 40%;
    background: radial-gradient(circle at top right, rgb(198,210,212,0.5) 0%, transparent 70%);
    opacity: 0.4;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    content: "";
}

.excompany_info .exwhy_choose {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}

.excompany_info h3::after {
    bottom: -15px;
    height: 3px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(198,210,212), rgb(161,175,179));
    position: absolute;
    left: 50%;
    border-radius: 10px;
}

.excompany_info .exmentor_team span::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background-color: rgb(161,175,179);
    left: 0;
    bottom: -5px;
}

.excompany_info .eximg_thumbnail::after {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    position: absolute;
    width: 100%;
}

.excompany_info .exfast_classes p {
    padding-top: 15px;
    color: #000000;
    font-size: 13px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.7;
}

.excompany_info .exfounder_bio::after {
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    content: "";
    position: absolute;
    left: 0;
}



.excompany_info .exmentor_team::before,
.excompany_info .exfast_classes::before {
    width: 20px;
    background: rgb(198,210,212);
    height: 20px;
    right: 30px;
    top: -10px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
}

header::after {
    height: 100%;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    left: 0;
    top: 0;
    content: '';
    width: 100%;
}

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

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

header .exhead_mainbar::before {
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(to bottom, rgb(198,210,212), rgb(161,175,179));
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
    left: 0;
    width: 3px;
    position: absolute;
    content: '';
}

.expricing_panel {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.exlearning_fee {
    position: relative;
}

.expricing_panel h2 {
    position: relative;
    animation: fadeInDown 0.8s ease-out;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateY(0);
}

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

.expricing_panel .exprice_opts::before {
    background: linear-gradient(135deg, 
        rgb(198,210,212,0.5) 0%, 
        transparent 100%);
    z-index: 1;
    content: "";
    inset: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.expricing_panel .exannual_fee {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.expricing_panel .exannual_fee h4::after {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: -8px;
    background: rgb(161,175,179);
    left: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    transform: scaleX(1);
    transform-origin: left;
}

.expricing_panel .exprice_opts:hover .exbasic_cost {
    transform: translateZ(25px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.exstudy_bottom .container {
    z-index: 1;
    position: relative;
}

.exstudy_bottom .exfooter_address {
    display: flex;
    gap: 4rem;
    flex-direction: column;
}

.exstudy_bottom .excontact_links {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-bottom: 1px solid rgb(161,175,179,0.5);
    padding-bottom: 2.5rem;
    position: relative;
}

.exstudy_bottom .info_item p,
.exstudy_bottom .info_item a {
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    gap: 0.75rem;
}

.exstudy_bottom .exmain_site svg:hover {
    opacity: 0.8;
}

.exstudy_bottom .extop_learning {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.exstudy_bottom .exmain_skill a {
    color: #000000;
    padding-left: 0;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.exstudy_bottom .subscribe_holder {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 29px;
}

.exstudy_bottom .input_holder input[type="email"] {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.25rem;
    color: #000000;
    border: 1px solid rgb(161,175,179,0.5);
    font-size: 15px;
    border-radius: 10px;
    background-color: transparent;
    flex: 1;
}

.exstudy_bottom .execo_foot {
    font-size: 16px;
    opacity: 0.8;
    color: #000000;
}

.exstudy_bottom .exmain_skill:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media (max-width: 992px) {.exhomepage .exmain_hero {
    padding: 2rem 1rem;
}.exhomepage h3 {
    font-size: 18px;
    margin-bottom: 2rem;
    max-width: 100%;
    padding: 1.5rem;
}.exhomepage .exteam_culture {
    height: 55vh;
    min-height: 400px;
}.exhomepage .exteam_culture > div {
    padding: 2rem;
}.exhomepage .exteam_culture p {
    max-width: 90%;
    font-size: 13px;
}.exhomepage .title_style_header {
    font-size: 47px;
}
}



@media (max-width: 768px) {.exhomepage .exmain_hero {
    padding: 1.5rem 1rem;
}.exhomepage h3 {
    font-size: calc(22px * 1.1);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.exhomepage .exteam_culture {
    height: 50vh;
    min-height: 350px;
}.exhomepage .exteam_culture > div {
    padding: 1.5rem;
}.exhomepage .exteam_culture p {
    padding-left: 1rem;
    font-size: calc(13px * 0.95);
    max-width: 100%;
}.exhomepage .title_style_header {
    font-size: calc(35px * 1.1);
}.exhomepage .exteam_culture p::before {
    width: 3px;
}
}



@media (min-width: 1200px) {.excourse_summary .eximg_thumbnail {
    height: 600px;
}.excourse_summary .exannouncement_box {
    margin-left: -150px;
}.excourse_summary h3 {
    font-size: calc(18px * 1.3);
}
}



@media (prefers-reduced-motion: reduce) {.excourse_summary .eximg_thumbnail,
  .excourse_summary .exannouncement_box,
  .excourse_summary h3::after,
  .excourse_summary .exannouncement_box::before {
    transition: none;
    transform: none;
}}



@media (max-width: 767px) {.exgratArea {
    padding: 60px 0;
}.exgratArea .exwhy_choose {
    gap: 25px;
    padding: 40px 30px;
}.exgratArea .exwhy_choose h5 {
    font-size: calc(20px - 2px);
}.exgratArea .exwhy_choose p {
    font-size: calc(18px - 1px);
}.exgratArea .exwhy_choose div:first-child {
    padding-bottom: 20px;
}.exgratArea .exwhy_choose div:first-child::after {
    width: 60px;
}
}



@media (max-width: 480px) {.exjoin_list {
    padding: 60px 0 80px;
}.exjoin_list h3 {
    font-size: 20px;
    margin-bottom: 25px;
}.exjoin_list input[type="email"] {
    font-size: calc(14px * 0.9);
}.exjoin_list .exsub_backdrop {
    font-size: calc(18px * 0.9);
    letter-spacing: 1px;
}.exjoin_list::after {
    bottom: 40px;
}}



@media (max-width: 767px) {.excourse_instructor {
    padding: 80px 0;
}.excourse_instructor .exclient_sentiments {
    padding: 30px 25px;
}.excourse_instructor .exclient_sentiments .eximg_thumbnail {
    width: 150px;
    height: 150px;
}.excourse_instructor .exclient_sentiments .excareer_back {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.excourse_instructor .exclient_sentiments .excareer_back::before,
  .excourse_instructor .exclient_sentiments .excareer_back::after {
    font-size: 60px;
}
}


@media only screen and (max-width: 800px) {.exedu_cookies {
    display: none;
}.excookie_screen {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.excookie_message_window h5 {
    text-align: center;
}.excookie_message_window p {
    text-align: center;
}.exonline_cookies {
    margin-bottom: 20px;
    text-align: center;
}.exaccept_cookies {
    margin-left: 0;
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 992px) {.extraining_method .container {
    padding: 4rem 1.5rem;
}.extraining_method .exwhy_choose {
    aspect-ratio: auto;
    gap: 4rem;
    height: auto;
}.extraining_method h3 {
    font-size: calc(38px * 0.9);
    width: 80%;
    margin: 0;
    padding: 1.8rem 2.5rem;
}.extraining_method span {
    font-size: calc(18px * 0.95);
    width: 80%;
    padding: 1.8rem 2.5rem;
}.extraining_method h3::before,
    .extraining_method h3::after {
    display: none;
}.extraining_method span::after {
    display: none;
}.extraining_method .exwhy_choose::before,
    .extraining_method .exwhy_choose::after {
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 17px;
    height: 100%;
}
}



@media (max-width: 768px) {.excompany_info {
    padding: 60px 0;
}.excompany_info h3 {
    font-size: calc(36px * 0.9);
}.excompany_info .exmentor_team,
    .excompany_info .exfast_classes {
    padding: 25px;
}.excompany_info .exmentor_team span {
    font-size: calc(24px * 0.9);
}.excompany_info .eximg_thumbnail,
    .excompany_info .exfounder_bio {
    height: 220px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .exmain_page {
    padding: 1rem;
}header .extop_lesson {
    padding: 0 0 0.7rem 0;
}header .extop_lesson svg {
    width: 130px;
}header .extop_learning {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .exhead_mainbar {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 992px) {.expricing_panel {
    padding: 80px 0;
}.expricing_panel .exlearn_fees {
    padding: 2rem 1.5rem;
}.expricing_panel .exannual_fee h4 {
    font-size: calc(18px * 1.1);
}.expricing_panel .exbasic_cost {
    padding: 0.7rem 1.2rem;
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 576px) {.expricing_panel {
    padding: 50px 0;
}.expricing_panel h2 {
    font-size: calc(38px * 0.8);
}.expricing_panel .exlearn_fees {
    padding: 1.5rem 1.2rem;
}.expricing_panel .exannual_fee h4 {
    font-size: 18px;
    margin-bottom: 1.2rem;
}.expricing_panel .exbasic_cost {
    padding: 0.6rem 1rem;
    font-size: 18px;
}.expricing_panel .exprice_opts:hover {
    transform: translateY(-5px);
}}



@media (max-width: 576px) {.exstudy_bottom {
    padding: 3rem 0 1.5rem;
}.exstudy_bottom .excontact_links {
    grid-template-columns: 1fr;
}.exstudy_bottom .input_holder {
    flex-direction: column;
}.exstudy_bottom .exsub_backdrop {
    width: 100%;
}.exstudy_bottom .exmain_site,
    .exstudy_bottom .extop_learning h5,
    .exstudy_bottom .exmain_skill,
    .exstudy_bottom .exmain_skill a {
    text-align: center;
    align-items: center;
}.exstudy_bottom .exmain_site svg {
    margin: 0 auto;
}.exstudy_bottom .exequity_info {
    max-width: 100%;
    text-align: center;
}.exstudy_bottom .exmain_skill:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.exstudy_bottom .excontact_links::after {
    left: 50%;
    transform: translateX(-50%);
}.exstudy_bottom .exmain_skill a::before {
    display: none;
}.exstudy_bottom .exmain_skill a:hover {
    padding-left: 0;
}
}

