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

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

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

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

header,footer {
    width: 100%;
}


header {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: visible;
    background: rgb(219,224,238);
}

header::before {
    top: 0;
    opacity: 0.2;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(185,192,215,0.5) 0%, transparent 70%);
}

header .top_main::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(148,162,192));
    width: 30%;
    right: 10%;
    content: "";
    height: 5px;
    bottom: -10px;
    filter: blur(5px);
}

header .top_main .site_main::before {
    position: absolute;
    filter: blur(15px);
    left: -5px;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(185,192,215), rgb(148,162,192));
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    top: -5px;
    z-index: -1;
    content: "";
}

header .top_main .site_navbar {
    display: flex;
    list-style: none;
    position: relative;
    padding: 10px;
    margin: 0;
    border-radius: 16px;
}

header .top_main .site_navbar .nav_know {
    margin: 0 3px;
    position: relative;
}

header .top_main .site_navbar .nav_know a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    display: block;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 10px;
    color: #000000;
}

header .top_main .site_navbar .nav_know a::after {
    top: 50%;
    content: "";
    z-index: -1;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    width: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 150%;
}

header .top_main .site_navbar .nav_know:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(185,192,215), rgb(148,162,192));
}

.mentorship_profile::before {
    width: 60%;
    right: -10%;
    background: repeating-linear-gradient(
        45deg,
        rgb(148,162,192,0.5),
        rgb(148,162,192,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    top: -20%;
    content: "";
    z-index: 1;
    opacity: 0.2;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    height: 70%;
    position: absolute;
}

.mentorship_profile .review_highlights {
    z-index: 2;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    max-width: 1000px;
}

.mentorship_profile .gallery_slider:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}

.mentorship_profile .exp_flex {
    position: relative;
    border-radius: 30px;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    margin-left: auto;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    width: 550px;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    z-index: 2;
}

.mentorship_profile .exp_flex:hover::before {
    left: 8px;
    opacity: 0.5;
    top: 8px;
}

.mentorship_profile .name {
    opacity: 0;
    animation: slide-up 0.7s forwards 0.2s;
    color: rgb(185,192,215);
    position: relative;
    z-index: 2;
    font-weight: 700;
    transform: translateY(30px);
    margin-bottom: 0.7rem;
    font-size: 31px;
}

.mentorship_profile .work_table {
    color: #000000;
    z-index: 2;
    position: relative;
    animation: slide-up 0.7s forwards 0.6s;
    line-height: 1.7;
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    opacity: 0;
    transform: translateY(30px);
}



.mentorship_profile .review_highlights:hover .gallery_slider {
    animation: floating 6s ease-in-out infinite;
}

.course_program_info::before {
    height: 100%;
    position: absolute;
    animation: backgroundShift 15s infinite alternate;
    opacity: 0.7;
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(185,192,215,0.5) 0%, transparent 50%, rgb(148,162,192,0.5) 100%);
}

.course_program_info::after {
    left: 0;
    content: "";
    position: absolute;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(185,192,215,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate;
    top: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
}

.course_program_info .job_skills::before {
    position: absolute;
    animation: borderPulse 4s infinite alternate;
    height: calc(100% + 60px);
    transform: rotateY(5deg) rotateX(2deg);
    width: calc(100% + 60px);
    z-index: -1;
    top: -30px;
    left: -30px;
    border-radius: 12px;
    border: 1px solid rgb(185,192,215,0.5);
    content: "";
    transform-style: preserve-3d;
}

.course_program_info .message_box h2 {
    transform: translateY(-10px);
    border-radius: 8px 0 8px 0;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid rgb(185,192,215);
    margin-bottom: 25px;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: text !important;
    border-left: 2px solid rgb(148,162,192);
    max-width: fit-content;
    font-size: 31px;
    position: relative;
    padding: 15px 20px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(185,192,215,0.5);
    background: linear-gradient(to right, rgb(185,192,215) 0%, rgb(148,162,192) 100%);
    background-clip: text !important;
    border-radius: 10px;
    display: inline-block;
}

.course_program_info .message_box .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(148,162,192);
}

