* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1201px;
}.wrapper-section {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}header,footer {
    width: 100%;
}.nav_site {
    flex: 1 0 auto;
}.footnote_ref {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_greeting {
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    background: linear-gradient(135deg, rgb(167,118,167,0.5), rgb(175,185,197));
    justify-content: center;
}.title_greeting::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
    45deg,
    rgb(167,118,167,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(167,118,167,0.5) 12px
  );
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
}.title_greeting::after {
    width: 50%;
    right: -10%;
    background: radial-gradient(circle, rgb(175,185,197,0.5) 0%, transparent 70%);
    height: 50%;
    top: -10%;
    filter: blur(60px);
    z-index: 0;
    position: absolute;
    content: "";
}.title_greeting .edu_skill {
    position: relative;
    clip-path: polygon(
    0 0,
    100% 0,
    97% 100%,
    3% 100%
  );
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    z-index: 2;
    backdrop-filter: blur(5px);
    gap: 3rem;
    padding: 4rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform-style: preserve-3d;
    width: 90%;
    max-width: 1200px;
    display: grid;
}.title_greeting h3 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 1.5rem;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    position: relative;
    color: #ffffff;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    padding-left: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.4;
}.title_greeting h3::before {
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(175,185,197), rgb(167,118,167));
    transform-origin: top;
    content: "";
    animation: lineReveal 1.2s ease forwards 0.5s;
    transform: scaleY(0);
    top: 0;
    position: absolute;
    width: 4px;
}.title_greeting h1 {
    color: #ffffff;
    background-image: linear-gradient(
    90deg,
    #ffffff,
    rgb(175,185,197,0.5)
  );
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    animation: textGradient 6s linear infinite;
    font-size: clamp(2.5rem, 6vw, 47px);
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin: 0 0 2rem;
    font-weight: 700;
    background-size: 200% auto;
    background-clip: text !important;
    transform: translateZ(30px);
    line-height: 1.2;
}.title_greeting .method_ped {
    padding: 1rem;
    transform: translateZ(10px);
    position: relative;
}.title_greeting .method_ped > div {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    transform: translateZ(5px);
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.title_greeting .method_ped > div::before {
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgb(167,118,167,0.5),
    transparent 50%,
    rgb(175,185,197,0.5)
  );
    content: "";
    inset: 0;
    mix-blend-mode: overlay;
    position: absolute;
}.title_greeting .method_ped > div:hover {
    transform: translateZ(20px) scale(1.02);
}.title_greeting p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 8rem 2rem 2rem;
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 13px);
    z-index: 2;
    font-weight: 400;
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.7) 30%
  );
}

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

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

@media screen and (min-width: 768px) {.title_greeting .edu_skill {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 5rem 3rem;
}.title_greeting h3 {
    padding-left: 2rem;
    margin-top: 2rem;
}.title_greeting h3::before {
    width: 6px;
}.title_greeting .method_ped {
    padding: 1.5rem;
}.title_greeting p {
    padding: 10rem 3rem 3rem;
}
}

@media screen and (min-width: 1200px) {.title_greeting .edu_skill {
    gap: 3rem;
    padding: 6rem 4rem;
}.title_greeting h3 {
    margin-top: 3rem;
    padding-left: 3rem;
}.title_greeting h3::before {
    width: 8px;
}.title_greeting .method_ped {
    padding: 2rem;
}.title_greeting p {
    padding: 12rem 4rem 4rem;
}
}

@media (prefers-reduced-motion: reduce) {.title_greeting .edu_skill {
    transform: none;
}.title_greeting h1 {
    animation: none;
}.title_greeting h3::before {
    animation: none;
    transform: scaleY(1);
}.title_greeting .method_ped > div:hover {
    transform: none;
}
}

