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

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

.container {
    margin: auto;
    width: 1246px;
    max-width: 100%;
}


.reach_out {
    background: rgb(235,233,229);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}



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

.reach_out h2 {
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    font-size: 41px;
    text-transform: uppercase;
}

.reach_out .support_grid {
    display: flex;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(207,203,185,0.5);
    overflow: hidden;
    border-radius: 12px;
}

.reach_out .support_grid::before {
    position: absolute;
    pointer-events: none;
    z-index: 3;
    inset: 0;
    border: 1px solid rgb(207,203,185);
    border-radius: 12px;
    content: "";
    opacity: 0.2;
}

.reach_out .reach_widget {
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
    position: relative;
}

.reach_out .reach_widget::after {
    height: 150px;
    background: rgb(184,158,132,0.5);
    position: absolute;
    width: 150px;
    left: -75px;
    bottom: -75px;
    opacity: 0.3;
    content: "";
    filter: blur(80px);
    z-index: 0;
}

.reach_out form input[type="text"] {
    width: 100%;
    color: #000000;
    border-radius: 8px;
    padding: 18px 25px;
    background: rgb(235,233,229);
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border: 1px solid rgb(207,203,185,0.5);
}

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

.reach_out .reach_reach input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(207,203,185,0.5);
    background: rgb(207,203,185);
    border-color: rgb(207,203,185);
}

.reach_out .reach_reach label a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(207,203,185);
}

.reach_out .help_card {
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 
        0 5px 15px rgb(207,203,185,0.5),
        0 0 0 1px rgb(207,203,185);
    width: 100%;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 18px 30px;
    background: rgb(207,203,185);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    border-radius: 8px;
    font-weight: 700;
    overflow: hidden;
}

.reach_out svg:hover,
.reach_out svg:hover path {
    transform: translateY(-2px);
    fill: rgb(184,158,132);
    filter: drop-shadow(0 0 3px rgb(184,158,132,0.5));
}

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

.course_program .career_class {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 3rem;
}

.course_program .pic_banner {
    position: relative;
    height: 350px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.course_program .content_zone {
    position: relative;
}

.course_program .content_zone::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(207,203,185) 0%, transparent 100%);
    top: -20px;
    height: 1px;
    opacity: 0.6;
    left: 0;
    width: 150px;
}

.course_program p.description {
    display: none;
}

.course_program span.description {
    position: relative;
    padding: 0.5rem 0;
    column-count: 1;
    column-gap: 2rem;
    display: block;
}



.course_program .content_zone > div {
    opacity: 0;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    position: relative;
}


.track_settings {
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    gap: 20px;
    display: flex;
}

.privacyPolicyOverlay h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.learn_agree {
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(207,203,185));
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.cookie_button.consent_panel:hover {
    box-shadow: 0 0 15px rgb(184,158,132);
}

.privacyPolicyOverlay p a:hover {
    color: rgb(184,158,132);
}

#cookie_box_notice {
    display: none;
}


.access_now {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,158,132,0.5) 0%, rgb(235,233,229) 100%);
}

.access_now .study_zone {
    gap: 30px;
    z-index: 10;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: relative;
}

.access_now .help_card {
    align-items: center;
    position: relative;
    padding: 50px;
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    transition: all 0.5s ease;
    justify-content: center;
    border-radius: 15px;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    font-weight: 600;
    color: #ffffff;
    background: rgb(207,203,185);
    z-index: 5;
    display: flex;
}

.access_now .help_card:hover::before {
    animation: pulse-bg 3s infinite;
    opacity: 0.3;
}

.sign_up {
    padding: 4rem 0;
    position: relative;
    background: rgb(184,158,132);
    overflow: hidden;
}

.sign_up::after {
    position: absolute;
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.15;
    right: -5%;
    width: 30%;
    height: 60%;
    bottom: -10%;
    content: "";
    z-index: 1;
    background: rgb(207,203,185);
}

.sign_up .study_zone:hover {
    transform: translateY(-5px);
}

.sign_up h3 {
    font-size: calc(19px * 0.9);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 1.5rem;
}

.sign_up .study_zone:hover h3::after {
    transform: scaleX(1.5);
}

.sign_up .input_holder div {
    position: relative;
    flex: 1 1 250px;
}