.course_program_info .message_box .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.course_program_info .gallery_slider {
    transform: translateZ(0) rotateY(-5deg);
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    height: 450px;
    transform-style: preserve-3d;
    background-size: cover;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    align-self: flex-start;
    overflow: hidden;
    animation: floatImage 6s ease-in-out infinite alternate;
    border-radius: 12px;
    position: relative;
    background-position: center;
}

.teach_supp::before {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    height: 15px;
    background: rgb(185,192,215);
}

.teach_supp .company_holder {
    flex: 0 0 40%;
    position: relative;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
}

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

.teach_supp .honor_cta {
    font-size: 13px;
    transform: skewX(-5deg);
    border-left: 3px solid rgb(185,192,215);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    line-height: 1.6;
    transform-origin: left top;
}

.teach_supp .site_navbar {
    flex: 0 0 50%;
    position: relative;
    padding: 0 1rem 2rem 1rem;
}

.teach_supp .site_navbar h5::before {
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
    background: rgb(185,192,215);
    position: absolute;
    transform: skewX(5deg);
    width: 3px;
}

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

.teach_supp .site_navbar .top_edu a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    color: #ffffff;
    transform: skewX(-5deg) translateX(5px);
}

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

.user_reviews {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    box-shadow: inset 0 0 50px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(135deg, rgb(219,224,238), rgb(219,224,238) 60%, rgba(rgb(185,192,215,0.5), 0.05));
}

.user_reviews::after {
    right: -5%;
    opacity: 0.03;
    position: absolute;
    width: 25%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%);
    top: -10%;
    height: 55%;
    background: linear-gradient(145deg, rgb(185,192,215) 0%, transparent);
    transform: rotate(-15deg) skewX(20deg);
    z-index: 0;
}

.user_reviews h2::after {
    bottom: -0.75rem;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(185,192,215), transparent);
    width: 6rem;
    height: 3px;
    left: 50%;
    content: "";
    position: absolute;
}

.user_reviews .client_ratings {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 1.75rem;
}

.user_reviews .review_highlights::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(185,192,215,0.5), 0.03), transparent);
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
}

.user_reviews .review_highlights::after {
    content: '"';
    position: absolute;
    right: 1rem;
    line-height: 1;
    font-family: serif;
    z-index: 0;
    top: 0.5rem;
    font-size: 5rem;
    color: rgba(rgb(185,192,215,0.5), 0.1);
}

.user_reviews .review_highlights h3 {
    color: #000000;
    margin-bottom: 0.75rem;
    position: relative;
    font-size: calc(18px * 1.1);
    z-index: 2;
    font-weight: 600;
}

.user_reviews .review_highlights:hover h3::after {
    width: 3.5rem;
}

.user_reviews .review_highlights .description {
    color: #000000;
    font-size: 15px;
    z-index: 2;
    flex-grow: 1;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.65;
}

.user_reviews .review_highlights div::before {
    content: "";
    border-radius: 50%;
    inset: 0;
    position: absolute;
    z-index: 3;
    border: 2px solid rgba(rgb(185,192,215,0.5), 0.3);
}

.user_reviews .review_highlights:hover img {
    transform: scale(1.1);
}

.homepage .edu_first {
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 2rem;
    display: flex;
    min-height: 100vh;
    justify-content: center;
}

.homepage .edu_first::after {
    background-size: 20px 20px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.15;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    z-index: -1;
    width: 100%;
}

.homepage .knowledge_learn::before {
    border-top: 4px solid rgb(148,162,192);
    position: absolute;
    width: 80px;
    right: -20px;
    content: "";
    animation: appearFade 0.8s ease-out 1s forwards;
    height: 80px;
    opacity: 0;
    top: -20px;
    border-right: 4px solid rgb(148,162,192);
}

.homepage h1 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2),
                 0 8px 16px rgba(0,0,0,0.1);
    line-height: 1.1;
    transform: translateX(-30px);
    margin-bottom: 1.5rem;
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.3s forwards;
    letter-spacing: -0.02em;
    opacity: 0;
    color: #ffffff;
    font-size: calc(41px * 1.2);
    font-weight: 700;
    position: relative;
}

