﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.main_top {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.progress_bar {
    flex: 0 0 auto;
}html,body {
    auto
contain;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.wrapper-capsule {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1217px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .site_start {
    align-items: center;
    border-bottom-right-radius: 0;
    padding: 1.5rem 2rem;
    position: relative;
    left: 0;
    display: flex;
    background: linear-gradient(135deg, rgb(148,188,188,0.5) 0%, rgb(95,130,165) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    overflow: visible;
    width: 100%;
    z-index: 100;
    justify-content: space-between;
    border-bottom-left-radius: 25px;
}header .site_start .head_mainwrap {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .site_start .head_mainwrap .nav_tutor {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .site_start .head_mainwrap .nav_tutor:hover {
    transform: translateY(-8px) rotate(0deg);
}header .site_start .head_mainwrap svg {
    width: 80px;
    height: auto;
}header .site_start .top_page {
    gap: 1rem;
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
}header .site_start .top_page::before {
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    left: -20px;
    background: linear-gradient(45deg, transparent 0%, rgb(148,188,188,0.5) 100%);
    z-index: -1;
    opacity: 0;
    top: -10px;
    height: calc(100% + 20px);
    border-radius: 10px;
    width: calc(100% + 40px);
}header .site_start .page_head {
    transition: transform 0.3s ease;
    position: relative;
}header .site_start .page_head a {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 0.5rem 1rem;
    position: relative;
    font-weight: 600;
    transition: color 0.3s ease;
    display: block;
    color: #ffffff;
}header .site_start .page_head a::before {
    background: rgb(95,130,165);
    transform: scaleX(0) rotate(-2deg);
    left: 0;
    height: 2px;
    content: "";
    transform-origin: right;
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    bottom: 0;
}header .site_start .page_head a:hover {
    color: rgb(95,130,165);
}header .site_start .page_head a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .site_start {
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    box-sizing: border-box;
    flex-direction: column;
    padding: 1rem;
    width: 100vw;
}header .site_start .head_mainwrap {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .site_start .top_page {
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
    width: 100%;
}header .site_start .top_page::before {
    transform: skewX(0);
}header .site_start .top_page:hover::before {
    transform: skewX(0);
}header .site_start .page_head {
    margin: 0.25rem;
}header .site_start .page_head:nth-child(odd),
  header .site_start .page_head:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .site_start {
    padding: 0.75rem;
}header .site_start .top_page {
    flex-direction: column;
    align-items: center;
}header .site_start .page_head {
    width: 100%;
    text-align: center;
}header .site_start .head_mainwrap svg {
    width: 100px;
}}.opening_page {
    color: #ffffff;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}.opening_page .gallery_slider {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}.opening_page .gallery_slider::before {
    top: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(16, 46, 68, 0.85) 0%, rgba(5, 25, 55, 0.9) 100%);
}.opening_page .gallery_slider::after {
    top: 0;
    z-index: 3;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(94, 170, 168, 0.05) 0px,
        rgba(94, 170, 168, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    height: 100%;
    content: "";
}.opening_page .community_team {
    padding: 6% 8%;
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 10;
    transform: perspective(1000px) translateZ(0);
    flex-direction: column;
    transform-style: preserve-3d;
    margin: auto;
}.opening_page h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 42px);
    transform: perspective(1000px) translateZ(20px);
    letter-spacing: 0.02em;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    position: relative;
    line-height: 1.3;
    animation: title-slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: #ffffff;
}.opening_page h1::before {
    bottom: -10px;
    height: 4px;
    animation: line-grow 0.6s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    left: 0;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    background: rgb(148,188,188);
}.opening_page .heading_frame {
    transform: perspective(1000px) translateZ(10px) translateX(0);
    animation: text-holder-slide 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    max-width: 620px;
    border-left: 3px solid rgb(148,188,188);
    border-radius: 0 10px 10px 0;
    margin-top: 1.5rem;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.18);
    padding: 2.5rem 3rem;
    opacity: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}.opening_page .heading_frame::before {
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.1), transparent);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    border-radius: 0 10px 10px 0;
    content: "";
}.opening_page .heading_frame p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.6;
}.opening_page .learning_primary {
    transition: transform 0.4s ease;
    margin: 1.5rem 0 2.5rem;
    transform: rotate(-2deg) scale(0.95);
    display: flex;
    justify-content: center;
}.opening_page .learning_primary:hover {
    transform: rotate(0) scale(1);
}.opening_page .learning_primary svg {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}.opening_page .learning_primary svg path {
    fill: rgb(148,188,188);
    transition: fill 0.3s ease;
}.opening_page .learning_primary:hover svg path {
    fill: rgb(115, 190, 188);
}.opening_page .learning_primary svg text {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 8px;
}.opening_page .learning_primary:hover svg text {
    fill: #ffffff;
}.opening_page h6 {
    margin: 1rem 0 0;
    text-align: center;
    width: 100%;
}.opening_page .message_links {
    overflow: hidden;
    letter-spacing: 0.02em;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    color: #ffffff;
    text-decoration: none;
    background: rgb(148,188,188);
    display: inline-block;
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    padding: 0.9rem 2.2rem;
    font-size: 15px;
    position: relative;
    border-radius: 10px;
}.opening_page .message_links::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.7s ease;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
}.opening_page .message_links:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-3px);
    background: rgb(80, 155, 153);
}.opening_page .message_links:hover::before {
    left: 100%;
}

@keyframes title-slide-in {
    0% {
        opacity: 0;
        transform: perspective(1000px) translateZ(20px) translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) translateZ(20px) translateY(0);
    }
}

