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

html {
    scrollbar-color: #ffffff #ffffff;
}

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


.teaching_experience {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(233,230,234), rgb(171,120,181,0.5) 120%);
    position: relative;
    overflow: hidden;
}

.teaching_experience::after {
    position: absolute;
    width: 60%;
    transform: rotate(-12deg);
    opacity: 0.04;
    right: -10%;
    top: -50%;
    height: 200%;
    background: rgb(171,120,181);
    z-index: 0;
    content: "";
}

.teaching_experience .client_voices > div:first-child {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.teaching_experience .client_voices:hover .post_image_grid {
    transform: translateZ(30px) translateY(-5px);
}

.teaching_experience .client_voices .post_image_grid::after {
    transform: translate(10px, 10px);
    top: 15px;
    right: -15px;
    z-index: -1;
    left: 15px;
    position: absolute;
    bottom: -15px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    border: 2px solid rgb(171,120,181);
}

.teaching_experience .client_voices:hover .name::after {
    width: 70%;
}

.teaching_experience .client_voices > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(16px * 1.05);
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(171,120,181);
}

.opening_board {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(233,230,234), rgb(171,120,181,0.5) 70%);
    overflow: hidden;
    min-height: 100vh;
}

.opening_board h1 {
    font-size: calc(44px * 1.2);
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    margin-bottom: 2rem;
    opacity: 0;
    grid-column: 1 / -1;
    font-weight: 700;
    color: #000000;
    transform: translateZ(60px);
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
}

.opening_board h1 {
    text-align: center;
    font-size: calc(44px * 1.1);
}



.opening_board .edu_head {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 2rem;
    transform: rotate(-2deg);
    border-left: 4px solid rgb(197,180,203);
    gap: 1.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
}

.opening_board svg path {
    fill: rgb(171,120,181);
    transition: fill 0.3s ease;
}

.opening_board svg text {
    font-family: Arial, sans-serif;
    animation: textPulse 3s infinite alternate;
}

.opening_board .query_box:hover {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
}

.opening_board .query_box:hover::before {
    left: 100%;
}

.opening_board .post_image_grid {
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    opacity: 0;
    min-height: 400px;
    height: 100%;
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    border-radius: 18px;
}

.opening_board .post_image_grid {
    transform: translateZ(10px) perspective(800px) rotateY(0);
    order: 1;
    margin-bottom: 2rem;
    min-height: 300px;
}

.privacy_lock h3,
.privacy_lock h4,
.privacy_lock h5,
.privacy_lock h6 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(171,120,181), rgb(171,120,181,0.5));
    color: rgb(171,120,181,0.5);
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}

.privacy_lock ol li {
    padding: 10px 15px 10px 40px;
    background: linear-gradient(to right, #ffffff, rgb(171,120,181,0.5));
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.privacy_lock span {
    color: rgb(197,180,203);
    font-weight: 600;
}

header::before {
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(197,180,203), 0.03) 25%, 
        rgba(rgb(197,180,203), 0.05) 50%,
        rgba(rgb(197,180,203), 0.03) 75%,
        transparent 100%
    );
}

header .header_learn:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}

header .header_top::after {
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(197,180,203,0.5), 
        transparent
    );
    left: 0;
    height: 1px;
    width: 100%;
    bottom: -15px;
    position: absolute;
}

header .site_main a:hover {
    color: rgb(197,180,203);
}

header .site_main a:hover::before {
    transform: translateX(0);
}

header .site_main a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}

header .top_start::after {
    z-index: -1;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(233,230,234), transparent);
    top: 0;
    width: 30%;
}

.program_structure::before {
    top: 0;
    position: absolute;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    background: linear-gradient(225deg, rgb(197,180,203,0.5) 0%, transparent 80%);
    width: 45%;
    height: 100%;
    content: "";
    right: 0;
}

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

