﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.milestone_cta {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.viewport-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.top_bar {
    flex: 1 0 auto;
}.container {
    width: 1187px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.education_history {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background-color: rgb(211,227,236);
}.education_history::before {
    width: 300px;
    z-index: 0;
    height: 300px;
    background: rgb(161,192,213,0.5);
    border-radius: 50%;
    position: absolute;
    right: -100px;
    filter: blur(120px);
    top: -100px;
    content: "";
}.education_history::after {
    filter: blur(100px);
    content: "";
    z-index: 0;
    bottom: -80px;
    width: 250px;
    border-radius: 50%;
    background: rgb(116,159,190,0.5);
    position: absolute;
    left: -80px;
    height: 250px;
}.education_history .learning_testimonials {
    max-width: 1100px;
    overflow: visible;
    position: relative;
    border-radius: 10px;
    display: grid;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    gap: 0;
    background: #ffffff;
    margin: 0 auto;
    z-index: 2;
    grid-template-columns: 1fr 1.2fr;
}.education_history .img_circular {
    position: relative;
    height: 500px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
    border-radius: 10px 0 0 10px;
}.education_history .img_circular::before {
    top: 30px;
    z-index: -1;
    width: 100%;
    left: 30px;
    content: "";
    height: 100%;
    border-radius: 10px;
    position: absolute;
    background: rgb(161,192,213,0.5);
}.education_history .past_work {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
}.education_history .name {
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
    font-size: 40px;
}.education_history .past_work > div:nth-child(2) {
    color: rgb(161,192,213);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    padding-bottom: 15px;
    position: relative;
    font-size: 23px;
    font-weight: 400;
}.education_history .past_work > div:nth-child(2)::after {
    height: 2px;
    position: absolute;
    background: rgb(116,159,190);
    left: 0;
    bottom: 0;
    width: 60px;
    content: "";
}.education_history .career_story {
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.1);
    line-height: 1.7;
    font-style: italic;
    position: relative;
    color: #000000;
    font-weight: 300;
}.education_history .career_story::before {
    font-size: 5rem;
    content: "";
    z-index: -1;
    font-family: serif;
    top: -2.5rem;
    color: rgb(116,159,190,0.5);
    position: absolute;
    left: -2rem;
}.education_history .learning_testimonials:hover .img_circular {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(161,192,213,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.education_history .learning_testimonials:hover .name {
    text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(161,192,213), rgb(116,159,190));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

@media (max-width: 992px) {.education_history .learning_testimonials {
    max-width: 90%;
    grid-template-columns: 1fr;
}.education_history .img_circular {
    border-radius: 10px 10px 0 0;
    transform: translateY(-30px);
    height: 400px;
}.education_history .img_circular::before {
    top: 30px;
    width: 100%;
    left: 0;
}.education_history .past_work {
    padding: 1rem 2rem 3rem;
}.education_history .learning_testimonials:hover .img_circular {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.education_history {
    padding: 4rem 1rem;
}.education_history .learning_testimonials {
    max-width: 100%;
}.education_history .img_circular {
    height: 320px;
    transform: translateY(-20px);
}.education_history .img_circular::before {
    top: 20px;
}.education_history .past_work {
    padding: 0.5rem 1.5rem 2.5rem;
}.education_history .name {
    font-size: calc(33px);
}.education_history .past_work > div:nth-child(2) {
    font-size: 17px;
    letter-spacing: 1px;
}.education_history .career_story {
    font-size: 17px;
}.education_history .learning_testimonials:hover .img_circular {
    transform: translateY(-25px);
}}.reach_us {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(211,227,236) 0%, rgb(161,192,213,0.5) 100%);
    overflow: hidden;
}.reach_us::before {
    background: linear-gradient(45deg, rgb(161,192,213) 0%, transparent 60%);
    top: -10%;
    transform: rotate(-15deg);
    position: absolute;
    content: '';
    left: -10%;
    opacity: 0.05;
    height: 120%;
    width: 60%;
    z-index: 0;
}.reach_us::after {
    opacity: 0.05;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(116,159,190) 0%, transparent 60%);
    right: -10%;
    position: absolute;
    height: 120%;
    z-index: 0;
    content: '';
    bottom: -10%;
    width: 60%;
}.reach_us .container {
    position: relative;
    z-index: 1;
}.reach_us .start_chat {
    grid-auto-rows: auto;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}.reach_us .contact_team {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.reach_us .contact_team:nth-child(1) {
    padding: 50px;
    border-radius: 23px;
    background: #ffffff;
    overflow: hidden;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
    position: relative;
}.reach_us .contact_team:nth-child(1)::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(161,192,213) 0%, rgb(116,159,190) 100%);
    height: 8px;
    content: '';
    position: absolute;
    top: 0;
}.reach_us .contact_team:nth-child(2) {
    border-radius: 23px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    overflow: hidden;
    min-height: 400px;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}.reach_us .contact_team:nth-child(3) {
    grid-row: 2 / 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    transform: translateY(-20px);
    background: rgb(161,192,213);
    padding: 40px;
    z-index: 1;
    grid-column: 1 / 3;
}.reach_us .contact_team h2 {
    font-weight: 700;
    color: rgb(161,192,213);
    margin-bottom: 30px;
    font-size: 34px;
    position: relative;
}.reach_us .reach_section {
    border-bottom: 1px solid rgb(116,159,190,0.5);
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(116,159,190);
    font-size: calc(17px * 1.2);
    font-weight: 600;
    padding-bottom: 10px;
}.reach_us .edu_help {
    color: #000000;
    max-width: 90%;
    line-height: 1.7;
    margin-bottom: 30px;
}.reach_us .contact_team > p {
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    display: flex;
    padding-left: 35px;
    align-items: center;
}.reach_us .contact_team > p svg {
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
}.reach_us .contact_team > p svg path {
    fill: rgb(161,192,213);
}.reach_us .contact_team > p span {
    margin-left: 5px;
    color: rgb(161,192,213);
    font-weight: 600;
}.reach_us .quick_contact {
    position: relative;
    border-radius: 10px;
    background: rgb(211,227,236);
    margin-top: 40px;
    padding: 30px;
}.reach_us .quick_contact h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    color: rgb(161,192,213);
}.reach_us .quick_contact h3::before {
    left: 0;
    height: 10px;
    top: 50%;
    border-radius: 50%;
    background: rgb(116,159,190);
    width: 10px;
    content: '';
    transform: translateY(-50%);
    position: absolute;
}.reach_us .get_contactblock {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}.reach_us .get_contactblock span {
    border-radius: 10px;
    color: #000000;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    background: #ffffff;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    padding: 12px 20px;
}.reach_us .get_contactblock span:hover {
    border-left: 3px solid rgb(116,159,190);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.reach_us .contact_team .img_circular {
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    height: 100%;
}.reach_us .contact_team:hover .img_circular {
    transform: scale(1.05);
}.reach_us .help_form {
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-direction: column;
}.reach_us .help_form a {
    display: flex;
    position: relative;
    padding-left: 45px;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
}.reach_us .help_form a:hover {
    transform: translateX(10px);
}.reach_us .help_form svg {
    height: 28px;
    top: 0px;
    position: absolute;
    left: 0;
    width: 28px;
    transition: all 0.3s ease;
}.reach_us .help_form a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.reach_us .help_form svg path {
    fill: #ffffff;
}.reach_us .help_form a span {
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: calc(17px * 0.85);
    display: block;
    color: rgba(255, 255, 255, 0.7);
}.reach_us .help_form a p {
    color: #ffffff;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
}.reach_us .help_form a p::after {
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: '';
    bottom: -5px;
    background: #ffffff;
    position: absolute;
}.reach_us .help_form a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.reach_us {
    padding: 100px 0;
}.reach_us .contact_team:nth-child(1) {
    padding: 40px;
}.reach_us .contact_team:nth-child(3) {
    padding: 30px;
}
}