.sign_up .input_holder input[type="email"] {
    font-size: calc(15px * 0.95);
    font-family: Arial, sans-serif;
    height: 50px;
    transition: all 0.3s ease;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.sign_up .input_holder .subscribe_area:hover {
    transform: translateY(-2px);
    background: rgb(184,158,132);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sign_up .input_holder .subscribe_area:hover::before {
    left: 100%;
}



.sign_up .input_holder .subscribe_area:focus {
    animation: pulse 1.5s infinite;
    outline: none;
}

.training_benefits .study_zone {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 100%;
    width: 100%;
}

.training_benefits .pic_banner:hover {
    transform: rotateY(5deg) translateX(-3vw);
}

.training_benefits .pic_banner::after {
    z-index: 1;
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(207,203,185,0.5) 0%, transparent 100%);
}

.training_benefits h2 {
    padding-left: 2rem;
    color: #000000;
    position: relative;
    border-left: 5px solid rgb(207,203,185);
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 38px;
}

.training_benefits .text_main_holder > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: translateX(1rem) scale(1.03);
}

.training_benefits .text_main_holder svg {
    transition: all 0.3s ease;
    margin-right: 1.5rem;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
}

.data_statistics {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}



.data_statistics .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}

.data_statistics .boost_experts {
    position: relative;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 80px;
    align-items: center;
    height: 80px;
    grid-area: image;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.3);
    justify-self: end;
}



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

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

.data_statistics .statistics_benefits {
    font-weight: 700;
    position: relative;
    grid-area: header;
    color: #ffffff;
    font-size: calc(32px * 1.2);
    border-radius: 10px;
    letter-spacing: 1.5px;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.2);
    padding-bottom: 25px;
    padding: 15px;
    text-transform: uppercase;
}

.data_statistics .extra_gain::after {
    border-right: 2px solid rgb(207,203,185);
    right: 10px;
    opacity: 0.6;
    height: 30px;
    content: '';
    border-bottom: 2px solid rgb(207,203,185);
    position: absolute;
    width: 30px;
    bottom: 10px;
}

.data_statistics .growth_track {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
}

.data_statistics .growth_track:hover::after {
    opacity: 0.1;
}

.data_statistics .statistics_boosters {
    border-radius: 5px;
    display: flex;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    width: 50px;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    align-items: center;
    height: 50px;
    justify-content: center;
}

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



.code_labs .container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.code_labs .company_holder {
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    padding-bottom: 2.5rem;
}

.code_labs .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}

.code_labs .company_holder h3::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 60px;
    bottom: -10px;
    background: rgb(184,158,132);
    position: absolute;
    height: 3px;
}

.code_labs .main_primary {
    gap: 6rem;
    position: relative;
    display: flex;
}

.code_labs .header_main:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(rgb(207,203,185,0.5), 0.1);
}

.code_labs .header_main h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(184,158,132);
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    letter-spacing: 1.5px;
    padding-bottom: 0.8rem;
    font-size: 17px;
    text-align: center;
}

.code_labs .header_main .main_primary a:hover {
    opacity: 1;
    color: rgb(184,158,132);
}

.guide_section {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    padding: 1.2rem 0;
    margin-top: 4rem;
    position: relative;
}

.guide_section .job_board {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    opacity: 0.8;
    position: relative;
    letter-spacing: 0.5px;
}

.education_history {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, #ffffff 100%);
    padding: 120px 0;
}

.education_history::after {
    bottom: -50px;
    left: -50px;
    width: 300px;
    filter: blur(100px);
    z-index: 0;
    background: rgb(184,158,132,0.5);
    position: absolute;
    content: "";
    height: 300px;
}

.education_history .user_testimonials > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.education_history .user_testimonials:hover .pic_banner {
    transform: translateZ(20px) scale(1.05);
}

.education_history .user_testimonials .pic_banner::before {
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(207,203,185,0.5) 100%
  );
    z-index: 1;
    inset: 0;
    content: "";
    position: absolute;
}

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

.education_history .user_testimonials .work_wrap::before,
.education_history .user_testimonials .work_wrap::after {
    color: rgb(207,203,185,0.5);
    line-height: 1;
    font-size: 80px;
    font-family: Georgia, serif;
    content: "";
    position: absolute;
}

.education_history .user_testimonials .work_wrap::before {
    left: -15px;
    top: -20px;
}

.our_info .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}

.our_info .submit_request:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_info h3 {
    color: rgb(207,203,185);
    display: inline-block;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 1.5rem;
}

