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

html {
    scrollbar-width: auto;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(130,129,136,0.5);
}

header,footer {
    width: 100%;
}


header {
    margin-top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
}



header .main_lead {
    align-items: center;
    padding: 1.3rem 2rem;
    display: flex;
    z-index: 5;
    position: relative;
    justify-content: space-between;
}

header .head_sitewrap:hover {
    transform: translateY(-3px) scale(1.02);
}

header .header_wrap::before {
    position: absolute;
    top: -8px;
    left: -8px;
    transform: skew(-3deg);
    bottom: -8px;
    right: -8px;
    opacity: 0.3;
    content: '';
    border: 1px solid rgb(162,161,167);
    border-radius: 10px;
    transition: all 0.3s ease;
}

header .main_mainbar a::before {
    background: rgb(162,161,167);
    position: absolute;
    transition: transform 0.3s ease;
    height: 1px;
    opacity: 0.7;
    transform: scaleX(0);
    content: '';
    width: 80%;
    bottom: 5px;
    left: 10%;
}

header .main_mainbar::after {
    width: 100%;
    top: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.3s ease;
    left: 0;
    content: '';
    position: absolute;
    background: radial-gradient(circle at center, rgb(162,161,167,0.5) 0%, transparent 70%);
    opacity: 0;
    height: 100%;
}

#cookiePromptNotice:checked ~ .cookiePolicyContainer {
    opacity: 0;
    visibility: hidden;
}

.visitor_confirm {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}

.visitor_confirm svg {
    width: 50px;
    fill: rgb(162,161,167);
    height: 50px;
}

.digital_consent h5 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(162,161,167);
    font-weight: 600;
}

.cookie_button.cookie_all {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_button.cookie_all:hover {
    background: rgb(162,161,167);
}

.cookiePolicyContainer p a:hover {
    color: #000000;
}


.opening_board {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(195,194,199);
    position: relative;
}

.opening_board .main_welcome input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.opening_board .course_page img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(0.8);
}

.opening_board .study_tools label {
    height: 6px;
    border-radius: 10px;
    width: 40px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.4;
}

.opening_board .text_holder_wrap {
    width: 100%;
    position: absolute;
    pointer-events: none;
    bottom: 80px;
    z-index: 5;
    left: 0;
}

.opening_board .text_holder_wrap p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7;
}

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

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

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

.opening_board::before {
    z-index: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(130,129,136,0.5) 0%,
        transparent 70%
    );
    left: 0;
    top: 0;
    pointer-events: none;
}

.analysis_summary {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(195,194,199) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
}

.analysis_summary h3 {
    font-family: Arial, sans-serif;
    opacity: 0;
    margin-bottom: 3.5rem;
    text-align: center;
    color: #000000;
    transform: translateY(20px);
    font-size: 28px;
    position: relative;
    letter-spacing: 0.015em;
    font-weight: 600;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

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

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

.analysis_summary .study_gain:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) !important;
}

.analysis_summary .study_gain span {
    display: block;
    font-size: calc(16px * 1.05);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 0.8rem;
    transition: transform 0.3s ease;
    letter-spacing: 0.01em;
    font-weight: 600;
}

.analysis_summary .study_gain:hover p::after {
    transform: scaleX(1);
}

.our_story {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.our_story::before {
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.92;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(162,161,167,0.5), rgb(130,129,136,0.5));
}

.our_story h2::after {
    transform-origin: left;
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    background: rgb(130,129,136);
    width: 80px;
    left: 0;
    content: "";
    bottom: -12px;
    animation: expandLine 1s 0.5s ease-in-out forwards;
}

.our_story .text_holder_wrap > div {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 25px;
}

.our_story .text_holder_wrap p::after {
    transform-origin: left;
    animation: expandLine 0.6s 0.9s ease-out forwards;
    height: 2px;
    transform: scaleX(0);
    content: "";
    bottom: 0;
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(130,129,136);
}