@media (max-width: 992px) {.reach_us {
    padding: 80px 0;
}.reach_us .start_chat {
    grid-template-columns: 1fr;
}.reach_us .contact_team:nth-child(1) {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
    transform: translateY(0);
}.reach_us .contact_team:nth-child(2) {
    grid-row: 1 / 2;
    transform: translateY(0);
    grid-column: 1 / -1;
    height: 300px;
}.reach_us .contact_team:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / -1;
    transform: translateY(0);
}.reach_us .edu_help {
    max-width: 100%;
}
}

@media (max-width: 768px) {.reach_us {
    padding: 60px 0;
}.reach_us .contact_team:nth-child(1) {
    padding: 30px;
}.reach_us .contact_team:nth-child(3) {
    padding: 25px;
}.reach_us .quick_contact {
    margin-top: 30px;
    padding: 25px;
}.reach_us .help_form {
    gap: 25px;
}
}

@media (max-width: 576px) {.reach_us {
    padding: 40px 0;
}.reach_us .contact_team:nth-child(1) {
    padding: 25px;
}.reach_us .contact_team h2 {
    font-size: calc(34px * 0.9);
}.reach_us .quick_contact {
    padding: 20px;
}.reach_us .get_contactblock {
    flex-direction: column;
}.reach_us .get_contactblock span {
    width: 100%;
}.reach_us .help_form a {
    padding-left: 40px;
}.reach_us .help_form svg {
    width: 24px;
    height: 24px;
}}.ty_page {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(211,227,236) 100%);
}.ty_page::before {
    z-index: 1;
    opacity: 0.4;
    content: "";
    transform: rotate(-15deg) skew(10deg);
    width: 40%;
    height: 70%;
    background: linear-gradient(145deg, rgb(116,159,190,0.5) 0%, transparent 80%);
    filter: blur(40px);
    position: absolute;
    animation: float 12s ease-in-out infinite alternate;
    top: -10%;
    left: -5%;
}.ty_page::after {
    position: absolute;
    content: "";
    width: 35%;
    background: linear-gradient(215deg, rgb(161,192,213,0.5) 0%, transparent 70%);
    transform: rotate(10deg) skew(-5deg);
    bottom: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    right: -5%;
    opacity: 0.3;
    filter: blur(30px);
    z-index: 1;
    height: 60%;
}.ty_page .container {
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.ty_page h2 {
    line-height: 1.3;
    font-family: Arial, sans-serif;
    opacity: 0;
    letter-spacing: -0.02em;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    position: relative;
    font-size: 28px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
}.ty_page h2::after {
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(161,192,213) 0%, rgb(116,159,190) 100%);
    left: 50%;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    transform-origin: center;
    position: absolute;
    opacity: 0;
    height: 3px;
    content: "";
}.ty_page .knowledge_zone {
    opacity: 0;
    padding: 50px 40px;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background: #ffffff;
}.ty_page .knowledge_zone::before {
    left: 0;
    transform: scaleY(0);
    top: 0;
    transform-origin: top;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(161,192,213), rgb(116,159,190));
    width: 5px;
    height: 100%;
}.ty_page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.ty_page li {
    position: relative;
    padding-left: 25px;
}.ty_page li::before {
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    content: "";
    transform: scale(0);
    background: rgb(116,159,190);
}.ty_page span {
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    font-size: 17px;
    display: block;
    transform: translateY(10px);
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
}

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

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

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}

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

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.ty_page {
    padding: 100px 0 70px;
}.ty_page h2 {
    font-size: calc(28px * 0.9);
}.ty_page .knowledge_zone {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.ty_page {
    padding: 80px 0 60px;
}.ty_page h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.ty_page h2::after {
    bottom: -12px;
    width: 60px;
}.ty_page .knowledge_zone {
    padding: 35px 30px;
}.ty_page span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.ty_page {
    padding: 60px 0 50px;
}.ty_page h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.7);
    line-height: 1.4;
}.ty_page h2::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.ty_page .knowledge_zone {
    padding: 30px 20px;
}.ty_page li {
    padding-left: 20px;
}.ty_page li::before {
    width: 6px;
    height: 6px;
    top: 12px;
}.ty_page span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.learning_profits {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,227,236) 0%, rgba(245, 247, 250, 0.9) 100%);
    position: relative;
}.learning_profits::before {
    height: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(116,159,190,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(161,192,213,0.5), 0.04) 0%, transparent 60%);
    left: 0;
}.learning_profits::after {
    animation: floatShape 15s infinite alternate ease-in-out;
    position: absolute;
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -5%;
    height: 300px;
    z-index: 0;
    top: -10%;
    border: 2px solid rgba(rgb(116,159,190,0.5), 0.1);
    content: "";
    transform: rotate(-15deg);
}.learning_profits .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.learning_profits .knowledge_zone {
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.learning_profits .message_holder {
    max-width: 650px;
    flex: 1;
}.learning_profits h4 {
    opacity: 0;
    line-height: 1.3;
    font-size: 38px;
    margin-bottom: 40px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    position: relative;
    transform: translateY(20px);
    color: #000000;
    font-weight: 700;
}.learning_profits h4::after {
    transform: scaleX(0);
    content: "";
    bottom: -15px;
    width: 80px;
    left: 0;
    height: 4px;
    position: absolute;
    transform-origin: left;
    animation: scaleIn 0.8s 0.6s forwards ease-out;
    background: rgb(116,159,190);
}.learning_profits .message_holder > div {
    margin-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.learning_profits .message_holder > div:first-of-type {
    opacity: 0;
    animation: fadeIn 0.8s 0.4s forwards ease-out;
}.learning_profits .message_holder > div:last-of-type {
    opacity: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
}.learning_profits ul {
    list-style: none;
    padding: 0;
    min-width: 280px;
    margin: 0;
    flex: 1;
}.learning_profits li {
    animation: fadeSlideRight 0.6s forwards ease-out;
    opacity: 0;
    margin-bottom: 20px;
    transform: translateX(15px);
}.learning_profits li:nth-child(1) {
    animation-delay: 0.7s;
}.learning_profits li:nth-child(2) {
    animation-delay: 0.9s;
}.learning_profits li:nth-child(3) {
    animation-delay: 1.1s;
}.learning_profits li p {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 6px 24px -8px rgba(rgba(0, 0, 0, 0.5), 0.08);
    display: flex;
    background: #ffffff;
    border-left: 3px solid rgb(116,159,190);
    padding: 15px 20px;
    margin: 0;
    align-items: flex-start;
    gap: 15px;
}.learning_profits li p:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.learning_profits li p span:first-child {
    align-items: center;
    padding: 8px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    width: 40px;
    background: rgba(rgb(116,159,190,0.5), 0.1);
    height: 40px;
    flex-shrink: 0;
}.learning_profits li p span:last-child {
    font-size: calc(13px - 1px);
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
}.learning_profits svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}.learning_profits li p:hover svg {
    transform: translateY(-2px);
}.learning_profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(116,159,190);
}.learning_profits li p:hover svg path {
    fill: rgb(161,192,213);
}.learning_profits .img_circular {
    height: auto;
    opacity: 0;
    max-width: 450px;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0);
    box-shadow: 
        30px 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        -2px -2px 10px rgba(rgb(255, 255, 255, 0.5), 0.8),
        0 0 0 3px rgba(rgb(116,159,190,0.5), 0.15);
    object-fit: cover;
    flex: 0 0 40%;
    animation: photoReveal 1.2s 0.8s forwards ease-out;
    border-radius: 0 13px 13px 13px;
}

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

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateZ(0) translateX(40px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0) translateX(0);
    }
}

