* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.cert_display {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1156px;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.outer-container {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.nav_pagewrap {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thankPageID {
    background: linear-gradient(135deg, rgb(224,220,237), rgba(245, 247, 250, 0.95));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.thankPageID::before {
    right: 0;
    background: linear-gradient(to bottom right, rgb(193,188,216,0.5), transparent);
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(20%);
    height: 100%;
    width: 50%;
    top: 0;
    content: "";
}.thankPageID::after {
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(160,155,192), 
    rgb(193,188,216), 
    transparent);
    content: "";
    position: absolute;
    z-index: 2;
    height: 3px;
}.thankPageID .container {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.thankPageID h2 {
    font-weight: 700;
    line-height: 1.3;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    max-width: 85%;
    opacity: 0;
    font-size: 28px;
    color: #000000;
    transform: translateX(-1rem);
}.thankPageID h2::after {
    transform-origin: left;
    width: 5rem;
    left: 0;
    background: rgb(193,188,216);
    animation: growLine 1s ease-out forwards 0.8s;
    content: "";
    height: 3px;
    position: absolute;
    transform: scaleX(0);
    bottom: -0.8rem;
}.thankPageID .skill_guides {
    position: relative;
    opacity: 0;
    padding: 3rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(1rem);
    border-left: 4px solid rgb(193,188,216);
    background: #ffffff;
    animation: slideUp 0.8s ease-out forwards 0.5s;
}.thankPageID .skill_guides::before {
    opacity: 0.12;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    height: 8rem;
    top: 2rem;
    background: linear-gradient(135deg, rgb(160,155,192,0.5), transparent);
    right: 2rem;
    width: 8rem;
    content: "";
}.thankPageID ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
}.thankPageID li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.thankPageID li:last-child {
    margin-bottom: 0;
}.thankPageID li::before {
    transform: rotate(45deg) scale(0);
    top: 0.6rem;
    content: "";
    animation: growBox 0.6s ease-out forwards 1.2s;
    position: absolute;
    left: 0;
    height: 0.5rem;
    width: 0.5rem;
    background: rgb(193,188,216);
}.thankPageID li span {
    opacity: 0;
    color: #000000;
    line-height: 1.7;
    transform: translateX(0.5rem);
    display: block;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: hover) {.thankPageID .skill_guides:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.thankPageID .skill_guides:hover::before {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
}

@media (max-width: 991px) {.thankPageID {
    padding: 4rem 0;
}.thankPageID h2 {
    font-size: calc(28px * 0.9);
    max-width: 95%;
}.thankPageID .skill_guides {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thankPageID {
    padding: 3rem 0;
}.thankPageID::before {
    width: 70%;
}.thankPageID .container {
    padding: 0 1.5rem;
}.thankPageID h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
    max-width: 100%;
}.thankPageID .skill_guides {
    padding: 2rem 1.5rem;
}.thankPageID .skill_guides::before {
    right: 1.5rem;
    width: 6rem;
    height: 6rem;
    top: 1.5rem;
}
}

@media (max-width: 480px) {.thankPageID {
    padding: 2.5rem 0;
}.thankPageID h2 {
    font-size: calc(28px * 0.7);
    line-height: 1.4;
}.thankPageID h2::after {
    width: 4rem;
}.thankPageID .skill_guides {
    border-left-width: 3px;
    padding: 1.75rem 1.25rem;
}.thankPageID li {
    padding-left: 1.25rem;
}.thankPageID li span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.teaching_history {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(224,220,237) 100%);
    overflow: hidden;
    padding: 140px 0;
}.teaching_history::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(193,188,216,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(160,155,192,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    content: "";
    mix-blend-mode: screen;
    height: 100%;
}.teaching_history .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.teaching_history .feedback_stars {
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    position: relative;
    display: grid;
}.teaching_history .img_rounded {
    transform: perspective(1000px) rotateY(-8deg);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    z-index: 3;
    height: 420px;
    border-radius: 25px;
    grid-area: photo;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(193,188,216,0.5);
    position: relative;
}.teaching_history .img_rounded::before {
    position: absolute;
    border-radius: 25px;
    inset: 0;
    content: "";
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}.teaching_history .feedback_stars:hover .img_rounded {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.teaching_history .name {
    font-size: 28px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    grid-area: name;
    align-self: end;
    color: #ffffff;
    padding-left: 20px;
    margin: 0;
    transform: perspective(1000px) rotateY(5deg);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.teaching_history .name::after {
    position: absolute;
    transition: transform 0.5s ease;
    height: 4px;
    content: "";
    left: 20px;
    width: 60px;
    background: rgb(193,188,216);
    transform-origin: left;
    transform: scaleX(0.6);
    bottom: -8px;
}.teaching_history .feedback_stars:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.teaching_history .feedback_stars:hover .name::after {
    transform: scaleX(1);
}.teaching_history .feedback_stars > span:not(.name) {
    text-transform: uppercase;
    transform: perspective(1000px) rotateY(5deg);
    color: rgb(160,155,192);
    transform-origin: left center;
    grid-area: job;
    font-size: 21px;
    letter-spacing: 1px;
    padding-left: 20px;
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: 5px;
}.teaching_history .feedback_stars:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.teaching_history .career_experience {
    margin: 30px 0 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    position: relative;
    font-weight: 300;
    grid-area: quote;
    font-size: 17px;
    border-left: 4px solid rgb(193,188,216);
    padding: 35px;
    line-height: 1.7;
    z-index: 2;
    transform: translateY(0);
    color: #ffffff;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.teaching_history .career_experience::before {
    color: rgb(193,188,216);
    position: absolute;
    font-size: calc(41px * 2);
    left: 25px;
    top: -15px;
    content: "";
    opacity: 0.7;
}.teaching_history .feedback_stars:hover .career_experience {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.teaching_history {
    padding: 80px 0;
}.teaching_history .feedback_stars {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "img_rounded"
      "name"
      "work_list"
      "career_experience";
    grid-template-rows: auto auto auto auto;
}.teaching_history .img_rounded {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    margin: 0 auto;
    height: 320px;
    transform: none;
    max-width: 320px;
}.teaching_history .name,
  .teaching_history .feedback_stars > span:not(.name) {
    padding-left: 0;
    text-align: center;
    transform: none;
}.teaching_history .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.teaching_history .feedback_stars:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_history .career_experience {
    margin-top: 20px;
}.teaching_history .feedback_stars:hover .img_rounded,
  .teaching_history .feedback_stars:hover .name,
  .teaching_history .feedback_stars:hover > span:not(.name),
  .teaching_history .feedback_stars:hover .career_experience {
    transform: none;
}
}

@media (max-width: 576px) {.teaching_history {
    padding: 60px 0;
}.teaching_history .img_rounded {
    max-width: 250px;
    height: 250px;
}.teaching_history .name {
    font-size: 18px;
}.teaching_history .career_experience {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}}.cookie_window_banner {
    position: fixed;
    animation: slideUp 0.5s forwards;
    z-index: 90;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    border-top: 3px solid rgb(160,155,192);
    padding: 20px 0;
    background: rgb(160,155,192);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie_menu {
    align-items: center;
    gap: 20px;
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
}.cookie_window_banner h5 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}.cookie_window_banner p {
    color: #ffffff;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}.learn_prefs {
    display: flex;
    filter: drop-shadow(0 0 10px rgb(193,188,216));
    flex-shrink: 0;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
}.learn_prefs svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(193,188,216);
}.learn_prefs:hover svg {
    transform: scale(1.1);
}.privacy_ack {
    min-width: 140px;
    white-space: nowrap;
    line-height: 40px;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 0 15px rgb(193,188,216);
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    text-align: center;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    flex-shrink: 0;
    border-radius: 12px;
}.privacy_ack:hover {
    box-shadow: 0 0 20px rgb(160,155,192);
}.cookie_button.user_choices:hover {
    box-shadow: 0 0 15px rgb(160,155,192);
}.cookie_window_banner p a {
    transition: color 0.3s ease;
    color: rgb(193,188,216);
    text-decoration: none;
}.cookie_window_banner p a:hover {
    color: rgb(160,155,192);
}#popupCookieConsent {
    display: none;
}#popupCookieConsent:checked ~ .cookie_window_banner {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_window_banner {
    padding: 15px 0;
}.cookie_menu {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.learn_prefs {
    display: none;
}.cookie_menu {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_window_banner h5 {
    font-size: 22px;
    margin-bottom: 5px;
}.data_opt {
    margin-bottom: 15px;
}.privacy_ack {
    min-width: 100%;
    margin: 10px 0;
}}
.course_methodology {
    perspective: 1200px;
    background: rgb(224,220,237);
    overflow: hidden;
    position: relative;
    min-height: 75vh;
}.course_methodology::before {
    z-index: 1;
    content: "";
    background: 
        linear-gradient(30deg, transparent 40%, rgb(193,188,216,0.5) 70%, transparent 90%),
        linear-gradient(150deg, transparent 40%, rgb(160,155,192,0.5) 70%, transparent 90%);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    width: 100%;
    left: 0;
}.course_methodology::after {
    background-size: 40px 40px;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    animation: gridMove 60s linear infinite;
    background-image: linear-gradient(
        #ffffff 2px, 
        transparent 2px
    ), linear-gradient(
        90deg, 
        #ffffff 2px, 
        transparent 2px
    );
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transform: rotateX(60deg) rotateZ(45deg);
    content: "";
}.course_methodology .container {
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
    padding: 5rem 2rem;
    max-width: 1200px;
    display: grid;
    z-index: 5;
    gap: 3rem;
}.course_methodology .skill_guides {
    perspective: 1000px;
    flex-direction: column;
    gap: 4rem;
    position: relative;
    display: flex;
    align-items: center;
}.course_methodology h3 {
    background: #ffffff;
    z-index: 2;
    color: rgb(193,188,216);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform: rotateX(10deg) rotateY(-10deg);
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    transition: transform 0.5s ease;
    position: relative;
    max-width: 80%;
    padding: 2rem 3rem;
}.course_methodology h3::before {
    bottom: 0;
    right: 0;
    background: rgb(193,188,216);
    position: absolute;
    top: 0;
    width: 10px;
    transform: translateX(100%) skewY(45deg);
    content: "";
    transform-origin: top left;
}.course_methodology h3::after {
    position: absolute;
    bottom: 0;
    transform-origin: bottom left;
    height: 10px;
    background: rgb(193,188,216,0.5);
    transform: translateY(100%) skewX(45deg);
    content: "";
    right: 0;
    left: 0;
}.course_methodology span {
    transform: rotateX(10deg) rotateY(-10deg);
    font-size: 14px;
    transition: transform 0.5s ease;
    max-width: 80%;
    border-radius: 10px;
    color: #000000;
    line-height: 1.7;
    padding: 2rem 3rem;
    z-index: 1;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    text-align: center;
}.course_methodology span::before {
    right: 0;
    transform: translateX(100%) skewY(45deg);
    transform-origin: top left;
    position: absolute;
    background: rgb(160,155,192);
    width: 10px;
    bottom: 0;
    top: 0;
    content: "";
}.course_methodology span::after {
    content: "";
    bottom: 0;
    transform-origin: bottom left;
    left: 0;
    background: rgb(160,155,192,0.5);
    transform: translateY(100%) skewX(45deg);
    position: absolute;
    height: 10px;
    right: 0;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (min-width: 992px) {.course_methodology .skill_guides:hover h3 {
    transform: rotateX(5deg) rotateY(-5deg) translateZ(20px);
}.course_methodology .skill_guides:hover span {
    transform: rotateX(5deg) rotateY(-5deg) translateZ(20px);
}
}

@media (max-width: 992px) {.course_methodology {
    min-height: 65vh;
}.course_methodology .container {
    padding: 4rem 1.5rem;
}.course_methodology .skill_guides {
    gap: 3rem;
}.course_methodology h3 {
    padding: 1.8rem 2.5rem;
    max-width: 90%;
    font-size: calc(32px * 0.9);
}.course_methodology span {
    padding: 1.8rem 2.5rem;
    font-size: calc(14px * 0.95);
    max-width: 90%;
}
}

@media (max-width: 768px) {.course_methodology {
    min-height: 55vh;
}.course_methodology .container {
    padding: 3rem 1.2rem;
}.course_methodology .skill_guides {
    gap: 2.5rem;
}.course_methodology h3 {
    max-width: 100%;
    transform: rotateX(5deg) rotateY(-5deg);
    font-size: calc(32px * 0.8);
    padding: 1.5rem 2rem;
}.course_methodology span {
    max-width: 100%;
    transform: rotateX(5deg) rotateY(-5deg);
    font-size: calc(14px * 0.9);
    padding: 1.5rem 2rem;
}.course_methodology h3::before,
    .course_methodology span::before {
    width: 7px;
}.course_methodology h3::after,
    .course_methodology span::after {
    height: 7px;
}
}

@media (max-width: 576px) {.course_methodology {
    min-height: 45vh;
}.course_methodology .container {
    padding: 2.5rem 1rem;
}.course_methodology .skill_guides {
    gap: 2rem;
}.course_methodology h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(32px * 0.7);
    transform: none;
}.course_methodology span {
    transform: none;
    font-size: calc(14px * 0.85);
    padding: 1.2rem 1.5rem;
}.course_methodology h3::before,
    .course_methodology h3::after,
    .course_methodology span::before,
    .course_methodology span::after {
    display: none;
}}.course_program_info {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, #ffffff 100%);
    overflow: hidden;
}.course_program_info::before {
    position: absolute;
    filter: blur(80px);
    width: 300px;
    top: -50px;
    height: 300px;
    background: rgb(193,188,216,0.5);
    z-index: 0;
    content: "";
    animation: float 15s ease-in-out infinite;
    right: -50px;
}.course_program_info::after {
    position: absolute;
    bottom: -80px;
    z-index: 0;
    left: -80px;
    filter: blur(60px);
    height: 250px;
    width: 250px;
    background: rgb(160,155,192,0.5);
    content: "";
    animation: float 18s ease-in-out infinite alternate;
}.course_program_info .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course_program_info h2 {
    opacity: 0;
    color: #000000;
    margin-bottom: 40px;
    font-size: calc(36px * 1.1);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-5%);
    line-height: 1.3;
    font-weight: 700;
    position: relative;
}.course_program_info h2::after {
    background: linear-gradient(90deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
    transform-origin: left;
    bottom: -10px;
    width: 80px;
    height: 4px;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    transform: scaleX(0);
    position: absolute;
    left: 0;
}.course_program_info .study_map {
    gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course_program_info .img_rounded {
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    height: 380px;
    transform: translateY(20px);
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    position: relative;
}.course_program_info .img_rounded::before {
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
}.course_program_info .img_rounded::after {
    opacity: 0.2;
    inset: 0;
    background: rgb(193,188,216);
    mix-blend-mode: hue;
    content: "";
    z-index: 2;
    transition: opacity 0.5s ease;
    position: absolute;
}.course_program_info .img_rounded:hover::after {
    opacity: 0;
}.course_program_info .text_capsule {
    flex-direction: column;
    display: flex;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    gap: 30px;
    transform: translateY(20px);
    opacity: 0;
}.course_program_info .description {
    position: relative;
    border-left: 2px solid rgb(160,155,192,0.5);
    margin: 0;
    line-height: 1.8;
    transition: border-left 0.3s ease;
    color: #000000;
    font-size: 17px;
    padding-left: 15px;
}.course_program_info .description:first-of-type {
    position: relative;
    z-index: 2;
}.course_program_info .description:nth-of-type(2) {
    margin-top: 20px;
    z-index: 1;
    position: relative;
}.course_program_info .description:hover {
    border-left: 2px solid rgb(160,155,192);
}.course_program_info .description::first-letter {
    font-weight: 700;
    color: rgb(193,188,216);
    font-size: 1.5em;
}

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

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

@keyframes slideIn {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media (min-width: 768px) {.course_program_info .study_map {
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: flex-start;
}.course_program_info .img_rounded {
    transition: clip-path 0.5s ease;
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.course_program_info .img_rounded:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.course_program_info h2 {
    font-size: calc(36px * 1.2);
    max-width: 80%;
}.course_program_info .text_capsule {
    padding-top: 20px;
}
}

@media (min-width: 992px) {.course_program_info {
    padding: 150px 0;
}.course_program_info .container {
    padding: 0 40px;
}.course_program_info h2 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.3);
    max-width: 70%;
}.course_program_info .img_rounded {
    height: 550px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.course_program_info .description {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}.course_program_info .text_capsule {
    padding-top: 30px;
}
}

@media (min-width: 1200px) {.course_program_info .study_map {
    gap: 80px;
}.course_program_info h2 {
    max-width: 60%;
}.course_program_info .img_rounded {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
}.course_program_info .img_rounded:hover {
    transform: perspective(1000px) rotateY(0);
}.course_program_info .text_capsule {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.course_program_info .text_capsule:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 767px) {.course_program_info {
    padding: 80px 0;
}.course_program_info h2 {
    margin-bottom: 30px;
    font-size: 36px;
}.course_program_info .img_rounded {
    height: 280px;
}.course_program_info .description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}.about_this {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    color: #ffffff;
}.about_this::before {
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
}.about_this::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(193,188,216), 0.03) 0px,
        rgba(rgb(193,188,216), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: 2;
    top: 0;
    pointer-events: none;
}.about_this .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    position: relative;
}.about_this h4 {
    z-index: 10;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    color: rgb(193,188,216);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.about_this:hover h4 {
    transform: translateY(-5px);
}.about_this h4::after {
    background: rgb(193,188,216);
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    left: 50%;
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
}.about_this:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.about_this .text_capsule {
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
}.about_this .text_capsule:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.about_this .text_capsule::before {
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(193,188,216), 0.08) 0%,
        rgba(rgb(160,155,192), 0.05) 100%
    );
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    clip-path: inherit;
}.about_this .text_capsule h6 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    transform: translateX(0);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: calc(19px * 1.1);
    color: rgb(193,188,216);
}.about_this .text_capsule:hover h6 {
    transform: translateX(5px);
}.about_this .text_capsule h6::after {
    transform: scaleX(0.5);
    bottom: -8px;
    transform-origin: left;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(193,188,216) 0%,
        rgb(160,155,192) 100%
    );
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    height: 2px;
    position: absolute;
}.about_this .text_capsule:hover h6::after {
    transform: scaleX(1);
}.about_this .text_capsule div {
    position: relative;
    overflow: hidden;
}.about_this .text_capsule span {
    transition: opacity 0.3s;
    line-height: 1.8;
    opacity: 0.9;
    color: #000000;
    column-gap: 40px;
    display: block;
    font-size: 12px;
    text-align: justify;
    column-count: 1;
}.about_this .text_capsule:hover span {
    opacity: 1;
}.about_this .text_capsule span::first-letter {
    font-weight: 700;
    line-height: 0.8;
    font-size: 2.5em;
    color: rgb(193,188,216);
    margin-right: 8px;
    float: left;
}.about_this::before {
    background-position: 0% 0%;
    background-size: 200% 200%;
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.about_this:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.about_this {
    padding: 100px 0;
}.about_this h4 {
    font-size: calc(32px * 1.2);
    margin-bottom: 60px;
}.about_this .text_capsule {
    padding: 50px 60px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
}.about_this .text_capsule h6 {
    margin-bottom: 30px;
    font-size: calc(19px * 1.3);
}.about_this .text_capsule span {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.about_this {
    padding: 120px 0;
}.about_this .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.about_this .text_capsule {
    padding: 60px 70px;
}.about_this .text_capsule span {
    column-count: 2;
}
}

@media (max-width: 767px) {.about_this {
    padding: 60px 0;
}.about_this h4 {
    margin-bottom: 30px;
    font-size: calc(19px * 1.2);
}.about_this .text_capsule {
    padding: 30px 25px;
}.about_this .text_capsule h6 {
    font-size: 18px;
    margin-bottom: 15px;
}.about_this .text_capsule span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.about_this {
    padding: 50px 0;
}.about_this .text_capsule {
    padding: 25px 20px;
}.about_this .text_capsule span::first-letter {
    font-size: 2em;
}}.contacts {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(224,220,237) 0%, rgba(rgb(193,188,216), 0.03) 100%);
}.contacts::before {
    content: "";
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(160,155,192), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(193,188,216), 0.07) 0%, transparent 25%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}.contacts::after {
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(193,188,216), 0.03) 49%, rgba(rgb(193,188,216), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(160,155,192), 0.03) 49%, rgba(rgb(160,155,192), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    z-index: 2;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.6;
    width: 100%;
}.contacts .container {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contacts .reach_out {
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    grid-template-columns: repeat(12, 1fr);
    overflow: hidden;
    border-radius: 26px;
    padding: 0;
    grid-gap: 40px;
    display: grid;
    position: relative;
}.contacts h3 {
    font-weight: 700;
    background: rgb(193,188,216);
    margin: 0;
    text-transform: uppercase;
    grid-column: 1 / -1;
    color: #ffffff;
    padding: 30px 40px;
    font-size: 29px;
    position: relative;
    letter-spacing: 1px;
}.contacts h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(160,155,192), transparent);
    content: "";
    height: 6px;
    left: 0;
    bottom: 0;
    width: 100%;
}.contacts .talk_form {
    padding: 0 40px;
    padding-top: 40px;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    grid-column: 1 / -1;
    margin: 0;
}.contacts .get_helpdesk {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 20px;
    padding: 0 40px 40px;
}.contacts .get_helpdesk span {
    display: flex;
    border-left: 4px solid transparent;
    background: rgba(rgb(224,220,237), 0.5);
    flex-direction: column;
    padding: 25px 30px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
}.contacts .get_helpdesk span:hover {
    transform: translateX(5px);
    background: rgba(rgb(193,188,216), 0.05);
}.contacts .get_helpdesk span p {
    font-weight: 600;
    position: relative;
    font-size: 18px;
    color: #000000;
}.contacts .get_helpdesk span p::before {
    transform: translateY(-50%);
    width: 16px;
    content: "";
    opacity: 0.2;
    top: 50%;
    left: 0;
    height: 16px;
    background: rgb(193,188,216);
    position: absolute;
    border-radius: 4px;
}.contacts .get_helpdesk span span {
    margin: 0;
    transform: none;
    border: none;
    padding: 0;
    font-weight: 400;
    background: transparent;
    display: inline-block;
}.contacts .get_helpdesk span span:hover {
    background: transparent;
    transform: none;
    border-left: none;
}.contacts .get_helpdesk span a {
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    color: rgb(193,188,216);
    text-decoration: none;
    font-weight: 600;
}.contacts .get_helpdesk span a:hover {
    color: rgb(160,155,192);
}.contacts .get_helpdesk span a::after {
    opacity: 0.5;
    position: absolute;
    transition: all 0.3s ease;
    bottom: -2px;
    height: 1px;
    width: 100%;
    content: "";
    left: 0;
    background: rgb(193,188,216);
}.contacts .get_helpdesk span a:hover::after {
    height: 2px;
    background: rgb(160,155,192);
    opacity: 1;
}.contacts .join_us {
    border-radius: 10px;
    margin: 20px 40px 40px;
    padding: 30px;
    grid-column: 1 / -1;
    background: rgba(rgb(193,188,216), 0.03);
}.contacts .join_us h4 {
    font-weight: 700;
    color: rgb(193,188,216);
    border-bottom: 1px solid rgba(rgb(193,188,216), 0.1);
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    font-size: 24px;
    position: relative;
}.contacts .join_us h4::after {
    background: rgb(193,188,216);
    left: 0;
    bottom: -1px;
    height: 2px;
    content: "";
    position: absolute;
    width: 100px;
}.contacts .join_us span {
    border-left: none;
    transition: all 0.3s ease;
    grid-template-columns: 1fr auto;
    background: transparent;
    padding: 10px 0;
    align-items: center;
    display: grid;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    color: #000000;
    transform: none;
}.contacts .join_us span:last-child {
    border-bottom: none;
}.contacts .join_us span:hover {
    padding-left: 10px;
    transform: none;
    background: rgba(rgb(193,188,216), 0.02);
    border-left: none;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

.contacts .reach_out::before {
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
    border-radius: 50%;
    top: -100px;
    position: absolute;
    right: -100px;
    width: 200px;
    background: rgb(193,188,216);
    height: 200px;
    content: "";
    z-index: 1;
    opacity: 0.05;
}.contacts .reach_out::after {
    border-radius: 50%;
    background: rgb(160,155,192);
    opacity: 0.05;
    width: 150px;
    left: -75px;
    bottom: -75px;
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
    content: "";
    height: 150px;
    z-index: 1;
    position: absolute;
}

@media (max-width: 1024px) {.contacts {
    padding: 80px 0;
}.contacts .reach_out {
    grid-gap: 30px;
}.contacts h3 {
    padding: 25px 30px;
}.contacts .talk_form {
    padding: 0 30px;
    padding-top: 30px;
}.contacts .get_helpdesk {
    padding: 0 30px 30px;
}.contacts .join_us {
    margin: 10px 30px 30px;
}
}

@media (max-width: 768px) {.contacts {
    padding: 60px 0;
}.contacts h3 {
    padding: 20px 25px;
    font-size: calc(29px - 2px);
}.contacts .talk_form {
    padding-top: 25px;
    padding: 0 25px;
}.contacts .get_helpdesk {
    grid-template-columns: 1fr;
    padding: 0 25px 25px;
}.contacts .join_us {
    margin: 10px 25px 25px;
    padding: 20px;
}.contacts .join_us span {
    padding: 8px 0;
}
}

@media (max-width: 576px) {.contacts {
    padding: 50px 0;
}.contacts h3 {
    font-size: calc(29px - 4px);
    padding: 15px 20px;
}.contacts .talk_form {
    font-size: calc(18px - 1px);
    padding-top: 20px;
    padding: 0 20px;
}.contacts .get_helpdesk {
    padding: 0 20px 20px;
    grid-gap: 15px;
}.contacts .get_helpdesk span {
    padding: 20px;
}.contacts .join_us {
    padding: 15px;
    margin: 10px 20px 20px;
}.contacts .join_us h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 15px;
    padding-bottom: 8px;
}.contacts .join_us span {
    font-size: calc(18px - 1px);
    padding: 6px 0;
}}

.contacts .get_helpdesk span::after {
    width: 0;
    top: 0;
    position: absolute;
    border-color: transparent rgba(rgb(193,188,216), 0.1) transparent transparent;
    opacity: 0;
    border-style: solid;
    right: 0;
    height: 0;
    transition: all 0.3s ease;
    border-width: 0 20px 20px 0;
    content: "";
}.contacts .get_helpdesk span:hover::after {
    opacity: 1;
}.contacts .get_helpdesk span:nth-child(odd) {
    transition: all 0.5s ease;
    transform: translateY(0) rotate(0);
}.contacts .get_helpdesk span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}.contacts .get_helpdesk span:nth-child(even) {
    transition: all 0.5s ease;
    transform: translateY(0) rotate(0);
}.contacts .get_helpdesk span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}.contacts .get_helpdesk span svg {
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(193,188,216);
    position: absolute;
    left: 0;
}.contacts .get_helpdesk span svg path {
    fill: rgb(193,188,216);
}.contacts .get_helpdesk span:hover svg {
    fill: rgb(160,155,192);
    transform: translateY(-50%) scale(1.1);
}.contacts .get_helpdesk span svg path {
    stroke: #000000;
    stroke-opacity: 0.2;
    transition: all 0.3s ease;
    stroke-width: 1;
}.contacts .get_helpdesk span:hover svg path {
    stroke-opacity: 0.5;
    stroke: rgb(160,155,192);
}.contacts .get_helpdesk span p svg {
    top: 50%;
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    fill: rgb(193,188,216);
    left: 0;
}.contacts .join_us h4 svg {
    vertical-align: middle;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    fill: rgb(193,188,216);
}