.pricing_grid::before {
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}

.pricing_grid .study_cost h2::after {
    bottom: -10px;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(162,161,167), rgb(130,129,136));
    width: 80px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
}

.pricing_grid .study_fees:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing_grid .study_fees:hover .price_deals {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}

.pricing_grid .study_fees:nth-child(even) .price_deals::before {
    background: rgb(130,129,136);
    right: 0;
    height: 100%;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 5px;
    content: "";
    transform: scaleY(0);
    transform-origin: bottom;
}

.pricing_grid .study_fees:hover .cost_levels h3 {
    color: rgb(162,161,167);
}

.pricing_grid .study_fees:nth-child(even):hover .cost_levels h3 {
    color: rgb(130,129,136);
}

.pricing_grid .study_fees:nth-child(even) .learn_price {
    color: rgb(130,129,136);
}

.pricing_grid .cost_levels p {
    font-size: 17px;
    margin-top: auto;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.thanks_id {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(195,194,199) 0%, #ffffff 100%);
    overflow: hidden;
}

.thanks_id::after {
    filter: blur(70px);
    position: absolute;
    height: 280px;
    right: -80px;
    animation: float 15s ease-in-out infinite reverse;
    background: rgb(162,161,167,0.5);
    width: 280px;
    bottom: -80px;
    content: "";
    z-index: 0;
}

.thanks_id .skill_learn > div:first-child {
    position: relative;
}

.thanks_id .skill_learn > div:first-child::after {
    height: 4px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(162,161,167) 0%, rgb(130,129,136) 100%);
    left: 0;
    width: 80px;
    bottom: -1rem;
    position: absolute;
    content: "";
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.thanks_id .skill_learn:hover h5 {
    transform: translateX(10px);
}

.thanks_id a:hover {
    transform: translateY(-5px);
}

.thanks_id a:hover::before {
    height: 100%;
    opacity: 0.1;
}

.thanks_id p {
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
}

.program_structure::before {
    width: 200%;
    top: -50%;
    height: 200%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(130,129,136,0.5) 0%, transparent 60%);
    opacity: 0.3;
    z-index: 0;
    left: -50%;
    content: "";
    pointer-events: none;
    transform: rotate(-15deg);
}

.program_structure .pic_grid {
    z-index: 2;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 380px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.program_structure .pic_grid:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

.program_structure .text_holder_wrap::before {
    top: 0;
    background: linear-gradient(135deg, rgb(130,129,136,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    z-index: -1;
    opacity: 0.05;
    height: 100%;
    left: 0;
    position: absolute;
}

.program_structure h3::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(162,161,167) 0%, rgb(130,129,136) 100%);
    bottom: -12px;
    transform-origin: left;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
}

.teaching_experience {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(
        125deg,
        rgb(195,194,199) 0%,
        rgb(195,194,199) 60%,
        rgb(162,161,167,0.5) 120%
    );
    position: relative;
}



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

.teaching_experience .rating_views {
    display: flex;
    position: relative;
    overflow: visible;
    border-radius: 10px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    background: transparent;
}

.teaching_experience .pic_grid::before {
    opacity: 0.3;
    z-index: -1;
    inset: -10px;
    border-radius: 30px;
    transition: all 0.5s ease;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(162,161,167,0.5) 0%,
        transparent 50%,
        rgb(130,129,136,0.5) 100%
    );
    content: "";
    transform: rotate(5deg);
}

.teaching_experience .name::after {
    position: absolute;
    border-radius: 3px;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(
        to right,
        rgb(162,161,167) 0%,
        rgb(130,129,136) 100%
    );
    width: 80px;
    content: "";
    height: 3px;
    left: 50%;
}

.teaching_experience .career_trajectory {
    max-width: 700px;
    border-radius: 10px;
    z-index: 1;
    margin: 0;
    width: 80%;
    color: #000000;
    position: relative;
    padding: 40px 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    text-align: center;
    background: #ffffff;
    line-height: 1.9;
    font-size: 14px;
}