@keyframes floatShape {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-10deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) translateY(10px);
    }
}

@media (max-width: 992px) {.learning_profits {
    padding: 80px 0;
}.learning_profits .knowledge_zone {
    gap: 40px;
    flex-direction: column-reverse;
}.learning_profits .message_holder {
    max-width: 100%;
}.learning_profits h4 {
    margin-bottom: 30px;
    font-size: calc(38px - 4px);
}.learning_profits .img_circular {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(0);
    align-self: center;
    max-width: 90%;
}
}

@media (max-width: 768px) {.learning_profits {
    padding: 60px 0;
}.learning_profits .message_holder > div {
    gap: 10px;
    flex-direction: column;
}.learning_profits h4 {
    font-size: calc(38px - 6px);
}.learning_profits ul {
    width: 100%;
}.learning_profits .img_circular {
    max-width: 100%;
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(0);
    box-shadow: 
            15px 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.15),
            -1px -1px 5px rgba(rgb(255, 255, 255, 0.5), 0.8),
            0 0 0 2px rgba(rgb(116,159,190,0.5), 0.15);
}
}

@media (max-width: 576px) {.learning_profits {
    padding: 50px 0;
}.learning_profits h4 {
    font-size: calc(38px - 8px);
}.learning_profits li p {
    padding: 12px 15px;
}.learning_profits li p span:first-child {
    width: 32px;
    height: 32px;
}.learning_profits svg {
    width: 20px;
    height: 20px;
}.learning_profits li p span:last-child {
    font-size: calc(13px - 2px);
}}.attempt_now {
    overflow: hidden;
    position: relative;
    padding: 110px 0;
    z-index: 1;
    background: linear-gradient(120deg, rgb(161,192,213) 0%, rgb(116,159,190) 100%);
}.attempt_now::before {
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    content: '';
    opacity: 0.05;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
}.attempt_now::after {
    z-index: -1;
    content: '';
    position: absolute;
    height: 200%;
    animation: rotateRays 30s linear infinite;
    opacity: 0.1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(161,192,213) 0deg,
        rgb(116,159,190) 120deg,
        rgb(161,192,213) 240deg,
        rgb(116,159,190) 360deg
    );
    left: -50%;
    width: 200%;
    top: -50%;
}.attempt_now .knowledge_zone {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    flex-direction: column;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    padding: 60px 40px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    max-width: 1000px;
    margin: 0 auto;
}.attempt_now .knowledge_zone::before {
    animation: pulseRadial 15s ease-in-out infinite alternate;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    left: 0;
    height: 100%;
    z-index: -1;
}.attempt_now .knowledge_zone::after {
    width: 100%;
    content: '';
    height: 1px;
    bottom: 0;
    left: 0;
    animation: scanBottom 4s ease-in-out infinite;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    z-index: 1;
}.attempt_now h3 {
    animation: pulseText 4s ease-in-out infinite alternate;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 37px;
    position: relative;
}.attempt_now h3::before {
    content: '';
    box-shadow: 0 0 10px #ffffff;
    left: 50%;
    width: 70px;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
}.attempt_now h3::after {
    position: absolute;
    bottom: -25px;
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    left: -10%;
    height: 1px;
    width: 120%;
    content: '';
}.attempt_now .get_helpdesk {
    text-transform: uppercase;
    color: rgb(161,192,213);
    font-size: 14px;
    transition: all 0.4s ease;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 2px;
    z-index: 1;
    background: #ffffff;
    font-weight: 600;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 16px 45px;
}.attempt_now .get_helpdesk::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(
        45deg,
        rgb(161,192,213),
        rgb(116,159,190)
    );
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}.attempt_now .get_helpdesk::after {
    transition: all 0.6s ease;
    content: '';
    position: absolute;
    top: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    width: 30%;
    height: 300%;
    z-index: 1;
    left: -100%;
    transform: rotate(25deg);
}.attempt_now .get_helpdesk:hover {
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
}.attempt_now .get_helpdesk:hover::before {
    opacity: 1;
}.attempt_now .get_helpdesk:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.attempt_now {
    padding: 90px 0;
}.attempt_now .knowledge_zone {
    padding: 50px 30px;
    max-width: 90%;
}.attempt_now h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 45px;
}.attempt_now h3::before {
    width: 60px;
}.attempt_now .get_helpdesk {
    font-size: calc(14px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.attempt_now {
    padding: 70px 0;
}.attempt_now .knowledge_zone {
    padding: 40px 25px;
}.attempt_now h3 {
    letter-spacing: 2px;
    font-size: calc(37px * 0.8);
    margin-bottom: 40px;
}.attempt_now h3::before {
    bottom: -12px;
    width: 50px;
}.attempt_now h3::after {
    bottom: -20px;
}.attempt_now .get_helpdesk {
    padding: 12px 35px;
    font-size: calc(14px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.attempt_now {
    padding: 60px 0;
}.attempt_now .knowledge_zone {
    padding: 30px 20px;
}.attempt_now h3 {
    letter-spacing: 1.5px;
    margin-bottom: 35px;
    font-size: calc(37px * 0.7);
}.attempt_now h3::before {
    width: 40px;
    bottom: -10px;
}.attempt_now h3::after {
    bottom: -18px;
}.attempt_now .get_helpdesk {
    padding: 10px 30px;
    font-size: calc(14px * 0.85);
    letter-spacing: 1px;
}}

@keyframes rotateRays {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}

@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}.about_this {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.about_this::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(23, 36, 67, 0.85), rgba(35, 46, 82, 0.9));
    height: 100%;
}.about_this .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.about_this .message_holder {
    transform: translateY(0);
    border-left: 4px solid rgb(161,192,213);
    margin-left: auto;
    padding: 50px 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    max-width: 90%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.about_this .message_holder:hover {
    transform: translateY(-10px);
}.about_this h5 {
    position: relative;
    margin: 0 0 12px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: rgb(161,192,213);
    letter-spacing: 2px;
}.about_this h5::after {
    background: rgb(161,192,213);
    bottom: -6px;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    transition: width 0.3s ease-in-out;
    position: absolute;
}.about_this .message_holder:hover h5::after {
    width: 100%;
}.about_this p {
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 25px;
    color: #000000;
    font-size: calc(13px * 1.2);
}.about_this p b {
    font-weight: 700;
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.4s ease;
    letter-spacing: 0.5px;
    color: rgb(116,159,190);
    font-size: calc(13px * 1.6);
    position: relative;
}.about_this p b::before {
    transition: width 0.4s ease-in-out;
    left: 0;
    height: 2px;
    bottom: -2px;
    background: rgb(116,159,190);
    position: absolute;
    width: 0;
    content: "";
}.about_this .message_holder:hover p b {
    transform: translateX(5px);
}.about_this .message_holder:hover p b::before {
    width: 100%;
}.about_this ol {
    padding: 0;
    list-style-position: inside;
    margin: 0;
}.about_this ol li {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    text-align: justify;
    margin-bottom: 15px;
    color: #000000;
    font-size: 13px;
    padding-left: 10px;
    position: relative;
    font-weight: 400;
    transition: color 0.3s ease;
}.about_this .message_holder:hover ol li {
    color: #000000;
}.about_this ol li::first-line {
    font-weight: 600;
    letter-spacing: 0.3px;
}.about_this::after {
    opacity: 0.5;
    top: -20%;
    width: 40%;
    position: absolute;
    transition: all 0.5s ease;
    height: 70%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(161,192,213,0.5), transparent);
    content: "";
    transform: rotate(-15deg);
    right: -10%;
}.about_this:hover::after {
    opacity: 0.7;
    transform: rotate(-10deg) scale(1.1);
}

@media (max-width: 1200px) {.about_this {
    padding: 100px 0;
}.about_this .message_holder {
    max-width: 95%;
    padding: 40px 50px;
}
}

@media (max-width: 992px) {.about_this {
    padding: 80px 0;
}.about_this .message_holder {
    padding: 35px 40px;
    max-width: 100%;
}.about_this p b {
    font-size: calc(13px * 1.4);
}
}

@media (max-width: 768px) {.about_this {
    padding: 60px 0;
}.about_this .message_holder {
    padding: 30px;
    border-left-width: 3px;
}.about_this h5 {
    font-size: calc(19px * 0.9);
}.about_this p {
    margin-bottom: 20px;
    font-size: 13px;
}.about_this p b {
    font-size: calc(13px * 1.3);
}.about_this ol li {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.about_this {
    padding: 50px 0;
}.about_this .message_holder {
    padding: 25px 20px;
    border-left-width: 2px;
}.about_this h5 {
    letter-spacing: 1px;
    font-size: calc(19px * 0.85);
}.about_this h5::after {
    width: 30px;
}.about_this p {
    font-size: calc(13px * 0.95);
    margin-bottom: 15px;
}.about_this p b {
    font-size: calc(13px * 1.2);
}.about_this ol li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    padding-left: 5px;
}}.program_information {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(211,227,236) 0%, rgb(161,192,213,0.5) 100%);
}.program_information::before {
    top: 0;
    content: "";
    background: 
    radial-gradient(circle at 20% 20%, rgb(116,159,190,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(161,192,213,0.5) 0%, transparent 30%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}.program_information::after {
    background-size: 40px 40px;
    height: 100%;
    opacity: 0.1;
    background-image: 
    linear-gradient(90deg, rgb(161,192,213,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(161,192,213,0.5) 1px, transparent 1px);
    content: "";
    background-position: -1px -1px;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.program_information .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.program_information .knowledge_zone {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}.program_information .class_path {
    padding: 0 50px 0 0;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    position: relative;
    align-items: flex-start;
    display: flex;
}.program_information .head_main {
    perspective: 500px;
    margin-bottom: 30px;
    position: relative;
    transform-style: preserve-3d;
}.program_information .head_main::before {
    border-radius: 10px;
    width: calc(100% + 30px);
    position: absolute;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    left: -15px;
    transform: translateZ(-10px);
    z-index: -1;
    background-color: #ffffff;
    top: -15px;
    content: "";
    height: calc(100% + 30px);
}.program_information .head_main::after {
    transform: translateZ(-5px);
    border-radius: calc(10px - 2px);
    width: calc(100% + 10px);
    top: -5px;
    border: 1px solid rgb(161,192,213,0.5);
    height: calc(100% + 10px);
    left: -5px;
    z-index: -1;
    content: "";
    position: absolute;
}.program_information .head_main svg {
    transition: all 0.3s ease;
    max-width: 140px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}.program_information .head_main svg path {
    fill: rgb(161,192,213);
    transition: fill 0.3s ease;
}.program_information .head_main:hover svg {
    transform: scale(1.05);
}.program_information .head_main:hover svg path {
    fill: rgb(116,159,190);
}.program_information h3 {
    position: relative;
    padding-left: 20px;
    color: #000000;
    margin-bottom: 30px;
    font-size: 33px;
    border-left: 3px solid rgb(161,192,213);
    line-height: 1.3;
    font-weight: 700;
}.program_information h3::after {
    height: 3px;
    background-color: rgb(116,159,190);
    position: absolute;
    width: 30px;
    bottom: -5px;
    left: -3px;
    content: "";
}.program_information p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    padding-left: 20px;
    font-weight: 400;
    margin-bottom: 0;
}.program_information .img_circular {
    border-radius: 50% 0 0 50%;
    position: relative;
    overflow: hidden;
    height: 550px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
}.program_information .img_circular::before {
    border: 10px solid transparent;
    border-left: 10px solid rgb(161,192,213,0.5);
    position: absolute;
    z-index: 2;
    border-radius: 50% 0 0 50%;
    content: "";
    inset: 0;
}.program_information .img_circular::after {
    inset: 15px;
    z-index: 2;
    border-radius: 50% 0 0 50%;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
}

@media screen and (min-width: 1600px) {.program_information .knowledge_zone {
    grid-template-columns: 1fr 1.5fr;
}.program_information .img_circular {
    border-radius: 45% 0 0 45%;
}
}

@media screen and (max-width: 1200px) {.program_information {
    padding: 80px 0;
}.program_information .class_path {
    padding: 0 30px 0 0;
}
}

@media screen and (max-width: 991px) {.program_information .knowledge_zone {
    gap: 60px;
    grid-template-columns: 1fr;
}.program_information .class_path {
    padding: 0;
    order: 2;
}.program_information .img_circular {
    order: 1;
    border-radius: 0 0 30% 30%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    min-height: 350px;
}.program_information .img_circular::before {
    border: 10px solid transparent;
    border-radius: 0 0 30% 30%;
    border-bottom: 10px solid rgb(161,192,213,0.5);
}.program_information .img_circular::after {
    border-radius: 0 0 30% 30%;
}.program_information .knowledge_zone::before,
  .program_information .knowledge_zone::after {
    left: 50%;
    transform: translateX(-50%);
    top: calc(350px - 30px);
}.program_information .knowledge_zone::after {
    transform: translateX(-50%);
    left: 50%;
    top: calc(350px - 15px);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }
}

@media screen and (max-width: 768px) {.program_information {
    padding: 60px 0;
}.program_information .knowledge_zone {
    gap: 50px;
}.program_information .img_circular {
    min-height: 300px;
}.program_information .knowledge_zone::before {
    height: 50px;
    width: 50px;
    top: calc(300px - 30px);
}.program_information .knowledge_zone::after {
    top: calc(300px - 15px);
    width: 25px;
    height: 25px;
}.program_information h3 {
    font-size: calc(33px - 4px);
    padding-left: 15px;
}.program_information p {
    padding-left: 15px;
}.program_information .head_main {
    margin-bottom: 25px;
}.program_information .head_main svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.program_information {
    padding: 50px 0;
}.program_information .img_circular {
    border-radius: 0 0 25% 25%;
    min-height: 250px;
}.program_information .img_circular::before {
    border-radius: 0 0 25% 25%;
}.program_information .img_circular::after {
    border-radius: 0 0 25% 25%;
}.program_information .knowledge_zone::before {
    top: calc(250px - 25px);
    height: 40px;
    width: 40px;
}.program_information .knowledge_zone::after {
    width: 20px;
    top: calc(250px - 12px);
    height: 20px;
}.program_information h3 {
    font-size: calc(33px - 6px);
    margin-bottom: 20px;
}.program_information p {
    font-size: calc(14px - 1px);
}.program_information .head_main {
    margin-bottom: 20px;
}.program_information .head_main::before {
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
}}.contact_panel {
    background: linear-gradient(125deg, rgb(211,227,236) 0%, rgb(211,227,236) 60%, rgb(161,192,213,0.5) 100%);
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}.contact_panel::before {
    height: 100%;
    right: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(161,192,213,0.5),
        rgb(161,192,213,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    opacity: 0.05;
    width: 50%;
    content: "";
    position: absolute;
}.contact_panel .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.contact_panel h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px;
}.contact_panel h2::before {
    left: 50%;
    background: rgb(161,192,213);
    bottom: -15px;
    position: absolute;
    content: "";
    height: 4px;
    width: 60px;
    transform: translateX(-50%);
    border-radius: 2px;
}.contact_panel .help_feedback {
    gap: 40px;
    background: transparent;
    grid-template-columns: 1fr 450px;
    align-items: center;
    position: relative;
    display: grid;
}.contact_panel .img_circular {
    height: 550px;
    border-radius: 22px;
    transition: transform 0.5s ease;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
}.contact_panel .img_circular:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel .query_map {
    padding: 50px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 22px;
}.contact_panel .query_map:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel form {
    width: 100%;
}.contact_panel form h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact_panel form input[type="text"] {
    padding: 16px 20px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    background: rgb(211,227,236);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 100%;
    border: none;
}.contact_panel form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(161,192,213);
}.contact_panel form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_panel .message_message {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact_panel .message_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panel .message_message label {
    font-size: 15px;
    cursor: pointer;
    color: #000000;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
}.contact_panel .message_message label::before {
    content: "";
    width: 22px;
    top: 2px;
    background: rgb(211,227,236);
    transition: all 0.3s ease;
    border-radius: 4px;
    height: 22px;
    position: absolute;
    left: 0;
}.contact_panel .message_message input[type="checkbox"]:checked + label::before {
    background: rgb(161,192,213);
}.contact_panel .message_message input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    top: 6px;
    position: absolute;
    left: 8px;
    border-bottom: 2px solid #ffffff;
}.contact_panel .message_message label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(161,192,213);
}.contact_panel .message_message label a:hover {
    color: rgb(116,159,190);
}.contact_panel form .support_inquiry {
    transition: all 0.3s ease;
    font-size: 20px;
    padding: 16px 35px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    background: rgb(161,192,213);
    position: relative;
    font-family: Arial, sans-serif;
    border: none;
    font-weight: 600;
}.contact_panel form .support_inquiry::after {
    height: 100%;
    transition: width 0.3s ease;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    background: rgb(116,159,190);
    width: 0;
    right: 0;
}.contact_panel form .support_inquiry:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}.contact_panel form .support_inquiry span {
    z-index: 1;
    position: relative;
}.contact_panel svg {
    height: 22px;
    fill: rgb(161,192,213);
    width: 22px;
}.contact_panel svg path {
    fill: rgb(161,192,213);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.contact_panel .help_feedback {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact_panel .img_circular {
    height: 500px;
}.contact_panel .query_map {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_panel {
    padding: 80px 0;
}.contact_panel .help_feedback {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_panel .img_circular {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_panel .query_map {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_panel {
    padding: 60px 0;
}.contact_panel h2 {
    margin-bottom: 40px;
}.contact_panel .img_circular {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    font-size: calc(31px * 0.85);
}.contact_panel .img_circular {
    height: 250px;
}.contact_panel .query_map {
    padding: 30px 25px;
}.contact_panel form h3 {
    font-size: calc(24px * 0.9);
}.contact_panel form .support_inquiry {
    width: 100%;
}}.homepage {
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.homepage::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
}.homepage::after {
    position: absolute;
    top: -10%;
    filter: blur(120px);
    animation: pulse 8s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
    height: 70%;
    width: 50%;
    transform: rotate(-15deg);
    background: rgb(161,192,213,0.5);
    z-index: -1;
    right: -10%;
    content: "";
}.homepage > div {
    max-width: 1200px;
    transform: translateY(-2vh);
    position: relative;
    padding: 2rem;
    width: 90%;
}.homepage > div::before {
    top: 0;
    transform: translateX(-20px);
    content: "";
    height: 100%;
    background: linear-gradient(
    to bottom,
    transparent,
    rgb(116,159,190),
    transparent
  );
    position: absolute;
    width: 3px;
    left: 0;
}.homepage h1.title_style_header {
    line-height: 1.2;
    transform: translateX(20px);
    position: relative;
    max-width: 80%;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.5rem, 5vw, 43px);
    margin-bottom: 2rem;
    font-weight: 700;
    opacity: 0;
    animation: slideIn 1s forwards 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}.homepage h1.title_style_header::after {
    content: "";
    bottom: -0.5rem;
    position: absolute;
    background: rgb(116,159,190);
    animation: expandWidth 1.5s forwards 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    height: 4px;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
}.homepage .learn_welcome {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    margin-top: 3rem;
    animation: fadeUp 1s forwards 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}.homepage .learn_training {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
              box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    padding: 1.5rem 2rem;
    border-left: 3px solid rgb(116,159,190);
    margin-bottom: 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 1px 5px rgba(0, 0, 0, 0.1);
}.homepage .learn_training:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 10px 20px rgba(0, 0, 0, 0.1),
              0 5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.homepage .learn_training h3 {
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: #ffffff;
}.homepage span {
    display: inline-block;
    padding: 1rem 2rem 1rem 0;
    position: relative;
    margin-top: 1rem;
}.homepage span::before {
    height: 20px;
    position: absolute;
    border-left: 2px solid rgb(116,159,190);
    top: 0;
    opacity: 0.7;
    left: -2rem;
    content: "";
    width: 20px;
    border-top: 2px solid rgb(116,159,190);
}.homepage p {
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    font-size: clamp(1rem, 2vw, 1.2rem);
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

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

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

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

@keyframes pulse {
  0% {
    opacity: 0.3;
    transform: rotate(-15deg) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 0.3;
    transform: rotate(-15deg) scale(1);
  }
}

@media (max-width: 992px) {.homepage {
    padding: 4rem 0;
}.homepage > div {
    padding: 1.5rem;
    width: 95%;
}.homepage h1.title_style_header {
    max-width: 100%;
}.homepage .learn_welcome {
    padding-left: 1.5rem;
    margin-top: 2.5rem;
}.homepage .learn_training {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.homepage > div::before {
    height: 70%;
}.homepage h1.title_style_header {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.homepage .learn_training {
    transform: perspective(800px) rotateX(1deg);
}.homepage .learn_welcome {
    padding-left: 1rem;
}
}

@media (max-width: 576px) {.homepage {
    padding-top: 6rem;
    align-items: flex-start;
}.homepage > div {
    padding: 1rem;
    transform: translateY(0);
}.homepage h1.title_style_header {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
}.homepage .learn_training {
    transform: none;
    margin-bottom: 1.5rem;
    padding: 1rem;
}.homepage .learn_training:hover {
    transform: translateY(-3px);
}.homepage span {
    padding: 0.75rem 1rem 0.75rem 0;
}.homepage span::before {
    width: 15px;
    left: -1.5rem;
    height: 15px;
}}.privacy_recess {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(211,227,236);
}.privacy_recess h1 {
    color: rgb(161,192,213);
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(161,192,213);
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
}.privacy_recess h2 {
    margin-bottom: 15px;
    font-size: 29px;
    color: rgb(116,159,190);
    margin-top: 30px;
    font-weight: 600;
}.privacy_recess h3, .privacy_recess h4, .privacy_recess h5, .privacy_recess h6 {
    color: rgb(161,192,213);
    margin: 20px 0;
}.privacy_recess h3 {
    font-weight: 700;
    font-size: calc(21px - 4px);
}.privacy_recess h4 {
    font-size: calc(21px + 2px);
    font-weight: 600;
}.privacy_recess h5 {
    font-weight: 400;
    font-size: 21px;
}.privacy_recess h6 {
    font-size: 22px;
    font-weight: 300;
}.privacy_recess ul, .privacy_recess ol {
    padding-left: 20px;
    margin: 15px 0;
}.privacy_recess li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
}.privacy_recess section {
    margin-top: 40px;
}.privacy_recess p {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 15px;
}.privacy_recess span {
    color: rgb(116,159,190);
    font-weight: 600;
}.privacy_recess div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_recess {
    padding: 20px;
    border-radius: 10px;
}.privacy_recess h1 {
    font-size: calc(21px - 10px);
}.privacy_recess h2 {
    font-size: calc(21px - 8px);
}.privacy_recess ul, .privacy_recess ol {
    padding-left: 15px;
}.privacy_recess li {
    font-size: calc(18px - 2px);
}}.course_fit_for {
    background: rgb(211,227,236);
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}.course_fit_for::before {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(
            45deg, 
            rgb(161,192,213,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(161,192,213,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(161,192,213,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(161,192,213,0.5) 75%
        );
    background-size: 60px 60px;
    opacity: 0.03;
    background-position: 0 0, 30px 30px;
    height: 100%;
    top: 0;
}.course_fit_for::after {
    content: "";
    left: 0;
    height: 150px;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgb(211,227,236), transparent);
    bottom: 0;
}.course_fit_for .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.course_fit_for .knowledge_zone {
    position: relative;
}.course_fit_for h4 {
    padding: 20px 0;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
    position: relative;
    font-weight: 700;
    font-size: 31px;
}.course_fit_for h4::before {
    background: rgb(161,192,213,0.5);
    border-radius: 2px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    width: 100px;
    height: 3px;
    content: "";
}.course_fit_for h4::after {
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    background: rgb(116,159,190,0.5);
    width: 100px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.course_fit_for div {
    flex-direction: column;
    position: relative;
    align-items: center;
    display: flex;
}.course_fit_for div::before {
    content: "";
    z-index: 0;
    background: linear-gradient(180deg, rgb(161,192,213,0.5), rgb(116,159,190,0.5), transparent);
    opacity: 0.5;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
}.course_fit_for div p {
    color: #000000;
    width: 70%;
    background: #ffffff;
    position: relative;
    margin: 0 0 60px 0;
    display: flex;
    z-index: 1;
    padding: 25px 30px;
    border-radius: 50px;
    align-items: center;
    transition: all 0.4s ease;
    line-height: 1.6;
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.course_fit_for div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.course_fit_for div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}.course_fit_for div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.course_fit_for div p::before {
    height: 30px;
    border-radius: 50%;
    z-index: 2;
    background: #ffffff;
    position: absolute;
    width: 30px;
    content: "";
}.course_fit_for div p:nth-child(odd)::before {
    top: -15px;
    left: -15px;
}.course_fit_for div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.course_fit_for div p::after {
    content: "";
    height: 15px;
    transition: all 0.3s ease;
    width: 15px;
    background: linear-gradient(135deg, rgb(161,192,213), rgb(116,159,190));
    z-index: 3;
    border-radius: 50%;
    position: absolute;
}.course_fit_for div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.course_fit_for div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.course_fit_for div p:hover::after {
    box-shadow: 0 0 10px rgb(161,192,213,0.5);
    transform: scale(1.3);
}.course_fit_for div p svg {
    margin-right: 20px;
    height: 32px;
    width: 32px;
    min-width: 32px;
    transition: all 0.3s ease;
}.course_fit_for div p:hover svg {
    transform: rotate(15deg);
}.course_fit_for div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(161,192,213);
}.course_fit_for div p:hover svg path {
    fill: rgb(116,159,190);
}

@media (max-width: 991px) {.course_fit_for {
    padding: 120px 0;
}.course_fit_for h4 {
    margin-bottom: 70px;
    font-size: calc(31px - 2px);
}.course_fit_for div p {
    margin-bottom: 50px;
    padding: 22px 25px;
    width: 80%;
}.course_fit_for div p svg {
    height: 28px;
    min-width: 28px;
    margin-right: 15px;
    width: 28px;
}
}

@media (max-width: 767px) {.course_fit_for {
    padding: 100px 0;
}.course_fit_for h4 {
    margin-bottom: 60px;
    font-size: calc(31px - 4px);
}.course_fit_for div p {
    padding: 18px 22px;
    margin-bottom: 40px;
    width: 90%;
    border-radius: 30px !important;
    align-self: center !important;
}.course_fit_for div p::before,
    .course_fit_for div p::after {
    display: none;
}.course_fit_for div p svg {
    margin-right: 12px;
    height: 24px;
    min-width: 24px;
    width: 24px;
}
}

@media (max-width: 479px) {.course_fit_for {
    padding: 80px 0;
}.course_fit_for h4 {
    margin-bottom: 50px;
    font-size: calc(31px - 6px);
}.course_fit_for div p {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
    width: 100%;
    padding: 15px 18px;
}.course_fit_for div p svg {
    margin-right: 10px;
    height: 22px;
    min-width: 22px;
    width: 22px;
}}.cookie_warning_alert {
    background: rgb(211,227,236);
    bottom: 0;
    border-top: 2px solid rgb(161,192,213);
    width: 100%;
    position: fixed;
    z-index: 90;
}.cookies_terms {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cookie_warning_alert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookie_popup_toast {
    display: none;
}#cookie_popup_toast:checked ~ .cookie_warning_alert {
    visibility: hidden;
    opacity: 0;
}.cookie_warning_alert p {
    font-size: 18px;
}.data_guard {
    flex-shrink: 0;
    margin-right: 10px;
}.data_guard svg, .data_guard svg path, .data_guard img {
    height: 100px;
    width: 100px;
    fill: rgb(161,192,213);
}.digital_consent {
    margin-left: 10px;
    font-size: 24px;
    min-width: 120px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    color: rgb(161,192,213);
    flex-shrink: 0;
    border-bottom: 2px solid rgb(161,192,213);
}.cookie_warning_alert p a {
    color: rgb(161,192,213);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_alert {
    padding: 20px;
}}

.viewport-container .cookie_warning_alert {
    box-shadow: rgb(116,159,190,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
    background: rgb(116,159,190);
}.viewport-container .digital_consent {
    background: rgb(161,192,213);
    font-size: 20px;
    border: none;
    padding: 10px;
    margin-left: 30px;
    font-weight: 400;
    color: #ffffff;
}.viewport-container .user_tracker h5, .viewport-container .user_tracker p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.data_guard {
    display: none;
}.cookies_terms {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_warning_alert h5 {
    text-align: center;
}.cookie_warning_alert p {
    text-align: center;
}.user_tracker {
    margin-bottom: 20px;
}body .viewport-container .digital_consent {
    margin-left: 0;
    margin-bottom: 10px;
}}footer {
    perspective: 1000px;
    position: relative;
    z-index: 1;
}footer::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(116,159,190,0.5) 0%, rgb(161,192,213,0.5) 100%);
    opacity: 0.9;
    top: 0;
    z-index: -2;
    content: "";
    bottom: 0;
    right: 0;
}footer::after {
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    position: absolute;
    top: 0;
}.milestone_cta {
    padding: 5rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.milestone_cta::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(161,192,213) 0px,
        rgb(161,192,213) 40px,
        rgb(116,159,190) 40px,
        rgb(116,159,190) 80px
    );
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 20px;
}.milestone_cta .container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem;
    display: flex;
    position: relative;
}.milestone_cta .company_holder {
    border-bottom: 6px solid rgb(161,192,213);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    background: rgb(161,192,213,0.5);
    padding: 2rem;
    flex: 1 1 380px;
    transform: rotateX(5deg);
    transition: all 0.4s ease;
    border-radius: 0;
    transform-style: preserve-3d;
}.milestone_cta .company_holder:hover {
    transform: rotateX(0deg);
}.milestone_cta .company_holder h3 {
    letter-spacing: 1px;
    font-size: 32px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(20px);
    margin: 0 0 1.5rem;
}.milestone_cta .company_holder h3::before {
    top: -10px;
    left: -10px;
    height: 30px;
    border-left: 3px solid #ffffff;
    content: "";
    width: 30px;
    border-top: 3px solid #ffffff;
    position: absolute;
}.milestone_cta .company_holder h3::after {
    position: absolute;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    right: -10px;
    height: 30px;
    width: 30px;
    bottom: -10px;
    content: "";
}.milestone_cta .copy_notice {
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    font-size: 17px;
    padding: 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    transform: translateZ(10px);
}.milestone_cta .career_help {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.milestone_cta .nav_lesson {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.milestone_cta .nav_tutor {
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    transition: all 0.4s ease;
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.milestone_cta .nav_tutor:hover {
    transform: rotateX(0deg);
}.milestone_cta .nav_tutor h5 {
    padding: 1rem 1.5rem;
    font-weight: 600;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    background: rgb(116,159,190,0.5);
    font-size: 21px;
    display: inline-block;
    margin: 0 0 1.5rem;
    transform: translateZ(15px);
    color: #ffffff;
    min-width: 200px;
}.milestone_cta .nav_tutor h5::after {
    right: 0;
    position: absolute;
    background: rgb(116,159,190);
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
}.milestone_cta .nav_tutor .nav_lesson {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    gap: 1rem;
    transform: translateZ(5px);
    display: flex;
    padding: 1rem;
    flex-direction: column;
}.milestone_cta .nav_tutor .nav_lesson a {
    display: block;
    position: relative;
    transform: translateZ(10px);
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
}.milestone_cta .nav_tutor .nav_lesson a::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
}.milestone_cta .nav_tutor .nav_lesson a:hover {
    background: rgb(116,159,190,0.5);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.milestone_cta .nav_tutor .nav_lesson a:hover::before {
    left: 100%;
}.badge_case {
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    background: rgb(116,159,190,0.5);
    margin-top: 3rem;
    padding: 2rem 0;
}.badge_case::before {
    left: 0;
    transform: rotateX(45deg);
    transform-origin: bottom;
    position: absolute;
    background: rgb(116,159,190);
    top: -20px;
    width: 100%;
    content: "";
    height: 20px;
}.badge_case .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.badge_case .grant_cta {
    color: #ffffff;
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 1200px) {.milestone_cta .container {
    gap: 3rem;
}.milestone_cta .company_holder {
    flex: 1 1 350px;
}.milestone_cta .career_help {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.milestone_cta .nav_lesson {
    gap: 2rem;
}
}

@media (max-width: 992px) {.milestone_cta {
    padding: 4rem 0 2rem;
}.milestone_cta .container {
    flex-direction: column;
    gap: 3rem;
}.milestone_cta .company_holder,
    .milestone_cta .career_help {
    flex: 1 1 100%;
    min-width: 100%;
}.milestone_cta .nav_tutor {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.milestone_cta .company_holder,
    .milestone_cta .nav_tutor {
    transform: none;
}
}

@media (max-width: 768px) {.milestone_cta {
    padding: 3.5rem 0 1.5rem;
}.milestone_cta .nav_lesson {
    gap: 1.5rem;
}.milestone_cta .company_holder h3 {
    font-size: calc(32px - 2px);
}.milestone_cta .company_holder h3::before,
    .milestone_cta .company_holder h3::after {
    height: 20px;
    width: 20px;
}.badge_case {
    margin-top: 2rem;
}.badge_case::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.milestone_cta {
    padding: 3rem 0 1rem;
}.milestone_cta .nav_tutor {
    flex: 1 1 100%;
    min-width: 100%;
}.milestone_cta .nav_lesson {
    gap: 0.7rem;
}.milestone_cta .nav_tutor .nav_lesson a {
    padding: 0.6rem 0.8rem;
}.badge_case {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.badge_case::before {
    display: none;
}
}

@media (max-width: 420px) {.milestone_cta::before {
    height: 10px;
}.milestone_cta .company_holder h3::before,
    .milestone_cta .company_holder h3::after {
    display: none;
}.milestone_cta .nav_tutor h5 {
    width: 100%;
    min-width: auto;
}.badge_case .grant_cta {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.plan_list {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(211,227,236), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
}.plan_list::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 0%, rgb(161,192,213,0.5) 30%, transparent 70%);
}.plan_list .container {
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.plan_list .value_rates {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.plan_list .cost_fee {
    margin: 0 auto 2rem;
    text-align: center;
    max-width: 800px;
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
    transform: translateY(20px);
    opacity: 0;
}.plan_list .cost_fee h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 33px;
}.plan_list .cost_fee h2::after {
    width: 80px;
    height: 3px;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(161,192,213), rgb(116,159,190));
    left: 50%;
    position: absolute;
}.plan_list .payment_plans {
    line-height: 1.6;
    margin: 0 auto;
    font-size: 14px;
    color: #000000;
    max-width: 90%;
}.plan_list .pricing_tiers {
    display: grid;
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan_list .fee_deals {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
    transform: translateZ(0) scale(1);
    text-decoration: none;
    opacity: 0;
    color: #000000;
    background: #ffffff;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    border-radius: 24px;
}.plan_list .fee_deals:nth-child(1) {
    animation-delay: 0.1s;
}.plan_list .fee_deals:nth-child(2) {
    animation-delay: 0.2s;
}.plan_list .fee_deals:nth-child(3) {
    animation-delay: 0.3s;
}.plan_list .fee_deals:nth-child(4) {
    animation-delay: 0.4s;
}.plan_list .fee_deals::before {
    width: 100%;
    transform: scaleX(0);
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(161,192,213), rgb(116,159,190));
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    position: absolute;
    height: 5px;
}.plan_list .fee_deals:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.plan_list .fee_deals:hover::before {
    transform: scaleX(1);
}.plan_list .pricing_options {
    display: flex;
    flex-direction: column;
    height: 100%;
}.plan_list .plan_rates {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 2rem;
}.plan_list .plan_rates h3 {
    font-weight: 700;
    position: relative;
    font-size: 23px;
    margin: 0 0 1rem;
    color: #000000;
    transition: color 0.3s ease;
}.plan_list .fee_deals:hover .plan_rates h3 {
    color: rgb(161,192,213);
}.plan_list .learning_fees {
    font-weight: 700;
    display: inline-block;
    font-size: 2rem;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    color: rgb(161,192,213);
    margin-bottom: 1.5rem;
}.plan_list .learning_fees::after {
    bottom: -8px;
    content: "";
    background-color: rgb(116,159,190);
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    height: 2px;
    position: absolute;
}.plan_list .fee_deals:hover .learning_fees {
    transform: translateY(-3px);
}.plan_list .fee_deals:hover .learning_fees::after {
    width: 80px;
}.plan_list .plan_rates p {
    margin: 0;
    line-height: 1.6;
    font-size: calc(14px - 2px);
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #000000;
    word-break: break-word;
}.plan_list .img_circular {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 200px;
    overflow: hidden;
}.plan_list .img_circular::after {
    opacity: 0.7;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
}.plan_list .fee_deals:hover .img_circular {
    transform: scale(1.05);
}.plan_list .fee_deals:hover .img_circular::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.plan_list {
    padding: 7rem 2rem;
}.plan_list .value_rates {
    align-items: flex-start;
    flex-direction: row;
}.plan_list .cost_fee {
    padding-right: 2rem;
    margin: 0;
    display: flex;
    order: 0;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 30%;
}.plan_list .cost_fee h2 {
    text-align: left;
}.plan_list .cost_fee h2::after {
    transform: none;
    left: 0;
}.plan_list .payment_plans {
    margin: 0;
    max-width: 100%;
}.plan_list .pricing_tiers {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.plan_list .pricing_tiers {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_list {
    padding: 8rem 2rem;
}.plan_list .cost_fee {
    flex: 0 0 25%;
}.plan_list .pricing_tiers {
    flex: 0 0 75%;
}.plan_list .plan_rates {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.plan_list .fee_deals {
    max-width: 400px;
    margin: 0 auto;
}.plan_list .cost_fee h2 {
    font-size: calc(33px * 0.9);
}.plan_list .payment_plans {
    font-size: calc(14px * 0.95);
}}header {
    z-index: 100;
    padding: 0;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(116,159,190) 0%, rgb(161,192,213) 100%);
    position: relative;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    position: absolute;
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
}header .top_navbar {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
}header .head_main {
    position: relative;
    overflow: visible;
    flex: 0 0 auto;
    padding: 0.5rem;
    margin-right: 2rem;
}header .head_main::before {
    bottom: -5px;
    transform: skew(-5deg);
    top: -5px;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0.1;
    content: '';
    left: -5px;
    right: -5px;
    z-index: -1;
}header .head_main::after {
    border: 2px solid #ffffff;
    transform: skew(-5deg);
    opacity: 0;
    z-index: -1;
    bottom: -5px;
    position: absolute;
    top: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    content: '';
    left: -5px;
    right: -5px;
    transition: all 0.3s ease;
}header .head_main:hover::before {
    opacity: 0;
}header .head_main:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .nav_begin {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .nav_begin:hover {
    transform: scale(1.05);
}header .nav_begin img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .nav_tutor {
    list-style: none;
    margin: 0;
    display: flex;
    z-index: 2;
    padding: 0;
    position: relative;
}header .main_top {
    position: relative;
    margin: 0 0.4rem;
}header .main_top a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    padding: 0 1.2rem;
    position: relative;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #ffffff;
    display: flex;
}header .main_top a::before {
    opacity: 0;
    content: '';
    transform: scale(0.9);
    left: -2px;
    transition: opacity 0.3s ease;
    background: #ffffff;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: -1;
    bottom: -2px;
}header .main_top a:hover {
    color: rgb(161,192,213);
    text-shadow: none;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}header .main_top a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .main_top::after {
    left: 10%;
    opacity: 0;
    content: '';
    height: 5px;
    transition: all 0.3s ease;
    width: 80%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: -10px;
    filter: blur(3px);
}header .main_top:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .top_navbar::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}header .top_navbar::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: 0;
    position: absolute;
    height: 1px;
    content: '';
}header .top_bar {
    position: relative;
    background: rgb(211,227,236);
    z-index: 1;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .top_navbar {
    max-width: 1320px;
    margin: 0 auto;
}header .main_top {
    margin: 0 0.6rem;
}header .main_top a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top_navbar {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_main {
    margin-right: 0;
    margin-bottom: 0;
}header .nav_tutor {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main_top a {
    font-size: calc(17px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_navbar {
    padding: 0.8rem 1.5rem;
}header .head_main {
    max-width: 140px;
}header .head_main::before, 
    header .head_main::after {
    bottom: -3px;
    left: -3px;
    top: -3px;
    right: -3px;
}header .nav_begin img {
    max-height: 35px;
}header .nav_tutor {
    overflow-x: auto;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .nav_tutor::-webkit-scrollbar {
    height: 3px;
}header .nav_tutor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main_top {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_top a {
    font-size: calc(17px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 32px;
}header .main_top::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_navbar {
    padding: 0.7rem 1.2rem;
}header .head_main {
    max-width: 120px;
}header .main_top a {
    font-size: calc(17px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.client_comments {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(211,227,236) 0%, rgb(161,192,213,0.5) 100%);
}.client_comments::before {
    background: repeating-linear-gradient(45deg, rgb(116,159,190,0.5) 0px, transparent 10px, transparent 20px);
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.15;
}.client_comments .container {
    position: relative;
    z-index: 2;
}.client_comments h2 {
    color: #000000;
    transform: skew(-5deg);
    display: inline-block;
    margin-bottom: 3.5rem;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}.client_comments h2::after {
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 80%;
    transform: translateX(10%);
    content: "";
    background: linear-gradient(90deg, rgb(161,192,213) 0%, transparent 100%);
    position: absolute;
}.client_comments .feedback_list {
    transform: rotate(-2deg);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2.5rem;
}.client_comments .learning_testimonials {
    transition: all 0.4s ease;
    border-radius: 17px;
    background: #ffffff;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: rotate(2deg);
}.client_comments .learning_testimonials::before {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(161,192,213), rgb(116,159,190));
    transform-origin: top;
    transition: transform 0.4s ease;
    width: 5px;
    transform: scaleY(0);
    left: 0;
    height: 100%;
    position: absolute;
}.client_comments .learning_testimonials:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.client_comments .learning_testimonials:hover::before {
    transform: scaleY(1);
}.client_comments .learning_testimonials:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.client_comments .learning_testimonials:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.client_comments .learning_testimonials:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.client_comments .learning_testimonials:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.client_comments .learning_testimonials img {
    height: 80px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    width: 80px;
    border-radius: 50%;
    transform: translateX(-10px);
    object-fit: cover;
}.client_comments .learning_testimonials:hover img {
    border-color: rgb(161,192,213,0.5);
    transform: translateX(0) scale(1.05);
}.client_comments .learning_testimonials p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    transition: all 0.3s ease;
    color: #000000;
    font-size: calc(12px * 1.1);
}.client_comments .learning_testimonials .description {
    font-size: 12px;
    margin-top: 0.5rem;
    font-weight: 400;
    color: #000000;
    padding-top: 1rem;
    position: relative;
}.client_comments .learning_testimonials .description::before {
    top: 0;
    width: 50px;
    height: 3px;
    content: "";
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(116,159,190,0.5);
}.client_comments .learning_testimonials:hover .description::before {
    width: 80px;
    background: rgb(161,192,213);
}

@media (max-width: 991px) {.client_comments {
    padding: 4rem 0;
}.client_comments h2 {
    text-align: center;
    transform: skew(0);
    width: 100%;
}.client_comments h2::after {
    transform: none;
    left: 20%;
    width: 60%;
}.client_comments .feedback_list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    transform: rotate(0);
    gap: 2rem;
}
}

@media (max-width: 767px) {.client_comments {
    padding: 3rem 0;
}.client_comments h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.client_comments .feedback_list {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_comments .learning_testimonials,
    .client_comments .learning_testimonials:nth-child(odd),
    .client_comments .learning_testimonials:nth-child(3n+2) {
    padding: 1.5rem;
    transform: rotate(0);
}.client_comments .learning_testimonials:hover,
    .client_comments .learning_testimonials:nth-child(odd):hover,
    .client_comments .learning_testimonials:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.client_comments .learning_testimonials img {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.client_comments h2 {
    font-size: calc(28px * 0.8);
}.client_comments .learning_testimonials {
    padding: 1.25rem;
}
}