@media (hover: hover) {.title_greeting .edu_skill:hover {
    transform: perspective(1000px) rotateX(1deg) rotateY(1deg);
}.title_greeting .method_ped > div {
    cursor: pointer;
}}footer {
    width: 100%;
    position: relative;
}.footnote_ref {
    background-color: rgb(211,214,217);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
    color: #000000;
}.footnote_ref::before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(175,185,197,0.5);
    background-size: 100px 100px;
    content: "";
    background: 
        linear-gradient(135deg, rgb(211,214,217) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(211,214,217) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(211,214,217) 25%, transparent 25%),
        linear-gradient(45deg, rgb(211,214,217) 25%, transparent 25%);
    width: 100%;
    height: 120px;
}footer .insta_feed {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .get_support {
    margin-bottom: 60px;
    background-color: #ffffff;
    transform: translateY(-30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    z-index: 2;
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 25px;
}footer .info_item {
    transition: all 0.3s ease;
    background-color: rgb(211,214,217);
    margin: 10px;
    flex: 1 1 200px;
    border-radius: 10px;
    position: relative;
    padding: 10px 15px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}footer .info_item::before {
    top: 0;
    border-radius: 3px 0 0 3px;
    position: absolute;
    opacity: 0;
    height: 100%;
    background-color: rgb(175,185,197);
    width: 3px;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    fill: rgb(175,185,197);
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(175,185,197);
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .text_main_holder::before {
    content: "";
    border-radius: 15px;
    left: 0;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: calc(100% + 80px);
}footer .nav_primary {
    position: relative;
    padding: 0 30px;
}footer .nav_primary::after {
    bottom: -15px;
    left: 30px;
    right: 30px;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgb(175,185,197), transparent);
    position: absolute;
}footer .nav_primary svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .diploma_cta {
    max-width: 330px;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}footer .top_base {
    margin-left: 20px;
    border-radius: 15px;
    margin-top: -10px;
    padding: 30px;
    position: relative;
    margin-right: 20px;
    z-index: 1;
    background-color: rgb(211,214,217);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}footer .top_base h5 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 23px;
}footer .top_base h5::after {
    width: 50px;
    bottom: -7px;
    left: 0;
    height: 2px;
    background-color: rgb(175,185,197);
    content: "";
    position: absolute;
}footer .nav_sitebar {
    gap: 10px;
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 20px;
}footer .nav_sitebar a {
    display: inline-block;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
}footer .nav_sitebar a::after {
    bottom: 5px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: rgb(175,185,197);
}footer .nav_sitebar a:hover {
    transform: translateX(5px);
    color: rgb(175,185,197);
}footer .nav_sitebar a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    margin-left: 40px;
    position: relative;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    margin-right: 40px;
    margin-top: -10px;
    background-color: rgb(175,185,197);
    border-radius: 15px;
}footer .subscribe_holder::before {
    width: 30px;
    height: 30px;
    top: -15px;
    background-color: rgb(175,185,197);
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    right: 30px;
    content: "";
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #000000;
    transition: background-color 0.3s ease;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub_solution {
    transition: all 0.3s ease;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    background-color: #000000;
    padding: 14px 20px;
}footer .sub_solution:hover {
    transform: translateY(-3px);
    background-color: rgb(167,118,167);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .math_tools {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    text-align: center;
}footer .recycle_info {
    padding: 8px 20px;
    color: #000000;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 12px;
    background-color: #ffffff;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav_sitebar {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_solution {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .top_base {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .footnote_ref {
    padding: 80px 0 30px;
}footer .get_support {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .top_base, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .math_tools {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footnote_ref {
    padding: 60px 0 20px;
}footer .get_support {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav_primary {
    padding: 0 20px;
}footer .nav_primary::after {
    left: 20px;
    right: 20px;
}footer .top_base h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .nav_sitebar a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub_solution {
    padding: 12px 15px;
}}.secure_fortification {
    height: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(167,118,167);
    color: #000000;
    width: 100%;
    padding: 30px;
}.secure_fortification h1 {
    margin-bottom: 20px;
    font-size: 45px;
    color: rgb(175,185,197);
    margin-top: 30px;
    font-weight: 700;
}.secure_fortification h2 {
    margin-bottom: 15px;
    font-size: 37px;
    color: rgb(175,185,197);
    margin-top: 25px;
    font-weight: 600;
}.secure_fortification h3, .secure_fortification h4, .secure_fortification h5, .secure_fortification h6 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(175,185,197);
    font-size: 22px;
}.secure_fortification li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
}.secure_fortification section {
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.secure_fortification p, .secure_fortification span, .secure_fortification div {
    line-height: 20px;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {.secure_fortification {
    padding: 20px;
}.secure_fortification h1 {
    font-size: calc(22px - 5px);
    margin-bottom: 15px;
    margin-top: 25px;
}.secure_fortification h2 {
    font-size: calc(22px - 3px);
    margin-bottom: 10px;
    margin-top: 20px;
}.secure_fortification h3, .secure_fortification h4, .secure_fortification h5, .secure_fortification h6 {
    font-size: calc(22px - 2px);
    margin-top: 15px;
    margin-bottom: 5px;
}.secure_fortification ul, .secure_fortification ol {
    padding: 5px 0;
    margin: 10px 0;
}.secure_fortification li {
    font-size: calc(18px - 1px);
    margin-bottom: 5px;
}.secure_fortification p, .secure_fortification span, .secure_fortification div {
    margin-bottom: 4px;
    font-size: calc(18px - 1px);
}}.course_methodology {
    background: linear-gradient(130deg, rgb(211,214,217) 0%, rgb(167,118,167,0.5) 150%);
    overflow: visible;
    position: relative;
    padding: 170px 0 140px;
}.course_methodology::before {
    top: 0;
    position: absolute;
    background-size: 100% 40px;
    left: 0;
    width: 100%;
    content: '';
    background-image: linear-gradient(rgb(175,185,197,0.5) 1px, transparent 1px);
    opacity: 0.05;
    z-index: 1;
    height: 100%;
}.course_methodology .learn_experts {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.course_methodology .insight_box {
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
}.course_methodology .insight_box h2 {
    align-self: flex-start;
    width: 40%;
    background: linear-gradient(120deg, rgb(175,185,197,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    transform: translate(-60px, -40px);
    color: #ffffff;
    font-size: 33px;
    backdrop-filter: blur(10px);
    z-index: 4;
    font-weight: 700;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    margin: 0;
    padding: 35px 40px;
    position: relative;
}.course_methodology .insight_box p {
    border-radius: 30px;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 40px 50px;
    align-self: flex-end;
    z-index: 3;
    line-height: 1.8;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    width: 60%;
    backdrop-filter: blur(15px);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transform: translate(30px, 40px);
}.course_methodology .insight_box::before {
    height: 65%;
    border-radius: 30px;
    filter: blur(40px);
    opacity: 0.15;
    background: linear-gradient(140deg, rgb(175,185,197,0.5) 0%, transparent 70%);
    content: '';
    top: 15%;
    position: absolute;
    left: 10%;
    width: 80%;
    z-index: 1;
}.course_methodology .insight_box::after {
    position: absolute;
    border-radius: 30px;
    left: 5%;
    content: '';
    opacity: 0.1;
    width: 90%;
    height: 80%;
    border: 1px solid rgb(175,185,197,0.5);
    top: 10%;
    z-index: 2;
}.course_methodology .insight_box h2::before {
    border-radius: 50%;
    background: rgb(175,185,197);
    filter: blur(30px);
    right: -60px;
    z-index: -1;
    width: 120px;
    height: 120px;
    opacity: 0.05;
    bottom: -60px;
    content: '';
    position: absolute;
}.course_methodology .insight_box h2::after {
    bottom: -90px;
    height: 80px;
    background: rgb(175,185,197);
    content: '';
    opacity: 0.6;
    width: 3px;
    z-index: 5;
    right: 40px;
    position: absolute;
}.course_methodology .insight_box p::before {
    content: '';
    opacity: 0.3;
    position: absolute;
    left: 10%;
    top: 30px;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(175,185,197,0.5), transparent);
}.course_methodology .insight_box p::after {
    position: absolute;
    height: 1px;
    bottom: 30px;
    left: 20%;
    width: 60%;
    opacity: 0.3;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(167,118,167,0.5), transparent);
}.course_methodology::after {
    background: rgb(175,185,197,0.5);
    height: 250px;
    bottom: -100px;
    width: 250px;
    z-index: 1;
    right: 10%;
    content: '';
    opacity: 0.05;
    position: absolute;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    animation: float-morph 20s infinite alternate;
    filter: blur(80px);
}.course_methodology .learn_experts::before {
    top: -100px;
    content: '';
    left: 12%;
    opacity: 0.2;
    animation: rotate-scale 25s infinite linear;
    position: absolute;
    width: 200px;
    transform-origin: center;
    border: 1px solid rgb(167,118,167,0.5);
    height: 200px;
}.course_methodology .learn_experts::after {
    width: 180px;
    content: '';
    border: 1px dashed rgb(175,185,197,0.5);
    transform-origin: center;
    bottom: -90px;
    position: absolute;
    opacity: 0.15;
    height: 180px;
    left: 40%;
    animation: rotate-scale 20s infinite linear reverse;
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.course_methodology .learn_experts::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.course_methodology .learn_experts::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.course_methodology .insight_box h2 {
    width: 45%;
    transform: translate(-40px, -30px);
}.course_methodology .insight_box p {
    width: 65%;
    transform: translate(20px, 30px);
}.course_methodology .learn_experts::before,
    .course_methodology .learn_experts::after {
    width: 160px;
    height: 160px;
}
}

@media screen and (max-width: 992px) {.course_methodology {
    padding: 140px 0 120px;
}.course_methodology .insight_box h2 {
    width: 50%;
    padding: 30px 35px;
    transform: translate(-30px, -25px);
}.course_methodology .insight_box p {
    width: 70%;
    padding: 35px 40px;
    transform: translate(15px, 25px);
}.course_methodology .insight_box h2::after {
    bottom: -70px;
    height: 60px;
}.course_methodology .learn_experts::before {
    top: -70px;
    width: 140px;
    height: 140px;
}.course_methodology .learn_experts::after {
    height: 140px;
    bottom: -70px;
    width: 140px;
}
}

@media screen and (max-width: 768px) {.course_methodology {
    overflow: hidden;
    padding: 120px 0 100px;
}.course_methodology .insight_box {
    flex-direction: column;
}.course_methodology .insight_box h2 {
    font-size: calc(33px * 0.9);
    padding: 25px 30px;
    margin-bottom: 40px;
    transform: none;
    width: 100%;
}.course_methodology .insight_box p {
    width: 100%;
    transform: none;
}.course_methodology .insight_box::before,
    .course_methodology .insight_box::after {
    display: none;
}.course_methodology .insight_box h2::after {
    height: 40px;
    right: 50%;
    bottom: -50px;
}.course_methodology .learn_experts::before,
    .course_methodology .learn_experts::after,
    .course_methodology::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_methodology {
    padding: 100px 0 80px;
}.course_methodology .insight_box h2 {
    padding: 20px 25px;
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.course_methodology .insight_box p {
    font-size: calc(18px * 0.9);
    padding: 25px 30px;
}.course_methodology .insight_box h2::after {
    bottom: -40px;
    height: 30px;
}}.cookie_notice_banner {
    animation: slideUp 0.5s forwards;
    z-index: 90;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(167,118,167);
    background: rgb(167,118,167);
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#dataConsentBanner {
    display: none;
}#dataConsentBanner:checked ~ .cookie_notice_banner {
    visibility: hidden;
    opacity: 0;
}.consent_ack {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 5%;
}.cookie_notice_banner h5 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}.cookie_notice_banner p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
}.cookies_consent {
    flex-shrink: 0;
    margin-right: 15px;
    justify-content: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(175,185,197));
    align-items: center;
}.cookies_consent svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(175,185,197);
}.cookies_consent:hover svg {
    transform: scale(1.1);
}.gdpr_banner {
    min-width: 140px;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
    color: #000000;
    text-align: center;
    box-shadow: 0 0 15px rgb(175,185,197);
    background: linear-gradient(90deg, rgb(175,185,197), rgb(167,118,167));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    line-height: 40px;
    border-radius: 27px;
    flex-shrink: 0;
}.gdpr_banner:hover {
    box-shadow: 0 0 20px rgb(167,118,167);
}.cookie_button.cookie_lock {
    border: 2px solid rgb(167,118,167);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_lock:hover {
    box-shadow: 0 0 15px rgb(167,118,167);
    background: rgba(0, 0, 0, 0.5);
}.cookie_notice_banner p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(175,185,197);
}.cookie_notice_banner p a:hover {
    color: rgb(167,118,167);
}
@media only screen and (max-width: 1200px) {.cookie_notice_banner {
    padding: 15px 0;
}.consent_ack {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookies_consent {
    display: none;
}.consent_ack {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_notice_banner h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.cookie_updates {
    margin-bottom: 15px;
}.gdpr_banner {
    margin: 10px 0;
    min-width: 100%;
}}
.price_package {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.price_package::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
}.price_package .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.fee_chart {
    position: relative;
}.price_package h2 {
    position: relative;
    text-align: center;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-size: 34px;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out;
}.price_package h2::after {
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(175,185,197), rgb(167,118,167));
    left: 50%;
    bottom: -15px;
}.price_package .pricing_schemes {
    font-size: calc(15px * 1.1);
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 auto 3rem;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    text-align: center;
}.price_package .plan_fees {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    display: grid;
}.price_package .plan_fees li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.price_package .cost_breakdown {
    display: block;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transform: translateZ(0);
}.price_package .cost_breakdown::before {
    content: "";
    z-index: 1;
    opacity: 0;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgb(175,185,197,0.5) 0%, 
        transparent 100%);
    transition: opacity 0.4s ease-out;
}.price_package .cost_breakdown:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.price_package .cost_breakdown:hover::before {
    opacity: 0.15;
}.price_package .learn_rates {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 2.5rem 2rem;
}.price_package .program_rate {
    display: flex;
    flex-direction: column;
    height: 100%;
}.price_package .program_rate h4 {
    transform: translateZ(20px);
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #ffffff;
    position: relative;
}.price_package .program_rate h4::after {
    transform-origin: left;
    width: 40px;
    height: 2px;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    background: rgb(167,118,167);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
}.price_package .cost_breakdown:hover .program_rate h4::after {
    transform: scaleX(1.5);
}.price_package .program_rate p {
    transform: translateZ(10px);
    max-height: 300px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 15px;
    word-wrap: break-word;
    hyphens: auto;
    margin-bottom: 2rem;
}.price_package .program_rate p::-webkit-scrollbar {
    width: 4px;
}.price_package .program_rate p::-webkit-scrollbar-thumb {
    background: rgb(167,118,167,0.5);
    border-radius: 10px;
}.price_package .pricing_rates {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    background: linear-gradient(135deg, 
        rgb(175,185,197) 0%, 
        rgb(167,118,167) 100%);
    font-size: calc(18px * 1.2);
    transform: translateZ(15px);
    padding: 0.8rem 1.5rem;
    display: inline-block;
    align-self: flex-start;
    font-weight: 700;
}.price_package .cost_breakdown:hover .pricing_rates {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

@media (max-width: 1200px) {.price_package {
    padding: 100px 0;
}.price_package .plan_fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.price_package {
    padding: 80px 0;
}.price_package .learn_rates {
    padding: 2rem 1.5rem;
}.price_package .program_rate h4 {
    font-size: calc(18px * 1.1);
}.price_package .pricing_rates {
    padding: 0.7rem 1.2rem;
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 768px) {.price_package {
    padding: 60px 0;
}.price_package h2 {
    font-size: calc(34px * 0.9);
}.price_package .pricing_schemes {
    font-size: 15px;
    margin-bottom: 2rem;
}.price_package .plan_fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.price_package .program_rate p {
    font-size: calc(15px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.price_package {
    padding: 50px 0;
}.price_package h2 {
    font-size: calc(34px * 0.8);
}.price_package .learn_rates {
    padding: 1.5rem 1.2rem;
}.price_package .program_rate h4 {
    font-size: 18px;
    margin-bottom: 1.2rem;
}.price_package .pricing_rates {
    padding: 0.6rem 1rem;
    font-size: 18px;
}.price_package .cost_breakdown:hover {
    transform: translateY(-5px);
}}.potential_enrollees {
    background: linear-gradient(135deg, rgb(211,214,217) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}.potential_enrollees::before {
    position: absolute;
    background-size: 60px 60px;
    z-index: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.05;
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(175,185,197,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(167,118,167,0.5) 25%, transparent 25%);
}.potential_enrollees .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.potential_enrollees .learn_experts {
    position: relative;
}.potential_enrollees h4 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 70px;
}.potential_enrollees h4::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(175,185,197), rgb(167,118,167));
    border-radius: 2px;
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
    width: 70px;
    left: 50%;
}.potential_enrollees div {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.potential_enrollees div p {
    flex: 0 0 calc(33.333% - 20px);
    line-height: 1.6;
    padding: 25px 25px 25px 75px;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
    z-index: 1;
    min-width: 280px;
    border-radius: 27px;
    background: #ffffff;
    font-size: 13px;
    color: #000000;
}.potential_enrollees div p::before {
    border-radius: calc(27px - 5px);
    left: 5px;
    height: calc(100% - 10px);
    opacity: 0.4;
    background: #ffffff;
    position: absolute;
    border: 1px solid rgb(175,185,197,0.5);
    transition: all 0.3s ease;
    content: "";
    top: 5px;
    z-index: -1;
    width: calc(100% - 10px);
}.potential_enrollees div p::after {
    border: 1px solid rgb(167,118,167,0.5);
    background: #ffffff;
    top: 10px;
    content: "";
    opacity: 0.2;
    left: 10px;
    position: absolute;
    border-radius: calc(27px - 10px);
    height: calc(100% - 20px);
    transition: all 0.3s ease;
    z-index: -2;
    width: calc(100% - 20px);
}.potential_enrollees div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.potential_enrollees div p:hover::before {
    left: 10px;
    top: 10px;
}.potential_enrollees div p:hover::after {
    left: 15px;
    top: 15px;
}.potential_enrollees div p svg {
    background: rgb(211,214,217);
    width: 35px;
    position: absolute;
    top: 25px;
    border-radius: 50%;
    padding: 8px;
    left: 25px;
    transition: all 0.3s ease;
    height: 35px;
}.potential_enrollees div p:hover svg {
    background: rgb(175,185,197,0.5);
    transform: rotate(15deg);
}.potential_enrollees div p svg path {
    transition: all 0.3s ease;
    fill: rgb(175,185,197);
}.potential_enrollees div p:hover svg path {
    fill: rgb(167,118,167);
}

@media (max-width: 991px) {.potential_enrollees {
    padding: 100px 0;
}.potential_enrollees h4 {
    font-size: calc(33px - 2px);
    margin-bottom: 60px;
}.potential_enrollees div {
    gap: 25px;
}.potential_enrollees div p {
    min-width: 250px;
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
}.potential_enrollees div p svg {
    left: 20px;
    width: 30px;
    top: 20px;
    height: 30px;
}
}

@media (max-width: 767px) {.potential_enrollees {
    padding: 80px 0;
}.potential_enrollees h4 {
    font-size: calc(33px - 4px);
    margin-bottom: 50px;
}.potential_enrollees div {
    gap: 20px;
}.potential_enrollees div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.potential_enrollees div p svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 479px) {.potential_enrollees {
    padding: 60px 0;
}.potential_enrollees h4 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: calc(33px - 6px);
}.potential_enrollees div {
    gap: 15px;
}.potential_enrollees div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(13px - 1px);
}.potential_enrollees div p svg {
    top: 15px;
    height: 25px;
    left: 15px;
    padding: 6px;
    width: 25px;
}}.academic_experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, rgb(211,214,217) 100%);
    padding: 8rem 0;
}.academic_experience::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(175,185,197,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(167,118,167,0.5) 0%, transparent 25%);
    width: 100%;
    filter: blur(60px);
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    animation: ambientLight 20s ease-in-out infinite alternate;
    position: absolute;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.academic_experience .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1000px;
    z-index: 2;
}.academic_experience .review_voices {
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    transform: rotateX(5deg) rotateY(-5deg);
    backdrop-filter: blur(15px);
    flex-wrap: wrap;
    transform-style: preserve-3d;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(167,118,167,0.5),
        inset 0 0 30px rgb(175,185,197,0.5);
    position: relative;
    border-radius: 22px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.academic_experience .review_voices:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(167,118,167,0.5),
        inset 0 0 50px rgb(175,185,197,0.5);
    transform: rotateX(0) rotateY(0);
}.academic_experience .pic_stack {
    position: absolute;
    left: 50%;
    top: -90px;
    transform: translateX(-50%) translateZ(30px);
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 180px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(175,185,197,0.5);
    height: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.academic_experience .review_voices:hover .pic_stack {
    transform: translateX(-50%) translateZ(50px);
}.academic_experience .name {
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    letter-spacing: 1px;
    transform: translateZ(20px);
    text-shadow: 0 0 10px rgb(175,185,197,0.5);
    margin-top: 100px;
}.academic_experience .review_voices span:not(.name) {
    color: rgb(167,118,167);
    transform: translateZ(15px);
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 0.5rem;
}.academic_experience .work_skills {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    padding: 2rem;
    color: #ffffff;
    width: 100%;
    line-height: 1.7;
    margin-top: 2rem;
    border-radius: 10px;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    position: relative;
    font-size: 18px;
    border-left: 3px solid rgb(175,185,197);
}.academic_experience .work_skills::before {
    left: 0;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(175,185,197,0.5) 0%, transparent 70%);
    height: 100%;
    opacity: 0.1;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.academic_experience .review_voices:hover .work_skills {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.academic_experience {
    padding: 7rem 0 5rem;
}.academic_experience .review_voices {
    padding: 2.5rem 2rem;
}.academic_experience .pic_stack {
    width: 150px;
    top: -75px;
    height: 150px;
}.academic_experience .name {
    margin-top: 80px;
}.academic_experience .work_skills {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.academic_experience {
    padding: 6rem 0 3rem;
}.academic_experience .container {
    padding: 0 1rem;
}.academic_experience .review_voices {
    transform: none;
    padding: 2rem 1.5rem;
}.academic_experience .pic_stack {
    height: 120px;
    top: -60px;
    width: 120px;
}.academic_experience .name {
    margin-top: 70px;
    font-size: calc(38px - 2px);
}.academic_experience .review_voices span:not(.name) {
    font-size: calc(17px - 1px);
}.academic_experience .work_skills {
    padding: 1.2rem;
    margin-top: 1.5rem;
    font-size: calc(18px - 1px);
}.academic_experience .review_voices:hover {
    transform: none;
}}.customer_opinions {
    padding: 120px 0 180px;
    background: linear-gradient(to bottom, 
        rgb(211,214,217) 0%, 
        #ffffff 100%);
    overflow: hidden;
    position: relative;
}.customer_opinions::before,
.customer_opinions::after {
    position: absolute;
    height: 50px;
    background-image: 
        linear-gradient(45deg, 
        rgb(211,214,217) 25%, 
        transparent 25%), 
        linear-gradient(-45deg, 
        rgb(211,214,217) 25%, 
        transparent 25%), 
        linear-gradient(45deg, 
        transparent 75%, 
        rgb(211,214,217) 75%), 
        linear-gradient(-45deg, 
        transparent 75%, 
        rgb(211,214,217) 75%);
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    content: "";
    background-size: 20px 20px;
}.customer_opinions::before {
    top: 0;
    transform: scaleY(-1);
    opacity: 0.2;
}.customer_opinions::after {
    opacity: 0.2;
    bottom: 0;
}.customer_opinions .container {
    position: relative;
    z-index: 1;
}.customer_opinions h2 {
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 70px;
}.customer_opinions h2::before,
.customer_opinions h2::after {
    content: "";
    width: 100px;
    top: 50%;
    position: absolute;
    background: rgb(175,185,197);
    height: 3px;
}.customer_opinions h2::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    right: calc(100% + 20px);
}.customer_opinions h2::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    left: calc(100% + 20px);
}.customer_opinions .opinion_corner {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
}.customer_opinions .opinion_corner::before {
    left: 0;
    animation: movePattern 20s linear infinite;
    content: "";
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        90deg,
        rgb(175,185,197,0.5),
        rgb(175,185,197,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    top: 50%;
    height: 2px;
    right: 0;
}@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0;
    }
}

