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

.nav_page {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    padding: 1.5rem 0;
    z-index: 1000;
    background: linear-gradient(to right, rgb(184,158,132,0.5), rgb(207,203,185));
    position: relative;
}

.reach_out::before {
    width: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(207,203,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(184,158,132,0.5) 0%, transparent 30%);
    background: rgb(235,233,229);
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

.reach_out h2::before {
    box-shadow: 
        0 0 5px rgb(207,203,185),
        0 0 10px rgb(207,203,185),
        0 0 15px rgb(207,203,185);
    position: absolute;
    bottom: -15px;
    left: calc(50% - 50px);
    background: rgb(207,203,185);
    width: 100px;
    height: 2px;
    content: "";
}

.reach_out .pic_banner {
    overflow: hidden;
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.reach_out .pic_banner::after {
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(207,203,185,0.5) 100%);
    content: "";
    z-index: 2;
    opacity: 0.7;
    position: absolute;
}

.reach_out form {
    position: relative;
    z-index: 2;
}

.reach_out form h3 {
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
}

.reach_out form input[type="text"]:focus {
    border-color: rgb(207,203,185);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(207,203,185),
        0 0 5px rgb(207,203,185,0.5);
}

.reach_out .reach_reach {
    margin-bottom: 35px;
    position: relative;
}

.reach_out .reach_reach label::before {
    top: 0;
    border: 1px solid rgb(207,203,185,0.5);
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(235,233,229);
    content: "";
    height: 22px;
    border-radius: 4px;
    width: 22px;
}

.reach_out .reach_reach label a::after {
    transform: scaleX(0);
    transform-origin: right;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    height: 1px;
    bottom: -1px;
    background: rgb(207,203,185);
    width: 100%;
    position: absolute;
}

.reach_out .help_card:hover {
    box-shadow: 
        0 5px 20px rgb(184,158,132,0.5),
        0 0 0 1px rgb(184,158,132);
}

.reach_out .help_card:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.reach_out svg {
    fill: rgb(207,203,185);
    filter: drop-shadow(0 0 2px rgb(207,203,185,0.5));
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
}

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

.course_program::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(207,203,185,0.5),
        80px 200px 0 -1px rgb(184,158,132,0.5),
        200px 50px 0 -0.5px rgb(207,203,185,0.5),
        280px 160px 0 -1px rgb(184,158,132,0.5),
        320px 280px 0 -0.5px rgb(207,203,185,0.5);
}

.course_program .pic_banner::after {
    right: -10%;
    position: absolute;
    opacity: 0.15;
    content: "";
    width: 50px;
    filter: blur(30px);
    animation: floatOrbit 15s infinite ease-in-out;
    height: 50px;
    border-radius: 50%;
    top: -10%;
    background: rgb(184,158,132);
}

.course_program h3::before {
    animation: growUp 1.2s forwards ease-out 0.2s;
    position: absolute;
    transform: scaleY(0);
    transform-origin: bottom;
    content: "";
    top: 0;
    width: 3px;
    height: 100%;
    background: rgb(207,203,185);
    left: 0;
}

.course_program .pic_banner:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.privacyPolicyOverlay {
    transform: translateY(100%);
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px 0;
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
    background: rgb(184,158,132);
    border-top: 3px solid rgb(184,158,132);
    animation: slideUp 0.5s forwards;
    bottom: 0;
    position: fixed;
}

.learn_agree:hover svg {
    transform: scale(1.1);
}

.track_bar {
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 10px;
    min-width: 140px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    font-size: 15px;
    box-shadow: 0 0 15px rgb(207,203,185);
    text-decoration: none;
    border-radius: 29px;
    line-height: 40px;
    white-space: nowrap;
}

.access_now .container p {
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    background: #ffffff;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    padding: 50px;
    margin: 0;
    font-size: 28px;
    z-index: 5;
    position: relative;
    line-height: 1.4;
    color: #000000;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.access_now .container p:hover,
.access_now .help_card:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}

.access_now .help_card:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}

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

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

.sign_up .study_zone::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(184,158,132,0.5) 0,
        rgb(184,158,132,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    opacity: 0.05;
}

