.code_labs {
    flex: 0 0 auto;
}

.code_labs {
    color: #ffffff;
    background-attachment: fixed;
    z-index: 1;
    padding: 6rem 0 3rem;
    position: relative;
}

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

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

.reach_out::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, rgb(207,203,185,0.5) 0, rgb(207,203,185,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(184,158,132,0.5) 0, rgb(184,158,132,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(207,203,185,0.5), transparent 70%),
        linear-gradient(180deg, rgb(184,158,132,0.5), transparent 70%);
    animation: backgroundMove 30s infinite linear;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: 1;
    left: 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
}

.reach_out .pic_banner::before {
    content: "";
    z-index: 1;
    inset: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.reach_out .reach_widget::before {
    z-index: 0;
    filter: blur(100px);
    background: rgb(207,203,185,0.5);
    top: -100px;
    height: 200px;
    width: 200px;
    right: -100px;
    opacity: 0.3;
    position: absolute;
    content: "";
}

.reach_out form h3::after {
    height: 2px;
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(207,203,185,0.5),
        0 0 10px rgb(207,203,185,0.5);
    background: rgb(207,203,185);
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
}

.reach_out form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.reach_out .reach_reach label {
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    padding-left: 35px;
}

.reach_out .reach_reach input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 8px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    top: 4px;
    border: solid #ffffff;
}

.reach_out .reach_reach label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.reach_out .help_card::before {
    transition: transform 0.5s ease;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(184,158,132);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
}

.reach_out svg path {
    transition: all 0.3s ease;
    fill: rgb(207,203,185);
}

.course_program {
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}

.course_program::after {
    transform: scale(2);
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(207,203,185,0.5) 0%, transparent 70%);
    top: -50%;
    height: 100%;
    right: -50%;
    content: "";
}

.course_program .pic_banner::before {
    opacity: 0.3;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 100%);
}

.course_program h3 {
    color: #000000;
    padding-left: 1rem;
    position: relative;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    line-height: 1.3;
    margin-bottom: 1.5rem;
    transform-origin: left center;
}

.course_program .description {
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 18px;
    transition: color 0.3s ease;
    color: #000000;
}

.course_program span.description::first-letter {
    font-size: 1.2em;
    color: rgb(207,203,185);
    font-weight: 700;
}

.course_program .content_zone::after {
    right: 10%;
    content: "";
    border: 1px solid rgb(184,158,132,0.5);
    width: 100px;
    opacity: 0.2;
    bottom: 10%;
    pointer-events: none;
    border-radius: 50%;
    height: 100px;
    position: absolute;
}

.privacyPolicyOverlay p {
    color: #ffffff;
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
}

.learn_agree svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(207,203,185);
    width: 80px;
}

.track_bar:hover {
    box-shadow: 0 0 20px rgb(184,158,132);
}

.privacyPolicyOverlay p a {
    color: rgb(207,203,185);
    transition: color 0.3s ease;
    text-decoration: none;
}

#cookie_box_notice:checked ~ .privacyPolicyOverlay {
    visibility: hidden;
    opacity: 0;
}

.access_now::before {
    opacity: 0.03;
    height: 100%;
    z-index: 1;
    background-size: 20px 20px;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(235,233,229) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(235,233,229) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(235,233,229) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(235,233,229) 75%);
    content: '';
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    top: 0;
    position: absolute;
    width: 100%;
}

.access_now .help_card::before {
    width: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgb(184,158,132) 0%, transparent 60%);
    position: absolute;
    left: -50%;
    height: 200%;
    top: -50%;
    transition: opacity 0.5s ease;
    content: '';
    z-index: -1;
}

.access_now::after {
    filter: blur(80px);
    position: absolute;
    bottom: -50px;
    width: 300px;
    right: -50px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.3;
    content: '';
    height: 300px;
    background: linear-gradient(
        45deg,
        rgb(207,203,185,0.5),
        rgb(184,158,132,0.5)
    );
}

.sign_up .study_zone {
    transform: translateY(0);
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: #ffffff;
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(207,203,185);
}

.sign_up h3::after {
    width: 60px;
    background: rgb(207,203,185);
    transform-origin: left;
    bottom: -10px;
    transition: transform 0.4s ease;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    transform: scaleX(1);
}

.sign_up .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.sign_up .input_holder .subscribe_area {
    border-radius: 10px;
    flex: 0 0 auto;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: Arial, sans-serif;
    background: rgb(207,203,185);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    min-height: 50px;
    border: none;
    position: relative;
    padding: 0.75rem 1.5rem;
}