.customer_opinions .review_voices {
    position: relative;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}.customer_opinions .review_voices::before {
    position: absolute;
    animation: blobAnimation 8s ease-in-out infinite alternate;
    z-index: -1;
    background: #ffffff;
    transition: all 1s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
    border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
}.customer_opinions .review_voices:nth-child(2n)::before {
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    animation-delay: 2s;
}.customer_opinions .review_voices:nth-child(3n)::before {
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    animation-delay: 4s;
}@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}

.customer_opinions .review_voices:hover::before {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.customer_opinions .review_voices img {
    position: relative;
    transition: all 0.5s ease;
    border-radius: 50%;
    object-fit: cover;
    width: 90px;
    border: 4px solid #ffffff;
    margin-bottom: 20px;
    height: 90px;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.customer_opinions .review_voices img::after {
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    position: absolute;
    content: "";
    inset: -10px;
    border: 2px dashed rgb(175,185,197,0.5);
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.customer_opinions .review_voices:hover img {
    transform: scale(1.1) rotate(5deg);
}.customer_opinions .review_voices p {
    text-align: center;
    margin: 0;
}.customer_opinions .review_voices p:first-of-type {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    color: #000000;
}.customer_opinions .review_voices p:first-of-type::before {
    margin: 0 5px;
    content: "~";
    color: rgb(175,185,197);
}.customer_opinions .review_voices p:first-of-type::after {
    margin: 0 5px;
    color: rgb(175,185,197);
    content: "~";
}.customer_opinions .review_voices .description {
    color: #000000;
    position: relative;
    font-style: italic;
    line-height: 1.6;
    font-size: 14px;
}.customer_opinions .review_voices .description::before,
.customer_opinions .review_voices .description::after {
    position: absolute;
    color: rgb(175,185,197,0.5);
    line-height: 0;
    font-family: Arial, sans-serif;
    font-size: 50px;
    content: "";
}.customer_opinions .review_voices .description::before {
    left: -15px;
    top: 5px;
}.customer_opinions .review_voices .description::after {
    right: -15px;
    content: "";
    bottom: -10px;
}

@media (max-width: 991px) {.customer_opinions {
    padding: 100px 0 150px;
}.customer_opinions h2 {
    margin-bottom: 60px;
}.customer_opinions h2::before,
    .customer_opinions h2::after {
    width: 70px;
}.customer_opinions .opinion_corner {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.customer_opinions {
    padding: 80px 0 120px;
}.customer_opinions h2 {
    margin-bottom: 50px;
    font-size: calc(37px * 0.9);
}.customer_opinions h2::before,
    .customer_opinions h2::after {
    width: 50px;
}.customer_opinions .opinion_corner {
    grid-template-columns: 1fr;
    gap: 60px;
}.customer_opinions .review_voices {
    padding: 25px 20px;
}.customer_opinions .review_voices img {
    height: 80px;
    width: 80px;
}.customer_opinions .review_voices .description::before {
    font-size: 40px;
    left: -10px;
}.customer_opinions .review_voices .description::after {
    right: -10px;
    font-size: 40px;
}}.test_drive {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(211,214,217) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
}.test_drive::before {
    content: '';
    top: -10%;
    position: absolute;
    left: -10%;
    opacity: 0.05;
    z-index: 1;
    height: 120%;
    animation: shift-background 15s linear infinite;
    width: 120%;
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(175,185,197,0.5) 20%
    );
}.test_drive::after {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(175,185,197,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(167,118,167,0.5) 0%,
        transparent 30%
    );
    z-index: 2;
}.test_drive .learn_experts {
    background: rgb(211,214,217);
    align-items: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    justify-content: center;
    padding: 60px;
    display: flex;
    position: relative;
    z-index: 10;
    overflow: hidden;
    text-align: center;
    flex-direction: column;
    border-radius: 11px;
}.test_drive .learn_experts::before {
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(175,185,197,0.5) 100%
    );
    position: absolute;
    z-index: -1;
    width: 200%;
    opacity: 0.1;
    height: 200%;
    animation: rotate 30s linear infinite;
    top: -50%;
    left: -50%;
    content: '';
}.test_drive .container p {
    font-weight: 700;
    font-size: calc(32px * 1.2);
    line-height: 1.4;
    position: relative;
    margin-bottom: 40px;
    z-index: 5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    color: #000000;
}.test_drive .container p::after {
    border-radius: 10px;
    width: 80px;
    transform: translateX(-50%);
    height: 4px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(175,185,197), rgb(167,118,167));
}.test_drive .inquiry_section {
    display: inline-block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 11px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 15px 40px;
    background: linear-gradient(135deg, rgb(175,185,197) 0%, rgb(167,118,167) 100%);
    font-size: 14px;
    z-index: 5;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.test_drive .inquiry_section::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: '';
    transition: 0.5s;
    left: -100%;
    width: 100%;
    top: 0;
}.test_drive .inquiry_section:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.test_drive .inquiry_section:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.test_drive {
    padding: 80px 0;
}.test_drive .learn_experts {
    padding: 40px 30px;
}.test_drive .container p {
    font-size: 32px;
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.test_drive {
    padding: 60px 0;
}.test_drive .learn_experts {
    padding: 30px 20px;
}.test_drive .container p {
    margin-bottom: 25px;
    font-size: calc(21px * 1.2);
}.test_drive .inquiry_section {
    padding: 12px 30px;
}
}

@media (max-width: 480px) {.test_drive {
    padding: 40px 0;
}.test_drive .learn_experts {
    padding: 25px 15px;
}.test_drive .container p {
    font-size: 21px;
    margin-bottom: 20px;
}.test_drive .inquiry_section {
    font-size: calc(14px * 0.9);
    padding: 10px 25px;
}}.tyBox {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(211,214,217) 0%, rgb(175,185,197,0.5) 100%);
}.tyBox::before {
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}.tyBox::after {
    z-index: 2;
    position: absolute;
    width: 80%;
    content: "";
    height: 200%;
    transform: rotate(35deg);
    right: -50%;
    pointer-events: none;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    top: -50%;
}.tyBox .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}.tyBox .learn_experts {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform-origin: center top;
    padding: 50px 40px;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    position: relative;
    gap: 30px;
    background: #ffffff;
}.tyBox .learn_experts::before {
    left: 0;
    transform: scaleY(1.03);
    content: "";
    height: 100%;
    position: absolute;
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(175,185,197), rgb(167,118,167));
}.tyBox .learn_experts:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.tyBox h5 {
    margin: 0 0 10px;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    color: rgb(175,185,197);
    transform: translateX(15px);
    position: relative;
    font-size: 24px;
    font-weight: 700;
}.tyBox h5::after {
    background: rgb(167,118,167);
    bottom: -10px;
    transform: scaleX(0.7);
    left: 0;
    height: 3px;
    content: "";
    width: 80px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
}.tyBox .learn_experts:hover h5 {
    transform: translateX(0);
}.tyBox .learn_experts:hover h5::after {
    transform: scaleX(1);
}.tyBox p {
    margin: 0;
    font-size: 18px;
    transition: color 0.3s ease;
    color: #000000;
    line-height: 1.7;
    position: relative;
}.tyBox a {
    overflow: hidden;
    text-decoration: none;
    padding: 15px 20px;
    transition: all 0.4s ease;
    border-radius: 4px;
    position: relative;
    display: block;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
}.tyBox a::before {
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(175,185,197);
    transition: width 0.3s ease;
    height: 100%;
    opacity: 0.5;
    content: "";
    width: 3px;
}.tyBox a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.tyBox a:hover::before {
    width: 5px;
}.tyBox a:hover p {
    color: rgb(175,185,197);
}.tyBox a::after {
    transition: all 0.3s ease;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    height: 30px;
    content: "";
    bottom: 0;
    width: 30px;
}.tyBox a:hover::after {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
}