.sign_up .input_holder {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    margin-top: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.sign_up .input_holder input[type="email"]:focus {
    border-color: rgb(207,203,185);
    outline: none;
    box-shadow: 0 0 0 3px rgb(207,203,185,0.5);
}

.sign_up .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.sign_up .input_holder .subscribe_area::before {
    content: "";
    transition: left 0.8s ease;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
}

.sign_up .input_holder .subscribe_area:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.training_benefits::before {
    height: 120%;
    top: -10%;
    content: '';
    transform: rotate(-15deg);
    right: -10%;
    width: 70%;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgb(207,203,185,0.5) 100%);
}

.training_benefits .content_zone {
    padding: 3rem 5vw;
    width: 50%;
    transform: rotateY(-5deg);
    transform-origin: right center;
    transition: transform 0.5s ease;
}

.training_benefits .text_main_holder {
    display: grid;
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.training_benefits .text_main_holder > div::before {
    inset: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(207,203,185,0.5) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
    content: '';
    transition: opacity 0.4s ease;
}

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

.training_benefits .text_main_holder p {
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

.data_statistics::after {
    height: 100%;
    content: '';
    opacity: 0.6;
    background: 
        radial-gradient(circle at 10% 20%, rgb(207,203,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(184,158,132,0.5) 0%, transparent 30%),
        linear-gradient(45deg, transparent 96%, rgb(207,203,185,0.5) 97%, rgb(207,203,185,0.5) 98%, transparent 99%),
        linear-gradient(135deg, transparent 96%, rgb(184,158,132,0.5) 97%, rgb(184,158,132,0.5) 98%, transparent 99%),
        repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.01) 5px, rgba(255, 255, 255, 0.01) 10px);
    width: 100%;
    background-size: auto, auto, 100px 100px, 100px 100px, 30px 30px;
    position: absolute;
    z-index: -1;
    animation: backgroundPulse 20s infinite alternate;
    top: 0;
    left: 0;
}

.data_statistics .statistics_benefits::after {
    position: absolute;
    border-radius: 1.5px;
    width: 60px;
    background: rgb(207,203,185);
    content: '';
    bottom: 0;
    height: 3px;
    left: 0;
}

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

.data_statistics .statistics_upgrade {
    position: relative;
    margin-top: 30px;
    display: grid;
    grid-area: stats;
    grid-template-rows: repeat(3, auto);
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
}

.data_statistics .growth_track::before {
    background: linear-gradient(90deg, transparent, rgb(207,203,185), transparent);
    opacity: 0.6;
    right: -2px;
    position: absolute;
    height: 2px;
    content: '';
    top: -2px;
    left: -2px;
}

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

.data_statistics .growth_track span::after {
    opacity: 0.5;
    width: 30px;
    position: absolute;
    bottom: -5px;
    content: '';
    background: currentColor;
    height: 2px;
    left: 0;
}

.data_statistics .growth_track p {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.code_labs::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(207,203,185,0.5) 100%);
    content: "";
}

.code_labs .company_holder::before,
.code_labs .company_holder::after {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(184,158,132), transparent);
    content: "";
    animation: slide 3s infinite alternate;
    width: 20%;
    bottom: -1px;
    position: absolute;
}

.code_labs .company_holder::before {
    left: 0;
    animation-delay: 0s;
}

.code_labs .sec_cert {
    display: flex;
    justify-content: center;
}

.code_labs .header_main {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.code_labs .header_main .main_primary a {
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0.75;
    padding: 0.4rem 0;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 13px;
}

.code_labs .header_main .main_primary a:hover::before {
    transform: scaleX(1);
}

.guide_section::before {
    position: absolute;
    background-size: 4px 4px;
    background-image: linear-gradient(45deg, rgba(rgb(207,203,185,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(207,203,185,0.5), 0.05) 50%, rgba(rgb(207,203,185,0.5), 0.05) 75%, transparent 75%, transparent);
    animation: bgMove 20s linear infinite;
    opacity: 0.3;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}

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

.education_history .user_testimonials:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.education_history .user_testimonials .pic_banner {
    width: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.education_history .user_testimonials > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}

.education_history .user_testimonials .name::after {
    left: 50%;
    background: rgb(184,158,132);
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    bottom: -8px;
}

.education_history .user_testimonials .work_wrap::after {
    bottom: -60px;
    right: -15px;
    content: "";
}

.our_info {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(245, 248, 255, 0.95) 100%);
    overflow: hidden;
    z-index: 1;
}

.our_info::after {
    height: 60%;
    animation: float 15s infinite ease-in-out;
    width: 30%;
    content: '';
    right: -5%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(184,158,132,0.5) 70%);
    top: -10%;
    z-index: -1;
}

