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

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

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

.encrypt_cta {
    flex: 0 0 auto;
}

header::before {
    left: 0;
    z-index: 0;
    top: 0;
    content: '';
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    position: absolute;
}

header .header_wrap {
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
}

header .head_sitewrap img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .header_wrap:hover::before {
    box-shadow: 0 0 15px rgb(162,161,167,0.5);
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
}

header .main_mainbar {
    margin: 0 0.3rem;
    position: relative;
    perspective: 800px;
}

header .main_mainbar a:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    color: rgb(162,161,167);
}

header .main_mainbar:hover::after {
    opacity: 0.4;
}

header .main_lead::after {
    bottom: 0;
    left: 20%;
    content: '';
    opacity: 0.1;
    position: absolute;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

#cookiePromptNotice {
    display: none;
}

.cookiePolicyContainer .container {
    gap: 1rem;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    max-width: 1140px;
    position: relative;
    align-items: center;
}

.digital_consent {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}

.data_consent {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(162,161,167);
    border: none;
    text-decoration: none;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
}

.opening_board .main_welcome {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.opening_board .skill_quick {
    display: flex;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 500%;
}

.opening_board .study_tools {
    display: flex;
    z-index: 10;
    transform: translateX(-50%);
    gap: 15px;
    left: 50%;
    bottom: 30px;
    position: absolute;
}

.opening_board .study_tools label:hover {
    opacity: 0.7;
}

.opening_board .text_holder_wrap .container {
    max-width: 1200px;
    padding: 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    border-left: 4px solid rgb(162,161,167);
    border-radius: 18px;
}

.opening_board .main_welcome input:nth-child(1):checked ~ .skill_quick {
    transform: translateX(0%);
}

.opening_board .main_welcome input:nth-child(4):checked ~ .skill_quick {
    transform: translateX(-60%);
}

.opening_board .main_welcome input:nth-child(7):checked ~ .skill_quick {
    transform: translateX(-120%);
}

.opening_board .main_welcome input:nth-child(10):checked ~ .skill_quick {
    transform: translateX(-180%);
}

.opening_board::after {
    right: 0;
    bottom: 0;
    content: '';
    background: radial-gradient(
        circle at 80% 70%,
        rgb(162,161,167,0.5) 0%,
        transparent 70%
    );
    z-index: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    height: 100%;
}

.analysis_summary::before {
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(162,161,167,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(130,129,136,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.1;
    width: 100%;
    top: 0;
}

.analysis_summary h3::after {
    background: rgb(162,161,167);
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    transform-origin: center;
    left: 50%;
    content: "";
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    bottom: -16px;
    position: absolute;
}

.analysis_summary .study_gain:nth-child(1) {
    --i: 1;
}

.analysis_summary .study_gain:nth-child(2) {
    --i: 2;
}

.analysis_summary .study_gain:nth-child(4) {
    --i: 4;
}

.analysis_summary .study_gain:nth-child(6) {
    --i: 6;
}

.analysis_summary .study_gain::before {
    height: 0;
    border-style: solid;
    top: 0;
    transition: opacity 0.3s ease;
    border-width: 0 20px 20px 0;
    position: absolute;
    opacity: 0;
    right: 0;
    width: 0;
    content: "";
    border-color: transparent rgb(130,129,136,0.5) transparent transparent;
}

.analysis_summary .study_gain:hover p {
    transform: scale(1.05);
}

.analysis_summary .study_gain p::after {
    left: 0;
    content: "";
    width: 40px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    height: 2px;
    background: linear-gradient(90deg, rgb(162,161,167) 0%, transparent 100%);
    transform: scaleX(0);
    position: absolute;
    bottom: -5px;
}

.our_story h2 {
    transform: translateX(-10px);
    font-size: calc(36px * 1.2);
    color: #ffffff;
    opacity: 0;
    position: relative;
    margin: 0 0 30px;
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
}

.our_story .text_holder_wrap::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(162,161,167), rgb(130,129,136));
    position: absolute;
    content: "";
    transform-origin: top;
    width: 5px;
    animation: expandVertical 0.8s 0.7s ease-out forwards;
    transform: scaleY(0);
    height: 100%;
    top: 0;
}

.our_story .text_holder_wrap div div {
    column-count: 1;
    column-gap: 40px;
    transform: translateY(15px);
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    animation: fadeIn 1s 0.6s ease-out forwards;
    opacity: 0;
}

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

.pricing_grid .study_cost {
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    max-width: 800px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-align: center;
}

.pricing_grid .study_costs {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(30px);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
}

.pricing_grid .price_deals {
    background: #ffffff;
    display: flex;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    border-radius: 25px;
    position: relative;
    flex-direction: column;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pricing_grid .study_fees:hover .price_deals::before {
    transform: scaleY(1);
}

.pricing_grid .cost_levels {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 40px 30px;
}

.pricing_grid .learn_price {
    color: rgb(162,161,167);
    font-size: calc(20px + 0.5rem);
    margin: 10px 0 20px;
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
}

.pricing_grid .pic_grid {
    height: 200px;
    width: 100%;
    position: relative;
    transform-origin: center;
    transition: transform 0.5s ease;
}

.pricing_grid .study_fees:hover .pic_grid::after {
    opacity: 1;
}

.thanks_id::before {
    position: absolute;
    left: -50px;
    animation: float 12s ease-in-out infinite;
    background: rgb(130,129,136,0.5);
    top: -50px;
    filter: blur(80px);
    height: 300px;
    z-index: 0;
    content: "";
    width: 300px;
}

.thanks_id .skill_learn::before {
    background-size: 10px 10px;
    background: linear-gradient(45deg, transparent 48%, rgb(130,129,136,0.5) 49%, transparent 51%);
    opacity: 0.08;
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}

.thanks_id .skill_learn:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.thanks_id h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 22px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    line-height: 1.3;
    transform: translateX(0);
}

.thanks_id a::before {
    content: "";
    width: 100%;
    height: 0;
    opacity: 0;
    background: linear-gradient(to top, rgb(162,161,167,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
}

.program_structure::after {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
    background: 
        radial-gradient(circle at 20% 80%, rgb(162,161,167,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(130,129,136,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(162,161,167,0.5) 0%, transparent 20%);
    position: absolute;
}

.program_structure .pic_grid::after {
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    top: -10%;
    width: 120%;
    position: absolute;
    transition: opacity 0.5s ease-out;
    height: 120%;
    content: "";
    left: -10%;
}

.program_structure .text_holder_wrap:hover {
    transform: perspective(1000px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.program_structure h3 {
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 600;
    line-height: 1.3;
    font-size: calc(23px * 1.1);
}

.program_structure p.description {
    padding-right: 15px;
    scrollbar-color: rgb(130,129,136,0.5) transparent;
    margin-top: 0;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.teaching_experience::after {
    position: absolute;
    content: "";
    opacity: 0.2;
    height: 200%;
    width: 200%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(162,161,167,0.5) 0%,
            transparent 60%
        );
    top: -50%;
    left: -50%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
}

.teaching_experience .pic_grid {
    position: relative;
    margin-bottom: 30px;
    z-index: 3;
    border-radius: 20px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 260px;
    transform: rotate(-5deg);
    height: 260px;
}

.teaching_experience .name {
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(162,161,167) 100%
    );
    padding: 0 20px 15px;
    -webkit-background-clip: text !important;
    font-size: 45px;
    text-fill-color: transparent;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    position: relative;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.teaching_experience .career_trajectory::before {
    width: 35px;
    opacity: 0.2;
    left: 25px;
    height: 35px;
    top: 25px;
    border-radius: 0 0 10px 0;
    content: "";
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(162,161,167,0.5) 0%, transparent 100%);
}

.teaching_experience .rating_views::before {
    height: 300px;
    animation: morphing 15s infinite alternate ease-in-out;
    left: 50%;
    width: 300px;
    background: 
        linear-gradient(
            135deg,
            rgb(162,161,167,0.5) 0%,
            transparent 100%
        );
    opacity: 0.1;
    z-index: 0;
    content: "";
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -70px;
}

.teaching_experience .rating_views:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

.privacy_guard h2 {
    padding-bottom: 8px;
    margin-bottom: 25px;
    font-size: 29px;
    border-bottom: 2px solid rgb(130,129,136);
}

.privacy_guard h3 {
    padding-bottom: 6px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.privacy_guard h6 {
    font-size: 21px;
    margin-bottom: 14px;
}

.privacy_guard ul li:before {
    position: absolute;
    font-size: 1.2em;
    color: rgb(162,161,167);
    left: 0;
    content: '•';
}

.privacy_guard a:hover {
    color: rgb(130,129,136);
    border-bottom: 1px solid rgb(130,129,136);
}

.privacy_guard code {
    background-color: rgb(195,194,199);
    font-family: monospace;
    color: #000000;
    border-radius: 10px;
    padding: 2px 6px;
}

.contact_panel::before {
    content: '';
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(162,161,167,0.5) 49%, rgb(162,161,167,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(130,129,136,0.5) 49%, rgb(130,129,136,0.5) 51%, transparent 52%);
}

.contact_panel .query_block {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
}

.contact_panel .reach_inquiry {
    background: #ffffff;
    border-radius: 0;
    z-index: 2;
    flex: 1 1 60%;
    transform: skew(-3deg);
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.contact_panel .reach_inquiry h3::before {
    transform: none;
    clip-path: none;
    height: 3px;
    width: 60px;
    left: 0;
}

.contact_panel .reach_inquiry textarea {
    resize: vertical;
    height: 140px;
}

.contact_panel .reach_inquiry .inquiry_help {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact_panel .reach_inquiry .inquiry_help input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_panel .reach_inquiry .inquiry_help label::before {
    content: '';
    height: 24px;
    transition: all 0.3s ease;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    width: 24px;
    left: 0;
    border: 2px solid rgb(162,161,167);
}

.contact_panel .reach_inquiry .inquiry_help a::after {
    width: 100%;
    transform: scaleX(0);
    bottom: -2px;
    background-color: rgb(162,161,167);
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: left;
    left: 0;
    height: 2px;
    content: '';
}

.contact_panel .contact_reach {
    background: rgb(195,194,199);
    margin-left: -40px;
    z-index: 1;
    padding: 60px 60px 60px 80px;
    position: relative;
    flex: 1 1 40%;
    color: #ffffff;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.contact_panel .contact_reach::after {
    bottom: 20px;
    pointer-events: none;
    content: '';
    right: 20px;
    left: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    top: 20px;
    position: absolute;
}

.contact_panel .contact_reach h4::after {
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 3px;
    content: '';
    background: rgb(162,161,167);
    left: 0;
}

.contact_panel .contact_reach .connect_links li svg {
    margin-right: 20px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.contact_panel .contact_reach .connect_links li span {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}

footer {
    position: relative;
    width: 100%;
}

footer .encrypt_cta::before {
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(130,129,136) 12%, transparent 12.5%, transparent 87%, rgb(130,129,136) 87.5%, rgb(130,129,136)),
        linear-gradient(150deg, rgb(130,129,136) 12%, transparent 12.5%, transparent 87%, rgb(130,129,136) 87.5%, rgb(130,129,136)),
        linear-gradient(30deg, rgb(130,129,136) 12%, transparent 12.5%, transparent 87%, rgb(130,129,136) 87.5%, rgb(130,129,136)),
        linear-gradient(150deg, rgb(130,129,136) 12%, transparent 12.5%, transparent 87%, rgb(130,129,136) 87.5%, rgb(130,129,136)),
        linear-gradient(60deg, rgb(162,161,167,0.5) 25%, transparent 25.5%, transparent 75%, rgb(162,161,167,0.5) 75%, rgb(162,161,167,0.5)),
        linear-gradient(60deg, rgb(162,161,167,0.5) 25%, transparent 25.5%, transparent 75%, rgb(162,161,167,0.5) 75%, rgb(162,161,167,0.5));
    left: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    height: 100%;
}

footer .header_wrap::before {
    pointer-events: none;
    top: 3px;
    bottom: 3px;
    z-index: -1;
    right: 3px;
    background-color: rgb(130,129,136);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    position: absolute;
    left: 3px;
}

footer .main_class {
    border-radius: 15px;
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
}

footer .nav_main {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}

footer .nav_main a::before {
    top: 50%;
    position: absolute;
    opacity: 0;
    content: "";
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    transform: translateY(-50%);
    left: 5px;
    border-left: 4px solid rgb(162,161,167);
    pointer-events: none;
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
}

footer .input_holder {
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(162,161,167);
    outline: none;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

footer .join_list:hover {
    background-color: rgb(130,129,136);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .footer_subscribe::before,
footer .footer_subscribe::after {
    width: 20px;
    position: absolute;
    pointer-events: none;
    height: 1px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
}

footer .footer_subscribe::before {
    transform: rotate(-45deg);
    left: -10px;
}

.client_comments h2 {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 34px;
    margin-bottom: 50px;
    color: #000000;
    z-index: 2;
}

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

.client_comments .rating_views {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    padding: 30px;
    transform: translateY(30px);
    animation-delay: calc(var(--i, 0) * 0.1s);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    border-radius: 19px;
    animation: revealReview 0.8s forwards cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
}

.client_comments .rating_views h3::after {
    height: 2px;
    background-color: rgb(162,161,167);
    bottom: -5px;
    width: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
}

.client_comments .rating_views div {
    align-items: center;
    display: flex;
}

.client_comments .rating_views div img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: transform 0.4s ease;
    width: 60px;
    object-fit: cover;
    border: 3px solid #ffffff;
    height: 60px;
}



@media (min-width: 1400px) {header .main_lead {
    margin: 0 auto;
    max-width: 1300px;
}header .main_mainbar {
    margin: 0 0.5rem;
}header .main_mainbar a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_lead {
    padding: 0.8rem 1.2rem;
}header .header_wrap {
    max-width: 130px;
}header .header_wrap::before {
    display: none;
}header .main_class {
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
}header .main_class::-webkit-scrollbar {
    height: 2px;
}header .main_class::-webkit-scrollbar-thumb {
    background: rgb(162,161,167);
    border-radius: 10px;
}header .main_mainbar {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .main_mainbar a {
    white-space: nowrap;
    font-size: calc(15px - 2px);
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
}header .main_mainbar a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (max-width: 767px) {.opening_board .skill_learn {
    height: 80vh;
}.opening_board .text_holder_wrap {
    bottom: 50px;
}.opening_board .text_holder_wrap .container {
    padding: 25px;
    margin: 0 15px;
}.opening_board .text_holder_wrap h1 {
    font-size: calc(43px * 0.85);
    margin-bottom: 10px;
}.opening_board .text_holder_wrap h3 {
    font-size: calc(21px * 0.85);
    margin-bottom: 15px;
}.opening_board .text_holder_wrap p {
    font-size: calc(16px * 0.9);
}.opening_board .study_tools {
    gap: 10px;
    bottom: 15px;
}.opening_board .study_tools label {
    width: 25px;
    height: 4px;
}.opening_board .main_welcome input:checked ~ .study_tools label {
    width: 35px;
}
}



@media (max-width: 767px) {.analysis_summary {
    padding: 4rem 1.5rem;
}.analysis_summary h3 {
    margin-bottom: 3rem;
    font-size: calc(28px * 0.9);
}.analysis_summary ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.analysis_summary .study_gain {
    padding: 1.5rem 1.2rem;
}.analysis_summary .study_gain span {
    font-size: 16px;
}.analysis_summary .study_gain p {
    font-size: calc(28px * 1.1);
}}



@media (min-width: 1200px) {.our_story {
    padding: 200px 0;
}.our_story::after {
    content: "";
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    right: 0;
    background: radial-gradient(circle, rgb(130,129,136,0.5) 0%, transparent 70%);
    top: 50%;
}.our_story .container {
    padding: 0 40px;
    max-width: 1400px;
}.our_story h2 {
    margin-bottom: 50px;
    font-size: calc(36px * 1.8);
}.our_story .text_holder_wrap {
    margin-left: -80px;
    width: calc(100% + 80px);
    padding: 80px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    display: flex;
}.our_story .text_holder_wrap > div {
    max-width: 90%;
    grid-gap: 35px;
    grid-template-columns: 1fr;
}.our_story .text_holder_wrap div div {
    line-height: 1.9;
    column-gap: 60px;
    column-count: 2;
}
}



@media (max-width: 767px) {.pricing_grid {
    padding: 80px 0;
}.pricing_grid .study_cost h2 {
    font-size: calc(38px - 0.4rem);
}.pricing_grid .plan_cost {
    font-size: 17px;
}.pricing_grid .cost_levels {
    padding: 30px 20px;
}.pricing_grid .price_deals {
    min-height: 400px;
}.pricing_grid .pic_grid {
    height: 160px;
}
}



@media (min-width: 992px) {.thanks_id {
    padding: 180px 0;
}.thanks_id .skill_learn {
    padding: 5rem;
}.thanks_id h5 {
    font-size: calc(22px * 1.2);
}.thanks_id .skill_learn > div:first-child::after {
    width: 100px;
}
}



@media (min-width: 768px) {.program_structure {
    padding: 8rem 0;
}.program_structure .training_track {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.program_structure .pic_grid {
    height: 450px;
}.program_structure h3 {
    font-size: calc(23px * 1.2);
}.program_structure p.description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.program_structure {
    padding: 4rem 0;
}.program_structure .pic_grid {
    height: 280px;
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.program_structure .text_holder_wrap {
    padding: 2rem;
}.program_structure h3 {
    font-size: 23px;
    margin-bottom: 1.25rem;
}.program_structure h3::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.program_structure p.description {
    max-height: 250px;
    line-height: 1.6;
}}



@media (max-width: 575px) {.teaching_experience {
    padding: 50px 0;
}.teaching_experience .pic_grid {
    height: 150px;
    margin-bottom: 15px;
    width: 150px;
    border-radius: 15px;
}.teaching_experience .pic_grid::before {
    border-radius: 22px;
    inset: -8px;
}.teaching_experience .pic_grid::after {
    border-radius: 30px;
    inset: -15px;
}.teaching_experience .name {
    margin-bottom: 8px;
    font-size: calc(45px * 0.7);
    padding: 0 10px 10px;
}.teaching_experience .name::after {
    height: 2px;
    width: 60px;
}.teaching_experience .rating_views span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(24px * 0.85);
}.teaching_experience .career_trajectory {
    padding: 25px 20px;
    width: 100%;
    border-radius: 10px;
    font-size: calc(14px * 0.9);
}.teaching_experience .career_trajectory::before,
    .teaching_experience .career_trajectory::after {
    left: 15px;
    top: 15px;
    height: 20px;
    width: 20px;
}.teaching_experience .career_trajectory::after {
    bottom: 15px;
    right: 15px;
}.teaching_experience .rating_views::before,
    .teaching_experience .rating_views::after {
    height: 150px;
    width: 150px;
}.teaching_experience .rating_views:hover span:not(.name) {
    letter-spacing: 2px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join_list {
    min-width: 150px;
    width: auto;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}



@media (max-width: 576px) {footer .encrypt_cta {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .main_class h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .main_class, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .join_list {
    padding: 12px;
}}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes statAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes slideInText {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