@media (max-width: 768px) {.contacts .get_helpdesk span svg {
    width: 18px;
    height: 18px;
}.contacts .get_helpdesk span p svg {
    width: 14px;
    height: 14px;
}.contacts .join_us h4 svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}
}

@media (max-width: 576px) {.contacts .get_helpdesk span svg {
    width: 16px;
    height: 16px;
}.contacts .get_helpdesk span p svg {
    height: 12px;
    width: 12px;
}.contacts .join_us h4 svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}}.secure_fortification {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(250, 250, 255, 0.95) 100%);
}.secure_fortification::before {
    background: radial-gradient(circle at 10% 30%, rgb(160,155,192,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.15;
    height: 100%;
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}.secure_fortification::after {
    width: 50%;
    bottom: -10px;
    z-index: 0;
    opacity: 0.1;
    position: absolute;
    height: 40%;
    transform: skewY(-5deg);
    background: linear-gradient(45deg, transparent 40%, rgb(193,188,216,0.5) 100%);
    right: -10px;
    content: "";
}.secure_fortification .container {
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    transform-style: preserve-3d;
}.secure_fortification h1 {
    font-size: 48px;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
    position: relative;
    display: inline-block;
    border-bottom: 3px solid rgb(160,155,192,0.5);
    font-weight: 700;
    letter-spacing: -0.02em;
    transform: translateZ(10px);
    color: rgb(193,188,216);
}.secure_fortification h1::after {
    animation: lineGrow 1.5s ease-out forwards;
    background: rgb(193,188,216);
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    bottom: -3px;
    left: 0;
    transform-origin: left;
}.secure_fortification h2 {
    font-size: 30px;
    color: #000000;
    padding-left: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    position: relative;
    transform: translateZ(5px);
    font-weight: 600;
}.secure_fortification h2::before {
    width: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    background: rgb(160,155,192);
    left: 0;
    height: 0.75rem;
    position: absolute;
    top: 50%;
}.secure_fortification h3 {
    color: #000000;
    padding-left: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    position: relative;
    font-weight: 600;
    font-size: calc(30px * 0.85);
}.secure_fortification h3::before {
    transform: translateY(-50%) rotate(45deg);
    background: rgb(160,155,192,0.5);
    position: absolute;
    width: 0.6rem;
    left: 0;
    height: 0.6rem;
    top: 50%;
    content: "";
}.secure_fortification h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    position: relative;
    font-size: calc(30px * 0.7);
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
}.secure_fortification h4::before {
    background: rgb(160,155,192,0.5);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    content: "";
    top: 50%;
    left: 0;
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
}.secure_fortification p {
    max-width: 90ch;
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 14px;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
}.secure_fortification p strong {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.secure_fortification p strong::after {
    left: 0;
    width: 100%;
    position: absolute;
    transform: scaleX(0.9);
    background: rgb(160,155,192,0.5);
    content: "";
    transform-origin: left;
    height: 2px;
    bottom: -2px;
}.secure_fortification ul {
    position: relative;
    margin: 1.5rem 0 2.5rem 1.5rem;
    padding: 0;
    list-style: none;
}.secure_fortification ul::before {
    background: linear-gradient(to bottom, rgb(160,155,192,0.5), transparent);
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: -1rem;
    content: "";
}.secure_fortification li {
    font-size: 14px;
    line-height: 1.6;
    transition: transform 0.3s ease;
    color: #000000;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    transform: translateZ(0);
    position: relative;
}.secure_fortification li::before {
    height: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    border: 2px solid rgb(160,155,192);
    left: 0;
    width: 0.5rem;
    content: "";
    top: 0.6em;
    border-radius: 10px;
}.secure_fortification li:hover {
    transform: translateX(5px) translateZ(0);
}.secure_fortification span {
    display: block;
    color: #000000;
    background: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    font-size: 14px;
    border-left: 3px solid rgb(160,155,192);
    padding: 1.25rem;
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    line-height: 1.7;
}.secure_fortification span:hover {
    background: rgba(255,255,255,0.9);
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

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

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

@media (min-width: 992px) {.secure_fortification {
    padding: 7rem 4rem;
}.secure_fortification h1 {
    transform: translateX(2rem) translateZ(10px);
}.secure_fortification span {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(100% - 4rem);
    margin-left: 2rem;
}.secure_fortification span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.secure_fortification p, .secure_fortification li {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.secure_fortification {
    padding: 4rem 1.5rem;
}.secure_fortification h1 {
    margin-bottom: 2rem;
    font-size: calc(48px * 0.9);
}.secure_fortification h2 {
    font-size: calc(30px * 0.9);
    padding-left: 1.25rem;
    margin-top: 2.5rem;
}.secure_fortification h3, .secure_fortification h4 {
    padding-left: 1rem;
}.secure_fortification p, .secure_fortification li, .secure_fortification span {
    font-size: calc(14px * 0.95);
}.secure_fortification ul {
    margin-left: 0.5rem;
}.secure_fortification li {
    padding-left: 1.25rem;
}.secure_fortification span {
    padding: 1rem;
}}.experience_trial {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(224,220,237);
}.experience_trial::before {
    opacity: 0.04;
    z-index: 1;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.experience_trial .skill_guides {
    z-index: 10;
    padding-left: 50px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 50px;
    display: grid;
    border-left: 4px solid rgb(193,188,216);
}.experience_trial .container p {
    font-size: 34px;
    position: relative;
    grid-column: 1 / -1;
    margin: 0;
    color: #000000;
    line-height: 1.4;
    z-index: 5;
    font-weight: 700;
}.experience_trial .query_grid {
    color: #ffffff;
    border-radius: 25px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background: rgb(224,220,237);
    text-transform: uppercase;
    box-shadow: 5px 5px 0 rgb(193,188,216);
    font-size: 15px;
    font-weight: 600;
    z-index: 5;
    padding: 20px 40px;
    grid-column: 1 / 2;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}.experience_trial .query_grid::before {
    width: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    transition: 0.5s;
    top: 0;
    left: -100%;
    content: '';
    position: absolute;
}.experience_trial .query_grid:hover {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 rgb(193,188,216);
}.experience_trial .query_grid:hover::before {
    left: 100%;
}.experience_trial .skill_guides::before {
    z-index: -1;
    border-radius: 50%;
    width: 350px;
    content: '';
    opacity: 0.3;
    right: -175px;
    border: 2px solid rgb(193,188,216,0.5);
    height: 350px;
    top: -175px;
    position: absolute;
}.experience_trial .skill_guides::after {
    content: '';
    bottom: -100px;
    right: -50px;
    border-radius: 50%;
    z-index: -1;
    height: 200px;
    width: 200px;
    position: absolute;
    opacity: 0.3;
    border: 2px solid rgb(160,155,192,0.5);
}.experience_trial::after {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(193,188,216,0.5) 100%);
    z-index: 1;
    opacity: 0.05;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
}

@media (max-width: 991px) {.experience_trial {
    padding: 80px 0;
}.experience_trial .skill_guides {
    padding-left: 30px;
    gap: 40px;
}.experience_trial .container p {
    font-size: calc(21px * 1.2);
}.experience_trial .query_grid {
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.experience_trial {
    padding: 60px 0;
}.experience_trial .skill_guides {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 20px;
}.experience_trial .container p {
    font-size: 21px;
}.experience_trial .query_grid {
    grid-column: 1;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.experience_trial {
    padding: 40px 0;
}.experience_trial .skill_guides {
    border-left-width: 3px;
    gap: 20px;
    padding-left: 15px;
}.experience_trial .container p {
    font-size: calc(18px * 1.2);
}.experience_trial .query_grid {
    padding: 12px 25px;
    font-size: calc(15px * 0.9);
}}.title_portal {
    position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
}.title_portal::before {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgba(94,170,168,0.1) 0%, transparent 70%);
    content: "";
    height: 100%;
    pointer-events: none;
}.title_portal::after {
    right: -5%;
    filter: blur(60px);
    content: "";
    z-index: 0;
    animation: float 15s infinite alternate ease-in-out;
    height: 300px;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
    border-radius: 50% 30% 70% 40%;
    width: 300px;
    bottom: -5%;
}.title_portal .skill_guides {
    width: 100%;
    display: grid;
    z-index: 1;
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}.title_portal .text_capsule {
    z-index: 2;
    padding: 2rem;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards ease-out 0.2s;
}.title_portal h1 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
    transform: translateY(0);
    color: #000000;
    font-size: 42px;
}.title_portal h1::after {
    position: absolute;
    transform-origin: left;
    height: 3px;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    transform: scaleX(0);
    animation: lineGrow 1s forwards ease-out 0.8s;
    left: 0;
    width: 80px;
    content: "";
    bottom: -0.5rem;
}.title_portal .course_home {
    opacity: 0;
    align-items: flex-start;
    position: relative;
    transform: translateY(20px);
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
    animation: fadeUp 0.8s forwards ease-out 0.4s;
}.title_portal .course_home p {
    color: #000000;
    font-size: calc(13px * 1.1);
    margin-top: 1.5rem;
    max-width: 90%;
    position: relative;
    line-height: 1.6;
}.title_portal svg {
    height: 80px;
    transform: translateY(0) rotate(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1rem;
    width: 80px;
}.title_portal .text_capsule:hover svg {
    transform: translateY(-5px) rotate(5deg);
}.title_portal svg path {
    fill: rgb(160,155,192);
    transition: fill 0.3s ease;
}.title_portal svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_portal svg:hover path {
    fill: rgb(193,188,216);
}.title_portal svg:hover text {
    fill: rgb(193,188,216);
}.title_portal ul {
    animation: fadeUp 0.8s forwards ease-out 0.6s;
    transform: translateY(20px);
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
    opacity: 0;
}.title_portal .query_grid {
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(94,170,168,0.2);
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
}.title_portal .query_grid::before {
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(160,155,192) 0%, rgb(193,188,216) 100%);
    opacity: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
}.title_portal .query_grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
}.title_portal .query_grid:hover::before {
    opacity: 1;
}.title_portal .query_grid:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(94,170,168,0.2);
}.title_portal .img_rounded {
    height: 100%;
    animation: fadeRotate 1s forwards ease-out 0.8s;
    display: none;
    opacity: 0;
    transform: translateY(20px) rotate(0deg);
    position: relative;
    min-height: 300px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-radius: 10px 70px 10px 50px;
    overflow: hidden;
}.title_portal .img_rounded::before {
    top: 0;
    opacity: 0.5;
    height: 100%;
    transition: opacity 0.5s ease;
    left: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.7) 0%, rgba(94,170,168,0) 100%);
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
}.title_portal .img_rounded:hover::before {
    opacity: 0.3;
}

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

