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

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


.educational_yield {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(228,230,242) 0%, rgb(195,200,225,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.educational_yield .learn_experts {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1280px;
}

.educational_yield h2 {
    position: relative;
    font-size: 42px;
    display: inline-block;
    color: #ffffff;
    margin: 0 0 30px;
    font-weight: 700;
}

.educational_yield .background_photo {
    grid-row: 1 / 5;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    grid-column: 1 / 8;
    border-radius: 23px;
    z-index: 1;
    min-height: 600px;
}

.educational_yield .text_main_holder {
    display: contents;
}

.educational_yield .text_main_holder > div {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 20px;
    padding: 30px;
    transform: translateY(0);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border-radius: 23px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.07);
}

.educational_yield .text_main_holder > div::before {
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 23px;
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(158,166,202,0.5) 0%, transparent 100%);
    opacity: 0;
}

.educational_yield .text_main_holder > div:hover svg path {
    fill: #ffffff;
}

.program_structure::before {
    top: 0;
    background: 
        linear-gradient(135deg, rgb(195,200,225,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(158,166,202,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    width: 100%;
    z-index: 0;
    opacity: 0.4;
    height: 100%;
    position: absolute;
}

.program_structure .background_photo::before {
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
}

.program_structure .page_header::after {
    left: -15px;
    animation: pulse 4s ease-in-out infinite;
    border-radius: 50%;
    z-index: -2;
    bottom: -15px;
    right: -15px;
    content: "";
    border: 1px solid rgb(195,200,225,0.5);
    top: -15px;
    opacity: 0.3;
    position: absolute;
}

.program_structure .page_header svg {
    height: 45px;
    width: 45px;
    transition: transform 0.5s ease;
}

.program_structure .page_header:hover svg path {
    fill: rgb(158,166,202);
}

.program_structure h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(195,200,225), rgb(158,166,202));
    position: absolute;
    border-radius: 10px;
    width: 60px;
    transition: width 0.4s ease;
    content: "";
    left: 40px;
    bottom: 15px;
}

.program_structure .class_route:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}

.program_structure .class_route:hover p {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-5%);
}

.program_structure .background_photo::after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    mix-blend-mode: multiply;
    top: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 0.5;
    width: 100%;
}

.program_structure .class_route:hover::before {
    transform: translateX(5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.customer_feedback {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(228,230,242) 0%, rgba(240, 245, 255, 0.95) 100%);
    padding: 5rem 0;
}

.customer_feedback::after {
    height: 15vw;
    left: -2%;
    z-index: 0;
    transform: rotate(10deg);
    content: "";
    position: absolute;
    width: 15vw;
    background: linear-gradient(to bottom, rgb(195,200,225,0.5), rgb(158,166,202));
    opacity: 0.15;
    filter: blur(40px);
    bottom: -5%;
}

.customer_feedback .learn_experts {
    position: relative;
}

.customer_feedback .alumni_voices {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}

.customer_feedback .user_ratings:nth-child(2) {
    animation-delay: 0.5s;
}

.customer_feedback .user_ratings:nth-child(4) {
    animation-delay: 0.9s;
}

.customer_feedback .user_ratings:nth-child(6) {
    animation-delay: 1.3s;
}

.customer_feedback .user_ratings:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) scale(1.02);
}

.customer_feedback .user_ratings h3 {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: calc(18px - 2px);
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}

.customer_feedback .user_ratings div {
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: auto;
    overflow: hidden;
    position: relative;
}

.get_help_info::after {
    background-size: 20px 20px;
    z-index: 0;
    top: 0;
    background-image: linear-gradient(rgb(228,230,242) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(228,230,242) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    content: "";
    background-position: center center;
    left: 0;
    opacity: 0.06;
    height: 100%;
}

.get_help_info .reach_experts:first-child::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, rgb(195,200,225), rgb(158,166,202));
}

.get_help_info .reach_experts:hover h2::after {
    width: 50px;
}