.homepage h3 {
    transform: translateX(-20px);
    font-weight: 600;
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    padding-left: 1rem;
    line-height: 1.4;
    font-size: calc(24px * 1.1);
    margin-bottom: 1.5rem;
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.6s forwards;
    opacity: 0;
}

.homepage p {
    font-size: 14px;
    position: relative;
    line-height: 1.6;
    color: #ffffff;
    transform: translateY(20px);
    font-weight: 400;
    padding-left: 2rem;
    max-width: 90%;
    letter-spacing: 0.02em;
    opacity: 0;
    animation: slideUpFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.9s forwards;
    margin-top: 2rem;
}

.reach_out::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(185,192,215,0.5) 0,
        rgb(185,192,215,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.07;
    height: 100%;
}

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

.reach_out h2::before {
    content: "";
    height: 4px;
    position: absolute;
    width: 80px;
    background: rgb(185,192,215);
    left: calc(50% - 40px);
    bottom: 0;
}

.reach_out h2::after {
    width: 30px;
    content: "";
    position: absolute;
    background: rgb(148,162,192);
    height: 4px;
    left: calc(50% - 15px);
    bottom: 0;
}

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

.reach_out .support_box {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 60px;
    flex: 0 0 55%;
}

.reach_out .support_box::before {
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    border: 30px solid rgb(185,192,215,0.5);
    width: 150px;
    content: "";
    top: -75px;
    right: -75px;
    height: 150px;
}

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

.reach_out form h3::after {
    width: 50%;
    content: "";
    bottom: -15px;
    background: rgb(185,192,215);
    position: absolute;
    left: 0;
    height: 2px;
}

.reach_out form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(185,192,215);
}

.reach_out form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.reach_out form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

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

.reach_out .reach_map input[type="checkbox"]:checked + label::before {
    border-color: rgb(185,192,215);
    background: rgb(185,192,215);
}

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

.reach_out .reach_map label a:hover {
    color: rgb(148,162,192);
}

.reach_out .reach_map label a:hover::after {
    transform: scaleX(0);
    background: rgb(148,162,192);
}

.reach_out .reach_list {
    font-weight: 600;
    padding: 18px 40px;
    border: none;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    cursor: pointer;
    background: rgb(185,192,215);
    display: inline-block;
    z-index: 1;
    width: auto;
    transition: all 0.3s ease;
    overflow: hidden;
}

.reach_out svg path {
    stroke: rgb(185,192,215);
    transition: all 0.3s ease;
    fill: none;
}

.thanksFrame {
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(219,224,238) 0%, rgba(rgb(185,192,215,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.thanksFrame::after {
    height: 35%;
    content: "";
    z-index: -1;
    width: 35%;
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(148,162,192) 0%, transparent 70%);
    opacity: 0.15;
    left: -5%;
    filter: blur(20px);
    animation: float 18s ease-in-out infinite alternate-reverse;
}

.thanksFrame .diff_block:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(185,192,215,0.5), 0.1);
}

.thanksFrame .diff_block > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.thanksFrame .diff_block > div:first-child::after {
    bottom: 0;
    position: absolute;
    transform-origin: left center;
    content: "";
    width: 80%;
    background: linear-gradient(90deg, rgb(185,192,215) 0%, transparent 100%);
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: scaleX(0);
    left: 0;
    height: 3px;
}

.thanksFrame .diff_block > div:last-child {
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
}

.thanksFrame .diff_block > div:last-child::before {
    top: -10px;
    width: 80px;
    opacity: 0.2;
    content: "";
    height: 80px;
    transform: translateZ(0);
    position: absolute;
    right: -40px;
    background: linear-gradient(135deg, rgb(148,162,192) 0%, transparent 80%);
    border-radius: 50%;
    animation: pulse 6s ease-in-out infinite alternate;
    z-index: -1;
}

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

.thanksFrame a:hover p {
    color: rgb(185,192,215);
}

.thanksFrame a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.program_assets {
    padding: 8rem 0;
    overflow: hidden;
    background: rgb(219,224,238);
    position: relative;
}

.program_assets::before {
    background: rgb(185,192,215,0.5);
    content: '';
    top: -20%;
    position: absolute;
    transform: rotate(-20deg);
    right: -10%;
    z-index: 1;
    height: 140%;
    width: 60%;
}