.our_info h3::after {
    height: 3px;
    position: absolute;
    background: rgb(207,203,185);
    transition: width 0.3s ease;
    bottom: -10px;
    content: '';
    left: 0;
    width: 40%;
}

.our_info h5 {
    display: flex;
    text-transform: capitalize;
    font-size: 22px;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    align-items: center;
    color: #000000;
}

.our_info .contact_team li {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.our_info .get_help {
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    gap: 0.75rem;
    display: flex;
    transition: color 0.3s ease;
    text-decoration: none;
    align-items: center;
    font-size: calc(15px * 0.95);
}

.secure_preserve {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(250, 250, 255, 0.95) 100%);
    padding: 5rem 2rem;
}

.secure_preserve .container {
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
}

.secure_preserve h2 {
    position: relative;
    margin-top: 3rem;
    font-weight: 600;
    font-size: 35px;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    transform: translateZ(5px);
    color: #000000;
}

.secure_preserve h3 {
    font-weight: 600;
    margin-top: 2.5rem;
    position: relative;
    color: #000000;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
    font-size: calc(35px * 0.85);
}

.secure_preserve h4 {
    font-size: calc(35px * 0.7);
    padding-left: 1rem;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 600;
}

.secure_preserve p strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}

.secure_preserve ul::before {
    width: 2px;
    left: -1rem;
    top: 0;
    background: linear-gradient(to bottom, rgb(184,158,132,0.5), transparent);
    position: absolute;
    content: "";
    height: 100%;
}

.secure_preserve li:hover {
    transform: translateX(5px) translateZ(0);
}

.secure_preserve span:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.9);
}

.welcome::before {
    opacity: 0.8;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background-size: 60px 60px;
    content: "";
    background-image: 
        linear-gradient(30deg, rgba(94,170,168,0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(94,170,168,0.03) 1px, transparent 1px);
}

.welcome .content_zone {
    width: 100%;
    padding: 30px 0;
    transform: translateZ(0);
}

.welcome .study_master {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}

.welcome .study_master p {
    border-left: 3px solid rgba(94,170,168,0.3);
    margin-top: 25px;
    position: relative;
    font-size: calc(17px * 1.05);
    line-height: 1.6;
    color: #000000;
    padding-left: 15px;
}

.welcome .study_master svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}

.welcome .study_master svg:hover text {
    fill: rgb(74,150,148);
}

.welcome ul li {
    display: inline-block;
}

.welcome .help_card::before {
    transform: translateX(-100%);
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    top: 0;
    z-index: 1;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.welcome .pic_banner::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(94,170,168,0.2) 0%,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.3) 100%);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
}