.get_help_info p {
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

.get_help_info .edu_askedu {
    margin-bottom: 30px;
    border-left: 2px solid rgb(195,200,225,0.5);
    padding-left: 15px;
}

.get_help_info .edu_form h3 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.get_help_info .reach_help span {
    text-align: center;
    background: rgb(228,230,242);
    color: #000000;
    border-left: 3px solid rgb(195,200,225);
    display: block;
    font-size: calc(15px * 0.85);
    transition: all 0.3s ease;
    padding: 8px 10px;
}

.get_help_info .edu_reach {
    padding: 40px;
    flex-direction: column;
    gap: 20px;
    display: flex;
}

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

.get_help_info .edu_reach a:hover::before {
    width: 3px;
}

.get_help_info .edu_reach a p {
    color: #000000;
    font-size: calc(15px * 1.1);
    margin: 0;
    font-weight: 600;
}

.get_help_info svg {
    fill: rgb(195,200,225);
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 5px;
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}

.get_help_info .reach_experts:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}

.get_help_info .edu_reach a:nth-child(3) {
    animation-delay: 0.3s;
}

.prospective_members {
    position: relative;
    background-color: #ffffff;
    padding: 90px 0;
    overflow: hidden;
}

.prospective_members .learn_experts {
    z-index: 10;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.prospective_members h3::before,
.prospective_members h3::after {
    height: 15px;
    transform: translateY(-50%);
    background-color: rgb(195,200,225,0.5);
    width: 15px;
    border-radius: 50%;
    top: 50%;
    content: '';
    position: absolute;
}

.prospective_members h3::before {
    left: 0;
}

.prospective_members ul li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
    border-color: rgba(0, 0, 0, 0.1);
}

.prospective_members ul li:hover::before {
    opacity: 1;
}

.prospective_members ul li svg {
    height: 45px;
    transition: all 0.4s ease;
    width: 45px;
    flex-shrink: 0;
    position: relative;
}

.prospective_members ul li:hover svg path {
    fill: rgb(158,166,202);
}

.prospective_members ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(158,166,202,0.5);
}

.prospective_members ul li:nth-child(3) {
    animation-delay: 0.3s;
}

.prospective_members ul li:nth-child(5) {
    animation-delay: 0.5s;
}

.prospective_members ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(158,166,202,0.5), 0.1);
}

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

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

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

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

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

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

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

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

.cookie_popup_interrupt p {
    font-size: 18px;
}

.cookie_layer svg, .cookie_layer svg path, .cookie_layer img {
    fill: rgb(195,200,225);
    width: 100px;
    height: 100px;
}