@keyframes text-holder-slide {
    0% {
        opacity: 0;
        transform: perspective(1000px) translateZ(10px) translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) translateZ(10px) translateX(0);
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {.opening_page .community_team {
    padding: 7% 5%;
}.opening_page .heading_frame {
    max-width: 520px;
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.opening_page {
    min-height: 90vh;
}.opening_page .community_team {
    padding: 12% 5% 8%;
}.opening_page h1 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}.opening_page h1::before {
    width: 60px;
    height: 3px;
    bottom: -8px;
}.opening_page .heading_frame {
    padding: 1.8rem 2rem;
    margin-top: 1rem;
}.opening_page .learning_primary {
    margin: 1rem 0 2rem;
}.opening_page .learning_primary svg {
    height: 70px;
    width: 70px;
}.opening_page .message_links {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 576px) {.opening_page .community_team {
    padding: 20% 5% 10%;
}.opening_page h1 {
    font-size: 1.9rem;
}.opening_page .heading_frame {
    padding: 1.5rem 1.8rem;
    border-left-width: 2px;
}.opening_page .heading_frame p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}.opening_page .learning_primary svg {
    height: 60px;
    width: 60px;
}.opening_page .message_links {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
}}.secure_vault {
    background-color: rgb(207,221,221);
    padding: 40px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    color: #000000;
}.secure_vault h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(148,188,188);
    color: rgb(148,188,188);
    margin-bottom: 20px;
    font-size: 41px;
    padding-bottom: 10px;
}.secure_vault h2 {
    font-size: 37px;
    margin-top: 30px;
    color: rgb(95,130,165);
    font-weight: 600;
    margin-bottom: 15px;
}.secure_vault h3,
.secure_vault h4,
.secure_vault h5,
.secure_vault h6 {
    font-weight: 400;
    color: rgb(148,188,188);
    margin-bottom: 10px;
    margin-top: 25px;
}.secure_vault h3 {
    font-size: calc(18px - 0.2rem);
}.secure_vault h4 {
    font-size: 18px;
}.secure_vault h5 {
    font-size: calc(18px - 0.2rem);
}.secure_vault h6 {
    font-size: 19px;
}.secure_vault ul {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 20px;
}.secure_vault ol {
    margin-top: 10px;
    list-style-type: decimal;
    padding-left: 20px;
}.secure_vault li {
    margin-bottom: 10px;
    line-height: 1.5;
}.secure_vault div {
    margin-bottom: 20px;
}.secure_vault p {
    margin-bottom: 20px;
    font-size: 18px;
}.secure_vault span {
    color: rgb(148,188,188);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.secure_vault {
    padding: 20px;
    border-radius: 10px;
}.secure_vault h1 {
    font-size: calc(18px - 0.5rem);
}.secure_vault h2 {
    font-size: calc(18px - 0.4rem);
}.secure_vault p {
    font-size: calc(18px - 0.2rem);
}}
.secure_vault::before {
    width: 50px;
    display: block;
    border-radius: 10px;
    content: '';
    margin-bottom: 20px;
    height: 5px;
    background-color: rgb(148,188,188);
}.secure_vault ul li::marker,
.secure_vault ol li::marker {
    font-weight: 700;
    color: rgb(95,130,165);
}.secure_vault h2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(148,188,188), rgb(95,130,165));
}.secure_vault section {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 40px 0;
    padding-top: 20px;
}.course_methodology {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgb(148,188,188,0.5) 100%);
}.course_methodology::before {
    top: 0;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(95,130,165,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(95,130,165,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(95,130,165,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(95,130,165,0.5) 75%);
    transform: perspective(1000px) rotateY(5deg);
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    z-index: 1;
    opacity: 0.05;
    left: 0;
    content: "";
    background-size: 120px 120px;
    animation: patternShift 30s infinite linear;
    width: 100%;
}.course_methodology::after {
    background: linear-gradient(120deg, rgb(148,188,188,0.5) 10%, transparent 70%);
    z-index: 0;
    content: "";
    transform: rotate(15deg);
    opacity: 0.3;
    width: 70%;
    height: 200%;
    filter: blur(80px);
    right: -25%;
    position: absolute;
    top: -50%;
}.course_methodology .container {
    grid-template-columns: 1fr;
    gap: 40px;
    z-index: 2;
    max-width: 1200px;
    display: grid;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.course_methodology .community_team {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: translateY(0);
    border-radius: 10px;
}.course_methodology .community_team:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        0 10px 25px rgba(rgb(148,188,188), 0.1);
}.course_methodology .community_team > div {
    z-index: 3;
    position: relative;
    padding: 40px;
}.course_methodology .community_team > div::before {
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(148,188,188) 0%, rgb(95,130,165) 100%);
    left: 0;
    transform-origin: left center;
    z-index: 4;
    content: "";
    width: 60px;
    position: absolute;
}.course_methodology .community_team:hover > div::before {
    animation: pulse 2s infinite;
    width: 100%;
}.course_methodology h3 {
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 25px;
    transform: translateX(0);
    position: relative;
}.course_methodology .community_team:hover h3 {
    transform: translateX(10px);
}.course_methodology p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
}.course_methodology p span {
    display: block;
    transform: translateY(0);
    position: relative;
    opacity: 0.95;
    transition: transform 0.5s 0.1s cubic-bezier(0.22, 1, 0.36, 1);
}.course_methodology .community_team:hover p span {
    transform: translateY(5px);
}

@keyframes patternShift {
    0% {
        background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1060px, 1060px 940px, 940px 1000px;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.course_methodology {
    padding: 150px 0;
}.course_methodology .container {
    gap: 60px;
    grid-template-columns: 1fr;
}.course_methodology .community_team > div {
    padding: 60px;
}.course_methodology h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 1.1);
}.course_methodology p {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 992px) {.course_methodology {
    padding: 180px 0;
}.course_methodology .container {
    padding: 0 40px;
}.course_methodology .community_team {
    transform: perspective(1000px) rotateY(-2deg);
}.course_methodology .community_team:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course_methodology .community_team > div {
    padding: 70px;
}.course_methodology h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 1.2);
}.course_methodology p {
    max-width: 90%;
    line-height: 2;
    font-size: calc(15px * 1.1);
}
}