.service_plan {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.service_plan .member_fees {
    position: relative;
}

.service_plan h2 {
    transform: perspective(1000px) translateZ(30px);
    margin-bottom: 20px;
    font-size: 36px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.service_plan .annual_plan {
    perspective: 1000px;
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.service_plan .rate_list {
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    height: 100%;
    transform-style: preserve-3d;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    padding: 40px 30px;
}

.service_plan .premium_grid h4::after {
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(184,158,132);
    width: 50px;
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
}

.service_plan .plan_deals::before {
    background: linear-gradient(90deg, transparent, rgb(184,158,132), transparent);
    bottom: 5px;
    opacity: 0.6;
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    transform: scaleX(0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform-origin: center;
    left: 0;
}

.service_plan .learning_plan:hover .plan_deals {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}

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

header .top_lesson {
    z-index: 2;
    position: relative;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    padding: 1rem;
    display: flex;
}

header .top_lesson svg {
    filter: drop-shadow(0 4px 8px rgb(207,203,185,0.5));
    width: 220px;
    height: auto;
    transition: all 0.3s ease;
}

header .head_core {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 400;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 13px;
}

header .head_core:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.thanksGrid::before {
    background: #ffffff;
    left: -5%;
    opacity: 0.03;
    height: 70%;
    pointer-events: none;
    width: 50%;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    top: -10%;
    position: absolute;
}

.thanksGrid .study_zone {
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 60px 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

.thanksGrid h5::after {
    left: 0;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -8px;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    width: 80px;
    height: 3px;
    transform-origin: left center;
    transform: scaleX(0.7);
}

.thanksGrid a:hover::before {
    left: 200%;
}

.our_background {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background-color: rgb(235,233,229);
}

.our_background::after {
    width: 30%;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at bottom left, rgb(184,158,132,0.5) 0%, transparent 70%);
    left: 0;
    height: 60%;
    bottom: 0;
    content: "";
}

.our_background h3::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    bottom: -15px;
    content: "";
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to right, rgb(207,203,185), rgb(184,158,132));
}

.our_background .learn_vision span::after {
    left: 0;
    background-color: rgb(184,158,132);
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    content: "";
}

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

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

.our_background .learning_space p {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
}

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



.our_background .learn_vision::before,
.our_background .learning_space::before {
    transform: rotate(45deg);
    width: 20px;
    background: rgb(207,203,185);
    height: 20px;
    right: 30px;
    content: "";
    z-index: -1;
    position: absolute;
    top: -10px;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.reach_out {
    padding: 60px 0;
}.reach_out h2 {
    margin-bottom: 40px;
    font-size: calc(41px * 0.8);
}.reach_out .support_grid {
    flex-direction: column;
}.reach_out .pic_banner {
    width: 100%;
    min-height: 300px;
}.reach_out .reach_widget {
    width: 100%;
    padding: 40px 30px;
}.reach_out form h3 {
    margin-bottom: 30px;
}.reach_out form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach_out .reach_reach {
    margin-bottom: 25px;
}.reach_out .help_card {
    padding: 15px 25px;
}
}



@media (min-width: 992px) {.course_program {
    padding: 9rem 0;
}.course_program .career_class {
    gap: 6rem;
}.course_program .pic_banner {
    height: 550px;
}.course_program span.description {
    column-gap: 3rem;
    column-count: 2;
}.course_program h3::before {
    width: 4px;
}.course_program .content_zone::after {
    height: 180px;
    width: 180px;
    right: -5%;
    bottom: 20%;
}
}



@media (max-width: 767px) {.access_now {
    padding: 70px 0;
}.access_now .study_zone {
    grid-template-columns: 1fr;
}.access_now .container p {
    font-size: 20px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 30px;
}.access_now .help_card {
    padding: 25px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
}.access_now .container p:hover,
    .access_now .help_card:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}



@media (max-width: 1200px) {.training_benefits .pic_banner {
    width: 45%;
    height: 500px;
}.training_benefits .content_zone {
    width: 55%;
}
}



@media (max-width: 768px) {.training_benefits {
    padding: 5rem 0;
}.training_benefits .pic_banner {
    height: 350px;
}.training_benefits h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.training_benefits .text_main_holder > div {
    padding: 1.5rem;
}
}



@media screen and (max-width: 991px) {.data_statistics {
    padding: 100px 0;
}.data_statistics .statistics_benefit {
    grid-template-areas: 
            "image header header header"
            "stats stats stats stats";
    grid-gap: 30px;
    grid-template-columns: auto 1fr 1fr 1fr;
}.data_statistics .extra_gain {
    max-width: 100%;
}.data_statistics .statistics_upgrade {
    grid-template-columns: repeat(3, 1fr);
}
}



@media screen and (max-width: 992px) {.code_labs {
    padding: 4rem 0 2rem;
}.code_labs .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.code_labs .company_holder h3 {
    font-size: 33px;
}.code_labs .main_primary {
    gap: 3rem;
}
}



@media screen and (max-width: 768px) {.code_labs .sec_cert {
    align-items: center;
    flex-direction: column;
}.code_labs .main_primary {
    gap: 2rem;
    max-width: 450px;
    flex-direction: column;
    width: 100%;
}.code_labs .header_main {
    width: 100%;
}
}



@media screen and (max-width: 576px) {.code_labs {
    padding: 3rem 0 1.5rem;
}.code_labs .company_holder h3 {
    font-size: calc(33px * 0.9);
}.code_labs .peer_help {
    font-size: calc(13px * 0.9);
}.code_labs .header_main {
    padding: 1rem;
}.code_labs .header_main h5 {
    font-size: calc(17px * 0.9);
}.guide_section {
    padding: 1rem 0;
    margin-top: 2rem;
}.guide_section .job_board {
    font-size: calc(15px * 0.9);
}.guide_section .job_board::before,
    .guide_section .job_board::after {
    display: none;
}}



@media (min-width: 992px) {.education_history {
    padding: 140px 0;
}.education_history .user_testimonials {
    padding: 60px;
    grid-template-columns: 260px 1fr;
    gap: 40px 60px;
}.education_history .user_testimonials .pic_banner {
    height: 220px;
    width: 220px;
}.education_history .user_testimonials .name {
    font-size: calc(23px * 1.2);
}.education_history .user_testimonials .work_wrap {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}



@media screen and (min-width: 768px) {.our_info .submit_request {
    display: grid;
    gap: 2rem;
    padding: 4rem 3rem;
    grid-template-columns: 1fr 1fr;
}.our_info .submit_request > div:first-of-type {
    grid-column: 1 / -1;
}.our_info .contact_team {
    justify-content: space-between;
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
}.our_info h3 {
    font-size: calc(34px * 1.2);
    margin-bottom: 2rem;
}.our_info p {
    font-size: calc(15px * 1.05);
}
}



@media (min-width: 768px) {.secure_preserve {
    padding: 6rem 3rem;
}.secure_preserve .container {
    padding: 0 2rem;
}.secure_preserve h1 {
    font-size: calc(46px * 1.1);
    margin-bottom: 3rem;
}.secure_preserve h2 {
    font-size: calc(35px * 1.05);
    margin-top: 4rem;
}.secure_preserve ul {
    margin-left: 2.5rem;
}
}



@media (min-width: 768px) {.welcome {
    padding: 100px 0;
}.welcome .study_zone {
    flex-direction: row;
    align-items: center;
    gap: 40px;
}.welcome .content_zone {
    width: 50%;
    padding: 0;
}.welcome h1 {
    font-size: calc(34px * 1.1);
}.welcome .pic_banner {
    transform: translateY(0) rotate(-2deg);
    height: 400px;
    width: 50%;
}.welcome .study_master svg {
    height: 90px;
    width: 90px;
}
}



@media (min-width: 1200px) {.welcome .study_zone {
    gap: 80px;
}.welcome h1 {
    font-size: 45px;
}.welcome .pic_banner {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) rotate(-2deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 500px;
}.welcome .pic_banner:hover {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) rotate(-1deg);
}}



@media (max-width: 480px) {.service_plan {
    padding: 50px 0;
}.service_plan .rate_list {
    padding: 25px 20px;
}.service_plan .premium_grid p {
    max-height: 200px;
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.service_plan .plan_deals {
    font-size: calc(20px * 1.2);
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .first_teach {
    gap: 1.2rem;
}header .top_lesson svg {
    width: 180px;
}header .header_main {
    padding: 0.5rem;
    gap: 0.6rem;
}header .head_core {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}
}



@media (min-width: 992px) {.thanksGrid {
    padding: 150px 0;
}.thanksGrid .study_zone {
    padding: 80px 70px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
}.thanksGrid h5 {
    font-size: calc(21px * 1.15);
    line-height: 1.3;
}.thanksGrid p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}.thanksGrid h5::after {
    width: 100px;
}
}



@media (max-width: 575px) {.thanksGrid {
    padding: 60px 0;
}.thanksGrid .study_zone {
    transform: none;
    padding: 30px 20px;
}.thanksGrid h5 {
    line-height: 1.5;
    font-size: calc(21px * 0.85);
}.thanksGrid p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.thanksGrid h5::after {
    width: 60px;
    height: 2px;
}}



@media (min-width: 1400px) {.our_background .container {
    max-width: 1320px;
}
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



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



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

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
    50% {
        background-position: 5% 5%, -5% -5%, 50px 50px, 50px 50px, 15px 15px;
        opacity: 0.7;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
}



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



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes fadeInPhoto {
    from {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(-2deg);
    }
}