@media (min-width: 768px) {.tyBox {
    padding: 120px 0;
}.tyBox .learn_experts {
    padding: 60px 70px 60px 60px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 50px;
}.tyBox h5 {
    font-size: calc(24px * 1.1);
    transform: translateX(25px);
}.tyBox p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.tyBox {
    padding: 60px 0;
}.tyBox .learn_experts {
    transform: perspective(1000px) rotateX(1deg);
    padding: 35px 25px;
}.tyBox h5 {
    transform: translateX(10px);
    font-size: calc(24px * 0.9);
}.tyBox a {
    padding: 10px 15px;
}.tyBox a::after {
    width: 20px;
    height: 20px;
}
}

@media (hover: none) {.tyBox .learn_experts {
    transform: none;
}.tyBox .learn_experts:hover {
    transform: none;
}.tyBox h5 {
    transform: none;
}.tyBox h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.tyBox .learn_experts,
  .tyBox h5,
  .tyBox h5::after,
  .tyBox a,
  .tyBox a::before,
  .tyBox a::after {
    transition: none;
}}header {
    position: relative;
    z-index: 99;
    width: 100%;
    background: linear-gradient(135deg, rgb(175,185,197,0.5) 0%, rgb(167,118,167) 100%);
    overflow: visible;
}header::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(145deg, rgb(167,118,167,0.5) 0%, transparent 70%);
    z-index: -1;
}header .top_guide {
    position: relative;
    flex-direction: row;
    z-index: 5;
    display: flex;
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between;
    transform: none;
}header .top_guide .nav_primary {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .top_guide .nav_primary:hover {
    transform: scale(1.05);
}header .top_guide .nav_primary .head_base {
    display: inline-block;
}header .top_guide .nav_primary .head_base svg {
    width: auto;
    height: 50px;
}header .top_guide .top_base {
    padding: 0;
    border-radius: 12px;
    list-style: none;
    transform: none;
    padding: 20px 30px;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    flex-wrap: wrap;
}header .top_guide .top_base::before {
    z-index: -1;
    transform: rotate(-2deg) scale(1.03);
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 12px;
    width: 100%;
}header .top_guide .top_base .main_teach {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .top_guide .top_base .main_teach:hover {
    transform: translateY(-3px) scale(1.05);
}header .top_guide .top_base .main_teach a {
    overflow: hidden;
    padding: 8px 5px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: block;
}header .top_guide .top_base .main_teach a::after {
    left: 0;
    width: 100%;
    bottom: 0;
    content: "";
    position: absolute;
    transition: transform 0.4s ease;
    transform: translateX(-100%);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(167,118,167), transparent);
}header .top_guide .top_base .main_teach:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .top_guide {
    align-items: center;
    flex-direction: column;
}header .top_guide .nav_primary {
    margin-right: 0;
    margin-bottom: 15px;
}header .top_guide .top_base {
    justify-content: center;
    width: 100%;
    padding: 15px;
}header .top_guide .top_base .main_teach {
    margin: 5px 15px 5px 0;
}header .top_guide .top_base .main_teach a {
    padding: 5px;
    font-size: calc(12px - 2px);
}}.contact_section {
    background: rgb(211,214,217);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_section::before {
    width: 100%;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}.contact_section .pic_stack {
    position: absolute;
    height: 50%;
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
}.contact_section .pic_stack::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(211,214,217) 100%);
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
}.contact_section .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.contact_section h3 {
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 41px;
    letter-spacing: 2px;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}.contact_section .request_map {
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}.contact_section .reach_map {
    flex: 2;
    padding: 60px 50px;
    position: relative;
}.contact_section form h3 {
    color: #000000;
    text-shadow: none;
    margin-bottom: 30px;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    font-size: 22px;
}.contact_section input[type="text"],
.contact_section textarea {
    font-size: 13px;
    border: none;
    border-bottom: 2px solid rgb(167,118,167,0.5);
    background: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    border-radius: 0;
    color: #000000;
    padding: 15px 0;
}.contact_section input[type="text"]::placeholder,
.contact_section textarea::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_section input[type="text"]:focus,
.contact_section textarea:focus {
    outline: none;
    border-color: rgb(175,185,197);
}.contact_section textarea {
    resize: none;
    height: 120px;
}.contact_section .feedback_reach {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact_section .feedback_reach input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section .feedback_reach label {
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    font-size: 15px;
    position: relative;
}.contact_section .feedback_reach label::before {
    left: 0;
    border: 2px solid rgb(167,118,167);
    top: 0;
    background: #ffffff;
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
    width: 22px;
    content: '';
}.contact_section .feedback_reach input[type="checkbox"]:checked + label::before {
    background: rgb(175,185,197);
    border-color: rgb(175,185,197);
}.contact_section .feedback_reach input[type="checkbox"]:checked + label::after {
    width: 6px;
    transform: rotate(45deg);
    top: 4px;
    left: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 12px;
    position: absolute;
    content: '';
}.contact_section .feedback_reach a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(175,185,197);
    font-weight: 600;
}.contact_section .feedback_reach a:hover {
    color: #000000;
}.contact_section .inquiry_section {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background: rgb(175,185,197);
    padding: 16px 40px;
    text-transform: uppercase;
}.contact_section .inquiry_section:hover {
    transform: translateY(-3px);
    background: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.contact_section .query_box {
    position: relative;
    display: flex;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    flex: 1;
    padding: 60px 40px;
    flex-direction: column;
}.contact_section .query_box::before {
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    height: 100%;
    position: absolute;
}.contact_section .query_box h4 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    position: relative;
    font-size: 22px;
}.contact_section .query_box h4::after {
    bottom: -15px;
    content: '';
    left: 0;
    width: 50px;
    height: 3px;
    background: rgb(175,185,197);
    position: absolute;
}.contact_section .query_reach {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_section .query_reach li {
    margin-bottom: 30px;
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
}.contact_section .query_reach li:last-child {
    margin-bottom: 0;
}.contact_section .query_reach li:hover {
    transform: translateX(5px);
}.contact_section .query_reach svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}.contact_section .query_reach svg path {
    fill: rgb(175,185,197);
}.contact_section .query_reach li:hover svg {
    transform: scale(1.2);
}.contact_section .query_reach span {
    line-height: 1.6;
    color: #ffffff;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.contact_section .query_reach a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_section .query_reach a:hover {
    color: rgb(175,185,197);
}

