* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}.top_tutor {
    flex: 1 0 auto;
}.challenge_cta {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.wrapper-template {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1211px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_offerings {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
    position: relative;
}.program_offerings::before {
    opacity: 0.3;
    width: 300px;
    top: -100px;
    animation: float 15s infinite alternate ease-in-out;
    transform: translateZ(0);
    right: -100px;
    background: linear-gradient(45deg, rgb(149,199,202,0.5) 0%, rgb(99,164,171,0.5) 100%);
    filter: blur(40px);
    border-radius: 50%;
    height: 300px;
    position: absolute;
    content: "";
}.program_offerings::after {
    animation: morph 20s infinite alternate ease-in-out;
    background: linear-gradient(-45deg, rgb(99,164,171,0.5) 0%, rgb(149,199,202,0.5) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200px;
    content: "";
    width: 200px;
    transform: translateZ(0);
    filter: blur(30px);
    bottom: -50px;
    position: absolute;
    opacity: 0.2;
    left: -50px;
}.program_offerings .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.program_offerings .program_track {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    transform: translateZ(0);
}.program_offerings .photo_section {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}.program_offerings .photo_section::before {
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    position: absolute;
}.program_offerings .photo_section::after {
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 200%;
    animation: shimmer 5s infinite linear;
    pointer-events: none;
    left: -50%;
    content: "";
    position: absolute;
    transform: rotate(25deg);
    top: -50%;
}.program_offerings .text_box_wrap {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.program_offerings .text_box_wrap::before {
    top: 0;
    width: 4px;
    transition: transform 0.4s ease;
    background: linear-gradient(to bottom, rgb(149,199,202), rgb(99,164,171));
    height: 100%;
    left: 0;
    transform-origin: center;
    position: absolute;
    content: "";
    transform: scaleY(0.7);
}.program_offerings .text_box_wrap:hover::before {
    transform: scaleY(1);
}.program_offerings h3 {
    font-size: calc(24px + 0.2rem);
    position: relative;
    font-weight: 700;
    transform: translateX(0);
    color: #000000;
    transition: transform 0.4s ease;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    z-index: 1;
}.program_offerings h3::after {
    top: 50%;
    background: rgb(149,199,202,0.5);
    opacity: 0;
    transition: opacity 0.4s ease, left 0.4s ease;
    z-index: -1;
    transform: translateY(-50%);
    position: absolute;
    width: 8px;
    height: 30%;
    left: -10px;
    content: "";
}.program_offerings .text_box_wrap:hover h3 {
    transform: translateX(10px);
}.program_offerings .text_box_wrap:hover h3::after {
    left: -5px;
    opacity: 1;
}.program_offerings .description {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
}.program_offerings p.description {
    display: block;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgb(149,199,202,0.5) rgb(198,225,230);
    overflow-y: auto;
    max-height: 300px;
}.program_offerings p.description::-webkit-scrollbar {
    width: 5px;
}.program_offerings p.description::-webkit-scrollbar-track {
    background: rgb(198,225,230);
    border-radius: 10px;
}.program_offerings p.description::-webkit-scrollbar-thumb {
    background-color: rgb(149,199,202,0.5);
    border-radius: 10px;
}.program_offerings span.description {
    display: none;
}

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

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.program_offerings .program_track {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_offerings .photo_section {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.program_offerings .text_box_wrap {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.program_offerings .photo_section:hover,
    .program_offerings .text_box_wrap:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.program_offerings h3 {
    font-size: 33px;
}
}

@media (min-width: 992px) {.program_offerings {
    padding: 150px 0;
}.program_offerings .program_track {
    gap: 70px;
}.program_offerings .photo_section {
    height: 550px;
}.program_offerings .text_box_wrap {
    padding: 40px 50px;
}.program_offerings p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.program_offerings {
    padding: 80px 0;
}.program_offerings .container {
    padding: 0 15px;
}.program_offerings .photo_section {
    height: 250px;
}.program_offerings .text_box_wrap {
    padding: 25px 20px;
}.program_offerings h3 {
    font-size: calc(24px - 0.1rem);
    margin-bottom: 15px;
}.program_offerings p.description {
    max-height: 250px;
    font-size: calc(17px - 0.1rem);
}}header .top_plank {
    background: rgb(149,199,202);
    color:  #ffffff;
}header .top_plank .master_tech div svg, header .top_plank .master_tech div svg path {
    fill: #ffffff;
}header .top_plank .master_tech div span {
    color: #ffffff;
}header .top_plank .master_tech {
    display: flex;
    padding: 15px 0 10px 0;
    font-size: 15px;
    width: 100%;
    line-height: 21px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .master_tech div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .master_tech div img, header .top_plank .master_tech div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.sign_up {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgb(99,164,171,0.5) 100%);
    overflow: hidden;
    position: relative;
}.sign_up::before {
    content: "";
    z-index: 1;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    height: 140%;
    right: -5%;
    top: -10%;
    position: absolute;
    width: 60%;
    background: linear-gradient(145deg, rgb(149,199,202,0.5) 0%, rgb(149,199,202) 100%);
}.sign_up .learn_academy {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.sign_up .help_list {
    max-width: 650px;
    transform: perspective(1000px) rotateY(-5deg);
    margin-left: 5%;
    transition: transform 0.5s ease;
}.sign_up .help_list:hover {
    transform: perspective(1000px) rotateY(0);
}.sign_up h3 {
    font-weight: 700;
    margin-bottom: 30px;
    transform: translateX(-15px);
    color: #000000;
    font-size: 30px;
    padding-left: 15px;
    border-left: 5px solid rgb(149,199,202);
}.sign_up .input_holder {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}.sign_up input[type="email"] {
    flex: 1 1 250px;
    border-radius: 10px;
    border: none;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    color: #000000;
    transition: all 0.3s ease;
}.sign_up input[type="email"]:focus {
    box-shadow: 0 12px 28px rgb(99,164,171,0.5);
    transform: translateY(-3px);
    outline: none;
}.sign_up .sub_prize {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    flex: 0 1 auto;
    background: linear-gradient(135deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    padding: 18px 35px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    border: none;
}.sign_up .sub_prize::before {
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    transition: all 0.4s ease;
    top: 0;
    left: -100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(99,164,171) 0%, rgb(149,199,202) 100%);
}.sign_up .sub_prize:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.sign_up .sub_prize:hover::before {
    left: 0;
}.sign_up .sub_prize:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
}

@media (max-width: 768px) {.sign_up {
    padding: 60px 0;
}.sign_up::before {
    top: -10%;
    transform: rotate(-8deg);
    right: -20%;
    width: 100%;
    height: 60%;
}.sign_up .help_list {
    transform: none;
    margin-left: 0;
}.sign_up h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.sign_up .input_holder {
    flex-direction: column;
}.sign_up input[type="email"],
    .sign_up .sub_prize {
    width: 100%;
}
}

@media (max-width: 480px) {.sign_up {
    padding: 40px 0;
}.sign_up h3 {
    font-size: 20px;
}.sign_up input[type="email"] {
    padding: 15px 20px;
}.sign_up .sub_prize {
    padding: 15px 20px;
}}.pricing_package {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,225,230), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
}.pricing_package::before {
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    z-index: 0;
    width: 40%;
    opacity: 0.4;
    right: -5%;
    position: absolute;
    background: linear-gradient(145deg, rgb(149,199,202,0.5), rgb(99,164,171,0.5));
    filter: blur(60px);
    content: "";
    top: -10%;
}.pricing_package::after {
    filter: blur(50px);
    width: 35%;
    left: -5%;
    bottom: -10%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(215deg, rgb(99,164,171,0.5), rgb(149,199,202,0.5));
    content: "";
    transform: rotate(12deg) skewX(-10deg);
    opacity: 0.3;
    height: 60%;
}.pricing_package .container {
    max-width: 1320px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.pricing_package .study_price {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.pricing_package .price_sheet {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    text-align: center;
    opacity: 0;
}.pricing_package .price_sheet h2 {
    font-size: 34px;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.pricing_package .price_sheet h2::after {
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    width: 80px;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
}.pricing_package .cost_levels {
    line-height: 1.6;
    max-width: 680px;
    color: #000000;
    margin: 20px auto 0;
    font-size: 16px;
}.pricing_package .trial_pricing {
    transform: translateY(40px);
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    grid-template-columns: 1fr;
    gap: 30px;
    opacity: 0;
}.pricing_package .package_price {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
    transform: perspective(1000px) rotateX(0deg);
    text-decoration: none;
    display: block;
}.pricing_package .price_deals {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    will-change: transform, box-shadow;
    border-radius: 8px;
    display: flex;
    position: relative;
}.pricing_package .package_price:hover .price_deals {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.pricing_package .deal_opts {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 35px 30px;
}.pricing_package .deal_opts h3 {
    font-weight: 700;
    padding-left: 15px;
    white-space: normal;
    margin-bottom: 15px;
    font-size: calc(21px + 2px);
    color: #000000;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing_package .deal_opts h3::before {
    top: 5px;
    left: 0;
    width: 4px;
    height: calc(100% - 10px);
    background: linear-gradient(to bottom, rgb(149,199,202), rgb(99,164,171));
    border-radius: 10px;
    content: "";
    position: absolute;
}.pricing_package .cost_breakdown {
    border-radius: 6px;
    margin: 5px 0 20px;
    padding: 8px 15px;
    font-size: calc(21px + 4px);
    position: relative;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    display: inline-block;
    font-weight: 700;
    color: rgb(149,199,202);
}.pricing_package .deal_opts p {
    overflow-wrap: break-word;
    margin-top: 5px;
    white-space: normal;
    color: #000000;
    flex-grow: 1;
    font-size: 16px;
    word-break: break-word;
    line-height: 1.6;
    margin-bottom: 10px;
}.pricing_package .photo_section {
    width: 100%;
    overflow: hidden;
    height: 220px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.pricing_package .photo_section::after {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    right: 0;
    z-index: 1;
    content: "";
    top: 0;
    bottom: 0;
}.pricing_package .package_price:hover .photo_section {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_package .trial_pricing {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.pricing_package .study_price {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing_package .study_price {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.pricing_package .price_sheet {
    align-self: center;
    text-align: left;
    grid-row: 1;
    grid-column: 2;
}.pricing_package .price_sheet h2 {
    display: inline-block;
}.pricing_package .price_sheet h2::after {
    left: 0;
    transform: none;
}.pricing_package .cost_levels {
    margin: 25px 0 0;
}.pricing_package .trial_pricing {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1;
    grid-row: 1;
}
}

@media (min-width: 1200px) {.pricing_package .trial_pricing {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.pricing_package .deal_opts {
    padding: 40px 35px;
}.pricing_package .photo_section {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_package {
    padding: 80px 0;
}.pricing_package .price_sheet {
    margin-bottom: 20px;
}.pricing_package .price_deals {
    max-width: 100%;
}.pricing_package .deal_opts {
    padding: 30px 25px;
}.pricing_package .deal_opts h3 {
    font-size: calc(21px + 1px);
}.pricing_package .cost_breakdown {
    margin: 0 0 15px;
    font-size: 21px;
}.pricing_package .photo_section {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing_package {
    padding: 60px 0;
}.pricing_package .deal_opts {
    padding: 25px 20px;
}.pricing_package .photo_section {
    height: 180px;
}}header {
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    position: relative;
    background-color: rgb(198,225,230);
    padding: 1.2rem 0;
}header::before {
    position: absolute;
    content: '';
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(149,199,202,0.5) 49.5%, rgb(149,199,202,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(99,164,171,0.5) 49.5%, rgb(99,164,171,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    opacity: 0.15;
}header::after {
    left: 0;
    z-index: 1;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(149,199,202) 0%, 
        rgb(99,164,171) 50%, 
        rgb(149,199,202) 100%);
    position: absolute;
    content: '';
    width: 100%;
}header .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}header .header_edu {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .head_wrap {
    gap: 0.5rem;
    display: flex;
    border-radius: 14px;
    padding: 5px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}header .nav_core {
    font-family: Arial, sans-serif;
    font-weight: 400;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 0.7rem 1.2rem;
    font-size: 16px;
    color: #ffffff;
}header .nav_core::before {
    top: -2px;
    transform: scale(0.95);
    left: -2px;
    position: absolute;
    border-radius: calc(10px + 2px);
    opacity: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(149,199,202), rgb(99,164,171));
    bottom: -2px;
    content: '';
    transition: all 0.3s ease;
    right: -2px;
}header .nav_core::after {
    z-index: -1;
    border-radius: 10px;
    content: '';
    top: 0;
    position: absolute;
    background: rgb(149,199,202);
    left: 0;
    right: 0;
    bottom: 0;
}header .nav_core:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateY(-3px);
}header .nav_core:hover::before {
    opacity: 1;
    transform: scale(1);
}header .top_mainwrap {
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 0.5rem 1rem;
}header .top_mainwrap::before {
    top: 0;
    transition: 0.5s;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    content: '';
    left: -100%;
    position: absolute;
    width: 100%;
}header .top_mainwrap:hover::before {
    left: 100%;
}header .top_mainwrap svg {
    width: 160px;
    z-index: 2;
    height: auto;
    position: relative;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head_wrap {
    gap: 0.3rem;
}header .nav_core {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .top_mainwrap svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .header_edu {
    flex-direction: column;
}header .head_wrap {
    order: 2;
    margin-top: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
    padding: 10px;
}header .nav_core {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
}header .top_mainwrap {
    margin-bottom: 0.5rem;
    order: 1;
}header .top_mainwrap svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head_wrap {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .head_wrap::-webkit-scrollbar {
    height: 3px;
}header .head_wrap::-webkit-scrollbar-thumb {
    background: rgb(149,199,202);
    border-radius: 10px;
}header .nav_core {
    white-space: nowrap;
}header .top_mainwrap svg {
    width: 110px;
}}.title_opener {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);
    justify-content: center;
    display: flex;
    min-height: 100vh;
    align-items: center;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.title_opener::before {
    height: 100%;
    background: linear-gradient(110deg, rgb(149,199,202,0.5) 15%, transparent 50%);
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.title_opener::after {
    width: 40%;
    bottom: 0;
    height: 30%;
    content: "";
    z-index: 1;
    right: 0;
    background: linear-gradient(210deg, rgb(99,164,171,0.5) 0%, transparent 90%);
    position: absolute;
}.title_opener .main_first {
    transform: translateY(-2vh);
    max-width: 1200px;
    z-index: 2;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    width: 100%;
}.title_opener .main_first > div {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.title_opener h3 {
    transform: translateX(-10px);
    font-size: calc(19px * 1.1);
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    color: #000000;
    padding-left: 2rem;
    line-height: 1.5;
    max-width: 90%;
    font-weight: 600;
}.title_opener h3::before {
    left: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0.2em;
    width: 5px;
    height: calc(100% - 0.4em);
    background: linear-gradient(to bottom, rgb(149,199,202), rgb(99,164,171));
}.title_opener .class_sessions {
    transform: translateY(20px);
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 1.5rem;
    min-height: 450px;
    position: relative;
    animation: fadeSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
}.title_opener .class_sessions::before {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.3) 100%
    );
    position: absolute;
}.title_opener .class_sessions > div {
    position: relative;
    padding: 3rem;
    display: flex;
    gap: 1.5rem;
    width: 100%;
    z-index: 2;
    flex-direction: column;
}.title_opener .class_sessions p {
    font-size: calc(14px * 1.2);
    opacity: 0;
    padding-bottom: 1rem;
    font-weight: 400;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    position: relative;
    line-height: 1.6;
    transform: translateX(-15px);
    color: #ffffff;
    max-width: 80%;
}.title_opener .class_sessions p::after {
    height: 2px;
    width: 80px;
    background: #ffffff;
    animation: growWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
    content: "";
    bottom: 0;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    left: 0;
}.title_opener .title_style_header {
    font-size: clamp(2.5rem, 5vw, 38px);
    margin-top: 0.5rem;
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    opacity: 0;
    line-height: 1.2;
    position: relative;
    transform: translateY(20px);
    letter-spacing: -0.03em;
    color: #ffffff;
    font-weight: 700;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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


.title_opener .class_sessions:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px) scale(1.01);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.title_opener .class_sessions:hover::before {
    transition: all 0.5s ease;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.35) 100%
    );
}.title_opener .class_sessions:hover .title_style_header {
    transition: all 0.4s ease;
    transform: translateY(-3px);
}


@media (min-width: 768px) {.title_opener {
    padding: 5rem 3rem;
}.title_opener .main_first > div {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr;
}.title_opener h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 0;
}.title_opener .class_sessions {
    min-height: 500px;
}.title_opener .class_sessions > div {
    padding: 4rem;
    justify-content: center;
}.title_opener .title_style_header {
    font-size: clamp(3rem, 6vw, calc(38px * 1.2));
}
}

@media (min-width: 1024px) {.title_opener {
    padding: 5rem 4rem;
}.title_opener .main_first > div {
    gap: 5rem;
}.title_opener h3 {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    padding-left: 3rem;
}.title_opener h3:hover {
    transform: perspective(1000px) rotateY(0);
}.title_opener h3::before {
    width: 8px;
}.title_opener .class_sessions {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(2deg);
}.title_opener .class_sessions:hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.title_opener .class_sessions > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.title_opener {
    padding: 4rem 1.5rem;
}.title_opener h3 {
    font-size: calc(19px * 1);
    max-width: 100%;
    padding-left: 1.5rem;
}.title_opener .class_sessions {
    min-height: 400px;
}.title_opener .class_sessions > div {
    padding: 2rem;
}.title_opener .class_sessions p {
    font-size: 14px;
    max-width: 100%;
}}.company_info {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.company_info::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
}.company_info::after {
    z-index: 0;
    transform: rotate(-15deg);
    background: rgb(149,199,202);
    position: absolute;
    right: -5%;
    top: -5%;
    height: 40%;
    opacity: 0.1;
    filter: blur(40px);
    content: "";
    width: 40%;
}.company_info .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.company_info .text_box_wrap {
    padding: 50px 60px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
    position: relative;
}.company_info .text_box_wrap::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    left: 0;
    transition: transform 0.5s ease;
    height: 100%;
    top: 0;
    width: 6px;
    content: "";
    transform-origin: left center;
}.company_info .text_box_wrap:hover {
    transform: translateY(-8px);
}.company_info .text_box_wrap:hover::before {
    transform: scaleY(1.05);
}.company_info h1 {
    transform: translateX(0);
    font-size: 45px;
    transition: transform 0.5s ease;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
}.company_info h1::after {
    left: 0;
    transition: width 0.4s ease-out, transform 0.4s ease-out;
    height: 3px;
    background: linear-gradient(90deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    position: absolute;
    content: "";
    bottom: -15px;
    transform-origin: left center;
    width: 80px;
}.company_info .text_box_wrap:hover h1::after {
    width: 120px;
    transform: translateX(5px);
}.company_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.company_info li {
    margin-bottom: 15px;
}.company_info h4 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: rgb(149,199,202);
    letter-spacing: 0.5px;
    font-size: calc(22px + 2px);
    font-weight: 600;
}.company_info h4::before {
    bottom: -8px;
    width: 0;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(99,164,171);
    height: 2px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.company_info .text_box_wrap:hover h4::before {
    width: 100%;
}.company_info span {
    transition: opacity 0.3s ease;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    column-count: 1;
    display: block;
    color: #000000;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    opacity: 0.9;
}.company_info .text_box_wrap:hover span {
    opacity: 1;
}

@media (min-width: 768px) {.company_info span {
    column-count: 2;
}.company_info .text_box_wrap {
    margin-left: 5%;
    width: 90%;
}
}

@media (min-width: 992px) {.company_info {
    padding: 150px 0;
}.company_info .text_box_wrap {
    margin-left: 10%;
    width: 80%;
    padding: 60px 70px;
}.company_info span {
    column-count: 2;
}.company_info h1 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.company_info {
    padding: 80px 0;
}.company_info .text_box_wrap {
    padding: 30px 25px;
}.company_info h1 {
    margin-bottom: 30px;
    font-size: calc(45px - 4px);
}.company_info h1::after {
    bottom: -10px;
    width: 60px;
}.company_info h4 {
    margin-bottom: 15px;
    font-size: 22px;
}.company_info span {
    line-height: 1.6;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {.company_info {
    padding: 60px 0;
}.company_info .text_box_wrap {
    padding: 25px 20px;
}.company_info h1 {
    font-size: calc(45px - 8px);
}.company_info .text_box_wrap::before {
    width: 4px;
}}

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

.company_info .text_box_wrap {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.company_info h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}.company_info h4 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}.company_info span {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}.cookie_popup_advisory {
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    background-color: rgb(198,225,230);
    bottom: 0;
    z-index: 1000;
    border-top: 1px solid rgb(149,199,202);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
}.cookie_popup_advisory .learn_prefs {
    margin-right: 20px;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
}.cookie_popup_advisory .learn_prefs svg {
    fill: rgb(149,199,202);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_popup_advisory .cookie_option {
    flex-grow: 1;
}.cookie_popup_advisory .cookie_option h5 {
    margin-bottom: 6px;
    color: rgb(149,199,202);
    font-size: 21px;
}.cookie_popup_advisory .cookie_option p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}.cookie_popup_advisory .edu_cookie {
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px 20px;
    margin-top: 20px;
    color: #ffffff;
    background-color: rgb(149,199,202);
    margin-right: 15px;
}.cookie_popup_advisory .edu_cookie:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie_popup_advisory .edu_cookie:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookie_popup_advisory .learn_prefs {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_popup_advisory .edu_cookie {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}
#usageSettingsPopup {
    display: none;
}#usageSettingsPopup:checked ~ .cookie_popup_advisory {
    visibility: hidden;
    opacity: 0;
}.course_fit_for {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-color: rgb(198,225,230);
    padding: 6rem 0;
}.course_fit_for::before {
    width: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    height: 100%;
    right: -50%;
    position: absolute;
    top: -50%;
    z-index: -1;
    content: "";
    background: radial-gradient(
        circle at center,
        rgba(rgb(99,164,171,0.5), 0.3) 0%,
        transparent 70%
    );
}.course_fit_for::after {
    left: -20%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(149,199,202,0.5), 0.2) 0%,
        transparent 70%
    );
    z-index: -1;
    height: 80%;
    width: 80%;
    bottom: -30%;
    content: "";
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
    position: absolute;
}.course_fit_for .learn_academy {
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    padding: 0 2rem;
    position: relative;
    flex-direction: column;
}.course_fit_for h3 {
    border-radius: 14px;
    font-weight: 600;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    margin-bottom: 4rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 3rem;
    color: #000000;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 30px;
}.course_fit_for h3::before,
.course_fit_for h3::after {
    width: 30px;
    content: "";
    z-index: -1;
    position: absolute;
    border-color: rgb(99,164,171);
    border-style: solid;
    height: 30px;
}.course_fit_for h3::before {
    top: -10px;
    border-radius: 5px 0 0 0;
    border-width: 2px 0 0 2px;
    left: -10px;
}.course_fit_for h3::after {
    right: -10px;
    border-radius: 0 0 5px 0;
    border-width: 0 2px 2px 0;
    bottom: -10px;
}.course_fit_for ul {
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
}.course_fit_for li {
    backdrop-filter: blur(12px);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    align-items: center;
    flex-direction: column;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    position: relative;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.course_fit_for li::before {
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(99,164,171,0.5), 0.5),
        transparent
    );
    content: "";
    height: 2px;
    top: 0;
    right: 0;
}.course_fit_for li:hover {
    border-color: rgba(rgb(99,164,171,0.5), 0.3);
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}.course_fit_for li:hover::after {
    animation: glowLine 2s infinite alternate ease-in-out;
    content: "";
    bottom: 0;
    height: 4px;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(99,164,171),
        rgb(149,199,202)
    );
    position: absolute;
}.course_fit_for li svg {
    transition: all 0.3s ease;
    width: 60px;
    margin-bottom: 1.5rem;
    fill: rgb(99,164,171);
    height: 60px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.course_fit_for li svg path {
    transition: fill 0.3s ease;
    fill: rgb(99,164,171);
}.course_fit_for li:hover svg {
    fill: rgb(149,199,202);
    transform: scale(1.05);
}.course_fit_for li:hover svg path {
    fill: rgb(149,199,202);
}.course_fit_for li:nth-child(even) {
    transform: translateX(20px);
}.course_fit_for li:nth-child(odd) {
    transform: translateX(-20px);
}.course_fit_for li:nth-child(even):hover {
    transform: translateX(20px) translateY(-10px);
}.course_fit_for li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(99,164,171,0.5), 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(149,199,202,0.5), 0.8);
    }
}

@media (min-width: 992px) {.course_fit_for ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.course_fit_for li:nth-child(1),
    .course_fit_for li:nth-child(3) {
    transform: translateY(20px);
}.course_fit_for li:nth-child(2),
    .course_fit_for li:nth-child(4) {
    transform: translateY(-20px);
}.course_fit_for li:nth-child(1):hover,
    .course_fit_for li:nth-child(3):hover {
    transform: translateY(10px);
}.course_fit_for li:nth-child(2):hover,
    .course_fit_for li:nth-child(4):hover {
    transform: translateY(-30px);
}
}

@media (max-width: 991px) {.course_fit_for {
    padding: 4rem 0;
}.course_fit_for ul {
    gap: 1.5rem;
}.course_fit_for h3 {
    margin-bottom: 3rem;
    padding: 0.8rem 2rem;
    font-size: calc(30px * 0.9);
}.course_fit_for li {
    padding: 1.5rem;
}.course_fit_for li svg {
    height: 50px;
    width: 50px;
    margin-bottom: 1rem;
}
}

@media (max-width: 768px) {.course_fit_for {
    padding: 3rem 0;
}.course_fit_for .learn_academy {
    padding: 0 1.5rem;
}.course_fit_for h3 {
    font-size: calc(30px * 0.8);
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
}.course_fit_for li {
    padding: 1.25rem;
}.course_fit_for li:nth-child(even),
    .course_fit_for li:nth-child(odd) {
    transform: translateX(0);
}.course_fit_for li:nth-child(even):hover,
    .course_fit_for li:nth-child(odd):hover {
    transform: translateY(-5px);
}.course_fit_for li svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 480px) {.course_fit_for {
    padding: 2.5rem 0;
}.course_fit_for .learn_academy {
    padding: 0 1rem;
}.course_fit_for h3 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.7);
    padding: 0.5rem 1rem;
}.course_fit_for h3::before,
    .course_fit_for h3::after {
    height: 20px;
    width: 20px;
}.course_fit_for ul {
    gap: 1rem;
}.course_fit_for li {
    padding: 1rem;
}.course_fit_for li svg {
    width: 35px;
    margin-bottom: 0.75rem;
    height: 35px;
}}.challenge_cta {
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.challenge_cta::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(149,199,202,0.5) 100%);
    z-index: -1;
    width: 100%;
    backdrop-filter: blur(8px);
    height: 100%;
}.challenge_cta .container {
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    display: grid;
}.challenge_cta .company_holder {
    padding-left: 2rem;
    position: relative;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(149,199,202);
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(149,199,202);
    }
    50% {
        border-left-color: rgb(99,164,171);
    }
    100% {
        border-left-color: rgb(149,199,202);
    }
}

.challenge_cta .company_holder h3 {
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    font-size: calc(32px * 1.2);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(99,164,171));
}.challenge_cta .class_guide {
    font-size: 14px;
    margin-top: 1rem;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
}.challenge_cta .qna_board {
    justify-content: flex-end;
    display: flex;
}.challenge_cta .main_train {
    display: flex;
    gap: 4rem;
}.challenge_cta .head_wrap {
    position: relative;
}.challenge_cta .head_wrap::before {
    position: absolute;
    border-left: 1px solid rgb(149,199,202);
    border-top: 1px solid rgb(149,199,202);
    opacity: 0.4;
    width: 40px;
    top: -10px;
    left: -20px;
    content: "";
    height: 40px;
}.challenge_cta .head_wrap::after {
    bottom: -10px;
    border-right: 1px solid rgb(149,199,202);
    opacity: 0.4;
    right: -20px;
    height: 40px;
    position: absolute;
    width: 40px;
    content: "";
    border-bottom: 1px solid rgb(149,199,202);
}.challenge_cta .head_wrap h5 {
    letter-spacing: 1px;
    color: rgb(99,164,171);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 21px;
}.challenge_cta .head_wrap .main_train {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.challenge_cta .head_wrap .main_train a {
    padding-left: 1rem;
    font-size: 14px;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}.challenge_cta .head_wrap .main_train a::before {
    width: 5px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
    height: 5px;
    transition: all 0.3s ease;
    background-color: rgb(149,199,202);
    top: 50%;
}.challenge_cta .head_wrap .main_train a:hover {
    transform: translateX(5px);
    color: rgb(149,199,202);
    opacity: 1;
}.challenge_cta .head_wrap .main_train a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(99,164,171);
}.exam_prep {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 2rem;
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
}.exam_prep::before {
    opacity: 0.5;
    top: 0;
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(149,199,202), transparent);
    left: 0;
}.exam_prep .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.exam_prep .collab_net {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.challenge_cta .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.challenge_cta .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.challenge_cta .qna_board {
    justify-content: flex-start;
}.challenge_cta .main_train {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.challenge_cta {
    padding: 3rem 0 2rem;
}.challenge_cta .main_train {
    gap: 2rem;
    flex-direction: column;
}.challenge_cta .head_wrap::before,
    .challenge_cta .head_wrap::after {
    display: none;
}.challenge_cta .head_wrap {
    margin-bottom: 1.5rem;
}.exam_prep {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.challenge_cta .company_holder h3 {
    font-size: 32px;
}.challenge_cta .head_wrap h5 {
    font-size: calc(19px * 1.1);
}.challenge_cta .head_wrap .main_train a {
    font-size: calc(14px * 0.9);
}}.contact_form_section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.contact_form_section::before {
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    background: rgb(99,164,171,0.5);
    z-index: 1;
    position: absolute;
}.contact_form_section .container {
    padding: 0 15px;
    max-width: 1400px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.contact_form_section .help_list {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
    gap: 0;
}.contact_form_section .query_feedback {
    justify-content: space-between;
    display: flex;
    background: #ffffff;
    padding: 60px 50px;
    grid-row: 2;
    flex-wrap: wrap;
    border-radius: 0 0 23px 23px;
}.contact_form_section .query_feedback h3 {
    font-size: 34px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
}.contact_form_section .query_feedback h3::after {
    content: '';
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    left: 50%;
    background: rgb(149,199,202);
    width: 80px;
}.contact_form_section .query_feedback div {
    display: flex;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(198,225,230);
    flex: 0 0 calc(50% - 20px);
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}.contact_form_section .query_feedback div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.contact_form_section .query_feedback svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.contact_form_section .query_feedback svg path {
    fill: rgb(149,199,202);
}.contact_form_section .query_feedback span {
    font-size: 13px;
    color: #000000;
}.contact_form_section .query_feedback a {
    transition: color 0.3s ease;
    color: rgb(149,199,202);
    text-decoration: none;
}.contact_form_section .query_feedback a:hover {
    color: rgb(99,164,171);
}.contact_form_section .help_inquiry {
    grid-row: 1;
    background: rgb(149,199,202);
    position: relative;
    border-radius: 23px 23px 0 0;
    overflow: hidden;
    padding: 0;
}.contact_form_section .help_inquiry::before {
    background: rgb(99,164,171);
    right: -50px;
    top: -50px;
    content: '';
    width: 150px;
    height: 150px;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
}.contact_form_section .help_inquiry::after {
    position: absolute;
    content: '';
    left: -80px;
    bottom: -80px;
    opacity: 0.1;
    background: rgb(99,164,171);
    height: 200px;
    width: 200px;
    border-radius: 50%;
}.contact_form_section form {
    padding: 60px 50px;
    z-index: 1;
    position: relative;
}.contact_form_section form h3 {
    color: #ffffff;
    position: relative;
    font-size: 34px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}.contact_form_section form h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    position: absolute;
    width: 80px;
    height: 3px;
    background: #ffffff;
}.contact_form_section form input[type="text"],
.contact_form_section form input[type="email"] {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 20px;
}.contact_form_section form input[type="text"]:focus,
.contact_form_section form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}.contact_form_section form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_form_section .request_panel {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 30px;
}.contact_form_section .request_panel input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    transition: all 0.3s ease;
    margin-right: 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 22px;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
}.contact_form_section .request_panel input[type="checkbox"]:checked {
    border-color: #ffffff;
    background-color: #ffffff;
}.contact_form_section .request_panel input[type="checkbox"]:checked::before {
    height: 10px;
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid rgb(149,199,202);
    left: 7px;
    transform: rotate(45deg);
    content: '';
    width: 6px;
    position: absolute;
}.contact_form_section .request_panel label {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}.contact_form_section .request_panel a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    transition: opacity 0.3s ease;
    font-weight: 600;
}.contact_form_section .request_panel a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.contact_form_section .support_list {
    cursor: pointer;
    color: rgb(149,199,202);
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 20px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 10px;
    border: none;
    font-weight: 700;
}.contact_form_section .support_list:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(198,225,230);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.contact_form_section form {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    display: grid;
}.contact_form_section form h3 {
    grid-column: span 2;
}.contact_form_section .request_panel {
    grid-column: span 2;
}.contact_form_section .support_list {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_form_section {
    padding: 90px 0;
}.contact_form_section .help_inquiry,
    .contact_form_section .query_feedback {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_section {
    padding: 70px 0;
}.contact_form_section .query_feedback div {
    flex: 0 0 100%;
}.contact_form_section .help_inquiry,
    .contact_form_section .query_feedback {
    padding: 40px 30px;
}.contact_form_section .query_feedback h3,
    .contact_form_section form h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact_form_section {
    padding: 50px 0;
}.contact_form_section .help_inquiry,
    .contact_form_section .query_feedback {
    padding: 30px 25px;
}.contact_form_section .query_feedback h3,
    .contact_form_section form h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
}.contact_form_section form input[type="text"],
    .contact_form_section form input[type="email"] {
    padding: 15px;
}}.thanksDiv {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgba(245, 245, 255, 0.95) 100%);
}.thanksDiv::before {
    opacity: 0.4;
    filter: blur(60px);
    width: 40%;
    right: -5%;
    position: absolute;
    top: -10%;
    background: linear-gradient(120deg, rgb(149,199,202,0.5) 0%, rgb(99,164,171,0.5) 100%);
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    content: '';
    height: 40%;
}.thanksDiv::after {
    opacity: 0.3;
    position: absolute;
    height: 40%;
    background: linear-gradient(240deg, rgb(99,164,171,0.5) 0%, rgb(149,199,202,0.5) 100%);
    bottom: -15%;
    width: 35%;
    filter: blur(50px);
    content: '';
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -5%;
}.thanksDiv .container {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.thanksDiv h2 {
    font-size: 30px;
    opacity: 0;
    color: #000000;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    position: relative;
}.thanksDiv h2::after {
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: '';
    left: 0;
    height: 4px;
    width: 10rem;
    bottom: -0.8rem;
}.thanksDiv .learn_academy {
    overflow: hidden;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    border-radius: 1rem;
    transform: translateY(30px);
    padding: 3rem;
}.thanksDiv .learn_academy::before {
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(180deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    width: 5px;
    position: absolute;
    animation: pulseGlow 4s infinite alternate;
}.thanksDiv ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thanksDiv li {
    display: block;
    padding-left: 1.5rem;
    position: relative;
}.thanksDiv li::before {
    content: '';
    top: 0.5rem;
    border-radius: 50%;
    position: absolute;
    height: 0.5rem;
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 0.5rem;
    transform: scale(0);
    left: 0;
    background-color: rgb(149,199,202);
}.thanksDiv li span {
    margin: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: calc(16px * 1.05);
    display: block;
    color: #000000;
    line-height: 1.8;
    opacity: 0;
    opacity: 0.95;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeScale {
    from {
        transform: translateY(30px) scale(0.98);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

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

@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

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

@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(149,199,202,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(149,199,202,0.5);
    }
}

@media (max-width: 992px) {.thanksDiv {
    padding: 5rem 0;
}.thanksDiv h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.85);
}.thanksDiv .learn_academy {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.thanksDiv {
    padding: 4rem 0;
}.thanksDiv::before,
    .thanksDiv::after {
    width: 50%;
    height: 30%;
}.thanksDiv .container {
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 1.5rem;
}.thanksDiv h2 {
    font-size: calc(30px * 0.75);
    margin-bottom: 2rem;
}.thanksDiv h2::after {
    width: 8rem;
    height: 3px;
}.thanksDiv .learn_academy {
    padding: 2rem 1.5rem;
}.thanksDiv li span {
    font-size: 16px;
    line-height: 1.7;
}
}

@media (max-width: 576px) {.thanksDiv {
    padding: 3.5rem 0;
}.thanksDiv .container {
    transform: none;
    padding: 0 1rem;
}.thanksDiv h2 {
    margin-bottom: 1.8rem;
    font-size: calc(30px * 0.7);
}.thanksDiv h2::after {
    width: 6rem;
    height: 3px;
}.thanksDiv .learn_academy {
    padding: 1.8rem 1.2rem;
}.thanksDiv li {
    padding-left: 1.2rem;
}.thanksDiv li::before {
    top: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
}.thanksDiv li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.client_feedback {
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgb(149,199,202,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 150px;
}.client_feedback::before {
    position: absolute;
    left: -50px;
    background: rgb(99,164,171,0.5);
    filter: blur(80px);
    width: 200px;
    border-radius: 50%;
    top: -50px;
    animation: floatBubble 18s infinite ease-in-out;
    height: 200px;
    content: "";
}.client_feedback::after {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    bottom: -80px;
    right: -80px;
    filter: blur(100px);
    position: absolute;
    animation: floatBubble 15s infinite ease-in-out alternate;
    content: "";
    background: rgb(149,199,202,0.5);
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.client_feedback .learn_academy {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1300px;
}.client_feedback h4 {
    left: 50%;
    font-size: 33px;
    color: #000000;
    transform: translateX(-50%) skew(-5deg);
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    transform: skew(-5deg);
    font-weight: 700;
    margin-bottom: 70px;
}.client_feedback h4::after {
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(149,199,202), transparent);
    content: "";
    width: 50%;
    position: absolute;
    height: 4px;
    left: 25%;
}.client_feedback .alumni_views {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
    gap: 40px;
}.client_feedback .edu_reviews {
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    background: #ffffff;
    overflow: hidden;
    border-radius: 22px;
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    padding: 30px;
    position: relative;
}.client_feedback .edu_reviews:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
}.client_feedback .edu_reviews::before {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    top: 0;
    height: 5px;
    left: 0;
}.client_feedback .edu_reviews .photo_section {
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 80px;
}.client_feedback .edu_reviews:hover .photo_section {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.client_feedback .edu_reviews span {
    font-size: 22px;
    font-family: Arial, sans-serif;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}.client_feedback .edu_reviews span::after {
    height: 2px;
    width: 30px;
    margin: 10px auto 0;
    display: block;
    background: rgb(149,199,202);
    content: "";
}.client_feedback .edu_reviews p {
    text-align: center;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}.client_feedback .edu_reviews p::before {
    font-family: serif;
    position: absolute;
    color: rgb(149,199,202,0.5);
    opacity: 0.2;
    font-size: 80px;
    top: -20px;
    left: -5px;
    content: '"';
    z-index: -1;
}

@media (max-width: 1200px) {.client_feedback {
    padding: 100px 0;
}.client_feedback .alumni_views {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.client_feedback .edu_reviews {
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
    padding: 25px;
}
}

@media (max-width: 768px) {.client_feedback {
    padding: 80px 0;
}.client_feedback h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.client_feedback .alumni_views {
    grid-template-columns: 1fr;
    max-width: 500px;
    gap: 25px;
    margin: 0 auto;
}.client_feedback .edu_reviews {
    padding: 30px 20px;
    transform: rotateX(0) rotateY(0);
}.client_feedback .edu_reviews .photo_section {
    height: 70px;
    width: 70px;
}}.instructor_history {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    padding: 7rem 0;
    background: rgb(198,225,230);
}.instructor_history::before {
    top: 0;
    width: 100%;
    position: absolute;
    background-size: 50px 50px;
    opacity: 0.15;
    content: "";
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(149,199,202,0.5) 49.5%, rgb(149,199,202,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(149,199,202,0.5) 49.5%, rgb(149,199,202,0.5) 50.5%, transparent 50.5%);
    animation: gridMove 20s linear infinite;
    height: 100%;
    left: 0;
}.instructor_history .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.instructor_history .edu_reviews {
    max-width: 1000px;
    position: relative;
    display: flex;
    height: 650px;
    perspective: 2000px;
    flex-direction: column;
    margin: 0 auto;
}.instructor_history .photo_section {
    border-radius: 28px;
    top: -20px;
    transform: translateZ(100px) rotateY(-15deg);
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 400px;
    width: 400px;
    position: absolute;
    right: 0;
}.instructor_history .edu_reviews:hover .photo_section {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.instructor_history .name {
    padding: 1.5rem 2rem;
    font-size: 31px;
    position: absolute;
    font-weight: 700;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    top: 100px;
    min-width: 300px;
    background: rgb(149,199,202);
    transform: translateZ(70px) rotateY(5deg);
    left: 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 4;
}.instructor_history .edu_reviews:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.instructor_history .edu_reviews span:not(.name) {
    top: 190px;
    font-size: 18px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    z-index: 3;
    transform: translateZ(50px) rotateY(5deg);
    padding: 1rem 1.5rem;
    color: #000000;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    left: 40px;
    background: #ffffff;
}.instructor_history .edu_reviews:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.instructor_history .exp_list {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    line-height: 1.8;
    z-index: 2;
    border-top: 4px solid rgb(99,164,171);
    position: absolute;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    right: 0;
    color: #000000;
    border-radius: 28px;
    padding: 3rem;
    bottom: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    border-bottom: 4px solid rgb(149,199,202);
    left: 0;
    transform: translateZ(30px);
}.instructor_history .edu_reviews:hover .exp_list {
    transform: translateZ(40px) translateY(-10px);
}.instructor_history .exp_list::before {
    opacity: 0.1;
    content: "";
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(99,164,171,0.5) 49.5%, rgb(99,164,171,0.5) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
}.instructor_history .container::after {
    content: "";
    width: 100%;
    z-index: -1;
    top: 0;
    filter: blur(100px);
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(149,199,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(99,164,171,0.5) 0%, transparent 50%);
    left: 0;
    animation: colorPulse 10s ease-in-out infinite alternate;
    position: absolute;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.instructor_history .edu_reviews {
    padding: 20px 0;
    height: auto;
    flex-direction: column;
}.instructor_history .photo_section {
    height: 300px;
    margin: 0 auto 30px;
    transform: none;
    right: auto;
    top: auto;
    position: relative;
    border-radius: 20px;
    width: 300px;
}.instructor_history .edu_reviews:hover .photo_section {
    transform: translateY(-10px);
}.instructor_history .name {
    position: relative;
    top: auto;
    width: 90%;
    margin: 0 auto 30px;
    left: auto;
    text-align: center;
    transform: none;
}.instructor_history .edu_reviews:hover .name {
    transform: translateY(-5px);
}.instructor_history .edu_reviews span:not(.name) {
    width: max-content;
    text-align: center;
    top: auto;
    display: block;
    transform: none;
    margin: 0 auto 45px;
    position: relative;
    left: auto;
}.instructor_history .edu_reviews:hover span:not(.name) {
    transform: translateY(-5px);
}.instructor_history .exp_list {
    position: relative;
    transform: none;
    bottom: auto;
}.instructor_history .edu_reviews:hover .exp_list {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.instructor_history {
    padding: 4rem 0;
}.instructor_history .photo_section {
    margin-bottom: 35px;
    width: 220px;
    height: 220px;
}.instructor_history .name {
    padding: 1rem 1.5rem;
    width: 100%;
    min-width: auto;
    margin-bottom: 25px;
    font-size: 18px;
}.instructor_history .edu_reviews span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 16px;
    margin-bottom: 35px;
}.instructor_history .exp_list {
    font-size: calc(16px * 0.9);
    padding: 2rem 1.5rem;
}}.secure_fortification {
    margin: 0 auto;
    border: 1px solid rgb(149,199,202,0.5);
    background-color: rgb(149,199,202);
    color: #ffffff;
    box-shadow: 0 0 20px rgb(149,199,202,0.5);
    font-family: Arial, sans-serif;
    padding: 2em;
}.secure_fortification h1 {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(149,199,202,0.5);
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 45px;
}.secure_fortification h2 {
    font-size: 29px;
    color: rgb(99,164,171);
    font-weight: 600;
    text-shadow: 0 0 8px rgb(99,164,171,0.5);
    margin-bottom: 1em;
}.secure_fortification h3,
.secure_fortification h4,
.secure_fortification h5,
.secure_fortification h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}.secure_fortification h3 {
    font-weight: 400;
    font-size: calc(24px - 0.2em);
}.secure_fortification h4 {
    font-weight: 400;
    font-size: calc(24px - 0.4em);
}.secure_fortification h5 {
    font-weight: 300;
    font-size: 24px;
}.secure_fortification h6 {
    font-size: 19px;
    font-weight: 300;
}.secure_fortification ul,
.secure_fortification ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}.secure_fortification ul {
    list-style-type: circle;
}.secure_fortification ol {
    list-style-type: decimal;
}.secure_fortification li {
    font-size: 14px;
    margin-bottom: 0.75em;
    color: #ffffff;
}.secure_fortification p {
    color: #ffffff;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 1.5em;
}.secure_fortification span {
    font-weight: 600;
    color: rgb(149,199,202);
}.secure_fortification div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {.secure_fortification {
    border-radius: 10px;
    padding: 1em;
}.secure_fortification h1 {
    font-size: calc(24px - 0.5em);
}.secure_fortification h2 {
    font-size: calc(24px - 0.4em);
}.secure_fortification p,
    .secure_fortification li {
    font-size: calc(14px - 0.2em);
}}
.secure_fortification h1::after {
    box-shadow: 0 0 10px rgb(149,199,202,0.5);
    background-color: rgb(149,199,202);
    border-radius: 10px;
    display: block;
    height: 4px;
    content: "";
    width: 80px;
    margin: 0.5em auto 0;
}.secure_fortification h2::after {
    display: block;
    content: "";
    box-shadow: 0 0 8px rgb(99,164,171,0.5);
    background-color: rgb(99,164,171);
    border-radius: 10px;
    margin: 0.5em auto 0;
    height: 3px;
    width: 60px;
}.secure_fortification ul li::before,
.secure_fortification ol li::before {
    content: "";
    border-radius: 50%;
    background-color: rgb(149,199,202);
    margin-right: 0.5em;
    box-shadow: 0 0 5px rgb(149,199,202,0.5);
    display: inline-block;
    width: 8px;
    height: 8px;
}.secure_fortification a {
    box-shadow: 0 0 5px rgb(149,199,202,0.5);
    text-decoration: underline;
    color: rgb(149,199,202);
}.secure_fortification a:hover {
    box-shadow: 0 0 5px rgb(99,164,171,0.5);
    color: rgb(99,164,171);
}.secure_fortification blockquote {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5em;
    box-shadow: 0 0 10px rgb(149,199,202,0.5);
    font-style: italic;
    margin: 1em 0;
    border-left: 5px solid rgb(149,199,202);
}