.program_structure .post_image_grid::after {
    height: 80px;
    right: -10px;
    z-index: 2;
    position: absolute;
    border-right: 4px solid rgb(171,120,181);
    content: "";
    top: -10px;
    border-top: 4px solid rgb(171,120,181);
    width: 80px;
}

.program_structure .text_text::before {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(197,180,203), rgb(171,120,181));
    width: 4px;
    position: absolute;
    height: 100%;
    content: "";
}

.program_structure .description {
    overflow-y: auto;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    max-height: 250px;
    padding-right: 15px;
}

.thanks_box::after {
    width: 300px;
    content: "";
    right: -5%;
    top: -10%;
    height: 300px;
    position: absolute;
    background: linear-gradient(225deg, rgb(197,180,203,0.5) 0%, transparent 70%);
    z-index: 0;
    transform: rotate(15deg);
    filter: blur(80px);
    opacity: 0.1;
}

.thanks_box .learn_guide::after {
    z-index: -1;
    background: linear-gradient(135deg, rgb(197,180,203) 0%, rgb(171,120,181) 100%);
    transform: rotate(5deg);
    width: 80px;
    right: -10px;
    content: "";
    height: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    top: -10px;
    opacity: 0.1;
    position: absolute;
}

.thanks_box .learn_guide > div:first-child::before {
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: translateY(-50%);
    top: 50%;
    height: 8px;
    left: 0;
    background: rgb(197,180,203);
    width: 8px;
    position: absolute;
}

.thanks_box a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.thanks_box p {
    opacity: 0;
    margin: 0;
    transform: translateY(20px);
    transition: border-left 0.3s ease, background 0.3s ease;
    border-left: 1px solid rgba(rgb(197,180,203,0.5), 0.2);
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    animation-delay: 0.3s;
    background: rgba(245, 245, 250, 0.7);
    color: #000000;
    padding: 25px 30px;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.gdpr_banner {
    margin-bottom: 20px;
}

.cookie_banner_window h5 {
    text-align: center;
    color: rgb(197,180,203);
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cookie_control {
    margin: 5px;
    background: rgb(197,180,203);
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    transition: background 0.3s ease-in-out;
    text-align: center;
    width: calc(50% - 10px);
}

.reach_out .post_image_grid {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 1;
    left: 0;
}

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

.reach_out .connect_list::before {
    opacity: 0.2;
    border-radius: 50%;
    height: 150px;
    top: 0;
    content: '';
    transform: translate(50%, -50%);
    background: rgb(197,180,203,0.5);
    right: 0;
    width: 150px;
    position: absolute;
}

.reach_out .inquiry_reach {
    position: relative;
    flex: 1;
    padding: 50px;
}

.reach_out form h3 {
    margin-bottom: 25px;
    font-size: 20px;
    text-align: left;
}

.reach_out input[type="text"]:focus,
.reach_out textarea:focus {
    border-color: rgb(197,180,203);
    box-shadow: 0 0 10px rgb(197,180,203,0.5);
    outline: none;
}

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

.reach_out .reach_info input[type="checkbox"]:checked + label::before {
    background: rgb(197,180,203);
    border-color: rgb(197,180,203);
}

.reach_out .reach_info a {
    font-weight: 600;
    color: rgb(197,180,203);
    text-decoration: none;
    transition: all 0.3s ease;
}

.reach_out .query_box {
    font-size: 14px;
    overflow: hidden;
    border-radius: 30px;
    transition: all 0.3s ease;
    background: rgb(197,180,203);
    z-index: 1;
    border: none;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
}

.reach_out .query_support h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
}

.reach_out .inquiry_map {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reach_out .inquiry_map li {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
}

.reach_out .inquiry_map li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.reach_out .inquiry_map a:hover {
    color: rgba(255, 255, 255, 0.8);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(197,180,203);
}

header .top_plank .top_slab {
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 0 10px 0;
    display: flex;
}

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

.company_info .text_text:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company_info .text_text::before {
    content: '';
    border-top: 2px solid rgb(171,120,181);
    opacity: 0.8;
    position: absolute;
    border-right: 2px solid rgb(171,120,181);
    right: -10px;
    width: 70px;
    top: -10px;
    height: 70px;
}

.company_info h5 {
    letter-spacing: 2px;
    font-size: 23px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

.company_info ol {
    counter-reset: item;
    padding: 0;
    margin: 0;
    list-style: none;
}

.company_info ol li {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-size: 17px;
    column-gap: 40px;
    position: relative;
    hyphens: auto;
    padding: 0 0 0 15px;
    animation: fadeIn 1s forwards;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-align: justify;
    column-count: 1;
}

.offer_selection .indv_cost {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}

.offer_selection .rate_panel:hover {
    transform: translateY(-5px);
}

.offer_selection .rate_panel h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-size: 35px;
    line-height: 1.3;
}

.offer_selection .rate_panel:hover h2::after {
    transform: scaleX(1.5);
}

.offer_selection .pricing_rates {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}

.offer_selection .pricing_tiers:hover {
    transform: translateY(-8px);
}

.offer_selection .pricing_tiers:hover .cert_cost {
    box-shadow: 0 15px 35px rgba(rgb(197,180,203,0.5), 0.15);
}

.offer_selection .skill_offers h3 {
    position: relative;
    font-size: calc(22px + 0.1rem);
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 600;
}

.offer_selection .skill_offers p {
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    margin-top: 1.5rem;
    flex-grow: 1;
    font-size: 18px;
}

.offer_selection .pricing_tiers:hover .post_image_grid {
    transform: scale(1.05);
}

.future_members::before {
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,180,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(171,120,181,0.5) 0%, transparent 40%);
    content: "";
}

.future_members h4::after {
    left: 50%;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(197,180,203), rgb(171,120,181));
    border-radius: 2px;
}