.our_info p {
    max-width: 90%;
    transition: transform 0.3s ease-out;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
}

.our_info .contact_team {
    padding: 1.5rem 0 0;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    list-style: none;
    gap: 1.25rem;
    position: relative;
    margin: 1.5rem 0 0;
}

.our_info .get_help:hover {
    color: rgb(207,203,185);
}

.our_info .get_help:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.our_info svg {
    transform-origin: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
}

.secure_preserve::after {
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(207,203,185,0.5) 100%);
    height: 40%;
    bottom: -10px;
    content: "";
    right: -10px;
    transform: skewY(-5deg);
    width: 50%;
}

.secure_preserve h1::after {
    left: 0;
    content: "";
    background: rgb(207,203,185);
    transform-origin: left;
    height: 3px;
    position: absolute;
    bottom: -3px;
    animation: lineGrow 1.5s ease-out forwards;
    width: 60%;
}

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

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

.secure_preserve p strong::after {
    bottom: -2px;
    content: "";
    left: 0;
    transform: scaleX(0.9);
    transform-origin: left;
    width: 100%;
    position: absolute;
    height: 2px;
    background: rgb(184,158,132,0.5);
}

.secure_preserve li::before {
    left: 0;
    border: 2px solid rgb(184,158,132);
    border-radius: 10px;
    top: 0.6em;
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}

.welcome {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(94,170,168,0.1) 100%);
    position: relative;
    margin: 0;
}

.welcome::after {
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    position: absolute;
    top: -50%;
    height: 200%;
    width: 70%;
    background: radial-gradient(ellipse at center, rgba(94,170,168,0.15) 0%, transparent 70%);
    right: -20%;
}

.welcome h1::after {
    background: rgb(207,203,185);
    bottom: -10px;
    left: 0;
    animation: expandLine 0.6s ease-out forwards 0.8s;
    content: "";
    width: 60px;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
}

.welcome .study_master svg:hover {
    transform: translateZ(0) scale(1.05) rotate(2deg);
}

.welcome .study_master svg g {
    transition: transform 0.4s ease;
}

.welcome .study_master svg:hover g {
    transform: translate(30.89265,30.89265) scale(0.75);
}

.welcome .study_master svg text {
    transition: fill 0.3s ease, font-weight 0.3s ease;
    font-family: Arial, sans-serif;
}

.welcome .help_card {
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background: rgb(207,203,185);
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 14px 28px;
    font-size: 14px;
    transform: perspective(1px) translateZ(0);
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 6px 15px -5px rgba(94,170,168,0.4);
}

.welcome .pic_banner::after {
    content: "";
    right: -30%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    z-index: 2;
    width: 100%;
    top: -30%;
}

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

.service_plan h2::after {
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(90deg, rgb(207,203,185,0.5), rgb(207,203,185), rgb(207,203,185,0.5));
    left: 50%;
    position: absolute;
    width: 80px;
}

.service_plan .annual_plan li {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform-style: preserve-3d;
}

.service_plan .rate_list::before {
    transform: scaleX(0.8);
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    opacity: 0.8;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 5px;
}

.service_plan .premium_grid {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s ease;
}

.service_plan .premium_grid h4 {
    font-size: calc(20px * 1.2);
    margin: 0 0 25px;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    color: #ffffff;
    transform: translateZ(10px);
}

.service_plan .plan_deals {
    transform: translateZ(15px);
    padding: 10px 5px;
    transition: all 0.4s ease;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(20px * 1.5);
    position: relative;
}

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

.service_plan .learning_plan:hover .rate_list::after {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.4;
}

header::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    width: 100%;
    z-index: -1;
    opacity: 0.1;
    content: '';
}

header .top_lesson:hover::after {
    width: 80%;
    opacity: 1;
}

header .top_lesson:hover svg {
    transform: translateY(-5px);
}

header .header_main {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
    gap: 0.8rem;
    border-radius: 24px;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1rem;
    justify-content: center;
}

header .head_core::before {
    z-index: -1;
    background: #ffffff;
    top: 0;
    width: 100%;
    opacity: 0;
    content: '';
    border-radius: 10px;
    transform: translateY(100%) scale(0.8);
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    height: 100%;
}