.program_assets .diff_block {
    grid-gap: 2rem;
    padding: 0 2rem;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    display: grid;
}

.program_assets .gallery_slider::after {
    background: linear-gradient(
        45deg,
        rgb(185,192,215,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(148,162,192,0.5) 100%
    );
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
}

.program_assets h2 {
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
    border-left: 5px solid rgb(185,192,215);
    color: #000000;
    position: relative;
    font-size: 35px;
    font-weight: 700;
}

.program_assets .text_main_holder > div {
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    align-items: flex-start;
}

.program_assets .text_main_holder > div:hover::before {
    transform: scaleX(1);
}

.program_assets .text_main_holder > div:hover {
    transform: translateX(5px);
}

.program_assets .text_main_holder > div:hover svg {
    background: rgb(185,192,215);
    transform: scale(1.1);
}

.program_assets .text_main_holder svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

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

.cookie_alert_message {
    border-top: 3px solid rgb(185,192,215);
    z-index: 1050;
    padding: 20px;
    overflow: hidden;
    background: rgb(219,224,238);
    width: 100%;
    font-family: Arial, sans-serif;
    bottom: 0;
    position: fixed;
}

#panelCookieWarning {
    display: none;
}

.track_switch svg {
    transition: fill 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    fill: rgb(185,192,215);
}

.secure_cookies h5 {
    font-size: 22px;
    color: rgb(185,192,215);
    font-weight: 700;
    margin-bottom: 5px;
}

.cookie_layer:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

.cookie_alert_message p a {
    text-decoration: underline;
    color: rgb(185,192,215);
}

.cookie_alert_message p a:hover {
    color: #000000;
}


.secure_safehouse {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 50px;
    height: auto;
    width: 100%;
    background: #ffffff;
    color: #000000;
}

.secure_safehouse h2 {
    font-size: 33px;
    border-left: 4px solid rgb(185,192,215);
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    color: rgb(148,162,192);
    font-family: Arial, sans-serif;
    padding-left: 10px;
    font-weight: 600;
}

.secure_safehouse ul {
    list-style-type: square;
    padding-left: 20px;
    margin: 0;
}

.secure_safehouse div {
    font-family: Arial, sans-serif;
    border-radius: 25px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 15px;
    color: #000000;
    background: rgb(185,192,215,0.5);
    margin-bottom: 15px;
    line-height: 1.8;
}

.our_story {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(219,224,238);
    position: relative;
}

.our_story::after {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    z-index: 1;
    background-size: 60px 60px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(185,192,215,0.5) 49.5%, rgb(185,192,215,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(148,162,192,0.5) 49.5%, rgb(148,162,192,0.5) 50.5%, transparent 50.5%);
    top: 0;
    animation: slide 20s linear infinite;
}

.our_story h3 {
    margin-bottom: 30px;
    grid-column: 1 / -1;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
}

.our_story h3:hover::after {
    width: 100%;
}

.our_story .mastery_zone {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.our_story .mastery_zone:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.our_story .mastery_zone span::before {
    left: 0;
    width: 10px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    height: 10px;
    background: rgb(185,192,215);
    border-radius: 50%;
}

.our_story .mastery_zone .gallery_slider {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    height: 280px;
}

.our_story .history_tl {
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
}

.our_story .history_tl:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.our_story .history_tl .method_edu {
    width: 180px;
    transition: transform 0.5s ease;
    height: 180px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.our_story .history_tl .method_edu::after {
    top: -5px;
    left: -5px;
    border-radius: 50%;
    content: "";
    border: 1px solid rgb(185,192,215,0.5);
    width: calc(100% + 10px);
    animation: rotate 20s linear infinite reverse;
    position: absolute;
    height: calc(100% + 10px);
}

.tariff_option::before {
    height: 100%;
    pointer-events: none;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(185,192,215), 0.03) 40px, rgba(rgb(185,192,215), 0.03) 80px);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}

.tariff_option .package_rates:hover {
    transform: translateY(-5px);
}

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

.tariff_option .package_rates h2::after {
    left: 0;
    width: 80px;
    transition: transform 0.5s ease;
    transform-origin: left;
    height: 3px;
    bottom: -10px;
    transform: scaleX(1);
    position: absolute;
    content: "";
    background: rgb(185,192,215);
}

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