@keyframes fadeRotate {
    to {
        opacity: 1;
        transform: translateY(0) rotate(2deg);
    }
}

@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.title_portal .skill_guides {
    align-items: center;
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.title_portal .text_capsule {
    padding: 0 2rem 0 0;
}.title_portal h1 {
    font-size: calc(42px * 1.2);
}.title_portal .img_rounded {
    display: block;
}.title_portal .course_home p {
    max-width: 95%;
}.title_portal svg {
    width: 90px;
    height: 90px;
}
}

@media (min-width: 992px) {.title_portal .skill_guides {
    gap: 3rem;
    grid-template-columns: 55% 45%;
}.title_portal .text_capsule {
    padding: 0 3rem 0 0;
}.title_portal h1 {
    font-size: calc(42px * 1.4);
    margin-bottom: 2rem;
}.title_portal h1::after {
    width: 100px;
}.title_portal .course_home p {
    font-size: calc(13px * 1.2);
}.title_portal svg {
    height: 100px;
    width: 100px;
}.title_portal .img_rounded {
    border-radius: 20px 100px 20px 80px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    height: 500px;
}.title_portal .img_rounded:hover {
    transform: scale(1.02) rotate(1deg);
}
}

@media (min-width: 1200px) {.title_portal .skill_guides {
    gap: 4rem;
    padding: 4rem;
}.title_portal h1 {
    font-size: calc(42px * 1.5);
}.title_portal .course_home p {
    max-width: 90%;
    font-size: calc(13px * 1.3);
}.title_portal svg {
    height: 110px;
    width: 110px;
}.title_portal .img_rounded {
    height: 550px;
}
}