.thanksGrid::after {
    transform: rotate(25deg) skew(-15deg);
    bottom: -10%;
    height: 80%;
    opacity: 0.05;
    right: -5%;
    width: 40%;
    position: absolute;
    pointer-events: none;
    content: "";
    background: rgb(184,158,132);
}

.thanksGrid .study_zone:hover::before {
    transform: scaleY(1);
}

.thanksGrid .study_zone > div:first-child {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.thanksGrid h5 {
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    margin: 0;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    font-size: 21px;
}

.thanksGrid a:hover {
    transform: translateX(5px);
}

.thanksGrid p {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 17px;
}

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

.our_background .container {
    position: relative;
    z-index: 2;
}

.our_background h3 {
    font-size: 38px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    grid-column: 1 / -1;
    margin-bottom: 50px;
}

.our_background .learn_vision:hover {
    transform: translateX(10px);
}

.our_background .learn_vision span {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 21px;
    position: relative;
    font-weight: 600;
    color: rgb(207,203,185);
}

.our_background .learn_vision p {
    margin-bottom: 25px;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}

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

.our_background .our_ethos {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 250px;
    position: relative;
    border-radius: 17px;
}

.our_background .study_zone::before {
    opacity: 0.4;
    top: -100px;
    height: 200px;
    content: "";
    width: 200px;
    position: absolute;
    animation: rotate 30s linear infinite;
    z-index: -1;
    left: -100px;
    border-radius: 50%;
    border: 2px dotted rgb(207,203,185,0.5);
}

.our_background .learning_space::before {
    background: rgb(184,158,132);
}

.service_plan .premium_grid p::-webkit-scrollbar {
    width: 4px;
}

.service_plan .premium_grid p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(207,203,185,0.5);
}

.service_plan .premium_grid p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}



@media (max-width: 480px) {.reach_out {
    padding: 50px 0;
}.reach_out h2 {
    font-size: calc(41px * 0.7);
    margin-bottom: 30px;
}.reach_out .pic_banner {
    min-height: 200px;
}.reach_out .reach_widget {
    padding: 30px 20px;
}.reach_out form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.reach_out form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.reach_out .reach_reach {
    margin-bottom: 20px;
}.reach_out .reach_reach label {
    font-size: calc(15px * 0.9);
}.reach_out .help_card {
    padding: 12px 20px;
}}



@media (max-width: 767px) {.course_program {
    padding: 5rem 0;
}.course_program .pic_banner {
    margin-bottom: 1.5rem;
    height: 250px;
}.course_program h3 {
    font-size: 24px;
    margin-bottom: 1rem;
}.course_program .content_zone::before {
    width: 80px;
    top: -10px;
}}