.training_benefits {
    background: linear-gradient(to right, rgb(235,233,229) 0%, #ffffff 100%);
    padding: 8rem 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

.training_benefits .pic_banner {
    width: 50%;
    height: 600px;
    z-index: 2;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    transform: rotateY(15deg) translateX(-5vw);
    transform-origin: left center;
}

.training_benefits .content_zone:hover {
    transform: rotateY(0deg);
}

.training_benefits .text_main_holder > div {
    transition: all 0.4s ease;
    padding: 2rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    background: #ffffff;
    border-radius: 30px;
    align-items: flex-start;
}

.training_benefits .text_main_holder > div:hover::before {
    opacity: 1;
}

.training_benefits .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}

.training_benefits .text_main_holder > div:hover svg path {
    fill: rgb(184,158,132);
}

.data_statistics::before {
    height: 100%;
    z-index: -2;
    position: absolute;
    width: 100%;
    opacity: 0.9;
    background: #000000;
    content: '';
    left: 0;
    top: 0;
}

.data_statistics .statistics_benefit {
    grid-template-areas: 
        "image header header header"
        "stats stats stats stats";
    grid-gap: 40px;
    grid-template-columns: auto 1fr 1fr 1fr;
    align-items: start;
    display: grid;
    position: relative;
}

.data_statistics .boost_experts::before {
    height: 100px;
    width: 100px;
    top: -10px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        transparent 90deg,
        rgb(207,203,185) 90deg,
        rgb(207,203,185) 180deg,
        transparent 180deg,
        transparent 270deg,
        rgb(207,203,185) 270deg,
        rgb(207,203,185) 360deg
    );
    opacity: 0.3;
    content: '';
    animation: rotate 10s linear infinite;
    left: -10px;
}

.data_statistics .extra_gain {
    grid-column: 1 / -1;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    line-height: 1.7;
    margin: 0 auto 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    text-align: center;
    font-size: calc(16px * 1.2);
    z-index: 3;
    backdrop-filter: blur(8px);
    max-width: 800px;
}

.data_statistics .growth_track:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-10px);
}

.data_statistics .growth_track::after {
    width: 100%;
    background-position: center;
    transition: opacity 0.3s ease;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background-size: cover;
    height: 50%;
}

.data_statistics .statistics_boosters svg {
    height: 25px;
    width: 25px;
    fill: rgb(207,203,185);
}

.data_statistics .statistics_boosters svg path {
    fill: rgb(207,203,185);
}

.data_statistics .statistics_upgrade .growth_track:nth-child(4n+1) span,
.data_statistics .statistics_upgrade .growth_track:nth-child(4n+4) span {
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 2.2rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: block;
    color: rgb(207,203,185);
}

.code_labs::after {
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
}



.code_labs .company_holder h3 {
    display: inline-block;
    font-size: calc(33px * 1.3);
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
}

.code_labs .peer_help {
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.8;
    font-size: 13px;
    max-width: 600px;
    margin: 1.5rem auto 0;
}

.code_labs .main_primary::before {
    height: 20px;
    position: absolute;
    transform: translateX(-50%);
    top: -30px;
    content: "";
    left: 50%;
    background: rgb(207,203,185);
    width: 1px;
}

.code_labs .header_main .main_primary {
    gap: 0.8rem;
    position: static;
    display: flex;
    flex-direction: column;
}

.code_labs .header_main .main_primary a::before {
    content: "";
    transform-origin: center;
    height: 1px;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(207,203,185), transparent);
    width: 100%;
    left: 0;
    transition: transform 0.4s ease;
    bottom: 0;
    z-index: -1;
    position: absolute;
}



.guide_section .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.guide_section .job_board::before,
.guide_section .job_board::after {
    margin: 0 0.6rem;
    content: "•";
    color: rgb(207,203,185);
}

.education_history::before {
    right: -100px;
    height: 400px;
    position: absolute;
    background: rgb(207,203,185,0.5);
    z-index: 0;
    filter: blur(120px);
    width: 400px;
    content: "";
    top: -100px;
}

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

.education_history .user_testimonials .name {
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    color: rgb(207,203,185);
    font-size: calc(23px * 1.1);
    display: inline-block;
}

.education_history .user_testimonials > div:nth-child(3) {
    position: relative;
}

.education_history .user_testimonials .work_wrap {
    padding: 20px 0;
    margin: 0;
    line-height: 1.7;
    transform: translateZ(5px);
    font-size: 13px;
    color: #000000;
    position: relative;
}

.our_info::before {
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 70%);
    z-index: -1;
    transform-origin: top left;
    width: 100%;
    content: '';
    left: 0;
    transform: skewY(-3deg);
    top: 0;
    height: 100%;
    position: absolute;
}