@media (max-width: 992px) {.contact_section .pic_stack {
    height: 30%;
}.contact_section h3 {
    margin-bottom: 50px;
}.contact_section .request_map {
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
}.contact_section .reach_map,
    .contact_section .query_box {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 80px 0;
}.contact_section .pic_stack {
    height: 25%;
}.contact_section h3 {
    margin-bottom: 40px;
    font-size: calc(41px * 0.8);
}.contact_section .reach_map,
    .contact_section .query_box {
    padding: 30px;
}.contact_section form h3,
    .contact_section .query_box h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_section .inquiry_section {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.contact_section {
    padding: 60px 0;
}.contact_section .pic_stack {
    height: 20%;
}.contact_section h3 {
    font-size: calc(41px * 0.7);
    margin-bottom: 30px;
}.contact_section .reach_map,
    .contact_section .query_box {
    padding: 25px 20px;
}.contact_section input[type="text"],
    .contact_section textarea {
    margin-bottom: 20px;
    padding: 12px 0;
}.contact_section .inquiry_section {
    width: 100%;
    padding: 14px 20px;
}.contact_section .query_reach li {
    margin-bottom: 20px;
}.contact_section .query_reach svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}}.who_we_are {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.who_we_are::before {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    background: rgb(175,185,197);
    transform: skewY(-6deg) translateY(-30%);
    top: 0;
    height: 50%;
    content: '';
}.who_we_are .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.who_we_are .learn_experts {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 40px;
}.who_we_are .academy_cult {
    flex: 0 0 300px;
    position: relative;
    text-align: center;
}.who_we_are .pic_stack {
    z-index: 3;
    overflow: hidden;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto 25px;
    border: 8px solid #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 220px;
}.who_we_are .knowledge_sessions {
    margin-bottom: 20px;
}.who_we_are .growth_graph {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}.who_we_are .learning_corner {
    display: inline-block;
    position: relative;
    color: rgb(175,185,197);
    padding: 0 15px;
    font-weight: 600;
    font-size: 12px;
}.who_we_are .learning_corner::before,
.who_we_are .learning_corner::after {
    height: 1px;
    position: absolute;
    background-color: rgb(175,185,197,0.5);
    top: 50%;
    width: 30px;
    content: '';
}.who_we_are .learning_corner::before {
    left: -30px;
}.who_we_are .learning_corner::after {
    right: -30px;
}.who_we_are .insight_box {
    flex: 1;
    padding: 50px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    min-width: 300px;
}.who_we_are .insight_box::before {
    left: 30px;
    top: 30px;
    opacity: 0.5;
    content: '';
    height: 60px;
    border-left: 4px solid rgb(175,185,197,0.5);
    position: absolute;
    width: 60px;
    border-top: 4px solid rgb(175,185,197,0.5);
}.who_we_are .insight_box::after {
    width: 60px;
    bottom: 30px;
    opacity: 0.5;
    position: absolute;
    right: 30px;
    content: '';
    height: 60px;
    border-bottom: 4px solid rgb(167,118,167,0.5);
    border-right: 4px solid rgb(167,118,167,0.5);
}.who_we_are .growth_hist {
    align-items: center;
    color: #000000;
    font-weight: 600;
    display: flex;
    font-size: 19px;
    margin-bottom: 25px;
}.who_we_are .growth_hist svg {
    width: 35px;
    margin-right: 10px;
    fill: rgb(175,185,197);
    height: 35px;
}.who_we_are .growth_hist svg path {
    fill: rgb(175,185,197);
}.who_we_are h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
}.who_we_are h2::after {
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(175,185,197);
    width: 70px;
    content: '';
}.who_we_are p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 12px;
}.who_we_are p::first-line {
    color: #000000;
    font-weight: 600;
}