@media (max-width: 767px) {.course_methodology {
    padding: 80px 0;
}.course_methodology .container {
    padding: 0 15px;
}.course_methodology .community_team > div {
    padding: 30px;
}.course_methodology h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.85);
}.course_methodology p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.course_methodology .community_team > div::before {
    width: 40px;
    height: 3px;
}}.offer_deck {
    background: rgb(207,221,221);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.offer_deck::before {
    height: 600px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(148,188,188,0.5), rgb(95,130,165,0.5));
    width: 600px;
    filter: blur(80px);
    opacity: 0.15;
    right: -10%;
    top: -15%;
    z-index: 0;
}.offer_deck::after {
    position: absolute;
    filter: blur(100px);
    background: linear-gradient(225deg, rgb(95,130,165,0.5), rgb(148,188,188,0.5));
    opacity: 0.1;
    width: 500px;
    height: 500px;
    left: -10%;
    content: "";
    z-index: 0;
    bottom: -15%;
}.offer_deck .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}.offer_deck .skill_plans {
    gap: 60px;
    flex-direction: column;
    display: flex;
}.offer_deck .fee_plans {
    margin-bottom: 20px;
    order: -1;
    z-index: 2;
    transform: translateX(5%);
    position: relative;
}.offer_deck .fee_plans h2 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    color: transparent;
    background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 15px;
    background: linear-gradient(90deg, #000000, rgb(148,188,188));
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
}.offer_deck .fee_plans .fee_package {
    max-width: 700px;
    font-size: 14px;
    transform: translateY(0);
    margin-left: 5px;
    line-height: 1.6;
    transition: transform 0.4s ease;
    color: #000000;
}.offer_deck .fee_plans:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.offer_deck .fee_plans:hover .fee_package {
    transform: translateY(3px);
}.offer_deck .deal_grid {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}.offer_deck .rate_choices {
    text-decoration: none;
    transform-style: preserve-3d;
    overflow: hidden;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0) scale(1);
    display: block;
    position: relative;
}.offer_deck .rate_choices:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.offer_deck .payment_deals {
    height: 100%;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}.offer_deck .rate_choices:hover .payment_deals {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(148,188,188,0.5);
}.offer_deck .payment_deals::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    right: 0;
    content: "";
    transform-origin: left;
    top: 0;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
}.offer_deck .rate_choices:hover .payment_deals::before {
    transform: scaleX(1);
}.offer_deck .study_cost {
    flex-grow: 1;
    padding: 35px 30px;
    z-index: 2;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}.offer_deck .study_cost h3 {
    overflow-wrap: break-word;
    margin-bottom: 15px;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 600;
    color: #000000;
    word-break: break-word;
    transform: translateY(0);
    position: relative;
    font-size: calc(22px + 2px);
}.offer_deck .rate_choices:hover .study_cost h3 {
    color: rgb(148,188,188);
    transform: translateY(-2px);
}.offer_deck .study_cost .cert_cost {
    color: rgb(148,188,188);
    margin: 5px 0 20px;
    display: block;
    word-break: break-word;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-wrap: break-word;
    font-size: calc(22px + 6px);
    position: relative;
    font-weight: 700;
}.offer_deck .rate_choices:hover .study_cost .cert_cost {
    transform: scale(1.05);
}.offer_deck .study_cost .cert_cost::after {
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    bottom: -10px;
    height: 2px;
    background: rgb(95,130,165,0.5);
    width: 50px;
    content: "";
}.offer_deck .rate_choices:hover .study_cost .cert_cost::after {
    width: 80px;
}.offer_deck .study_cost p {
    color: #000000;
    flex-grow: 1;
    opacity: 0.85;
    transition: opacity 0.3s ease;
    line-height: 1.7;
    overflow-wrap: break-word;
    margin-top: 10px;
    white-space: normal;
    font-size: 14px;
    word-break: break-word;
}.offer_deck .rate_choices:hover .study_cost p {
    opacity: 1;
}.offer_deck .rate_choices .gallery_slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 220px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.offer_deck .rate_choices:hover .gallery_slider {
    height: 240px;
}.offer_deck .rate_choices .gallery_slider::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0;
}.offer_deck .rate_choices:hover .gallery_slider::after {
    opacity: 1;
}.offer_deck .rate_choices:nth-child(odd) .payment_deals {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.offer_deck {
    padding: 140px 0;
}.offer_deck .skill_plans {
    align-items: flex-start;
    flex-direction: row;
}.offer_deck .fee_plans {
    margin-right: 70px;
    width: 30%;
    position: sticky;
    transform: translateX(0);
    align-self: flex-start;
    top: 100px;
    order: 0;
}.offer_deck .deal_grid {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.offer_deck .deal_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.offer_deck .fee_plans h2 {
    font-size: calc(34px + 5px);
}
}

@media (max-width: 991px) {.offer_deck {
    padding: 80px 0;
}.offer_deck .fee_plans {
    transform: translateX(0);
    text-align: center;
}.offer_deck .fee_plans .fee_package {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.offer_deck {
    padding: 60px 0;
}.offer_deck .deal_grid {
    grid-template-columns: 1fr;
}.offer_deck .study_cost {
    padding: 25px 20px;
}.offer_deck .rate_choices .gallery_slider {
    height: 180px;
}.offer_deck .fee_plans h2 {
    font-size: calc(34px - 2px);
}
}

@media (max-width: 480px) {.offer_deck {
    padding: 50px 0;
}.offer_deck .study_cost h3 {
    font-size: 22px;
}.offer_deck .study_cost .cert_cost {
    font-size: calc(22px + 2px);
}.offer_deck .study_cost p {
    font-size: calc(14px - 1px);
}}.education_experience {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(207,221,221), rgb(95,130,165,0.5));
}.education_experience::before {
    border-radius: 15px;
    background: rgb(148,188,188,0.5);
    transform: rotate(-15deg);
    animation: float 8s ease-in-out infinite;
    content: "";
    width: 60%;
    right: -10%;
    top: -10%;
    position: absolute;
    z-index: 1;
    height: 80%;
}.education_experience::after {
    height: 60%;
    left: -5%;
    border-radius: 15px;
    position: absolute;
    background: rgb(95,130,165,0.5);
    transform: rotate(20deg);
    bottom: -5%;
    content: "";
    width: 40%;
    animation: float 6s ease-in-out infinite reverse;
    z-index: 1;
}.education_experience .container {
    position: relative;
    z-index: 2;
}.education_experience .student_glow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 15px;
    background: #ffffff;
    display: grid;
    transform: rotate(-2deg);
    padding: 40px;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    border-radius: 15px;
}.education_experience .student_glow:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.education_experience .gallery_slider {
    grid-area: photo;
    box-shadow: 10px 10px 0 rgb(148,188,188,0.5);
    height: 200px;
    border-radius: 15px;
    transform: rotate(4deg);
    transition: transform 0.3s ease;
}.education_experience .student_glow:hover .gallery_slider {
    transform: rotate(0deg) scale(1.05);
}.education_experience .name {
    font-weight: 700;
    font-size: 19px;
    transform: translateX(20px);
    margin-top: 20px;
    grid-area: name;
    color: #000000;
}.education_experience .student_glow span:not(.name) {
    grid-area: job;
    font-size: 15px;
    font-style: italic;
    color: #000000;
    transform: translateX(20px);
}.education_experience .experience_data {
    grid-area: quote;
    padding: 20px;
    position: relative;
    border-left: 4px solid rgb(148,188,188);
    background: linear-gradient(to right, rgb(207,221,221), transparent);
    border-radius: 0 10px 10px 0;
    margin-top: 20px;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}.education_experience .experience_data::before {
    left: 10px;
    color: rgb(148,188,188,0.5);
    font-family: serif;
    content: "";
    line-height: 1;
    top: -10px;
    font-size: calc(43px * 2);
    position: absolute;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.education_experience {
    padding: 60px 0;
}.education_experience .student_glow {
    padding: 30px 20px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "gallery_slider"
            "name"
            "experience_profile"
            "experience_data";
}.education_experience .gallery_slider {
    width: 80%;
    height: 180px;
    margin: 0 auto;
}.education_experience .name,
    .education_experience .student_glow span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.education_experience .experience_data {
    padding: 15px;
}}.client_testimonials {
    background: linear-gradient(180deg, rgb(207,221,221) 0%, rgb(148,188,188,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.client_testimonials::before {
    position: absolute;
    opacity: 0.3;
    transform: skewY(-5deg) translateY(-100px);
    background: linear-gradient(to right, rgb(95,130,165,0.5), transparent, rgb(95,130,165,0.5));
    height: 200px;
    left: 0;
    content: "";
    right: 0;
    top: 0;
    z-index: 0;
}.client_testimonials::after {
    right: 0;
    content: "";
    background: linear-gradient(to left, rgb(148,188,188,0.5), transparent, rgb(148,188,188,0.5));
    height: 150px;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    transform: skewY(3deg) translateY(50px);
    bottom: 0;
    left: 0;
}.client_testimonials .container {
    z-index: 1;
    position: relative;
}.client_testimonials h2 {
    color: #000000;
    margin-bottom: 70px;
    position: relative;
    font-weight: 700;
    text-align: center;
    transform: perspective(500px) rotateX(5deg);
    padding-bottom: 20px;
    font-size: 30px;
}.client_testimonials h2::after {
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(148,188,188), rgb(95,130,165));
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    height: 5px;
    width: 100px;
    content: "";
    left: 50%;
}.client_testimonials .reviews_block {
    align-items: center;
    margin: 0 auto;
    gap: 70px;
    perspective: 1000px;
    transform-style: preserve-3d;
    flex-direction: column;
    max-width: 800px;
    display: flex;
}.client_testimonials .student_glow {
    border-radius: 28px;
    gap: 20px;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    z-index: 1;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    padding: 30px;
    transition: all 0.5s ease;
    position: relative;
    display: flex;
}.client_testimonials .student_glow:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-30px) rotateZ(-1deg);
}.client_testimonials .student_glow:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px) rotateZ(1deg);
}.client_testimonials .student_glow:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: scale(1.03) rotateZ(0);
    z-index: 2;
}.client_testimonials .student_glow::before {
    z-index: -1;
    transform: rotate(45deg);
    width: 30px;
    background: #ffffff;
    height: 30px;
    left: 30px;
    top: -15px;
    content: "";
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    position: absolute;
}.client_testimonials .student_glow:nth-child(even)::before {
    left: auto;
    right: 30px;
}.client_testimonials .student_glow img {
    height: 80px;
    border-radius: 50%;
    top: -40px;
    width: 80px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    object-fit: cover;
    left: 20px;
    position: absolute;
    border: 5px solid #ffffff;
}.client_testimonials .student_glow:nth-child(even) img {
    left: auto;
    right: 20px;
}.client_testimonials .student_glow:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.client_testimonials .student_glow p {
    margin: 0;
    font-family: Arial, sans-serif;
}.client_testimonials .student_glow p:first-of-type {
    margin-top: 40px;
    font-size: 24px;
    margin-left: 100px;
    position: relative;
    font-weight: 600;
    color: #000000;
}.client_testimonials .student_glow:nth-child(even) p:first-of-type {
    text-align: right;
    margin-right: 100px;
    margin-left: 0;
}.client_testimonials .student_glow .description {
    color: #000000;
    line-height: 1.7;
    background: linear-gradient(to right, rgb(207,221,221), transparent);
    font-weight: 400;
    font-size: 12px;
    position: relative;
    padding: 20px;
    border-radius: 10px;
}.client_testimonials .student_glow:nth-child(even) .description {
    background: linear-gradient(to left, rgb(207,221,221), transparent);
}.client_testimonials .student_glow .description::before {
    font-size: 60px;
    position: absolute;
    content: "";
    left: 0;
    line-height: 1;
    font-weight: 700;
    color: rgb(148,188,188,0.5);
    top: -20px;
}.client_testimonials .student_glow:nth-child(even) .description::before {
    left: auto;
    right: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.client_testimonials .student_glow:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.client_testimonials .student_glow:nth-child(3n+2) {
    animation-delay: 1s;
    animation: float 7s ease-in-out infinite;
}.client_testimonials .student_glow:nth-child(3n) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 2s;
}