.teaching_experience .rating_views:hover .pic_grid {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.teaching_experience .rating_views:hover .pic_grid::before {
    transform: rotate(0deg);
    opacity: 0.5;
}

.teaching_experience .rating_views:hover .pic_grid::after {
    transform: rotate(5deg);
}

.privacy_guard {
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px 20px;
}

.privacy_guard h4 {
    margin-bottom: 18px;
    font-size: 1.25em;
}

.privacy_guard h5 {
    font-size: 23px;
    margin-bottom: 16px;
}

.privacy_guard ul, .privacy_guard ol {
    color: #000000;
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
}

.privacy_guard p, .privacy_guard span, .privacy_guard div {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
}

.privacy_guard blockquote {
    margin: 20px 0;
    color: #000000;
    padding: 15px 20px;
    font-style: italic;
    border-left: 5px solid rgb(162,161,167);
    background-color: rgb(195,194,199);
}

.contact_panel::after {
    left: 0;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, rgb(195,194,199) 6px, transparent 6px),
        linear-gradient(0deg, rgb(195,194,199) 6px, transparent 6px);
    z-index: 0;
    opacity: 0.2;
    height: 100%;
    background-size: 100px 100px;
    content: '';
    width: 100%;
}

.contact_panel h3 {
    margin-bottom: 60px;
    color: #000000;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: 4px;
    font-family: Arial, sans-serif;
    transform: skew(-5deg);
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.contact_panel .reach_inquiry::before {
    position: absolute;
    top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    content: '';
    right: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    pointer-events: none;
    bottom: 20px;
    left: 20px;
}

.contact_panel .reach_inquiry input[type="text"],
.contact_panel .reach_inquiry textarea {
    font-family: Arial, sans-serif;
    border: 2px solid rgb(162,161,167);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 20px;
    background-color: #ffffff;
    width: 100%;
    border-radius: 0;
    margin-bottom: 25px;
}

.contact_panel .reach_inquiry .inquiry_help input[type="checkbox"]:checked + label::before {
    background-color: rgb(162,161,167);
}

.contact_panel .reach_inquiry .inquiry_help a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(162,161,167);
}

.contact_panel .reach_inquiry .inquiry_help a:hover {
    color: rgb(130,129,136);
}

.contact_panel .reach_inquiry .connect_reach {
    display: inline-block;
    padding: 18px 40px;
    border: none;
    position: relative;
    background: rgb(162,161,167);
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.contact_panel .contact_reach h4 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    font-size: 18px;
}

.contact_panel .contact_reach .connect_links li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 20px;
}

.contact_panel .contact_reach .connect_links li:hover svg path {
    fill: rgb(130,129,136);
    transition: fill 0.3s ease;
}

.contact_panel .contact_reach .connect_links li a:hover {
    color: rgb(162,161,167);
}

footer .encrypt_cta::after {
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgb(162,161,167), rgb(130,129,136));
}

footer .info_item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-width: 200px;
    min-height: 60px;
    position: relative;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
    max-width: 300px;
    transition: all 0.4s ease;
    padding: 20px 25px;
    flex: 0 1 auto;
}

footer .info_item svg {
    margin-right: 12px;
    transition: fill 0.3s ease;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    fill: rgb(162,161,167);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 40px;
    display: grid;
    position: relative;
}

footer .text_main_holder::before {
    position: absolute;
    pointer-events: none;
    width: 80%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    height: 1px;
    left: 10%;
    top: 0;
}

footer .header_wrap svg {
    height: 45px;
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
}

footer .discuss_cta {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .main_class h5 {
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
}

footer .nav_main a {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 12px 15px;
    font-size: 15px;
    align-items: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    position: relative;
}

footer .subscribe_holder::before {
    left: 0;
    content: "";
    border-radius: 15px;
    pointer-events: none;
    background-size: 20px 20px;
    position: absolute;
    background-image: 
        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(162,161,167,0.5) 49%, rgb(162,161,167,0.5) 51%, transparent 52%);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
}