.future_members div p::before {
    height: 100%;
    top: 0;
    border-radius: 5px 0 0 5px;
    left: 0;
    width: 5px;
    content: "";
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(180deg, rgb(197,180,203), rgb(171,120,181));
}

.future_members div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}

.leaderboard::before {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
    left: 0;
    background: rgb(197,180,203);
    top: 0;
    width: 100%;
    height: 15px;
    content: "";
}

.leaderboard .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    transform: skewX(-10deg);
    padding-bottom: 1rem;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
}

.leaderboard .equity_info {
    gap: 0;
    display: flex;
    flex: 0 0 60%;
    flex-wrap: wrap;
}

.leaderboard .header_top {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}

.leaderboard .header_top .first_expert {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.leaderboard .header_top .first_expert a {
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    transform: skewX(-5deg);
}

.footer_account .container {
    gap: 1rem;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.training_method {
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(233,230,234), #ffffff);
    padding: 7rem 1.5rem;
}

.training_method .learn_guide {
    border-radius: 11px;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    max-width: 850px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    padding: 4px;
    margin: 0 auto;
}

.training_method h3::after {
    border-radius: inherit;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    animation: shine 3s infinite ease-in-out;
    background: 
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%, 
            rgba(255, 255, 255, 0.1) 100%
        );
}

.training_method span::after {
    position: absolute;
    background-size: 10px 10px;
    content: "";
    bottom: 1rem;
    right: 1rem;
    opacity: 0.3;
    height: 40px;
    background: 
        linear-gradient(
            45deg,
            transparent 45%,
            rgb(197,180,203) 45%,
            rgb(197,180,203) 55%,
            transparent 55%
        );
    border: 2px solid rgb(197,180,203,0.5);
    animation: rotate 15s linear infinite;
    border-radius: 50%;
    width: 40px;
}

.data_analysis .study_gain {
    font-size: 31px;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
}

.data_analysis .value_statistics {
    width: 100%;
    position: relative;
    justify-content: center;
    display: flex;
}

.data_analysis .class_gains:nth-child(even) {
    margin-top: 60px;
}

.data_analysis .class_gains::after {
    position: absolute;
    left: 15px;
    border: 2px dashed rgb(197,180,203,0.5);
    bottom: 15px;
    opacity: 0.5;
    border-radius: calc(24px - 15px);
    top: 15px;
    right: 15px;
    z-index: -1;
    content: "";
}

.data_analysis .class_gains:hover h4 {
    color: rgb(197,180,203);
    transform: translate(-50%, -50%) scale(1.1);
}

.data_analysis svg {
    height: 40px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.7;
    z-index: 2;
    width: 40px;
    top: 40px;
    position: absolute;
}

.access_now::before {
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    top: 0;
    left: 0;
    background-size: 30px 30px;
    position: absolute;
    width: 100%;
    content: '';
    transform-origin: center top;
    transform: perspective(500px) rotateX(60deg);
    z-index: -1;
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    height: 100%;
}

.access_now .learn_guide::after {
    position: absolute;
    content: '';
    animation: pulseRadial 10s ease-in-out infinite;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    height: 200%;
    z-index: -1;
    width: 200%;
    top: -50%;
    left: -50%;
    opacity: 0.1;
}

.access_now h3::before {
    top: -80px;
    content: '';
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translateX(-50%);
    left: 50%;
    animation: orbitRotate 10s linear infinite;
    height: 60px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    width: 60px;
}

.access_now .reach_form::before {
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    opacity: 0;
    position: absolute;
    background-size: 10px 10px;
    z-index: -1;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    height: 100%;
    content: '';
    left: 0;
}



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



@media (min-width: 768px) {.teaching_experience .client_voices {
    grid-template-columns: 260px 1fr;
    gap: 3rem;
    padding: 4rem;
}.teaching_experience .client_voices > div:nth-child(2) {
    align-self: center;
    grid-column: 2;
    text-align: left;
}.teaching_experience .name::after {
    left: 0;
    transform: translateX(0);
}.teaching_experience .client_voices > div:nth-child(3) {
    grid-column: span 2;
}
}



@media (min-width: 1200px) {.teaching_experience .client_voices {
    transform: perspective(1500px) rotateY(3deg);
    padding: 5rem;
    gap: 3.5rem;
    grid-template-columns: 300px 1fr 2fr;
}.teaching_experience .post_image_grid {
    width: 300px;
    height: 300px;
}.teaching_experience .name {
    font-size: calc(22px * 1.3);
}.teaching_experience .work_overview {
    line-height: 1.9;
}
}



@media (max-width: 768px) {.opening_board .learn_guide {
    padding: 2rem 1rem;
}.opening_board h1 {
    margin-bottom: 1.5rem;
    font-size: 44px;
}.opening_board .edu_head {
    padding: 1.5rem;
    transform: rotate(0);
}.opening_board .edu_head p {
    font-size: 14px;
}.opening_board svg {
    width: 80px;
    height: 80px;
}.opening_board .post_image_grid {
    min-height: 250px;
}
}



@media (min-width: 1400px) {header .top_start {
    max-width: 1300px;
    margin: 0 auto;
}header .site_main a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 991px) {header .top_start {
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
    flex-direction: row;
}header .nav_begin {
    margin-right: 0;
    margin-bottom: 0;
}header .header_top {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 1rem;
    flex-basis: 100%;
}header .site_main {
    margin-bottom: 0.5rem;
}header .site_main a {
    font-size: calc(14px - 1px);
    padding: 0.7rem 1rem;
}
}



@media (min-width: 992px) {.program_structure .skill_route {
    gap: 60px;
}.program_structure .post_image_grid {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    height: 500px;
}.program_structure .text_text {
    transform: translateX(-80px);
    padding: 50px;
}.program_structure .text_text:hover {
    transform: translateX(-90px) translateY(0);
}.program_structure h3 {
    margin-bottom: 30px;
}.program_structure .description {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
    max-height: 400px;
}
}



@media (min-width: 992px) {.thanks_box .learn_guide {
    gap: 60px;
    padding: 100px 80px;
}.thanks_box .learn_guide:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
}.thanks_box .learn_guide:hover > div:first-child {
    transform: translateZ(35px);
}.thanks_box .learn_guide:hover > div:last-child {
    transform: translateZ(25px);
}.thanks_box h5 {
    font-size: calc(21px * 1.3);
}.thanks_box p {
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 576px) {.reach_out {
    padding: 40px 0;
}.reach_out h3 {
    font-size: calc(38px * 0.8);
}.reach_out .connect_list {
    max-width: 95%;
}.reach_out .inquiry_reach,
    .reach_out .query_support {
    padding: 30px 20px;
}.reach_out input[type="text"],
    .reach_out textarea {
    padding: 12px;
}.reach_out .query_box {
    width: 100%;
    padding: 12px;
}}



@media (max-width: 767px) {.company_info {
    padding: 80px 0;
}.company_info .text_text {
    padding: 30px 20px;
    transform: perspective(1000px) rotateY(0);
}.company_info h5 {
    font-size: calc(23px * 0.9);
}.company_info p b {
    font-size: calc(17px * 1.2);
}.company_info .text_text::before,
    .company_info .text_text::after {
    width: 40px;
    height: 40px;
}
}



@media (min-width: 992px) {.offer_selection .indv_cost {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.offer_selection .rate_panel {
    margin: 0;
    width: 35%;
}.offer_selection .pricing_rates {
    width: 65%;
}
}



@media (max-width: 1100px) {.future_members div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.future_members {
    padding: 80px 0;
}.future_members .learn_guide {
    padding: 40px 30px;
}.future_members h4 {
    font-size: calc(30px - 2px);
    margin-bottom: 40px;
}.future_members div {
    gap: 20px;
}.future_members div p {
    padding: 20px;
}.future_members div p svg {
    min-width: 35px;
    height: 35px;
    width: 35px;
    margin-right: 15px;
}
}



@media (max-width: 1200px) {.leaderboard .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.leaderboard .equity_info {
    flex: 0 0 65%;
}
}



@media (max-width: 768px) {.leaderboard {
    padding: 3.5rem 0 1.5rem;
}.leaderboard::before {
    height: 10px;
}.leaderboard .company_holder h3 {
    font-size: calc(34px - 2px);
}.leaderboard .footer_classes {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.leaderboard .header_top h5, 
    .leaderboard .header_top .first_expert a {
    transform: skewX(-3deg);
}.leaderboard .header_top .first_expert a:hover {
    transform: skewX(-3deg) translateX(5px);
}.footer_account {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.footer_account .diversity {
    transform: skewX(-3deg);
}
}



@media (max-width: 768px) {.training_method {
    padding: 5rem 1rem;
}.training_method h3 {
    padding: 1.2rem 1.5rem;
    text-align: center;
    font-size: calc(33px * 0.8);
}.training_method span {
    padding: 1.5rem;
    font-size: calc(16px * 0.95);
}.training_method h3::before {
    width: 14px;
    height: 14px;
    right: 1.5rem;
}.training_method span::after {
    height: 30px;
    width: 30px;
}}



@media (max-width: 576px) {.data_analysis {
    padding: 60px 0;
}.data_analysis .statistics_advances {
    margin-bottom: 40px;
}.data_analysis .value_statistics {
    flex-direction: column;
    align-items: center;
}.data_analysis .class_gains {
    max-width: 300px;
    height: 200px;
    width: 90%;
    margin: 10px 0 !important;
}.data_analysis .class_gains h4 {
    font-size: 2.5rem;
}.data_analysis .class_gains span {
    bottom: 25px;
}}



@media screen and (max-width: 576px) {.access_now {
    padding: 60px 0;
}.access_now .learn_guide {
    padding: 25px 20px;
}.access_now h3 {
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-size: calc(32px * 0.7);
}.access_now h3::before {
    height: 30px;
    top: -50px;
    width: 30px;
}.access_now h3::after {
    width: 60px;
    bottom: -12px;
}.access_now .reach_form {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(17px * 0.85);
}
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}



@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