@media (max-width: 767px) {.title_portal {
    min-height: auto;
    padding: 4rem 0;
}.title_portal h1 {
    font-size: calc(42px * 1.1);
}.title_portal .course_home p {
    max-width: 100%;
}.title_portal .query_grid {
    width: 100%;
    text-align: center;
}}header {
    width: 100%;
    z-index: 99;
    background: linear-gradient(135deg, rgb(224,220,237), #ffffff);
    overflow: visible;
    position: relative;
}header::before {
    left: 0;
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(193,188,216,0.5) 6px,
            rgb(193,188,216,0.5) 10px,
            transparent 10px
        ) repeat-x;
    bottom: 0;
    background-size: 20px 20px;
    width: 100%;
    content: "";
    height: 15px;
    position: absolute;
}header .head_info {
    align-items: center;
    padding: 25px 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .head_info::before,
header .head_info::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(193,188,216), transparent);
    height: 2px;
    width: 30%;
}header .head_info::before {
    top: 10px;
    left: 0;
}header .head_info::after {
    background: linear-gradient(to left, rgb(160,155,192), transparent);
    bottom: 10px;
    right: 0;
}header .head_info .nav_base {
    position: relative;
    z-index: 2;
}header .head_info .nav_base::before {
    height: 140%;
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    background: rgb(193,188,216,0.5);
    top: -20%;
    opacity: 0.05;
    left: -20%;
    content: "";
    width: 140%;
    position: absolute;
}header .head_info .nav_base:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .head_info .nav_base .main_pro {
    transition: transform 0.3s ease;
    display: block;
}header .head_info .nav_base:hover .main_pro {
    transform: translateY(-3px);
}header .head_info .nav_base .main_pro svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .head_info .main_class {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}header .head_info .main_class::before {
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
    background: rgb(160,155,192,0.5);
    opacity: 0.05;
}header .head_info .main_class:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .head_info .main_class .main_nav {
    margin: 0 8px;
    position: relative;
}header .head_info .main_class .main_nav a {
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    color: #000000;
    display: block;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    padding: 10px 15px;
    text-decoration: none;
}header .head_info .main_class .main_nav a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .head_info .main_class .main_nav a::before {
    transform-origin: right top;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    height: 100%;
    background: rgb(193,188,216);
    top: 0;
    transform: scale(0);
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
}header .head_info .main_class .main_nav a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .head_info .main_class .main_nav:nth-child(2n) a::before {
    background: rgb(160,155,192);
    transform-origin: left bottom;
}header .head_info .main_class .main_nav:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .head_info .main_class .main_nav:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .head_info {
    flex-direction: column;
    padding: 20px 15px;
}header .head_info .nav_base {
    margin-bottom: 15px;
}header .head_info .main_class {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .head_info .main_class .main_nav {
    margin: 5px;
}header .head_info .main_class .main_nav a {
    padding: 8px 12px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .head_info {
    padding: 15px 10px;
}header .head_info .nav_base .main_pro svg {
    height: 40px;
}header .head_info .main_class .main_nav a {
    font-size: calc(13px - 2px);
    padding: 6px 10px;
}}.receive_updates {
    background: linear-gradient(135deg, rgb(160,155,192,0.5), rgb(193,188,216));
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}.receive_updates::before {
    position: absolute;
    filter: blur(20px);
    right: -10%;
    background: rgb(193,188,216,0.5);
    top: -10%;
    content: "";
    height: 70%;
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    width: 60%;
}.receive_updates::after {
    content: "";
    height: 70%;
    transform: rotate(15deg) translateZ(0);
    width: 60%;
    position: absolute;
    bottom: -10%;
    background: rgb(160,155,192,0.5);
    filter: blur(20px);
    left: -10%;
    z-index: 0;
}.receive_updates .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.receive_updates .skill_guides {
    padding: 3rem;
    border-left: 4px solid rgb(193,188,216);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(-2deg);
}.receive_updates .skill_guides:hover {
    transform: perspective(1000px) rotateY(0deg);
}.receive_updates h3 {
    line-height: 1.4;
    transform: translateZ(0);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    margin-bottom: 2rem;
}.receive_updates h3::after {
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    width: 60px;
    bottom: -10px;
    height: 3px;
}.receive_updates .skill_guides:hover h3::after {
    width: 100px;
}.receive_updates .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    margin-top: 1.5rem;
}.receive_updates .input_holder div {
    position: relative;
    flex: 1;
}.receive_updates input[type="email"] {
    font-size: 18px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    background: #ffffff;
}.receive_updates input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 0 0 3px rgb(193,188,216,0.5);
    outline: none;
    border-color: rgb(193,188,216);
}.receive_updates input[type="email"]::placeholder {
    color: rgba(0,0,0,0.35);
    transition: opacity 0.3s;
}.receive_updates input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.receive_updates .instant_access {
    z-index: 1;
    transform: translateZ(0);
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(193,188,216), rgb(160,155,192));
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
}.receive_updates .instant_access::before {
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(160,155,192), rgb(193,188,216));
    z-index: -1;
    content: "";
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
}.receive_updates .instant_access:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}.receive_updates .instant_access:hover::before {
    opacity: 1;
}.receive_updates .instant_access:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {.receive_updates {
    padding: 6rem 3rem;
}.receive_updates .skill_guides {
    padding: 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.receive_updates h3 {
    font-size: 28px;
    max-width: 80%;
}.receive_updates .input_holder {
    flex-direction: row;
    margin-top: 2.5rem;
}.receive_updates input[type="email"] {
    padding: 1.2rem 1.5rem;
    font-size: calc(18px * 1.05);
}.receive_updates .instant_access {
    align-self: flex-start;
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.receive_updates .skill_guides {
    margin: 0 auto;
    transform: perspective(1500px) rotateY(-4deg);
    max-width: 90%;
}.receive_updates h3 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.receive_updates {
    padding: 3rem 1.5rem;
}.receive_updates .skill_guides {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.receive_updates h3 {
    font-size: calc(22px * 1.2);
}.receive_updates .instant_access {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.receive_updates {
    padding: 2.5rem 1rem;
}.receive_updates .skill_guides {
    padding: 1.5rem;
    transform: none;
}.receive_updates h3 {
    font-size: 22px;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(193,188,216,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

.receive_updates input[type="email"]:focus {
    animation: pulse 1.5s infinite;
}.aspiring_learners {
    position: relative;
    padding: 100px 0;
    background: rgb(224,220,237);
    overflow: hidden;
}.aspiring_learners::before {
    background-size: 60px 60px;
    width: 100%;
    z-index: 0;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(193,188,216,0.5) 20px,
        rgb(193,188,216,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(160,155,192,0.5) 20px,
        rgb(160,155,192,0.5) 22px,
        transparent 22px
    );
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.15;
}.aspiring_learners::after {
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(193,188,216,0.5) 47%, rgb(193,188,216,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(160,155,192,0.5) 47%, rgb(160,155,192,0.5) 53%, transparent 53%);
    background-size: 40px 40px;
    filter: blur(1px);
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.1;
    left: 0;
    z-index: 0;
}.aspiring_learners .skill_guides {
    z-index: 1;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
}.aspiring_learners h3 {
    position: relative;
    font-family: Arial, sans-serif;
    left: 50%;
    color: #000000;
    text-align: center;
    box-shadow: 0 10px 25px -10px rgb(193,188,216,0.5);
    transform: translateX(-50%);
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 80px;
    padding: 0 20px 20px;
}.aspiring_learners h3::before {
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(193,188,216),
        rgb(160,155,192),
        rgb(193,188,216)
    );
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
}.aspiring_learners h3::after {
    left: 50%;
    position: absolute;
    height: 12px;
    width: 12px;
    background: rgb(193,188,216);
    content: "";
    animation: pulseCircle 2s infinite;
    bottom: -6px;
    box-shadow: 0 0 15px rgb(193,188,216,0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}.aspiring_learners ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
}.aspiring_learners ul li {
    border-left: 3px solid rgb(193,188,216);
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    padding: 25px 25px 25px 70px;
    font-size: 12px;
    border-right: 1px solid rgb(160,155,192,0.5);
    font-family: Arial, sans-serif;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    color: #000000;
    border-top: 1px solid rgb(160,155,192,0.5);
    border-bottom: 3px solid rgb(160,155,192);
}.aspiring_learners ul li::before {
    left: -5px;
    background: rgb(193,188,216);
    height: 10px;
    position: absolute;
    width: 10px;
    content: "";
    top: -5px;
    border-radius: 50%;
}.aspiring_learners ul li::after {
    width: 10px;
    bottom: -5px;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -5px;
    background: rgb(160,155,192);
    height: 10px;
}.aspiring_learners ul li:hover {
    border-bottom: 3px solid rgb(193,188,216);
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-left: 3px solid rgb(160,155,192);
}.aspiring_learners ul li svg {
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    position: absolute;
    height: 35px;
    left: 20px;
}.aspiring_learners ul li:hover svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%) scale(1.2);
}.aspiring_learners ul li svg path {
    fill: rgb(193,188,216);
    transition: fill 0.4s ease;
}.aspiring_learners ul li:hover svg path {
    fill: rgb(160,155,192);
}.aspiring_learners ul::before {
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    background-size: 30px 30px;
    opacity: 0.3;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(193,188,216,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(160,155,192,0.5) 97%);
    pointer-events: none;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(193,188,216,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(193,188,216);
    }
}

.aspiring_learners ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.aspiring_learners ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(193,188,216,0.5);
    }
}

@media (max-width: 992px) {.aspiring_learners {
    padding: 80px 0;
}.aspiring_learners ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.aspiring_learners h3 {
    margin-bottom: 60px;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.aspiring_learners {
    padding: 60px 0;
}.aspiring_learners ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.aspiring_learners ul li {
    padding: 20px 20px 20px 65px;
}.aspiring_learners h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 40px;
}
}

@media (max-width: 480px) {.aspiring_learners {
    padding: 50px 0;
}.aspiring_learners .skill_guides {
    padding: 0 15px;
}.aspiring_learners h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 35px;
}.aspiring_learners ul li {
    padding: 18px 15px 18px 60px;
}.aspiring_learners ul li svg {
    left: 15px;
    width: 30px;
    height: 30px;
}}footer {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    perspective: 1000px;
}footer::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.85;
    content: "";
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(193,188,216,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    width: 100%;
}footer::after {
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    z-index: -1;
    content: "";
    height: 100%;
    animation: scanline 10s linear infinite;
    position: absolute;
    width: 100%;
}.cert_display {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.cert_display::before {
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(160,155,192) 50%, 
                transparent 100%);
    height: 2px;
    animation: glowPulse 3s ease-in-out infinite alternate;
    position: absolute;
    width: 100%;
}.cert_display .container {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.cert_display .company_holder {
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(193,188,216);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    padding: 2rem;
    border-radius: 14px;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.cert_display .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(193,188,216,0.5);
}.cert_display .company_holder h3 {
    text-transform: uppercase;
    font-size: calc(38px * 0.9);
    font-weight: 700;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
}.cert_display .company_holder h3::after {
    left: 0;
    width: 60px;
    background: rgb(193,188,216);
    bottom: 0;
    content: "";
    position: absolute;
    height: 3px;
    transition: width 0.4s ease-in-out;
}.cert_display .company_holder:hover h3::after {
    width: 100%;
}.cert_display .teach_supp {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 1rem;
    max-width: 100%;
    font-size: 13px;
    position: relative;
}.cert_display .teach_supp::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, 
                rgb(193,188,216) 0%, 
                transparent 100%);
}.cert_display .edu_global {
    position: relative;
}.cert_display .top_pagebar {
    height: 100%;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.cert_display .main_class {
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    border-radius: 14px;
    position: relative;
}.cert_display .main_class::before {
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    height: 200%;
    content: "";
    transform: rotate(45deg);
    transition: all 0.6s ease;
    top: -50%;
    left: -50%;
    position: absolute;
    width: 200%;
    z-index: -1;
}.cert_display .main_class:hover::before {
    top: -100%;
    left: -100%;
}.cert_display .main_class::after {
    right: 0;
    transition: all 0.4s ease;
    border-width: 0 25px 25px 0;
    border-style: solid;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    height: 0;
    width: 0;
    border-color: transparent rgb(193,188,216) transparent transparent;
    content: "";
    transform: translateZ(5px);
}.cert_display .main_class:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(160,155,192) transparent transparent;
}.cert_display .main_class:hover {
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.cert_display .main_class h5 {
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}.cert_display .main_class h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 100%;
    background: rgb(160,155,192);
}.cert_display .main_class h5::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30%;
    height: 3px;
    background: rgb(193,188,216);
    bottom: -8px;
    transition: width 0.4s ease-in-out;
}.cert_display .main_class:hover h5::after {
    width: 100%;
}.cert_display .main_class .top_pagebar {
    gap: 0.875rem;
    display: flex;
    flex-direction: column;
}.cert_display .main_class a {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    font-size: 13px;
}.cert_display .main_class a::before {
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateZ(5px);
    content: "→";
    left: -20px;
}.cert_display .main_class a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
    color: #ffffff;
}.cert_display .main_class a:hover::before {
    opacity: 1;
    left: 0;
}.achieve_cta {
    margin-top: 3rem;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    backdrop-filter: blur(10px);
}.achieve_cta::before {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(193,188,216) 30%, 
                #ffffff 50%, 
                rgb(160,155,192) 70%, 
                transparent 100%);
    content: "";
}.achieve_cta .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.achieve_cta .sec_cert {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-size: 12px;
    transition: all 0.3s ease;
}.achieve_cta .sec_cert:hover {
    box-shadow: 0 0 15px rgba(rgb(193,188,216), 0.3);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(160,155,192,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(160,155,192);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.cert_display .company_holder::before,
.cert_display .main_class::before {
    height: 100px;
    background: radial-gradient(circle, rgb(193,188,216,0.5) 0%, transparent 70%);
    z-index: -1;
    transition: opacity 0.5s ease;
    opacity: 0;
    width: 100px;
    position: absolute;
    content: "";
    border-radius: 50%;
    filter: blur(30px);
}.cert_display .company_holder::before {
    right: -20px;
    bottom: -20px;
}.cert_display .main_class::before {
    left: -20px;
    top: -20px;
}.cert_display .company_holder:hover::before,
.cert_display .main_class:hover::before {
    opacity: 0.5;
}.cert_display .company_holder::after {
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    border-top: 2px solid rgb(193,188,216);
    right: 20px;
    border-right: 2px solid rgb(193,188,216);
    transition: all 0.4s ease;
    opacity: 0.7;
    content: "";
}.cert_display .company_holder:hover::after {
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
}

@media (max-width: 992px) {.cert_display {
    padding: 4rem 0 2rem;
}.cert_display .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.cert_display .company_holder,
    .cert_display .edu_global {
    width: 100%;
}.cert_display .top_pagebar {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.cert_display {
    padding: 3.5rem 0 1.5rem;
}.cert_display .top_pagebar {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.cert_display .company_holder,
    .cert_display .main_class {
    padding: 1.5rem;
}.cert_display .company_holder h3,
    .cert_display .main_class h5 {
    margin-bottom: 1.25rem;
}.achieve_cta {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.cert_display {
    padding: 3rem 0 1rem;
}.cert_display .company_holder {
    padding: 1.25rem;
}.cert_display .company_holder h3 {
    font-size: calc(38px * 0.8);
}.cert_display .main_class h5 {
    font-size: calc(19px * 0.9);
}.cert_display .main_class a,
    .cert_display .teach_supp {
    font-size: calc(13px * 0.9);
}.achieve_cta .sec_cert {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 1rem;
}}

.cert_display .company_holder .teach_supp::after {
    left: 1rem;
    width: 70px;
    transition: width 0.4s ease;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(to right, rgb(193,188,216), transparent);
    content: "";
    height: 3px;
}.cert_display .company_holder:hover .teach_supp::after {
    width: calc(100% - 1rem);
}.cert_display::after {
    position: absolute;
    content: "";
    height: 100%;
    z-index: -2;
    left: 0;
    top: 0;
    background-size: 40px 40px;
    opacity: 0.3;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
}.cert_display .main_class:nth-child(1)::before {
    background: radial-gradient(circle, rgb(193,188,216,0.5) 0%, transparent 70%);
}.cert_display .main_class:nth-child(2)::before {
    background: radial-gradient(circle, rgb(160,155,192,0.5) 0%, transparent 70%);
}.cert_display .top_pagebar a::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(193,188,216), rgb(160,155,192));
    content: "";
    height: 1px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
}.cert_display .top_pagebar a:hover::after {
    width: 100%;
}.connect_form {
    background: linear-gradient(120deg, rgb(224,220,237), rgba(rgb(193,188,216), 0.03));
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.connect_form::before {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(193,188,216), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(160,155,192), 0.05) 0%, transparent 50%);
    content: "";
    z-index: 1;
}.connect_form::after {
    top: 0;
    animation: backgroundShift 30s linear infinite;
    background-position: center center;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    content: "";
    position: absolute;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(193,188,216), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(193,188,216), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(160,155,192), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(193,188,216), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(160,155,192), 0.04) 0%, transparent 30%);
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.connect_form .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}.connect_form h2 {
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    transform: translateX(-50%);
    font-weight: 700;
    perspective: 1000px;
    font-size: 32px;
    left: 50%;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
}.connect_form h2::before {
    bottom: -10px;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(193,188,216), transparent);
    width: 100%;
}.connect_form .message_query {
    position: relative;
    transform-style: preserve-3d;
    background: #ffffff;
    display: flex;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
    border-radius: 16px;
    overflow: hidden;
    perspective: 1000px;
}.connect_form .message_query::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    z-index: 3;
    top: 0;
}.connect_form .img_rounded {
    transform: translateZ(0);
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}.connect_form .img_rounded::before {
    background: linear-gradient(210deg, rgba(rgb(193,188,216), 0.5), rgba(rgb(160,155,192), 0.5));
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 1;
    inset: 0;
}.connect_form .img_rounded::after {
    width: 300%;
    left: -100%;
    height: 300%;
    top: -100%;
    position: absolute;
    content: "";
    z-index: 2;
    animation: shine 6s infinite ease-in-out;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.connect_form .request_panel {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    flex: 0 0 55%;
}.connect_form .request_panel::before {
    right: 0;
    background: 
        radial-gradient(circle, rgba(rgb(193,188,216), 0.03) 0%, transparent 70%);
    opacity: 0.5;
    content: "";
    width: 500px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    height: 500px;
    top: 0;
}.connect_form form {
    position: relative;
    z-index: 3;
}.connect_form form h3 {
    margin-bottom: 35px;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 600;
}.connect_form form h3::after {
    width: 30px;
    height: 2px;
    content: "";
    background: rgb(193,188,216);
    position: absolute;
    left: 0;
    bottom: -15px;
}.connect_form form input[type="text"] {
    backdrop-filter: blur(5px);
    width: 100%;
    font-size: 13px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid rgba(rgb(193,188,216), 0.1);
    background: rgba(rgb(224,220,237), 0.5);
    transition: all 0.3s ease;
    padding: 18px 25px;
    color: #000000;
}.connect_form form input[type="text"]:focus {
    border-color: rgb(193,188,216);
    outline: none;
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 0 0 4px rgba(rgb(193,188,216), 0.1);
}.connect_form form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect_form form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.connect_form .support_support {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.connect_form .support_support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form .support_support label {
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
}.connect_form .support_support label::before {
    transition: all 0.3s ease;
    border-radius: 4px;
    width: 22px;
    border: 1px solid rgba(rgb(193,188,216), 0.3);
    left: 0;
    height: 22px;
    background: rgba(#ffffff, 0.6);
    position: absolute;
    content: "";
    top: 0;
}.connect_form .support_support input[type="checkbox"]:checked + label::before {
    border-color: rgb(193,188,216);
    background: rgb(193,188,216);
}.connect_form .support_support input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 12px;
    top: 4px;
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    content: "";
    left: 8px;
}.connect_form .support_support label a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(193,188,216);
    transition: all 0.3s ease;
}.connect_form .support_support label a::after {
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    height: 1px;
    background: rgb(193,188,216);
    transform: scaleX(0);
    width: 100%;
    bottom: -2px;
    content: "";
    transform-origin: right;
}.connect_form .support_support label a:hover {
    color: rgb(160,155,192);
}.connect_form .support_support label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(160,155,192);
}.connect_form .query_grid {
    position: relative;
    transition: all 0.3s ease;
    border: none;
    background: rgb(193,188,216);
    overflow: hidden;
    padding: 16px 40px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    z-index: 1;
}.connect_form .query_grid::before {
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(193,188,216), rgb(160,155,192));
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
}.connect_form .query_grid:hover::before {
    opacity: 1;
}.connect_form .query_grid::after {
    z-index: -1;
    border-radius: 50%;
    content: "";
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    width: 50px;
    position: absolute;
    top: -50%;
    transition: all 0.5s ease;
    left: -10px;
}.connect_form .query_grid:hover::after {
    opacity: 0;
    transform: scale(4);
}.connect_form svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(rgb(193,188,216), 0.3));
    fill: none;
    stroke: rgb(193,188,216);
    width: 22px;
    height: 22px;
    stroke-width: 2;
}.connect_form svg path {
    stroke: rgb(193,188,216);
    stroke-width: 2;
    transition: all 0.3s ease;
}.connect_form svg:hover,
.connect_form svg:hover path {
    stroke: rgb(160,155,192);
    transform: translateY(-2px);
}.connect_form form input {
    border: 1px solid rgb(193,188,216);
}