.our_info .submit_request {
    transition: transform 0.5s ease-out;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 3rem 2rem;
}

.our_info .submit_request:hover h3::after {
    width: 100%;
}

.our_info .submit_request > div:first-of-type p {
    padding-left: 1rem;
    border-left: 3px solid rgb(184,158,132);
    font-style: italic;
}

.our_info .contact_team::before {
    width: 50px;
    top: -5px;
    left: 0;
    content: '';
    position: absolute;
    background: #ffffff;
    height: 10px;
}

.our_info .contact_team li:hover {
    transform: translateX(10px);
}

.our_info .get_help svg {
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}

.our_info svg path {
    transition: fill 0.3s ease;
}

.our_info .get_help:hover svg path {
    fill: rgb(207,203,185);
}

.secure_preserve::before {
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 10% 30%, rgb(184,158,132,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 0;
    opacity: 0.15;
    height: 100%;
    content: "";
}

.secure_preserve h1 {
    letter-spacing: -0.02em;
    padding-bottom: 0.5rem;
    font-size: 46px;
    transform: translateZ(10px);
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    color: rgb(207,203,185);
    border-bottom: 3px solid rgb(184,158,132,0.5);
    display: inline-block;
}

.secure_preserve h3::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.6rem;
    left: 0;
    width: 0.6rem;
    background: rgb(184,158,132,0.5);
    position: absolute;
    content: "";
}

.secure_preserve p {
    transform: translateZ(0);
    position: relative;
    line-height: 1.7;
    font-size: 13px;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    color: #000000;
    padding-right: 1rem;
}

.secure_preserve ul {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 1.5rem 0 2.5rem 1.5rem;
}