@media only screen and (max-width: 800px) {.learn_agree {
    display: none;
}.track_settings {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.privacyPolicyOverlay h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.privacy_gate {
    margin-bottom: 15px;
}.track_bar {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 768px) {.sign_up {
    padding: 3rem 0;
}.sign_up .study_zone {
    padding: 2rem;
}.sign_up h3 {
    font-size: calc(19px * 0.85);
}.sign_up .input_holder {
    flex-direction: column;
    gap: 1rem;
}.sign_up .input_holder div {
    flex: 1 1 100%;
    width: 100%;
}.sign_up .input_holder .subscribe_area {
    width: 100%;
}.sign_up::after {
    height: 40%;
    width: 50%;
}
}



@media (max-width: 992px) {.training_benefits {
    padding: 6rem 0;
    perspective: none;
}.training_benefits .study_zone {
    flex-direction: column;
    max-width: 90%;
}.training_benefits .pic_banner {
    margin-bottom: 3rem;
    height: 400px;
    width: 100%;
    transform: none;
}.training_benefits .pic_banner:hover {
    transform: none;
}.training_benefits .content_zone {
    padding: 0;
    transform: none;
    width: 100%;
}.training_benefits .content_zone:hover {
    transform: none;
}.training_benefits .text_main_holder > div:hover {
    transform: translateX(0) scale(1.03);
}
}



@media screen and (max-width: 575px) {.data_statistics {
    padding: 60px 0;
}.data_statistics .statistics_benefit {
    grid-gap: 25px;
}.data_statistics .boost_experts {
    width: 60px;
    margin-right: 15px;
    height: 60px;
}.data_statistics .boost_experts::before {
    width: 80px;
    height: 80px;
    left: -10px;
    top: -10px;
}.data_statistics .boost_experts svg {
    width: 30px;
    height: 30px;
}.data_statistics .statistics_benefits {
    font-size: calc(32px * 0.8);
    padding-bottom: 12px;
}.data_statistics .statistics_benefits::after {
    width: 50px;
    height: 2px;
}.data_statistics .extra_gain {
    margin-bottom: 25px;
    font-size: calc(16px * 1.05);
    padding: 25px;
}.data_statistics .extra_gain::before,
    .data_statistics .extra_gain::after {
    width: 20px;
    height: 20px;
}.data_statistics .statistics_upgrade {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_statistics .growth_track {
    padding: 20px 15px;
}.data_statistics .statistics_boosters {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
}.data_statistics .statistics_boosters svg {
    height: 20px;
    width: 20px;
}.data_statistics .statistics_upgrade .growth_track span {
    font-size: 1.8rem;
}.data_statistics .growth_track p {
    font-size: calc(16px * 0.85);
}}



@media (max-width: 767px) {.education_history {
    padding: 80px 0;
}.education_history .user_testimonials {
    padding: 30px 25px;
}.education_history .user_testimonials .pic_banner {
    width: 150px;
    height: 150px;
}.education_history .user_testimonials .work_wrap {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.education_history .user_testimonials .work_wrap::before,
  .education_history .user_testimonials .work_wrap::after {
    font-size: 60px;
}
}



@media screen and (min-width: 992px) {.our_info {
    padding: 7rem 0;
}.our_info .submit_request {
    grid-template-columns: repeat(12, 1fr);
    padding: 5rem;
}.our_info .submit_request > div:first-of-type {
    grid-column: 1 / 9;
}.our_info .submit_request > div:nth-of-type(2) {
    grid-column: 9 / 13;
}.our_info .contact_team {
    grid-column: 1 / 13;
    gap: 3rem;
    justify-content: flex-start;
}.our_info h3 {
    transform: translateZ(50px);
    margin-left: -20px;
}
}



@media (min-width: 992px) {.secure_preserve {
    padding: 7rem 4rem;
}.secure_preserve h1 {
    transform: translateX(2rem) translateZ(10px);
}.secure_preserve span {
    margin-left: 2rem;
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.secure_preserve span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.secure_preserve p, .secure_preserve li {
    font-size: calc(13px * 1.05);
}
}



@media (min-width: 992px) {.welcome {
    padding: 120px 0;
}.welcome .study_zone {
    gap: 60px;
}.welcome h1 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.9);
}.welcome .study_master p {
    margin-top: 30px;
    font-size: calc(17px * 1.1);
}.welcome .pic_banner {
    transform: translateY(0) rotate(-3deg);
    height: 450px;
}.welcome .study_master svg {
    height: 100px;
    width: 100px;
}.welcome .help_card {
    padding: 16px 32px;
}
}



@media (max-width: 767px) {.service_plan {
    padding: 60px 0;
}.service_plan h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.service_plan .edu_packages {
    margin-bottom: 30px;
}.service_plan .annual_plan {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.service_plan .premium_grid h4 {
    font-size: 20px;
}.service_plan .plan_deals {
    font-size: calc(20px * 1.3);
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .first_teach {
    gap: 1rem;
}header .top_lesson svg {
    width: 150px;
}header .header_main {
    gap: 0.4rem;
    padding: 0.4rem;
}header .head_core {
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
}
}



@media (min-width: 1200px) {.thanksGrid .study_zone {
    max-width: 75%;
}
}



@media (max-width: 991px) {.thanksGrid {
    padding: 100px 0;
}.thanksGrid .study_zone {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.thanksGrid {
    padding: 80px 0;
}.thanksGrid .study_zone {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.thanksGrid h5 {
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 992px) {.our_background .study_zone {
    grid-gap: 50px;
    grid-template-columns: 1fr;
}.our_background h3 {
    margin-bottom: 35px;
}.our_background .learn_vision:hover,
    .our_background .learning_space:hover {
    transform: translateY(-10px);
}
}



@media (max-width: 576px) {.our_background {
    padding: 50px 0;
}.our_background h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.our_background .learn_vision,
    .our_background .learning_space {
    padding: 20px;
}.our_background .learn_vision p,
    .our_background .learning_space p {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
    line-height: 1.6;
}.our_background .pic_banner,
    .our_background .our_ethos {
    height: 200px;
}}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(207,203,185,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}



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