@media (max-width: 992px) {.who_we_are {
    padding: 80px 0;
}.who_we_are .academy_cult {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.who_we_are .insight_box {
    padding: 40px;
    flex: 0 0 100%;
}.who_we_are .insight_box::before,
    .who_we_are .insight_box::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 60px 0;
}.who_we_are .pic_stack {
    border-width: 6px;
    width: 180px;
    height: 180px;
}.who_we_are .insight_box {
    padding: 30px;
}.who_we_are h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
}.who_we_are .insight_box::before,
    .who_we_are .insight_box::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.who_we_are {
    padding: 40px 0;
}.who_we_are .pic_stack {
    width: 150px;
    margin-bottom: 20px;
    border-width: 5px;
    height: 150px;
}.who_we_are .growth_graph {
    font-size: calc(24px * 0.9);
}.who_we_are .learning_corner {
    font-size: calc(12px * 0.9);
    padding: 0 10px;
}.who_we_are .learning_corner::before,
    .who_we_are .learning_corner::after {
    width: 20px;
}.who_we_are .learning_corner::before {
    left: -20px;
}.who_we_are .learning_corner::after {
    right: -20px;
}.who_we_are .insight_box {
    padding: 25px 20px;
}.who_we_are h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.who_we_are p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.who_we_are .growth_hist {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.who_we_are .growth_hist svg {
    width: 30px;
    height: 30px;
}.who_we_are .insight_box::before,
    .who_we_are .insight_box::after {
    border-width: 3px;
    height: 25px;
    width: 25px;
}}.course_highlights {
    overflow: hidden;
    display: flex;
    position: relative;
    background-color: rgb(211,214,217);
    align-items: center;
    min-height: 100vh;
}.course_highlights .program_guide {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
}.course_highlights .career_ready {
    width: 500%;
    animation: slide-show 35s ease-in-out infinite;
    height: 100%;
    display: flex;
}.course_highlights .program_guide:hover .career_ready {
    animation-play-state: paused;
}.course_highlights .program_track {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 20%;
}.course_highlights .program_track img {
    height: 100%;
    transform-origin: center;
    object-fit: cover;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    width: 100%;
    filter: brightness(0.8) saturate(1.3);
}.course_highlights .program_track::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.7;
    background: 
        linear-gradient(0deg, 
            rgb(175,185,197,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(167,118,167,0.5) 100%),
        linear-gradient(90deg, 
            rgb(175,185,197,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(167,118,167,0.5) 100%);
}.course_highlights .program_track::after {
    content: '';
    position: absolute;
    z-index: 3;
    inset: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(175,185,197,0.5) 0px,
            rgb(175,185,197,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    mix-blend-mode: overlay;
    animation: slide-pattern 15s linear infinite;
    opacity: 0.3;
}.course_highlights .container {
    max-width: 1200px;
    z-index: 4;
    position: relative;
    width: 90%;
    margin: 0 auto;
}.course_highlights .learn_experts {
    border-radius: 15px;
    width: 100%;
    margin-left: 0;
    max-width: 600px;
    padding: 0.5rem;
    background: linear-gradient(
        135deg,
        rgb(175,185,197,0.5) 0%,
        rgb(167,118,167,0.5) 100%
    );
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.course_highlights .future_skills {
    position: relative;
    border-radius: 10px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgb(211,214,217);
    overflow: hidden;
}.course_highlights .future_skills::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.15;
    content: '';
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(175,185,197,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(167,118,167,0.5) 0%,
            transparent 70%
        );
}.course_highlights .future_skills h3 {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: rgb(175,185,197);
    font-weight: 700;
}.course_highlights .future_skills h3::after {
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: -10px;
    height: 3px;
    width: 60px;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to right, 
        rgb(175,185,197), 
        rgb(167,118,167));
    border-radius: 10px;
}.course_highlights .future_skills:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}.course_highlights .future_skills p {
    margin-bottom: 2rem;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
}.course_highlights .future_skills .inquiry_section {
    padding: 0.9rem 1.8rem;
    box-shadow: 0 5px 15px rgb(175,185,197,0.5);
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    background: linear-gradient(to right, 
        rgb(175,185,197), 
        rgb(167,118,167));
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course_highlights .future_skills .inquiry_section::before {
    z-index: -1;
    left: 0;
    opacity: 0;
    top: 0;
    background: linear-gradient(to right, 
        rgb(167,118,167), 
        rgb(175,185,197));
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    content: '';
}.course_highlights .future_skills .inquiry_section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(167,118,167,0.5);
}.course_highlights .future_skills .inquiry_section:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_highlights .future_skills {
    padding: 2.5rem;
}.course_highlights .learn_experts {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_highlights .learn_experts {
    max-width: 650px;
}.course_highlights .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_highlights {
    min-height: auto;
    padding: 0;
    flex-direction: column;
}.course_highlights .program_guide {
    height: 350px;
    position: relative;
}.course_highlights .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.course_highlights .learn_experts {
    margin: 0 auto;
    max-width: 100%;
}.course_highlights .future_skills {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_highlights .program_guide {
    height: 300px;
}.course_highlights .career_ready {
    animation-duration: 25s;
}.course_highlights .container {
    padding: 2.5rem 1rem;
}.course_highlights .future_skills {
    padding: 1.8rem;
}.course_highlights .future_skills h3 {
    font-size: calc(30px * 0.9);
}.course_highlights .future_skills p {
    font-size: calc(12px * 0.95);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.course_highlights .program_guide {
    height: 250px;
}.course_highlights .career_ready {
    animation-duration: 20s;
}.course_highlights .container {
    padding: 2rem 0.8rem;
}.course_highlights .future_skills {
    padding: 1.5rem;
}.course_highlights .future_skills h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1rem;
}.course_highlights .future_skills p {
    font-size: calc(12px * 0.85);
    line-height: 1.5;
    margin-bottom: 1.2rem;
}.course_highlights .future_skills .inquiry_section {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}

@media (prefers-reduced-motion) {.course_highlights .career_ready,
    .course_highlights .program_track img,
    .course_highlights .program_track::after {
    animation: none;
}}.educational_yield {
    background: linear-gradient(135deg, rgb(211,214,217) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0 140px;
    position: relative;
}.educational_yield::before {
    opacity: 0.4;
    content: "";
    background: rgb(175,185,197,0.5);
    filter: blur(100px);
    width: 300px;
    left: -100px;
    z-index: 0;
    transform: rotate(-15deg);
    top: -50px;
    height: 300px;
    position: absolute;
}.educational_yield::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -40px;
    right: -60px;
    height: 200px;
    transform: rotate(25deg);
    filter: blur(80px);
    opacity: 0.3;
    background: rgb(167,118,167,0.5);
    width: 200px;
}.educational_yield h5 {
    max-width: 800px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    z-index: 2;
    line-height: 1.4;
    position: relative;
    transition: transform 0.5s ease-out;
    color: #000000;
    margin-bottom: 60px;
    margin-left: auto;
    transform: translateY(0);
    margin-right: auto;
}.educational_yield h5:hover {
    transform: translateY(-5px);
}.educational_yield h5::after {
    border-radius: 10px;
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
    bottom: -15px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(175,185,197) 0%, rgb(167,118,167) 100%);
    content: "";
}.educational_yield .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.educational_yield .learn_experts {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(175,185,197);
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    display: flex;
    padding: 40px;
    gap: 40px;
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    flex-direction: column;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.educational_yield .learn_experts:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.educational_yield .learn_experts > div:first-child {
    position: relative;
    width: 100%;
    overflow: hidden;
}.educational_yield .pic_stack {
    object-fit: cover;
    height: auto;
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.educational_yield .learn_experts:hover .pic_stack {
    transform: scale(1.05);
}.educational_yield .insight_box {
    width: 100%;
}.educational_yield .insight_box ul {
    gap: 20px;
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
}.educational_yield .insight_box li {
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.95;
    transform: translateY(0);
}.educational_yield .insight_box li:hover {
    opacity: 1;
    transform: translateY(-3px);
}.educational_yield .insight_box li p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 18px;
    margin: 0;
    position: relative;
    font-weight: 400;
    color: #000000;
}.educational_yield .insight_box li svg {
    width: 24px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 2px;
    height: 24px;
    left: -40px;
}.educational_yield .insight_box li:hover svg {
    transform: scale(1.2) rotate(5deg);
}.educational_yield .insight_box li svg path {
    fill: rgb(175,185,197);
    transition: fill 0.3s ease;
}.educational_yield .insight_box li:hover svg path {
    fill: rgb(167,118,167);
}.educational_yield .insight_box li:nth-child(odd) {
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.1);
    padding-left: 45px;
}.educational_yield .insight_box li:nth-child(even) {
    padding-right: 15px;
    border-right: 2px solid rgba(var(--secondary-color-rgb), 0.1);
}.educational_yield .insight_box li::before {
    transition: width 0.4s ease-out;
    height: 2px;
    content: "";
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, rgb(175,185,197) 0%, rgb(167,118,167) 100%);
    width: 0;
    position: absolute;
}.educational_yield .insight_box li:hover::before {
    width: 100%;
}