@media (max-width: 1024px) {.connect_form {
    padding: 80px 0;
}.connect_form .message_query {
    margin-top: 50px;
}.connect_form .img_rounded {
    min-height: 450px;
}.connect_form .request_panel {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_form {
    padding: 60px 0;
}.connect_form .message_query {
    margin-top: 40px;
    flex-direction: column;
}.connect_form .img_rounded {
    width: 100%;
    min-height: 300px;
}.connect_form .request_panel {
    width: 100%;
    padding: 40px 30px;
}.connect_form form h3 {
    margin-bottom: 30px;
}.connect_form form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_form .support_support {
    margin-bottom: 25px;
}.connect_form .query_grid {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    font-size: calc(32px * 0.85);
}.connect_form .message_query {
    border-radius: 12px;
    margin-top: 30px;
}.connect_form .img_rounded {
    min-height: 220px;
}.connect_form .request_panel {
    padding: 30px 20px;
}.connect_form form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.connect_form form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_form .support_support {
    margin-bottom: 20px;
}.connect_form .support_support label {
    font-size: calc(13px * 0.9);
}.connect_form .query_grid {
    padding: 12px 20px;
}}.plan_option {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.plan_option::before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    content: "";
    position: absolute;
    backdrop-filter: blur(4px);
    right: 0;
    bottom: 0;
    top: 0;
}.plan_option .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
}.plan_option .learning_fees {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}.plan_option h2 {
    animation: fadeSlideUp 0.7s ease forwards;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(20px);
}.plan_option .monthly_rate {
    max-width: 700px;
    transform: translateY(20px);
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    opacity: 0;
    margin-bottom: 50px;
}.plan_option .tuition_grid {
    list-style: none;
    perspective: 1000px;
    gap: 30px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.plan_option .tuition_grid li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
}.plan_option .tuition_grid li:nth-child(1) {
    --li-index: 1;
}.plan_option .tuition_grid li:nth-child(2) {
    --li-index: 2;
}.plan_option .tuition_grid li:nth-child(3) {
    --li-index: 3;
}.plan_option .tuition_grid li:nth-child(4) {
    --li-index: 4;
}.plan_option .qtr_cost {
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.15);
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    display: block;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}.plan_option .qtr_cost::before {
    content: "";
    width: 100%;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    transform-origin: left;
    position: absolute;
}.plan_option .qtr_cost:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}.plan_option .qtr_cost:hover::before {
    transform: scaleX(1);
}.plan_option .value_plan {
    height: 100%;
    padding: 30px;
    flex-direction: column;
    display: flex;
}.plan_option .rate_packages {
    height: 100%;
    display: flex;
    flex-direction: column;
}.plan_option .rate_packages h4 {
    margin-top: 0;
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}.plan_option .rate_packages h4::after {
    position: absolute;
    left: 0;
    background: rgb(160,155,192);
    content: "";
    width: 40px;
    bottom: 0;
    height: 2px;
}.plan_option .rate_packages p {
    margin-bottom: 25px;
    word-break: break-word;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
    font-size: calc(16px - 2px);
    flex-grow: 1;
}.plan_option .price_deals {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px 20px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(21px + 4px);
    color: #ffffff;
    display: inline-block;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(193,188,216,0.5), rgb(160,155,192,0.5));
    margin-top: auto;
    border-radius: 10px;
    font-weight: 700;
}.plan_option .qtr_cost:hover .price_deals {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.plan_option {
    padding: 80px 0;
}.plan_option h2 {
    font-size: calc(29px - 4px);
}.plan_option .tuition_grid {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.plan_option .value_plan {
    padding: 25px;
}.plan_option .price_deals {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 768px) {.plan_option {
    padding: 60px 0;
}.plan_option h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 15px;
}.plan_option .monthly_rate {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.plan_option .tuition_grid {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.plan_option .rate_packages p {
    font-size: calc(16px - 3px);
}
}

@media (max-width: 480px) {.plan_option {
    padding: 50px 0;
}.plan_option .value_plan {
    padding: 20px;
}.plan_option .rate_packages h4 {
    font-size: calc(21px - 2px);
}.plan_option .price_deals {
    padding: 8px 15px;
    font-size: 21px;
}}.data_insights {
    z-index: 1;
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, #ffffff 100%);
}.data_insights::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: repeating-radial-gradient(
        circle at 50% 50%,
        rgb(193,188,216,0.5),
        rgb(193,188,216,0.5) 10px,
        transparent 10px,
        transparent 60px
    );
    z-index: -1;
    opacity: 0.1;
    content: "";
    left: 0;
}.data_insights .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.data_insights h2 {
    color: #000000;
    position: relative;
    font-size: 36px;
    border-bottom: 3px solid rgb(193,188,216);
    margin-bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 700;
    padding: 0 3rem 1rem;
    display: inline-block;
}.data_insights ul {
    gap: 3rem;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    position: relative;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}.data_insights .value_elevation {
    justify-content: center;
    z-index: 2;
    position: relative;
    display: flex;
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.data_insights .value_elevation:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transform: rotate(-1deg);
}.data_insights .value_elevation:nth-child(2) {
    transform: rotate(1deg);
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.data_insights .value_elevation:nth-child(3) {
    grid-row: 2 / 3;
    transform: rotate(1deg);
    grid-column: 1 / 2;
}.data_insights .value_elevation:nth-child(4) {
    grid-row: 2 / 3;
    transform: rotate(-1deg);
    grid-column: 2 / 3;
}.data_insights .value_elevation::before {
    background: linear-gradient(135deg, transparent 0%, rgb(193,188,216,0.5) 100%);
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
}.data_insights .value_elevation p {
    left: 2rem;
    color: rgb(193,188,216);
    z-index: 2;
    transform: translateY(-50%);
    margin: 0;
    font-size: calc(42px * 1.5);
    position: absolute;
    top: 50%;
    font-weight: 700;
    line-height: 1;
}.data_insights .value_elevation span {
    color: #000000;
    top: 50%;
    text-align: right;
    right: 2rem;
    font-size: 12px;
    z-index: 2;
    transform: translateY(-50%);
    font-weight: 400;
    max-width: 60%;
    position: absolute;
}.data_insights svg {
    width: 40px;
    z-index: 1;
    position: absolute;
    right: 1rem;
    fill: rgb(193,188,216);
    height: 40px;
    transition: all 0.3s ease;
    bottom: 1rem;
    opacity: 0.2;
}.data_insights svg path {
    fill: inherit;
}.data_insights .value_elevation:hover {
    z-index: 3;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transform: scale(1.05) rotate(0);
}.data_insights .value_elevation:hover p {
    color: rgb(160,155,192);
}.data_insights .value_elevation:hover svg {
    transform: rotate(15deg);
    opacity: 0.5;
}.data_insights .container::before {
    width: 200px;
    top: -100px;
    height: 200px;
    content: "";
    filter: blur(80px);
    animation: float 10s ease-in-out infinite;
    opacity: 0.1;
    position: absolute;
    background: rgb(193,188,216,0.5);
    border-radius: 50%;
    right: -100px;
}.data_insights .container::after {
    left: -80px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    animation: float 15s ease-in-out infinite reverse;
    bottom: -80px;
    background: rgb(160,155,192,0.5);
    filter: blur(60px);
    content: "";
    width: 160px;
    height: 160px;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {.data_insights {
    padding: 6rem 0;
}.data_insights h2 {
    margin-bottom: 4rem;
}.data_insights ul {
    gap: 2rem;
}.data_insights .value_elevation {
    padding: 2rem;
}.data_insights .value_elevation p {
    font-size: calc(42px * 1.3);
}
}

@media screen and (max-width: 768px) {.data_insights {
    padding: 5rem 0;
}.data_insights h2 {
    font-size: calc(36px * 0.9);
    padding: 0 2rem 0.8rem;
    margin-bottom: 3rem;
}.data_insights ul {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_insights .value_elevation {
    padding: 1.8rem;
    grid-column: 1 / 2;
    height: 100px;
}.data_insights .value_elevation:nth-child(1) {
    grid-row: 1 / 2;
}.data_insights .value_elevation:nth-child(2) {
    grid-row: 2 / 3;
}.data_insights .value_elevation:nth-child(3) {
    grid-row: 3 / 4;
}.data_insights .value_elevation:nth-child(4) {
    grid-row: 4 / 5;
}.data_insights .value_elevation p {
    font-size: calc(42px * 1.2);
}.data_insights .value_elevation span {
    font-size: calc(12px * 0.9);
}
}

@media screen and (max-width: 480px) {.data_insights {
    padding: 4rem 0;
}.data_insights h2 {
    margin-bottom: 2.5rem;
    padding: 0 1.5rem 0.6rem;
    font-size: calc(36px * 0.8);
}.data_insights .value_elevation {
    flex-direction: column;
    padding: 1.5rem;
    transform: none !important;
    height: auto;
}.data_insights .value_elevation p {
    left: auto;
    font-size: calc(42px * 1.1);
    top: auto;
    transform: none;
    position: relative;
    margin-bottom: 0.5rem;
}.data_insights .value_elevation span {
    right: auto;
    transform: none;
    max-width: 100%;
    position: relative;
    text-align: center;
    top: auto;
}.data_insights svg {
    bottom: auto;
    position: absolute;
    right: 1rem;
    top: 1rem;
}}

.data_insights::after {
    left: 0;
    background: linear-gradient(to top, rgb(193,188,216,0.5) 0%, transparent 100%);
    height: 25%;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    opacity: 0.05;
    position: absolute;
}.data_insights .value_elevation:nth-child(odd)::after {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.2;
    right: 1rem;
    content: "";
    border: 2px solid rgb(193,188,216,0.5);
    top: 1rem;
    width: 50px;
}.data_insights .value_elevation:nth-child(even)::after {
    border-radius: 5px;
    border: 2px solid rgb(160,155,192,0.5);
    transform: rotate(45deg);
    width: 30px;
    position: absolute;
    height: 30px;
    content: "";
    z-index: 1;
    opacity: 0.2;
    bottom: 1rem;
    left: 1rem;
}.data_insights .value_elevation:hover::after {
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.3;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
}

.data_insights .value_elevation:nth-child(1) p {
    color: rgb(193,188,216);
}.data_insights .value_elevation:nth-child(2) p {
    color: rgb(160,155,192);
}.data_insights .value_elevation:nth-child(3) p {
    color: rgb(160,155,192);
}.data_insights .value_elevation:nth-child(4) p {
    color: rgb(193,188,216);
}.data_insights .value_elevation:nth-child(even)::before {
    background: linear-gradient(135deg, transparent 0%, rgb(160,155,192,0.5) 100%);
}.program_results {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(255,255,255,0.92) 100%);
    padding: 120px 0 80px;
    position: relative;
}.program_results::before {
    z-index: 0;
    background-image: radial-gradient(circle at 10% 10%, rgb(193,188,216,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(160,155,192,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.08;
    top: 0;
}.program_results h5 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    font-weight: 600;
    text-align: center;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    line-height: 1.5;
    color: #000000;
    font-size: 24px;
    margin-bottom: 60px;
    max-width: 850px;
}.program_results h5::after {
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
    height: 3px;
    content: "";
}.program_results .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.program_results .skill_guides {
    gap: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    position: relative;
}.program_results .img_rounded {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    width: 100%;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    height: auto;
    object-fit: cover;
}.program_results .skill_guides:hover .img_rounded {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.program_results .text_capsule {
    border-radius: 13px;
    z-index: 2;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
}.program_results .text_capsule::before {
    border-radius: calc(13px + 5px);
    right: -5px;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    bottom: -5px;
    content: "";
    background: linear-gradient(135deg, rgb(193,188,216,0.5), rgb(160,155,192,0.5));
    transition: opacity 0.3s ease;
    filter: blur(10px);
    left: -5px;
    top: -5px;
}.program_results .text_capsule:hover::before {
    opacity: 0.8;
}.program_results ul {
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}.program_results li {
    transition: transform 0.3s ease;
    position: relative;
}.program_results li:hover {
    transform: translateX(5px);
}.program_results li div {
    align-items: flex-start;
    display: flex;
}.program_results li p {
    position: relative;
    line-height: 1.6;
    color: #000000;
    display: flex;
    margin: 0;
    font-size: 17px;
    gap: 15px;
    font-weight: 400;
    align-items: flex-start;
}.program_results li p svg {
    transition: transform 0.3s ease, filter 0.3s ease;
    position: relative;
    margin-top: 3px;
    transform: scale(0.95);
    flex-shrink: 0;
}.program_results li:hover p svg {
    transform: scale(1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.program_results svg path {
    transition: fill 0.3s ease;
}.program_results li:hover svg path {
    fill: rgb(193,188,216);
}

@media (min-width: 768px) {.program_results .skill_guides {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.program_results ul {
    grid-template-columns: repeat(2, 1fr);
}.program_results h5 {
    font-size: calc(24px * 1.1);
}
}

@media (min-width: 992px) {.program_results {
    padding: 150px 0 100px;
}.program_results .skill_guides {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}.program_results .img_rounded {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.program_results .text_capsule {
    padding: 50px;
}.program_results h5 {
    font-size: calc(24px * 1.2);
    margin-bottom: 70px;
}.program_results li p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.program_results {
    padding: 80px 0 60px;
}.program_results h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 40px;
}.program_results h5::after {
    bottom: -15px;
    width: 60px;
}.program_results .text_capsule {
    padding: 30px;
}.program_results li p {
    font-size: calc(17px * 0.95);
}.program_results .img_rounded {
    object-position: center;
    max-height: 300px;
}
}

@media (max-width: 480px) {.program_results {
    padding: 60px 0 40px;
}.program_results h5 {
    margin-bottom: 35px;
    font-size: calc(24px * 0.85);
}.program_results .text_capsule {
    padding: 25px 20px;
}.program_results li p {
    gap: 10px;
}.program_results li p svg {
    transform: scale(0.85);
    margin-top: 2px;
}.program_results li:hover p svg {
    transform: scale(0.9);
}}.user_feedback {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgb(193,188,216,0.5) 100%);
    overflow: hidden;
}.user_feedback::before {
    top: -30%;
    transform: rotate(-15deg);
    width: 150%;
    background: rgb(160,155,192,0.5);
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    left: -25%;
}.user_feedback .skill_guides {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.user_feedback h4 {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    transform: skewX(-5deg);
    font-weight: 700;
}.user_feedback h4::after {
    transform: skewX(15deg);
    height: 4px;
    left: 0;
    content: "";
    background: rgb(193,188,216);
    width: 70%;
    bottom: -10px;
    position: absolute;
}.user_feedback .user_ratings {
    display: grid;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_feedback .feedback_stars {
    transition: all 0.4s ease;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    transform: translateY(0) rotate(0);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 25px 25px;
}.user_feedback .feedback_stars:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}.user_feedback .feedback_stars:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.user_feedback .feedback_stars:hover {
    transform: translateY(-5px) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.user_feedback .feedback_stars::before {
    top: 0;
    height: 5px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
}.user_feedback .feedback_stars::after {
    content: "";
    background: rgb(160,155,192,0.5);
    height: 80px;
    border-radius: 50%;
    right: 0;
    transform: translate(50%, 50%);
    bottom: 0;
    width: 80px;
    z-index: 0;
    position: absolute;
}.user_feedback .img_rounded {
    border-radius: 20% 40% 30% 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    transform: rotate(-5deg);
    border: 3px solid #ffffff;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
}.user_feedback .feedback_stars:hover .img_rounded {
    border-radius: 30% 50% 40% 30%;
    transform: rotate(0) scale(1.05);
}.user_feedback .feedback_stars span {
    display: block;
    font-weight: 700;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
    color: rgb(193,188,216);
    font-family: Arial, sans-serif;
    font-size: 19px;
}.user_feedback .feedback_stars p {
    position: relative;
    z-index: 1;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-style: italic;
}

@media (max-width: 767px) {.user_feedback {
    padding: 50px 0;
}.user_feedback::before {
    width: 200%;
    left: -50%;
    transform: rotate(-10deg);
}.user_feedback h4 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}.user_feedback .user_ratings {
    transform: none;
    gap: 30px;
    grid-template-columns: 1fr;
}.user_feedback .feedback_stars,
    .user_feedback .feedback_stars:nth-child(odd),
    .user_feedback .feedback_stars:nth-child(even) {
    padding: 25px 20px 20px;
    transform: none;
}.user_feedback .img_rounded {
    width: 70px;
    height: 70px;
}
}