.wrapper-section .cookie_popup_interrupt {
    box-shadow: rgb(195,200,225,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}

.wrapper-section .cookie_layer {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    justify-content: center;
    background:rgb(195,200,225);
    align-items: center;
    display: flex;
}

.newsletter::before {
    content: "";
    top: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(165deg, rgb(195,200,225), transparent);
    z-index: 1;
    position: absolute;
    height: 120%;
    right: -5%;
    width: 35%;
    opacity: 0.07;
}

.newsletter .learn_experts {
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 3px solid rgb(195,200,225);
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 3rem;
    flex-direction: column;
}

.newsletter input[type="email"] {
    background: rgba(245, 245, 245, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    padding: 0.9rem 1.2rem;
    font-size: 15px;
    color: #000000;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.newsletter .sub_titles:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.newsletter .sub_titles:hover::before {
    transform: translateX(100%);
}

.newsletter .sub_titles:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.our_mission::after {
    position: absolute;
    border: 2px solid rgb(195,200,225,0.5);
    opacity: 0.6;
    animation: rotate 20s linear infinite;
    right: -50px;
    z-index: 1;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    top: -50px;
    content: "";
}

.our_mission .content_box_wrap::before {
    height: 100%;
    background: radial-gradient(circle at top right, 
        rgb(195,200,225,0.5) 0%, 
        transparent 70%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    top: 0;
}

.our_mission h1 {
    display: inline-block;
    position: relative;
    margin-bottom: 2.5rem;
    color: rgb(195,200,225);
    font-weight: 700;
    font-size: 38px;
}

.our_mission li {
    opacity: 0;
    position: relative;
    animation-delay: 0.3s;
    animation: fadeIn 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
}

.our_mission h4::before {
    height: 1px;
    width: 15px;
    left: -25px;
    position: absolute;
    animation: expandWidth 1s ease-out 0.8s forwards;
    content: "";
    transform: scaleX(0);
    transform-origin: right center;
    background-color: rgb(158,166,202);
    top: 50%;
}

.statistics_information {
    overflow: hidden;
    background: rgb(228,230,242);
    z-index: 1;
    position: relative;
    padding: 120px 0;
}

.statistics_information::after {
    opacity: 0.15;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(315deg, rgb(158,166,202,0.5) 0%, transparent 75%);
    right: 0;
}

.statistics_information h2::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(195,200,225), rgb(158,166,202));
    bottom: -15px;
    width: 60px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
}



.statistics_information h2::after {
    animation: gradient 3s ease infinite;
    background-size: 200% 200%;
}

.statistics_information .pro_gains:hover {
    transform: perspective(1000px) translateZ(30px) translateX(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.statistics_information .pro_gains:nth-child(even) {
    flex-direction: row-reverse;
    align-self: flex-end;
}

.statistics_information .pro_gains:nth-child(1) {
    transform: translateX(100px);
}

.statistics_information .pro_gains:nth-child(1) {
    animation-delay: 0.1s;
}

.statistics_information .pro_gains:nth-child(4) {
    transform: translateX(-200px);
}

.statistics_information .pro_gains:nth-child(4) {
    animation-delay: 0.7s;
}

.statistics_information .pro_gains:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(210px);
}

.statistics_information .pro_gains:nth-child(even) p {
    background: linear-gradient(90deg, rgb(158,166,202), rgb(195,200,225));
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

.statistics_information .pro_gains:hover span {
    color: #000000;
}

.statistics_information .pro_gains:nth-child(even) svg {
    fill: rgb(158,166,202);
}

.statistics_information .pro_gains:hover svg {
    transform: rotate(15deg);
}

.statistics_information .pro_gains:nth-child(odd)::after {
    top: 0;
    right: calc(100% + 50px);
}

.statistics_information .pro_gains:nth-child(even)::after {
    left: calc(100% + 50px);
    background: linear-gradient(to bottom, rgb(158,166,202,0.5), transparent);
    top: 0;
}

.opening_page {
    justify-content: center;
    min-height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(158,166,202,0.5), rgba(0, 0, 0, 0.5));
}

.opening_page::before {
    background: 
    radial-gradient(circle at 75% 25%, rgb(158,166,202,0.5) 0%, transparent 50%),
    radial-gradient(circle at 25% 75%, rgb(195,200,225,0.5) 0%, transparent 50%);
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.7;
    width: 100%;
}

.opening_page::after {
    background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 200%;
    z-index: 2;
    animation: orbitRotate 40s infinite linear;
    pointer-events: none;
    content: "";
    top: -50%;
    left: -50%;
    height: 200%;
    position: absolute;
}

.opening_page .study_fast::after {
    width: 150%;
    top: -25%;
    position: absolute;
    opacity: 0.1;
    z-index: 2;
    animation: rotateBg 120s linear infinite;
    content: "";
    left: -25%;
    background: 
    repeating-conic-gradient(
      rgb(158,166,202,0.5) 0deg,
      rgb(158,166,202) 1deg,
      transparent 1.5deg,
      transparent 10deg
    );
    height: 150%;
}

.opening_page .study_fast h1 {
    opacity: 0;
    color: #ffffff;
    background-size: 200% auto;
    background-clip: text !important;
    font-size: calc(39px * 1.1);
    transform: translateY(20px);
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(
    90deg, 
    #ffffff 0%, 
    rgb(195,200,225) 50%, 
    #ffffff 100%
  );
    animation: 
    fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1),
    gradientFlow 8s ease infinite;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

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

.thanks_area h2::after {
    transform: translateX(-50%) scaleX(0);
    width: 80px;
    content: "";
    bottom: -15px;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(195,200,225), rgb(158,166,202));
}

.thanks_area .learn_experts:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.thanks_area ul::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(195,200,225), rgb(158,166,202));
    content: "";
    animation: growHeight 1.5s 1s forwards ease-in-out;
    top: 0;
    position: absolute;
    left: -20px;
    height: 0;
}