footer .join_list {
    z-index: 5;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    padding: 14px 20px;
    font-size: 17px;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    background-color: rgb(162,161,167);
    border: none;
}

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

.client_comments::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(45deg, rgb(162,161,167,0.5) 0px, transparent 2px, transparent 10px, rgb(162,161,167,0.5) 12px);
}

.client_comments h2::after {
    bottom: -15px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(162,161,167), rgb(130,129,136));
    height: 4px;
    width: 80px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.client_comments .rating_views:nth-child(1) {
    --i: 1;
}

.client_comments .rating_views:nth-child(3) {
    --i: 3;
}

.client_comments .rating_views:nth-child(5) {
    --i: 5;
}

.client_comments .rating_views:nth-child(7) {
    --i: 7;
}

.client_comments .rating_views:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) scale(1.02);
}

.client_comments .rating_views h3 {
    color: #000000;
    margin-bottom: 15px;
    font-size: calc(19px - 2px);
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.client_comments .rating_views .description {
    line-height: 1.6;
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    font-size: 12px;
    color: #000000;
}

.client_comments .rating_views:hover div img {
    transform: scale(1.1) rotate(5deg);
}

::-webkit-scrollbar {
    height: 9px;
    width: 2%;
}

::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    box-shadow: 5px 1px 15px 4px rgba(0, 0, 0, 0.5);
    background: radial-gradient(circle at top left, rgb(255, 255, 255, 0.5) 24%, rgb(130,129,136) 62%, rgb(162,161,167) 23%, rgb(162,161,167,0.5) 16%, rgb(195,194,199) 0%);
    border-radius: 13%;
    transition: all, background, box-shadow 2.5s ease;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px -5px 15px -1px rgba(0, 0, 0, 0.2);
    background: rgb(130,129,136,0.5);
}

::-webkit-scrollbar-corner {
    border-radius: 2px;
    background: #ffffff;
}

.program_structure p.description::-webkit-scrollbar {
    width: 5px;
}

.program_structure p.description::-webkit-scrollbar-track {
    background: transparent;
}

.program_structure p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(130,129,136,0.5);
}



@media (max-width: 991px) {.opening_board {
    min-height: unset;
}.opening_board .skill_learn {
    height: 90vh;
}.opening_board .main_welcome {
    height: 100%;
}.opening_board .text_holder_wrap {
    bottom: 60px;
}.opening_board .text_holder_wrap .container {
    padding: 30px;
    margin: 0 20px;
}.opening_board .study_tools {
    bottom: 20px;
}.opening_board .study_tools label {
    width: 30px;
    height: 5px;
}.opening_board .main_welcome input:checked ~ .study_tools label {
    width: 40px;
}
}



@media (min-width: 768px) {.analysis_summary {
    padding: 8rem 3rem;
}.analysis_summary h3 {
    font-size: calc(28px * 1.1);
    margin-bottom: 4.5rem;
}.analysis_summary ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.analysis_summary .study_gain {
    padding: 2.2rem 1.8rem;
}
}



@media (min-width: 992px) {.analysis_summary {
    padding: 10rem 4rem;
}.analysis_summary .container {
    padding: 0 2rem;
}.analysis_summary ul {
    gap: 3rem 2rem;
    grid-template-columns: repeat(3, 1fr);
}.analysis_summary .study_gain {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform-origin: center;
}.analysis_summary .study_gain:hover {
    transform: translateY(-8px) !important;
}
}