@media (max-width: 992px) {.client_testimonials {
    padding: 80px 0;
}.client_testimonials .student_glow:nth-child(odd),
    .client_testimonials .student_glow:nth-child(even) {
    transform: none;
    width: 90%;
}.client_testimonials .student_glow:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.client_testimonials {
    padding: 70px 0;
}.client_testimonials h2 {
    margin-bottom: 50px;
    transform: none;
}.client_testimonials .reviews_block {
    gap: 80px;
}.client_testimonials .student_glow {
    padding: 25px 20px;
}.client_testimonials .student_glow img {
    top: -30px;
    width: 60px;
    height: 60px;
}.client_testimonials .student_glow p:first-of-type {
    margin-top: 30px;
    margin-left: 80px;
    font-size: calc(24px * 0.9);
}.client_testimonials .student_glow:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.client_testimonials .student_glow .description {
    font-size: calc(12px * 0.95);
    padding: 15px;
}}.cookie_dialog_notice {
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(148,188,188,0.5);
    width: 100%;
    background: rgb(95,130,165);
    border-top: 2px solid rgb(148,188,188);
    z-index: 90;
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_review {
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px rgb(148,188,188,0.5);
    display: flex;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(95,130,165) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
}.privacy_notify {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    box-shadow: 0 0 15px rgb(148,188,188);
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 14px;
}.privacy_notify svg, .privacy_notify svg path {
    transition: transform 0.3s ease;
    height: 60px;
    fill: rgb(148,188,188);
    width: 60px;
}.privacy_notify:hover svg {
    transform: rotate(20deg);
}.user_safety {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}.user_safety h5 {
    color: rgb(148,188,188);
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(148,188,188);
    font-weight: 700;
    font-size: 23px;
}.user_safety p {
    font-size: 14px;
    text-shadow: 0 0 5px rgb(148,188,188,0.5);
    color: #ffffff;
    margin-bottom: 0;
}.cookie_reset {
    border-radius: 10px;
    padding: 12px 25px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(148,188,188,0.5);
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    margin-left: 10px;
    background: rgb(148,188,188);
    cursor: pointer;
    white-space: nowrap;
}.cookie_reset:hover {
    background: rgb(95,130,165);
    box-shadow: 0 0 20px rgb(95,130,165,0.5);
}.cookie_dialog_notice p a {
    text-decoration: underline;
    color: rgb(148,188,188);
    transition: color 0.3s ease;
}.cookie_dialog_notice p a:hover {
    color: rgb(95,130,165);
}#panelPrivacyPolicy {
    display: none;
}#panelPrivacyPolicy:checked ~ .cookie_dialog_notice {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_dialog_notice {
    padding: 20px;
}.cookie_review {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.privacy_notify {
    display: none;
}.cookie_review {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.user_safety {
    text-align: center;
    margin-bottom: 20px;
}.cookie_dialog_notice h5, .cookie_dialog_notice p {
    text-align: center;
}.cookie_reset {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    text-align: center;
}}
footer {
    width: 100%;
    position: relative;
}footer .progress_bar {
    font-family: Arial, sans-serif;
    background-color: #2c3e50;
    color: #ffffff;
    position: relative;
    padding: 100px 0 30px;
}footer .progress_bar::before {
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    opacity: 0.1;
    height: 100%;
    width: 100%;
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}footer .sustain_cta {
    z-index: 1;
    position: relative;
}footer .get_contactform {
    margin: -70px auto 60px;
    position: relative;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    overflow: hidden;
    padding: 0 20px;
    background-color: #ffffff;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
    height: 100px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    background-color: rgb(148,188,188);
    height: 50%;
    position: absolute;
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    top: 25%;
    width: 6px;
    left: 0;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    z-index: 1;
    fill: rgb(148,188,188);
    position: relative;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    color: #2c3e50;
}footer .info_item a:hover {
    color: rgb(148,188,188);
}footer .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}footer .head_mainwrap, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 11px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}footer .head_mainwrap:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .top_page {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    display: grid;
}footer .head_mainwrap svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}footer .study_bottom {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .top_page h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    grid-column: 1 / -1;
    color: #ffffff;
    position: relative;
}footer .top_page h5::after {
    height: 2px;
    bottom: 0;
    width: 50px;
    left: 0;
    content: "";
    position: absolute;
    background-color: rgb(148,188,188);
}footer .main_teach {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
    padding: 20px;
    border-radius: 11px;
}footer .main_teach:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .main_teach a {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    padding: 8px 0;
}footer .main_teach a:last-child {
    border-bottom: none;
}footer .main_teach a::before {
    transform: translateX(-10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "→";
    right: 0;
    position: absolute;
}footer .main_teach a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .main_teach a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 20px;
    position: relative;
}footer .subscribe_holder h5::after {
    bottom: 0;
    height: 2px;
    left: 0;
    background-color: rgb(148,188,188);
    position: absolute;
    width: 50px;
    content: "";
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(148,188,188);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_support {
    font-size: 15px;
    padding: 15px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgb(148,188,188);
    color: #ffffff;
}footer .sub_support:hover {
    background-color: rgb(95,130,165);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .badge_case {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .pledge_block {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_support {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .top_page {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .progress_bar {
    padding: 70px 0 30px;
}footer .get_contactform {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head_mainwrap, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_page h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .badge_case {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .progress_bar {
    padding: 50px 0 20px;
}footer .main_teach {
    padding: 15px;
}footer .top_page h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_support {
    padding: 12px;
}}.contact_panel {
    overflow: hidden;
    padding: 90px 0;
    background: rgb(207,221,221);
    position: relative;
}.contact_panel::before {
    content: "";
    position: absolute;
    right: -150px;
    height: 400px;
    filter: blur(70px);
    background: linear-gradient(45deg, rgb(148,188,188,0.5), rgb(95,130,165,0.5));
    width: 400px;
    border-radius: 50%;
    z-index: 1;
    top: -150px;
}.contact_panel::after {
    z-index: 1;
    bottom: -100px;
    height: 300px;
    filter: blur(60px);
    width: 300px;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(95,130,165,0.5), rgb(148,188,188,0.5));
    left: -100px;
}.contact_panel .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}.contact_panel h2 {
    font-size: 30px;
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    font-weight: 700;
    text-align: center;
}.contact_panel h2::before {
    left: calc(50% - 120px);
    width: 50px;
    height: 50px;
    position: absolute;
    background: rgb(148,188,188,0.5);
    top: -25px;
    z-index: -1;
    border-radius: 50%;
    content: "";
}.contact_panel h2::after {
    border-radius: 50%;
    height: 30px;
    bottom: -15px;
    background: rgb(95,130,165,0.5);
    right: calc(50% - 100px);
    z-index: -1;
    width: 30px;
    content: "";
    position: absolute;
}.contact_panel .connect_grid {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    display: flex;
}.contact_panel .connect_grid::before {
    inset: 0;
    pointer-events: none;
    content: "";
    z-index: 0;
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(148,188,188,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(95,130,165,0.5) 99%
    );
}.contact_panel .gallery_slider {
    min-height: 500px;
    position: relative;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
}.contact_panel .gallery_slider::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    inset: 0;
    z-index: 1;
    position: absolute;
}.contact_panel .gallery_slider::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    right: 20px;
    content: "";
    left: 20px;
    z-index: 2;
    top: 20px;
    bottom: 20px;
    pointer-events: none;
}.contact_panel .support_feedback {
    position: relative;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
    padding: 60px;
    flex-direction: column;
}.contact_panel form {
    z-index: 3;
    position: relative;
}.contact_panel form h3 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
}.contact_panel form input[type="text"] {
    background: rgb(207,221,221);
    border-radius: 12px;
    width: 100%;
    border: none;
    padding: 18px 25px;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-size: 12px;
}.contact_panel form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(148,188,188), 0.1);
    border: 1px solid transparent;
    background: linear-gradient(rgb(207,221,221), rgb(207,221,221)) padding-box,
                linear-gradient(to right, rgb(148,188,188), rgb(95,130,165)) border-box;
    outline: none;
}.contact_panel form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact_panel .help_help {
    margin-bottom: 30px;
    position: relative;
}.contact_panel .help_help input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panel .help_help label {
    padding-left: 35px;
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}.contact_panel .help_help label::before {
    border-radius: 6px;
    background: rgb(207,221,221);
    height: 22px;
    content: "";
    width: 22px;
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
}.contact_panel .help_help input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(148,188,188), rgb(95,130,165));
}.contact_panel .help_help input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 12px;
    content: "";
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 8px;
}.contact_panel .help_help label a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(148,188,188);
}.contact_panel .help_help label a:hover {
    color: rgb(95,130,165);
}.contact_panel .message_links {
    z-index: 1;
    font-size: 19px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(148,188,188), rgb(95,130,165));
    overflow: hidden;
    padding: 20px;
    font-weight: 600;
    border: none;
}.contact_panel .message_links::before {
    background: linear-gradient(135deg, rgb(95,130,165), rgb(148,188,188));
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    transform-origin: right;
    left: 0;
}.contact_panel .message_links:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_panel svg {
    transition: all 0.3s ease;
    stroke: rgb(148,188,188);
    margin-right: 12px;
    height: 24px;
    width: 24px;
    fill: none;
}.contact_panel svg path {
    stroke: rgb(148,188,188);
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
}.contact_panel svg:hover,
.contact_panel svg:hover path {
    stroke: rgb(95,130,165);
}