.secure_preserve li {
    position: relative;
    padding-left: 1.5rem;
    transform: translateZ(0);
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.secure_preserve span {
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    line-height: 1.7;
    border-left: 3px solid rgb(184,158,132);
    color: #000000;
    font-size: 13px;
    margin-bottom: 2rem;
    display: block;
    transform: translateZ(0);
    background: rgba(255,255,255,0.7);
    padding: 1.25rem;
}

.welcome .study_zone {
    flex-direction: column-reverse;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.welcome h1 {
    line-height: 1.3;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateX(-5px);
    position: relative;
    font-size: 34px;
    color: rgb(207,203,185);
}

.welcome .study_master svg {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: translateZ(0);
    margin-top: 10px;
    width: 80px;
    height: 80px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.welcome .study_master svg:hover path {
    fill: rgba(94,170,168,0.9);
}

.welcome ul {
    margin: 30px 0 0 0;
    animation: fadeInUp 0.8s ease-out forwards 0.7s;
    transform: translateY(20px);
    opacity: 0;
    padding: 0;
    list-style: none;
}

.welcome .help_card:hover {
    box-shadow: 0 8px 20px -4px rgba(94,170,168,0.6);
    transform: translateY(-2px) translateZ(0);
}

.welcome .help_card:hover::before {
    transform: translateX(100%);
}

.welcome .pic_banner {
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translateY(20px) rotate(-2deg);
    opacity: 0;
    animation: fadeInPhoto 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    border: 8px solid #ffffff;
}

.service_plan::before {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.service_plan .edu_packages {
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 auto 50px;
    font-weight: 300;
    font-size: calc(16px * 1.1);
    transform: perspective(1000px) translateZ(20px);
}

.service_plan .learning_plan {
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.service_plan .rate_list::after {
    content: "";
    z-index: -1;
    background: radial-gradient(circle, rgb(207,203,185,0.5) 0%, transparent 70%);
    height: 150px;
    transform: translate(30%, 30%);
    width: 150px;
    transition: all 0.6s ease;
    right: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.2;
    border-radius: 50%;
}

.service_plan .premium_grid p {
    padding-right: 5px;
    transform: translateZ(5px);
    overflow-y: auto;
    line-height: 1.7;
    max-height: 250px;
    opacity: 0.8;
    margin: 0 0 30px;
    font-weight: 300;
    overflow-wrap: break-word;
    color: #ffffff;
    font-size: 16px;
    word-break: break-word;
}

.service_plan .learning_plan:hover .rate_list {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-10px) translateZ(20px);
}

.service_plan .learning_plan:hover .premium_grid h4::after {
    width: 80px;
}

.service_plan .learning_plan:hover .plan_deals::before {
    transform: scaleX(0.8);
    opacity: 1;
}

header .first_teach {
    align-items: center;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .top_lesson::after {
    transform: translateX(-50%);
    opacity: 0.6;
    width: 50%;
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    left: 50%;
    background: #ffffff;
    content: '';
    position: absolute;
    height: 2px;
}

header .header_main::before {
    left: 0;
    top: 0;
    border-radius: 24px;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    z-index: -1;
}

header .head_core:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(207,203,185);
}

.thanksGrid {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(207,203,185,0.5), rgb(184,158,132,0.5));
    position: relative;
    padding: 120px 0;
}

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

.thanksGrid .study_zone:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksGrid .study_zone::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 6px;
    left: 0;
    background: linear-gradient(to bottom, rgb(207,203,185), rgb(184,158,132));
    top: 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
}

.thanksGrid .study_zone:hover h5::after {
    transform: scaleX(1);
}

.thanksGrid a {
    display: block;
    transition: transform 0.4s ease;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.thanksGrid a:hover p {
    color: rgb(207,203,185);
}

.thanksGrid a::before {
    width: 100%;
    pointer-events: none;
    height: 100%;
    transform: skewX(-15deg);
    left: -100%;
    top: 0;
    opacity: 0.3;
    content: "";
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    background: linear-gradient(90deg, #ffffff, rgb(184,158,132,0.5), #ffffff);
}

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

.our_background .learn_vision {
    flex-direction: column;
    position: relative;
    border-radius: 17px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
    display: flex;
    background: #ffffff;
    padding: 30px;
}

.our_background .learn_vision,
.our_background .learning_space {
    border-top: 4px solid rgb(207,203,185);
}

.our_background .learn_vision,
.our_background .learning_space {
    overflow: hidden;
}

.our_background .learning_space {
    flex-direction: column;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    transform: translateX(0);
}

.our_background .learning_space {
    border-color: rgb(184,158,132);
}

.our_background .study_zone::after {
    position: absolute;
    opacity: 0.4;
    height: 150px;
    bottom: -75px;
    border: 2px dotted rgb(184,158,132,0.5);
    animation: rotate 20s linear infinite reverse;
    border-radius: 50%;
    width: 150px;
    right: -75px;
    z-index: -1;
    content: "";
}

.our_background .learn_vision::after,
.our_background .learning_space::after {
    width: 100px;
    position: absolute;
    height: 100px;
    content: "";
    opacity: 0.2;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    top: -50%;
    right: -50%;
}



@media (max-width: 1024px) {.reach_out {
    padding: 80px 0;
}.reach_out .pic_banner {
    min-height: 500px;
}.reach_out .reach_widget {
    padding: 50px 40px;
}
}



@media (min-width: 768px) {.course_program .career_class {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program .pic_banner {
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.course_program h3 {
    padding-left: 1.5rem;
    font-size: 30px;
}.course_program span.description {
    column-count: 2;
}.course_program .content_zone::after {
    height: 150px;
    width: 150px;
}
}



@media (min-width: 1200px) {.course_program .pic_banner {
    height: 600px;
}.course_program h3 {
    margin-bottom: 2rem;
}.course_program .content_zone::before {
    width: 200px;
}
}


@media only screen and (max-width: 1200px) {.privacyPolicyOverlay {
    padding: 15px 0;
}.track_settings {
    padding: 15px 5%;
}
}



@media (max-width: 991px) {.access_now {
    padding: 90px 0;
}.access_now .container p {
    font-size: calc(20px * 1.2);
    padding: 40px;
}.access_now .help_card {
    padding: 40px;
}
}



@media (max-width: 480px) {.access_now {
    padding: 50px 0;
}.access_now .container p {
    padding: 25px 20px;
    font-size: calc(16px * 1.2);
}.access_now .help_card {
    font-size: calc(15px * 0.9);
    padding: 20px;
}}



@media (max-width: 480px) {.sign_up {
    padding: 2.5rem 0;
}.sign_up .study_zone {
    padding: 1.5rem;
}.sign_up h3 {
    margin-bottom: 1rem;
    font-size: calc(19px * 0.8);
}.sign_up h3::after {
    width: 40px;
}.sign_up .input_holder {
    margin-top: 1.5rem;
}.sign_up .input_holder input[type="email"] {
    height: 45px;
}.sign_up .input_holder .subscribe_area {
    min-height: 45px;
    padding: 0.6rem 1.2rem;
}}



@media (max-width: 576px) {.training_benefits .study_zone {
    max-width: 95%;
}.training_benefits .pic_banner {
    height: 250px;
}.training_benefits h2 {
    padding-left: 1.5rem;
}.training_benefits .text_main_holder > div {
    padding: 1.2rem;
}.training_benefits .text_main_holder svg {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1rem;
}}



@media screen and (max-width: 767px) {.data_statistics {
    padding: 80px 0;
}.data_statistics .boost_experts {
    width: 70px;
    height: 70px;
}.data_statistics .boost_experts::before {
    height: 90px;
    width: 90px;
    left: -10px;
    top: -10px;
}.data_statistics .boost_experts svg {
    height: 35px;
    width: 35px;
}.data_statistics .statistics_benefits {
    padding-bottom: 15px;
    font-size: calc(32px * 0.9);
}.data_statistics .extra_gain {
    font-size: calc(16px * 1.1);
    margin-bottom: 30px;
    padding: 30px;
}.data_statistics .extra_gain::before,
    .data_statistics .extra_gain::after {
    width: 25px;
    height: 25px;
}.data_statistics .statistics_upgrade {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.data_statistics .growth_track {
    padding: 20px;
}.data_statistics .statistics_boosters {
    width: 45px;
    margin-bottom: 15px;
    height: 45px;
}.data_statistics .statistics_boosters svg {
    height: 22px;
    width: 22px;
}.data_statistics .statistics_upgrade .growth_track span {
    font-size: 2rem;
}
}



@media (min-width: 768px) {.education_history .user_testimonials {
    padding: 50px;
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
    grid-template-columns: 220px 1fr;
}.education_history .user_testimonials > div:first-child {
    grid-row: span 2;
}.education_history .user_testimonials > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.education_history .user_testimonials .name::after {
    left: 0;
    transform: none;
}.education_history .user_testimonials .work_wrap {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(184,158,132,0.5);
}
}



@media (max-width: 480px) {.education_history {
    padding: 60px 0;
}.education_history .user_testimonials {
    gap: 20px;
    padding: 25px 20px;
}.education_history .user_testimonials .pic_banner {
    height: 120px;
    width: 120px;
}.education_history .user_testimonials .name {
    font-size: 23px;
}.education_history .user_testimonials > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}}



@media (hover: hover) {.our_info .submit_request > div:hover p {
    transform: translateX(5px);
}.our_info .get_help:active svg {
    transform: scale(0.9);
}
}



@media (prefers-reduced-motion) {.our_info .submit_request,
    .our_info .contact_team li,
    .our_info svg {
    animation: none !important;
    transform: none !important;
    transition: none;
}.our_info::after {
    animation: none;
}}



@media (max-width: 767px) {.secure_preserve {
    padding: 4rem 1.5rem;
}.secure_preserve h1 {
    margin-bottom: 2rem;
    font-size: calc(46px * 0.9);
}.secure_preserve h2 {
    font-size: calc(35px * 0.9);
    padding-left: 1.25rem;
    margin-top: 2.5rem;
}.secure_preserve h3, .secure_preserve h4 {
    padding-left: 1rem;
}.secure_preserve p, .secure_preserve li, .secure_preserve span {
    font-size: calc(13px * 0.95);
}.secure_preserve ul {
    margin-left: 0.5rem;
}.secure_preserve li {
    padding-left: 1.25rem;
}.secure_preserve span {
    padding: 1rem;
}}



@media (max-width: 1200px) {.service_plan {
    padding: 80px 0;
}.service_plan .annual_plan {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 991px) {.service_plan {
    padding: 70px 0;
}.service_plan h2 {
    font-size: calc(36px * 0.9);
}.service_plan .edu_packages {
    font-size: 16px;
    margin-bottom: 40px;
}.service_plan .annual_plan {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.service_plan .rate_list {
    padding: 30px 25px;
}
}



@media (hover: none) {.service_plan .rate_list {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.service_plan .rate_list::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.service_plan .premium_grid h4::after {
    width: 60px;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .first_teach {
    gap: 0.8rem;
}header .top_lesson svg {
    width: 140px;
}header .header_main {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
}header .header_main::-webkit-scrollbar {
    height: 3px;
}header .header_main::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .head_core {
    font-size: calc(13px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}



@media (max-width: 1200px) {.our_background {
    padding: 80px 0;
}.our_background .study_zone {
    grid-gap: 40px;
}.our_background h3 {
    margin-bottom: 40px;
}
}



@media (max-width: 768px) {.our_background {
    padding: 60px 0;
}.our_background h3 {
    font-size: calc(38px * 0.9);
}.our_background .learn_vision,
    .our_background .learning_space {
    padding: 25px;
}.our_background .learn_vision span {
    font-size: calc(21px * 0.9);
}.our_background .pic_banner,
    .our_background .our_ethos {
    height: 220px;
}
}

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



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

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

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

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



@keyframes slideInTitle {
    from {
        transform: translateX(-15px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