.thanks_area li span {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    opacity: 0;
    color: #000000;
    letter-spacing: 0.01em;
    animation: fadeIn 1s 1.2s forwards ease-out;
    display: block;
    position: relative;
    font-size: 17px;
}

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

header .page_header {
    margin-right: 2rem;
    position: relative;
    border-left: 3px solid rgb(195,200,225);
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.5rem 0.7rem;
    z-index: 2;
    flex: 0 0 auto;
}

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

header .nav_page::after {
    right: -5px;
    height: 10px;
    opacity: 0;
    content: '';
    background: rgb(195,200,225);
    position: absolute;
    transition: all 0.3s ease;
    width: 10px;
    bottom: -5px;
}

header .site_top {
    margin: 0 1px;
    position: relative;
}

header .site_top a::before {
    content: '';
    left: 0;
    transform: translateX(-100%);
    background: rgb(195,200,225);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: -1;
}

header .site_top a::after {
    transition: transform 0.3s ease;
    content: '';
    top: 0;
    left: 0;
    transform-origin: right;
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(195,200,225);
    transform: scaleX(0);
}

header .main_nav::after {
    content: '';
    position: absolute;
    height: 30px;
    left: 20px;
    width: 1px;
    top: 20px;
    background: rgb(195,200,225);
}

.reach_out::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(195,200,225), rgb(158,166,202));
    top: 0;
    left: 0;
}

.reach_out .query_form {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
    gap: 60px;
}

.reach_out .background_photo {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(195,200,225,0.5);
    order: 2;
    border-radius: 29px;
}

.reach_out form input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    margin-bottom: 25px;
    background: rgb(228,230,242);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
}

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