.tariff_option .learning_packages:hover {
    transform: translateY(-8px);
}

.tariff_option .cert_fees {
    height: 100%;
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

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

.tariff_option .study_fees::before {
    height: 2px;
    background: rgb(148,162,192);
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    content: "";
}

.tariff_option .gallery_slider {
    height: 220px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease-out;
    transform: scale(1);
}

.tariff_option .learning_packages:hover .gallery_slider {
    transform: scale(1.05);
}

.service_info {
    background: linear-gradient(135deg, rgb(185,192,215,0.5) 0%, rgb(219,224,238) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}



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

.service_info .contact_details {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
    padding: 2.5rem;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.service_info .contact_details::before {
    border-radius: calc(20px + 2px);
    left: -2px;
    animation: borderGlow 6s infinite linear;
    background: linear-gradient(45deg, rgb(185,192,215) 0%, transparent 30%, transparent 70%, rgb(148,162,192) 100%);
    opacity: 0.5;
    right: -2px;
    content: "";
    top: -2px;
    bottom: -2px;
    position: absolute;
    z-index: -1;
}

.service_info .contact_now {
    margin-bottom: 1rem;
    color: rgb(185,192,215);
    font-weight: 600;
    font-size: calc(18px * 1.2);
}

.service_info .talk_form {
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 18px;
}

.service_info .connect_team p span {
    font-weight: 600;
    margin-left: 0.5rem;
}

.service_info .send_feedback {
    padding-top: 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service_info .assist_support {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
}

.service_info .assist_support span:hover {
    transform: translateY(-3px);
    background: rgb(185,192,215,0.5);
}

.service_info .connect_team .gallery_slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.service_info .reach_us {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.service_info .reach_us a::before {
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    transition: all 0.3s ease;
    background: rgb(185,192,215);
    position: absolute;
    width: 4px;
}

.service_info .reach_us a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.service_info .reach_us a span {
    margin-bottom: 0.5rem;
    font-size: calc(18px * 0.85);
    align-items: center;
    font-weight: 600;
    display: flex;
    color: rgb(148,162,192);
}

.service_info svg path {
    transition: all 0.3s ease;
    fill: rgb(148,162,192);
}

.service_info .reach_us a:hover svg,
.service_info .reach_us a:hover svg path {
    fill: rgb(185,192,215);
    transform: scale(1.1);
}

.service_info .container::before {
    position: absolute;
    top: -40px;
    opacity: 0.2;
    width: 120px;
    filter: blur(40px);
    content: "";
    height: 120px;
    z-index: -1;
    left: -40px;
    border-radius: 50%;
    background: rgb(148,162,192,0.5);
}


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



@media (max-width: 992px) {header .top_main {
    flex-direction: column;
    padding: 20px 15px;
}header .top_main .site_main {
    margin-bottom: 15px;
}header .top_main .site_navbar {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .top_main .site_navbar .nav_know {
    margin: 3px;
}header .top_main .site_navbar .nav_know a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}
}



@media screen and (max-width: 1200px) {.course_program_info {
    padding: 100px 0;
}.course_program_info .job_skills {
    gap: 30px;
}.course_program_info .message_box {
    padding: 30px;
}.course_program_info .message_box h2 {
    padding: 12px 18px;
    font-size: calc(31px * 0.9);
}.course_program_info .message_box .description {
    padding: 15px;
}
}



@media screen and (max-width: 991px) {.course_program_info {
    padding: 80px 0;
}.course_program_info .job_skills {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_program_info .job_skills::before {
    left: -20px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    top: -20px;
    transform: none;
}.course_program_info .message_box {
    order: 2;
    animation: none;
    transform: none;
}.course_program_info .gallery_slider {
    order: 1;
    transform: none;
    animation: pulse 8s infinite alternate;
    min-height: 400px;
}.course_program_info .gallery_slider:hover {
    transform: scale(1.02) translateY(-5px);
}.course_program_info .message_box h2 {
    margin-left: auto;
    display: block;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
}.course_program_info .message_box .description {
    text-align: left;
}
}



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



@media (max-width: 992px) {.teach_supp {
    padding: 4rem 0 2rem;
}.teach_supp .container {
    flex-direction: column;
}.teach_supp .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.teach_supp .company_holder::after {
    display: none;
}.teach_supp .inclusion {
    flex: 0 0 100%;
}.teach_supp .site_navbar {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 576px) {.teach_supp {
    padding: 3rem 0 1rem;
}.teach_supp::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.teach_supp .site_navbar {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.teach_supp .company_holder {
    margin-bottom: 2rem;
}.teach_supp .site_navbar .top_edu a {
    padding: 0.6rem 0.8rem;
}.teach_supp .site_navbar .top_edu a:hover {
    padding-left: 1.2rem;
}.skill_test {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@media screen and (min-width: 768px) {.user_reviews {
    padding: 6rem 0;
}.user_reviews::after {
    height: 60%;
    width: 30%;
}.user_reviews h2 {
    margin-bottom: 4rem;
}.user_reviews .client_ratings {
    gap: 2.25rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.user_reviews .review_highlights {
    padding: 2.5rem;
}.user_reviews .review_highlights div {
    height: 75px;
    width: 75px;
}
}



@media screen and (max-width: 767px) {.user_reviews {
    padding: 4rem 0;
}.user_reviews h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.user_reviews .client_ratings {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_reviews .review_highlights {
    padding: 1.75rem;
}.user_reviews .review_highlights div {
    height: 60px;
    width: 60px;
}
}



@media (prefers-reduced-motion: reduce) {.user_reviews .review_highlights,
  .user_reviews .review_highlights h3::after,
  .user_reviews .review_highlights img {
    transition: none;
}.user_reviews .review_highlights:hover {
    transform: none;
}.user_reviews .review_highlights:hover h3::after {
    width: 2.5rem;
}.user_reviews .review_highlights:hover img {
    transform: none;
}}



@media screen and (max-width: 1200px) {.homepage .knowledge_learn {
    max-width: 800px;
    padding: 2.5rem 1.5rem;
}.homepage h1 {
    font-size: calc(41px * 1.1);
}.homepage h3 {
    font-size: 24px;
}
}



@media screen and (max-width: 768px) {.homepage .edu_first {
    padding: 1rem;
    min-height: 80vh;
}.homepage .knowledge_learn {
    padding: 1.8rem 1.2rem;
    max-width: 100%;
}.homepage h1 {
    margin-bottom: 1.2rem;
    font-size: calc(41px * 0.9);
}.homepage h3 {
    margin-bottom: 1.2rem;
    font-size: calc(24px * 0.9);
}.homepage p {
    max-width: 100%;
    font-size: calc(14px * 0.95);
    margin-top: 1.5rem;
}.homepage .knowledge_learn::before,
    .homepage .knowledge_learn::after {
    width: 60px;
    height: 60px;
}
}



@media screen and (max-width: 480px) {.homepage .edu_first {
    min-height: 60vh;
}.homepage .knowledge_learn {
    padding: 1.2rem 0.8rem;
}.homepage h1 {
    font-size: calc(41px * 0.7);
}.homepage h3 {
    font-size: calc(24px * 0.8);
}.homepage p {
    font-size: calc(14px * 0.85);
}}



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



@media (max-width: 480px) {.reach_out {
    padding: 50px 0;
}.reach_out h2 {
    font-size: calc(34px * 0.85);
}.reach_out .message_request {
    margin-top: 30px;
}.reach_out .gallery_slider {
    min-height: 200px;
}.reach_out .support_box {
    padding: 30px 20px;
}.reach_out form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.reach_out form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach_out .reach_map {
    margin-bottom: 25px;
}.reach_out .reach_map label {
    font-size: calc(12px * 0.9);
}.reach_out .reach_list {
    padding: 12px 25px;
}}



@media (min-width: 992px) {.thanksFrame .diff_block {
    gap: 6rem;
}.thanksFrame h5 {
    font-size: 19px;
}.thanksFrame p {
    font-size: 13px;
}
}



@media (max-width: 480px) {.thanksFrame {
    padding: 4rem 0;
}.thanksFrame .diff_block {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.thanksFrame h5 {
    font-size: calc(19px * 0.75);
}.thanksFrame p {
    font-size: calc(13px * 0.9);
}
}



@media (max-width: 1100px) {.program_assets .gallery_slider {
    grid-column: 1 / span 5;
}.program_assets .message_box {
    grid-column: 4 / span 9;
}
}



@media (max-width: 992px) {.program_assets .diff_block {
    grid-gap: 0;
    grid-template-columns: 1fr;
}.program_assets .gallery_slider {
    margin-bottom: -50px;
    grid-row: 1;
    grid-column: 1;
    height: 400px;
}.program_assets .message_box {
    grid-column: 1;
    margin: 0 2rem;
    width: auto;
    grid-row: 2;
}
}



@media (max-width: 576px) {.program_assets {
    padding: 5rem 0;
}.program_assets .diff_block {
    padding: 0 1rem;
}.program_assets .gallery_slider {
    height: 250px;
    margin-bottom: -20px;
}.program_assets .message_box {
    margin: 0 1rem;
    padding: 1.5rem;
}.program_assets .text_main_holder > div {
    align-items: center;
}.program_assets .text_main_holder > div::before {
    display: none;
}.program_assets .text_main_holder svg {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
}.program_assets .text_main_holder p {
    font-size: calc(15px * 0.9);
}}


@media only screen and (max-width: 800px) {.secure_safehouse {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.secure_safehouse h1 {
    margin-bottom: 15px;
    font-size: calc(22px - 4px);
}.secure_safehouse h2 {
    margin-bottom: 10px;
    font-size: calc(22px - 2px);
}.secure_safehouse ul {
    padding-left: 15px;
}.secure_safehouse li {
    padding: 8px;
    margin-bottom: 8px;
}.secure_safehouse div {
    padding: 10px;
}}



@media (max-width: 768px) {.our_story {
    padding: 70px 0;
}.our_story h3 {
    display: block;
    text-align: center;
    font-size: calc(30px * 0.9);
}.our_story h3::after {
    transform: translateX(-50%);
    left: 50%;
}.our_story .mastery_zone,
    .our_story .history_tl {
    padding: 25px;
}.our_story .mastery_zone span {
    font-size: calc(22px * 0.9);
}.our_story .mastery_zone .gallery_slider {
    height: 200px;
}.our_story .history_tl .method_edu {
    height: 140px;
    width: 140px;
}
}



@media (min-width: 768px) {.tariff_option .fee_plan {
    grid-template-columns: repeat(2, 1fr);
}.tariff_option .package_rates {
    padding: 3rem;
}
}



@media (min-width: 992px) {.tariff_option .premium_cost {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.tariff_option .package_rates {
    margin: 0;
    width: 35%;
}.tariff_option .fee_plan {
    width: 65%;
}
}



@media (max-width: 767px) {.tariff_option {
    padding: 4rem 0;
}.tariff_option .payment_option {
    min-height: 240px;
    padding: 1.5rem;
}.tariff_option .gallery_slider {
    height: 180px;
}.tariff_option .package_rates {
    padding: 1.5rem;
}.tariff_option .package_rates h2 {
    font-size: calc(37px - 0.2rem);
}.tariff_option .promo_plans {
    font-size: calc(14px - 0.1rem);
}}



@media (max-width: 768px) {.service_info {
    padding: 3rem 0;
}.service_info .contact_details {
    padding: 2rem;
    grid-template-columns: 1fr;
}.service_info .connect_team:first-child {
    grid-column: span 1;
}.service_info .assist_support {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
}.service_info .connect_team .gallery_slider {
    min-height: 200px;
}.service_info .reach_us a {
    padding: 1rem;
}
}

@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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



@keyframes borderPulse {
    0% {
        border-color: rgb(185,192,215,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(148,162,192,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



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



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(185,192,215,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(185,192,215);
    }
}



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



@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}



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



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



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}



@keyframes float {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(30px);
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 60px 60px, 30px 90px, 90px 30px;
    }
    50% {
        background-position: 30px 30px, 90px 90px, 60px 120px, 120px 60px;
    }
    100% {
        background-position: 0 0, 60px 60px, 30px 90px, 90px 30px;
    }
}