@media (max-width: 1024px) {.contact_panel {
    padding: 70px 0;
}.contact_panel .support_feedback {
    padding: 45px;
}.contact_panel .gallery_slider {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact_panel {
    padding: 60px 0;
}.contact_panel h2 {
    margin-bottom: 40px;
}.contact_panel .connect_grid {
    flex-direction: column;
}.contact_panel .gallery_slider {
    min-height: 300px;
    flex: 0 0 300px;
    width: 100%;
}.contact_panel .support_feedback {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact_panel form h3 {
    margin-bottom: 25px;
}.contact_panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.contact_panel .gallery_slider {
    min-height: 220px;
}.contact_panel .support_feedback {
    padding: 30px 20px;
}.contact_panel form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.contact_panel form input[type="text"] {
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: calc(12px * 0.95);
}.contact_panel .message_links {
    padding: 16px;
}.contact_panel .help_help label {
    font-size: calc(14px * 0.95);
}}.course_program_info {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.course_program_info::before {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
    background-size: 80px 80px, 60px 60px, 60px 60px;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    content: "";
}.course_program_info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.course_program_info h2 {
    color: #000000;
    font-size: 33px;
    max-width: 90%;
    margin-bottom: 50px;
    transform: translateX(-5%);
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    line-height: 1.3;
}.course_program_info h2::before {
    content: "";
    height: 80%;
    position: absolute;
    left: 0;
    width: 8px;
    background: linear-gradient(to bottom, rgb(148,188,188), rgb(95,130,165));
    top: 50%;
    transform: translateY(-50%);
}.course_program_info .grow_skills {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}.course_program_info .gallery_slider {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
}.course_program_info .gallery_slider::after {
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
    inset: 0;
    content: "";
    z-index: 1;
    position: absolute;
}.course_program_info .gallery_slider:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}.course_program_info .heading_frame {
    z-index: 2;
    padding: 35px 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    background-color: #ffffff;
    transform: translateY(-15px);
}.course_program_info .heading_frame::before {
    background: linear-gradient(90deg, rgb(148,188,188) 0%, rgb(95,130,165) 100%);
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.course_program_info .description {
    opacity: 0;
    animation: fadeIn 0.8s forwards;
    margin-bottom: 20px;
    transform: translateY(20px);
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}.course_program_info .description:first-of-type {
    animation-delay: 0.2s;
}.course_program_info .description:last-of-type {
    animation-delay: 0.4s;
}.course_program_info .description:first-letter {
    color: rgb(148,188,188);
    font-weight: 700;
    font-size: 1.5em;
}

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

@media (min-width: 768px) {.course_program_info h2 {
    max-width: 80%;
    transform: translateX(-2%);
    font-size: calc(33px * 1.1);
}.course_program_info .grow_skills {
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
}.course_program_info .gallery_slider {
    height: 100%;
    min-height: 450px;
}.course_program_info .heading_frame {
    max-height: 600px;
    transform: translateY(0) translateX(-50px);
    padding: 40px 50px;
    overflow-y: auto;
}.course_program_info .heading_frame::-webkit-scrollbar {
    width: 8px;
}.course_program_info .heading_frame::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.course_program_info .heading_frame::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}

@media (min-width: 992px) {.course_program_info {
    padding: 150px 0;
}.course_program_info h2 {
    font-size: calc(33px * 1.2);
    max-width: 70%;
}.course_program_info .grow_skills {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course_program_info .gallery_slider {
    min-height: 550px;
}.course_program_info .heading_frame {
    padding: 50px 60px;
    transform: translateY(40px) translateX(-80px);
    max-height: 650px;
}.course_program_info .description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_info h2 {
    font-size: calc(33px * 1.3);
    max-width: 65%;
}.course_program_info .grow_skills {
    grid-template-columns: 0.8fr 1.2fr;
}.course_program_info .gallery_slider {
    min-height: 600px;
}.course_program_info .heading_frame {
    transform: translateY(60px) translateX(-100px);
    max-height: 700px;
}.course_program_info .description {
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.course_program_info {
    padding: 80px 0;
}.course_program_info h2 {
    max-width: 100%;
    transform: translateX(0);
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.course_program_info .gallery_slider {
    height: 250px;
}.course_program_info .heading_frame {
    padding: 25px;
}.course_program_info .description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}}.company_info {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.company_info::before {
    right: 0;
    left: 0;
    backdrop-filter: blur(3px);
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgb(148,188,188,0.5) 0%, 
        rgba(255, 255, 255, 0.9) 40%, 
        rgba(255, 255, 255, 0.85) 65%, 
        rgb(95,130,165,0.5) 100%);
}.company_info::after {
    width: 120%;
    content: "";
    height: 200px;
    opacity: 0.05;
    z-index: 0;
    top: -100px;
    left: -10%;
    position: absolute;
    transform: rotate(-2deg);
    background: rgb(95,130,165);
}.company_info .container {
    justify-content: flex-end;
    margin: 0 auto;
    display: flex;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.company_info .heading_frame {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
    position: relative;
    animation: slide-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    width: 70%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 
                0 6px 20px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 40px;
}.company_info .heading_frame::before {
    left: -20px;
    top: 40px;
    height: 85%;
    opacity: 0.1;
    position: absolute;
    transform: skewY(45deg);
    background: rgb(148,188,188);
    content: "";
    width: 40px;
}.company_info h1 {
    animation: fade-in-right 0.5s ease forwards 0.3s;
    color: rgb(148,188,188);
    opacity: 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 41px;
    transform: translateX(-10px);
}.company_info h1::after {
    position: absolute;
    content: "";
    background: rgb(95,130,165);
    height: 3px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    animation: scale-in 0.5s ease forwards 0.7s;
    width: 60px;
    bottom: -10px;
}.company_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.company_info li {
    opacity: 0;
    margin-bottom: 20px;
    animation: fade-in-up 0.5s ease forwards 0.5s;
    transform: translateY(20px);
}.company_info li:last-child {
    animation-delay: 0.7s;
}.company_info h4 {
    margin-bottom: 15px;
    font-size: 19px;
    position: relative;
    color: #000000;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 600;
}.company_info h4::before {
    top: 50%;
    content: "";
    height: 8px;
    background: rgb(95,130,165);
    left: -15px;
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    animation: scale-in 0.4s ease forwards 0.9s;
    position: absolute;
    width: 8px;
}.company_info span {
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    color: #000000;
    column-count: 2;
    padding-left: 15px;
    font-size: 16px;
    column-gap: 40px;
    display: block;
}

@keyframes slide-up {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media screen and (max-width: 1200px) {.company_info {
    padding: 100px 20px;
}.company_info .container {
    max-width: 100%;
}.company_info .heading_frame {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.company_info {
    padding: 80px 20px;
}.company_info .container {
    justify-content: center;
}.company_info .heading_frame {
    width: 90%;
    padding: 30px;
}.company_info span {
    column-count: 1;
}
}

@media screen and (max-width: 768px) {.company_info {
    padding: 60px 15px;
}.company_info .heading_frame {
    width: 100%;
    padding: 25px;
}.company_info .heading_frame::before {
    display: none;
}.company_info h1 {
    margin-bottom: 25px;
    font-size: calc(41px * 0.85);
}.company_info h4 {
    font-size: calc(19px * 0.9);
}.company_info span {
    font-size: calc(16px * 0.95);
    padding-left: 10px;
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.company_info {
    padding: 50px 10px;
}.company_info .heading_frame {
    padding: 20px;
}.company_info h1 {
    font-size: calc(41px * 0.75);
    margin-bottom: 20px;
}.company_info h1::after {
    height: 2px;
    width: 50px;
}.company_info h4 {
    font-size: calc(19px * 0.85);
}.company_info span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.appArea {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(207,221,221) 100%);
}.appArea::before {
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    background: linear-gradient(145deg, rgb(95,130,165,0.5) 0%, transparent 80%);
    top: -10%;
    opacity: 0.4;
    content: "";
    filter: blur(40px);
    left: -5%;
    height: 70%;
    width: 40%;
    animation: float 12s ease-in-out infinite alternate;
    z-index: 1;
}.appArea::after {
    position: absolute;
    transform: rotate(10deg) skew(-5deg);
    animation: float 15s ease-in-out infinite alternate-reverse;
    filter: blur(30px);
    opacity: 0.3;
    height: 60%;
    right: -5%;
    width: 35%;
    z-index: 1;
    background: linear-gradient(215deg, rgb(148,188,188,0.5) 0%, transparent 70%);
    bottom: -5%;
    content: "";
}.appArea .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.appArea h2 {
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 34px;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    line-height: 1.3;
    transform: translateY(20px);
}.appArea h2::after {
    opacity: 0;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(148,188,188) 0%, rgb(95,130,165) 100%);
    content: "";
    left: 50%;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: center;
}.appArea .community_team {
    transform: translateY(30px);
    opacity: 0;
    padding: 50px 40px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.appArea .community_team::before {
    content: "";
    background: linear-gradient(to bottom, rgb(148,188,188), rgb(95,130,165));
    top: 0;
    transform-origin: top;
    position: absolute;
    width: 5px;
    height: 100%;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
    left: 0;
}.appArea ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.appArea li {
    position: relative;
    padding-left: 25px;
}.appArea li::before {
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    background: rgb(95,130,165);
    left: 0;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    height: 8px;
    width: 8px;
    transform: scale(0);
}.appArea span {
    transform: translateY(10px);
    color: #000000;
    line-height: 1.8;
    display: block;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    font-size: 16px;
    opacity: 0;
    font-weight: 400;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {.appArea {
    padding: 60px 0 50px;
}.appArea h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.appArea h2::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.appArea .community_team {
    padding: 30px 20px;
}.appArea li {
    padding-left: 20px;
}.appArea li::before {
    width: 6px;
    top: 12px;
    height: 6px;
}.appArea span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.enroll_instantly {
    background: linear-gradient(125deg, rgb(207,221,221) 0%, rgb(95,130,165,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.enroll_instantly::before {
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(148,188,188,0.5) 95%),
        linear-gradient(90deg, transparent 95%, rgb(148,188,188,0.5) 95%);
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    content: '';
}.enroll_instantly .community_team {
    z-index: 10;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
}.enroll_instantly .container p {
    text-align: center;
    position: relative;
    max-width: 800px;
    padding: 40px;
    font-size: 38px;
    color: #000000;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 700;
    background: #ffffff;
    margin: 0 0 70px 0;
    z-index: 5;
    line-height: 1.4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.enroll_instantly .container p::before {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    top: 20px;
    background: #ffffff;
    position: absolute;
    left: 10%;
    border-radius: 10px;
    z-index: -1;
    height: 100%;
    width: 80%;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.05);
}.enroll_instantly .container p::after {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 60%;
    z-index: -2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    left: 20%;
    top: 40px;
    height: 100%;
    background: #ffffff;
    content: '';
}.enroll_instantly .message_links {
    background: rgb(148,188,188);
    overflow: hidden;
    padding: 20px 50px;
    border-radius: 10px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 3px 0 rgba(0, 0, 0, 0.5);
    font-size: 17px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 5;
    font-weight: 600;
}.enroll_instantly .message_links::before {
    z-index: -1;
    opacity: 0;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: radial-gradient(circle, rgb(95,130,165) 0%, rgb(148,188,188) 100%);
    top: 0;
    transition: opacity 0.4s ease;
}.enroll_instantly .message_links:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 5px 0 rgba(0, 0, 0, 0.5);
}.enroll_instantly .message_links:hover::before {
    opacity: 1;
}.enroll_instantly .message_links::after {
    opacity: 0;
    border-radius: 50%;
    transition: all 0.4s ease;
    width: 20px;
    content: '';
    right: 30px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    height: 20px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
}.enroll_instantly .message_links:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.enroll_instantly::after {
    top: -150px;
    content: '';
    z-index: 1;
    background: radial-gradient(circle, rgb(148,188,188,0.5) 0%, transparent 70%);
    right: -150px;
    height: 300px;
    position: absolute;
    width: 300px;
    opacity: 0.2;
}.enroll_instantly .community_team::after {
    position: absolute;
    bottom: -150px;
    z-index: 1;
    background: radial-gradient(circle, rgb(95,130,165,0.5) 0%, transparent 70%);
    height: 300px;
    content: '';
    left: -150px;
    opacity: 0.2;
    width: 300px;
}

@media (max-width: 991px) {.enroll_instantly {
    padding: 100px 0;
}.enroll_instantly .container p {
    font-size: calc(21px * 1.2);
    margin-bottom: 60px;
    padding: 35px;
}.enroll_instantly .container p::before {
    top: 15px;
}.enroll_instantly .container p::after {
    top: 30px;
}.enroll_instantly .message_links {
    padding: 18px 45px;
}
}

@media (max-width: 767px) {.enroll_instantly {
    padding: 80px 0;
}.enroll_instantly .container p {
    font-size: 21px;
    margin-bottom: 50px;
    padding: 30px;
}.enroll_instantly .container p::before {
    top: 12px;
}.enroll_instantly .container p::after {
    top: 24px;
}.enroll_instantly .message_links {
    padding: 15px 40px;
}
}

@media (max-width: 480px) {.enroll_instantly {
    padding: 60px 0;
}.enroll_instantly .container p {
    font-size: calc(18px * 1.2);
    padding: 25px;
    margin-bottom: 40px;
}.enroll_instantly .container p::before {
    left: 5%;
    width: 90%;
    top: 10px;
}.enroll_instantly .container p::after {
    width: 80%;
    left: 10%;
    top: 20px;
}.enroll_instantly .message_links {
    padding: 12px 35px;
    font-size: calc(17px * 0.9);
}.enroll_instantly .message_links::after {
    width: 15px;
    height: 15px;
    right: 20px;
}
}