@media (min-width: 768px) {.educational_yield {
    padding: 150px 0 180px;
}.educational_yield .learn_experts {
    padding: 60px;
    border-left: 6px solid rgb(175,185,197);
    flex-direction: row;
}.educational_yield .learn_experts > div:first-child {
    flex-shrink: 0;
    width: 40%;
}.educational_yield .insight_box {
    padding-left: 40px;
    width: 60%;
}.educational_yield .insight_box ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}.educational_yield h5 {
    margin-bottom: 80px;
    font-size: calc(23px * 1.1);
}.educational_yield h5::after {
    height: 5px;
    width: 120px;
}
}

@media (min-width: 992px) {.educational_yield .learn_experts {
    padding: 70px;
}.educational_yield .learn_experts > div:first-child {
    width: 45%;
}.educational_yield .insight_box {
    width: 55%;
    padding-left: 50px;
}.educational_yield .pic_stack {
    height: 450px;
}
}

@media (max-width: 767px) {.educational_yield {
    padding: 80px 0 100px;
}.educational_yield h5 {
    padding: 0 15px;
    font-size: calc(23px * 0.9);
    margin-bottom: 40px;
}.educational_yield .learn_experts {
    padding: 30px 20px;
}.educational_yield .pic_stack {
    height: 250px;
    margin-bottom: 20px;
}.educational_yield .insight_box li {
    margin-bottom: 15px;
}.educational_yield .insight_box li p {
    font-size: calc(18px * 0.95);
}
}