.reach_out .help_section label a {
    color: rgb(195,200,225);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.reach_out form .query_links:hover {
    background: rgb(195,200,225);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.reach_out svg path {
    fill: rgb(195,200,225);
    transition: fill 0.3s ease;
}

.instructor_profile::before {
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(195,200,225,0.5) 85%, rgb(195,200,225,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(158,166,202,0.5) 85%, rgb(158,166,202,0.5) 88%, transparent 88%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: 150px 150px;
    opacity: 0.1;
    content: "";
    animation: gridFlow 20s linear infinite;
    height: 100%;
}

.instructor_profile .background_photo {
    height: 100%;
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    position: relative;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 25px 0 0 25px;
    overflow: hidden;
    transform: scale(1);
}

.instructor_profile .name {
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: name;
    margin-top: 80px;
    padding-bottom: 10px;
    font-size: 34px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    font-weight: 700;
    align-self: end;
    transform: translateX(0);
}

.instructor_profile .exp_table {
    color: #ffffff;
    margin-right: 0;
    align-self: start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-area: quote;
    transform: translateY(0);
    padding: 2rem;
    border-radius: 25px;
    border-left: 4px solid rgb(158,166,202);
    backdrop-filter: blur(10px);
    z-index: 2;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    line-height: 1.8;
    width: 95%;
    font-size: 18px;
}

.pricing_offer_box::before {
    z-index: 1;
    background: linear-gradient(45deg, transparent 0%, rgb(195,200,225,0.5) 30%, transparent 70%);
    pointer-events: none;
    width: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.pricing_offer_box .class_deals h2::after {
    left: 50%;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(195,200,225), rgb(158,166,202));
    position: absolute;
    border-radius: 10px;
}

.pricing_offer_box .program_rate:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing_offer_box .program_rate:nth-child(4) {
    animation-delay: 0.4s;
}

.pricing_offer_box .program_rate:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.pricing_offer_box .program_rate:hover::before {
    transform: scaleX(1);
}

.pricing_offer_box .class_rates {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.pricing_offer_box .program_rate:hover .deal_board h3 {
    color: rgb(195,200,225);
}

.pricing_offer_box .promo_rates::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -8px;
    background-color: rgb(158,166,202);
    transition: width 0.3s ease;
    width: 40px;
}

.pricing_offer_box .background_photo {
    width: 100%;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.pricing_offer_box .program_rate:hover .background_photo::after {
    opacity: 0.4;
}

footer::before {
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.92;
    background: linear-gradient(210deg, #000000 0%, rgb(195,200,225) 100%);
    content: '';
    bottom: 0;
    top: 0;
}

.level_up .company_holder h3 {
    margin-bottom: 20px;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.level_up .skill_links {
    position: relative;
    order: 1;
}

.level_up .header_start {
    width: 100%;
    gap: 60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.level_up .site_prime:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.level_up .site_prime::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    z-index: -1;
}

.level_up .site_prime .header_start {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin: 0;
    padding: 0 10px;
}

.level_up .site_prime .header_start a:hover {
    opacity: 1;
    color: #ffffff;
    transform: translateX(5px);
}

.level_up .site_prime .header_start a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.citation .container {
    text-align: center;
}

.citation .template_cta {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
}

footer::after {
    right: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}



@media (max-width: 768px) {.educational_yield {
    padding: 80px 0;
}.educational_yield h2 {
    font-size: calc(42px * 0.8);
}.educational_yield .background_photo {
    min-height: 350px;
}.educational_yield .text_main_holder > div {
    padding: 25px;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.program_structure {
    padding: 80px 0;
}.program_structure .class_route {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.program_structure h3 {
    font-size: calc(35px - 2px);
    padding: 25px 35px;
}.program_structure p {
    padding: 30px 35px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.program_structure {
    padding: 70px 0;
}.program_structure .learn_experts {
    min-height: auto;
}.program_structure .class_route {
    grid-template-rows: auto auto auto 250px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
}.program_structure h3 {
    clip-path: none;
    font-size: calc(35px - 4px);
    padding: 25px 30px;
    transform: none;
    border-radius: 19px;
}.program_structure h3::before {
    clip-path: none;
    border-radius: 10px;
}.program_structure p {
    padding: 25px 30px;
    border-radius: 19px;
    clip-path: none;
    transform: none;
}.program_structure p::before {
    border-radius: 10px;
    clip-path: none;
}.program_structure .class_route::before,
    .program_structure .class_route::after {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    border-radius: 19px;
    transform: none;
}.program_structure .class_route::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.program_structure .class_route:hover h3,
    .program_structure .class_route:hover p,
    .program_structure .class_route:hover::before,
    .program_structure .class_route:hover::after {
    transform: none;
}.program_structure .page_header {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
}.program_structure .page_header svg {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 768px) {.get_help_info {
    padding: 50px 0;
}.get_help_info .contact_now {
    grid-template-columns: 1fr;
}.get_help_info .reach_experts:last-child {
    grid-column: span 1;
}.get_help_info .reach_experts .background_photo {
    height: 300px;
}.get_help_info .reach_experts:first-child {
    order: 1;
}.get_help_info .reach_experts:nth-child(2) {
    order: 3;
}.get_help_info .reach_experts:last-child {
    order: 2;
}
}



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


@media only screen and (max-width: 1200px) {.cookie_popup_interrupt {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie_layer {
    display: none;
}.secure_cookies {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_popup_interrupt h5 {
    text-align: center;
}.cookie_popup_interrupt p {
    text-align: center;
}.track_manage {
    margin-bottom: 20px;
}body .wrapper-section .cookie_control {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media screen and (max-width: 767px) {.newsletter {
    padding: 3rem 0;
}.newsletter .learn_experts {
    padding: 2rem 1.5rem;
}.newsletter h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
}.newsletter .input_holder {
    flex-direction: column;
    gap: 0.75rem;
}.newsletter .input_holder span {
    width: 100%;
    flex: 1 1 auto;
}.newsletter input[type="email"],
    .newsletter .sub_titles {
    padding: 0.8rem 1rem;
    width: 100%;
}
}



@media (max-width: 767px) {.our_mission {
    padding: 3rem 0;
}.our_mission .content_box_wrap {
    padding: 2rem;
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 
                    0 0 0 1px rgb(195,200,225,0.5);
}.our_mission h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.our_mission span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 991px) {.statistics_information {
    padding: 100px 0;
}.statistics_information .container {
    transform: perspective(1000px) rotateX(5deg);
    padding-bottom: 50px;
}.statistics_information h2 {
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(-5deg);
}.statistics_information .pro_gains {
    gap: 20px;
    padding: 25px;
    max-width: 450px;
}.statistics_information .pro_gains:nth-child(1) {
    transform: translateX(50px);
}.statistics_information .pro_gains:nth-child(2) {
    transform: translateX(-50px);
}.statistics_information .pro_gains:nth-child(3) {
    transform: translateX(100px);
}.statistics_information .pro_gains:nth-child(4) {
    transform: translateX(-100px);
}.statistics_information .pro_gains:nth-child(1):hover,
    .statistics_information .pro_gains:nth-child(2):hover,
    .statistics_information .pro_gains:nth-child(3):hover,
    .statistics_information .pro_gains:nth-child(4):hover {
    transform: translateZ(0);
}.statistics_information .pro_gains:hover {
    transform: translateZ(0) translateX(0);
}.statistics_information .pro_gains p {
    font-size: 2.5rem;
    flex-basis: 100px;
}.statistics_information svg {
    height: 40px;
    width: 40px;
}.statistics_information .pro_gains::after {
    height: 60px;
}.statistics_information .pro_gains:nth-child(odd)::after {
    right: calc(100% + 30px);
}.statistics_information .pro_gains:nth-child(even)::after {
    left: calc(100% + 30px);
}
}



@media screen and (max-width: 768px) {.opening_page {
    min-height: 80vh;
}.opening_page .learn_team {
    width: 95%;
}.opening_page .study_fast {
    padding: 2.5rem 1.5rem;
}.opening_page .study_fast h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.75);
}.opening_page .study_fast h3 {
    font-size: calc(24px * 0.75);
    margin-bottom: 1.2rem;
    max-width: 100%;
}.opening_page .study_fast p {
    font-size: calc(16px * 0.95);
    max-width: 100%;
}.opening_page .study_fast p::after {
    width: 50%;
}
}



@media (min-width: 1400px) {header .main_nav {
    max-width: 1320px;
    margin: 0 auto;
}header .site_top {
    margin: 0 2px;
}header .site_top a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .main_nav {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .page_header {
    margin-bottom: 0;
    margin-right: 0;
}header .site_prime {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .site_prime::before {
    display: none;
}header .site_top a {
    height: 40px;
    font-size: calc(15px - 1px);
    padding: 0 1rem;
}header .site_top::before {
    display: none;
}header .main_nav::before,
    header .main_nav::after {
    display: none;
}
}



@media screen and (max-width: 767px) {.reach_out {
    padding: 70px 0;
}.reach_out h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.reach_out .background_photo {
    min-height: 300px;
    width: 100%;
    box-shadow: -10px 10px 0 rgb(195,200,225,0.5);
}.reach_out form {
    padding: 40px 30px;
}
}



@media (max-width: 992px) {.instructor_profile .user_ratings {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "background_photo"
            "name"
            "work_box"
            "exp_table";
    gap: 20px;
    grid-template-columns: 1fr;
}.instructor_profile .background_photo {
    height: 350px;
    border-radius: 25px 25px 0 0;
}.instructor_profile .background_photo::before {
    height: 10px;
    width: 100%;
}.instructor_profile .name {
    margin-top: 0;
    text-align: center;
}.instructor_profile .name::after {
    left: 50%;
    transform: translateX(-50%);
}.instructor_profile .user_ratings:hover .name {
    transform: translateY(-5px);
}.instructor_profile .user_ratings span:not(.name) {
    margin: 0 auto;
}.instructor_profile .user_ratings:hover span:not(.name) {
    transform: translateY(-5px);
}.instructor_profile .exp_table {
    width: 90%;
    border-left: none;
    border-top: 4px solid rgb(158,166,202);
    margin: 0 auto;
}.instructor_profile .user_ratings:hover .exp_table {
    transform: translateY(-5px);
}
}



@media (max-width: 992px) {.level_up {
    padding: 70px 0 40px;
}.level_up .header_start {
    gap: 40px;
}.level_up .company_holder {
    margin-top: 50px;
}
}



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



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

@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}



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



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

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



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



@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