@media (min-width: 1024px) {.our_story {
    padding: 180px 0;
}.our_story .container {
    padding: 0 30px;
    grid-template-columns: 1fr;
}.our_story .text_holder_wrap {
    margin-left: -40px;
    padding: 70px;
    width: calc(100% + 40px);
}.our_story .text_holder_wrap::after {
    height: 150px;
    content: "";
    width: 150px;
    z-index: -1;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(162,161,167,0.5), 0.05) 50%);
    bottom: 0;
    position: absolute;
    right: 0;
}.our_story .text_holder_wrap p {
    padding-bottom: 15px;
    font-size: calc(15px * 1.8);
}.our_story .text_holder_wrap div div {
    column-count: 2;
}
}



@media (min-width: 768px) {.pricing_grid .deal_grid {
    grid-template-columns: 1fr;
}.pricing_grid .study_costs {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}



@media (min-width: 992px) {.pricing_grid {
    padding: 150px 0;
}.pricing_grid .deal_grid {
    grid-template-columns: 1fr;
    gap: 80px;
}.pricing_grid .study_costs {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.pricing_grid .price_deals {
    min-height: 480px;
}
}



@media (min-width: 768px) {.thanks_id {
    padding: 150px 0;
}.thanks_id .skill_learn {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    align-items: center;
    gap: 3rem;
}.thanks_id h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 0;
}.thanks_id p {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 480px) {.thanks_id {
    padding: 60px 0;
}.thanks_id .skill_learn {
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
    padding: 2rem;
}.thanks_id h5 {
    font-size: calc(22px * 0.85);
}.thanks_id p {
    font-size: calc(16px * 0.9);
}}



@media (min-width: 1200px) {.program_structure .container {
    padding: 0 3rem;
}.program_structure .pic_grid {
    height: 580px;
}.program_structure .text_holder_wrap {
    padding: 3.5rem;
}.program_structure h3 {
    font-size: calc(23px * 1.4);
}.program_structure p.description {
    max-height: 450px;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 767px) {.teaching_experience {
    padding: 60px 0;
}.teaching_experience .pic_grid {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}.teaching_experience .name {
    font-size: calc(45px * 0.8);
    margin-bottom: 10px;
    padding: 0 15px 12px;
}.teaching_experience .rating_views span:not(.name) {
    letter-spacing: 2px;
    font-size: calc(24px * 0.9);
    margin-bottom: 30px;
}.teaching_experience .career_trajectory {
    font-size: calc(14px * 0.95);
    width: 90%;
    padding: 30px 35px;
}.teaching_experience .career_trajectory::before,
    .teaching_experience .career_trajectory::after {
    height: 25px;
    width: 25px;
}.teaching_experience .rating_views::before,
    .teaching_experience .rating_views::after {
    width: 200px;
    height: 200px;
}.teaching_experience .rating_views:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media (max-width: 768px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h3 {
    font-size: calc(38px);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.contact_panel .reach_inquiry h3,
    .contact_panel .contact_reach h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.contact_panel .reach_inquiry input[type="text"],
    .contact_panel .reach_inquiry textarea {
    margin-bottom: 20px;
    padding: 15px;
}.contact_panel .reach_inquiry textarea {
    height: 120px;
}.contact_panel .reach_inquiry .connect_reach {
    padding: 15px 30px;
}.contact_panel .contact_reach .connect_links li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.contact_panel .contact_reach .connect_links li svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
}



@media (max-width: 991px) {footer .nav_main {
    grid-template-columns: 1fr;
}
}



@media (max-width: 992px) {.client_comments {
    padding: 80px 0;
}.client_comments h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.client_comments .student_reviews {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (max-width: 768px) {.client_comments {
    padding: 60px 0;
}.client_comments h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 30px;
}.client_comments h2::after {
    width: 60px;
    height: 3px;
}.client_comments .student_reviews {
    grid-template-columns: 1fr;
    gap: 20px;
}.client_comments .rating_views {
    padding: 25px;
}
}



@keyframes expandLine {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}



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



@keyframes expandVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}



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



@keyframes floating {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(20px);
    }
    50% {
        transform: translateY(0) translateX(40px);
    }
    75% {
        transform: translateY(20px) translateX(20px);
    }
}

